]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(allout-layout, allout-passphrase-verifier-string)
[gnu-emacs] / lisp / ChangeLog
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * allout.el (allout-layout, allout-passphrase-verifier-string)
4 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5
6 * textmodes/reftex-vars.el (reftex-vref-is-default)
7 (reftex-fref-is-default, reftex-guess-label-type):
8 Tighten up a bit the safety predicate.
9
10 * textmodes/paragraphs.el (sentence-end-double-space)
11 (sentence-end-without-period, sentence-end-without-space)
12 (page-delimiter, paragraph-ignore-fill-prefix):
13 Tighten up a bit the safety predicate.
14
15 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
16
17 * progmodes/python.el (python-continuation-line-p)
18 (python-beginning-of-statement): syntax-ppss may return
19 a negative depth.
20 (python-mode): Don't forcefully enable font-lock.
21
22 * time-stamp.el (time-stamp-start, time-stamp-end)
23 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
24
25 * add-log.el: Remove spurious * in docstrings.
26 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
27 (add-change-log-entry): Use it here, since it's not specific
28 to iso8601.
29 (add-log-iso8601-time-string): Don't use it here any more.
30 (change-log-indent-text, change-log-indent): Rename from add-log-*.
31
32 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
33
34 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
35
36 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
37 (rcirc-toggle-low-priority): Doc fix.
38 (rcirc-handler-NOTICE): Remove beginning of line anchor in
39 ChanServ regexp.
40 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
41 #emacs.
42 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
43 (rcirc-decode-coding-system): Use utf-8 as the default.
44 (rcirc-multiline-minor-mode): Set the fill-column.
45 (rcirc-format-response-string): Display bright and dim nicks.
46 (rcirc-browse-url): Update interactive spec to fill ARG.
47 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
48 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
49
50 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
51
52 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
53 case for @Article, etc.
54
55 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/tramp.el (tramp-register-file-name-handlers): New defun.
58 Added with autoload cookie.
59 (tramp-unload-file-name-handlers): Rename from
60 `tramp-unload-file-name-handler-alist'.
61
62 2006-04-23 Romain Francoise <romain@orebokech.com>
63
64 * comint.el (comint-match-partial-filename): Doc fix.
65
66 2006-04-21 Glenn Morris <rgm@gnu.org>
67
68 * calendar/cal-menu.el (calendar-mode-map): Refer to
69 `diary-view-entries' rather than alias `view-diary-entries'.
70 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
71
72 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
73
74 * progmodes/antlr-mode.el (antlr-default):
75 * cus-edit.el (custom-documentation):
76 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
77 in defface.
78
79 2006-04-21 Kim F. Storm <storm@cua.dk>
80
81 * image.el (image-type): New defun split out of create-image.
82 (create-image): Use it.
83
84 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
85
86 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
87 (org-open-at-point): Remove the "...done" message to keep output
88 in the echo area visible.
89 (org-export-as-xoxo): Fix call to `indent-region'.
90
91 2006-04-21 Kevin Ryde <user42@zip.com.au>
92
93 * international/mule.el (keyboard-coding-system): defcustom
94 info-link fixes: "Specify Coding" has been split, keyboard now in
95 "Terminal Coding", and "Single-Byte Character Support" is now
96 "Unibyte Mode".
97
98 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
99
100 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
101 Use font-lock-warning-face for any errors e.g. no stack.
102 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
103
104 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
105
106 * progmodes/sh-script.el (sh-shell): Mark as safe.
107
108 * newcomment.el (comment-start, comment-start-skip)
109 (comment-end-skip, comment-end): Mark as safe.
110
111 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
112
113 * textmodes/org.el: (org-deadline-announce): Face removed.
114 (org-level-faces, org-n-levels): Convert to constant.
115 (org-compatible-face): New function.
116 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
117 (org-level-5, org-level-6, org-level-7, org-level-8)
118 (org-special-keyword, org-warning, org-headline-done, org-link)
119 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
120 (org-scheduled-today, org-scheduled-previously, org-time-grid):
121 Face definition revised for better color tty support.
122 (org-bold-re, org-italic-re, org-underline-re): New constants.
123 (org-set-font-lock-defaults): Use the new constants.
124 (org-agenda-highlight-todo): New function.
125 (org-agenda-todo): Fix bug with point at end of line.
126 (org-agenda-change-all-lines, org-finalize-agenda-entries):
127 Fontify TODO keywords.
128 (org-insert-link): Preserve relative path in ../ links.
129 (org-export-as-html): Convert links pointing to .org files into
130 links that will work beteen the exported HTML files.
131 (org-todo-list): Fix bug when arg=0.
132 (org-insert-heading): More fine-tuning.
133
134 2006-04-19 Romain Francoise <romain@orebokech.com>
135
136 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
137 from `rmail-mime-charset-pattern'.
138
139 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
140
141 * progmodes/python.el (python-mode): Fix typo.
142
143 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
144
145 * comint.el (comint-previous-input): Don't clobber input line
146 when moving off either end of the input history ring.
147 (comint-delete-input): New function, used by
148 `comint-previous-input' and others.
149 (comint-previous-matching-input):
150 Use `coming-delete-input'. Save the partial input if leaving the
151 edit line. Goto point-max before deleting input to avoid
152 partial input fragments hanging around.
153 (comint-restore-input): New function, used by `comint-previous-input'.
154
155 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
156
157 * imenu.el (imenu--index-alist): Balance parentheses.
158
159 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
160
161 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
162
163 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
164
165 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
166 file is nil.
167
168 2006-04-18 Richard Stallman <rms@gnu.org>
169
170 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
171
172 * imenu.el (imenu-create-index-function, imenu--index-alist)
173 (imenu--last-menubar-index-alist, imenu--make-index-alist)
174 (imenu-default-create-index-function, imenu--generic-function):
175 Doc fixes.
176
177 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
178
179 * help-mode.el (help-mode): Set view-exit-action to delete window.
180
181 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
182 now works by passing nil as arg.
183
184 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
185
186 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
187 (read-abbrev-file): Provide default when reading filename.
188
189 * files.el (enable-local-variables): Allow :all as value.
190 (hack-local-variables): Implement that value.
191 (safe-local-variable-values, safe-local-eval-forms)
192 (enable-local-variables): Mark as risky.
193 (find-file-visit-truename, kept-old-versions): Mark safe.
194
195 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
196 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
197 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
198
199 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
202 Use forward-line so as to get to BOL even in the presence of fields.
203 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
204 in return.
205 (inferior-tcl): Tell tclsh to work in interactive mode.
206
207 * complete.el (partial-completion-mode):
208 Use 'choose-completion-string-functions to make sure that
209 choose-completion fills the minibuffer properly.
210
211 * complete.el (PC-old-read-file-name-internal): Remove.
212 (PC-read-include-file-name-internal): Remove. Turn it into an advice
213 of read-file-name-internal.
214 (partial-completion-mode): Enable/disable this advice.
215
216 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
217
218 * net/tramp.el (tramp-completion-file-name-handler): Revert change
219 of 2006-04-17.
220
221 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
222
223 * textmodes/org.el (org-insert-heading): Insert heading before
224 current if at beginning of line.
225 (org-todo, org-date): New faces.
226 (org-table-align): Make sure tooltip window contains full text.
227 (org-no-properties): New defsubst.
228 (org-set-font-lock-defaults): Use new faces.
229
230 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
231
232 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
233 for root variables.
234
235 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
236 (gdb-frame-address): Re-use to identify frame for watch expression.
237 (gdb-var-list, gdb-var-create-handler): Add frame address for root
238 variables.
239 (gdb-init-1, gdb-source, gdb-post-prompt)
240 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
241 (gdb-frame-handler): Get gdb-frame-address.
242
243 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
244
245 Sync with Tramp 2.0.53.
246
247 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
248 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
249 (tramp-completion-file-name-handler): Add autoload cookie for
250 adding to `file-name-handler-alist'.
251
252 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
253 the prompt. If it returns earlier (when detecting an error
254 message), the rest of the output will merge accidently with the
255 output of the next command. Reported by M Jared Finder
256 <jared@hpalace.com>.
257
258 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
259 for `process-file', in order to let it work for older Emacsen too.
260
261 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
262
263 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
264 (tex-font-lock-keywords-3): Use it.
265
266 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * newcomment.el (comment-add): New function.
269 (comment-region-default, comment-dwim): Use it.
270
271 2006-04-15 Michael Olson <mwolson@gnu.org>
272
273 * emacs-lisp/tq.el: Improve comments.
274 (tq-queue-head-question): New accessor function.
275 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
276 Update for modified queue structure.
277 (tq-queue-add): Accept `question' argument.
278 (tq-queue-pop): If a question is pending, send it.
279 (tq-enqueue): Accept new optional argument `delay-question'.
280 If this is non-nil, and at least one other question is pending a
281 response, queue the question rather than sending it immediately.
282
283 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
284
285 * calendar/appt.el (appt-add): Check whether an appointment is
286 already present in appt-time-msg-list. Simplify code.
287
288 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * progmodes/cc-langs.el (c-mode-menu):
291 Don't presume c-subword-mode is bound.
292
293 2006-04-13 Bill Wohler <wohler@newt.com>
294
295 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
296 (customize-package-emacs-version): Use cdr instead of cadr now
297 that alists use dotted pairs.
298
299 * custom.el (defcustom): Fix docstring for :package-version.
300
301 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
302
303 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
304 (tramp-handle-shell-command): Display output buffer only when
305 `tramp-display-shell-command-buffer' is true.
306 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
307
308 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
309
310 * textmodes/org.el (org-set-autofill-regexps): Set only the local
311 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
312
313 2006-04-13 Romain Francoise <romain@orebokech.com>
314
315 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
316 leaving temporary .cvsignore buffers behind.
317
318 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
319
320 * textmodes/org.el: (org-set-regexps-and-options)
321 (org-get-current-options): Better names for the startup folding
322 options.
323
324 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
325
326 * vc.el (vc-annotate): Arrange for point to end up at the same
327 line number as in the original, but only when using a new buffer.
328
329 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
330
331 * files.el (hack-one-local-variable-eval-safep):
332 Recognize `edebug-form-spec' for `put', but only if it passes
333 `edebug-basic-spec'. Generalize `put' handling.
334
335 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
336 vetting file-local form specs.
337
338 * allout.el (allout-layout): Autoload its `safe-local-variable'
339 property.
340
341 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
342
343 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
344 (org-agenda-mouse-1-follows-link)
345 (org-mouse-1-follows-link): New options.
346 (org-format-agenda-item): Fix bug if TAGS is nil.
347 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
348
349 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
350
351 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
352 GDB 6.1+ gives full filename for "info sources" so use
353 file-name-nondirectory.
354
355 2006-04-12 Romain Francoise <romain@orebokech.com>
356
357 * subr.el (read-passwd): Bind `message-log-max' to nil.
358
359 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * progmodes/perl-mode.el (perl-indent-new-calculate):
362 Recompute parse-start after jumping backward by a whole sexp.
363
364 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
367 window configuration.
368 (vc-annotate-display-select): Select the buffer so that current-buffer
369 (and selected-window) is the output buffer at the end of vc-annotate.
370
371 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
372
373 * vc.el (vc-annotate-color-map): Add custom TTY color map for
374 8-color terminals, to use all of the colors in a sensible order.
375 256-color terminals work well with the standard map.
376 (vc-annotate-lines): Only strip the first color character if it
377 is "#", to allow for terminal-style named colors.
378 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
379 the correct buffer is scrolled.
380
381 2006-04-11 Richard Stallman <rms@gnu.org>
382
383 * emacs-lisp/bytecomp.el (byte-compile-file):
384 Bind enable-local-variables to :safe, and make normal-mode obey it.
385
386 * files.el (enable-local-variables): Allow value :safe.
387 (normal-mode): Doc fix.
388 (hack-local-variables): Implement enable-local-variables = :safe.
389 (hack-local-variables-confirm): Don't prevent quitting.
390
391 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * loadhist.el (unload-feature): A bit of sanity check of
394 load-history entries. Cancel timer-vars before unbinding them.
395
396 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
397 quote special chars, and make the trick work on the hex part of the
398 buffer as well.
399 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
400 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
401
402 * startup.el (normal-splash-screen): Fix last change so we don't wait
403 2 minutes if we don't show the splash screen.
404
405 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
406
407 * textmodes/org.el (org-export-plain-list-max-depth)
408 (org-table-spaces-around-separators)
409 (org-radio-targets, org-activate-camels)
410 (org-table-spaces-around-invisible-separators): Options removed.
411 (org-time-stamp-rounding-minutes, org-remember-templates)
412 (org-ellipsis, org-activate-links, org-descriptive-links):
413 New options.
414 (org-remember-apply-template, org-current-time)
415 (org-finish-edit-table-field)
416 (org-link-unescape, org-link-escape)
417 (org-string-width, org-table-clean-line, org-html-do-expand)
418 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
419 (org-read-agenda-file-list): New functions.
420 (org-table-edit-field)
421 (org-table-create-or-convert-from-region): New commands
422 (org-table-toggle-vline-visibility): Command removed.
423 (org-table-convert-region): Made a command.
424 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
425 Replace with the normal org- functions.
426 (org-self-insert-command): Don't trigger realign unnecessarily
427 when blanking a field that is not full.
428 (org-mode): `Set buffer-invisibility-spec' for links.
429 (org-activate-links2): Hide link part and only show descriptive
430 part of the link.
431 (org-insert-link): Modify for new linking system.
432 (org-store-link): Store description separately, for use by
433 `org-insert-link'.
434 (org-table-align): Use `org-string-width'.
435 (defgroup): Completely new group structure for custom variables.
436 (org-agenda-files): Option: Single file name allowed. Function:
437 Optional argument unrestrited means ignore any restricitons.
438 (org-install-agenda-files-menu): Find a buffer in Org-mode before
439 trying to modify the menu. Use generalized access to
440 `org-agenda-files.'
441 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
442 (org-agenda-file-to-front, org-remove-file, org-diary)
443 (org-tags-view, org-export-icalendar-all-agenda-files)
444 (org-export-icalendar-combine-agenda-files): Use generalized
445 access to `org-agenda-files'.
446 (org-remember-handler): Correctly preserve heading if present.
447 (org-table-insert-row, org-table-insert-hline): Deal with
448 invisible characters.
449
450 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
451
452 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
453 (vc-annotate-color-map): New 18 element constant
454 value/saturation, rotating hue colormap, from red->blue.
455 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
456 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
457 (vc-annotate): To avoid killing the required local variables,
458 set them before the end of `with-output-to-temp-buffer', and
459 after first switching to annotate-mode.
460 (vc-annotate-warp-version): Add buffer argument in goto-line to
461 ensure annotation, not source, is scrolled.
462
463 2006-04-10 Bill Wohler <wohler@newt.com>
464
465 * custom.el (defcustom, custom-handle-keyword):
466 Add :package-version keyword.
467 (custom-add-package-version): New function. Sets value of new
468 property 'custom-package-version from :package-version keyword.
469 (defcustom): Create Common Keywords section in docstring.
470 (defface, defgroup): Replace definitions of a select few keywords
471 with a reference to the Common Keywords in defcustom.
472 (defcustom, defface, defgroup): Replace reference to Customization
473 chapter in manual with hyperlink.
474
475 * cus-edit.el (customize-package-emacs-version-alist):
476 New variable.
477 (customize-changed-options): Add check for custom-package-version.
478 (customize-package-emacs-version): New function to look up Emacs
479 version corresponding to the given package version.
480
481 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
482 defun name, in similar fashion to find-variable-regexp.
483
484 2006-04-10 Eli Zaretskii <eliz@gnu.org>
485
486 * international/mule-cmds.el (set-locale-environment): Fix last
487 change for when the locale's preferences don't specify any encoding.
488
489 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
492 so the defined var/fun doesn't need to be quoted.
493
494 2006-04-10 Richard Stallman <rms@gnu.org>
495
496 * finder.el (finder-mode-map): Add n and p bindings.
497
498 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
501 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
502 (gdb-setup-windows): Put something in source window if we can't find
503 the source file.
504 (gdb-frame-handler): Make it work again with just assembly.
505 (gdb-data-list-register-values-handler): Make it work when there is
506 no stack.
507
508 2006-04-09 Richard Stallman <rms@gnu.org>
509
510 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
511 specs while looking for charset.
512
513 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
514
515 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
516 Make them faces.
517 (lm-font-lock-keywords): Update appropriately.
518
519 2006-04-10 Kim F. Storm <storm@cua.dk>
520
521 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
522 it can also replace buffer-substring-no-properties.
523
524 * emulation/cua-base.el (cua-delete-region, cua-paste)
525 (cua-repeat-replace-region): Use filter-buffer-substring.
526
527 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
528 (cua-cut-region-to-global-mark): Likewise.
529
530 * emulation/cua-rect.el (cua--extract-rectangle)
531 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
532
533 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
534
535 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
536 entry-type. Add field delimiters to numerical fields if they are
537 not present.
538
539 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
540
541 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
542 string-const to return value.
543 (bibtex-remove-delimiters): Use it.
544
545 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
548 cl-byte-compile-compiler-macro unless it exists.
549
550 2006-04-08 Eli Zaretskii <eliz@gnu.org>
551
552 * files.el (hack-local-variables-confirm) <offer-save>:
553 Clarify message text. Suggested by Ralf Angeli.
554
555 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
556
557 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
558 (delete-extract-rectangle-line): Use `filter-buffer-substring'
559 instead of `buffer-substring' and `delete-region'. (Most of the
560 code actually copied from `kill-region'.)
561
562 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
563
564 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
565 (rcirc-default-port): Rename from rcirc-port.
566 (rcirc-default-nick): Rename from rcirc-nick.
567 (rcirc-default-user-name): Rename from rcirc-user-name.
568 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
569 (rcirc-low-priority-flag): New variable.
570 (rcirc-decode-coding-system): New defcustom.
571 (rcirc-encode-coding-system): New defcustom.
572 (rcirc-coding-system-alist): New defcustom.
573 (rcirc-multiline-major-mode): New defcustom.
574 (rcirc-nick): New internal variable.
575 (rcirc-process): Remove variable.
576 (rcirc-server-buffer): New variable.
577 (rcirc): Update to use rcirc-default-* variables above.
578 (rcirc-connect): Do not add window-configuration-hook-here.
579 (rcirc-server): New internal variable.
580 (rcirc-connect): Do not send keepalive pings if
581 rcirc-keepalive-seconds is nil.
582 (with-rcirc-server-buffer): New macro.
583 (rcirc-send-string): Encode with rcirc-encode-coding-system.
584 (rcirc-server-name): Rename from rcirc-server.
585 (rcirc-buffer-process): New function.
586 (rcirc-buffer-nick): New function.
587 (rcirc-buffer-target): Remove function.
588 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
589 New commands.
590 (rcirc-mode-map): Change binding of C-c C-l to
591 rcirc-toggle-low-priority.
592 (rcirc-mode): Initialize coding system based on
593 rcirc-coding-system-alist. New change-major-mode-hook to part the
594 channel on a mode change. Make kill-buffer-hook buffer-local.
595 (rcirc-change-major-mode-hook): New function.
596 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
597 (rcirc-last-post-time): New variable.
598 (rcirc-process-message): Store the last time user posted a message
599 to this target.
600 (rcirc-multiline-minor-mode): New mode.
601 (rcirc-multiline-minor-mode-map): New mode map.
602 (rcirc-edit-multiline): Put multiline-edit buffer in
603 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
604 (rcirc-print): Ignore any line starting with an ignored nick.
605 (rcirc-print): Decode using rcirc-decode-coding-system.
606 (rcirc-track-minor-mode): Update global-mode-string when disabling
607 this mode.
608 (minor-mode-alist): Add LowPri indicator.
609 (rcirc-toggle-low-priority): New function.
610 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
611 next lowpriority buffer with activity.
612 (rcirc-record-activity): Sort buffers in rcirc-activity by the
613 last time the user posted a message in to the target.
614 (rcirc-update-activity-string): New formatting for low priority
615 buffers.
616 (rcirc-split-activity): New function.
617 (rcirc-handler-PART, rcirc-handler-KICK)
618 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
619 (rcirc-nick-away-alist): New variable.
620 (rcirc-handler-301): New handler. Away messages are printed once
621 per change.
622
623 2006-04-08 Eli Zaretskii <eliz@gnu.org>
624
625 * info.el (Info-follow-nearest-node): Doc fix.
626
627 * international/mule-cmds.el (set-locale-environment): Make sure
628 the coding-system preferred by the locale's language has the same
629 EOL conversion type as the original buffer-file-coding-system.
630 (locale-language-names): Add a few MS Windows language codes.
631
632 2006-04-07 Richard Stallman <rms@gnu.org>
633
634 * simple.el (eval-expression): Doc fix.
635
636 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
637 (eval-defun): Doc fixes.
638
639 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
640
641 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
642
643 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
644
645 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
646 GDB list command without argument for greater generality.
647
648 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
649
650 * subr.el (string-or-null-p): New function.
651
652 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
653
654 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
655
656 * files.el: Update comment about safe-local-variable declarations.
657
658 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
659
660 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
661 See idlwave.org.
662
663 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
664 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
665
666 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
667 See idlwave.org.
668
669 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
670 version 6.0 (minimal changes). See idlwave.org.
671
672 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
673 6.0 (minimal changes). See idlwave.org.
674
675 * progmodes/idlw-rinfo.el: File obsoleted and removed.
676
677 2006-04-06 Romain Francoise <romain@orebokech.com>
678
679 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
680 symmetric encryption features and a new asynchronous interface to
681 GnuPG. This new version is version 1.4, plus whitespace changes.
682
683 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
684
685 * files.el: Move some `safe-local-variable' declarations to the
686 respective files.
687
688 * textmodes/ispell.el (ispell-check-comments)
689 (ispell-local-dictionary): Mark as safe.
690
691 * abbrev.el (abbrev-mode): Mark as safe.
692
693 * add-log.el (change-log-default-name): Mark as safe.
694
695 * textmodes/reftex-vars.el (reftex-vref-is-default)
696 (reftex-fref-is-default, reftex-level-indent)
697 (reftex-guess-label-type): Mark as safe.
698
699 * textmodes/fill.el (colon-double-space): Mark as safe.
700
701 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
702 (sentence-end-double-space, sentence-end-without-period)
703 (sentence-end-without-space, sentence-end, sentence-end-base)
704 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
705
706 2006-04-06 Kim F. Storm <storm@cua.dk>
707
708 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
709 the :set-after list.
710 (ido-downcase-unc-hosts): New user option. Default on.
711 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
712 when it is set, as regexps are now applied on the fly.
713 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
714 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
715 on the fly, but only when ido-process-ignore-lists is set.
716 Do case insensitive filtering if ido-downcase-unc-hosts is set.
717 Only downcase names if ido-downcase-unc-hosts is set.
718
719 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
720
721 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
722
723 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
724
725 2006-04-05 Kim F. Storm <storm@cua.dk>
726
727 * ido.el (ido-mode): Set after ido-unc-hosts and
728 ido-ignore-unc-host-regexps.
729 (ido-save-history): Save ido-unc-hosts-cache.
730 (ido-load-history): Load ido-unc-hosts-cache.
731 (ido-reread-directory): Refresh unc hosts cache in // dir.
732
733 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
734 to nil while displaying slash screen.
735
736 2006-04-05 Daiki Ueno <ueno@unixuser.org>
737
738 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
739 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
740
741 2006-04-05 Kenichi Handa <handa@m17n.org>
742
743 * international/characters.el: Setup cases of Latin, Greek, and
744 Cyrillic characters in CJK charsets.
745
746 2006-03-29 Daiki Ueno <ueno@unixuser.org>
747
748 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
749 default-enable-multibyte-characters. This reverts the change from
750 revision 6.17 which is no longer necessary because the passphrase
751 is sent separately now. GnuPG messages are unreadable under
752 multibyte locales with default-enable-multibyte-characters set to nil.
753
754 2006-04-04 Andreas Schwab <schwab@suse.de>
755
756 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
757 and `byte-compile-warnings' as `safe-local-variable'.
758
759 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
760
761 * man.el (Man-mode-map): Restore the \r binding.
762 (Man-abstract-xref-man-page): If Man-target-string is a function,
763 call it.
764 (Man-highlight-references): Use Man-default-man-entry to get the
765 target. Deal with xrefs too.
766 (Man-highlight-references0): Don't call the target function.
767
768 * woman.el (WoMan-xref-man-page): Strip the section number, woman
769 cannot deal with it.
770
771 2006-04-04 Daiki Ueno <ueno@unixuser.org>
772
773 * pgg-gpg.el: Clean up process buffers every time gpg processes
774 complete.
775
776 2006-04-04 Kenichi Handa <handa@m17n.org>
777
778 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
779 here.
780 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
781 Temporarily bind inhibit-field-text-motion to t.
782
783 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * startup.el (normal-splash-screen): Only set mode-line-format in the
786 splash buffer, so as not to interfere when debugging the code.
787 Ignore errors when switching buffer.
788
789 2006-04-03 Romain Francoise <romain@orebokech.com>
790
791 * dired.el (dired-dnd-protocol-alist): Fix typo.
792
793 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
794
795 * savehist.el (savehist): Add :version.
796 (savehist-ignored-variables): New variable.
797 (savehist-minibuffer-hook): Don't save variables listed in
798 `savehist-ignored-variables'.
799
800 * dired.el (dired-dnd-protocol-alist): Mention that change does
801 only apply to new buffers in doc string.
802
803 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
804
805 * recentf.el (recentf-open-files-item): Include newline in button
806 field, so opening a file will work, when the point is at the end
807 of the file name. Allow, for example, to [i]search a file by
808 extension and just push RET to open it.
809
810 2006-04-03 Daiki Ueno <ueno@unixuser.org>
811
812 * pgg-gpg.el (pgg-gpg-process-filter)
813 (pgg-gpg-wait-for-completion): Check if buffer is alive.
814
815 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
816 lines, temporary fix.
817
818 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
819
820 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
821
822 2006-04-02 Richard Stallman <rms@gnu.org>
823
824 * progmodes/compile.el (compilation-message-face): Make it defcustom.
825
826 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
827
828 * ibuf-macs.el (define-ibuffer-column): Add a new key:
829 header-mouse-map.
830
831 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
832 (ibuffer-mode-header-map): New keymaps.
833 (ibuffer-update-title-and-summary): Enable mouse face highlighting
834 and keybindings for column headers.
835 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
836 property.
837
838 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
839
840 * speedbar.el (speedbar-after-create-hook): Doc fix.
841
842 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
843
844 * shell.el (shell-directory-tracker)
845 (shell-dynamic-complete-command): Doc fixes.
846
847 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
848
849 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
850 terminals.
851
852 2006-04-01 Kim F. Storm <storm@cua.dk>
853
854 * ido.el (ido-unc-hosts-cache): New defvar.
855 (ido-unc-hosts): If value of defcustom is a function, call it to
856 get list of UNC hosts. Add function-item choices to specify
857 ido-unc-hosts-net-view or user function.
858 (ido-ignore-unc-host-regexps): New defcustom.
859 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
860 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
861 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
862
863 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
866 wwidth.
867
868 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
869
870 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
871 (ido-max-work-file-list, ido-switch-buffer)
872 (ido-read-file-name-as-directory-commands):
873 Fix typos in docstrings.
874
875 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
876
877 * term/mac-win.el (mac-system-coding-system): Define and use after
878 Mac-specific coding systems are ready.
879
880 2006-03-27 Romain Francoise <romain@orebokech.com>
881
882 * net/rcirc.el (rcirc-connect): Add autoload cookie.
883
884 * ldefs-boot.el: Update.
885
886 2006-03-27 Daiki Ueno <ueno@unixuser.org>
887
888 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
889 passphrases when it is not needed.
890 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
891 passphrase stuff from gpg, should only be necessary when you use
892 gpg with a smartcard.
893
894 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
895
896 * comint.el (comint-dynamic-list-completions): Allow user to
897 select *Completions* buffer.
898
899 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
900
901 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
902
903 2006-03-26 Andreas Schwab <schwab@suse.de>
904
905 * progmodes/gud.el (gdb): Only complain about multiple debugging
906 when the gdb process is still running.
907
908 2006-03-25 Eli Zaretskii <eliz@gnu.org>
909
910 * mail/rmail.el (tool-bar-map): Defvar it.
911 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
912 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
913
914 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
915
916 * help.el (print-help-return-message): Suggest to use
917 display-buffer instead of switch-to-buffer-other-window to restore
918 the previous window without selecting it.
919
920 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
921
922 * frame.el (select-frame-by-name): Call x-focus-frame also when
923 window-system is mac.
924
925 * term/mac-win.el: Adjust Courier font specifications in
926 x-fixed-font-alist.
927 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
928 when directly encoding to UTF-16 in native byte order, no BOM.
929
930 2006-03-25 Kim F. Storm <storm@cua.dk>
931
932 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
933 (cua--init-keymaps): Use it instead of fixed C-return.
934 (cua-mode): Set after it.
935
936 * emulation/cua-rect.el (cua--init-rectangles):
937 Use cua-rectangle-mark-key instead of fixed C-return.
938
939 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
942 "run" in .gdbinit.
943 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
944
945 2006-03-24 Romain Francoise <romain@orebokech.com>
946
947 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
948 `display-buffer-other-frame'.
949
950 2006-03-24 Kim F. Storm <storm@cua.dk>
951
952 * apropos.el (apropos-synonyms): Add selection => region.
953
954 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
955
956 * progmodes/gdb-ui.el (gdb-var-create-regexp)
957 (gdb-var-list-children-regexp, gdb-var-update-regexp)
958 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
959 (gdb-data-list-register-values-regexp)
960 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
961 Future proof against new fields being added to MI output.
962 (gdb-send): Don't treat backslashes for program input as
963 continuations.
964 (gdb-assembler-handler): Don't use window-start for this handler.
965 (gdb-frame-handler): Don't change to hollow arrow if overlay
966 arrow doesn't move to new frame.
967
968 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
969
970 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
971 prevent compiler warnings.
972 (gdb-stopped): Check for gud-last-last-frame (case: signal).
973 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
974 (gdb-assembler-custom): Use hollow-right-triangle for assembler
975 buffer too.
976
977 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
978
979 * pgg-gpg.el (pgg-gpg-update-agent): Check for
980 make-network-process, so we can use the same code in Gnus v5-10
981 too and have this file fully synchronized with that release.
982
983 2006-03-23 Romain Francoise <romain@orebokech.com>
984
985 * ibuf-ext.el (ibuffer-read-filter-group-name):
986 Use `ibuffer-generate-filter-groups' to make completion list match
987 the filter groups that are really displayed in the Ibuffer buffer.
988 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
989
990 2006-03-23 Kenichi Handa <handa@m17n.org>
991
992 * international/mule-cmds.el (sort-coding-systems): Describe that
993 the argument is modified in docstring.
994
995 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
996
997 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
998 (pgg-gpg-update-agent): New function.
999 (pgg-gpg-use-agent-p): New function.
1000 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1001 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1002 (pgg-gpg-sign-region): Use it.
1003
1004 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * cus-edit.el (custom-face-set): Call custom-push-theme before
1007 face-spec set so that `changed' theme is correctly saved.
1008 (custom-face-reset-standard): Reset to recalculated face rather
1009 than defface spec.
1010
1011 * custom.el (custom-push-theme): Only save `changed' theme if the
1012 current face does not match the defface specs.
1013
1014 2006-03-21 Simon Josefsson <jas@extundo.com>
1015
1016 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1017 <wilde@sha-bang.de>.
1018 (pgg-gpg-use-agent): New variable.
1019 (pgg-gpg-process-region): Use it.
1020 (pgg-gpg-encrypt-region): Likewise.
1021 (pgg-gpg-encrypt-symmetric-region): Likewise.
1022 (pgg-gpg-decrypt-region): Likewise.
1023 (pgg-gpg-sign-region): Likewise.
1024 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1025
1026 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1027
1028 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1029 bracket links.
1030
1031 2006-03-21 Kim F. Storm <storm@cua.dk>
1032
1033 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1034 fringe-indicator-alist instead of modifying global value.
1035 (gdb-frame-handler): Likewise.
1036
1037 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1038
1039 * diff-mode.el (diff-function): Make it inherit from diff-header
1040 instead of diff-context.
1041
1042 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1043 bitmap.
1044 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1045 change names in macro above for consistency.
1046 (gdb-frame-handler): Use hollow-right-triangle for all selected
1047 frames which except the innermost (where execution has stopped).
1048 (gdb-reset): Reset buffer-local values of overlay-arrow.
1049
1050 2006-03-20 Richard Stallman <rms@gnu.org>
1051
1052 * simple.el (set-mark-command): Doc fix.
1053
1054 * files.el (display-buffer-other-frame): New command.
1055 (ctl-x-4-map): Bind C-x 5 C-o to it.
1056
1057 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1060 rather than just defer-time, in case defer-time has been changed but
1061 the timer isn't running yet.
1062 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1063
1064 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1065
1066 * help-mode.el (help-follow-symbol): New function.
1067 Essentially identical to the old `help-follow', but do not let
1068 `push-button' do the work when on an xref.
1069 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1070
1071 2006-03-19 Richard Stallman <rms@gnu.org>
1072
1073 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1074 preceded by the word `program'.
1075 (help-follow-mouse, help-follow): Throw error if not on xref.
1076 Delete no longer used args.
1077
1078 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1079
1080 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1081 annotation ensure gud-overlay-arrow-position is redisplayed.
1082
1083 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1084
1085 * textmodes/bibtex.el (bibtex-include-OPTkey)
1086 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1087 (bibtex-autokey-name-case-convert)
1088 (bibtex-autokey-titleword-case-convert): Make these the aliases
1089 for the following two variables.
1090 (bibtex-autokey-name-case-convert-function)
1091 (bibtex-autokey-titleword-case-convert-function): Make these the
1092 real names.
1093 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1094 bibtex-font-lock-crossref sublists.
1095 (bibtex-mode): Revert 2005-12-30 change (which made
1096 completion-ignore-case buffer-local).
1097 (bibtex-url): Simplify.
1098
1099 2006-03-19 Kim F. Storm <storm@cua.dk>
1100
1101 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1102 cursor property value to 2 (to align with C level change).
1103
1104 2006-03-19 Bill Wohler <wohler@newt.com>
1105
1106 * image.el (image-load-path-for-library): Shorten first line in
1107 docstring.
1108
1109 2006-03-18 Richard Stallman <rms@gnu.org>
1110
1111 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1112
1113 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1114
1115 * isearch.el (isearch-other-meta-char): Handle user bindings for
1116 shifted control characters.
1117
1118 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1119
1120 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1121 part that matches email addresses, file names, etc.
1122
1123 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1124
1125 * term/w32-win.el (mouse-set-font):
1126 Mention w32-list-proportional-fonts in the doc string.
1127
1128 2006-03-18 Kim F. Storm <storm@cua.dk>
1129
1130 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1131 (ido-unc-hosts): New user option to explicitly define list of know
1132 UNC-style hosts for completion.
1133 (ido-cache-unc-host-shares-time): New user option.
1134 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1135 New helper functions for UNC file-name support.
1136 (ido-may-cache-directory): Check for UNC host. Simplify.
1137 (ido-wash-history): Clean out old UNC hosts.
1138 (ido-nonreadable-directory-p): UNC hosts are always readable.
1139 (ido-directory-too-big-p): UNC hosts are never too big.
1140 (ido-set-current-directory): Handle UNC root path.
1141 (ido-file-name-all-completions): Complete UNC host names from
1142 ido-unc-hosts list. Cache UNC host shares.
1143 (ido-make-file-list-1): Don't filter UNC root.
1144 (ido-exhibit): Check for // in root directory, and switch to UNC
1145 mode by setting ido-current-directory to //.
1146
1147 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1148
1149 * cus-edit.el (customize-changed-options): Mention explicit
1150 version number as default in prompt.
1151
1152 2006-03-17 Bill Wohler <wohler@newt.com>
1153
1154 * image.el (image-load-path-for-library): Minor docstring fix.
1155
1156 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1157
1158 * textmodes/org.el (org-read-date): Include subgroup 5 into
1159 replacement text.
1160 (org-popup-calendar-for-date-prompt): Fix customization type.
1161
1162 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1163
1164 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1165 (gdb-continuation): New variable.
1166 (gdb-send): Deal with continuation lines.
1167
1168 * progmodes/gud.el (gud-gdb-complete-command)
1169 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1170 expressions.
1171 (gud-tooltip-mode): Use buffer-local value.
1172
1173 2006-03-16 Kim F. Storm <storm@cua.dk>
1174
1175 * ido.el (ido-edit-input): Use selected match, if any.
1176
1177 2006-03-16 Bill Wohler <wohler@newt.com>
1178
1179 * image.el (image-load-path-for-library): Prefer user's images in
1180 image-load-path.
1181
1182 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1183
1184 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1185 when checking for attempt to drag leftmost or rightmost scrollbar.
1186
1187 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1188
1189 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1190 (gdb-force-mode-line-update): New function.
1191 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1192 (gdb-exited): Use them.
1193 (gdb-signal): New function.
1194 (gdb-annotation-rules): Provide a rule for it.
1195
1196 2006-03-16 Kenichi Handa <handa@m17n.org>
1197
1198 * international/mule.el (auto-coding-regexp-alist): Add entries
1199 for Unicode BOM.
1200
1201 * sort.el (sort-build-lists): Temporarily bind
1202 inhibit-field-text-motion to t.
1203
1204 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1205
1206 * locate.el (locate-command, locate-make-command-line)
1207 (locate-fcodes-file, locate-update-command)
1208 (locate-prompt-for-command, locate, locate-with-filter)
1209 (locate-get-file-positions): Doc fixes.
1210 (locate-buffer-name, locate-header-face): Remove leading `*' in
1211 defcustom.
1212 (locate-filter-output): Use `keep-lines' instead of its alias
1213 `delete-non-matching-lines'.
1214 (locate-get-filename, locate-get-dirname): Add introductory comment.
1215 (locate-find-directory-other-window): Give appropriate error
1216 message if used outside main listing.
1217
1218 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1221 the new extend-region feature.
1222 (font-lock-after-change-function): Update correspondingly.
1223 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1224 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1225
1226 2006-03-15 Bill Wohler <wohler@newt.com>
1227
1228 * image.el (image-load-path-for-library): Fix example by not
1229 recommending that one binds image-load-path. Just defvar it to
1230 placate compiler and only use it if previously defined.
1231
1232 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1233
1234 * textmodes/org.el (org-insert-centered): Use `string-width' to
1235 make underlining work for wide characters.
1236 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1237 TAB to `org-cycle', to make sure that no binding in
1238 `outline-mode-map' can supercede it.
1239
1240 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1241
1242 * allout.el: Increment version to 2.2.1 in file commentary.
1243
1244 (allout-version): Increment to 2.2.1.
1245
1246 (allout-default-layout): New customization variable, used when the
1247 file lacks a specific allout-layout. Uses allout-layout-type for
1248 recursively nested definition.
1249
1250 (allout-layout-type): Widget defining allout layouts, necessary for
1251 self-recursive definition.
1252
1253 (allout-mode): Incorporate allout-default-layout as fallback for
1254 allout-layout.
1255
1256 (allout-layout): Mark as 'safe-local-variable', and refer mention
1257 fallback to `allout-default-layout' in absence of a specified value.
1258 (allout-passphrase-verifier-string)
1259 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1260
1261 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1262
1263 (allout-get-encryption-passphrase-verifier): Use correct name of
1264 passphrase verifier in docstring.
1265
1266 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1267
1268 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1269 elements.
1270 (gdb-find-watch-expression): Make it work for arrays too.
1271 Follow change to gdb-var-list.
1272 (gud-watch): Allow the user to enter variable name with a prexix
1273 arg. Create keybindings.
1274 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1275 (gdb-var-list-children-handler, gdb-var-update-handler)
1276 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1277 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1278 Follow change to gdb-var-list.
1279 (gdb-starting): Don't show the overlay arrows when program is running.
1280
1281 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1282 gdb-var-list.
1283
1284 2006-03-14 Bill Wohler <wohler@newt.com>
1285
1286 * image.el (image-load-path-for-library): Pass value of path
1287 rather than symbol. Always return list of directories.
1288 Guarantee that image directory comes first.
1289
1290 2006-03-14 Alan Mackenzie <acm@muc.de>
1291
1292 * font-core.el (font-lock-extend-region\(-function\)?.):
1293 New function/variable.
1294
1295 * font-lock.el (font-lock-after-change-function):
1296 Call font-lock-extend-region. Obey font-lock-lines-before.
1297 (font-lock-default-fontify-region): Remove reference to
1298 font-lock-lines-before.
1299
1300 * jit-lock.el (jit-lock-after-change):
1301 Call font-lock-extend-region. Obey font-lock-lines-before.
1302
1303 2006-03-14 David Ponce <david@dponce.com>
1304
1305 * tree-widget.el (tree-widget-themes-load-path)
1306 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1307
1308 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1309
1310 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1311 (rcirc-print): Mark the start of text at the end of the prompt.
1312 (rcirc-track-minor-mode): Add autoload cookie.
1313 (rcirc-update-activity-string): Add space to front of mode-line
1314 indicator.
1315
1316 2006-03-13 Miles Bader <miles@gnu.org>
1317
1318 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1319 (rcirc-abbrev-nick): Remove function.
1320 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1321
1322 2006-03-13 David Ponce <david@dponce.com>
1323
1324 * tree-widget.el: Handle themes across all occurrences of the main
1325 themes sub-directory found in tree-widget-themes-load-path.
1326 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1327 (tree-widget--locate-sub-directory): Return all occurrences.
1328 (tree-widget-themes-path): New function.
1329 Replace tree-widget-themes-directory, and return a list of directories.
1330 (tree-widget-set-parent-theme)
1331 (tree-widget-lookup-image): Use it.
1332
1333 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1334
1335 * textmodes/org.el (org-link-search): Avoid self-matching of
1336 links, allow target text to be distributed over several lines.
1337 (org-search-not-link): New function.
1338 (org-set-regexps-and-options, org-get-current-options):
1339 New startup options.
1340 (org-export-as-html): Take odd-level setting from local variable.
1341 (org-fontify-emphasized-text): New option.
1342 (org-set-font-lock-defaults): Include emphasized text.
1343 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1344 (org-font-lock): Customize group renamed from `org-faces'.
1345
1346 2006-03-13 John Paul Wallington <jpw@pobox.com>
1347
1348 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1349 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1350
1351 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * cus-start.el (all): Delete :version keyword for members of the
1354 fringe group, since the entire group is new in 22.1.
1355
1356 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1357
1358 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1359 map if value is hexadecimal (an address).
1360 (gud-watch): Only search roots for existing watch expressions.
1361 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1362 prevent caching problems with speedbar-update-directory-contents.
1363
1364 2006-03-12 Juri Linkov <juri@jurta.org>
1365
1366 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1367 before comparing with `low' and `warn'.
1368
1369 * info.el (Info-dir-remove-duplicates): Move point to the
1370 beginning of the current line after deleting the entries from
1371 redundant heading. Use marker for `limit' and compare it with
1372 point before calling `re-search-forward'.
1373
1374 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1375
1376 * simple.el (yank): Fix typo in docstring.
1377
1378 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1379
1380 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1381 messages, where "D" is the 6th character.
1382
1383 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1384
1385 * simple.el (yank): Fix last change.
1386
1387 2006-03-11 David Ponce <david@dponce.com>
1388
1389 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1390 merging elements from the standard ispell-dictionary-alist.
1391 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1392 alist, and return the new alist.
1393
1394 2006-03-11 Richard Stallman <rms@gnu.org>
1395
1396 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1397
1398 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1399 the way it is implemented is too unclean.
1400
1401 * simple.el (kill-region, yank): Doc fix.
1402
1403 * battery.el (battery-echo-area-format): Doc fix.
1404 (battery-mode-line-format): Likewise.
1405 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1406 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1407
1408 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1409
1410 * progmodes/octave-mod.el (octave-indent-for-comment):
1411 Behave according to do string.
1412
1413 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1414
1415 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1416 Be visible only if major mode is Mail Mode.
1417
1418 * textmodes/flyspell.el (flyspell-external-point-words)
1419 (flyspell-process-localwords): Fix last changes.
1420
1421 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1422
1423 * calendar/holidays.el (list-holidays): Doc fix.
1424
1425 * international/mule.el (auto-coding-alist): Add .odt
1426 (OpenOffice's open document) files.
1427
1428 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1429 document) files. Mention in the doc string the need to sync with
1430 auto-coding-alist.
1431
1432 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1433
1434 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1435 enable-local-variables is set to always query, or there is no
1436 savable variable.
1437
1438 2006-03-10 Bill Wohler <wohler@newt.com>
1439
1440 * image.el (image-load-path-for-library): Merge at least three
1441 functions from Gnus and MH-E into this one function that can now
1442 be shared.
1443
1444 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1445
1446 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1447 gdb-remove-mouse-face and remove help-echo too.
1448 (gdb-enqueue-input): Correct conditional clause.
1449
1450 2006-03-10 Glenn Morris <rgm@gnu.org>
1451
1452 * calendar/calendar.el (calendar-holidays): Doc fix.
1453 * calendar/holidays.el (list-holidays): Doc fix.
1454
1455 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1456
1457 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1458 it gets called in gdb-prompt anyway.
1459 (gdb-use-separate-io-buffer): Only restore window arrangement for
1460 gdb-many-windows.
1461 (gdb-enqueue-input): Make it harder to send GDB input when program
1462 is running.
1463 (gdb-buffer-list): New variable.
1464 (gdb-remove-mouse-face): New function.
1465 (gdb-starting): Use it when GDB input won't get sent.
1466
1467 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * help.el (view-lossage): Remove trailing whitespace before
1470 inserting "\n".
1471
1472 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * files.el (hack-local-variables-confirm):
1475 Set coding-system-for-read to nil before writing to .emacs.
1476
1477 * arc-mode.el (archive-extract): Check if an existing buffer name
1478 comes from a different archive.
1479
1480 * help.el (describe-key-briefly): If KEY is a down event, read and
1481 discard the up event.
1482
1483 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1486 be edited and use font-lock-warning-face for any changes.
1487
1488 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1489 (gdb-edit-value): Use it to report any errors.
1490
1491 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * help.el (describe-key): Remove leftover test code.
1494
1495 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1496
1497 * textmodes/org.el: Move defvars out of eval-when-compile.
1498 Use buffer-file-name variable.
1499 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1500 arg `file'.
1501 (org-level-faces): Remove startup dependency.
1502 (org-cycle, org-map-tree, org-scan-tags)
1503 (org-remember-handler): Don't call `outline-level' directly.
1504 (org-mhe-search-all-folders): New option.
1505 (org-mhe-get-message-folder-from-index)
1506 (org-mhe-get-message-folder): Fix indexing search.
1507 (org-format-agenda-item): Handle nil TAGS argument.
1508 (org-cleaned-string-for-export, org-activate-target-links)
1509 (org-make-target-link-regexp): Deal with empty radio target list.
1510 (org-tag): New face.
1511 (org-get-level-face): New function.
1512 (org-set-font-lock-defaults): Simplify setup for headlines.
1513 (org-complete): Pass common substring to `display-completion-list'.
1514
1515 2006-03-06 David Ponce <david@dponce.com>
1516
1517 * tree-widget.el: Update Commentary header.
1518 (tree-widget-theme-name): Ignore parent themes.
1519 (tree-widget-set-parent-theme): New function.
1520 (tree-widget-set-theme): Use it.
1521 (tree-widget-set-image-properties): Move definition. Does nothing
1522 if image properties have already been set.
1523 (tree-widget-image-properties): Move definition. Receive an image
1524 name. Set the :pointer property.
1525 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1526 Don't set the :pointer image property.
1527 (tree-widget-convert-widget): New function. Handle :dynargs
1528 compatibility here.
1529 (tree-widget): Use it to :convert-widget. Add the :expander-p
1530 predicate to control when the :expander function is entered.
1531 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1532 (tree-widget-value-create): Handle :expander-p. widget-apply
1533 :expander.
1534 (tree-widget-expander-p): New function. Default value of the
1535 :expander-p property.
1536
1537 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * help.el (describe-key): Properly handle the return value of
1540 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1541 remaps. Handle string and vector `follow-link' values.
1542
1543 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * complete.el (PC-expand-many-files): Try be more careful when parsing
1546 the shell's output.
1547
1548 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * outline.el (hide-sublevels): Provide better interactive default.
1551
1552 2006-03-06 Kenichi Handa <handa@m17n.org>
1553
1554 * international/fontset.el (create-fontset-from-fontset-spec):
1555 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1556
1557 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1558
1559 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1560 backslashes instead of one in regexp.
1561 (gud-tooltip-dereference): Add missing optional argument.
1562
1563 2006-03-04 John Paul Wallington <jpw@pobox.com>
1564
1565 * wdired.el (toplevel): Require `cl' at compile-time.
1566
1567 2006-03-04 Andreas Schwab <schwab@suse.de>
1568
1569 * server.el (server-process-filter): Handle errors during
1570 evaluation of the argument.
1571
1572 2006-03-03 John Paul Wallington <jpw@pobox.com>
1573
1574 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1575 escape parentheses at beginning of line.
1576 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1577 (t-mouse-mode): Remove period from end of error message.
1578
1579 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1580
1581 * textmodes/flyspell.el (flyspell-process-localwords):
1582 Be case-sensitive.
1583
1584 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1585
1586 * cus-edit.el (custom-quote): Remove function, since it has been
1587 moved to custom.el.
1588
1589 * font-lock.el (lisp-font-lock-keywords-2)
1590 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1591 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1592 they have no special meaning.
1593
1594 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1595 indirect buffer gets killed before indirect buffer. Use dolist.
1596
1597 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1598
1599 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1600 value instead of a literal constant (1) on more pauses.
1601
1602 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1603
1604 * textmodes/flyspell.el (flyspell-external-point-words):
1605 Be case-sensitive.
1606
1607 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1608
1609 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1610 with "www".
1611
1612 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1613
1614 * allout.el: Restablish intermediate missing comment header to
1615 preserve outline structure.
1616 (allout-beginning-of-current-entry): Skip invisible text.
1617 (allout-open-topic): Fix opening a topic at end-of-buffer.
1618 (allout-minor-mode): Move nearer to allout-mode function.
1619
1620 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1621
1622 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1623
1624 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1625
1626 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1627 is nil.
1628
1629 * progmodes/gud.el (gud-speedbar-menu-items):
1630 Use buffer-local-value and add missing :visible keyword.
1631
1632 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1633
1634 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1635
1636 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1637 must be `follow-link'.
1638
1639 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1640
1641 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1642 formatting: No nested anchors.
1643 (org-all-targets): Fix bug with XEmacs compatibility.
1644 (org-read-date): Add (require 'parse-time).
1645 (org-set-tags): Fix bug with extra inserted space.
1646 (org-export-html-style): Define a style class for targets.
1647 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1648 (org-hide-leading-stars): New option.
1649 (org-hide): New face.
1650 (org-set-font-lock-defaults): Allow to hide leading stars.
1651 (org-get-legal-level, org-tr-level): New functions.
1652 (org-odd-levels-only): New option.
1653 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1654 (org-demote, org-promote): Deal with double-star levels.
1655 (org-convert-to-odd-levels): New command.
1656
1657 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1658
1659 * speedbar.el (speedbar-update-localized-contents): Try to
1660 preserve window-start.
1661 (speedbar-update-directory-contents): Try to preserve window-start
1662 and window-point.
1663 (speedbar-update-special-contents): Don't move back to start of window.
1664
1665 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1666 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1667 speedbar-timer-fn.
1668 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1669 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1670 instead of gdb-speedbar-timer-fn.
1671
1672 2006-02-28 Jay Belanger <belanger@truman.edu>
1673
1674 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1675 (math-compose-expr): Use latex option when calling
1676 `math-compose-tex-matrix' for latex mode.
1677
1678 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1679
1680 * speedbar.el: Re-instate comments about developing for speedbar
1681 [this is what info and gdb-ui use even if better methods exist now].
1682
1683 * t-mouse.el: New file.
1684 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1685 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1686 (t-mouse-make-event-element): Use posn-at-x-y instead.
1687 (t-mouse-make-event): Deal with Fedora Core 3.
1688 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1689 (t-mouse-mouse-position-function): New function. Use it instead
1690 of advising mouse-position.
1691 (t-mouse-mode): New minor mode.
1692 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1693
1694 2006-02-27 Glenn Morris <rgm@gnu.org>
1695
1696 * calendar/calendar.el (calendar-holidays): Doc fix.
1697
1698 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1701 Re-introduce the concept of a source window.
1702 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1703 consistency with get-buffer-create.
1704 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1705 (gdb-data-list-register-values-handler)
1706 (gdb-stack-list-locals-handler): Try to preserve window-start as
1707 well as window-point.
1708 (gdb-display-source-buffer): New function (old concept).
1709 (gdb-goto-breakpoint): Use it.
1710
1711 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1712 for gdb-ui/gdb-mi (old concept).
1713
1714 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1715
1716 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1717 binding.
1718
1719 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1720
1721 * textmodes/reftex-sel.el (reftex-select-label-map)
1722 (reftex-select-bib-map): Add `follow-mouse' binding.
1723
1724 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1725
1726 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1727 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1728 Give :set functions to provide automatic updating.
1729 Update docstring. Give compiler defvars early in the file
1730 and move the defcustoms to a later spot where all called functions
1731 are defined.
1732 (jka-compr-file-name-handler-entry): Doc fix.
1733 (jka-compr-compression-info-list--internal)
1734 (jka-compr-mode-alist-additions--internal)
1735 (jka-compr-load-suffixes--internal): New variables.
1736 (jka-compr-install): Set the three above variables.
1737 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1738 (jka-compr-update, jka-compr-set): New functions.
1739 (auto-compression-mode): Doc fix.
1740
1741 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1742 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1743 Use jka-compr-compression-info-list--internal,
1744 jka-compr-mode-alist-additions--internal and
1745 jka-compr-load-suffixes--internal.
1746
1747 * files.el (load-library):
1748 * loadhist.el (file-loadhist-lookup):
1749 * startup.el (command-line):
1750 * subr.el (locate-library):
1751 * emacs-lisp/autoload.el (update-directory-autoloads):
1752 * emacs-lisp/find-func.el (find-library-suffixes):
1753 Use `get-load-suffixes' instead of `load-suffixes'.
1754
1755 * subr.el (locate-library):
1756 * emacs-lisp/find-func.el (find-library-name):
1757 Use `load-file-rep-suffixes' instead of '("").
1758
1759 2006-02-26 Kim F. Storm <storm@cua.dk>
1760
1761 * ido.el (ido-save-history, ido-load-history): Simplify.
1762 Don't use find-file-noselect to avoid interference from other modes.
1763
1764 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1765
1766 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1767 to use the default shell if filename is not available.
1768 Reported by Giorgos Keramidas.
1769
1770 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1771
1772 * progmodes/etags.el (tags-completion-table): Do completion from
1773 all the tables in the current list, as documented in the manual.
1774
1775 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1776
1777 * CC Mode Update to 5.31.3.
1778
1779 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1780
1781 * progmodes/cc-mode.el (c-postprocess-file-styles):
1782 Bind inhibit-read-only to t, around the call to
1783 c-remove-any-local-eval-or-mode-variables, so that it works on a
1784 RO file.
1785
1786 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1787
1788 * progmodes/cc-awk.el: Correct a typo.
1789
1790 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1791
1792 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1793 c-hungry-delete-backwards, at the request of RMS. Leave the old
1794 name as an alias.
1795
1796 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1797
1798 * progmodes/cc-mode.el: Correct a typo.
1799
1800 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1801
1802 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1803
1804 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1805
1806 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1807 brace-else-brace (error due to mbeg, mend being undefined).
1808
1809 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1810
1811 * progmodes/cc-mode.el: File Local variables: Solve the problem
1812 where both `mode' and c-file-offsets are specified: `mode' will
1813 overwrite c-f-o's settings:
1814 (c-remove-any-local-eval-or-mode-variables): New function.
1815 (c-postprocess-file-styles): Call the above new function, within
1816 c-tentative-buffer-change, to splat `mode' and `eval' before the
1817 second hack-local-variables.
1818
1819 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1820
1821 * progmodes/cc-mode.el:
1822 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1823 (c-after-change): Protect the match data with save-match-data.
1824 It was getting corrupted by c-after-change-check-<>-operators.
1825
1826 * cc-defs.el: [Supersedes patch V1.38]:
1827 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1828 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1829
1830 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1831 with save-match-data. It was being corrupted when Font Lock was
1832 not enabled.
1833
1834 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1835
1836 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1837 Mode and Subword Mode.
1838
1839 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1840 real labels ("case 1:" or "foo:") from non-labels ("public:").
1841 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1842 coding; c-f-t-2 doesn't move over a token at EOB.
1843
1844 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1845
1846 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1847 (c-update-modeline): Concatenate the minor mode indicators
1848 directly onto mode-name, removing c-submode-indicators.
1849 Sometimes, c-s-i got separated from the mode name on the mode line.
1850
1851 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1852 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1853
1854 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1855
1856 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1857 error message when there's an evaluation error to show whether
1858 it's loaded from source or not.
1859 (c-filter-ops): Make it available at runtime too to work when
1860 `c-make-init-lang-vars-fun' needs to evaluate from source.
1861
1862 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * help.el (help): Revert last part of 2006-02-23 change (deletion
1865 of the `provide' call).
1866
1867 2006-02-23 Juri Linkov <juri@jurta.org>
1868
1869 * compare-w.el (compare-windows-highlight): Add new value
1870 `persistent' and change :type from `boolean' to `choice'.
1871 (compare-windows-overlays1, compare-windows-overlays2):
1872 New internal variables.
1873 (compare-windows-highlight): If compare-windows-highlight is
1874 `persistent', add current overlays to compare-windows-overlays[12]
1875 instead of adding compare-windows-dehighlight to pre-command-hook.
1876 (compare-windows-dehighlight): Delete all overlays from
1877 compare-windows-overlays[12].
1878
1879 * info.el (Info-search): Don't bind search-spaces-regexp to
1880 Info-search-whitespace-regexp in non-regexp isearch mode.
1881
1882 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1885
1886 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * textmodes/org.el (org-xemacs-p)
1889 (org-export-html-show-new-buffer, org-table-may-need-update)
1890 (org-insert-item, org-mhe-get-message-real-folder)
1891 (org-mhe-get-message-folder-from-index)
1892 (org-mhe-get-message-folder, org-mhe-get-message-num)
1893 (org-mhe-get-header, org-make-org-heading-search-string)
1894 (org-make-org-heading-camel, org-table-sort-lines)
1895 (org-format-org-table-html, org-format-table-table-html):
1896 Fix typos in docstrings.
1897
1898 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1899
1900 * textmodes/org.el (org-cleaned-string-for-export)
1901 (org-solidify-link-text): New function.
1902 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1903 XEmacs, just to silence the compiler.
1904 (org-export-as-ascii, org-export-as-html-and-open):
1905 Use `org-cleaned-string-for-export' and create internal links.
1906 (org-follow-mhe-link): Require mh-e, use folder.
1907
1908 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1911
1912 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1913 gdb-debug-log-length.
1914 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1915 it a real ring but...
1916 (gud-gdba-marker-filter): ...make it work like mark-ring.
1917 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1918 (gdb-mouse-jump): New function. Add bindings.
1919
1920 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1921
1922 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1923 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1924 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1925 (gdb-debug-log-length): Customize it's length.
1926 (gud-watch, gdb-var-create-handler): Display function::var format
1927 but don't use to create variable object.
1928 (gdb-var-create-handler): Use message-box in place of message.
1929 (gdb-stopped): Call gdb-exited if signalled.
1930
1931 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1932
1933 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1934
1935 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1936
1937 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1938 if `reftex-try-all-extensions' is set.
1939
1940 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1941 fail silently when there is no valid argument at point.
1942 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1943 `fail-silently' argument. From a patch by David Reiter.
1944
1945 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1946 New commands.
1947 (org-mark-ring): New variable.
1948 (org-mark-ring-length): New option.
1949 (org-open-at-point, org-goto, org-open-file): Push old position
1950 onto the mark ring.
1951 (org-add-hook): New function.
1952 (org-export-table-remove-special-lines): New option.
1953 (org-skip-comments, org-format-org-table-html): Respect new
1954 option `org-export-table-remove-special-lines'.
1955 (org-open-file): Allow special command configuration for
1956 directory link.
1957 (org-file-apps): Fix bugs in customize type, added setting
1958 for directories.
1959 (org-activate-tags, org-format-agenda-item, org-complete)
1960 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1961 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1962 (org-link-search, org-make-org-heading-search-string)
1963 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1964 (org-radio-targets, org-file-link-context-use-camel-case)
1965 (org-activate-camels): New options.
1966 (org-update-radio-target-regexp, org-all-targets)
1967 (org-make-target-link-regexp, org-activate-target-links):
1968 New functions.
1969 (org-make-org-heading-search-string): New function.
1970 (org-store-link, org-insert-link): Use new option
1971 `org-file-link-context-use-camel-case'.
1972 (org-activate-camels): Use new option `org-activate-camels'.
1973 (org-link-regexp): Add mhe prefix.
1974 (org-open-at-point, org-store-link): Support for mhe links.
1975 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1976 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1977 (org-mhe-get-header, org-follow-mhe-link): New functions.
1978 (org-remove-angle-brackets, org-add-angle-brackets):
1979 New functions.
1980 (org-bracket-link-regexp): New constant.
1981 (org-read-date): Fix bug that was rejecting all typed dates.
1982 (org-link-search): Make hierarchy above visible after a match.
1983 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1984 (org-store-link): Fix bug with link creation when cursor is in
1985 an empty line.
1986 (org-open-at-point): Fix bug with matching a link.
1987 Fixed buggy argument sequence in call to `org-view-tags'.
1988 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1989 (org-prefix-has-tag): New variable.
1990 (org-format-agenda-item): Remove tags from headline
1991 if appropriate.
1992 (org-agenda-remove-tags-when-in-prefix): New option.
1993
1994 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1995
1996 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1997 Fix the regular expressions.
1998
1999 2006-02-21 Richard M. Stallman <rms@gnu.org>
2000
2001 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2002 if there's no other specific basis.
2003
2004 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2005 as variables at all.
2006 (unsafep-variable): Rename arg; doc fix.
2007
2008 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2009
2010 * calendar/appt.el (diary-selective-display): Add defvar.
2011
2012 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2013
2014 * isearch.el (search-whitespace-regexp): Fix custom type.
2015
2016 * help.el (describe-key-briefly): Compute interactive args
2017 in same was as before previous change.
2018
2019 * files.el (enable-local-variables): Doc fix.
2020
2021 2006-02-21 Kim F. Storm <storm@cua.dk>
2022
2023 * fringe.el: Cleanup as file is now pre-loaded.
2024 (fringe-bitmaps): Initialize unconditionally.
2025 (fringe-mode, set-fringe-style): Remove autoload cookies.
2026
2027 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2028
2029 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2030 `horizontal-bar'.
2031 (fringe-cursor-alist): Use `horizontal-bar'.
2032
2033 2006-02-20 Kim F. Storm <storm@cua.dk>
2034
2035 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2036 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2037
2038 * loadup.el: Load "fringe" on window systems.
2039
2040 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2043 out of scope components.
2044
2045 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2046 default.
2047
2048 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2049
2050 * custom.el (customize-mark-to-save, customize-mark-as-set):
2051 Load the symbol first.
2052
2053 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2056 strech spec so it doesn't display as "^J" on the header line
2057 when `Buffer-menu-use-header-line' is t.
2058
2059 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2060
2061 * speedbar.el (speedbar-make-button): Keep text properties
2062 of string arguments if desired.
2063
2064 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2065 expessions.
2066
2067 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2068 of speedbar.
2069
2070 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2071
2072 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2073 to value of `read-file-name-completion-ignore-case'.
2074
2075 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * custom.el (customize-mark-as-set): Push to `user' theme.
2078
2079 * cus-edit.el (custom-save-variables): Allow unthemed values.
2080 (customize-set-variable): Push setting to `user' theme.
2081
2082 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2083
2084 * progmodes/gud.el: Don't require font-lock as it's now
2085 automatically loaded.
2086 (gud-speedbar-buttons): Replace gdb-var-changed with
2087 gdb-force-update.
2088
2089 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2090 gdb-var-changed.
2091 (gdb-post-prompt): Use it.
2092 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2093 (gdb-var-update-handler, gdb-var-delete)
2094 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2095 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2096 gdb-force-update in gdb-post-prompt.
2097 (gdb-reset): Clear watch expressions from speedbar when quitting.
2098
2099 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2100
2101 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2102 (viper-change-state-to-vi, viper-change-state-to-emacs):
2103 Make aware of cursor coloring in the Emacs state.
2104 (viper-special-read-and-insert-char): Use read-char-exclusive.
2105 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2106
2107 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2108
2109 * viper-util.el (viper-save-cursor-color)
2110 (viper-get-saved-cursor-color-in-replace-mode)
2111 (viper-get-saved-cursor-color-in-insert-mode)
2112 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2113 state.
2114 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2115
2116 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2117 (ediff-ignore-case-option3, ediff-actual-diff-options)
2118 (ediff-actual-diff3-options): New variables to control case sensitivity.
2119 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2120 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2121 (ediff-toggle-ignore-case): New function.
2122 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2123
2124 * ediff-help.el (ediff-long-help-message-narrow2)
2125 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2126 (ediff-long-help-message-word-mode): Add ignore-case command.
2127 (ediff-help-for-quick-help): Add ignore-case command.
2128
2129 * ediff-merg.el: Move provide to the end.
2130
2131 * ediff-ptch.el: Move provide to the end.
2132
2133 * ediff-wind.el: Move provide to the end.
2134
2135 * ediff-mult.el: Move provide to the end.
2136 (ediff-set-meta-overlay): Enable follow-link.
2137
2138 * ediff.el: Move provide to the end.
2139 Break recursive load cycle in eval-when-compile.
2140 (ediff-patch-buffer): Better heuristics.
2141
2142 * ediff-util.el: Move provide to the end.
2143 Break recursive load cycle in eval-when-compile.
2144 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2145 defuns.
2146 (ediff-submit-report): Pass the values of ediff-diff3-program,
2147 ediff-diff3-options.
2148
2149 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2150
2151 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2152 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2153 `' (for example, in the docstring of `windmove-default-keybindings').
2154
2155 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2156
2157 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2158 shadow face. Don't provide binding to edit variable when it is
2159 out of scope.
2160
2161 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2162 (gdb-var-update-handler): Detect out of scope variables with pre
2163 GDB 6.4 too.
2164 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2165 Reset status of variable objects to nil in update handlers.
2166 (gdb-var-update-handler-1): Detect when a variable object comes
2167 in scope. setcar on var changes gdb-var-list directly.
2168
2169 2006-02-17 Juri Linkov <juri@jurta.org>
2170
2171 * ffap.el (ffap) <defface>: Add explicit face declaration.
2172 (ffap-highlight): Use face `ffap' directly instead of checking
2173 for its existence.
2174
2175 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2176 `visible-ok' of `other-buffer' to find the right original buffer.
2177
2178 * info.el (Info-search): Skip `Local Variables' node.
2179
2180 2006-02-17 Juri Linkov <juri@jurta.org>
2181
2182 * info.el (Info-find-file): Check for symbols `apropos', `history',
2183 `toc' in the input filename, and return these symbols as is.
2184 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2185 `history', `toc' instead of strings.
2186 (Info-set-mode-line): For non-string Info-current-file use the
2187 symbol's name inside **.
2188 (Info-isearch-push-state): Add quote before Info-current-file and
2189 Info-current-node.
2190 (Info-isearch-pop-state): Use `equal' instead of `string='.
2191 (Info-extract-pointer, Info-following-node-name): Use
2192 `match-string-no-properties' instead of `match-string'.
2193 (Info-up): Check `old-file' for `stringp'.
2194 (Info-history): Use `equal' instead of `string-equal'.
2195 Check `file' for `stringp'.
2196 (Info-history): Use symbol `history' instead of string as first arg
2197 of `Info-find-node'.
2198 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2199 `toc' instead of string.
2200 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2201 instead of `buffer-substring', and `match-string-no-properties'
2202 instead of `match-string'.
2203 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2204 instead of strings.
2205 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2206 Use symbol `apropos' instead of string.
2207 (Info-copy-current-node-name): Check `Info-current-file' for
2208 `stringp' and construct a command with `Info-find-node' from it.
2209 (Info-fontify-node): Use `match-string-no-properties' instead of
2210 `match-string' and check file names for `stringp'.
2211 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2212 `history', `toc' instead of strings.
2213
2214 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * files.el: Rearrange functions and variables in the file local
2217 variables section.
2218
2219 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2220
2221 * files.el: Add truncate-lines, ispell-check-comments and
2222 ispell-local-dictionary as safe local variables.
2223
2224 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2227 out of scope variables.
2228 (gud-speedbar-buttons): Use unless.
2229
2230 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2231 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2232 (gdb-show-changed-values): Also use for out of scope variables.
2233 (gdb-var-update-handler-1): Note if variable goes out of scope.
2234
2235 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2236
2237 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2238 default to global variable values for unsupplied args.
2239 (rcirc-get-buffer-create): Fix bug with setting the target.
2240 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2241 test for rcirc-always-use-server-buffer-flag here.
2242 (rcirc-response-formats): Add %N, which is a facified nick. %n
2243 uses the default face. Change the ACTION format string. If the
2244 "nick" is the server, don't print anything for that field.
2245 Comment fixes.
2246 (rcirc-target-buffer): Don't test
2247 rcirc-always-use-server-buffer-flag here.
2248 (rcirc-print): Squeeze extra spaces out of the text before message.
2249 (rcirc-put-nick-channel): Strip potential "@" char from nick
2250 before adding them to nick table.
2251 (rcirc-url-regexp): Improve to match address like "foo.com".
2252
2253 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2254
2255 * allout.el (allout-hidden-p): Move this defsubst before
2256 allout-overlay-interior-modification-handler, where it is first
2257 used.
2258
2259 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2260
2261 * allout.el: Use allout invisible-text overlays instead of
2262 selective display for concealed text. Also, lots of general
2263 cleanup, and improved compatibility code.
2264
2265 (allout-version) Incremented, corrected, revised, and refined
2266 module commentary.
2267
2268 (provide 'allout): Moved to the bottom, added a require of overlay.
2269
2270 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2271 `except-current'.
2272 (allout-write-file-hook-handler): Minimize delay.
2273 (count-trailing-whitespace-region): New function so
2274 auto-encryption of current topic can resituate cursor exactly.
2275 PGP/GPG encryption trims trailing whitespace from lines, which
2276 must be accounted for across encryption then decryption.
2277
2278 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2279 just plain "\C-c", to avoid intruding on user's keybinding space.
2280
2281 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2282 parameter, so user request to provide a new password is done.
2283
2284 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2285 Refined mechanism for auto-filling behavior while in allout mode.
2286
2287 (allout-mode): Explicitly specify the mode map in the docstring.
2288 Clarify provision for various write-file hook var names.
2289 Adjusted for invisible-text overlays instead of selective-display.
2290
2291 (allout-depth): Really return 0 if not within any topic. This
2292 rectifies `allout-beginning-of-level' and sequence numbering
2293 errors that occur when cutting and pasting numbered topics.
2294 Changed from a in-line subst to a regular function, as well.
2295
2296 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2297
2298 (allout-end-of-subtree, allout-end-of-subtree)
2299 (allout-end-of-entry, allout-end-of-current-heading)
2300 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2301 (allout-show-children, allout-show-to-offshoot)
2302 (allout-hide-current-entry, allout-show-current-entry): Rectified
2303 handling of trailing blank lines between items.
2304
2305 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2306 (allout-current-depth, allout-unprotected, allout-hidden-p)
2307 (allout-on-current-heading-p, allout-listify-exposed)
2308 (allout-chart-subtree, allout-goto-prefix)
2309 (allout-back-to-current-heading, allout-get-body-text)
2310 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2311 (allout-hide-region-body, allout-toggle-subtree-encryption)
2312 (allout-encrypt-string, allout-encrypted-key-info)
2313 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2314 (allout-file-vars-section-data): Adjusted for use with
2315 invisible-text overlays instead of selective-display.
2316
2317 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2318 Reworked for use with invisible text overlays.
2319
2320 (allout-current-topic-collapsed-p): New function.
2321
2322 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2323 to know when to close the containing topic.
2324
2325 (allout-pre-command-business, allout-post-command-business):
2326 Simplify undo-batching and dynamic isearch exposure.
2327
2328 (allout-set-overlay-category): New for invisible-text overlays.
2329 Sets properties of allout-overlay-category, used by
2330 allout-flag-region to set invisible-text overlay properties.
2331 (allout-get-invisibility-overlay): Get the first qualifying
2332 invisibility overlay, so we can find the extent of it.
2333 (allout-back-to-visible-text): Get to just before the beginnining
2334 of the current invisibility overlay, if any.
2335
2336 (allout-overlay-insert-in-front-handler)
2337 (allout-overlay-interior-modification-handler)
2338 (allout-before-change-handler, allout-isearch-end-handler): New
2339 functions to handle extraordinary actions affecting concealed
2340 text.
2341
2342 (allout-flag-region): Use overlays instead of selective-display
2343 for invisible text - by inheritence from the properties of
2344 allout-overlay-category in mainline Emacs, and applied
2345 property-by-property in XEmacs, some recent versions of which
2346 don't inherit the properties from the category. Provisions to
2347 respond to concealed-text edits simplified drastically.
2348
2349 (allout-isearch-rectification, allout-isearch-was-font-lock)
2350 (allout-isearch-expose, allout-enwrap-isearch)
2351 (allout-isearch-abort, allout-pre-was-isearching)
2352 (allout-isearch-prior-pos, allout-isearch-did-quit)
2353 (allout-isearch-dynamic-expose)
2354 (allout-hide-current-entry-completely): Functions deleted.
2355
2356 (allout-undo-aggregation): Explicit undo aggregation no longer
2357 necessary due to transition away from selective-display.
2358
2359 (set-allout-regexp, allout-up-current-level)
2360 (allout-next-visible-heading, allout-forward-current-level)
2361 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2362 (allout-kill-line, allout-yank-processing, allout-show-children)
2363 (allout-expose-topic, allout-old-expose-topic)
2364 (allout-listify-exposed, allout-insert-latex-header)
2365 (allout-toggle-subtree-encryption, allout-encrypt-string)
2366 (remove-from-invisibility-spec, allout-hide-current-subtree):
2367 Ditched unused variables.
2368
2369 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2370
2371 * textmodes/ispell.el (ispell-change-dictionary): Call
2372 ispell-buffer-local-dict instead of
2373 ispell-accept-buffer-local-defs.
2374 (ispell-local-dictionary-alist): Accept as valid any coding-system
2375 supported by Emacs.
2376 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2377 changed to iso-8859-3.
2378
2379 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * speedbar.el (speedbar-frame-width): Make an inline function
2382 instead of a macro. Use frame-width.
2383 (speedbar-try-completion, speedbar-update-contents)
2384 (speedbar-timer-fn): Use consp.
2385 (speedbar-update-localized-contents): Try to preserve point.
2386
2387 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2388 (menu): Re-order menu items.
2389 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2390 field.
2391 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2392 (gdb-post-prompt): Speed things by not forcing update.
2393
2394 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2397 press and perform default action if we get a mouse movement event.
2398
2399 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * calendar/icalendar.el (icalendar--get-event-property)
2402 (icalendar--get-event-property-attributes): Fix typos in
2403 docstrings.
2404
2405 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2406 docstring.
2407
2408 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * bs.el (bs-mode): Use `buffer-disable-undo'.
2411 (bs--get-file-name): Simplify.
2412 (bs-show-in-buffer): Mark the buffer as not modified.
2413
2414 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2417 widget-button-click.
2418
2419 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2420 (custom-mode): Update docstring.
2421
2422 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2423 binding.
2424
2425 * files.el (hack-local-variables-confirm): Allow scrolling if the
2426 file variable list is too long. Kill temp buffer after use.
2427
2428 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2429
2430 * progmodes/gud.el (gdb): Improve doc string.
2431 (gdb-script-font-lock-keywords): Expand allowed character set.
2432
2433 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2434 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2435 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2436 (gdb-separate-io-stop, gdb-separate-io-eof):
2437 Rename from gdb-inferior-* to gdb-separate-*.
2438 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2439
2440 2006-02-14 Jay Belanger <belanger@truman.edu>
2441
2442 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2443 expression is a symbol before checking that it is bound.
2444
2445 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2446 test to see if equation can be solved.
2447
2448 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * wid-edit.el (widget-button-click): Use :pressed-face property
2451 for overlay face, if it exists.
2452
2453 * cus-edit.el (custom-manual, custom-add-see-also)
2454 (custom-add-parent-links, custom-group-link): Add :pressed-face
2455 property to links.
2456
2457 * files.el (hack-local-variables): Remove ignored variables before
2458 checking if any variables need setting.
2459
2460 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2461
2462 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2463
2464 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * help.el (where-is): Fix message for remapped commands.
2467
2468 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2469 Fix typos in docstrings.
2470
2471 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * files.el (safe-local-variable-values): New option.
2474 (hack-local-variables-prop-line): Return a list of variable-value
2475 pairs if MODE-ONLY is non-nil.
2476 (hack-local-variables): Construct list of variable-value pairs,
2477 and apply or reject them in one go. Ask for confirmation if
2478 variables are not known safe.
2479 (hack-local-variables-confirm): Complete rewrite. Support
2480 `safe-local-variable-values'.
2481 (enable-local-variables): Update docstring to reflect new
2482 behavior.
2483 (ignored-local-variables): Ignore ignored-local-variables and
2484 safe-local-variable-values.
2485 (safe-local-variable-p): New function.
2486 (risky-local-variable-p): `safe-local-variable' property check
2487 moved to safe-local-variable-p.
2488 (hack-one-local-variable): Checks moved to hack-local-variables.
2489
2490 (byte-compile-dynamic, c-basic-offset, c-file-style)
2491 (c-indent-level, comment-column, fill-column, fill-prefix)
2492 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2493 (no-update-autoloads, outline-regexp, page-delimiter)
2494 (paragraph-start, paragraph-separate, sentence-end)
2495 (sentence-end-double-space tab-width, version-control):
2496 Add `safe-local-variable' property.
2497
2498 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2499
2500 * icomplete.el, play/landmark.el: Change nonexistent
2501 `outline-layout' file variable to `allout-layout'.
2502
2503 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2504
2505 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2506 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2507 to gud-comint-buffer.
2508 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2509 gdb-ui.el for gdb-mi.el.
2510 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2511 registers buffer to gdb-get-changed-registers.
2512 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2513 deletion of catchpoints (throw and catch).
2514 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2515 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2516 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2517 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2518 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2519
2520 2006-02-13 Jay Belanger <belanger@truman.edu>
2521
2522 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2523 expression is a symbol before checking that it is bound.
2524
2525 2006-02-13 Richard M. Stallman <rms@gnu.org>
2526
2527 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2528 for the minibuffer too, but not if resize-mini-windows will interfere.
2529
2530 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2531 inside `interactive' spec.
2532 (describe-key-briefly-internal, describe-key-internal):
2533 Functions merged back into their callers.
2534
2535 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2536
2537 * info.el (info-xref-visited): Inherit from info-xref too.
2538 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2539 when propertizing Info-current-file and Info-current-node.
2540
2541 2006-02-13 Juri Linkov <juri@jurta.org>
2542
2543 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2544 (tumme-thumb-name): Fix per-directory format.
2545
2546 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2547
2548 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2549
2550 2006-02-12 Miles Bader <miles@gnu.org>
2551
2552 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2553
2554 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2555
2556 * tumme.el: Remove history section. If someone needs the it, it
2557 can always be found in CVS.
2558
2559 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2560
2561 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2562 about the Thumbnail Managing Standard option.
2563
2564 2006-02-12 Richard M. Stallman <rms@gnu.org>
2565
2566 * subr.el (substitute-key-definition): Doc fix.
2567
2568 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2569
2570 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2571
2572 * info.el (Info-mode): Doc fix.
2573
2574 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2575
2576 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2577
2578 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2579 because on Solaris a POSIX compatible "id" is needed. Reported by
2580 Magnus Henoch <mange@freemail.hu>.
2581
2582 2006-02-12 Juri Linkov <juri@jurta.org>
2583
2584 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2585 (tumme) <defgroup>: Change :group to `multimedia'.
2586 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2587 Managing Standard.
2588 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2589 Fix dostring.
2590 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2591 and %y. Fix docstring.
2592 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2593 (tumme-cmd-create-standard-thumbnail-command): New user options.
2594 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2595 is `standard'. Fix docstring.
2596 (tumme-thumb-width, tumme-thumb-height): New user options.
2597 (tumme-external-viewer): Try to find various viewers.
2598 (tumme-get-thumbnail-image): Use `create-image' instead of
2599 constructing the `image' structure.
2600 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2601 `standard'.
2602 (tumme-thumb-name): Add file name generation for standard storage.
2603 Simplify code for other storages.
2604 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2605 Add modification time %m and thumbnail-nq8 %q.
2606 Use `tumme-cmd-create-standard-thumbnail-command' if
2607 tumme-thumbnail-storage is `standard'.
2608 (tumme-dired-insert-marked-thumbs): New autoload command.
2609 (tumme-dired-after-readin-hook): New function.
2610 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2611 `tumme-thumb-size'.
2612 (tumme-display-image): Replace size-x %x and size-y %y with
2613 width %w and height %h.
2614
2615 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2616 `tumme-dired-insert-marked-thumbs'.
2617
2618 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2619
2620 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2621 include path).
2622 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2623 matching tag.
2624
2625 2006-02-12 Miles Bader <miles@gnu.org>
2626
2627 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2628 New variables.
2629 (rcirc-abbrev-nick): New function.
2630 (rcirc-format-response-string): Rewrite to use the formats in
2631 `rcirc-response-formats' and expand escape sequences therein.
2632 A text-property `rcirc-text' is added over the actual response
2633 text to make easy to find inside the returned string.
2634 (rcirc-print): When filling, just look for the `rcirc-text'
2635 text-property to find the appropriate fill prefix, instead of
2636 using hardwired patterns.
2637
2638 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2639
2640 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2641 Managing Standard.
2642
2643 2006-02-11 Kim F. Storm <storm@cua.dk>
2644
2645 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2646 Don't use insert-buffer; do insert-buffer-substring directly.
2647 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2648
2649 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2650
2651 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2652 with inhibit-read-only. Suggested by Stefan Monnier.
2653 (revert-buffer): Let insert-file-contents discard
2654 buffer-undo-list. Simplify code.
2655 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2656
2657 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2658
2659 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2660
2661 * help.el (describe-key-briefly): Now a wrapper for
2662 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2663 to t. Populate yank-menu if empty.
2664 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2665 (describe-key): Now a wrapper for describe-key-internal. Bind
2666 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2667 (describe-key-internal): Renamed from describe-key.
2668
2669 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2670
2671 * progmodes/glasses.el (glasses-separator): Doc fix.
2672 (glasses-original-separator): New defcustom.
2673 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2674
2675 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2676
2677 * mwheel.el (mouse-wheel-up-event): Doc fix.
2678
2679 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2680
2681 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2682 (tumme-dir): New function. Copied from thumbs.el.
2683
2684 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * desktop.el (desktop-outvar): Fix typo.
2687 (desktop-save-buffer-p): Doc fix.
2688
2689 * subr.el (substitute-key-definition): Fix typo.
2690
2691 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2692
2693 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2694 when window-system is mac.
2695
2696 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2697
2698 2006-02-10 Kim F. Storm <storm@cua.dk>
2699
2700 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2701 indirect-function instead of using condition-case.
2702
2703 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2704
2705 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2706 less `colloquial'...
2707
2708 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2709
2710 * tumme.el: Add a couple of todo items.
2711
2712 2006-02-09 Lars Hansen <larsh@soem.dk>
2713
2714 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2715 (highlight-changes-mode): Don't change desktop-locals-to-save.
2716
2717 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * image-mode.el (image-toggle-display): Clear image cache if using
2720 filename.
2721
2722 2006-02-09 Masatake YAMATO <jet@gyve.org>
2723
2724 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2725 a `dired-man' target.
2726
2727 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2728 boundary of symbols.
2729
2730 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2731
2732 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2733
2734 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2737 `mapcar'; return nil.
2738
2739 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2740
2741 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2742 some other event.
2743
2744 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2745
2746 * net/rcirc.el (rcirc-startup-channels-alist):
2747 Add irc.freenode.net and #emacs as defaults.
2748 (rcirc-ignore-all-activity-flag): Remove variable.
2749 (rcirc-authinfo): New variable.
2750 (rcirc-authinfo-filename): Remove variable.
2751 (rcirc-always-use-server-buffer-flag): New flag.
2752 (rcirc): M-x rcirc will automatically connect without prompting.
2753 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2754 connection in lisp.
2755 (rcirc-process-server-response-1): Remove everything but the nick
2756 portion of the sender so it doesn't need to be done everywhere
2757 else. Update related code.
2758 (global-map): Remove global keybindings.
2759 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2760 (rcirc-send-input): Split into several functions.
2761 (rcirc-process-input-line, rcirc-process-message)
2762 (rcirc-process-command): New functions.
2763 (rcirc-target-buffer): New function to determine where to route
2764 messages.
2765 (rcirc-user-nick): Save match data.
2766 (rcirc-toggle-ignore-buffer-activity)
2767 (rcirc-update-activity-string): Remove global ignore functionality,
2768 which can be done now by toggling rcirc-track-minor-mode.
2769 (rcirc-track-minor-mode-map): New keymap.
2770 (rcirc-track-minor-mode): New minor-mode.
2771 (ignore): Make the ignore output nicer. Always print it when
2772 adding or removing nicks.
2773 (rcirc-url-regexp): Improve.
2774 (rcirc-mangle-text): Remove properties before using text in the
2775 modeline.
2776 (rcirc-authenticate): Authentication data comes from
2777 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2778 (rcirc-server-prefix): Inherit from rcirc-server.
2779
2780 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2781
2782 * Makefile.in (compile): Append "|| true" to the end of the `find'
2783 command, like compile-always does.
2784
2785 2006-02-08 Sam Steingold <sds@gnu.org>
2786
2787 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2788 output from a dead connection.
2789
2790 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2791
2792 * dired.el (dired-mode-map): Add more bindings for tumme.
2793
2794 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * wdired.el (wdired-mode-map): Use remap.
2797 (wdired-get-filename): Massage.
2798 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2799 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2800 `keymap' property rather than `local-map'.
2801
2802 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2803
2804 * tumme.el (tumme-get-thumbnail-image): New utility function.
2805 Suggested by from Chong Yidong.
2806 (tumme-dired-with-window-configuration): Rename from
2807 `tumme-dired'. Add code to save window configuration.
2808 (tumme-restore-window-configuration): New command to restore the
2809 window configuration that `tumme-dired-with-window-configuration'
2810 saves before it changes the window configuration.
2811 (tumme-show-all-from-dir): New command to display thumbnails for
2812 all files in a directory entered by the user, like M-x thumbs.
2813 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2814 have been created.
2815 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2816 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2817 Remove obsolete test function.
2818
2819 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2820
2821 * vc.el (small-temporary-file-directory): Remove defvar; there's
2822 a defcustom for it in files.el.
2823
2824 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2825 Fix typo in message.
2826 (tumme-gallery-generate): Fix typo in `error' message.
2827 (tumme-display-window-height-correction)
2828 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2829 (tumme-line-up-interactive): Dox fixes.
2830 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2831 (tumme-restore-window-configuration, tumme-format-properties-string)
2832 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2833 Fix typos in docstrings.
2834
2835 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2836
2837 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2838
2839 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2842 User should use hook if desired.
2843
2844 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2845 buffer if necessary.
2846 (gdb-delete-frame-or-window): New function.
2847 (gdb-breakpoints-mode-map): Bind "q" to it.
2848
2849 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * textmodes/nroff-mode.el: Clean up name space.
2852 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2853 (nroff-mode): Obey the global setting of nroff-electric-mode.
2854 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2855
2856 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2857
2858 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2859
2860 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2861
2862 2006-02-06 Lars Hansen <larsh@soem.dk>
2863
2864 * generic-x.el (etc-fstab-generic-mode): Add file system types
2865 cifs and usbdevfs. Allow special chars in file names.
2866
2867 2006-02-05 Jay Belanger <belanger@truman.edu>
2868
2869 Update copyright notices of the files in lisp/calc.
2870
2871 2006-02-05 Romain Francoise <romain@orebokech.com>
2872
2873 Update copyright notices of all files in the lisp/play directory.
2874
2875 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2876
2877 * ldefs-boot.el: Regenerate.
2878
2879 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2880
2881 2006-02-05 Kim F. Storm <storm@cua.dk>
2882
2883 * files.el (magic-mode-regexp-match-limit): New defvar.
2884 (set-auto-mode): Use it to limit magic-mode-alist matching.
2885
2886 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2887
2888 * simple.el (display-message-or-buffer): Compare the number of
2889 characters to the frame width when determining whether a 1-line
2890 message string will fit in the echo area. Count screen lines
2891 instead of buffer lines when determining whether a multi-line
2892 message will fit in the echo area/minibuffer window.
2893
2894 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2895
2896 * info.el (Info-index, Info-mode): Improve the description of the
2897 `i' command.
2898
2899 * ldefs-boot.el: Regenerate.
2900
2901 2006-02-03 Werner Lemberg <wl@gnu.org>
2902
2903 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2904 greedy to find the closing bracket in \*[...] and similar
2905 expressions. This is a first rough fix -- many additional
2906 refinements are necessary to make nroff mode really usable with groff.
2907
2908 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2909
2910 * international/mule-cmds.el (set-locale-environment):
2911 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2912 libX11.
2913
2914 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2915
2916 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2917 archive are created in archive-tmpdir.
2918
2919 2006-02-02 John Paul Wallington <jpw@pobox.com>
2920
2921 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2922 (ibuffer-fontification-alist): Use it.
2923 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2924 to "* z" and the Ibuffer Mark menu.
2925
2926 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2927
2928 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * textmodes/table.el (*table--cell-describe-mode)
2931 (*table--cell-describe-bindings): Undo last change since
2932 print-help-return-message is not obsoleted by anything at all.
2933
2934 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2935
2936 * emulation/cua-base.el (cua-mode): Doc fix.
2937
2938 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * dframe.el (dframe-handle-make-frame-visible)
2941 (dframe-handle-iconify-frame, dframe-get-focus)
2942 (dframe-select-attached-frame, dframe-power-click)
2943 (dframe-frame-mode): Fix typos in docstrings.
2944
2945 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2946 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2947 Fix typos in docstrings.
2948
2949 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2950 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2951 (hi-lock-archaic-interface-message-used)
2952 (hi-lock-file-patterns-range): Fix typos in docstrings.
2953
2954 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2955 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2956
2957 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2958 Fix typo in docstring.
2959
2960 * net/newsticker.el (newsticker--decode-iso8601-date)
2961 (newsticker--set-customvar, newsticker--buffer-insert-item)
2962 (newsticker--do-run-auto-mark-filter)
2963 (newsticker--parse-generic-feed): Doc fixes.
2964 (newsticker--retrieval-timer-list, newsticker-url-list)
2965 (newsticker-hide-immortal-items-in-echo-area)
2966 (newsticker-hide-obsolete-items-in-echo-area)
2967 (newsticker-new-item-face, newsticker--enclosure)
2968 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2969 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2970 (newsticker--parse-generic-feed, newsticker--cache-contains)
2971 (newsticker--stat-num-items, newsticker-download-enclosures):
2972 Fix typos in docstrings.
2973
2974 * net/rcirc.el (rcirc-debug): Doc fix.
2975 (rcirc-fill-column, rcirc-receive-message-hooks)
2976 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2977 (rcirc-mode, rcirc-generate-new-buffer-name)
2978 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2979 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2980 Fix typos in docstrings.
2981 (rcirc-print): "?\ " -> "?\s".
2982 (rcirc-cmd-join): Improve argument/docstring consistency.
2983
2984 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2985
2986 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2987 before narrow-to-region.
2988
2989 2006-02-01 Richard M. Stallman <rms@gnu.org>
2990
2991 * simple.el (move-beginning-of-line): Scan properly for invis change.
2992
2993 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2994
2995 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2998 change bit only when id-format is 'integer. Reported by Matt
2999 Hodges <M.P.Hodges@rl.ac.uk>.
3000
3001 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * hilit-chg.el (highlight-changes-initial-state)
3004 (highlight-changes-global-initial-state): Doc fixes.
3005 (highlight-changes-global-modes, global-highlight-changes):
3006 Fix typos in docstrings.
3007
3008 2006-02-01 Kim F. Storm <storm@cua.dk>
3009
3010 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3011 transient-mark-mode in doc string.
3012
3013 2006-01-31 Richard M. Stallman <rms@gnu.org>
3014
3015 * replace.el (multi-occur): Doc fix.
3016 (multi-occur-in-matching-buffers): Rename from
3017 multi-occur-by-filename-regexp. Prefix arg says match
3018 buffer names instead of file names.
3019
3020 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3021
3022 * bs.el: Allow non-default values of `bs-header-lines-length'.
3023 (bs--running-in-xemacs): Remove (not needed anymore).
3024 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3025 instead of `shrink-window', thus avoiding having to compute the
3026 height of the window.
3027 (bs--up): Wrap around even when there's no header.
3028 (bs--down): Use `forward-line' instead of `next-line'.
3029
3030 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * image-mode.el (image-toggle-display): Use file name if possible,
3033 instead of unnecessarily allocating a (possibly huge) lisp string.
3034
3035 2006-01-30 John Paul Wallington <jpw@pobox.com>
3036
3037 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3038 because the `assert' macro signals it at runtime.
3039
3040 * emacs-lisp/cl.el (toplevel): Remove definition of
3041 `cl-assertion-failed' condition.
3042
3043 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3044
3045 * thumbs.el (thumbs-marked-list): Make buffer-local and
3046 permanent-local.
3047 (thumbs-insert-thumb): Make help-echo non-sticky.
3048 (thumbs-file-alist): Use eolp as check for (non)-image.
3049
3050 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3051
3052 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3053 (ediff-before-session-group-setup-hooks)
3054 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3055 Fix typos in docstrings.
3056
3057 * window.el (bw-dir, bw-eqdir, balance-windows)
3058 (split-window-keep-point): Fix typos in docstrings.
3059
3060 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3061 (org-quote-string, org-calendar-to-agenda-key)
3062 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3063 (org-show-following-heading, org-tags-column)
3064 (org-use-tag-inheritance, org, org-allow-space-in-links)
3065 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3066 (org-enable-table-editor, org-calc-default-modes)
3067 (org-table-allow-automatic-line-recalculation)
3068 (org-export-html-style, org-export-with-fixed-width)
3069 (org-export-with-sub-superscripts, org-special-keyword)
3070 (org-formula, org-time-grid, org-table-may-need-update)
3071 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3072 (org-goto-quit, org-get-indentation, org-end-of-item)
3073 (org-move-item-down, org-move-item-up)
3074 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3075 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3076 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3077 (org-agenda-log-mode, org-agenda-toggle-diary)
3078 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3079 (org-agenda-file-to-end, org-agenda-no-heading-message)
3080 (org-agenda-get-closed, org-format-agenda-item)
3081 (org-cmp-priority, org-cmp-category, org-cmp-time)
3082 (org-agenda-change-all-lines, org-agenda-diary-entry)
3083 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3084 (org-link-search, org-camel-to-words, org-open-file)
3085 (org-remember-handler, org-table-convert-region)
3086 (org-table-move-row-down, org-table-move-row-up)
3087 (org-table-copy-region, org-table-wrap-region)
3088 (org-table-toggle-vline-visibility)
3089 (org-table-get-vertical-vector, org-table-modify-formulas)
3090 (org-table-get-specials, org-recalc-commands)
3091 (org-table-rotate-recalc-marks, org-table-eval-formula)
3092 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3093 (org-level-color-stars-only, org-insert-heading):
3094 Fix typos in docstrings.
3095 (last-arg): Add defvar.
3096
3097 * makefile.w32-in (WINS): Add erc.
3098 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3099
3100 2006-01-29 Bill Wohler <wohler@newt.com>
3101
3102 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3103 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3104 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3105 (mh-autoloads): Don't use comments on otherwise empty lines.
3106
3107 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3108
3109 * emulation/viper.el (viper-major-mode-modifier-list): Add
3110 insert-state and vi-state entries for erc-mode.
3111 (viper-go-away, viper-set-hooks): Add and remove
3112 viper-comint-mode-hook from erc-mode-hook as appropriate.
3113
3114 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3115
3116 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3117
3118 * bs.el (bs--format-aux): Implement `middle' alignment as
3119 described in the docstring for `bs-attributes-list'.
3120 (bs--get-name): Simplify. Don't pad the buffer name.
3121
3122 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3123
3124 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3125 English aspell dictionary is installed, use the first entry of
3126 ispell-dictionary-alist-1.
3127
3128 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3129
3130 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3131 Doc fix.
3132
3133 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3136 for `process-file', in order to let it work for older Emacsen too.
3137
3138 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3139
3140 * international/latexenc.el: Add a suitable `coding:' tag.
3141 (latexenc-find-file-coding-system): Undo last change.
3142
3143 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3144
3145 * international/latexenc.el (latexenc-find-file-coding-system):
3146 Make sure latexenc-main-file is a regular file and is readable.
3147
3148 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3149
3150 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3151 Pass FILE to vc-user-login-name.
3152
3153 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3154
3155 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3156
3157 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3158 there are no more images to display.
3159 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3160 the next image.
3161
3162 2006-01-26 Richard M. Stallman <rms@gnu.org>
3163
3164 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3165
3166 * wid-edit.el (advertised-widget-backward): New alias.
3167 (widget-keymap): Use advertised-widget-backward for S-TAB.
3168
3169 * tumme.el: Correct the keywords.
3170 (tumme-dir-max-size): Use defvar.
3171 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3172
3173 * simple.el (move-beginning-of-line): Take account of fields.
3174 (clone-indirect-buffer-other-window): Take args like
3175 clone-indirect-buffer, and work like it.
3176
3177 * help-fns.el (describe-function): Don't pass `nil' as default.
3178
3179 * files.el (risky-local-variable-p): Follow var aliases.
3180
3181 * subr.el (lazy-completion-table): Doc fix.
3182
3183 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3184 global binding of `line'.
3185
3186 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3187
3188 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3189 Tramp.
3190
3191 * vc.el (vc-default-dired-state-info): Pass FILE to
3192 vc-user-login-name.
3193 (vc-default-update-changelog): Don't use vc-user-login-name, we
3194 don't need it here.
3195
3196 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3197 no longer necessary.
3198
3199 2006-01-25 Kenichi Handa <handa@m17n.org>
3200
3201 * international/mule.el (decode-char): Avoid the overhead of
3202 calling utf-lookup-subst-table-for-decode if
3203 utf-translate-cjk-mode is nil.
3204 (encode-char): Avoid the overhead of calling
3205 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3206 nil.
3207
3208 2006-01-22 Kenichi Handa <handa@m17n.org>
3209
3210 * international/mule.el (make-subsidiary-coding-system): Reset
3211 `coding-system-define-form' property of subsidiaries to nil.
3212 Avoid duplicated entry in coding-system-alist.
3213 (make-coding-system): Avoid duplicated entry in
3214 coding-system-alist.
3215 (define-coding-system-alias): Likewise.
3216
3217 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * completion.el: Minor fixes in introductory comment.
3220 (completion-def-wrapper): Fix alist.
3221
3222 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3223
3224 * thumbs.el (thumbs-new-image-size): New function.
3225 (thumbs-increment-image-size-element)
3226 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3227 (thumbs-decrement-image-size): Delete.
3228 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3229 temp files and use to resize.
3230 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3231 Use increment argument to enlarge/shrink. Preserve point.
3232 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3233 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3234 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3235 (thumbs-mark, thumbs-unmark): Preserve point.
3236 (thumbs-modify-image): Keep old temp files and use to modify.
3237 Cleanup old temp files at load time. Preserve point.
3238 (thumbs-view-image-mode-map): Use new command names.
3239
3240 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3243
3244 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3245 the nastiest part of the cyclic dependency.
3246 (cal-menu-update): Use dotimes and calendar-increment-month.
3247
3248 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3249 (calendar-week-start-day): Add an :initializer.
3250 (calendar-mode-map): Use suppress-keymap, and command remapping.
3251 (describe-calendar-mode): Setup xref-stack info for the back button.
3252 (calendar-star-date): Insert before delete.
3253 (calendar-set-mode-line): Add file-modified info if applicable.
3254 (calendar-increment-month): New function.
3255
3256 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3257
3258 * font-lock.el (lisp-font-lock-keywords-2):
3259 Recognize "& keywords" only at word boundaries.
3260
3261 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3264 and permanent-local.
3265 (thumbs-max-image-number): New variable.
3266 (thumbs-do-thumbs-insertion): Use them.
3267 (thumbs-per-line): Change default to 4.
3268 (thumbs-marked-list): Rename from thumbs-markedL.
3269 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3270 (thumbs-rename-images): Use -list instead of L for internal variables.
3271 (thumbs-call-convert): Use call-process instead of shell-command.
3272 (thumbs-insert-thumb): Add filename as help-echo to each image.
3273 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3274 Give dir to thumbs-show-thumbs-list.
3275 (thumbs-show-thumbs-list): Set default-directory to that of images.
3276 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3277 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3278 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3279 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3280
3281 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * ses.el (ses-read-cell): Provide a default value.
3284
3285 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * term/w32-win.el (image-library-alist): Add additional names for
3288 GIF library.
3289
3290 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3291
3292 * international/latexenc.el (latexenc-find-file-coding-system):
3293 Add file-regular-p check.
3294
3295 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * simple.el (clone-buffer): Don't show the new buffer in the same
3298 window.
3299
3300 2006-01-23 Juri Linkov <juri@jurta.org>
3301
3302 * faces.el (link, link-visited): New faces based on default values
3303 of `info-xref' and `info-xref-visited'.
3304
3305 * info.el (info-xref): Inherit from `link'.
3306 (info-xref-visited): Inherit from `link-visited'.
3307
3308 * cus-edit.el (custom-buffer-create-internal): Use widget type
3309 `custom-manual' instead of `info-link' and don't set properties
3310 `button-face' and `mouse-face' explicitly.
3311 (custom-browse-group-tag, custom-browse-variable-tag)
3312 (custom-browse-face-tag): Inherit from widget class
3313 `custom-group-link' instead of `push-button'.
3314 (custom-button-unraised): Inherit from `underline' face.
3315 (custom-link): Inherit from `link' face. Fix doc and group.
3316 (custom-add-parent-links, custom-group-value-create): Don't set
3317 properties `button-face' and `mouse-face' explicitly for
3318 `custom-group-link' widget.
3319 (custom-group-link): Add properties `button-face' and `mouse-face'
3320 to widget definition.
3321 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3322 editable-field's :keymap property.
3323 (custom-mode): Fix docstring: substitute keybindings for
3324 `widget-forward' and `widget-backward' from `widget-keymap',
3325 `widget-complete' from `custom-field-keymap', replace old
3326 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3327
3328 * desktop.el (desktop-load-file): Check for `fboundp' before
3329 calling `symbol-function'.
3330
3331 * simple.el (clone-buffer, clone-indirect-buffer)
3332 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3333 `read-string'. Fix prompts.
3334
3335 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3336
3337 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3338
3339 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3340
3341 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3342
3343 * startup.el (inhibit-splash-screen, initial-scratch-message):
3344 Doc fixes.
3345
3346 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3347
3348 Sync with Tramp 2.0.52.
3349
3350 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3351 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3352 `tramp-unload-tramp' for checklist.
3353
3354 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3355 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3356 (tramp-unload-file-name-handler-alist)
3357 (tramp-unload-tramp): New defuns.
3358 (tramp-advice-PC-expand-many-files): New defadvice.
3359 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3360 removed.
3361 (tramp-handle-expand-file-name): Remove double slash.
3362 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3363 It doesn't matter, because it will be converted later on.
3364 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3365 implementation was just heuristic.
3366 (tramp-post-connection): Set uid and gid properties.
3367 (tramp-convert-file-attributes): Set file's gid change bit.
3368 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3369 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3370 in case of su(do)? methods. The home directory of the local user
3371 will be taken else.
3372 (tramp-open-connection-telnet)
3373 (tramp-open-connection-rsh, tramp-open-connection-su)
3374 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3375 local shell prompt could hurt. Reported by Romain Francoise
3376 <romain@orebokech.com>.
3377 (tramp-let-maybe): Add `edebug-form-spec' property.
3378 (tramp-handle-expand-file-name): Bind `default-directory' locally
3379 to "/" in order to avoid problems with UNC shares or Cygwin
3380 mounts.
3381 (tramp-md5-function): Fix typo in error message.
3382
3383 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3384
3385 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3386 for byte-compiler pacification.
3387
3388 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3389
3390 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3391 ID-FORMAT `string'. This allows us to get rid of
3392 `vc-user-login-name UID'.
3393
3394 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3395
3396 2006-01-22 John Paul Wallington <jpw@pobox.com>
3397
3398 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3399
3400 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3401
3402 * emacs-lisp/find-func.el (find-definition-noselect)
3403 (find-variable-noselect): Search variables in C source code too.
3404 (find-function-C-source, find-function-noselect, find-function)
3405 (find-function-other-frame, find-variable-noselect, find-variable)
3406 (find-variable-other-frame, find-variable-at-point):
3407 Fix docstrings.
3408
3409 2006-01-21 Francesco Potorti` <pot@gnu.org>
3410
3411 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3412
3413 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3414
3415 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3416 Default to disabling the "Save affix" question.
3417
3418 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3419
3420 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3421 the first arg to run-python.
3422
3423 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3424
3425 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3426 is not loaded.
3427
3428 2006-01-20 Jay Belanger <belanger@truman.edu>
3429
3430 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3431 limit is 0.
3432
3433 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3434 the correct variable.
3435
3436 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3437
3438 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3439 link. Fixed buggy argument sequence in call to `org-view-tags'.
3440 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3441 (org-prefix-has-tag): New variable.
3442 (org-format-agenda-item): Remove tags from headline if
3443 appropriate.
3444 (org-agenda-remove-tags-when-in-prefix): New option.
3445 (org-get-tags-at): New function.
3446
3447 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3448
3449 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3450 (thumbs-find-image): Move image name and number from buffer name
3451 to mode name. Set thumbs-buffer. Preserve point so that large
3452 images remain visible.
3453 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3454 order.
3455 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3456 mode name.
3457 (thumbs-next-image, thumbs-previous-image): Make them work.
3458
3459 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3460
3461 * cus-edit.el (custom-buffer-create-internal): State in the text above
3462 the whole buffer buttons that they do not operate on hidden items.
3463 (custom-face-menu): Use `custom-face-save' instead of
3464 `custom-face-save-command'.
3465 (custom-face-save-command): Make it an alias for `custom-face-save'
3466 and declare it obsolete.
3467 (custom-face-save): Doc fix.
3468
3469 * dired.el (dired-no-confirm): Add quote.
3470 (dired-subdir-alist-pre-R): Add quote in
3471 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3472
3473 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * textmodes/table.el (table-mode-indicator): Typo in last change.
3476
3477 2006-01-19 Richard M. Stallman <rms@gnu.org>
3478
3479 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3480 Fixes bug reported in Nov 2005.
3481
3482 * isearch.el (isearch-forward): Doc fix.
3483
3484 * dired.el (dired-move-to-filename-regexp): Define as alias.
3485 (dired-no-confirm): Use defcustom.
3486 (dired-subdir-alist-pre-R): Put defvar at top level.
3487
3488 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3489
3490 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3491 Mark as risky.
3492
3493 * simple.el (set-mark-command): Doc fix.
3494 (clone-indirect-buffer-other-window):
3495 Read arg like clone-indirect-buffer.
3496 (move-beginning-of-line): Skip invisible newlines.
3497
3498 2006-01-19 Masatake YAMATO <jet@gyve.org>
3499
3500 * progmodes/cpp.el (cpp-edit-load): Make the order of
3501 listed conditions in a base C code buffer and its associate
3502 CPP Edit buffer the same.
3503
3504 2006-01-19 Kenichi Handa <handa@m17n.org>
3505
3506 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3507 (rmail-mime-feature): Likewise.
3508 (rmail-require-mime-maybe): Use display-warning to show a warning
3509 message.
3510
3511 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3512 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3513
3514 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * array.el: Move defvars out of eval-when-compile.
3517 (array-make-template): Replace undeclared global var with a local one.
3518 (array-mode): Inline initialization functions.
3519 (array-init-local-variables, array-init-max-row)
3520 (array-init-max-column, array-init-columns-per-line)
3521 (array-init-field-width, array-init-rows-numbered)
3522 (array-init-line-length, array-init-lines-per-row): Remove.
3523
3524 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3525 (doc-mode-map): Define explicitly.
3526 (doctor-txtype): Use mapc.
3527
3528 * textmodes/table.el: Move defvars out of eval-when-compile.
3529 Remove harmful code meant to avoid byte-compiler warnings.
3530 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3531 specification that checks table-fixed-width-mode directly.
3532 (table-recognize-region, table-recognize-cell):
3533 Use restore-buffer-modified-p.
3534 (table-fixed-width-mode): Remove code that refreshes
3535 table-fixed-mode-indicator.
3536 (*table--cell-describe-bindings, *table--cell-describe-mode):
3537 Avoid obsolete name print-help-return-message.
3538 (table--test-cell-list): Don't use replace-regexp from elisp.
3539 (table--point-entered-cell-function, table--point-left-cell-function):
3540 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3541
3542 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3543 that was after the end of file. Use buffer-file-name variable.
3544 (org-timestamp-change): Use with-current-buffer.
3545 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3546 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3547 `file'.
3548
3549 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3550 (fortran-break-line): Remove unused var `opoint'.
3551 (fortran-abbrev-start): Obey help-event-list.
3552
3553 2006-01-18 Jesper Harder <harder@phys.au.dk>
3554
3555 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3556
3557 2006-01-18 Masatake YAMATO <jet@gyve.org>
3558
3559 * progmodes/make-mode.el (makefile-imake-mode): New mode
3560 derived from makefile-mode.
3561 (makefile-imake-mode-syntax-table): New syntax table
3562 derived from makefile-mode-syntax-table.
3563 (makefile-mode): Write about makefile-imake-mode in doc string.
3564 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3565 (makefile-imake-font-lock-keywords): New font lock keywords.
3566
3567 * files.el (auto-mode-alist): Add Imakefile.
3568
3569 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3570
3571 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3572 loading the file rather than when turning on flyspell-mode.
3573
3574 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3575
3576 * cus-edit.el (customize-rogue): Minor doc fix.
3577
3578 2006-01-17 Juri Linkov <juri@jurta.org>
3579
3580 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3581 instead of the file at the mark as default if the file at the mark
3582 is the same as the file at point or if dired-dwim-target-directory
3583 is not the same as the current directory and the mark is not active.
3584
3585 * log-view.el (log-view-minor-wrap): Use the same logic to get
3586 revisions as `log-view-diff'.
3587
3588 * info.el (Info-revert-find-node): Check for Info-current-file
3589 before preserving new-history.
3590
3591 * man.el (Man-heading-regexp): Add `/'.
3592
3593 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3594 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3595
3596 2006-01-16 Juri Linkov <juri@jurta.org>
3597
3598 * faces.el (mode-line-faces): New defgroup.
3599 (mode-line-highlight): Move definition after new defgroup.
3600 (mode-line, mode-line-inactive, mode-line-highlight):
3601 Replace :group `modeline' with `mode-line-faces'.
3602 (mode-line-buffer-id): New face.
3603 (modeline-buffer-id): New face alias.
3604 (vertical-border): Remove :group `modeline'.
3605
3606 * bindings.el (propertized-buffer-identification): Use face
3607 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3608 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3609 (mode-line-buffer-identification-keymap): For mouse-1 replace
3610 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3611 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3612 mouse-3.
3613
3614 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3615 Buffer-menu-buffer. Doc fix.
3616 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3617 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3618 `Buffer-menu-buffer'.
3619
3620 * info.el (Info-mode-line-node-keymap): New defvar.
3621 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3622 Propertize Info-current-node with `mode-line-buffer-id' and
3623 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3624
3625 * time.el (display-time-mail-face): Replace :group `faces' with
3626 `mode-line-faces'.
3627
3628 2006-01-16 Kenichi Handa <handa@m17n.org>
3629
3630 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3631
3632 * language/european.el (cp1252): New alias for windows-1252.
3633
3634 * international/mule.el (autoload-coding-system): Prepare for EOL
3635 variants.
3636
3637 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * term.el (term-raw-map): Add mapping for insert.
3640 (term-send-insert): New.
3641 (term-mode): Make variables local here instead of doing it in
3642 `term-emulate-terminal'.
3643 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3644 Scroll reverse needs to take into account the scroll region.
3645 Saving and restoring the cursor should save the color attributes too.
3646 (term-reset-terminal): Reset the scroll region.
3647 (term-handle-ansi-escape): Cursor up and down should take into
3648 account the scroll region.
3649 (term-set-scroll-region): Rename from `term-scroll-region'.
3650 Move to 0,0 after setting the region.
3651 (term-handle-scroll): Handle scroll up.
3652 (term-down): Fix off by one error.
3653 (term-delete-lines): Do not delete outside the scroll region.
3654 (term-insert-lines): Take into account the scroll region.
3655
3656 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * textmodes/ispell.el (ispell-internal-change-dictionary)
3659 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3660 (start, end): Move declaration outside of eval-when-compile.
3661
3662 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3663 (flyspell-mode-on): Use it.
3664
3665 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3666 ispell-kill-ispell-hook.
3667
3668 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3669
3670 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3671 (Custom-reset-saved): Do not ask for confirmation in single option
3672 buffers.
3673
3674 2006-01-13 Richard M. Stallman <rms@gnu.org>
3675
3676 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3677
3678 2006-01-13 Romain Francoise <romain@orebokech.com>
3679
3680 * add-log.el (add-change-log-entry, change-log-merge):
3681 Conditionally use `hard-newline'.
3682
3683 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3684
3685 * wid-edit.el (widget-field-end): If the overlay is no longer
3686 associated with a buffer, behave as if the overlay didn't exist.
3687
3688 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3689 Make sure the links use the `custom-link' face.
3690
3691 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3694 (ld-script-mode): Don't set indent-line-function since we don't
3695 have one.
3696
3697 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3698
3699 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3700 application.
3701 (org-file-apps-defaults-gnu): Use mailcap as the default for
3702 selecting an application on a UNIX system.
3703 (org-agenda-show-tags): New command.
3704 (org-table-insert-hline): Keep cursor in current table line.
3705 (org-table-convert): Offset effect of modifying
3706 `org-table-insert-hline'.
3707 (org-format-agenda-item): New optional argument TAG.
3708 (org-compile-prefix-format): Handle %T format for the tag.
3709 (org-expand-wide-chars): New function.
3710 (org-table-insert-row, org-table-insert-hline):
3711 Use `org-expand-wide-chars'.
3712 (org-open-file): Fix bug in program launch.
3713 (org-get-time-of-day): Fix bug with times before 1am.
3714 (org-agenda-menu): Add tags commands.
3715
3716 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3717
3718 * textmodes/ispell.el (ispell-init-process): Include the used
3719 dictionary in ispell process start message.
3720 (ispell-internal-change-dictionary): When flyspell-mode is active
3721 and dictionary is changed, make sure ispell process is restarted
3722 and flyspell word cache cleared out for the current buffer.
3723 (ispell-change-dictionary): Make sure flyspell word cache is
3724 cleared out in all buffers with active flyspell mode when
3725 dictionary is globally changed.
3726 Call ispell-internal-change-dictionary after dictionary change.
3727
3728 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3729
3730 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3731
3732 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3733 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3734 years. Fix small differences wrt Makefile.in.
3735 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3736 Makefile.in does.
3737
3738 2006-01-12 Bill Wohler <wohler@newt.com>
3739
3740 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3741 mh-search.el.
3742
3743 2006-01-12 Masatake YAMATO <jet@gyve.org>
3744
3745 * progmodes/ld-script.el: Update copyright year.
3746
3747 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3750 Don't add widget if setting undefined.
3751
3752 2006-01-12 John Paul Wallington <jpw@pobox.com>
3753
3754 * help-fns.el (describe-variable): Remove newlines from void
3755 variable output.
3756
3757 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * wdired.el (wdired-mode-map): Add help echo for
3760 wdired-abort-changes.
3761
3762 * man.el (Man-file-name-regexp): Adjust for a list of files.
3763
3764 2006-01-12 Masatake YAMATO <jet@gyve.org>
3765
3766 * progmodes/ld-script.el (auto-mode-alist): Support
3767 suffix conventions used in netbsd and eCos.
3768
3769 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3770
3771 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3772 (custom-variable-menu, custom-face-menu, custom-group-menu)
3773 (Custom-mode-menu): Change names of menu items. (As discussed on
3774 emacs-devel.)
3775 (custom-face-menu): Add "Undo Edits" item.
3776
3777 * startup.el (init-file-user): defcustom -> defvar.
3778
3779 * tooltip.el (tooltip-mode): Doc fix.
3780
3781 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * reveal.el (reveal-post-command): window-buffer signals an error on
3784 dead windows rather than returning nil.
3785 (reveal-open-new-overlays): An overlay might die while we open others.
3786
3787 2006-01-11 Bill Wohler <wohler@newt.com>
3788
3789 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3790 phrasing in docstring.
3791
3792 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3793 can give some systems gas. Add new file mh-buffers.el.
3794
3795 2006-01-06 Masatake YAMATO <jet@gyve.org>
3796
3797 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3798 C preprocessor forward ported from GNU Emacs 21.2.
3799
3800 * progmodes/asm-mode.el (asm-font-lock-keywords):
3801 Use `cpp-font-lock-keywords'.
3802
3803 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3804
3805 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3806 of $ for "\\.ld[s]?".
3807
3808 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3811 (tcl-indent-line): Return `noindent' if inside a string.
3812
3813 * progmodes/flymake.el (flymake-split-string): Remove more than one
3814 empty string at beg/end of the result.
3815 (flymake-find-buildfile, flymake-find-possible-master-files):
3816 Use expand-file-name.
3817 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3818 since expand-file-name does it for us. Use directory-file-name.
3819 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3820 (flymake-ler-get-type, flymake-ler-get-text)
3821 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3822 (flymake-current-line-no): Remove spurious interactive spec.
3823 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3824 (flymake-check-include): Remove arg inc-path merged into inc-name.
3825 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3826 Arg regexp-list replaced by a simple regexp.
3827 (flymake-master-make-header-init, flymake-master-tex-init):
3828 Correspondingly replace regexp-list with a regexp. Fix regexp.
3829
3830 2006-01-10 Simon Josefsson <jas@extundo.com>
3831
3832 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3833 describing AUTH PLAIN fix.
3834
3835 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3836
3837 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3838 (report-emacs-bug): Don't record initial prompt text.
3839 Instead, add text properties to prompting text.
3840 (report-emacs-bug-hook): Delete prompting text.
3841
3842 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3845 `dirs'. Adjust callers.
3846
3847 2006-01-09 John Paul Wallington <jpw@gnu.org>
3848
3849 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3850
3851 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * reveal.el (reveal-open-new-overlays): New extracted fun.
3854 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3855 using them. Simplify the code.
3856 (reveal-post-command): Use them. Fix up obsolete windows in
3857 reveal-open-spots.
3858
3859 * progmodes/flymake.el: Use `require' rather than autoload for
3860 XEmacs's overlays.
3861 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3862 Delete. Use file-relative-name instead.
3863 (flymake-get-syntax-check-program-args, flymake-perl-init):
3864 Simplify the resulting code.
3865
3866 * log-view.el (log-view-file-re, log-view-message-re): Add support
3867 for DaRCS output.
3868
3869 2006-01-09 Alex Schroeder <alex@gnu.org>
3870
3871 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3872 identifiers sometimes added in square brackets at the beginning of
3873 subject lines.
3874
3875 2006-01-07 Richard M. Stallman <rms@gnu.org>
3876
3877 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3878 (Custom-reset-current, Custom-reset-saved): Change question text.
3879 (Custom-reset-standard): Likewise.
3880 (custom-variable-reset-saved): Doc fix.
3881
3882 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3883
3884 * startup.el (init-file-user): Doc fix.
3885
3886 2006-01-07 Alex Schroeder <alex@gnu.org>
3887
3888 * mail/rmail.el (rmail-current-subject): New function.
3889 (rmail-current-subject-regexp): New function.
3890 (rmail-next-same-subject): Use it.
3891
3892 * mail/rmailsum.el (rmail-summary-by-topic):
3893 Use rmail-current-subject and rmail-current-subject-regexp.
3894 (rmail-summary-next-same-subject): Ditto.
3895
3896 * net/rcirc.el (rcirc-send-input): No longer check whether the
3897 process is open, since not all commands need an open process.
3898 (rcirc-send-string): Check whether the process is open before
3899 sending anything.
3900 (rcirc-ignore-list): New option.
3901 (rcirc-ignore-list-automatic): New variable.
3902 (rcirc-print): Take rcirc-ignore-list into account.
3903 (rcirc-cmd-ignore): New command.
3904 (rcirc-ignore-update-automatic): New function.
3905 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3906 list if ignored nicks.
3907 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3908
3909 2006-01-06 David Reitter <david.reitter@gmail.com>
3910
3911 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3912 reflect the address to which the report will be sent.
3913
3914 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3915
3916 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3917 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3918
3919 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3920
3921 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3922
3923 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3924 the doc string: "functoin" => "function".
3925 * ldefs-boot.el: Likewise.
3926
3927 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3928 message text: "Duplicat" => "Duplicate".
3929
3930 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3931
3932 * files.el (basic-save-buffer-2): If backing-up failed, reset
3933 buffer-backed-up to nil.
3934
3935 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3936
3937 * progmodes/gud.el (gdb-script-skip-to-head)
3938 (gdb-script-calculate-indentation): Indent for breakpoint command
3939 lists also.
3940
3941 2006-01-05 Bill Wohler <wohler@newt.com>
3942
3943 * Makefile.in (compile-always): Add mh-autoloads dependency.
3944 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3945 provides it.
3946 (updates): Remove mh-autoloads dependency, since it probably has
3947 already run recently (via recompile).
3948
3949 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3952 argument `force' to disable the flyspell-last-buffer optimization.
3953 (flyspell-mode-on): Use it.
3954
3955 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3956 flymake-simple-cleanup.
3957 (flymake-allowed-file-name-masks): Use this new default.
3958 All the functions are now called in the right buffer rather than
3959 passing the buffer as argument.
3960 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3961 (flymake-parse-err-lines): Remove redundant buffer arg.
3962 (flymake-get-program-dir): Comment out unused function.
3963 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3964 Remove redundant buffer argument.
3965 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3966 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3967
3968 2006-01-05 Richard M. Stallman <rms@gnu.org>
3969
3970 * info.el (Info-find-node): Don't record previous node if have none.
3971 (info): Go to directory only if history is empty.
3972
3973 * simple.el (mark): Doc fix.
3974
3975 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3976
3977 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3978 already of desired type.
3979 (mac-ae-list): Coerce parameter to "list" type.
3980 (mac-dispatch-apple-event): Replace cadr part of event with a
3981 dummy position so that event-start returns it.
3982
3983 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3984
3985 * textmodes/org.el (org-end-of-subtree): New function.
3986 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3987 Use `org-end-of-subtree'.
3988 (org-agenda, org-agenda-convert-date): Protect calls to
3989 `fit-window-to-buffer'.
3990 (org-tags-view): Force matching of sublevels when doing a
3991 todo-only search. Define the correct redo command, including the
3992 arguments.
3993 (org-agenda-redo): Display message.
3994 (org-check-for-org-mode): New function.
3995 (org-agenda-type): New variable.
3996 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3997 Set `org-agenda-type'.
3998 (org-agenda-check-type): New function.
3999 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4000 (org-agenda-week-view, org-agenda-day-view)
4001 (org-agenda-next-date-line, org-agenda-previous-date-line)
4002 (org-agenda-log-mode, org-agenda-toggle-diary)
4003 (org-agenda-toggle-time-grid, org-agenda-date-later)
4004 (org-agenda-date-prompt, org-agenda-diary-entry)
4005 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4006 (org-agenda-convert-date, org-agenda-menu):
4007 Use `org-agenda-check-type'.
4008 (org-make-overlay, org-delete-overlay)
4009 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4010 New compatibility functions.
4011 (org-calendar-select-mouse): New command.
4012
4013 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4016 (Custom-reset-standard): Fix y-or-n-p messages.
4017 (custom-link): New face for links.
4018 (custom-buffer-create-internal, custom-manual): Use it.
4019 (custom-face-save): Push to theme-face before setting face spec.
4020
4021 * wid-edit.el (widget-default-mouse-face-get): New function.
4022 (widget-specify-button): Handle mouse-face like button-face.
4023
4024 * custom.el (load-theme): Clear old theme settings if reloading.
4025
4026 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4027
4028 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4029 "Erase Customization" button back to same position it occupies in
4030 the individual State menus.
4031
4032 2006-01-04 Kim F. Storm <storm@cua.dk>
4033
4034 * wid-edit.el (key-sequence): Rework widget to read key binding
4035 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4036 (widget-key-sequence-default-value): Default value for empty sequence.
4037 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4038 (widget-key-sequence-read-event): New command for C-q.
4039 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4040 (widget-key-sequence-value-to-external): New functions.
4041
4042 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4045 Use expand-file-name.
4046 (flymake-delete-temp-directory): Use expand-file-name,
4047 file-name-directory, and directory-file-name.
4048 (flymake-strrchr): Delete.
4049 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4050 to the init-f function.
4051 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4052 (flymake-init-find-buildfile-dir)
4053 (flymake-init-create-temp-source-and-master-buffer-copy)
4054 (flymake-simple-make-init-impl, flymake-simple-make-init)
4055 (flymake-master-make-init, flymake-master-make-header-init)
4056 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4057 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4058 (flymake-xml-init): Remove corresponding redundant buffer argument.
4059 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4060 the default anyway. Clean up regexps.
4061
4062 * progmodes/flymake.el (flymake-temp-source-file-name)
4063 (flymake-master-file-name, flymake-temp-master-file-name)
4064 (flymake-base-dir): New buffer-local vars.
4065 (flymake-buffer-data, flymake-get-buffer-value)
4066 (flymake-set-buffer-value): Replace those hash-tables by the new
4067 buffer-local vars. Update callers.
4068
4069 * progmodes/flymake.el (flymake-check-start-time)
4070 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4071 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4072 Move definition, so we can remove redundant earlier declaration.
4073 (flymake-replace-regexp-in-string, flymake-split-string)
4074 (flymake-get-temp-dir): Use defalias.
4075 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4076 (flymake-xemacs-window-edges): Remove unused function.
4077 (flymake-get-point-pixel-pos): Move.
4078 (flymake-pid-to-names, flymake-reg-names)
4079 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4080 Replace by a simple list flymake-processes and by process-buffer.
4081 Update callers. Other than simplify the code, it uses buffers rather
4082 than buffer-names so it doesn't get confused by uniquify.
4083 (flymake-buffer-data): The global value should just be nil.
4084
4085 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4086 Optimize the body of a defalias like any other code.
4087
4088 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4089 Make sure we've setup font-lock's vars. It may influence which
4090 function we then call.
4091 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4092 here since it's too late anyway.
4093
4094 2006-01-03 Romain Francoise <romain@orebokech.com>
4095
4096 * startup.el (fancy-splash-tail, normal-splash-screen):
4097 Update copyright year.
4098
4099 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4100
4101 * mouse.el (mouse-drag-track): Rename, from
4102 `mouse-drag-region-1'. Includes optional argument required to
4103 enable post-drag event processing (e.g. delete region keys).
4104 Can be used without this argument to track a mouse region and operate
4105 on it as soon as the drag completes.
4106 (mouse-drag-region): Use `mouse-drag-track'.
4107
4108 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4109
4110 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4111 Move to `custom-buffer' group.
4112
4113 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4114 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4115 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4116 (custom-theme-face-menu): New variables.
4117 (custom-theme-add-variable, custom-theme-variable-action)
4118 (custom-variable-reset-theme, custom-theme-delete-variable)
4119 (custom-face-reset-theme, custom-theme-face-action)
4120 (custom-theme-delete-face, custom-theme-merge-theme)
4121 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4122
4123 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * custom.el: Move Custom Themes commentary to start of theme code.
4126 (custom-known-themes): Rename `standard' theme to `changed'.
4127 (custom-push-theme): Caller no longer specifies what theme to use
4128 when doing `reset'---the setting is simply removed from the theme.
4129 Delete MODE from `theme-value' and `theme-settings' properties.
4130 (custom-declare-theme): Ignore &rest args since we don't use them.
4131
4132 (custom-loaded-themes): Delete variable.
4133 (custom-theme-load-themes, custom-theme-loaded-p)
4134 (custom-theme-value): Delete functions.
4135
4136 (custom-declare-theme): Signal error on invalid theme names.
4137 (provide-theme): custom-loaded-themes was deleted.
4138 (load-theme): Load the file unconditionally.
4139 (enable-theme): Call `load-theme' if theme is undefined.
4140 (custom-enabled-themes): Only update value for successful loads.
4141 (disable-theme): Complete from enabled themes when interactive.
4142 (custom-variable-theme-value): Calculate theme value directly.
4143
4144 (custom-theme-reset-variables, custom-reset-variables): Mark as
4145 XEmacs compatibility functions. We don't actually use these.
4146
4147 * cus-edit.el (custom-variable-state-set):
4148 Use custom-variable-theme-value instead of custom-theme-value.
4149 (custom-face-state-set): Rename `standard' theme to `changed'.
4150 (custom-save-variables, custom-save-faces): Delete unneeded
4151 references to custom-reset-variables.
4152 (custom-save-resets): Delete function.
4153 (custom-save-variables, custom-save-faces): MODE argument deleted.
4154 (custom-save-variables, custom-save-faces): Ignore theme values.
4155
4156 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4157 compatibility function.
4158
4159 2006-01-01 Richard M. Stallman <rms@gnu.org>
4160
4161 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4162 (Custom-reset-current, Custom-reset-saved): Likewise.
4163 (Custom-reset-standard): Show message if aborted.
4164 (custom-mode): Doc fix, describing those commands.
4165
4166 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4167 put on event-kind property.
4168
4169 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * custom.el (provide-theme): Ban `user' theme name.
4172 (custom-enabling-themes): New variable.
4173 (enable-theme): Don't enable user if custom-enabling-themes is t.
4174 (custom-enabled-themes): Make it a defcustom.
4175 (custom-theme-recalc-face): No-op if face is undefined.
4176
4177 * cus-edit.el (custom-button-mouse): New variable.
4178 (custom-button-mouse): New face.
4179 (custom-raised-buttons, custom-mode): Use it.
4180
4181 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4182
4183 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4184
4185 * progmodes/gud.el (gud-display-line): Support hl-line in the
4186 source buffer.
4187
4188 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4189
4190 * mouse.el (mouse-drag-window-above): Verify that the found window
4191 overlaps with the given window in the horizontal dimension.
4192
4193 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4194
4195 * Makefile.in (cvs-update): New target.
4196
4197 * makefile.w32-in (cvs-update): Ditto.
4198
4199 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4202 (custom-new-theme-mode-map): New variable.
4203
4204 2005-12-30 Richard M. Stallman <rms@gnu.org>
4205
4206 * custom.el (custom-load-themes): Function deleted.
4207
4208 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4209 (custom-save-variables): Don't delete or add custom-load-themes call.
4210
4211 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * cus-start.el: Add `visible-cursor'.
4214
4215 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4216 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4217 (flymake-process-filter): Switch to buffer before calling it instead.
4218 (flymake-post-syntax-check, flymake-highlight-err-lines)
4219 (flymake-delete-own-overlays, flymake-parse-err-lines)
4220 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4221 (flymake-count-lines, flymake-parse-residual):
4222 Remove constant buffer argument.
4223 (flymake-start-syntax-check-for-current-buffer): Remove.
4224 Update callers to use flymake-start-syntax-check instead.
4225 (flymake-display-err-menu-for-current-line):
4226 Remove unused var `mouse-pos'.
4227 (flymake-restore-formatting): Comment out unused function.
4228 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4229 argument, use current-buffer instead. Update callers.
4230
4231 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4232
4233 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4234 buffer-local because choose-completion-delete-max-match requires
4235 that we set completion-ignore-case (i.e., binding via let is not
4236 sufficient).
4237 (bibtex-complete): Always set completion-ignore-case and
4238 choose-completion-string-functions. The latter is needed because
4239 choose-completion-string-functions keeps its value if we quit the
4240 *Completions* buffer without requesting a completion.
4241
4242 2005-12-30 Andreas Schwab <schwab@suse.de>
4243
4244 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4245
4246 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4247
4248 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4249
4250 2005-12-30 Juri Linkov <juri@jurta.org>
4251
4252 * locate.el (locate-fcodes-file, locate-header-face)
4253 * progmodes/delphi.el (delphi-other-face)
4254 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4255
4256 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4257 group `paren-showing-faces'.
4258
4259 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4260 (goto-address): Fix docstring.
4261
4262 * net/webjump.el (webjump-sample-sites): Update URLs.
4263
4264 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4265
4266 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4267
4268 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * font-lock.el (font-lock-compile-keywords): Signal an error when
4271 font-lock-set-defaults hasn't been called.
4272
4273 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4274
4275 * subr.el (noreturn, 1value): Doc fixes.
4276
4277 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4278
4279 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4280 that assoc-string returns nil.
4281
4282 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4283
4284 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4285 (bibtex-entry-type-str, bibtex-empty-field-re)
4286 (bibtex-search-backward-string, bibtex-preamble-prefix)
4287 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4288 (bibtex-any-valid-entry-type): New variable.
4289 (bibtex-parse-field-name): Simplify.
4290 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4291 (bibtex-preamble-prefix): Include left delimiter.
4292 (bibtex-search-forward-field, bibtex-search-backward-field):
4293 Allow unbounded search past entry boundaries (required by bibtex-pop).
4294 (bibtex-text-in-field-bounds): Use push.
4295 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4296 (bibtex-parse-preamble, bibtex-valid-entry)
4297 (bibtex-beginning-first-field): New functions.
4298 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4299 (bibtex-map-entries): Fix docstring.
4300 (bibtex-flash-head): New arg prompt. Simplify.
4301 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4302 (bibtex-insert-kill): Simplify. Always insert text past the
4303 current field or entry.
4304 (bibtex-format-entry): Use bibtex-parse-field.
4305 (bibtex-pop): Use bibtex-beginning-of-entry and
4306 bibtex-end-of-entry to initiate the search. Insert empty field if
4307 we found ourselves.
4308 (bibtex-print-help-message): New args field and comma.
4309 Handle entry keys.
4310 (bibtex-make-field): Use bibtex-beginning-of-entry.
4311 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4312 invalid entry.
4313 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4314 Handle preambles. Simplify code for thorough test.
4315 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4316 New arg comma. Handle entry heads.
4317 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4318 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4319 New arg comma.
4320 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4321 (bibtex-fill-field): Simplify.
4322 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4323 bibtex-parse-field.
4324 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4325 (bibtex-complete): Use bibtex-parse-preamble.
4326
4327 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4330 Display name of expression instead of convenience variable.
4331 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4332
4333 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4334 toggle-gud-tooltip-dereference.
4335 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4336 (gud-tooltip-tips): ...here when dereferencing.
4337
4338 2005-12-28 Bill Wohler <wohler@newt.com>
4339
4340 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4341
4342 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4345 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4346 (vc-annotate-display-autoscale): Adjust call.
4347 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4348 Fix interactive spec.
4349 (vc-annotate-time-span): Remove.
4350 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4351 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4352 (vc-annotate-display-select): Use new name.
4353
4354 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4355 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4356 Correct the construction of span entries. Simplify.
4357 (vc-annotate-display-select): Fix the nil case.
4358 (vc-annotate): Remove obsolete (and now broken) code.
4359 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4360 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4361
4362 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4363
4364 * subr.el (lazy-completion-table): Correct typo in docstring.
4365
4366 * startup.el (command-line): Use `custom-reevaluate-setting' for
4367 `send-mail-function'.
4368
4369 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4370
4371 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4372
4373 * mail/smtpmail.el (smtpmail-try-auth-methods):
4374 Send credentials together with "AUTH PLAIN" command.
4375
4376 2005-12-27 Richard M. Stallman <rms@gnu.org>
4377
4378 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4379 mouse-2, go back to previously selected window, so it's selected
4380 when mouse-2 command runs.
4381
4382 2005-12-27 Juri Linkov <juri@jurta.org>
4383
4384 * descr-text.el (describe-text-sexp): Use square brackets for
4385 button [Show] to distinguish it from the property value `show'.
4386 (describe-property-list): Use `insert-text-button' with
4387 `help-face' type instead of putting face in quotes, because button
4388 is not created automatically for a list of faces.
4389 (describe-text-properties-1): Put button-type value in quotes to
4390 distinguish from plain text "button".
4391 (describe-char): Display code point values in hex. Don't use
4392 `symbol-name' for `current-input-method' because it is a string.
4393 Use `insert-text-button' with `help-face' type instead of putting
4394 hardcoded face in quotes, because button is not created automatically.
4395
4396 2005-12-27 Richard M. Stallman <rms@gnu.org>
4397
4398 * progmodes/glasses.el (glasses-face): More specific custom type.
4399
4400 * files.el (set-visited-file-name): Doc fix.
4401
4402 * textmodes/flyspell.el (flyspell-external-point-words):
4403 Use local var buffer-scan-pos to advance scan for next misspelling.
4404 Advance it only after we find the misspelling.
4405
4406 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4407
4408 * textmodes/flyspell.el (flyspell-external-point-words):
4409 New criteria for finding the misspelling in the buffer.
4410
4411 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * help-mode.el (help-insert-string): Set help-xref-stack-item
4414 rather than call help-setup-xref.
4415
4416 * descr-text.el (describe-char): Revert previous changes for
4417 optional buffer argument.
4418
4419 2005-12-27 Juri Linkov <juri@jurta.org>
4420
4421 * help-mode.el (help-insert-string): New function. Save buffer
4422 contents in cases where it is impossible to recompute the old contents.
4423
4424 * descr-text.el (describe-char): Set help-xref-stack-item
4425 explicitly after buffer has been generated.
4426
4427 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4428
4429 * cus-start.el (all): Add x-gtk-show-hidden-files.
4430
4431 2005-12-26 Richard M. Stallman <rms@gnu.org>
4432
4433 * replace.el (perform-replace): Calculate match-again
4434 before skipping read-only matches.
4435
4436 * paren.el (paren-showing-faces): New group.
4437 (show-paren-match, show-paren-mismatch): Move to that group.
4438
4439 * button.el (button): Put into group `basic-faces'.
4440
4441 * progmodes/make-mode.el: Remove faces from group `faces'.
4442
4443 * apropos.el (apropos, apropos-value): Doc fix.
4444 (apropos-documentation): Doc fix.
4445
4446 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * subr.el (lazy-completion-table): Remove argument `args'.
4449
4450 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4451 Don't use the `args' argument of lazy-completion-table.
4452
4453 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4454
4455 * descr-text.el (describe-char): Add optional argument for buffer.
4456 Set buffer appropriately. Call help-setup-xref.
4457 Suggested by Stefan Monnier.
4458
4459 2005-12-26 Juri Linkov <juri@jurta.org>
4460
4461 * descr-text.el: Require `help-fns' at runtime. Don't require
4462 `button' for byte compilation.
4463 (describe-text-widget): Add `help-echo' for first button.
4464 Use `help-info' for second.
4465 (describe-property-list): Use `help-argument-name' instead of `italic'.
4466 (describe-text-category): Add prompt to interactive spec.
4467 Call `help-setup-xref'.
4468 (describe-char): Use `help-character-set'. Add `help-echo' for
4469 code point. Use `help-input-method'. Remove superfluous insert.
4470
4471 2005-12-25 Richard M. Stallman <rms@gnu.org>
4472
4473 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4474 at point, in case of narrowing.
4475
4476 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4477
4478 * locate.el (locate-header-face): Allow nil in type.
4479
4480 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4481
4482 2005-12-25 Romain Francoise <romain@orebokech.com>
4483
4484 * battery.el (battery-linux-proc-acpi): Also try
4485 `/proc/acpi/thermal_zone/THM0/temperature'.
4486
4487 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * custom.el (custom-push-theme): Fix docstring.
4490
4491 * cus-edit.el (custom-variable-set, custom-variable-save)
4492 (custom-variable-save): Custom-quote widget values.
4493 (customize-save-variable): Fix custom-push-theme call.
4494
4495 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4496
4497 * w32-fns.el (w32-batch-update-autoloads): New function.
4498
4499 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4500 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4501 from the command line.
4502
4503 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4506 reset means to remove setting from theme entirely. Don't keep
4507 expanding theme-settings list; delete old entries if necessary.
4508
4509 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4510 customization" button one line up.
4511 (custom-themed): New face.
4512 (custom-magic-alist): New value, THEMED, for theme settings.
4513 (custom-variable-state-set, custom-face-state-set):
4514 Check theme-value instead of saved-value.
4515 (custom-variable-reset-standard, custom-face-reset-standard):
4516 Remove theme setting entirely. Recalculate new values.
4517 (custom-variable-set, custom-variable-set)
4518 (custom-variable-reset-saved, custom-variable-reset-backup)
4519 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4520 (custom-variable-save): Fix typos.
4521
4522 2005-12-23 Juri Linkov <juri@jurta.org>
4523
4524 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4525 Add autoload cookies.
4526 (edebug-outside-d-c-i-n-s-w): New variable.
4527 (edebug-display, edebug-outside-excursion): Use it to save the
4528 original value of default-cursor-in-non-selected-windows.
4529 Set default-cursor-in-non-selected-windows to t while Edebug
4530 is active.
4531 (edebug-mode, edebug-eval-mode): Doc fix.
4532
4533 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4534 with `buffer-substring-no-properties' to remove common substring
4535 highlighting.
4536
4537 * info.el (info-other-window, info): Rename function argument
4538 `file' to `file-or-node'.
4539 (Info-complete-menu-item): Use local variable `complete-nodes' to
4540 keep the global value of `Info-complete-nodes' unchanged for
4541 subsequent completions.
4542 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4543
4544 * simple.el (get-next-valid-buffer, last-buffer)
4545 (next-error-buffer-p, next-error-find-buffer)
4546 (minibuffer-history-sexp-flag): Doc fix.
4547
4548 * savehist.el (savehist-mode-hook): Add `:group'.
4549
4550 * log-view.el: Call autoload for vc-find-version.
4551 (log-view-current-file): Adjust subgroup numbers.
4552 (log-view-current-tag): Add `length'.
4553
4554 2005-12-23 Richard M. Stallman <rms@gnu.org>
4555
4556 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4557
4558 2005-12-23 Juri Linkov <juri@jurta.org>
4559
4560 * hi-lock.el (hi-lock-archaic-interface-message-used)
4561 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4562 (hi-lock-mode): Display "Hi" in the mode line only when
4563 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4564 (hi-lock-write-interactive-patterns):
4565 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4566 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4567 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4568 font-lock-add-keywords to t.
4569
4570 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4571
4572 * hi-lock.el (hi-lock-highlight-range): New variable.
4573 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4574 only if font-lock-fontified is non-nil. Remove overlays.
4575 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4576 font-lock-fontified is non-nil, otherwise use overlays (instead of
4577 text properties).
4578 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4579 New variables.
4580 (hi-lock-string-serialize) New function.
4581
4582 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4583
4584 * menu-bar.el (menu-find-file-existing): New function.
4585 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4586
4587 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4588
4589 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * vc.el: Remove unnecessary leading * in docstrings.
4592 (vc-annotate-mode-map): Move initialization into declaration.
4593 (vc-static-header-alist): Nitpick on the regexp.
4594 (vc-default-init-version): New fun.
4595 (vc-register): Use it.
4596 (vc-insert-headers): Use dolist.
4597 (vc-annotate-get-backend): Remove unused function.
4598 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4599 (vc-annotate-mode): Remove corresponding call.
4600 (vc-annotate-car-last-cons): Simplify.
4601 (vc-annotate-buffers): Remove var.
4602 (vc-annotate-backend): Make it buffer-local.
4603 (vc-annotate): Move the interaction to the interactive spec.
4604 Add a `buf' argument.
4605 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4606 killing&creating a vc-annotate buffer, which is very disruptive when
4607 the buffers are shown in dedicated frames.
4608
4609 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * descr-text.el: Add FSF as maintainer.
4612 (describe-text-mode, describe-text-mode-map)
4613 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4614 help-mode.
4615 (describe-text-widget, describe-text-sexp)
4616 (describe-property-list, describe-text-category)
4617 (describe-text-properties, describe-text-properties-1)
4618 (describe-char): Use help buttons instead of widgets.
4619 (describe-char-unicodedata-file): Make URL link in doc string.
4620
4621 2005-12-22 Richard M. Stallman <rms@gnu.org>
4622
4623 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4624 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4625 Don't include buttons that write a file when there's no file.
4626 (custom-variable-menu, custom-face-menu, custom-group-menu):
4627 Don't include commands that write a file when there's no file.
4628 (customize-browse): Reword the top-of-buffer help intro.
4629 (custom-buffer-create-internal): Fix previous change.
4630 (customize-changed-options-previous-release): Prev release is 21.1.
4631 (customize-changed-options): Doc fix.
4632 (customize-changed): New alias.
4633 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4634 Say "standard values".
4635 (Custom-reset-standard): Doc fix.
4636 (custom-face-reset-standard): Doc fix.
4637
4638 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4641 even if font-lock-mode is non-nil since it may be t without having
4642 turned on font-lock-mode-internal.
4643 (font-lock-choose-keywords): Minor optimization.
4644 (font-lock-add-keywords, font-lock-remove-keywords)
4645 (font-lock-set-defaults): Don't call make-local-variable on a variable
4646 that we know to already be local.
4647
4648 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4649
4650 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4651 messages if in the minibuffer.
4652
4653 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4656 (tex-mode-flyspell-verify, flyspell-get-word)
4657 (flyspell-external-point-words): Don't use point-min/max uselessly.
4658
4659 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4660 by Kevin Rodgers. Instead, just hide the completions buffer if we
4661 don't need to show it.
4662
4663 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4664
4665 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4666
4667 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4670 delete-windows-on with an inexistent buffer.
4671
4672 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4673
4674 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4675 Delete defcustom variable :tag names.
4676
4677 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4680 (log-view-font-lock-keywords): Ajust subgroup numbers.
4681 (log-view-current-tag): Don't hard code the number of subgroups.
4682
4683 2005-12-20 Juri Linkov <juri@jurta.org>
4684
4685 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4686 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4687
4688 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4689 (menu-bar-non-minibuffer-window-p): Instead of checking
4690 display-multi-frame-p, use selected-frame when menu-updating-frame
4691 is nil.
4692
4693 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4694
4695 * align.el (align-rules-list): Use [ \t] instead of \s-
4696 for column separators in text mode.
4697
4698 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4699
4700 * help-mode.el (help-customize-variable, help-customize-face):
4701 Don't pop help-xref-stack as help-follow no longer pushes
4702 anything on to it.
4703
4704 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4705
4706 * textmodes/org.el (org-agenda-custom-commands): New option.
4707 (org-agenda): Offer custom commands on splash screen.
4708 (org-make-tags-matcher): Parser for Boolean logic added.
4709 (org-agenda-set-tags): New command.
4710 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4711 (org-set-tags): Efficiency improvements.
4712 (org-auto-align-tags): New option.
4713 (org-todo, org-demote, org-promote): Realign tags.
4714 (org-tags-completion-function): Use also "&" and "|" as separators.
4715 (org-org-menu): Agenda commands simplified.
4716
4717 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4718
4719 * cus-edit.el (customize-apropos, customize-apropos-options):
4720 Docstring changes.
4721
4722 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4723
4724 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * longlines.el (longlines-mode): Wrap while widened.
4727 (longlines-decode-region, longlines-encode-region): Compute max
4728 just once.
4729
4730 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4731
4732 * cus-edit.el (mac): New group.
4733
4734 * cus-start.el (all): Add user options in macterm.c. Add test for
4735 Mac-related built-ins. Fix test for GTK-related built-ins.
4736
4737 * term/mac-win.el (mac-handle-language-change)
4738 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4739 (mac-services-open-selection, mac-services-mail-selection)
4740 (mac-services-mail-to, mac-services-insert-text)
4741 (mac-dispatch-apple-event): Add docstrings.
4742 (x-get-selection, mac-select-convert-to-string): Select coding
4743 system from `utf-16be' and `utf-16le' using `byteorder'.
4744
4745 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4748 a "list" (lambda ...) rather than a real completion list.
4749
4750 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4751 lexical-let when encountering ((lambda (...) ...) ...).
4752
4753 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * progmodes/sh-script.el (sh-mode):
4756 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4757 * textmodes/picture.el (picture-mode): Update docstrings.
4758
4759 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4760
4761 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4762 commands enclosed in $(ARGQUOTE)s should not be split between two
4763 lines, as that will break with GNU Make >3.80, when sh.exe is used
4764 and arg quoting is with '..'.
4765 (autoloads): Don't break the quoted --eval expression between
4766 several lines.
4767
4768 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4771 Capture error from printing circular structures.
4772
4773 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4774
4775 * wid-edit.el (widget-checkbox-action): Clear undo info.
4776
4777 2005-12-16 Bill Wohler <wohler@newt.com>
4778
4779 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4780 bar, not menubar in comment.
4781
4782 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4785 After-change-functions should not clobber the match data.
4786
4787 2005-12-16 Juri Linkov <juri@jurta.org>
4788
4789 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4790 instead of `buffer-substring'.
4791 (completion-common-substring): Doc fix.
4792 (completion-setup-function): Use minibuffer-completion-contents
4793 instead of minibuffer-contents. Don't set common-string-length
4794 initially. Remove special handling of partial-completion-mode.
4795 Move computation of completion-base-size into one cond.
4796 Call completion-base-size-function in mainbuf. In computation of
4797 completion-base-size for file name completion don't move point to
4798 the end of the minibuffer. Move computation of common-string-length
4799 into one cond. Start putting faces only when common-string-length>=0.
4800 Add condition to put completions-common-part when
4801 common-string-length>0.
4802
4803 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4804 place point at the first different character in the minibuffer
4805 even if this position is at the beginning of the minibuffer.
4806
4807 * info.el (Info-read-node-name-1): In completion-base-size-function's
4808 lambda return 1 if common-substring or minibuffer-completion-contents
4809 starts with (, and 0 otherwise.
4810
4811 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4812 Use `crm-current-element' for second arg of `display-completion-list'.
4813
4814 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4815
4816 * files.el (set-auto-mode): Look for an interpreter specified on
4817 the first line also if search for mode specification succeeded,
4818 but the mode is not known.
4819
4820 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4821
4822 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4823 (org-open-at-point): Implement tag searches as links.
4824 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4825 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4826 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4827 (org-agenda-dispatch): New commands.
4828 (org-use-tag-inheritance, org-tags-column): New options.
4829 (org-tab-follows-link, org-return-follows-link): New options.
4830 (org-tags): New customize group.
4831 (org-start-icalendar-file): Get local time zone.
4832 (org-tags-completion-function): New function.
4833 (org-set-font-lock-defaults): Make sure links will also be
4834 highlighted inside headlines.
4835
4836 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4837
4838 * term.el (term-emulate-terminal):
4839 Let term-handle-ansi-terminal-messages override what Bash says about
4840 its current directory.
4841
4842 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4843
4844 * bindings.el (last-buffer): Move to simple.el.
4845 * simple.el (last-buffer): Move here.
4846 (get-next-valid-buffer): New function.
4847 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4848 (prev-buffer): Ditto. Rename to `previous-buffer'.
4849
4850 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4851 * bindings.el (global-map): Ditto.
4852
4853 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4854
4855 * cus-edit.el: Introductory comment change.
4856 (custom-magic-alist): Change message string for the `rogue' state.
4857
4858 2005-12-15 Richard M. Stallman <rms@gnu.org>
4859
4860 * tooltip.el: Delete defcustom variable :tag names.
4861
4862 * complete.el (partial-completion-mode): Doc fix.
4863
4864 * textmodes/flyspell.el (flyspell-external-point-words):
4865 Use save-excursion to ensure we don't move backward in the
4866 search loop, not even one character.
4867 (flyspell-delete-all-overlays): Use remove-overlays directly.
4868
4869 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4870 (ispell-start-process): Set that variable.
4871 Clear ispell-buffer-local-name.
4872 (ispell-internal-change-dictionary):
4873 Set ispell-current-dictionary after killing process.
4874 (ispell-buffer-local-dict):
4875 Don't set spell-personal-dictionary after killing process.
4876 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4877 (ispell-tex-skip-alists, ispell-html-skip-alists)
4878 (ispell-skip-region-alist): Mark as risky.
4879
4880 * net/newsticker.el (newsticker--retrieval-timer-list)
4881 (newsticker--display-timer, newsticker-running-p)
4882 (newsticker-ticker-running-p): Definitions moved up.
4883
4884 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4887
4888 2005-12-15 David Ponce <david@dponce.com>
4889
4890 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4891 (recentf-edit-list, recentf-open-files): Signal an error when
4892 there is no recent file.
4893
4894 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4895
4896 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4897 read-only except for texinfo-format-region evaluation.
4898
4899 2005-12-14 Richard M. Stallman <rms@gnu.org>
4900
4901 * vc.el (vc-default-previous-version, vc-default-next-version)
4902 (vc-do-command): Doc fixes.
4903
4904 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4905
4906 * textmodes/bibtex.el (bibtex-expand-strings)
4907 (bibtex-autokey-expand-string, bibtex-name-part)
4908 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4909 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4910 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4911 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4912 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4913 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4914 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4915 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4916 (bibtex-beginning-of-last-entry): Remove.
4917 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4918 message if comma is missing but buffer is read-only.
4919 (bibtex-parse-field-text): Handle whitespaces at the end of field
4920 text. Return 3-element list with beginning and end of field text
4921 and end of field.
4922 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4923 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4924 (bibtex-search-forward-field, bibtex-search-backward-field):
4925 Search always delimited by limits of entry. Use more efficient
4926 search algorithms.
4927 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4928 bibtex-end-of-name-in-field.
4929 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4930 extracting the content of a field.
4931 (bibtex-text-in-field): Use search limits.
4932 (bibtex-parse-string-prefix): Handle empty string keys based on
4933 bibtex-string-empty-key.
4934 (bibtex-parse-string): Fix docstring.
4935 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4936 (bibtex-preamble-prefix, bibtex-strings): New functions.
4937 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4938 BibTeX entries (consistent with other BibTeX functions).
4939 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4940 (bibtex-search-entry): Fix docstring. Simplify.
4941 (bibtex-flash-head, bibtex-complete-string-cleanup)
4942 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4943 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4944 (bibtex-parse-entry): New optional arg content.
4945 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4946 Use bibtex-text-in-field-bounds.
4947 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4948 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4949 bibtex-parse-string-postfix.
4950 (bibtex-find-text-internal): New function.
4951 (bibtex-remove-delimiters): Use it.
4952 (bibtex-find-text): Use it. New optional arg help.
4953 (bibtex-complete): Handle BibTeX string and preamble entries.
4954 (bibtex-Preamble): Fix order of closing delimiters.
4955
4956 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * vc.el (vc-default-revert): New fun.
4959
4960 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4961
4962 2005-12-14 Romain Francoise <romain@orebokech.com>
4963
4964 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4965 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4966 (font-lock-remove-keywords): Likewise.
4967
4968 2005-12-14 Juri Linkov <juri@jurta.org>
4969
4970 * log-view.el (log-view-diff): Doc fix.
4971
4972 * isearch.el (isearch-query-replace): Use (mark) instead of
4973 isearch-opoint if mark is active in transient-mark-mode.
4974
4975 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4976
4977 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4978
4979 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4980
4981 * progmodes/cpp.el (cpp-face): New widget.
4982 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4983
4984 2005-12-14 Juri Linkov <juri@jurta.org>
4985
4986 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4987 around `erase-buffer' and `insert'.
4988
4989 * descr-text.el (describe-text-properties): Replace buffer name
4990 "*Help-2*" with "*Help*<2>".
4991 (describe-char): Add functions print-help-return-message,
4992 toggle-read-only. Use help-setup-xref with nil to not store
4993 describe-char in help-xref-stack. Use help-make-xrefs to
4994 make [back] button.
4995
4996 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4997
4998 * wdired.el (wdired-old-point): New internal variable.
4999 (wdired-change-to-wdired-mode): Set it buffer-locally.
5000 (wdired-abort-changes): Restore point after aborting changes.
5001
5002 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * vc.el (vc-do-command): Add a new value t for okstatus.
5005
5006 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5007 frame in case of errors.
5008
5009 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5010
5011 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5012 so it comes after "On the Left" in the menu.
5013
5014 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5015
5016 * cus-edit.el (customize-apropos, customize-apropos-options)
5017 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5018
5019 2005-12-12 Bill Wohler <wohler@newt.com>
5020
5021 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5022 non-writable Subversion-controlled files by saving window
5023 configuration before calling vc-do-command. vc-do-command calls
5024 pop-to-buffer on error which is unexpected during registration.
5025
5026 2005-12-12 Jay Belanger <belanger@truman.edu>
5027
5028 * calc/README: Update the summary of changes.
5029
5030 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * descr-text.el (describe-char): Rework last fix to solve the problem
5033 is the same way it's solved for everything else in that function
5034 (i.e. by extracting the info before setting up the *Help* buffer).
5035
5036 2005-12-12 Kim F. Storm <storm@cua.dk>
5037
5038 * subr.el (version-regexp-alist): Allow space as separator before
5039 non-numeric part, e.g. "1.0 alpha".
5040 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5041
5042 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5043
5044 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5045 Implement Logging and the keep-modes setting.
5046 (org-get-category): Make sure a string is returned.
5047 (org-log-done): New function.
5048 (org-log-done, org-closed-string): New options.
5049
5050 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5051
5052 * tooltip.el (tooltip-y-offset): Change default to 20.
5053
5054 2005-12-12 Richard M. Stallman <rms@gnu.org>
5055
5056 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5057
5058 * frame.el (display-hourglass): Doc fix.
5059
5060 * help.el (help-for-help-internal): Simplify entry for `a'.
5061
5062 * info.el (Info-on-current-buffer): Doc fix.
5063 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5064
5065 * startup.el (inhibit-splash-screen): Make this the real name.
5066 (inhibit-startup-message): Make this the alias.
5067 (command-line): Find only simple.el, and use its directory
5068 to fill in other preloaded files' names.
5069 (command-line): Deactivate the mark if deactivate-mark is set.
5070
5071 * international/mule.el (load-with-code-conversion):
5072 Bind deactivate-mark.
5073
5074 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5075
5076 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5077
5078 * cus-edit.el (customize-apropos): Avoid listing an option more
5079 than once under different aliases. No longer list user options
5080 that are not defined with defcustom (unless a prefix arg is given).
5081 Doc fix.
5082 (customize-apropos-options): Doc fix.
5083
5084 2005-12-11 Juri Linkov <juri@jurta.org>
5085
5086 * frame.el (set-background-color, set-foreground-color)
5087 (set-cursor-color, set-mouse-color, set-border-color):
5088 Add explicit prompts to read colors by `facemenu-read-color'.
5089 (show-trailing-whitespace, blink-cursor-delay)
5090 (blink-cursor-interval, display-hourglass, hourglass-delay):
5091 Remove tags.
5092 (display-hourglass, hourglass-delay): Doc fix.
5093 (cursor-in-non-selected-windows): Capitalize words in tag.
5094
5095 * faces.el (frame-background-mode): Replace `choice-item' keywords
5096 with `const' to not make [default] button. Change default value tag
5097 from `default' to `automatic'. Doc fix.
5098 (trailing-whitespace) <defface>: Change group `whitespace' to
5099 `whitespace-faces'.
5100
5101 2005-12-11 Richard M. Stallman <rms@gnu.org>
5102
5103 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5104
5105 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5106
5107 * term/mac-win.el: Create keymap for mac-apple-event-map.
5108
5109 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5110
5111 * tooltip.el (tooltip-mode): Move to start of file so that it
5112 appears at top of customize buffer.
5113
5114 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5115 Add the gud groupname.
5116 (gud-tooltip-mode): Add the tooltip groupname.
5117 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5118 avoid conflict with tooltip-use-echo-area.
5119
5120 2005-12-10 Romain Francoise <romain@orebokech.com>
5121
5122 * help.el (help-for-help-internal): Add `r' in doc string.
5123
5124 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5125
5126 * align.el (align-regexp, align-highlight-rule):
5127 Use region-beginning and region-end instead of point and mark, so that
5128 repetition (with `repeat-complex-command') recomputes the region
5129 bounds.
5130
5131 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5132
5133 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5134 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5135 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5136 (balance-windows): Rewrite using the above new functions.
5137
5138 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5139
5140 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5141 react if global-hi-lock-mode seems intended.
5142 (global-hi-lock-mode) Renamed from hi-lock-mode.
5143 (hi-lock-archaic-interface-message-used)
5144 (hi-lock-archaic-interface-deduce): New variables.
5145 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5146 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5147 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5148 Replace hi-lock-buffer-mode with hi-lock-mode.
5149
5150 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5151
5152 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5153 completion list, even after a partial completion has been
5154 inserted in the current buffer. If there are more than 1
5155 completion, redisplay the *Completions* buffer; if the
5156 completion is unique, delete the *Completions* window.
5157
5158 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5159
5160 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5161 strings and long subject lines that were broken into multiple
5162 lines at arbitrary places. Handle subjects that have "Re: " in
5163 the middle.
5164
5165 2005-12-10 John W. Eaton <jwe@octave.org>
5166
5167 * emacs/octave-mod.el (octave-electric-space): Don't indent
5168 comments or strings if octave-auto-indent is nil.
5169
5170 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5171
5172 * term/mac-win.el: Require url when compiling.
5173 Call mac-process-deferred-apple-events after loading init files.
5174 (mac-apple-event-map): New defvar. Define event handlers in it.
5175 (core-event, internet-event): New Apple event class symbols.
5176 (open-application, reopen-application, open-documents)
5177 (print-documents, open-contents, quit-application)
5178 (application-died, show-preferences, autosave-now, get-url):
5179 New Apple event ID symbols.
5180 (about): New HICommand ID symbol.
5181 (mac-event-spec, mac-event-ae): New macros.
5182 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5183 (mac-ae-selection-range, mac-ae-text-for-search)
5184 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5185 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5186 and Services menu events are now defined in mac-apple-event-map.
5187 (mac-drag-n-drop): Remove selection range handling.
5188
5189 2005-12-10 Kenichi Handa <handa@m17n.org>
5190
5191 * simple.el (zap-to-char):
5192 * isearch.el (isearch-process-search-char): Translate CHAR by
5193 translation-table-for-input.
5194
5195 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * foldout.el (foldout-exit-fold): Properly hide subtree.
5198
5199 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5200
5201 * files.el (save-buffer):
5202 * international/ucs-tables.el (ucs-set-table-for-input):
5203 * mail/mail-extr.el (mail-extract-address-components):
5204 * mail/sendmail.el (mail-mode): Reformat doc string.
5205
5206 2005-12-09 Juri Linkov <juri@jurta.org>
5207
5208 * isearch.el (isearch-highlight): Change main overlay priority
5209 from 1 to 1001. Simplify.
5210 (isearch-lazy-highlight-update): Change lazy overlay priority
5211 from 0 to 1000.
5212
5213 * replace.el (replace-highlight): Change overlay priority from
5214 1 to 1001.
5215
5216 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5217 Change overlay priority from 1 to 1001. Reuse existing overlay.
5218
5219 * compare-w.el (compare-windows-highlight): Change overlay
5220 priority from 1 to 1000.
5221
5222 * menu-bar.el (menu-bar-edit-menu): Add listp around
5223 pending-undo-list to disable menu item "undo" when pending
5224 undo list is empty.
5225
5226 * locate.el (locate): Disable undo in *Locate* buffer.
5227
5228 2005-12-09 Kim F. Storm <storm@cua.dk>
5229
5230 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5231
5232 2005-12-09 David Ponce <david@dponce.com>
5233
5234 * recentf.el: Improvement of the menu code.
5235 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5236 instead of menu hook.
5237 (recentf-show-menu, recentf-hide-menu): New functions.
5238 (recentf-menu-customization-changed, recentf-mode): Use them.
5239 (recentf-menu-action, recentf-max-menu-items)
5240 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5241 (recentf-arrange-by-rule-others)
5242 (recentf-arrange-by-rules-min-items)
5243 (recentf-arrange-by-rule-subfilter) : Don't use
5244 `recentf-menu-customization-changed'.
5245 (recentf-arrange-rules): Likewise. Accept functions to compute
5246 sub-menu titles.
5247 (recentf-menu-filter): Likewise. Doc fix.
5248 (recentf-menu-value-shortcut): Doc fix.
5249 (recentf-dump-variable): Quote atom value.
5250 (recentf-make-menu-items): Update to use it as a menu filter.
5251 (recentf-match-rule): New function.
5252 (recentf-arrange-by-rule): Use it.
5253 (recentf-indirect-mode-rule): New function.
5254 (recentf-build-mode-rules): Use it.
5255 (recentf-dir-rule): New function.
5256 (recentf-arrange-by-dir): Use it.
5257 (recentf-filter-changer-current): Rename from
5258 `recentf-filter-changer-state'. All references updated.
5259 (recentf-filter-changer-alist): Update filter names.
5260 (recentf-filter-changer-select): New function.
5261 (recentf-filter-changer): Use it. Make a sub-menu from filters
5262 available in `recentf-filter-changer-alist'.
5263 (recentf-data-cache, recentf-clear-data)
5264 (recentf-update-menu): Remove. All references updated.
5265 (recentf-match-rule-p, recentf-build-dir-rules)
5266 (recentf-filter-changer-goto-next)
5267 (recentf-filter-changer-get-current)
5268 (recentf-filter-changer-get-next): Remove.
5269
5270 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5273 buffer "Reset" button to "Reset to Current" for consistency with
5274 the State buttons.
5275
5276 2005-12-08 John Paul Wallington <jpw@pobox.com>
5277
5278 * ibuf-ext.el (define-ibuffer-filter filename):
5279 If `dired-directory' is a list then really use its car.
5280
5281 2005-12-08 Kim F. Storm <storm@cua.dk>
5282
5283 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5284 Fix indention of text on right side of replaced rectangle.
5285
5286 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5287
5288 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5289 No need to check gud-comint-buffer is bound.
5290 (gdb): Prevent multiple debugging when first session uses gdba.
5291
5292 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5293
5294 CC Mode update to 5.31.
5295
5296 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5297 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5298 We might do this function properly in the future).
5299
5300 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5301 New macros c-sentence-end and c-default-value-sentence end, to cope
5302 with Emacs 22's new function `sentence-end'.
5303
5304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5305
5306 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5307 compat issue using `c-put-overlay' and `c-delete-overlay'.
5308
5309 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5310 New compat macros to handle overlays/extents.
5311
5312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5313
5314 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5315 (for GNU Emacs 20.4)
5316
5317 * progmodes/cc-defs.el:
5318 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5319
5320 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5321 highlighting mechanism so it will work in XEmacs too.
5322
5323 * progmodes/cc-defs.el: Insert c-int-to-char.
5324
5325 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5326 call to the new macro c-int-to-char. This solves XEmacs's
5327 regarding characters as different from integers.
5328
5329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5330
5331 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5332 New internal helper.
5333
5334 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5335 construct to make the indirect face lookup work in XEmacs.
5336
5337 (c-cpp-matchers): Append the negation char face to the existing
5338 fontification, so that the cpp face doesn't disappear.
5339 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5340 and strings.
5341
5342 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5343 to map to `font-lock-negation-char-face' in emacsen where it exists.
5344
5345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5346
5347 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5348
5349 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5350 Rename "c-subword-move-mode" as "c-subword-mode".
5351
5352 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5353 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5354
5355 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5356
5357 * progmodes/cc-mode.el: Added autoload directive for
5358 `c-subword-move-mode' for use in older emacsen.
5359
5360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5361
5362 * progmodes/cc-mode.el:
5363 (i) Insert a binding for C-c C-backspace into
5364 c-bind-special-erase-keys which works in TTYs.
5365 (ii) Make sure that when file styles are used, any explicitly
5366 given style variables take priority over those in the style.
5367 Do this by calling `hack-local-variables' a second time.
5368
5369 * progmodes/cc-vars.el: Add language specific customization
5370 widgets for AWK to c-doc-comment-style, c-require-final-newline
5371 and c-default-style. Add a defcustom for awk-mode-hook.
5372 Give c-syntactic-element and c-syntactic-context doc-strings by
5373 directly setting their `variable-documentation' propery.
5374 This allows Emacs 22.1 to read these with C-h v.
5375
5376 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5377
5378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5379
5380 * progmodes/cc-fonts.el, cc-vars.el
5381 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5382 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5383 Masatake YAMATO.
5384
5385 (c-doc-comment-style): Made GtkDoc default in C mode.
5386
5387 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5388 and C-c C-<delete>.
5389
5390 (c-bind-special-erase-keys): New function for use on
5391 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5392
5393 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5394 <delete> key behavior in XEmacs according to `delete-forward-p'.
5395 C.f. `c-electric-delete'.
5396
5397 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5398
5399 * progmodes/cc-mode.el: Give c-hungry-backspace and
5400 c-hungry-delete-forward permanent key bindings.
5401
5402 * progmodes/cc-cmds.el (c-electric-semi&comma):
5403 Bind c-syntactic-context for calls to "criteria functions", for
5404 consistency with other calls to user functions.
5405
5406 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5407 `current-prefix-arg', since this might be the prefix arg to a
5408 command which calls c-indent-command as a function. Change the
5409 interactive spec from "p" to "P".
5410
5411 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5412 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5413 was difficult to understand.
5414
5415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5416
5417 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5418 first char of an identifier.
5419
5420 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5421 +" syntax in C++.
5422
5423 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5424
5425 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5426 auto-fill doesn't split a c-comment's last word from a hanging
5427 "*/" when a space is typed between them after fill-column.
5428
5429 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5430
5431 * progmodes/cc-styles.el (c-set-style)
5432 (c-setup-paragraph-variables): Abort the command if we're not in a
5433 CC Mode buffer.
5434
5435 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5436 with blank comment-prefix, and a blank line as the comment's
5437 second line.
5438
5439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5440
5441 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5442 Incorporate the patterns added in the Emacs development branch
5443 for the new Emacs 22 face `font-lock-negation-char-face'.
5444
5445 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5446 of "red" since it stands out better in xterms and DOS terminals.
5447
5448 * progmodes/cc-engine.el (c-literal-faces):
5449 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5450
5451 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5452
5453 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5454 forcibly enable c-electric-flag.
5455
5456 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5457 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5458 after the comment-prefix of a C-style comment will close that comment.
5459
5460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * progmodes/cc-fonts.el (c-basic-matchers-before)
5463 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5464 in Pike.
5465
5466 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5467 digraphs.
5468
5469 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5470 (c-cpp-message-directives, c-cpp-include-directives)
5471 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5472 (c-cpp-expr-directives): Introduce new language constants to
5473 control cpp syntax in a cleaner way.
5474
5475 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5476
5477 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5478
5479 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5480 (c-multiline-string-start-char): New language constants and
5481 variables to specify how newlines in string literals work.
5482
5483 (c-font-lock-invalid-string): Use them.
5484
5485 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5486 unbalanced close brace is entered. Optimization by avoiding going
5487 back over arbitrarily large blocks. Removed hints that this
5488 function only would be relevant/useful in AWK.
5489
5490 (c-electric-brace): Indent syntactically after the cleanups since
5491 lineup functions might do it differently then.
5492
5493 * progmodes/cc-engine.el, cc-langs.el
5494 (c-opt-op-identifier-prefix): New language constant and variable.
5495
5496 (c-just-after-func-arglist-p, c-after-special-operator-id)
5497 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5498
5499 * progmodes/cc-align.el, cc-engine.el
5500 (c-after-special-operator-id): New helper to handle C++ operator
5501 identifiers.
5502
5503 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5504 (c-guess-basic-syntax): Handle C++ operator identifiers in
5505 declarations.
5506
5507 * progmodes/cc-langs.el (c-assignment-operators): Add the
5508 trigraph version of ^= too.
5509
5510 * progmodes/cc-langs.el (c-assignment-operators): Add the
5511 trigraph version of |= in C++.
5512
5513 * progmodes/cc-fonts.el (c-font-lock-declarators):
5514 Handle `c-decl-hangon-kwds' after the identifier name.
5515
5516 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5517 whether an arglist is "nonempty", ignore a comment after the open
5518 paren if it isn't followed by a non-comment token on the same line.
5519
5520 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5521 Enable heuristics below the point to cope with classes inside special
5522 brace lists in Pike.
5523
5524 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5525
5526 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5527
5528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5529
5530 * progmodes/cc-guess.el (cc-guess-install): New function to
5531 install an already guessed style in another buffer.
5532
5533 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5534 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5535 anyway if the change always is undone.
5536
5537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5538
5539 Implement togglable electricity:
5540
5541 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5542 saying when it should be used.
5543
5544 * progmodes/cc-engine.el: Add the new buffer-local variable,
5545 c-electric-flag.
5546
5547 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5548 c-toggle-auto-newline.
5549
5550 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5551 c-toggle-auto-newline. Remove the binding for
5552 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5553 c-toggle-electric-state.
5554
5555 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5556
5557 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5558 c-\(forward\|backward\)-subword.
5559 (c-update-modeline): Add the new modeline flag `l' for
5560 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5561 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5562 Make the old name an alias of the new name.
5563 (c-toggle-electric-state): New function.
5564 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5565 Adapt these functions to do electric things only when
5566 c-electric-flag is non-nil.
5567 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5568 new functions from c-electric-brace.
5569 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5570 mode, so that the tentative extra newline doesn't change the
5571 syntax of the following brace.
5572 (c-electric-brace): Restructure by extracting the above functions.
5573 Tidy up the coding somewhat.
5574 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5575 restructure a bit.
5576
5577 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5578
5579 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5580 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5581
5582 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5583 (c-submode-indicators): Change name from `c-auto-hungry-string'
5584 since it's now used to track another submode.
5585
5586 (c-update-modeline): Convert to function and extended to check
5587 `c-subword-move-mode'.
5588
5589 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5590 Convert to compat aliases for `c-forward-subword' and
5591 `c-backward-subword'.
5592
5593 * progmodes/cc-subword.el: New functions and minor mode to handle
5594 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5595
5596 (c-forward-subword, c-backward-subword, c-mark-subword)
5597 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5598 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5599 Functions corresponding to the standard word handling functions.
5600
5601 (c-subword-move-mode): Minor mode that replaces all the standard
5602 word handling functions with their subword equivalences.
5603
5604 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5605
5606 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5607 entry for one-liner-defun.
5608
5609 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5610 name in its def-edebug-spec.
5611
5612 * progmodes/cc-cmds.el (c-electric-brace): Make the
5613 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5614 compacts space before a comment, if this will make things fit on
5615 one line.
5616
5617 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5618
5619 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5620
5621 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5622 clean-up one-liner-defun.
5623
5624 * progmodes/cc-styles.el: Add the new "awk" style.
5625
5626 * progmodes/cc-vars.el: Add description of one-liner-defun to
5627 c-cleanup-list's doc-string. New user options,
5628 c-max-one-liner-length. In c-default-style, set the default style
5629 for AWK to "awk".
5630
5631 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5632
5633 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5634 macros inside labels.
5635
5636 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5637 `c-at-statement-start-p' and `c-at-expression-start-p'.
5638
5639 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5640 error if the mark isn't set.
5641
5642 * progmodes/cc-engine.el (c-guess-continued-construct)
5643 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5644 accurately detect functions inside functions.
5645
5646 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5647 like `c-at-statement-start-p' that additionally recognizes commas
5648 and expression parentheses as delimiters.
5649
5650 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5651 to avoid heuristics that doesn't work for unclosed blocks.
5652 (c-at-statement-start-p): New function.
5653
5654 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5655 Objective-C directives, e.g. directives spanning lines should work
5656 reasonably well now.
5657
5658 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5659
5660 (c-forward-objc-directive): New function to move over any ObjC
5661 directive.
5662
5663 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5664 (c-basic-matchers-before): Use it.
5665
5666 (c-font-lock-objc-iip-decl): Remove.
5667
5668 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5669 in the template arglist recognition.
5670
5671 * progmodes/cc-styles.el (c-style-alist): Fix several
5672 inconsistencies in the Whitesmith style.
5673
5674 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5675 New lineup function to get lines after Whitesmith style blocks
5676 correctly indented.
5677
5678 (c-lineup-whitesmith-in-block): Back out the compensation for
5679 opening parens since it's done using `add' lists in the style
5680 definition instead. Don't use the anchor position since it varies
5681 too much between the syntactic symbols. :P
5682
5683 * progmodes/cc-vars.el (c-valid-offset): Update.
5684
5685 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5686 lists where the offsets are combined according to several
5687 different methods: `first', `min', `max', and `add'.
5688 Report offset evaluation errors with `c-benign-error' so that some kind
5689 of reindentation still is done.
5690
5691 * progmodes/cc-engine.el (c-guess-basic-syntax):
5692 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5693 `arglist-close'.
5694
5695 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5696 situations for `arglist-cont-nonempty' and `arglist-close'.
5697
5698 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5699
5700 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5701 cc-bytecomp-boundp' in a number of places.
5702
5703 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5704 macro related issue.
5705
5706 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5707
5708 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5709 list is now [asdf], a char class [:alpha:].
5710 Include code for char classes.
5711 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5712 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5713
5714 Remove (nearly all of) the cruft associated with AWK Mode's former
5715 concept of "virtual semicolons":
5716
5717 Adapt c-beginning-of-statement, c-end-of-statement (together with
5718 subfunctions) to use the new notion of "virtual semicolon" in
5719 place of the old awkward special handling for AWK. There remains
5720 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5721 * progmodes/cc-cmds.el:
5722 (c-ascertain-adjacent-literal): In the backwards direction, now
5723 recognises AWK regexp delimiters as string delimiters.
5724 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5725 check more rigorously for "end of macro".
5726 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5727 virtual semicolons;
5728 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5729 out the code for forward movement into ...
5730 (c-end-of-statement): Now contains the code for forward movement,
5731 adapted for virtual semicolons.
5732
5733 * progmodes/cc-engine.el:
5734 (c-ws*-string-limit-regexp): New regexp.
5735 (c-forward-single-comment, c-backward-single-comment): Comment out
5736 the (now redundant) "special" AWK stuff.
5737
5738 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5739 c-string-par-start, c-string-par-separate to be more like Text
5740 Mode than Fundamental Mode.
5741
5742 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5743
5744 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5745 to the fontified region so that fontification doesn't occur
5746 outside it (could happen e.g. when fontifying a line with an
5747 unfinished declaration).
5748
5749 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5750
5751 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5752 start of the file. ^L now separate sections of the file.
5753 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5754 (c-awk-one-line-possibly-open-string-re)
5755 (c-awk-regexp-one-line-possibly-open-char-class-re)
5756 (c-awk-one-line-possibly-open-regexp-re)
5757 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5758 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5759
5760 Amend the concept of "virtual semicolons" (in the indentation
5761 engine) for languages like AWK, such that they are now
5762 conceptually attached to end of the last token of a statement, not
5763 the end of the line. (In AWK Mode, however, the pertinent text
5764 property is still physically set on the EOL.) Remove the specific
5765 tests for awk-mode, thus facilitating the introduction of other
5766 language modes where EOLs can end statements.
5767 (Note: The funtionality in cc-cmds.el, specifically
5768 c-beginning/end-of-statement has yet to be amended.)
5769
5770 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5771 New macros.
5772
5773 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5774 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5775 c-vsemi-status-unknown-p-fn (in a new page).
5776
5777 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5778 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5779 numerous awkward forms like
5780 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5781 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5782 variable before-ws-ip, the place just after char-before-ip appears.
5783
5784 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5785 a comment.
5786
5787 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5788
5789 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5790 `c-tentative-buffer-changes'.
5791
5792 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5793 convert to macro to choose between Emacs and XEmacs at compile time.
5794
5795 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5796
5797 (c-tentative-buffer-changes): New macro to handle temporary buffer
5798 changes in a convenient way.
5799
5800 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5801 for `c-tentative-buffer-changes'.
5802
5803 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5804 the checks for paren sexps between the point and the keyword, to
5805 avoid some false alarms.
5806
5807 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5808 Fixed a situation where an error could be thrown for unbalanced
5809 parens. Changed to make use of c-keyword-member' to avoid some
5810 repeated regexp matches.
5811
5812 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5813 These language variable are no longer necessary.
5814
5815 (c-block-stmt-kwds): New language constant used by
5816 c-looking-at-inexpr-block'.
5817
5818 (c-guess-basic-syntax): Remove an optional check that looked at
5819 the existence of the now removed language variables.
5820
5821 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5822 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5823 object instantiation expressions as declarations in some contexts.
5824 This bug only affected languages where the declarator can't be
5825 enclosed in parentheses.
5826
5827 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5828 insert newlines before and after substatement braces.
5829
5830 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5831 function declaration headers and the handling of C++ style member
5832 init lists.
5833
5834 (c-just-after-func-arglist-p): Rewritten to use
5835 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5836
5837 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5838
5839 (c-guess-basic-syntax): Adapt case 5B for the new
5840 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5841 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5842 covers all cases now).
5843
5844 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5845
5846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5847
5848 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5849 c-string-par-start/separate c-sentence-end-with-esc-eol,
5850 initialised in c-setup-paragraph-variables, used in string
5851 scanning subroutines of c-beginning-of-statement.
5852
5853 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5854 which precedes the newly inserted `{'.
5855
5856 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5857
5858 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5859 function for declaration level blocks. It should now cope with
5860 templates better and also be a lot more comprehensible.
5861
5862 (c-looking-at-decl-block): The new function.
5863
5864 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5865 for compatibility.
5866
5867 (c-add-class-syntax, c-guess-continued-construct)
5868 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5869
5870 (c-decl-block-key): Change to tell apart ambiguous and
5871 unambiguous keywords. Pike specials are now handled directly in
5872 the code instead.
5873
5874 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5875 New language constants and variables to make the backward skip in
5876 `c-looking-at-decl-block' as tight as possible.
5877
5878 (c-nonsymbol-token-char-list): New language constant.
5879
5880 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5881 find balanced template arglists backwards.
5882
5883 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5884 making char classes for `c-syntactic-skip-backward'.
5885
5886 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5887 16D - can't be a class-close at that point.
5888
5889 * progmodes/cc-engine.el (c-guess-basic-syntax)
5890 (c-add-class-syntax): Don't narrow out the enclosing declaration
5891 level. This makes everything a lot easier, and it was actually
5892 only four small places that needed it to work. Some places that
5893 previously did `widen' are removed now, which has the effect that
5894 `c-guess-basic-syntax' never will look at things outside the
5895 current narrowment now. The anchor position for `topmost-intro'
5896 is affected by this, but it was so bogus it was basically useless
5897 before, and now it's equally bogus but in a slightly different way.
5898
5899 (c-narrow-out-enclosing-class): Gone.
5900
5901 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5902 the narrowed region.
5903
5904 (c-least-enclosing-brace): Remove silly optional argument.
5905
5906 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5907 the point could be left directly after an open paren when finding
5908 the beginning of the first decl in the block.
5909
5910 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5911 Specify which submatch to use.
5912
5913 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5914
5915 (c-decl-start-re): No longer any need for special treatment of
5916 ObjC due to the above.
5917
5918 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5919 presumably follows C in that regard.
5920
5921 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5922 New language constants to specify operator tokens inside
5923 identifiers in a more high level way.
5924
5925 (c-opt-identifier-prefix-key): New internal language constant.
5926
5927 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5928 (c-identifier-start, c-identifier-key): Now completely calculated
5929 from other constants.
5930
5931 (c-identifier-last-sym-match): Decommission since it's no longer used.
5932
5933 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5934
5935 * progmodes/cc-engine.el (c-forward-name): Remove the
5936 optimization when c-identifier-key is equal to c-symbol-key since
5937 it doesn't work in byte compiled files. Don't record empty
5938 regions as identifiers.
5939
5940 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5941 simplify access to `c-operators' and its likes.
5942
5943 (c-operator-list, c-all-op-syntax-tokens)
5944 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5945 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5946 (c-primary-expr-regexp, c-cast-parens): Use it.
5947
5948 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5949 an explicit language in functions.
5950
5951 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5952 variant of adornment.
5953
5954 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5955 variable.
5956
5957 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5958 the Pike value.
5959
5960 * progmodes/cc-engine.el (c-on-identifier)
5961 (c-simple-skip-symbol-backward): Small fix for handling "-"
5962 correctly in `skip-chars-backward'. Affected the operator lfun
5963 syntax in Pike.
5964
5965 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5966 diagnostic message about precompiled language vars not being used.
5967
5968 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5969 "__attribute__" is followed by a parenthesis.
5970
5971 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5972 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5973 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5974
5975 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5976 Internal cleanups to properly detect the declared identifiers in
5977 various declarations.
5978
5979 (c-decl-start-kwds): New language constant to recognize
5980 declarations that can start anywhere. Used for class declarations
5981 in Pike.
5982
5983 (c-specifier-key, c-not-decl-init-keywords)
5984 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5985 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5986
5987 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5988 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5989 handling of the compiler specific extension keywords into a new
5990 language constant `c-decl-hangon-kwds' that defines keyword
5991 clauses to be ignored in declarations.
5992
5993 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5994 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5995 Necessary to stop at the declared identifier in e.g. IDL valuetype
5996 declarations.
5997
5998 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5999 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6000 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6001 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6002 class and enum declarations as such and not as part of the type.
6003
6004 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6005 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6006
6007 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6008 declarations when there's some syntax error later on.
6009
6010 (c-complex-decl-matchers): Did away with a reference to
6011 `c-specifier-key'.
6012
6013 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6014 value - this variable is always dynamically bound.
6015
6016 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6017 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6018 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6019 functions that might do hidden buffer changes: All such internal
6020 functions are now marked instead of those that don't.
6021
6022 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6023 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6024 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6025 (c-literal-type): Allow these functions to make hidden buffer changes,
6026 so that they are free to use text property caching later on.
6027
6028 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6029 (c-electric-brace, c-electric-slash, c-electric-star)
6030 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6031 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6032 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6033 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6034 with the changed semantics of the functions above.
6035
6036 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6037 when macros occur in obscure places. Optimized the sexp movement
6038 a bit.
6039
6040 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6041
6042 Enhancements for c-beginning-of-statement to work in AWK Mode:
6043
6044 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6045 (completed statement) with `}' (statement completed by closing
6046 brace or semicolon) and `$' (statement completed by EOL).
6047
6048 (c-awk-virtual-semicolon-ends-prev-line-p)
6049 (c-awk-virtual-semicolon-ends-line-p)
6050 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6051 (c-awk-at-statement-end-p): New functions.
6052
6053 * progmodes/cc-cmds.el: Simplify the structure of functions
6054 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6055 two functions and c-beginning-of-statement to handle AWK Mode.
6056
6057 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6058 c-backward-single-comment for AWK mode. Attempt to clarify their
6059 doc-strings.
6060
6061 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6062
6063 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6064
6065 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6066 label handling. Labels are now recognized in a uniform and more
6067 robust way, regardless of context. Text properties are put on all
6068 labels to recognize the following declarations better.
6069 Multiword labels are handled both in indentation and fontification for
6070 the benefit of language extensions like Qt. For consistency, keywords
6071 in labels are now fontified with the label face instead.
6072 That also applies to "case" and "default".
6073
6074 (c-beginning-of-statement-1): Fix some bugs in the label
6075 handling. Disregard `c-nonlabel-token-key' in labels that begin
6076 with `c-label-kwds'.
6077
6078 (c-find-decl-spots): Support that the callback adds more
6079 `c-decl-end' spots to find.
6080
6081 (c-forward-decl-or-cast-1): Don't treat a list of plain
6082 identifiers followed by a colon as a declaration.
6083
6084 (c-forward-label): New function to recognize labels.
6085
6086 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6087 `c-forward-label'. Moved the label recognition cases (14 and 15)
6088 earlier since they aren't so context sensitive now. Handle labels
6089 on the top level gracefully. Moved access label recognition to
6090 the generic label case (CASE 15) - removed CASE 5E.
6091
6092 (c-font-lock-declarations): Add recognition of labels in the
6093 same round since we need to handle labels in parallell with other
6094 declarations to recognize both accurately. It should also improve
6095 speed.
6096
6097 (c-simple-decl-matchers, c-basic-matchers-after):
6098 Move `c-font-lock-labels' so that it only is used on decoration level 2
6099 since `c-font-lock-declarations' handles it otherwise.
6100
6101 (c-complex-decl-matchers): Remove the simplistic recognition of
6102 access labels.
6103
6104 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6105 with labels earlier.
6106
6107 (c-decl-start-re): New language variable to make
6108 `c-font-lock-declarations' stop for the special protection labels
6109 in Objective-C that start with `@'.
6110
6111 (c-label-key): Remove since it's no longer used.
6112
6113 (c-recognize-colon-labels, c-label-prefix-re): New language
6114 constants to support recognition of generic colon-terminated labels.
6115
6116 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6117 are colon terminated labels.
6118
6119 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6120 first argument starts with a special brace list.
6121
6122 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6123 (c-font-lock-declarations): Break out the declaration and cast
6124 recognition from `c-font-lock-declarations' to a new function, so
6125 that it can be used in the indentation engine.
6126
6127 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6128 up to the start of the literal. Fixed bug with the point on the
6129 wrong side of the search limit that could happen when the start
6130 position is inside a literal.
6131
6132 * progmodes/cc-engine.el (c-parse-state)
6133 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6134 so that it's kept a little bit back to increase the hit rate.
6135
6136 (c-parse-state): Change the macro handling and fixed some
6137 glitches. Macro context is checked more often than necessary now,
6138 but otoh less garbage conses are generated.
6139
6140 * progmodes/cc-engine.el (c-parse-state)
6141 (c-invalidate-state-cache): Cache the last position where
6142 `c-state-cache' applies. This can speed up refontification quite
6143 a bit in blocks where there are many non-brace parens before the point.
6144
6145 (c-state-cache-end): New variable for this.
6146
6147 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6148 cache variable.
6149
6150 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6151 get close initial continue positions when the start position is
6152 inside a literal or macro. Do not call the callback for spots
6153 before the start position (which can happen e.g. for `c-decl-end'
6154 spots inside comments). Optimize better in special cases when the
6155 region is a single line inside a literal or macro (typically when
6156 the current line is refontified).
6157
6158 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6159 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6160 entries from the paren state.
6161
6162 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6163 special case for "else if" clauses.
6164
6165 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6166 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6167
6168 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6169 New language variable to recognize the gcc extension with statement
6170 blocks inside expressions.
6171
6172 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6173 it somewhat more comprehensible. The argument AT-BLOCK-START is
6174 no longer used and hence removed.
6175
6176 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6177 to `c-add-stmt-syntax'.
6178
6179 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6180 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6181 This fixes bogus label recognition.
6182
6183 * progmodes/cc-engine.el (c-add-type, c-check-type)
6184 (c-forward-name, c-forward-type): Improve storage of template
6185 types in `c-found-types' so that they can be recognized better.
6186
6187 (c-syntactic-content): Add option to skip past nested parens.
6188
6189 * progmodes/cc-engine.el (c-forward-name):
6190 Set `c-last-identifier-range' all the time. It's less work that way.
6191 Handle that there might not be an identifier to store in
6192 `c-last-identifier-range'.
6193
6194 (c-forward-type): Handle that `c-last-identifier-range' might be
6195 nil from `c-forward-name'.
6196
6197 * progmodes/cc-defs.el (c-safe-scan-lists)
6198 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6199
6200 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6201 to work even if the form fails.
6202
6203 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6204 down in a large file in one go.
6205
6206 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6207
6208 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6209 function which is like `c-lineup-math' but returns nil instead of
6210 `c-basic-offset' when it doesn't match.
6211
6212 (c-lineup-math): Change to use `c-lineup-assignments'.
6213
6214 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6215
6216 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6217 c-beginning-of-statement. New subfunctions
6218 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6219
6220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6221
6222 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6223 hardcoded char classes whereever possible. Changed a couple of
6224 places to use skip by syntax instead of skip by char class.
6225
6226 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6227 Fix a bug in the regexp that caused extreme backtracking.
6228
6229 * progmodes/cc-langs.el (c-block-comment-starter)
6230 (c-block-comment-ender): New language constants to specify in a
6231 single place how block comments look.
6232
6233 (c-comment-start-regexp, c-block-comment-start-regexp)
6234 (comment-start, comment-end, comment-start-skip)
6235 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6236 (c-syntactic-ws, c-nonempty-syntactic-ws)
6237 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6238 `c-line-comment-starter', `c-block-comment-starter' and
6239 `c-block-comment-ender'.
6240
6241 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6242 New language constants to break up things a bit.
6243
6244 (c-simple-ws): New language constant for simple whitespace.
6245
6246 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6247
6248 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6249 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6250 newlines. Allow and ignore nil elements in the list.
6251
6252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6253
6254 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6255 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6256
6257 * progmodes/cc-cmds.el: Tidy up the comments in
6258 c-beginning-of-statement and subfunctions.
6259
6260 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6261 more flexible c-put-char-property and c-clear-char-properties.
6262 Add the author's email address.
6263
6264 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6265
6266 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6267 closing "*/" of a block comment.
6268
6269 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6270 subfunctions) so that it works at BOB and EOB.
6271
6272 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6273 c-beginning-of-statement, including new variable
6274 c-block-comment-start-regexp.
6275
6276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6277
6278 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6279 symbols from `*-font-lock-extra-types' so that there's no need to
6280 use `regexp-opt' on those lists.
6281
6282 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6283 `c-type-modifier-kwds' is empty.
6284
6285 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6286 there are several strings on the same line.
6287
6288 * progmodes/cc-engine.el (c-literal-limits): Remove the
6289 compatibility function for older emacsen. `c-literal-limits-fast'
6290 has now taken the place of this function.
6291
6292 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6293 with older emacsen: We now require `pps-extended-state'.
6294
6295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6296
6297 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6298 which obviates the need to hack sentence-end. This now handles
6299 escaped newlines in strings correctly. Correct minor bugs in
6300 c-move-over-sentence and in c-beginning-of-statement.
6301
6302 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6303 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6304 that movement over macros and code are rigorously separated from
6305 eachother. Correct a few incidental bugs.
6306
6307 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6308 Improve its doc-string. Improve the handling of certain specific cases.
6309
6310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6311
6312 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6313 (c-guess-basic-syntax): Change the way class-level labels are
6314 recognized; they can now contain essentially any symbols.
6315
6316 (c-opt-extra-label-key): New language variable to cope with the
6317 special protection label syntax in Objective-C.
6318
6319 (c-opt-access-key): Remove; this is now handled better by
6320 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6321
6322 (c-complex-decl-matchers): Update to handle that
6323 `c-opt-access-key' no longer exists.
6324
6325 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6326 improved label recognition in `c-beginning-of-statement-1'.
6327
6328 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6329 Recognize bitfields better.
6330
6331 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6332 Remove some cruft and fixed a bug that could cause it to go to a
6333 position further down.
6334
6335 * progmodes/cc-langs.el, cc-engine.el
6336 (c-beginning-of-statement-1): Improve detection of labels in
6337 declaration contexts.
6338
6339 (c-beginning-of-decl-1): Use it.
6340
6341 (c-nonlabel-token-key): New language constant and variable needed
6342 by `c-beginning-of-statement-1'.
6343
6344 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6345 manifested itself due to the correction in `c-forward-sexp'.
6346
6347 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6348 Make these behave as documented when used at the buffer limits.
6349
6350 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6351 (c-type-decl-end-used): Made this a language variable.
6352
6353 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6354 correctly when `combine-after-change-calls' is used together with
6355 temporary narrowings.
6356
6357 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6358 Report labels correctly when the start point is immediately after the
6359 colon.
6360
6361 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6362 Remove since it isn't used anymore.
6363
6364 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6365 bracket arglists such as template parens in C++.
6366
6367 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6368 in the last check-in. Some optimization.
6369
6370 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6371 where it could stop at the same level in a preceding sexp when
6372 PAREN-LEVEL is set.
6373
6374 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6375 text property lookup only when it's needed.
6376
6377 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6378 Change the policy for paren marked angle brackets to be more
6379 persistent; once marked they remain marked even when they're found
6380 to be unbalanced in the searched region. This should keep the
6381 paren syntax around even when individual lines are refontified in
6382 multiline template arglists.
6383
6384 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6385 to control markup so that incorrect angle bracket arglists aren't
6386 marked in contexts where the correct value for
6387 `c-disallow-comma-in-<>-arglists' isn't known.
6388
6389 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6390 argument has become `c-parse-and-markup-<>-arglists'.
6391
6392 (c-remove-<>-arglist-properties): Remove - no longer used.
6393
6394 (c-after-change-check-<>-operators): New function used on
6395 `after-change-functions' to avoid that "<" and ">" characters that
6396 are part of longer operators have paren syntax.
6397
6398 (c-<>-multichar-token-regexp): New language variable used by
6399 `c-after-change-check-<>-operators'.
6400
6401 (c-after-change): Call `c-after-change-check-<>-operators'.
6402
6403 (c-font-lock-<>-arglists): Use the context properties set by
6404 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6405 correctly to avoid doing invalid markup.
6406
6407 (c-font-lock-declarations): Remove code that undoes the invalid
6408 markup done by `c-font-lock-<>-arglists'.
6409
6410 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6411 after `c-font-lock-declarations'.
6412
6413 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6414 Add paren-level feature.
6415
6416 (c-guess-basic-syntax): Improve the anchor position for
6417 `template-args-cont' in nested template arglists. There's still
6418 much to be desired in this area, though.
6419
6420 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6421
6422 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6423 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6424
6425 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6426
6427 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6428 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6429
6430 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6431 it doesn't work no longer are supported.
6432
6433 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6434 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6435 requires support for the syntax-table' text property, which rules
6436 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6437 cruft associated with those versions.
6438
6439 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6440 for the `syntax-table' text property, which rules out Emacs 19 and
6441 XEmacs < 21.4. Removed various compatibility cruft associated
6442 with those versions.
6443
6444 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6445 support for the `syntax-table' text property.
6446
6447 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6448 variable and use an extra quoted face name instead. All the
6449 emacsen flavors handle that correctly.
6450
6451 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6452 (c-font-lock-declarators, c-font-lock-declarations)
6453 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6454 property to mark the items in in declarator lists to handle
6455 refontification inside multiline declarations better.
6456
6457 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6458 construct like "a * b = c;" as a declaration.
6459
6460 2005-12-08 Kim F. Storm <storm@cua.dk>
6461
6462 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6463 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6464 select either meta, hyper, or super modifier for rectangle commands.
6465 (cua--rectangle-modifier-key): New defvar.
6466 (cua--M/H-key): Use it. Remove special case for `space'.
6467 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6468 on X, to meta otherwise. Always bind C-return to toggle
6469 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6470
6471 * emulation/cua-rect.el (cua-help-for-rectangle):
6472 Use cua--rectangle-modifier-key. Handle super modifier too.
6473 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6474 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6475
6476 * ido.el: Move Acknowledgements and History after Commentary.
6477 Minor changes to Commentary.
6478
6479 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6480 keymap if cua--prefix-override-timer is `shift'.
6481 (cua--shift-control-prefix): New function; emulate "type prefix
6482 key twice" functionality to handle shifted prefix key override.
6483 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6484 New commands.
6485 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6486
6487 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6488
6489 * textmodes/org.el (org-insert-heading): Try to do items before
6490 headings.
6491 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6492 (org-insert-item): New function.
6493 (org-renumber-ordered-list): Don't skip to higher level lists.
6494
6495 2005-12-08 Juri Linkov <juri@jurta.org>
6496
6497 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6498
6499 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6500
6501 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6502
6503 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6504 the constructed function name fun-1.
6505
6506 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6507 because such links don't lead to parent documentation.
6508
6509 2005-12-08 Kenichi Handa <handa@m17n.org>
6510
6511 * descr-text.el (describe-char): Use *Help-2* buffer if the
6512 current buffer is *Help*. Call describe-text-properties while
6513 setting the original buffer.
6514
6515 2005-12-07 Bill Wohler <wohler@newt.com>
6516
6517 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6518 and causes problems with non-MH users (such as Gnus users).
6519
6520 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6523 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6524 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6525 command "info sources". Move calls to GDB command "list".
6526 (gdb-find-file-hook): Just use gdb-source-file-list.
6527 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6528 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6529 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6530 (gdb-data-list-register-values-handler): Use correct trigger name.
6531
6532 2005-12-07 Kim F. Storm <storm@cua.dk>
6533
6534 * ido.el (ido-completion-map): Rename from ido-mode-map.
6535 (ido-common-completion-map, ido-file-completion-map)
6536 (ido-file-dir-completion-map, ido-buffer-completion-map):
6537 Rename from ido-mode-....-map.
6538 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6539 (ido-setup-completion-map): Rename from ido-define-mode-map.
6540 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6541 to ido-completion-map.
6542
6543 2005-12-07 Kenichi Handa <handa@m17n.org>
6544
6545 * international/mule-cmds.el
6546 (set-display-table-and-terminal-coding-system): If the coding
6547 system specified in `unibyte-display' property is different from
6548 the arg coding-system, don't setup standard-display-table.
6549
6550 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6553 that comments end at \n, regardless of selective-display.
6554
6555 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6556
6557 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6558 (gdb-version): New variables.
6559 (gdb-source-file-list, gdb-register-names)
6560 (gdb-changed-registers): New variables for use with GDB 6.4+.
6561 (gdb-ann3): Replace with...
6562 (gdb-init-1, gdb-init-2): ...two new functions.
6563 (gdba, gdb-prompt): Call gdb-init-1.
6564 (gdb-get-version): New function. Call gdb-init-2 from here.
6565 (gud-watch): Make it work with mouse events too.
6566 (gdb-post-prompt): Don't add to queue until GDB version is known.
6567 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6568 (gdb-locals-mode): Use gdb-version.
6569 (gdb-memory-format-map, gdb-memory-unit-map)
6570 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6571 (gdb-locals-font-lock-keywords-1)
6572 (gdb-locals-font-lock-keywords-2): New variables.
6573 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6574 (gdb-set-gud-minor-mode-existing-buffers-1)
6575 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6576 (gdb-var-update-1, gdb-var-update-handler-1)
6577 (gdb-data-list-register-values-handler)
6578 (gdb-data-list-register-values-custom)
6579 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6580 (gdb-stack-list-locals-handler, gdb-get-register-names):
6581 New functions for use with GDB 6.4+.
6582 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6583 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6584 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6585 (gdb-stack-list-locals-regexp)
6586 (gdb-data-list-register-names-regexp): New regexps for use with
6587 GDB 6.4+.
6588
6589 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6592
6593 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6594
6595 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6596 prompts work for AUTH PLAIN. Also reported by Steve Allan
6597 <seallan@verizon.net>.
6598
6599 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6600
6601 * frame.el (set-frame-parameter): Add doc string.
6602
6603 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6604
6605 * textmodes/org.el (org-occur-highlights): New variable.
6606 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6607 (org-highlight-sparse-tree-matches): New option.
6608 (org-do-occur): New function.
6609 (org-get-heading): Make it work also at beginning of line.
6610 (org-category-table): New variable.
6611 (org-get-category-table, org-get-category)
6612 (org-camel-to-words, org-link-search): New functions.
6613 (org-select-this-todo-keyword): New variable.
6614 (org-todo-list): New command.
6615 (org-shiftright, org-shiftleft): New commands.
6616 (org-agenda-todo): Add prefix argument.
6617 (org-show-hierarchy-above): New option.
6618 (org-show-todo-tree): Numerical prefix creates tree for specific
6619 TODO keyword.
6620 (org-outline-level): New function, to assign a level to plain
6621 lists items.
6622 (org-cycle-include-plain-lists): New option.
6623 (org-mode): Use `org-outline-level' as value of `outline-level'.
6624 (org-cycle): Temporarily switch `outline-regexp' if
6625 `org-cycle-include-plain-lists' is non-nil.
6626 (org-start-icalendar-file): Fix format bug.
6627 (org-agenda-get-day-entries): Create category table.
6628 (org-agenda-get-todos, org-agenda-get-timestamps)
6629 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6630 (org-agenda-get-blocks): Use `org-get-category'.
6631 (org-context-in-file-links): Rename from
6632 `org-line-numbers-in-file-links'.
6633
6634 2005-12-06 Romain Francoise <romain@orebokech.com>
6635
6636 * window.el (balance-windows): Delete extraneous third arg in call
6637 to `enlarge-window'.
6638
6639 2005-12-06 Kenichi Handa <handa@m17n.org>
6640
6641 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6642
6643 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * progmodes/gdb-ui.el (gdb-var-create-handler)
6646 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6647 (gdb-var-list-children-handler, gdb-var-update-handler):
6648 Current buffer is already gdb-partial-output-buffer, don't
6649 make it current again.
6650
6651 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6654 (list-buffers-noselect): Use it.
6655
6656 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6659 (mail-yank-ignored-headers): Use regexp-opt.
6660 (mail-mode-map): Move initialization into declaration.
6661 (mail-sent-via): Remove unused shadowed var `to-line'.
6662 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6663 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6664 (mail-do-fcc): Use dolist and push.
6665 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6666 (mail-yank-ignored-headers): Don't autoload.
6667
6668 2005-12-05 Kenichi Handa <handa@m17n.org>
6669
6670 * international/mule-cmds.el (set-language-info-internal): New fun.
6671 (set-language-info): Call set-language-info-internal to update
6672 language-info-alist. If LANG-ENV is the current one, call
6673 set-language-environment to make INFO effective now.
6674 (set-language-info-alist): Likewise.
6675 (locale-language-names): With locale "en", use English
6676 lang. env. but set the default codings to iso-8859-1.
6677
6678 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6679
6680 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6681 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6682 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6683 for plain strings.
6684 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6685 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6686 Create registers buffer if necessary. Echo new state in minibuffer.
6687 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6688
6689 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * info.el (Info-fontify-node): Match external links using
6692 non-directory part of filename.
6693
6694 2005-12-04 Juri Linkov <juri@jurta.org>
6695
6696 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6697 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6698 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6699 because there is no customization option for it.
6700
6701 * font-lock.el (lisp-font-lock-keywords-1):
6702 Add define-global-minor-mode.
6703
6704 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6705
6706 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6707 properties on the constructed variable names.
6708
6709 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6710 Put `definition-name' properties on the constructed function names
6711 next-sym and prev-sym.
6712
6713 * emacs-lisp/find-func.el (find-function-regexp):
6714 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6715 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6716 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6717 and easy-menu-define.
6718
6719 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6720 easy-mmode-define-global-mode and define-global-minor-mode.
6721 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6722
6723 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6724 instead of easy-mmode-define-global-mode.
6725
6726 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6727 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6728
6729 * cus-edit.el (customize-group, customize-group-other-window):
6730 Filter out autoloaded options from the group completion list by
6731 using heuristics that autoloaded groups don't have `custom-autoload'
6732 property on their symbols (they have only `custom-loads').
6733
6734 * simple.el (completion-setup-function): Put completions-common-part
6735 face on complete completion string too (i.e. completion string
6736 without completions-first-difference face).
6737
6738 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6739
6740 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6741
6742 * view.el (view-mode): Doc fix.
6743
6744 * disp-table.el (standard-display-european): Add to the warning
6745 message a reference to the doc string.
6746
6747 * play/yow.el (apropos-zippy): Call print-help-return-message,
6748 similar to other Help and Apropos commands.
6749
6750 * help.el (print-help-return-message): If pop-up-frames is
6751 non-nil, set up help-return-method to delete the help window and,
6752 possibly, its frame as well, and don't display message about
6753 scrolling the help window. Doc fix.
6754 (help-return-method): Doc fix.
6755
6756 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6757
6758 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6759 whereby names of length one or names starting with a
6760 symbol-constituent character would not be returned.
6761
6762 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6763
6764 * subr.el (atomic-change-group): Add edebug and indentation spec.
6765
6766 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * completion.el (save-completions-file-name): Fix typo in last change.
6769
6770 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6771
6772 * info.el: Move back/forward history to the beginning of the tool bar.
6773
6774 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6775
6776 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6777 Add fset of allout-real-isearch-abort during compile to fix
6778 byte-compilation warnings.
6779 (allout-mode-p): Move definition of this macro above all uses, or
6780 byte compilation in barren emacs (eg, during emacs build) will
6781 lack the definition.
6782 (allout-mode): Move this variable above any uses, or byte
6783 compilation will fail.
6784 (allout-resolve-xref): Remove use of personal file-reference function.
6785 (allout-toggle-current-subtree-encryption): Do the current (ie,
6786 visible containing) topic, rather than nearest around point. Doc fix.
6787 (allout-toggle-subtree-encryption): New function, workhorse that
6788 works on nearest topic containing point.
6789 (allout-encrypt-string): Signal requirement for newer version of pgg.
6790 (allout-resumptions): Doc fix.
6791
6792 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6793
6794 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6795
6796 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6797
6798 * textmodes/flyspell.el (flyspell-external-point-words):
6799 Consider a misspelling as found in the string search if: (a) misspelling
6800 and found string lengths match, or (b) misspelling is found as
6801 element in a boundary-chars separated longer string, or (c)
6802 ispell-program-name is really ispell and misspelling is found as
6803 part of a TeX string. After successful match move beginning of
6804 search region to end of match. Warn about not found misspellings
6805 once the process is done.
6806 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6807
6808 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6809
6810 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6811 tool bar (removed inadvertently).
6812
6813 2005-12-02 Juri Linkov <juri@jurta.org>
6814
6815 * log-view.el (log-view-diff): Clarify doc string.
6816
6817 2005-12-01 Bill Wohler <wohler@newt.com>
6818
6819 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6820 triggers lm-verify errors.
6821
6822 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6823
6824 * simple.el (transient-mark-mode, line-number-mode)
6825 (column-number-mode, size-indication-mode): Remove `:require nil'.
6826
6827 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6828
6829 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6830 in the margin also.
6831 (gdb-breakpoints-mode-map): Use D instead of d for
6832 gdb-delete-breakpoint.
6833 (gdb-get-frame-number): Require a number to match on.
6834 (gdb-threads-mode-map): Add follow-link binding.
6835
6836 2005-11-30 Jason Rumney <jasonr@gnu.org>
6837
6838 * isearch.el (isearch-mode-map): Avoid exiting search on
6839 language-change event.
6840
6841 2005-11-30 Romain Francoise <romain@orebokech.com>
6842
6843 * speedbar.el (speedbar-default-position): New defcustom.
6844 (speedbar-frame-reposition-smartly): Use it.
6845
6846 * dframe.el (dframe-reposition-frame-emacs): Fix position
6847 computation for `left' location.
6848 Update copyright year.
6849
6850 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * help.el (help-map): Move initialization into declaration.
6853
6854 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6855
6856 * help-fns.el (help-argument-name): Don't autoload.
6857 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6858 to be re-loaded when customizing the `help' group.
6859
6860 2005-11-30 John Paul Wallington <jpw@gnu.org>
6861
6862 * help-fns.el (describe-function-1): Fill arglist output.
6863
6864 2005-11-30 Kim F. Storm <storm@cua.dk>
6865
6866 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6867 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6868 after revert-buffer (or anything else which kills all local variables).
6869
6870 * apropos.el (apropos-parse-pattern): Doc fix.
6871 Set apropos-regexp directly, rather than expecting callers to do so.
6872 (apropos-command, apropos, apropos-value, apropos-documentation):
6873 Simplify calls to apropos-parse-pattern.
6874
6875 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6876
6877 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6878 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6879 (hi-lock-write-interactive-patterns): Use comment-region.
6880
6881 * longlines.el (longlines-mode): Add mail-setup-hook.
6882
6883 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6884
6885 * simple.el (sendmail-user-agent-compose, next-line):
6886 Conditionally use hard-newline.
6887
6888 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6889
6890 * international/latexenc.el (latex-inputenc-coding-alist):
6891 Reword doc string.
6892
6893 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * help.el (describe-key-briefly, describe-key): Recognize default
6896 bindings.
6897
6898 2005-11-29 Romain Francoise <romain@orebokech.com>
6899
6900 * view.el (view-inhibit-help-message): New defcustom.
6901 (view-mode-enter): Use it.
6902
6903 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6904
6905 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6906 Preserve user position.
6907
6908 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6909
6910 * font-lock.el: Throw error if facemenu is not loaded to prevent
6911 accidental change of loading order in loadup.el. (Suggested by RMS.)
6912
6913 * loadup.el: Add comment explaining why facemenu must be loaded
6914 before font-lock.
6915
6916 2005-11-28 Jay Belanger <belanger@truman.edu>
6917
6918 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6919 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6920
6921 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6922
6923 * calc/calc-embed.el (calc-do-embedded): Update help message.
6924
6925 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6926
6927 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6930
6931 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6932 called-interactively-p.
6933 (elp-profilable-p): Rename from elp-not-profilable-p.
6934 Invert result and take into account macros and autoloaded functions.
6935 (elp-instrument-function): Update call.
6936 (elp-instrument-package): Update call. Add completion.
6937 (elp-pack-number): Use match-string.
6938 (elp-results-jump-to-definition-by-mouse): Merge into
6939 elp-results-jump-to-definition and then remove.
6940 (elp-output-insert-symname): Make help echo text single-line.
6941
6942 * replace.el (query-replace-map): Move initialization into declaration.
6943 (occur-engine): Use with-current-buffer.
6944 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6945 (occur-mode-mouse-goto): Replace with an alias.
6946
6947 2005-11-28 Juri Linkov <juri@jurta.org>
6948
6949 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6950
6951 * term/w32-win.el: Bind [S-tab] to [backtab].
6952
6953 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6954 `Info-find-file' to t.
6955
6956 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6957 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6958 and same-window-regexps.
6959 (occur-next-error): Don't move point for arg 0.
6960
6961 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6964
6965 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * log-edit.el (log-edit-changelog-use-first): New var.
6968 (log-edit-changelog-ours-p): Use it.
6969 (log-edit-insert-changelog): Set it with new arg `use-first'.
6970 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6971 (log-edit-hook): Add them to the list of suggested options.
6972
6973 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6974 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6975 redundant work.
6976 (flyspell-mode-on): Use add-hook for after-change-functions.
6977 (flyspell-mode-off): Use remove-hook for after-change-functions.
6978 (flyspell-changes): Make it buffer-local.
6979 (flyspell-after-change-function): Make it non-interactive. Use push.
6980 (flyspell-post-command-hook): Check input-pending-p while processing
6981 the potentially long list of buffer changes.
6982
6983 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6984
6985 * buff-menu.el (list-buffers-noselect): Display the selected
6986 frame's buffer list, not the global one.
6987
6988 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6991 that (list last-input-event) works as in interactive spec.
6992
6993 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6994
6995 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6996 `facemenu-keymap' needs to be defined when font-lock is loaded.
6997 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6998
6999 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * completion.el: Remove useless leading * in defcustom docstrings.
7002 (save-completions-file-name): Use ~/.emacs.d if available.
7003 (completion-standard-syntax-table): Rename from
7004 cmpl-standard-syntax-table and fold initialization into declaration,
7005 thus removing cmpl-make-standard-completion-syntax-table.
7006 (completion-lisp-syntax-table, completion-c-syntax-table)
7007 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7008 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7009 (symbol-under-point, symbol-before-point)
7010 (symbol-under-or-before-point, symbol-before-point-for-complete)
7011 (add-completions-from-c-buffer): Use with-syntax-table.
7012 (make-completion): Don't return a list of completion entries.
7013 Update callers.
7014 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7015 (completion-initialize): Rename from initialize-completions.
7016 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7017 (kill-emacs-save-completions): Collect stats here.
7018 (save-completions-to-file, load-completions-from-file):
7019 Use with-current-buffer.
7020 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7021 into a function. Move all calls to toplevel.
7022 (completion-lisp-mode-hook): New fun.
7023 (completion-c-mode-hook, completion-setup-fortran-mode):
7024 Set the syntax-table here. Use local-set-key.
7025 (completion-saved-bindings): New var.
7026 (dynamic-completion-mode): Make it into a proper minor mode.
7027 (load-completions-from-file): Remove unused var `num-uses'.
7028
7029 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7030 constructor if it is explicitly overridden.
7031
7032 * complete.el (PC-completion-as-file-name-predicate):
7033 Use minibuffer-completing-file-name.
7034 (partial-completion-mode): Use find-file-not-found-functions.
7035 (PC-lisp-complete-symbol): Use with-syntax-table.
7036 (PC-look-for-include-file): Remove dead setq.
7037 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7038 (PC-complete): Use with-current-buffer.
7039
7040 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7041 escape single quotes.
7042
7043 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7044
7045 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7046 of `if' whose condition always returned nil. Doc fix.
7047
7048 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7049 window's buffer the current buffer around the call to
7050 `list-buffers-noselect'. This is necessary to mark that buffer
7051 with a `.' in the Buffer Menu when called from Lisp, for instance
7052 by Auto Revert Mode.
7053
7054 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7055
7056 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7057 attaching to it.
7058 (gdb-pre-prompt): Make sure gdb-error is reset.
7059
7060 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7061 with a child process, detect it.
7062 (gud-speedbar-buttons): Match regexp more carefully.
7063
7064 2005-11-27 Richard M. Stallman <rms@gnu.org>
7065
7066 * mouse.el (mouse-drag-move-window-bottom):
7067 Use adjust-window-trailing-edge.
7068
7069 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * simple.el (blink-matching-open): Ignore
7072 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7073 (blink-matching-paren-on-screen): Update docstring.
7074
7075 * paren.el (show-paren-mode): No longer change
7076 `blink-matching-paren-on-screen'.
7077
7078 2005-11-27 John Paul Wallington <jpw@pobox.com>
7079
7080 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7081 (gdb-threads-select, gdb-edit-register-value):
7082 Use `posn-set-point' instead of `mouse-set-point' because the
7083 latter is not fbound when configured without X.
7084
7085 2005-11-27 Kim F. Storm <storm@cua.dk>
7086
7087 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7088 existing face when partially highlighting a TAB in a rectangle.
7089
7090 2005-11-26 Kim F. Storm <storm@cua.dk>
7091
7092 * ido.el (ido-mode-map): Doc fix.
7093 (ido-mode-common-map, ido-mode-file-map)
7094 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7095 (ido-define-mode-map): Rewrite. Select one of the new maps as
7096 parent for ido-mode-map instead of building from scratch.
7097 (ido-init-mode-maps): New defun to initialize new maps.
7098 (ido-mode): Call it.
7099 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7100 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7101
7102 2005-11-26 John Paul Wallington <jpw@pobox.com>
7103
7104 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7105 `mouse-set-point' because the latter is not fbound when configured
7106 without X.
7107
7108 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7109
7110 * files.el (file-relative-name): Doc fix.
7111
7112 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7113
7114 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7115 non-empty string for secondary prompt PS2.
7116
7117 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * progmodes/compile.el (compilation-setup): Fix last change.
7120
7121 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7124 (gdb-mouse-toggle-breakpoint-margin)
7125 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7126 Add gdb-server-prefix to keep out of command history.
7127 (gdb-edit-register-value): New function.
7128 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7129 (gdb-info-registers-custom): Use above map.
7130
7131 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7132
7133 * custom.el (enable-theme): Signal error if argument is not a
7134 theme. Don't recalculate a face if it's not loaded yet.
7135
7136 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7137 the `user' theme is in effect.
7138
7139 * info.el (Info-on-current-buffer): Record actual filename in
7140 Info-current-file, instead of t, or a fake filename if a non-file
7141 buffer. Make autoload.
7142 (Info-find-node, Info-revert-find-node): No need to check for
7143 Info-current-file nil.
7144 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7145 Info-current-file is now never `t'.
7146 (Info-fontify-node): Many simplifications due to Info-current-file
7147 always being valid. Use Info-find-file to find node filename.
7148
7149 2005-11-25 David Kastrup <dak@gnu.org>
7150
7151 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7152 new character, then delete" in order to preserve markers.
7153
7154 2005-11-25 David Ponce <david@dponce.com>
7155
7156 * recentf.el (recentf-arrange-by-rule): Handle a special
7157 `auto-mode-alist'-like "strip suffix" rule.
7158 (recentf-build-mode-rules): Handle second level auto-mode entries.
7159
7160 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7161
7162 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7163 window modes.
7164
7165 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7166 jde-javadoc-checker-report-mode.
7167
7168 * ediff-wind (ediff-make-wide-display): Slight simplification.
7169
7170 * ediff.el (ediff-date): Change the date of last update.
7171
7172 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7173
7174 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7175 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7176 (hi-lock-mode): New global minor mode.
7177 (turn-on-hi-lock-if-enabled): New function.
7178 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7179 Change arguments to regexp and face instead of a font-lock pattern.
7180 Directly set face property, instead of refontifying.
7181 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7182 (hi-lock-find-patterns): Use line-number-at-pos.
7183
7184 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7185 arguments for hi-lock-set-pattern.
7186 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7187 Call font-lock-fontify-buffer.
7188 (hi-lock-find-file-hook, hi-lock-current-line)
7189 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7190
7191 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7192 turned off.
7193
7194 * progmodes/compile.el (compilation-setup): Don't fiddle with
7195 font-lock-defaults.
7196
7197 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7198
7199 * progmodes/gdb-ui.el (gdb-var-create-handler)
7200 (gdb-var-list-children-handler): Find values for all variable
7201 objects. gud-speedbar-buttons decides whether to display them.
7202
7203 2005-11-24 Romain Francoise <romain@orebokech.com>
7204
7205 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7206 buffer name with a space.
7207
7208 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7209
7210 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7211 `org-export-local-list-max-depth'. Change default value to 3.
7212 (org-auto-renumber-ordered-lists)
7213 (org-plain-list-ordered-item-terminator): New options.
7214 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7215 (org-get-indentation, org-get-string-indentation)
7216 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7217 New functions.
7218 (org-move-item-down, org-move-item-up): New commands.
7219 (org-export-as-html): New classes for CSS support. Bug fix in
7220 regular expression detecting fixed-width regions. Respect
7221 `org-local-list-ordered-item-terminator'.
7222 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7223 also a list item.
7224 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7225 New item moving functions.
7226
7227 2005-11-24 Juri Linkov <juri@jurta.org>
7228
7229 * isearch.el (isearch-repeat): With empty search ring set
7230 `isearch-error' to the error string instead of signaling error
7231 with the function `error'.
7232
7233 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7234
7235 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7236
7237 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7238
7239 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7240 and variable.
7241 (gdb-var-create-handler, gdb-var-list-children-handler):
7242 Don't match on "char **...".
7243 (gdb-var-update-handler): Find values for all variable objects.
7244 (gdb-info-frames-custom): Identify frames by leading "#".
7245
7246 * progmodes/gud.el (gud-speedbar-menu-items): Add
7247 gdb-speedbar-auto-raise as radio button.
7248 (gud-speedbar-buttons): Raise speedbar if requested.
7249 Don't match on "char **...".
7250 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7251 Make it editable.
7252
7253 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * info.el (Info-fontify-node): Handle the case where
7256 Info-current-file is t.
7257
7258 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * simple.el (blink-matching-open): Fix off-by-one in last change.
7261
7262 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7263
7264 * term/mac-win.el: Don't change default directory.
7265
7266 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7267
7268 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7269 buffers correctly. (It used to throw an error in such buffers.)
7270 Make it ask for confirmation in group buffers and other Custom
7271 buffers containing more than one customization item.
7272
7273 2005-11-22 John Paul Wallington <jpw@gnu.org>
7274
7275 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7276 property on mail and url overlays.
7277 (goto-address-at-point): Use `posn-set-point' instead of
7278 `mouse-set-point' because the latter is not fbound when configured
7279 without X.
7280
7281 2005-11-22 Lars Hansen <larsh@soem.dk>
7282
7283 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7284 (ls-lisp-classify, ls-lisp-format): Delete call to
7285 ls-lisp-parse-symlink.
7286 (ls-lisp-handle-switches): Handle symlinks to directories as
7287 directories when ls-lisp-dirs-first in non-nil.
7288
7289 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7290
7291 * startup.el (command-line): Make sure that loaddefs.el is handled
7292 correctly in load-history.
7293
7294 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7295
7296 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7297 (gdb-struct-string, gdb-array-string): New constants.
7298 (gdb-info-locals-handler): Use them.
7299 (gdb-reset): Reset gdb-var-list to nil.
7300
7301 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7304 in patterns.
7305
7306 2005-11-21 Juri Linkov <juri@jurta.org>
7307
7308 * custom.el (defcustom): Update link types in docstring.
7309
7310 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7311
7312 * custom.el (defgroup): Add doc-string-elt info.
7313
7314 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7315
7316 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * newcomment.el (comment-enter-backward): Fix last fix.
7319
7320 * simple.el (blink-matching-open):
7321 * paren.el (show-paren-function): Allow new paren-class info.
7322
7323 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7326 handled automagically.
7327
7328 2005-11-20 Andreas Schwab <schwab@suse.de>
7329
7330 * descr-text.el (describe-char): When copying overlays put them
7331 over the full char description instead of just the first character
7332 of it.
7333
7334 2005-11-20 Juri Linkov <juri@jurta.org>
7335
7336 * simple.el (what-cursor-position):
7337 * descr-text.el (describe-char): Use Lisp-readable syntax
7338 for octal and hex. Reorder decimal, octal and hex values.
7339 Remove excess whitespace in the output. Use `=' in `column='
7340 like in `point=' and `Hscroll='.
7341
7342 * international/mule-cmds.el (encoded-string-description):
7343 Use Lisp-readable syntax for hex.
7344
7345 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * newcomment.el (comment-enter-backward): Handle the case where the
7348 comment is closed by EOB.
7349
7350 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7351
7352 * longlines.el (longlines-before-revert-hook)
7353 (longlines-after-revert-hook): New functions.
7354 (longlines-mode): Turn off longlines temporarily when reverting.
7355 Add a message-setup-hook.
7356 (longlines-decode-buffer): New function.
7357 (longlines-wrap-line): Preserve marker positions.
7358
7359 2005-11-19 Andreas Schwab <schwab@suse.de>
7360
7361 * emacs-lisp/shadow.el: Handle compressed files.
7362
7363 2005-11-19 Romain Francoise <romain@orebokech.com>
7364
7365 * net/browse-url.el (browse-url-default-browser): Signal an error
7366 if no usable browser can be found, rather than try to load w3.
7367
7368 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7369
7370 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7371 replacing existing properties.
7372 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7373 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7374 tty specs.
7375 (rcirc-server-prefix, rcirc-server): New faces.
7376 (rcirc-url-regexp): Generate with rx macro.
7377 (rcirc-last-server-message-time): New variable.
7378 (rcirc-filter): Record time of last message.
7379 (rcirc-keepalive): Kill processes that did not send a message
7380 since the last ping.
7381 (rcirc-mode): Give rcirc-topic a local binding here.
7382
7383 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7384
7385 * subr.el (read-passwd): Fontify the prompt as we do with other
7386 prompts.
7387
7388 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7389
7390 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7391 binding buffer-read-only to nil.
7392
7393 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7394
7395 * complete.el (partial-completion-mode):
7396 Mention completion-auto-help in the doc string.
7397
7398 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7399 more Lisp-ish way.
7400
7401 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7402
7403 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7404 digits, not 8, to avoid misalignment for files larger than 100MB.
7405
7406 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7407
7408 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7409 Mention "keyboard shortcuts" in the help text.
7410
7411 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7412
7413 * startup.el (fancy-splash-default-action): Discard only
7414 mouse-down and succeeding mouse-up events in the splash screen
7415 window so that drag-n-drop event can be processed.
7416
7417 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * longlines.el (longlines-mode): Add hacks for mail-mode and
7420 message-mode.
7421
7422 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7423
7424 * textmodes/org.el (org-table-sort-lines): New command.
7425 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7426 (org-add-file): Command removed, use `org-agenda-file-to-front'
7427 instead.
7428 (org-export-icalendar): Use `org-icalendar-combined-name'.
7429 (org-cycle-agenda-files, org-agenda-file-to-end)
7430 (org-agenda-file-to-front): New commands.
7431 (org-table-tab-jumps-over-hlines, org-export-html-style):
7432 New options.
7433 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7434 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7435 New functions.
7436 (org-fill-paragraph): Call `org-table-align' in tables.
7437 (org-mode): Call `org-set-autofill-regexps'.
7438 (org-export-as-html): Support for local handformatted lists.
7439 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7440 (org-export-local-list-max-depth): New option.
7441 (org-html-expand): Use `org-html-protect'.
7442
7443 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7444
7445 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7446 to "p".
7447 (gdb): Move definition of gud-pp to...
7448
7449 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7450 speedbar.
7451 (gdb-find-watch-expression): New function.
7452
7453 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7454
7455 * faces.el (face-attribute, set-face-attribute): Mention existence
7456 of `:ignore-defface' setting in docstring.
7457
7458 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * simple.el (completion-setup-function): Fix last change.
7461
7462 2005-11-17 John Paul Wallington <jpw@pobox.com>
7463
7464 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7465 Use `posn-set-point' instead of `mouse-set-point' because the
7466 latter is not fbound when configured without X.
7467
7468 * comint.el (comint-insert-input): Likewise.
7469
7470 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * simple.el (hard-newline): New variable.
7473 (sendmail-user-agent-compose, next-line): Use it.
7474
7475 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7476 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7477 (mail-mail-reply-to, mail-mail-followup-to)
7478 (mail-position-on-field, mail-signature, mail-yank-original)
7479 (mail-attach-file): Likewise.
7480
7481 * mail/mailheader.el (mail-header-format)
7482 (mail-header-format-function): Likewise.
7483
7484 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7485
7486 2005-11-17 Juri Linkov <juri@jurta.org>
7487
7488 * font-lock.el (font-lock-faces): Rename this defgroup from
7489 `font-lock-highlighting-faces'.
7490 (font-lock-comment-face, font-lock-comment-delimiter-face)
7491 (font-lock-string-face, font-lock-doc-face)
7492 (font-lock-keyword-face, font-lock-builtin-face)
7493 (font-lock-function-name-face, font-lock-variable-name-face)
7494 (font-lock-type-face, font-lock-constant-face)
7495 (font-lock-warning-face, font-lock-negation-char-face)
7496 (font-lock-preprocessor-face)
7497 (font-lock-regexp-grouping-backslash)
7498 (font-lock-regexp-grouping-construct): Rename :group from
7499 `font-lock-highlighting-faces' to `font-lock-faces'.
7500
7501 * cus-edit.el (lisp, c, tex):
7502 * progmodes/ada-mode.el (ada):
7503 * progmodes/asm-mode.el (asm):
7504 * progmodes/cperl-mode.el (cperl-faces):
7505 * progmodes/cpp.el (cpp):
7506 * progmodes/dcl-mode.el (dcl):
7507 * progmodes/f90.el (f90):
7508 * progmodes/fortran.el (fortran):
7509 * progmodes/icon.el (icon):
7510 * progmodes/idlwave.el (idlwave-misc):
7511 * progmodes/m4-mode.el (m4):
7512 * progmodes/make-mode.el (makefile):
7513 * progmodes/meta-mode.el (meta-font):
7514 * progmodes/modula2.el (modula2):
7515 * progmodes/octave-mod.el (octave):
7516 * progmodes/pascal.el (pascal):
7517 * progmodes/perl-mode.el (perl):
7518 * progmodes/prolog.el (prolog):
7519 * progmodes/ps-mode.el (PostScript-edit):
7520 * progmodes/scheme.el (scheme):
7521 * progmodes/sh-script.el (sh-script):
7522 * progmodes/simula.el (simula):
7523 * progmodes/tcl.el (tcl):
7524 * textmodes/nroff-mode.el (nroff):
7525 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7526 * textmodes/sgml-mode.el (sgml):
7527 * textmodes/texinfo.el (texinfo):
7528 Add :link (custom-group-link font-lock-faces) to defgroup.
7529
7530 * hi-lock.el (hi-lock): Rename this defgroup from
7531 `hi-lock-interactive-text-highlighting'. Change parent group from
7532 `faces' to `font-lock'. Add link to the manual.
7533 (hi-lock-mode, hi-lock-file-patterns-range)
7534 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7535 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7536 (hi-lock-faces): Add :group `faces'.
7537
7538 * cus-edit.el (custom-variable-prompt): Clarify the code.
7539
7540 * faces.el (face-read-string): Set the default value arg of
7541 completing-read.
7542
7543 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7544
7545 * rfn-eshadow.el (file-name-shadow-properties)
7546 (file-name-shadow-tty-properties, file-name-shadow-mode):
7547 Remove autoloads, because the file is now preloaded.
7548
7549 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * printing.el (easy-menu-intern): Don't define.
7552 (pr-get-symbol): Use easy-menu-intern only if defined.
7553
7554 * simple.el (blink-matching-open): Simplify a bit.
7555 (completion-setup-function): Fix the case of partial-completion-mode
7556 when the minibuffer's contents start with "-".
7557 Obey completion-base-size-function even when
7558 minibuffer-completing-file-name is non-nil.
7559
7560 2005-11-16 Richard M. Stallman <rms@gnu.org>
7561
7562 * net/eudcb-ph.el (eudc-ph-open-session):
7563 Use set-process-query-on-exit-flag.
7564
7565 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7566
7567 * international/ucs-tables.el (ucs-set-table-for-input):
7568 Use make-local-variable, not make-variable-buffer-local.
7569
7570 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7571 Improve warning message text.
7572
7573 * savehist.el (savehist-save-hook): Add :group.
7574
7575 * menu-bar.el (menu-bar-help-menu):
7576 Rename Find Extra Packages to External Packages.
7577
7578 * cus-edit.el (Custom-reset-standard): Verify that
7579 :custom-standard-value prop exists before calling it.
7580
7581 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7582
7583 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7584
7585 * wid-edit.el (color): Enclose %t in %{...%}.
7586
7587 * cus-edit.el (face): Enclose %t in %{...%}.
7588
7589 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7590
7591 * savehist.el (savehist-mode-hook): Re-add the var.
7592 (savehist-mode): Use it.
7593
7594 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * textmodes/flyspell.el: Fix commenting convention.
7597 Remove unnecessary leading * in custom docstrings.
7598 (flyspell-emacs): Remove unused var.
7599 (flyspell-delete-region-overlays): Use remove-overlays.
7600 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7601 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7602 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7603 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7604 (make-flyspell-overlay): Don't locally reuse a global name.
7605 (flyspell-highlight-incorrect-region)
7606 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7607 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7608 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7609 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7610 Wrap calls to accept-process-output inside with-local-quit since it's
7611 often called from a post-command-hook.
7612 (flyspell-correct-word, flyspell-auto-correct-word):
7613 Use ispell-send-string.
7614 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7615
7616 * calendar/diary-lib.el (diary-list-entries): Also hide the
7617 terminating newline.
7618
7619 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7620
7621 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7622 window-system, to allow fonts on tty.
7623
7624 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7625
7626 * progmodes/gud.el (gud-speedbar-item-info): New function.
7627 (gud-install-speedbar-variables): Use it to display data type
7628 of watch expression as a tooltip in speedbar.
7629
7630 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7631
7632 * font-core.el (global-font-lock-mode): Add :version keyword,
7633 because default was changed.
7634
7635 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7636
7637 * startup.el (command-line): Use `custom-reevaluate-setting' for
7638 `file-name-shadow-mode'.
7639
7640 * loadup.el: Preload rfn-eshadow.
7641
7642 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7643 Add :version keyword.
7644 (file-name-shadow-properties, file-name-shadow-tty-properties)
7645 (file-name-shadow): Add :version keyword.
7646
7647 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7648 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7649 in the custom-group property of the symbol frames and the fringe
7650 group got no link to its parent group frames.
7651 Doc fix.
7652
7653 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7654
7655 * progmodes/gud.el (gud-stop-subjob): New function.
7656 (gud-menu-map, gud-tool-bar-map): Use it.
7657
7658 2005-11-16 Kim F. Storm <storm@cua.dk>
7659
7660 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7661 than kill it.
7662 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7663 to a more useful/logical place.
7664
7665 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7668 go buttons complementary.
7669
7670 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7673 (rfn-eshadow-sifn-equal): New function.
7674 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7675
7676 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7677
7678 * viper-utils.el (viper-non-word-characters-reformed-vi):
7679 Quote `-' in string.
7680
7681 * viper.el (viper-emacs-state-mode-list): Ensure that
7682 rcirc-mode buffers come up in Emacs state.
7683
7684 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7685 operation.
7686
7687 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 * term.el (term-termcap-format): Fix typos.
7690 (term-down): Fix the negative argument case.
7691
7692 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7693
7694 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7695 2005-08-15.
7696 (gdb-ann3): New command gud-go.
7697 (menu): Accomodate gdb-mi.el.
7698 (gdb-assembler-custom): Make buffer of selected window current
7699 so that set-window-point works.
7700
7701 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7702 buttons and include new ones.
7703
7704 2005-11-16 Kim F. Storm <storm@cua.dk>
7705
7706 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7707 (gud-menu-map): Use it.
7708
7709 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7712 that works correctly for Custom and that does not override a user
7713 who disables it.
7714
7715 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7716 (help-xref-interned, help-follow): Make hyperlinks for variables
7717 that are unbound, but have a non-nil variable-documentation property.
7718
7719 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7720 mode hook. (It conflicted with defcustoms for some mode hooks.)
7721 Use the `variable-documentation' property to give the mode hook a
7722 docstring and expand that docstring.
7723
7724 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7725
7726 * savehist.el (savehist-mode): Don't bother with
7727 `custom-set-minor-mode'.
7728 (savehist-coding-system): Check XEmacs version.
7729 (history-length): Declare also at run time.
7730 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7731 Don't set the customize state.
7732 (savehist-minibuffer-hook): Special case for when
7733 minibuffer-history-variable is equal to t.
7734
7735 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * files.el (write-file): Refresh VC status.
7738
7739 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7740 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7741 than fundamental-mode to see if the mode was set.
7742
7743 2005-11-14 Romain Francoise <romain@orebokech.com>
7744
7745 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7746 dummy function in `eval-when-compile' to avoid compiler warning.
7747 Require `man' at compile time.
7748
7749 2005-11-14 Jay Belanger <belanger@truman.edu>
7750
7751 * calc-alg.el (calcFunc-write-out-power): Rename it to
7752 calcFunc-powerexpand.
7753 (math-write-out-power): Rename it to math-powerexpand; have it
7754 handle negative exponents.
7755 (calc-writeoutpower): Rename it to calc-powerexpand.
7756
7757 * calc-ext.el: Change calcFunc-writeoutpower and
7758 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7759 autoloads.
7760 Add calcFunc-ldiv to autoloads.
7761
7762 * calc-arith.el (calcFunc-ldiv): New function.
7763
7764 * calc.el (calc-left-divide): New function.
7765
7766 2005-11-14 Juri Linkov <juri@jurta.org>
7767
7768 * cus-edit.el (custom-variable-prompt): Set the default value arg
7769 of completing-read.
7770
7771 * cus-dep.el (custom-make-dependencies): Reverse the list of
7772 found dependencies.
7773
7774 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7775
7776 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7777 Highlighting" entry, it is on by default now.
7778 (menu-bar-options-save): Do not save global-font-lock-mode.
7779
7780 2005-11-13 Richard M. Stallman <rms@gnu.org>
7781
7782 * textmodes/flyspell.el (flyspell-large-region):
7783 Call flyspell-accept-buffer-local-defs.
7784
7785 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7786
7787 * textmodes/flyspell.el (flyspell-notify-misspell):
7788 Fix misspelling of "Misspelling".
7789 (flyspell-process-localwords): New function.
7790 (flyspell-large-region): Call flyspell-process-localwords and
7791 flyspell-delete-region-overlays.
7792 (flyspell-delete-region-overlays): New function.
7793 (flyspell-delete-all-overlays): Call that.
7794
7795 2005-11-13 Richard M. Stallman <rms@gnu.org>
7796
7797 * help.el (help-for-help-internal): Improve doc of C-h a.
7798 (describe-key): Improve prompt; doc fix.
7799
7800 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * vc-svn.el (vc-svn-registered): Catch all errors.
7803
7804 * cus-dep.el (custom-make-dependencies): Typo.
7805
7806 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7807
7808 * net/tramp-util.el (top): Fix compilation warning.
7809
7810 2005-11-13 Kim F. Storm <storm@cua.dk>
7811
7812 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7813
7814 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7815
7816 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7817 (gud-speedbar-buttons): Match on "const char *" too.
7818
7819 * progmodes/gdb-ui.el (gdb-var-create-handler)
7820 (gdb-var-list-children-handler): Match on "const char *" too.
7821 (gdb-var-evaluate-expression-handler): Match on empty string.
7822 (gdb-var-update-handler): Only call
7823 gdb-var-evaluate-expression-handler when required.
7824
7825 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7826
7827 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7828 selected window. This still doesn't work for speedbar.
7829 (gud-speedbar-buttons): Handle string expressions properly.
7830
7831 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7832 (gdb-var-create-handler): Handle string expressions properly.
7833 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7834 Handle string expressions properly. Move "type" field into regexp.
7835
7836 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7837
7838 * bookmark.el (bookmark-maybe-message): New function to reduce
7839 code duplication: invokes `message' iff baud-rate is high enough.
7840 (bookmark-write-file): Use above instead of an inline conditional.
7841 (bookmark-load): Same.
7842
7843 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7844
7845 * bookmark.el (bookmark-write-file): Don't visit the destination
7846 file, just write the data to it using write-region. This is
7847 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7848 change to avoid visiting the file in the first place.
7849
7850 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7851
7852 * hi-lock.el (hi-lock-mode): Set the default value of
7853 font-lock-defaults.
7854
7855 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7858 arg to `file-attributes'.
7859 (find-lisp-format): The UID and GID can now be strings.
7860
7861 2005-11-12 Kim F. Storm <storm@cua.dk>
7862
7863 * help.el (help-map): Bind C-h d to apropos-documentation.
7864
7865 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7866 when point is at end-of-buffer.
7867
7868 * apropos.el (apropos-match-face): Doc fix.
7869 (apropos-sort-by-scores): Add new choice `verbose'.
7870 (apropos-documentation-sort-by-scores): New defcustom.
7871 (apropos-pattern): Now contains the pattern entered by the user.
7872 (apropos-pattern-quoted): New defvar.
7873 (apropos-regexp): New defvar, containing the regexp corresponding
7874 to apropos-pattern.
7875 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7876 (apropos-read-pattern): New defun. Use it to read pattern arg in
7877 interactive calls; returns list of words for a word list, and
7878 string for a regexp.
7879 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7880 parses a list of words or regexp as returned by apropos-read-pattern.
7881 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7882 (apropos-score-doc): Return a very high score if the string
7883 entered by the user matches literally.
7884 (apropos-variable): Doc fix. Use apropos-read-pattern.
7885 (apropos-command): Doc fix. Use apropos-read-pattern and
7886 apropos-parse-pattern. Call apropos-print with nosubst=t.
7887 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7888 apropos-parse-pattern.
7889 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7890 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7891 apropos-documentation-sort-by-scores. Call apropos-print with
7892 nosubst=t.
7893 (apropos-documentation-internal): Pass doc string through
7894 substitute-key-definition before adding text properties.
7895 Highlight substring matching literal user input if possible.
7896 (apropos-documentation-check-doc-file): Remove locals beg and end.
7897 Fix calculation of score (as added twice). Pass doc string through
7898 substitute-key-definition before adding text properties.
7899 (apropos-documentation-check-elc-file): Pass doc string through
7900 substitute-key-definition before adding text properties.
7901 Highlight substring matching literal user input if possible.
7902 (apropos-print): Add new arg NOSUBST; if set, command and variable
7903 doc strings have already been passed through substitute-key-definition.
7904 Add code to handle apropos-accumulator items without score element
7905 for backwards compatibility (e.g. with woman package).
7906 Only show scores if apropos-sort-by-scores is `verbose'.
7907
7908 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7909
7910 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7911 Add jka-compr-load-suffixes to load-suffixes.
7912
7913 * jka-compr.el: Require jka-cmpr-hook.
7914 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7915 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7916 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7917 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7918 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7919 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7920 (jka-compr-uninstall): Remove entries from
7921 jka-compr-added-to-file-coding-system-alist after they are used.
7922 (jka-compr-error): Remove unused var `curbuf'.
7923 (jka-compr-file-local-copy): Remove unused var `notfound'.
7924
7925 2005-11-10 Romain Francoise <romain@orebokech.com>
7926
7927 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7928
7929 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7930
7931 * progmodes/gud.el (gud-menu-map): Move parentheses.
7932 (gdb): New command gud-pv.
7933
7934 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * tar-mode.el: Remove spurious or unnecessary leading stars
7937 in docstrings.
7938 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7939 (tar-parse-octal-integer-safe): Use mapc.
7940 (tar-header-block-summarize): Remove unused var `ck'.
7941 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7942 cleared before. Obey default-enable-multibyte-characters.
7943 Use mapconcat. Simplify setting of tar-header-offset.
7944 (tar-mode-map): Move initialization inside delcaration.
7945 (tar-flag-deleted): Use `abs'.
7946 (tar-expunge-internal): Remove unused var `line'.
7947 (tar-expunge-internal): Don't hardcode point-min==1.
7948 (tar-expunge): Widen while doing set-buffer-multibyte.
7949 (tar-rename-entry): Use file-name-coding-system.
7950 (tar-alter-one-field): Don't hardcode point-min==1.
7951 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7952 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7953
7954 2005-11-10 Masatake YAMATO <jet@gyve.org>
7955
7956 * add-log.el (add-log-current-defun): Handle class::method
7957 notation of c++. Fix incorrect comment.
7958
7959 2005-11-10 Alan Mackenzie <acm@muc.de>
7960
7961 * help-fns.el (describe-variable): Make C-h v work when a variable
7962 has variable documentation yet is unbound.
7963
7964 2005-11-10 Masatake YAMATO <jet@gyve.org>
7965
7966 * man.el (Man-highlight-references): Set an empty
7967 string to `Man-arguments' if it is nil.
7968 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7969
7970 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7973 commenting conventions.
7974
7975 * cus-dep.el (custom-make-dependencies): Simplify.
7976 Better follow the commenting conventions.
7977
7978 2005-11-09 Richard M. Stallman <rms@gnu.org>
7979
7980 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7981 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7982 All uses changed.
7983 (apropos-rewrite-regexp): Doc fix.
7984 (apropos-variable, apropos-command, apropos, apropos-value):
7985 Change prompt; carry through the argument renaming.
7986
7987 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * find-lisp.el: Require dired.
7990 (find-lisp-find-dired-internal): Do not call
7991 `abbreviate-file-name' on DIR.
7992
7993 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7994
7995 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7996
7997 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7998
7999 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8000 when using the speedbar.
8001 (gdb): New command gud-pp.
8002 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8003
8004 2005-11-09 Juri Linkov <juri@jurta.org>
8005
8006 * replace.el (occur-excluded-properties): New defcustom.
8007 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8008
8009 2005-11-08 Jay Belanger <belanger@truman.edu>
8010
8011 * calc/calc-units.el (math-convert-units): Replace any composite
8012 unit by its definition.
8013
8014 2005-11-08 Lars Hansen <larsh@soem.dk>
8015
8016 * emacs-lisp/autoload.el (update-directory-autoloads):
8017 Add obsolete function alias.
8018
8019 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8022 comment-indent-function.
8023 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8024
8025 * reveal.el (reveal-post-command): Rework the handling of
8026 reveal-open-spots, so as to be more reliable. There were several
8027 tricky corner cases where an open spot might be lost, or where
8028 a closed spot might end up on the list of open spots.
8029 Only reveal text that's ellipsised.
8030
8031 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8032
8033 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8034
8035 2005-11-07 John Paul Wallington <jpw@gnu.org>
8036
8037 * ibuffer.el (ibuffer): Search iconified frames too when
8038 getting Ibuffer buffer's window.
8039
8040 2005-11-06 Richard M. Stallman <rms@gnu.org>
8041
8042 * progmodes/compile.el (compilation-internal-error-properties):
8043 save-excursion around the computation of MARKER.
8044
8045 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8046
8047 * textmodes/flyspell.el (flyspell-external-point-words):
8048 flyspell-get-word returns a list, not just a string.
8049
8050 2005-11-06 John Paul Wallington <jpw@pobox.com>
8051
8052 * ibuffer.el (ibuffer): Search all visible frames when getting
8053 Ibuffer buffer's window.
8054
8055 2005-11-07 Masatake YAMATO <jet@gyve.org>
8056
8057 * man.el (Man-reference-regexp): Accept spaces between
8058 `Man-name-regexp' and `Man-section-regexp'.
8059 (Man-apropos-regexp): New variable.
8060 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8061 if available.
8062 (Man-highlight-references, Man-highlight-references0):
8063 Handle the case when `Man-arguments' includes "-k".
8064 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8065 `TARGET'. `TARGET' can be a number, function or nil.
8066
8067 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8068
8069 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8070 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8071 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8072 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8073 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8074 (gdb-send-item): Use buffer-local-value and simplify.
8075
8076 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8077
8078 * startup.el (command-line): Use `custom-reevaluate-setting' for
8079 `global-font-lock-mode'.
8080
8081 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8082 by default, except in batch mode or when the -D option is given.
8083
8084 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8085 specified keyword args on to `define-minor-mode'. Update docstring.
8086
8087 2005-11-05 Romain Francoise <romain@orebokech.com>
8088
8089 * replace.el (occur-engine): Add marker at end of line, too.
8090
8091 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8092
8093 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8094 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8095 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8096 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8097 argument to all these routines, so the passphrase can be managed
8098 externally and passed in to the system.
8099 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8100 pgg-add-passphrase-to-cache function.
8101
8102 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8103 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8104 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8105 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8106 argument to all these routines, so the passphrase can be managed
8107 externally and passed in to the system.
8108 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8109 function.
8110
8111 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8112
8113 * font-lock.el: Don't deal with font-lock-face-attributes here,
8114 move the code ...
8115
8116 * startup.el (command-line): ... here. Use face-spec-set instead
8117 of custom-declare-face.
8118
8119 * faces.el (face-spec-set): Reset the face if spec is not nil.
8120
8121 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * newcomment.el (comment-region-internal): Box more tightly in the
8124 common case where there's no TAB in the boxed text.
8125
8126 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8127
8128 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8129 up-node.
8130
8131 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8132
8133 * newsticker.el: Commentary updated. Code formatting changed.
8134 (newsticker-version): Change to "1.9".
8135 (newsticker, newsticker-feed): Doc fix.
8136 (newsticker-url-list): Doc fix. Add option "Weekly".
8137 (newsticker-retrieval-interval): Add option "Weekly".
8138 (newsticker-headline-processing): Doc fix.
8139 (newsticker-auto-mark-filter): Remove.
8140 (newsticker-auto-mark-filter-list): New.
8141 (newsticker-layout, newsticker-sort-method): Doc fix.
8142 (newsticker-hide-old-items-in-newsticker-buffer)
8143 (newsticker-heading-format, newsticker-item-format)
8144 (newsticker-desc-format): Doc fix.
8145 (newsticker-show-all-rss-elements): Remove.
8146 (newsticker-show-all-news-elements): New.
8147 (newsticker-faces, newsticker-ticker): Doc fix.
8148 (remove-from-invisibility-spec): Code formatting.
8149 (newsticker--process-ids): New.
8150 (newsticker-mode): Doc fix.
8151 (newsticker-mode): Change mode-line-format.
8152 (newsticker-start): Remove debug output.
8153 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8154 (newsticker-w3m-show-inline-images): Code formatting.
8155 (newsticker-next-item): Call `force-mode-line-update'.
8156 (newsticker-previous-item): Call `force-mode-line-update'.
8157 (newsticker-next-feed): Call `force-mode-line-update'.
8158 (newsticker-previous-feed): Call `force-mode-line-update'.
8159 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8160 (newsticker-show-old-items): Do not show descs.
8161 (newsticker-hide-entry): Hide too much.
8162 (newsticker-hide-entry, newsticker-show-entry)
8163 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8164 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8165 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8166 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8167 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8168 (newsticker-get-news): Call `force-mode-line-update'.
8169 Collect process ids.
8170 (newsticker--sentinel): Change coding system handling.
8171 Move image retrieval to new functions newsticker--get-logo-url-*.
8172 Move feed parsing to new functions newsticker--parse-*.
8173 Update list of process ids.
8174 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8175 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8176 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8177 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8178 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8179 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8180 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8181 (newsticker--decode-coding-string): Remove.
8182 (newsticker--decode-numeric-entities): Check input. Format code.
8183 (newsticker--remove-whitespace): Check input.
8184 (newsticker--do-forget-preformatted): Doc fix.
8185 (newsticker--decode-rfc822-date): Allow for missing time.
8186 (newsticker--update-process-ids): New.
8187 (newsticker--image-sentinel): Change comment.
8188 (newsticker--image-read): Change error message.
8189 (newsticker--imenu-goto): Doc fix. Show headline title.
8190 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8191 (newsticker--buffer-do-insert-text): Clean whitespace in
8192 html-rendered headline title. Code formatting.
8193 Call `newsticker--buffer-print-extra-elements'.
8194 (newsticker--buffer-print-extra-element): Remove.
8195 (newsticker--buffer-print-extra-elements): New.
8196 (newsticker--buffer-do-print-extra-element): New.
8197 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8198 large sizes.
8199 (newsticker--run-auto-mark-filter)
8200 (newsticker--do-run-auto-mark-filter):
8201 Use `newsticker-auto-mark-filter-list'.
8202
8203 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8204
8205 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8206 (rcirc-print): Force redisplay before running hooks. Do long
8207 buffer truncation after making new text read-only. Deal with nil
8208 text when decoding strings. If TARGET is nil, use either the
8209 currently selected buffer, if it is an rcirc buffer and of the
8210 same process or the process buffer.
8211 (rcirc-mode): Remove header-line. Recompute short buffer names.
8212 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8213 (rcirc-short-buffer-name): Add variable.
8214 (rcirc-kill-buffer-hook): Recompute short buffer names.
8215 Remove nick from private channel.
8216 (rcirc-send-input): Send command text to current-buffer.
8217 Don't clear overlay arrow here.
8218 (rcirc-short-buffer-name): Return a short buffer name.
8219 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8220 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8221 buffer-name abbreviations.
8222 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8223 Do not touch nick-table when killing a parted channel.
8224 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8225 Clear arrow from current buffer if it is now hidden.
8226 (rcirc-current-buffer): Add variable.
8227 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8228 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8229 Remove -face from names.
8230 (rcirc-update-activity-string): Print "DND" when globally ignoring
8231 activity.
8232 (rcirc-ignore-buffer-activity-flag): Rename from
8233 rcirc-ignore-channel-activity.
8234 (rcirc-ignore-all-activity-flag): Doc fix.
8235 (rcirc-channels): Remove variable.
8236 (rcirc-kill-buffer-hook):
8237 (rcirc-get-buffer-create): Add nick to private channel.
8238 (rcirc-multiline-edit-submit): Remove tabs.
8239 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8240 folded.
8241 (rcirc-remove-nick-channel): Bug fix.
8242 (rcirc-toggle-ignore-buffer-activity): Rename from
8243 rcirc-toggle-ignore-channel-activity.
8244 (rcirc-record-activity): Add buffers to the front of the list.
8245 (rcirc-update-activity): Remove killed buffers from list.
8246 (rcirc-process-server-response-1): Remove last argument if it is
8247 null before calling handler.
8248 (rcirc): Add "rcirc" defcustom prefix.
8249 (rcirc-prompt): Simplify default prompt.
8250 Use custom-initialize-default.
8251 (rcirc-private-chats): Remove variable.
8252 (rcirc-prompt): Change initialization.
8253 (rcirc-version): Remove function.
8254 (rcirc-id-string): Add constant.
8255 (rcirc-last-buffer): Remove variable.
8256 (rcirc-buffer-alist): Add variable.
8257 (rcirc-connect): Update variable setup.
8258 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8259 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8260 default.
8261 (rcirc-handler-generic): Trigger activity.
8262 (rcirc-send-message): Create the buffor of the target.
8263 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8264 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8265 (rcirc-multiline-edit-cancel): Remove function.
8266 (rcirc-set-last-buffer): Remove function.
8267 (rcirc-get-any-buffer): Add function.
8268 (rcirc-join-channels): Don't print /join text.
8269 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8270 messages.
8271 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8272 (rcirc-handler-NOTICE): Recognize CTCP responses.
8273 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8274 constructing TOPIC string for buffers we are not JOINed.
8275 (rcirc-handler-CTCP-response): Add handler.
8276 (rcirc-multiline-edit-submit): Restore the window-configuration
8277 before adjusting point.
8278 (rcirc): Add customization group.
8279 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8280 (rcirc-user-full-name, rcirc-startup-channels-alist)
8281 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8282 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8283 (rcirc-input-ring-size, rcirc-read-only-flag)
8284 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8285 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8286 Change defvar to defcustom.
8287 (rcirc-update-prompt): Add optional ALL arg, which will update
8288 prompts in all rcirc buffers. Regexp quote replacement text.
8289 (rcirc-fill-column): Accept frame-width as a value.
8290 (rcirc-set-changed): Add function.
8291 (rcirc-next-active-buffer): Write more meaningful messages.
8292 (rcirc-faces): Add customization group.
8293 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8294 (rcirc-nick-in-message-face, rcirc-prompt-face)
8295 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8296 (with-rcirc-process-buffer): Move before first usage.
8297 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8298 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8299 (rcirc-debug): Rename from `rcirc-log'.
8300 (rcirc-format-response-string): Do not print `-' chars for a
8301 NOTICE with no sender. Simplify output of server responses.
8302
8303 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8304
8305 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8306 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8307 Make urls mouse and RET clickable.
8308
8309 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8310
8311 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8312
8313 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8314
8315 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8316 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8317 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8318 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8319 argument to all these routines, so the passphrase can be managed
8320 externally and passed in to the system.
8321 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8322 pgg-add-passphrase-to-cache function.
8323
8324 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8325 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8326 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8327 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8328 argument to all these routines, so the passphrase can be managed
8329 externally and passed in to the system.
8330 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8331 function.
8332
8333 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8334
8335 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8336 from goto-address-url-regexp.
8337
8338 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8339
8340 * textmodes/org.el (org-read-date, org-goto-calendar)
8341 (org-recenter-calendar, org-agenda-goto-calendar):
8342 Temporarily clear `calendar-move-hook'.
8343
8344 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8345
8346 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8347 merging.
8348
8349 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8350 have merge clashes.
8351
8352 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8353
8354 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8355 Undo previous change.
8356
8357 * startup.el (command-line): Use `custom-reevaluate-setting' for
8358 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8359 tty-register-default-colors on Mac.
8360
8361 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8362
8363 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8364 (gdb-buffer-type): Make it automatically buffer local...
8365 (gdb-get-create-buffer): ...and set it accordingly.
8366 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8367 actually work.
8368
8369 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8370
8371 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8372 not red.
8373
8374 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8375
8376 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8377 case GUD buffer is not visible.
8378 (gdb-goto-breakpoint): Try to force display in source buffer.
8379 (gdb-frame-gdb-buffer): Copy other similar functions.
8380 (gdb-restore-windows): Don't display source if not asked for.
8381 (gdb-assembler-buffer-name): Don't capitalise.
8382
8383 2005-11-03 Richard M. Stallman <rms@gnu.org>
8384
8385 * wid-edit.el (key-sequence): New widget type.
8386
8387 * simple.el (set-mark-command-repeat-pop): New variable.
8388 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8389 if set-mark-command-repeat-pop is true.
8390
8391 * info.el (Info-fontify-node): Don't display extra "see" if there
8392 already is one here.
8393
8394 * mouse.el: Fix special handling of DEL after dragging a region:
8395 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8396 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8397
8398 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8399
8400 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8401 not to assume it pertains to an affix.
8402
8403 * textmodes/flyspell.el (flyspell-post-command-hook):
8404 Bind deactivate-mark to prevent deactivation.
8405
8406 2005-11-03 Lars Hansen <larsh@soem.dk>
8407
8408 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8409 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8410 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8411
8412 2005-11-03 Romain Francoise <romain@orebokech.com>
8413
8414 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8415 Update copyright years.
8416
8417 2005-11-03 Sam Steingold <sds@gnu.org>
8418
8419 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8420 Use system-type instead of window-system because window-system is not
8421 correctly defined during loadup.
8422
8423 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8424
8425 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8426 (xml-parse-tag): Join strings separated by a comment properly.
8427
8428 2005-11-02 Andreas Schwab <schwab@suse.de>
8429
8430 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8431
8432 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8435 (byte-optimize-pure-func): Quote the eval'd value.
8436
8437 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8438 Rename from perl-font-lock-syntactic-face-function.
8439 Change the calling convention so it can be used as a font-lock MATCHER.
8440 Do the parse-partial-sexp loop outselves.
8441 (perl-font-lock-syntactic-keywords): Use it.
8442 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8443
8444 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8445
8446 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8447 disassembly buffer too.
8448 (gdb-exited): Remove overlay arrows when execution has finished.
8449 (gdb-info-frames-custom, gdb-info-threads-custom)
8450 (gdb-info-registers-custom): Don't add inappropriate text
8451 properties if inferior is not active.
8452
8453 2005-11-02 Glenn Morris <rgm@gnu.org>
8454
8455 * progmodes/fortran.el (fortran-blink-match):
8456 Use `blink-matching-delay'.
8457
8458 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8459
8460 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8461
8462 2005-11-02 Lars Hansen <larsh@soem.dk>
8463
8464 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8465 "Permission denied".
8466
8467 2005-11-01 Richard M. Stallman <rms@gnu.org>
8468
8469 * textmodes/flyspell.el (flyspell-external-point-words):
8470 Pass nil to flyspell-get-word.
8471
8472 2005-11-02 Kim F. Storm <storm@cua.dk>
8473
8474 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8475 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8476
8477 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8480 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8481 (calendar-mouse-print-dates): Add optional `event' argument.
8482 Update interactive-spec.
8483 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8484 Use `calendar-event-to-date' instead of `event'.
8485
8486 2005-11-02 Masatake YAMATO <jet@gyve.org>
8487
8488 * progmodes/ld-script.el (ld-script-builtins):
8489 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8490 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8491 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8492
8493 2005-11-01 Romain Francoise <romain@orebokech.com>
8494
8495 * vc-sccs.el: Update copyright year.
8496 * ezimage.el: Likewise.
8497
8498 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8499
8500 * info.el (Info-fontify-node): Use `string-width' for fontifying
8501 underlined titles.
8502
8503 2005-11-01 Juri Linkov <juri@jurta.org>
8504
8505 * info.el (Info-fontify-node): Downcase node header keywords Node,
8506 Prev, Next, Up before comparison.
8507 (Info-history): Insert absolute directory name, and put invisible
8508 property on it.
8509
8510 2005-11-01 Juri Linkov <juri@jurta.org>
8511
8512 * info.el (Info-file-supports-index-cookies): New variable.
8513 (Info-find-node-2): Check makeinfo version for index cookie support.
8514 (Info-index-nodes): Search for nodes with index cookies only when
8515 Info-file-supports-index-cookies is t. Otherwise, search nodes
8516 with "Index" in the node name.
8517 (Info-index-node): Search index cookie in the current node only when
8518 Info-file-supports-index-cookies is t. Otherwise, check the word
8519 "Index" in the node name.
8520 (Info-find-emacs-command-nodes): Remove code that searches nodes
8521 with "Index" node name in the top menu.
8522
8523 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * progmodes/scheme.el (scheme-mode-variables): Use the default
8526 comment-indent-function.
8527
8528 * faces.el (face-attribute): Handle the case where a face inherits from
8529 a non-existent face.
8530
8531 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8532 for octal and hexa output, and merge the char into the paren.
8533 (kill-new): Use push.
8534 (copy-to-buffer): Use with-current-buffer.
8535 (completion-setup-function): Move code in loop to remove redundancy.
8536 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8537 those inherited from minibuffer-local-completion-map.
8538
8539 * savehist.el (savehist-mode) <defcustom>:
8540 Use custom-set-minor-mode if available.
8541 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8542 and emit a message if applicable.
8543
8544 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8545
8546 * savehist.el: Sync up to version 19.
8547 (savehist-mode): New minor mode.
8548 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8549 (savehist-length): Remove (use history-length instead).
8550 (savehist-file-modes): Rename from savehist-modes.
8551 (savehist-save-hook, savehist-loaded): New vars.
8552 (savehist-load): Use savehist-mode. Try to smooth up transition from
8553 old format to new format.
8554 (savehist-install): Allow savehist-autosave-interval to be nil.
8555 (savehist-save): Run the new hook. Be more careful to only trim the
8556 history variables.
8557 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8558 (savehist-printable): Print into a buffer rather than char-by-char.
8559
8560 2005-11-01 John Wiegley <johnw@newartisans.com>
8561
8562 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8563 toggle-ignore keybinding (C-a). The author said it had been
8564 disabled much earlier due to a possible incompatibility, but after
8565 many months of usage I have encountered no problems (and it is a
8566 rather useful option, especially for switching to " *temp*").
8567
8568 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8569 support for OS/X's AddressBook, by calling out to the open source
8570 program "contacts" (installable through Fink).
8571
8572 * net/eudc.el (eudc-expand-inline): If the
8573 `eudc-multiple-match-handling-method' is set to `all', delete the
8574 query string before inserting the query result.
8575
8576 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8577 flag, to prevent Eshell from using the system ls when
8578 `eshell-ls-insert-directory' is in used.
8579 (eshell-ls-insert-directory): Disable font-lock in directory
8580 buffer so that Eshell's own fontification is seen. This broke
8581 recently due to changes in font-lock, so this goes back to version
8582 21 behavior.
8583
8584 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8585
8586 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8587 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8588 (gdb-many-windows): Doc fix.
8589
8590 2005-10-31 Romain Francoise <romain@orebokech.com>
8591
8592 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8593
8594 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8595
8596 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8597 that global-font-lock-mode can be enabled by default.
8598
8599 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8600 (font-lock-add-keywords, font-lock-remove-keywords)
8601 (font-lock-fontify-buffer): Remove autoload cookies.
8602
8603 * jit-lock.el (jit-lock-register): Likewise.
8604
8605 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8606
8607 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8610 intact if there is no gud-comint-buffer.
8611
8612 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8615 old prompt comint-prompt-read-only is t and GDB commands are
8616 issued from tool bar etc.
8617
8618 2005-10-31 Masatake YAMATO <jet@gyve.org>
8619
8620 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8621
8622 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8623
8624 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8625 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8626
8627 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8628
8629 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8630 starting at beginning of line. Fontification is messed up when
8631 `open-paren-in-column-0-is-defun-start' set to t.
8632 Reported by John Paul Wallington <jpw@pobox.com>.
8633
8634 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * comint.el (comint-send-input): Call `comint-update-fence' when
8637 `comint-process-echoes' and `comint-prompt-read-only' are both
8638 non-nil, to avoid leftover read-only newline.
8639
8640 2005-10-30 Richard M. Stallman <rms@gnu.org>
8641
8642 * textmodes/flyspell.el (flyspell-external-point-words):
8643 Detect when WORD can't be checked properly because
8644 flyspell-get-word finds just part of it, and move on.
8645
8646 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8647 boundarychar for Polish.
8648 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8649 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8650
8651 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8652
8653 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8654 (gdb-registers-font-lock-keywords): Delete.
8655 (gdb-registers-mode): Don't fontify.
8656 (gdb-info-registers-custom): Use text properties instead as, in
8657 future, changed register values will use font-lock-warning-face.
8658 (gdb-local-font-lock-keywords): Rename to...
8659 (gdb-locals-font-lock-keywords): ...for consistency.
8660
8661 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8662
8663 * vc.el (vc-switch-backend): Better error message if the buffer is
8664 not visiting a file under version control.
8665
8666 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8667
8668 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8671 ~/.emacs.d/.emacs.
8672
8673 2005-10-29 Richard M. Stallman <rms@gnu.org>
8674
8675 * replace.el (occur-mode-mouse-goto): Always go to other window.
8676 (occur-mode-goto-occurrence): Always switch in same window.
8677
8678 * simple.el (undo): Display message at end, not at start.
8679
8680 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8681 New arg REUSE-CELL.
8682 (cancel-timer-internal): New function.
8683 (timer-event-handler): Use cancel-timer-internal,
8684 and pass the cell it returns to timer-activate...
8685
8686 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8687 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8688 (jit-lock-after-change): Test memory-full.
8689
8690 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8691
8692 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8693 part of the decoded armor to find the key-identifier.
8694 (pgg-gpg-lookup-key-owner): New function to return the
8695 human-readable identifier of a key owner.
8696 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8697 key itself.
8698 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8699 the key value) if we have a key and can match it against a secret
8700 key. Also, added a note pointing out fact that the prompt only
8701 indicates the first matching key.
8702
8703 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8704 pgg-decrypt-region.
8705 (pgg-pending-timers): A new hash for tracking the passphrase cache
8706 timers, so that new ones supercede old ones.
8707 (pgg-add-passphrase-to-cache): Rename from
8708 `pgg-add-passphrase-cache' to reduce confusion (all callers
8709 changed). Modified to cancel old timers when new ones are added.
8710 (pgg-remove-passphrase-from-cache): Rename from
8711 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8712 changed). Modified to cancel old timers when their keys are
8713 removed from the cache.
8714 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8715 XEmacs, an indirection to delete-itimer.
8716 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8717 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8718 users can only check cache without risk of prompting. Correct bug in
8719 notruncate behavior.
8720 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8721 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8722 Add informative docstrings.
8723 (pgg-decrypt): Convey provided passphrase in subordinate call to
8724 pgg-decrypt-region.
8725
8726 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8727 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8728 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8729 `passphrase' argument, so the passphrase can be managed externally
8730 and then passed in to the system.
8731
8732 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8733 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8734 so the passphrase cache can be used reliably with identifiers
8735 besides a pgp packet's key id.
8736
8737 * pgg-gpg.el (pgg-pgp-encrypt-region)
8738 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8739 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8740 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8741 argument to all these routines, so the passphrase can be managed
8742 externally and passed in to the system.
8743
8744 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8745 `notruncate' argument, so the passphrase cache can be used
8746 reliably with identifiers besides a pgp packet's key id.
8747
8748 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8749
8750 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8751 symmetric encryption.
8752 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8753 encrypted session key.
8754 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8755 message ask for the passphrase in a proper way.
8756
8757 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8758 New user commands for symmetric encryption.
8759
8760 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8761
8762 * textmodes/conf-mode.el (conf-assignment-sign)
8763 (conf-assignment-regexp): Fix docstrings.
8764 (conf-mode-initialize): New function.
8765 (conf-mode): Remove optional args. Use delay-mode-hooks to
8766 recognize recursive calls.
8767 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8768 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8769 (conf-xdefaults-mode): Use define-derived-mode and
8770 conf-mode-initialize.
8771
8772 2005-10-29 Romain Francoise <romain@orebokech.com>
8773
8774 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8775
8776 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8777
8778 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8779 part of the decoded armor to find the key-identifier.
8780 (pgg-gpg-lookup-key-owner): New function to return the
8781 human-readable identifier of a key owner.
8782 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8783 key itself.
8784 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8785 the key value) if we have a key and can match it against a secret
8786 key. Also, added a note pointing out fact that the prompt only
8787 indicates the first matching key.
8788
8789 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8790 pgg-decrypt-region.
8791 (pgg-pending-timers): A new hash for tracking the passphrase cache
8792 timers, so that new ones supercede old ones.
8793 (pgg-add-passphrase-to-cache): Rename from
8794 `pgg-add-passphrase-cache' to reduce confusion (all callers
8795 changed). Modified to cancel old timers when new ones are added.
8796 (pgg-remove-passphrase-from-cache): Rename from
8797 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8798 changed). Modified to cancel old timers when their keys are
8799 removed from the cache.
8800 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8801 XEmacs, an indirection to delete-itimer.
8802 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8803 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8804 users can only check cache without risk of prompting. Correct bug in
8805 notruncate behavior.
8806 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8807 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8808 Add informative docstrings.
8809 (pgg-decrypt): Convey provided passphrase in subordinate call to
8810 pgg-decrypt-region.
8811
8812 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8813
8814 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8815 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8816 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8817 `passphrase' argument, so the passphrase can be managed externally
8818 and then passed in to the system.
8819
8820 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8821 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8822 so the passphrase cache can be used reliably with identifiers
8823 besides a pgp packet's key id.
8824
8825 * pgg-gpg.el (pgg-pgp-encrypt-region)
8826 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8827 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8828 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8829 argument to all these routines, so the passphrase can be managed
8830 externally and passed in to the system.
8831
8832 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8833 `notruncate' argument, so the passphrase cache can be used
8834 reliably with identifiers besides a pgp packet's key id.
8835
8836 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8837
8838 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8839 symmetric encryption.
8840 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8841 encrypted session key.
8842 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8843 message ask for the passphrase in a proper way.
8844
8845 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8846 New user commands for symmetric encryption.
8847
8848 2005-10-28 Bill Wohler <wohler@newt.com>
8849
8850 * help-mode.el (help-url): New button type. Calls browse-url.
8851 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8852 Similar to Info nodes: URL `url'.
8853 (help-make-xrefs): Create help-url buttons for
8854 help-xref-url-regexp matches.
8855
8856 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8857
8858 * tool-bar.el (tool-bar-add-item-from-menu)
8859 (tool-bar-local-item-from-menu): Fix doc strings.
8860
8861 2005-10-28 Romain Francoise <romain@orebokech.com>
8862
8863 * ldefs-boot.el: Update.
8864
8865 * subr.el (locate-library): Move from help-fns.el.
8866 * help-fns.el (locate-library): Move to subr.el.
8867
8868 2005-10-28 Richard M. Stallman <rms@gnu.org>
8869
8870 * net/tramp.el (tramp-completion-mode): defvar moved up.
8871
8872 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8873
8874 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8875
8876 * files.el (find-file-noselect): Use %d to format large file size.
8877
8878 * bindings.el (mode-line-format): Add %e.
8879
8880 * loadup.el ("facemenu"): Load unconditionally.
8881 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8882 ("x-dnd"): Load, when appropriate.
8883
8884 * startup.el (command-line): Call before-init-hook earlier.
8885 Warn about some bad characters in -u user name.
8886
8887 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8888 (flyspell-external-point-words): Error if misspelled word is not found.
8889 Set flyspell-large-region-beg at end of word.
8890
8891 2005-10-28 Andreas Schwab <schwab@suse.de>
8892
8893 * view.el (View-revert-buffer-scroll-page-forward):
8894 Use view-page-size-default.
8895
8896 2005-10-28 Juri Linkov <juri@jurta.org>
8897
8898 * international/quail.el (quail-get-current-str): Translate last
8899 raw character for deterministic input methods.
8900
8901 2005-10-27 Jay Belanger <belanger@truman.edu>
8902
8903 * calc/calc-ext.el: Add functions to autoloads.
8904 (math-identity-matrix-p, math-ident-row-p): New functions.
8905
8906 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8907 multiplication by an identity matrix; don't turn multiplication by
8908 an inverse matrix into division.
8909 (math-div-symbol-fancy): Replace division by matrices with
8910 multiplication by inverse.
8911
8912 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8913
8914 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8915 (calc-writeoutpower): New functions.
8916
8917 2005-10-27 Romain Francoise <romain@orebokech.com>
8918
8919 * replace.el (occur-engine): Include colon in mouse-face highlight.
8920
8921 * dired-x.el: Change Maintainer field.
8922
8923 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * longlines.el (longlines-mode): Bind after-change-functions to
8926 nil during initial decoding and final encoding.
8927
8928 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8929
8930 * term.el (term-emulate-terminal, term-handle-colors-array)
8931 (term-handle-ansi-escape): Specify the terminfo capabilities
8932 implemented.
8933
8934 2005-10-26 Richard M. Stallman <rms@gnu.org>
8935
8936 * info.el (Info-fontify-node): Fix detection of sentence-break
8937 before *Note.
8938
8939 2005-10-26 Romain Francoise <romain@orebokech.com>
8940
8941 * smerge-mode.el: Add `tools' to file keywords.
8942
8943 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8944
8945 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8946 when the fringe is not available.
8947
8948 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8949 (def-gdb-auto-update-trigger): Simplify construction.
8950 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8951 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8952 defined explicitly.
8953 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8954 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8955 defined explicitly.
8956 (gdb-info-locals-custom): Remove as it's a no-op.
8957
8958 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8959
8960 * longlines.el (longlines-mode): Remove narrowing before
8961 performing the initial decoding or final encoding.
8962
8963 2005-10-25 Romain Francoise <romain@orebokech.com>
8964
8965 * emacs-lisp/find-func.el (find-library-name): Also strip
8966 extension if library name ends in .el, to take advantage of
8967 `find-library-suffixes'.
8968
8969 2005-10-25 Richard M. Stallman <rms@gnu.org>
8970
8971 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8972
8973 2005-10-25 Juri Linkov <juri@jurta.org>
8974
8975 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8976 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8977
8978 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8981 (blackbox-redefine-key): Add argument `map'.
8982
8983 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8984 regions when moving the jit-lock-context-unfontify-pos boundary.
8985
8986 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8987
8988 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8989
8990 2005-10-25 Masatake YAMATO <jet@gyve.org>
8991
8992 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8993
8994 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8995
8996 * play/blackbox.el (blackbox-redefine-key): New function.
8997 (blackbox-mode-map): Use it to remap existing bindings for cursor
8998 motion instead of binding literal keys.
8999
9000 2005-10-25 Glenn Morris <rgm@gnu.org>
9001
9002 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9003 diary does not end in a newline. Do not assume a blank line at
9004 the start of the diary file.
9005
9006 2005-10-25 Kenichi Handa <handa@m17n.org>
9007
9008 * international/quail.el (quail-translate-key): If the input
9009 method is deterministic and failed to handle the last key, restart
9010 the key handling loop from an appropriate key.
9011
9012 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9013
9014 * vc.el (vc-dired-mode): Extend comment for binding of
9015 `directory-listing-before-filename-regexp'.
9016
9017 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * textmodes/texinfo.el (texinfo-mode):
9020 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9021 not to unnecessarily expose emacs-mule's internal char codes.
9022
9023 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9024
9025 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9026 Display hand pointer and help-echo on disabled icon too.
9027 (gdb-mouse-until): New function.
9028 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9029
9030 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9033 with 2005-10-23 change to doctor.el.
9034
9035 * finder.el (finder-mode-map): Add follow-link binding.
9036
9037 2005-10-25 Kim F. Storm <storm@cua.dk>
9038
9039 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9040 to gdb-mouse-toggle-breakpoint-fringe.
9041 (gdb-mouse-toggle-breakpoint-margin): Rename from
9042 gdb-mouse-toggle-breakpoint. Fix doc.
9043 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9044 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9045 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9046 string properties also for fringe breakpoint bitmaps.
9047
9048 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9049
9050 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9051
9052 2005-10-25 Masatake YAMATO <jet@gyve.org>
9053
9054 * simple.el (completion-common-substring):
9055 Use `completion-common-substring' prior to `completion-base-size'.
9056
9057 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9058
9059 * savehist.el: Require CL while compiling.
9060 (savehist-history-variables): Remove.
9061 (savehist-save-minibuffer-history, savehist-additional-variables)
9062 (savehist-minibuffer-history-variables): New vars.
9063 (savehist-save): Use them.
9064 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9065 (savehist-install): New fun, extracted from savehist-load.
9066 (savehist-load): Use them.
9067
9068 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9071 a dummy doc-string-elt property.
9072 (defalias, defvaralias, define-category): Add a docstring property.
9073
9074 * image.el (defimage):
9075 * widget.el (define-widget):
9076 * custom.el (defface, defcustom): Add `doc-string' declaration.
9077
9078 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9079 (defadvice): Add `doc-string' declaration.
9080
9081 * emacs-lisp/byte-run.el (macro-declaration-function):
9082 Handle `doc-string' declarations.
9083 (define-obsolete-function-alias, define-obsolete-variable-alias):
9084 Add `doc-string' declaration.
9085
9086 2005-10-24 Kenichi Handa <handa@m17n.org>
9087
9088 * international/utf-7.el (utf-7): Add autoload cookie.
9089
9090 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9091
9092 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9093
9094 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9095 list of directories passed to batch-update-autoloads. Add "." to
9096 the list of the echoed directories.
9097
9098 * pgg-def.el:
9099 * pgg-gpg.el:
9100 * pgg-parse.el:
9101 * pgg-pgp.el:
9102 * pgg-pgp5.el:
9103 * pgg.el: Moved here from the gnus subdirectory.
9104
9105 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9106
9107 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9108 in case comint-prompt-read-only is set to t.
9109
9110 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9111 in case comint-prompt-read-only is set to t.
9112
9113 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9114
9115 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9116 Now a string.
9117 (icalendar-import-format): Handle CLASS, STATUS, URL.
9118 Rename `subject' to `summary'.
9119 (icalendar-import-format-summary): Rename from
9120 `icalendar-import-format-subject'.
9121 (icalendar-import-format-url, icalendar-import-format-status)
9122 (icalendar-import-format-class): New variables.
9123 (icalendar--rris): Take variable argument list.
9124 (icalendar--datestring-to-isodate): Remove unnecessary
9125 calendar-style check when converting dates with explicit month names.
9126 (icalendar-export-region): Change return type of conversion
9127 subroutines. Bury current buffer unless error occurred.
9128 (icalendar--convert-to-ical)
9129 (icalendar--parse-summary-and-rest): New functions.
9130 (icalendar--convert-ordinary-to-ical)
9131 (icalendar--convert-weekly-to-ical)
9132 (icalendar--convert-yearly-to-ical)
9133 (icalendar--convert-block-to-ical)
9134 (icalendar--convert-cyclic-to-ical)
9135 (icalendar--convert-anniversary-to-ical): Change return type.
9136 Strip trailing blanks from subject.
9137 (icalendar--convert-sexp-to-ical): Change return type.
9138 Strip trailing blanks from subject. Handle simple sexp
9139 entries as generated by icalendar.el.
9140 (icalendar--convert-float-to-ical)
9141 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9142 (icalendar-import-file): Doc fix.
9143 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9144 Correct call to icalendar--rris.
9145 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9146 `summary'.
9147 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9148
9149 2005-10-24 Romain Francoise <romain@orebokech.com>
9150
9151 * server.el (server-sentinel): Set query-on-exit flag to nil on
9152 new client processes (it isn't inherited from the server process).
9153
9154 * replace.el (occur-engine): Rearrange text properties.
9155
9156 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9159 case-fold-search is nil.
9160 (debug-help-follow): Use help-xref-interned directly.
9161
9162 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * thumbs.el (thumbs-image-type): Add .pbm.
9165
9166 2005-10-23 Richard M. Stallman <rms@gnu.org>
9167
9168 * faces.el (inhibit-face-set-after-frame-default): New variable.
9169 (set-face-attribute): Bind it.
9170 (face-set-after-frame-default): Test it.
9171
9172 * help-fns.el (describe-simplify-lib-file-name): New function.
9173 (describe-function-1, describe-variable): Use it.
9174
9175 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9176
9177 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9178 Eliminate nil as possible value.
9179 (tooltip-hide-delay): Reduce internal-border-width.
9180
9181 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9182 (menu-bar-file-menu) <new-file>: Likewise.
9183
9184 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9185
9186 * international/mule.el (load-with-code-conversion):
9187 Pass full file name to `eval-buffer' unless preloading.
9188
9189 * textmodes/flyspell.el (flyspell-large-region):
9190 Call ispell-check-version.
9191
9192 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9193 Fix the make-variable-buffer-local call that was supposed
9194 to be for this variable.
9195 (ispell-aspell-supports-utf8): Doc fix.
9196 (ispell-find-aspell-dictionaries): Preserve elements of
9197 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9198 (ispell-aspell-find-dictionary): Return nil on error.
9199
9200 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9201 (doctor-symptoms): Likewise.
9202
9203 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9204
9205 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9206
9207 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9208 (custom-raised-buttons): Add :set spec.
9209 (custom-button-unraised, custom-button-pressed-unraised):
9210 New faces, so that custom-raised-buttons actually does something.
9211 (custom-mode): Use custom-button and custom-button-pressed.
9212
9213 * wid-edit.el (widget-specify-button): Don't ignore
9214 widget-mouse-face on graphic terminals.
9215 (widget-move-and-invoke): Cleanup.
9216
9217 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9218
9219 * whitespace.el (whitespace-cleanup): Doc fix.
9220
9221 2005-10-23 Romain Francoise <romain@orebokech.com>
9222
9223 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9224 `eval-after-load' to avoid evaluating their result.
9225
9226 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9227
9228 * files.el (directory-listing-before-filename-regexp):
9229 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9230
9231 * dired.el (dired-move-to-filename-regexp): Remove.
9232 All occurences replaced by `directory-listing-before-filename-regexp'.
9233
9234 * dired-x.el, locate.el, vc.el:
9235 Replace `dired-move-to-filename-regexp' by
9236 `directory-listing-before-filename-regexp'. In vc.el it is
9237 overwritten locally; maybe this can be handled in files.el too.
9238
9239 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9240 replaced by `directory-listing-before-filename-regexp'.
9241
9242 2005-10-23 Andreas Schwab <schwab@suse.de>
9243
9244 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9245 and eval-next-after-load.
9246
9247 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9248
9249 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9250 exist, create it.
9251
9252 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9253
9254 * allout.el: Remove autoloads for mailcrypt and crypt++.
9255 Require pgg, pgg-gpg during compilation.
9256 (allout-version): Increment version number to 2.1, and use a literal
9257 rather than RCS Id.
9258 (allout-default-encryption-scheme): Remove.
9259 (allout-passphrase-verifier-handling)
9260 (allout-passphrase-verifier-string)
9261 (allout-file-passphrase-verifier-string)
9262 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9263 (allout-passphrase-hint-handling): Rename and simplify.
9264 (allout-init): Use `find-file-hook' if available, otherwise
9265 `find-file-hooks'.
9266 (allout-mode): Use `write-file-functions' if available, otherwise
9267 `local-write-file-hooks' and, instead of making auto-save-hook
9268 buffer local, make the write-file-hook activity contingent to
9269 allout-mode.
9270 (allout-mode): Use key-binding substitution in the docstring.
9271 (allout-kill-line): Spell-out kill ring data structure mutation
9272 instead of using byte-compiler-complaint-provoking `pop'.
9273 (allout-insert-listified): Use `insert' rather than `insert-string'
9274 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9275 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9276 (allout-encrypt-string): Totally revamped vis new underlying
9277 encryption facilities.
9278 (allout-mc-activate-passwd): Remove.
9279 (allout-obtain-passphrase): New, more or less replaces
9280 allout-mc-activate-passwd.
9281 (allout-encrypted-key-info): More or less replaces
9282 allout-encrypted-text-type.
9283 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9284 (my-mark-marker): Use `(featurep 'xemacs)'.
9285
9286 2005-10-23 Lars Hansen <larsh@soem.dk>
9287
9288 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9289 (byte-compile-file-form-defmumble, byte-compile-defun)
9290 (byte-compile-defmacro): Use it.
9291 (byte-compile-form): Don't call byte-compile-set-symbol-position
9292 when a byte-compile handler is called.
9293
9294 2005-10-22 Romain Francoise <romain@orebokech.com>
9295
9296 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9297
9298 * subr.el (eval-after-load): Convert library name to an absolute
9299 file name using locate-library, since load-history no longer has
9300 library names in it.
9301
9302 2005-10-22 Richard M. Stallman <rms@gnu.org>
9303
9304 * files.el (make-temp-file): Move from subr.el.
9305 * subr.el (make-temp-file): Move to files.el.
9306
9307 * window.el (get-buffer-window-list): Move from subr.el.
9308 * subr.el (get-buffer-window-list): Move to window.el.
9309
9310 * image.el (image-load-path): Use eval-at-startup to initialize.
9311
9312 * subr.el (eval-at-startup): New macro.
9313
9314 * subr.el: Much rearrangement of functions and division
9315 into pages. No code changes.
9316
9317 2005-10-22 Kenichi Handa <handa@m17n.org>
9318
9319 * tar-mode.el (tar-extract): Be sure to call
9320 find-operation-coding-system if set-auto-coding doesn't find a
9321 coding system.
9322
9323 2005-10-22 Kim F. Storm <storm@cua.dk>
9324
9325 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9326 Change users.
9327 (image-type-file-name-regexps): New defconst.
9328 (image-type-from-data): Simplify loop.
9329 (image-type-from-buffer): New defun.
9330 (image-type-from-file-header): Use it instead of image-type-from-data.
9331 Use image-search-load-path instead of only looking in data-directory.
9332 (image-type-from-file-name): New defun.
9333 (image-search-load-path): Change `pathname' to `filename'.
9334 Make PATH arg optional, default to image-load-path.
9335
9336 2005-10-21 Richard M. Stallman <rms@gnu.org>
9337
9338 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9339
9340 * textmodes/paragraphs.el (sentence-end-base): New variable.
9341 (sentence-end): Use sentence-end-base.
9342
9343 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9346 property independently from the font-lock-multiline variable.
9347
9348 2005-10-21 Richard M. Stallman <rms@gnu.org>
9349
9350 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9351
9352 * startup.el (command-line): Convert library names
9353 in `load-history' to absolute file names.
9354
9355 * subr.el (symbol-file): Doc fix.
9356
9357 * loadhist.el (file-loadhist-lookup): Call locate-library
9358 instead of find-library-name. Don't try converting
9359 abs file names to library names, since load-history no longer
9360 has library names in it.
9361 (file-dependents, file-provides, file-requires): Doc fixes.
9362
9363 2005-10-21 Juri Linkov <juri@jurta.org>
9364
9365 * progmodes/etags.el (tags-table-mode): New function.
9366 (tags-verify-table): Replace initialize-new-tags-table with
9367 tags-table-mode.
9368
9369 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9370 default value.
9371 (desktop-modes-not-to-save): Add tags-table-mode to the
9372 default value.
9373
9374 * info.el (Info-index-next): Add total number of index
9375 alternatives to the message.
9376
9377 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9378 backward only space (instead of space and period) before looking
9379 at sentence end.
9380
9381 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9382 Add the old variable value as 4th default-value arg of read-string.
9383
9384 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9385
9386 * cus-face.el (custom-declare-face): Make face from X resources
9387 also on Mac.
9388
9389 * disp-table.el (standard-display-g1, standard-display-graphic):
9390 Refuse to use string glyphs also on Mac.
9391 (standard-display-european): Don't set terminal coding system also
9392 on Mac.
9393
9394 * frame.el (display-screens): Use x-display-screens also on Mac.
9395
9396 2005-10-21 Romain Francoise <romain@orebokech.com>
9397
9398 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9399
9400 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9401
9402 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9403 and $? into sexps.
9404
9405 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9406 warning face on open-paren-in-column-0.
9407
9408 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9409 boundary case. Fix typo.
9410 Suggested by Martin Rudalics <rudalics@gmx.at>.
9411
9412 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9413
9414 * textmodes/org.el (org-combined-agenda-icalendar-file)
9415 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9416 (org-export-icalendar-this-file)
9417 (org-export-icalendar-all-agenda-files)
9418 (org-export-icalendar-combine-agenda-files): New commands.
9419 (org-export-icalendar, org-print-icalendar-entries)
9420 (org-start-icalendar-file, org-finish-icalendar-file)
9421 (org-ical-ts-to-string): New functions.
9422 (org-read-date, org-goto-calendar)
9423 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9424 call to `calendar'.
9425 (orgtbl-setup): Remove the :keys arguments from the menu description.
9426 (org-after-save-iCalendar-file-hook): New variable.
9427
9428 2005-10-21 Kenichi Handa <handa@m17n.org>
9429
9430 * language/vietnamese.el (tcvn-5712): Make it an alias of
9431 vietnamese-tcvn coding-system.
9432
9433 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9434
9435 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9436 group id is given.
9437
9438 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9441 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9442 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9443 whose line is either continued or ends with a comment.
9444
9445 2005-10-20 Romain Francoise <romain@orebokech.com>
9446
9447 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9448
9449 * replace.el (occur-engine): Add follow-link property.
9450
9451 * font-core.el (font-lock-mode): Doc fix.
9452
9453 2005-10-20 Richard M. Stallman <rms@gnu.org>
9454
9455 * net/rcirc.el: New file.
9456
9457 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9458
9459 * term.el (term-term-name): Initialize to "eterm-color".
9460
9461 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9462
9463 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9464 for encryption functionality.
9465 Move allout customization subgroup from `editing' to `outlines' group.
9466 Fix commentary keywords to legitimate ones.
9467 Update author info (using my current email address, obscurified).
9468 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9469 (allout-encrypted-topic-p, allout-encrypted-text-type)
9470 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9471 (allout-situate-encryption-key-verifier)
9472 (allout-get-encryption-key-verifier, allout-verify-key)
9473 (allout-next-topic-pending-encryption)
9474 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9475 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9476 (outline-key-verifier-handling, outline-key-hint-handling)
9477 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9478 (allout-file-key-verifier-string, allout-encryption-scheme)
9479 (allout-key-verifier-string, allout-key-hint-string)
9480 (allout-after-save-decrypt): New variables.
9481 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9482 (allout-after-saves-handler): New hook functions.
9483 (allout-post-command-business): Do allout-after-save-decrypt.
9484 (allout-enable-file-variable-adjustment): Custom var to enable
9485 mechanism for adding and adjusting settings of Emacs file variables.
9486 (allout-adjust-file-variable, allout-file-vars-section-data):
9487 New functions, implement the mechanism.
9488 (outlineify-sticky): Use the file vars mechanism.
9489 (allout-inhibit-protection, allout-during-write-cue)
9490 (allout-override-protect, allout-before-change-protect): Remove.
9491 (allout-flag-region, allout-open-topic): Adjust read-only text.
9492 (allout-open-line-not-read-only): Add to facilitate read-only
9493 text based protection.
9494 (allout-kill-line): Revise to adjust read-only text, clue the
9495 user about the inhibition.
9496 (allout-unprotected): Use unwind-protect.
9497 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9498 topic deeper than the offspring depth of the previous topic -
9499 avoiding confusing "containment discontinuities".
9500 (allout-reindent-bodies): Fix retention of body relative hanging
9501 indent during promotion of collapsed bodies.
9502 (allout-open-topic): Make it easy to open new topic with same
9503 bullet as current topic - topic creation functions provided with
9504 any universal argument provokes now prompt for bullet, defaulting
9505 to the bullet of the previous topic.
9506 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9507 Plain bullet alternates `.' period and `,' comma only. All other
9508 bullets are relegated to special status (but customizable).
9509 (allout-end-of-entry): Rename from allout-end-of-current-entry
9510 since it actually operates w.r.t. most immediately containing
9511 entry, visible or not.
9512 (allout-hide-current-entry, allout-show-current-entry): Use the
9513 revised version.
9514 (allout-old-expose-topic): Solidify deprecation.
9515 (allout-end-of-subtree): Add so we can span concealed as well
9516 as visible topics.
9517 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9518 (allout-end-of-current-heading): Tweak to just respect the first line.
9519 (allout-get-body-text): Add.
9520 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9521 when invoked interactively.
9522 (allout-up-current-level): Use `interactive-p'.
9523 (allout-mode, allout-init): Miscellaneous docstring and
9524 operational refinements, as well as hookups of new encryption stuff.
9525 (allout-beginning-of-current-entry): Now works as advertised.
9526 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9527 (allout-isearch-rectification): Refine condition for isearching.
9528 (allout-isearch-abort, allout-enwrap-isearch)
9529 (allout-flag-region, my-region-active-p): Relocate some macros.
9530 (allout-title): Fallback title is (buffer-name), not
9531 non-existing (current-buffer-name).
9532 (subst-char-in-string): Define if absent (for some XEmacs versions).
9533
9534 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9535
9536 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9537 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9538 (mail-citation-prefix-regexp, mail-signature-file)
9539 (mail-default-headers, mail-bury-selects-summary)
9540 (mail-send-nonascii): Add autoload cookies.
9541
9542 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9543
9544 * frame.el (blink-cursor-mode): Add `mac' to the list of
9545 window-system's that support blinking cursor.
9546
9547 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9548
9549 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9550
9551 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9552
9553 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9554 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9555 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9556
9557 2005-10-20 Kim F. Storm <storm@cua.dk>
9558
9559 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9560 (ido-set-current-directory): Don't add / after final @.
9561 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9562 Explicitly handle ange-ftp completion oddities.
9563 (ido-make-file-list): Don't rotate list at tramp root to avoid
9564 triggering tramp file handler for expand-file-name via get-file-buffer.
9565
9566 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9569
9570 2005-10-19 Jay Belanger <belanger@truman.edu>
9571
9572 * calc/calc-units.el (math-standard-units): Add units, adjust
9573 symbols and update values.
9574 (math-unit-prefixes): Add more prefixes.
9575
9576 2005-10-19 Romain Francoise <romain@orebokech.com>
9577
9578 * bookmark.el (bookmark-menu-heading): New face.
9579 (bookmark-bmenu-list): Use it.
9580 Don't fiddle with `baud-rate' at top-level.
9581
9582 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * image.el (create-image, find-image): Mention max-image-size in
9585 docstring.
9586
9587 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * savehist.el (savehist-load): Revert to checking XEmacs.
9590
9591 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9592 Various docstring and line-width fixups.
9593 (conf-mode): Use cond.
9594 Set font-lock-defaults. Don't set comment-use-syntax.
9595
9596 2005-10-18 David Ponce <david@dponce.com>
9597
9598 * tree-widget.el (tree-widget-button-click): New function.
9599 (tree-widget-button-keymap): Use it.
9600
9601 2005-10-18 Romain Francoise <romain@orebokech.com>
9602
9603 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9604 (bookmark-bmenu-hide-filenames): Add follow-link property.
9605 Improve help-echo text.
9606
9607 * ffap.el (find-file-at-point): Doc fix.
9608
9609 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9610
9611 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9612
9613 2005-10-18 Masatake YAMATO <jet@gyve.org>
9614
9615 Install to the CVS repository what I forgot to install in my
9616 2005-10-16 changes.
9617
9618 * progmodes/python.el (python-complete-symbol): Pass the common
9619 prefix substring of completion to `display-completion-list'.
9620
9621 * textmodes/org.el (org-complete): Ditto.
9622
9623 2005-10-18 Masatake YAMATO <jet@gyve.org>
9624
9625 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9626
9627 * woman.el (WoMan-xref-man-page): New button type derived
9628 from `Man-abstract-xref-man-page'.
9629 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9630
9631 * man.el (Man-abstract-xref-man-page): New button type.
9632 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9633 (Man-highlight-references): Add new optional argument `xref-man-type'.
9634
9635 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9636
9637 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9638
9639 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * cus-edit.el (Custom-move-and-invoke): Delete.
9642 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9643
9644 * wid-edit.el (widget-move-and-invoke): New function, from
9645 Custom-move-and-invoke.
9646
9647 2005-10-17 Bill Wohler <wohler@newt.com>
9648
9649 Move all remaining images from lisp/toolbar to etc/images, move
9650 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9651 the low resolution images in their own directory (low-color).
9652
9653 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9654 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9655 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9656 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9657 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9658 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9659 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9660
9661 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9662 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9663 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9664 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9665 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9666 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9667 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9668 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9669 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9670 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9671 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9672 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9673 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9674 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9675 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9676
9677 To conform with convention, replace the underscore (_) in the
9678 following image names with dash (-) or (/) as appropriate.
9679
9680 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9681 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9682 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9683 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9684 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9685 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9686 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9687 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9688 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9689 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9690 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9691 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9692 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9693 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9694 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9695
9696 * info.el (info-tool-bar-map): Replace underscores in image names
9697 with dashes.
9698
9699 * makefile.w32-in (WINS): Remove toolbar.
9700
9701 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9702
9703 * tool-bar.el: Move to lisp from toolbar. Now that
9704 toolbar is empty, it should be deleted when folks run "cvs up -P".
9705
9706 2005-10-18 Jay Belanger <belanger@truman.edu>
9707
9708 * calc/calc-store.el (calc-store-into): Get the proper variable name
9709 to display in message.
9710
9711 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9712
9713 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9714 expressions display in speedbar for all buffers when debugging.
9715 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9716
9717 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9718 (speedbar-insert-button, speedbar-make-button):
9719 Use add-text-properties.
9720 (speedbar-update-localized-contents)
9721 (speedbar-update-directory-contents)
9722 (speedbar-update-special-contents): Use dolist.
9723 (speedbar-buffer-easymenu-definition): Add a menu separator.
9724
9725 2005-10-17 Jason Rumney <jasonr@gnu.org>
9726
9727 * makefile.w32-in: Use $(lisp) consistently.
9728 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9729 for shell specific generation of mh-autoloads.
9730
9731 2005-10-17 Richard M. Stallman <rms@gnu.org>
9732
9733 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9734
9735 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * jit-lock.el (jit-lock-fontify-now):
9738 Move jit-lock-context-unfontify-pos to avoid wasted work.
9739
9740 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9741
9742 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9743 `tramp-completion-mode' for checking if we are in completion mode.
9744 (tramp-completion-handle-file-name-all-completions): Reorder code
9745 in order to complete for file names only in case there are no
9746 method/user/host completions. This is necessary for cooperation
9747 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9748
9749 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9750
9751 * longlines.el (longlines-search-forward)
9752 (longlines-search-backward): Match any number of spaces.
9753
9754 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9755
9756 * diff-mode.el (diff-mode): Doc fix.
9757
9758 2005-10-16 David Reitter <david.reitter@gmail.com>
9759
9760 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9761 as default on darwin and windows systems.
9762
9763 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9764
9765 * arc-mode.el (archive-zip-extract): Doc fix.
9766
9767 2005-10-16 Romain Francoise <romain@orebokech.com>
9768
9769 * mouse.el (mouse-1-click-follows-link): Doc fix.
9770
9771 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * savehist.el: Don't require CL at runtime.
9774 (savehist-xemacs): Remove.
9775 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9776 (savehist-no-conversion): Use (featurep 'xemacs).
9777 (savehist-load): Check existence of start-itimer rather than XEmacs.
9778 Use an idle timer.
9779 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9780 `delete-if-not'.
9781
9782 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9783
9784 * savehist.el: Newer version.
9785 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9786 (savehist-last-checksum, savehist-no-conversion): New vars.
9787 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9788 New functions.
9789 (savehist-load, savehist-save): Use them.
9790 (savehist-delimit): Remove.
9791
9792 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * progmodes/compile.el (compilation-goto-locus): Display the
9795 compilation buffer first and the source buffer second, in case they're
9796 in overlapping frames. Don't raise the compilation frame if it was the
9797 selected window upon entry. Pass the `other-window' arg to
9798 pop-to-buffer.
9799
9800 * info.el (Info-fontify-node): Use dolist.
9801 Change add-text-properties to put-text-property.
9802
9803 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9804
9805 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9806 bound of search.
9807
9808 2005-10-16 Masatake YAMATO <jet@gyve.org>
9809
9810 * dabbrev.el (dabbrev-completion): Pass the common
9811 prefix substring of completion to `display-completion-list'.
9812
9813 * filecache.el (file-cache-minibuffer-complete)
9814 (file-cache-complete): Ditto.
9815
9816 * tempo.el (tempo-display-completions): Ditto.
9817
9818 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9819
9820 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9821
9822 * eshell/em-hist.el (eshell-list-history): Ditto.
9823
9824 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9825
9826 * mail/mailalias.el (mail-complete): Ditto.
9827
9828 * progmodes/etags.el (complete-tag): Ditto.
9829
9830 * progmodes/make-mode.el (makefile-complete): Ditto.
9831
9832 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9833
9834 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9835
9836 * progmodes/pascal.el (pascal-complete-word)
9837 (pascal-show-completions): Ditto.
9838
9839 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9840
9841 * simple.el (completion-common-substring): New variable.
9842 (completion-setup-function): Use `completion-common-substring'
9843 to put faces.
9844
9845 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9846
9847 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9848 (x-get-selection, mac-select-convert-to-string): Convert from/to
9849 UTF-16 clipboard data as in native byte order, no BOM.
9850
9851 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9852
9853 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9854 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9855 (gud-sentinel): Use speedbar-frame to check for speedbar.
9856
9857 2005-10-15 Richard M. Stallman <rms@gnu.org>
9858
9859 * savehist.el: New file.
9860
9861 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9862
9863 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9864 Fix bug in \bf fontification.
9865
9866 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * pcvs.el (cvs-edit-log-files): New var.
9869 (cvs-mode-edit-log): New arg `file'.
9870 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9871 Instead force the use of the original file and nothing else.
9872 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9873 the cvs-minor-wrap-function is set.
9874 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9875
9876 2005-10-14 Bill Wohler <wohler@newt.com>
9877
9878 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9879 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9880 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9881 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9882 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9883 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9884 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9885 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9886 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9887 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9888 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9889 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9890 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9891 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9892 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9893
9894 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9895 appropriately (for example, gud-break to gud/break).
9896
9897 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * longlines.el (longlinges-search-function)
9900 (longlines-search-forward, longlines-search-backward): New functions.
9901 (longlines-mode): Set isearch-search-fun-function to
9902 longlinges-search-function.
9903
9904 * mouse.el (mouse-drag-region-1): Handle the case where a
9905 double-click event is bound to an arbitrary function.
9906
9907 2005-10-14 David Ponce <david@dponce.com>
9908
9909 * recentf.el (recentf-track-opened-file)
9910 (recentf-track-closed-file, recentf-update-menu)
9911 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9912 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9913 mouse-1-click-follows-link.
9914
9915 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9916
9917 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9918 Gnome file-manager.png. Suggested by
9919 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9920
9921 * toolbar/README: Add diropen.xpm.
9922
9923 2005-10-13 Bill Wohler <wohler@newt.com>
9924
9925 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9926 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9927
9928 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9931 Don't waste the byte-compiler's time on constant data.
9932
9933 2005-10-13 Kenichi Handa <handa@m17n.org>
9934
9935 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9936 byte with `escape-glyph' face.
9937
9938 * international/fontset.el (ccl-encode-unicode-font):
9939 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9940 Handle the case that ucs-mule-to-mule-unicode translates a character to
9941 ASCII (usually for IPA characters).
9942
9943 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9946 Don't hide the underline of titles if font-lock-mode is disabled.
9947
9948 2005-10-12 Bill Wohler <wohler@newt.com>
9949
9950 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9951 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9952 files in MH-E-SRC have been updated.
9953 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9954
9955 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9958 (mixal-mode-syntax-table): Add \n as end-comment.
9959 (mixal-operation-codes-alist): Immediately initialize to full value.
9960 (mixal-add-operation-code): Remove.
9961 (mixal-describe-operation-code): Make the arg non-optional.
9962 Use the interactive spec instead.
9963 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9964 (mixal-font-lock-keywords): Don't highlight comments here any more.
9965 (mixal-font-lock-syntactic-keywords): New var.
9966 (mixal-mode): Use it. Fix comment-start-skip.
9967
9968 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9969
9970 * startup.el (command-line-x-option-alist): -nb => -nbi
9971
9972 2005-10-12 Kim F. Storm <storm@cua.dk>
9973
9974 * startup.el (fancy-splash-default-action): Discard mouse click in
9975 the splash screen window, as it has no sensible meaning in the
9976 next window to be selected. Fixes error reported by Jan D.
9977
9978 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9979
9980 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9981
9982 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9985 Try to fix up minor layout issues like indentation, line break, etc...
9986 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9987 because it doesn't work.
9988 (mixal-operation-codes): Add some more codes.
9989 (mixal-font-lock-keywords): Process comments here.
9990 (mixal-mode): mixasm no longer needs -g option.
9991
9992 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9993
9994 * progmodes/sh-script.el (sh-tmp-file):
9995 Use mktemp -t. Finish support for es and rc shells.
9996
9997 2005-10-11 Jay Belanger <belanger@truman.edu>
9998
9999 * calc/calcalg2.el (calc-integral): With an argument, compute the
10000 definite integral.
10001
10002 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * mouse.el (mouse-drag-region-1): Don't try to catch a
10005 double-click when doing follow-link (it's overridden anyway).
10006
10007 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10008
10009 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10010 (autoload-print-form-outbuf): Add docstring.
10011
10012 2005-10-11 Juri Linkov <juri@jurta.org>
10013
10014 * info.el (Info-mode-menu): Delete menu item "Edit".
10015 (Info-mode): Delete description of Info-edit from docstring,
10016 and rearrange descriptions of Info commands in the order
10017 they are documented in the Info manual.
10018
10019 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * calendar/appt.el (appt-check): Use diary-selective-display var.
10022
10023 2005-10-10 Richard M. Stallman <rms@gnu.org>
10024
10025 * net/newsticker.el (newsticker-start, newsticker-show-news):
10026 Add autoload cookies.
10027
10028 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10029
10030 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10031
10032 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10033
10034 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10035
10036 2005-10-10 Jay Belanger <belanger@truman.edu>
10037
10038 * calc/calc-arith.el (math-check-known-scalarp)
10039 (math-check-known-matrixp): Check the values of arguments that are
10040 variables.
10041 (math-check-known-square-matrixp): New function.
10042 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10043 (math-super-types): Add sqmatrix type.
10044
10045 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10046 mode name `square' to `sqmatrix'.
10047
10048 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10049 mode name `square' to `sqmatrix'.
10050
10051 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * progmodes/etags.el (select-tags-table-mode): Don't use
10054 selective-display.
10055 (tags-select-tags-table): Pass `button' to the action function.
10056 (select-tags-table): Place the side-info on button properties rather
10057 than in hidden text. Abbreviate file names.
10058 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10059 (select-tags-table-select): Add `button' argument.
10060 Get side-info from the button property rather than from hidden text.
10061
10062 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10063
10064 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10065 (gud-speedbar-buttons): Preserve point if possible.
10066 (gud-sentinel): Restore previous speedbar display type.
10067
10068 * progmodes/gdb-ui.el (gdba): Improve diagram.
10069 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10070 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10071 Call get-buffer-window once.
10072
10073 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10076 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10077 (pascal-indent-command): Remove unused var `ind'.
10078 (pascal-indent-case): Remove unused var `oldpos'.
10079 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10080 since it's now used as a proper minor mode map.
10081 (pascal-outline): Rename to pascal-outline-mode.
10082 (pascal-outline-mode): Use define-minor-mode.
10083 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10084 selective-display.
10085
10086 2005-10-10 Andreas Schwab <schwab@suse.de>
10087
10088 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10089 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10090
10091 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10092 outside source directory.
10093
10094 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10095
10096 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10097 C-x' as a prefix.
10098 (orgtbl-mode-map): Full keymap instead of sparse, because all
10099 `self-insert-command' keys are redefined in this map.
10100 (org-export-as-html): Specify charset for HTML file, by taking it
10101 from the coding system.
10102
10103 2005-10-10 Kenichi Handa <handa@m17n.org>
10104
10105 * textmodes/flyspell.el (flyspell-check-word-p):
10106 If unread-command-events is non-empty, don't call sit-for.
10107
10108 2005-10-09 Richard M. Stallman <rms@gnu.org>
10109
10110 * font-lock.el (font-lock-syntactic-keywords)
10111 (font-lock-keywords): Doc fixes.
10112
10113 * textmodes/flyspell.el (flyspell-external-point-words):
10114 Simplify logic, and don't try to check for consecutive appearances
10115 of one incorrect word.
10116
10117 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10118
10119 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10120 separator.
10121
10122 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10123 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10124 (gud-expansion-speedbar-buttons): New function.
10125 (gud-speedbar-buttons): Check for gud-comint-buffer.
10126
10127 2005-10-09 Bill Wohler <wohler@newt.com>
10128
10129 * Makefile.in (updates): Add mh-loaddefs dependency.
10130
10131 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10132
10133 * speedbar.el (speedbar-file-key-map): Fix typo.
10134
10135 2005-10-09 Daniel Brockman <daniel@brockman.se>
10136
10137 * cus-start.el (line-spacing): Add custom spec.
10138
10139 2005-10-09 Romain Francoise <romain@orebokech.com>
10140
10141 * textmodes/ispell.el (ispell-check-version): Fix last change.
10142
10143 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10144
10145 * term/x-win.el: Remove -i, --icon-type from comment.
10146
10147 * startup.el (command-line-x-option-alist): Remove options -i,
10148 -itype, --icon-type, added -nb, --no-bitmap-icon
10149
10150 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10151
10152 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10153 instead of :active.
10154
10155 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10156
10157 * textmodes/ispell.el (ispell-check-version):
10158 Ignore hyphen, and all that follows, in aspell's version text.
10159
10160 2005-10-08 Jay Belanger <belanger@truman.edu>
10161
10162 * calc/calc-arith.el (math-known-square-matrixp): New function.
10163 (math-pow-fancy): Check for matrices before distributing exponent
10164 across products.
10165
10166 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10167 fullscreen keypad. Suggested by Luc Teirlinck.
10168 (calc-keypad-show-input): Add space for formatting.
10169
10170 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10171 Add square matrix option.
10172
10173 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10174 of checking calc-matrix-mode when deciding how to expand.
10175
10176 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10177
10178 2005-10-08 Lars Hansen <larsh@soem.dk>
10179
10180 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10181 Add error handling.
10182 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10183
10184 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10185
10186 Sync with Tramp 2.0.51.
10187
10188 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10189 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10190 Insert special handling for `last-coding-system-used', again
10191 it still seems to be necessary (unlike stated before).
10192 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10193 (tramp-password-prompt-regexp): There might be other words before
10194 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10195 (tramp-chunksize): Improve docstring.
10196 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10197 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10198 Christian Joergensen <bugs@razor.dk>.
10199
10200 2005-10-07 Glenn Morris <rgm@gnu.org>
10201
10202 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10203 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10204 precision'.
10205
10206 2005-10-07 Romain Francoise <romain@orebokech.com>
10207
10208 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10209 (ibuffer-do-shell-command-pipe-replace)
10210 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10211 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10212 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10213 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10214 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10215 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10216 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10217 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10218 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10219 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10220 Autoload file sans suffix.
10221
10222 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10223
10224 2005-10-07 David Ponce <david@dponce.com>
10225
10226 * recentf.el (recentf-menu-open-all-flag): New option.
10227 (recentf-digit-shortcut-command-name): New function.
10228 (recentf--shortcuts-keymap): New variable.
10229 (recentf-menu-shortcuts): New variable.
10230 (recentf-make-menu-items): Initialize it. Replace the "More..."
10231 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10232 (recentf-menu-value-shortcut): New function.
10233 (recentf-make-menu-item): Use it. No more in-lined.
10234 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10235 (recentf-open-most-recent-file): Rename from
10236 `recentf-open-file-with-key'. Don't depend on key binding.
10237 (recentf-mode-map): New variable.
10238 (recentf-mode): Use it.
10239
10240 2005-10-06 Bill Wohler <wohler@newt.com>
10241
10242 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10243
10244 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10245 (MH-E-SRC): New. Used by mh-autoloads.
10246 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10247 files in MH-E-SRC have been updated.
10248 (compile, recompile, bootstrap): Depend on mh-autoloads.
10249
10250 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10251
10252 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10253 gud-break and gud-remove icons when the fringe is not available.
10254
10255 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10256 Typo.
10257
10258 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10259
10260 * play/zone.el (zone): Wrap body with save-window-excursion.
10261
10262 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10265 Use the new `list-only' arg to diary-list-entries.
10266
10267 * calendar/diary-lib.el: Use overlays rather than selective-display.
10268 (diary-selective-display): New var.
10269 (diary-header-line-format): Use it.
10270 (diary-list-entries): Add argument `list-only'.
10271 Put the buffer in diary-mode. Don't add \^M at beg and end.
10272 Replace \^M by invisible overlays.
10273 (diary-unhide-everything): Replace \^M by invisible overlays.
10274 (print-diary-entries): Look for overlays rather than \^M.
10275 Add a space to the temp buffer name.
10276 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10277 Put the buffer in diary-mode.
10278 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10279 (diary-anniversary): Make the year arg optional.
10280 (diary-time-regexp): New const.
10281 (diary-font-lock-keywords): Use it to accept a few more time formats.
10282
10283 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10284
10285 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10286
10287 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10288 Fix bug introduced 2005-07-03: Use (car (last ...))
10289 to faithfully reproduce replaced artist-last.
10290 (artist-set-arrow-points-for-poly): Likewise.
10291 Suggested by Johan Bockg\e,Ae\e(Brd.
10292
10293 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10294
10295 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10296 * wid-edit.el (widget):
10297 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10298 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10299
10300 2005-10-06 Kenichi Handa <handa@m17n.org>
10301
10302 * international/mule-cmds.el (set-language-environment):
10303 Fix setting up of case-table for unibyte mode.
10304
10305 * simple.el (what-cursor-position): If the character is displayed
10306 by some `display' text property, show that. Don't use
10307 single-key-description for eight-bit characters in multibyte mode.
10308
10309 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10310
10311 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10312 (gdb-ann3): Set it.
10313 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10314 (gdb-info-frames-custom): Use inverse-video for first five
10315 characters of selected frame only.
10316 (gdb-get-frame-number): Select frame even when point is on frame
10317 number.
10318
10319 2005-10-06 Masatake YAMATO <jet@gyve.org>
10320
10321 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10322 Put `font-lock-function-name-face'.
10323 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10324 and `font-lock-variable-name-face'
10325 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10326 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10327 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10328 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10329 (gdb-local-font-lock-keywords): New font lock keywords definition.
10330 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10331 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10332 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10333
10334 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10335
10336 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10337 (ediff-merge-region-is-non-clash-to-skip): Previously called
10338 ediff-merge-region-is-non-clash.
10339
10340 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10341 Use insert-buffer-substring.
10342
10343 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10344 selecting files to patch. Also bug fixes.
10345
10346 * ediff-util.el (ediff-setup): Bug fix.
10347 (ediff-next-difference): Never skip clashes that differ in white
10348 space only.
10349
10350 * ediff-wind.el (ediff-setup-control-frame)
10351 (ediff-destroy-control-frame): Check the menubar feature.
10352
10353 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10354 (viper-refresh-mode-line): Use make-local-variable to localize
10355 some vars instead of make-variable-buffer-local. Suggested by
10356 Stefan Monnier.
10357
10358 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10359 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10360 Use make-local-variable instead of make-variable-buffer-local.
10361 Suggested by Stefan Monnier.
10362
10363 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10364 (viper-comint-mode-hook): Use make-local-variable on
10365 require-final-newline.
10366 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10367
10368 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10371 also the second char of a comment-start sequence.
10372 (scheme-sexp-comment-syntax-table): New var.
10373 (lambda, define): Set their scheme-doc-string-elt property.
10374 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10375 Use lisp-font-lock-syntactic-face-function now that it properly
10376 handles |...| symbols.
10377 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10378 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10379
10380 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10381 bit from # to |.
10382 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10383
10384 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10385 (lisp-doc-string-elt-property): New var.
10386 (lisp-font-lock-syntactic-face-function): Use it.
10387 Rewrite to recognize docstrings even for forms not at toplevel.
10388
10389 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10390 annotation on the | part of #| rather than on the # part.
10391 (scheme-font-lock-syntactic-face-function): New function, to
10392 distinguish strings from |...| symbols.
10393 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10394 syntax-table so that #|...|# is properly highlighted.
10395
10396 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10397 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10398
10399 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10402 and C-e.
10403
10404 * emacs-lisp/eldoc.el: Move comments into docstrings.
10405 (eldoc-message-commands): Initialize in its declaration.
10406 Add move-beginning-of-line and move-end-of-line.
10407 (eldoc-add-command, eldoc-add-command-completions)
10408 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10409
10410 * outline.el (outline-mark-subtree): Activate the mark.
10411
10412 * calendar/appt.el (appt-time-regexp): New var.
10413 (appt-add, appt-make-list): Use it.
10414 (appt-convert-time): Clean up.
10415
10416 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10417 Don't set any syntax-table property here.
10418 (tex-font-lock-verb): New function. Do it here.
10419 (tex-font-lock-syntactic-keywords): Use it.
10420
10421 2005-10-04 Richard M. Stallman <rms@gnu.org>
10422
10423 * wid-edit.el (widget-file-complete): Get the widget start point
10424 the right way. Default directory to `/' if file has none.
10425
10426 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10427
10428 * textmodes/flyspell.el (flyspell-mode-on):
10429 Call ispell-maybe-find-aspell-dictionaries.
10430
10431 * textmodes/ispell.el (ispell-word, ispell-region):
10432 Call ispell-maybe-find-aspell-dictionaries.
10433 (ispell-accept-buffer-local-defs):
10434 Don't call ispell-maybe-find-aspell-dictionaries
10435
10436 2005-10-04 Richard M. Stallman <rms@gnu.org>
10437
10438 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10439
10440 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10441
10442 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10443 instead of `fboundp' in order to allow for anonymous functions.
10444
10445 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10448 case the user clicks on the link while another window is selected.
10449 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10450
10451 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10452 functionality.
10453 (dframe-help-echo): Save point in case mouse tracking is off.
10454
10455 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10456
10457 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10458
10459 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10462 not change the global value of those vars.
10463
10464 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10465 make-local-variable which we do not need any more.
10466
10467 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10470 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10471 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10472 (speedbar-path-line): Define obsolete aliases.
10473 (speedbar-line-directory): Doc fix.
10474
10475 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10476 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10477 instead of speedbar-line-path.
10478
10479 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10480
10481 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10482 to nil if dropping on a window. Handle dropping on a minibuffer window
10483 like dropping on a non-window part of Emacs.
10484
10485 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * net/ange-ftp.el: Use with-current-buffer.
10488 (ange-ftp-insert-directory): Do not follow symlinks any more.
10489
10490 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10491 Remove interactive spec.
10492
10493 2005-10-03 Kim F. Storm <storm@cua.dk>
10494
10495 * ido.el (ido-mode): Use custom-initialize-set.
10496
10497 2005-10-02 Richard M. Stallman <rms@gnu.org>
10498
10499 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10500 Use insert-buffer-substring.
10501
10502 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10503 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10504
10505 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10508 in last change.
10509 (ange-ftp-insert-directory): Fix up the search for the case where
10510 `file' is absolute.
10511
10512 2005-10-02 Romain Francoise <romain@orebokech.com>
10513
10514 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10515
10516 2005-10-02 Andreas Schwab <schwab@suse.de>
10517
10518 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10519 directory component in the session info.
10520
10521 2005-10-01 Richard M. Stallman <rms@gnu.org>
10522
10523 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10524
10525 * simple.el (next-error-internal): New function.
10526
10527 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10528 (compilation-start): Pass new arg to compilation-buffer-name.
10529 (compile-goto-error): Use next-error-internal.
10530
10531 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * speedbar.el: Remove RCS tag.
10534 (speedbar-check-read-only): Handle non-existent files.
10535
10536 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10537
10538 * info.el (Info-speedbar-hierarchy-buttons)
10539 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10540
10541 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10542
10543 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10544 Do not match newline.
10545 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10546 (bibtex-summary): Remove unnecessary save-excursion.
10547 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10548
10549 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10550
10551 * term/mac-win.el: Add charset info for "iso10646-1".
10552 Modify default fontset to use ATSUI-compatible fonts for some charsets
10553 if available.
10554
10555 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * speedbar.el: Re-apply arch tag.
10558 (speedbar-version): Rename to version 1.0. Suggested by Eric
10559 M. Ludlam.
10560 Reapply two changes from Emacs CVS' version of speedbar lost
10561 during the merge:
10562 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10563 (speedbar-frame-parameters): Improve customize type.
10564
10565 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10568 (ange-ftp-file-directory-p): Fix the symlink case.
10569 (ange-ftp-insert-directory): When listing a single file, get a list of
10570 the parent buffer and extract the relevant line. Inspired from a patch
10571 by Katsumi Yamaoka <yamaoka@jpl.org>.
10572 (ange-ftp-file-name-sans-versions): Simplify.
10573
10574 2005-09-30 Bill Wohler <wohler@newt.com>
10575
10576 Move MH-E image files from toolbar and mail directories into
10577 etc/images.
10578
10579 * mail/reply2.*: Move to etc/images/mail/reply*.
10580
10581 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10582 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10583 etc/images.
10584
10585 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10586 * toolbar/reply*: Move to etc/images/mail.
10587
10588 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10589
10590 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10591
10592 * speedbar.el: New version 1.0pre3.
10593
10594 Frame management code (including timer, and mouse click specifics)
10595 moved to dframe.el:
10596 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10597 (speedbar-timer): Removed. Use dframe-timer.
10598 (speedbar-close-frame): Removed. Use dframe-close-frame.
10599 (speedbar-activity-change-focus-flag): Removed. Use
10600 dframe-activity-change-focus-flag.
10601 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10602 dframe-update-speed.
10603
10604 (speedbar-current-frame): New macro. Use this instead of the
10605 variable speedbar-frame.
10606
10607 (speedbar-use-images, speedbar-expand-image-button-alist)
10608 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10609
10610 (speedbar-find-image-on-load-path): Removed. Replaced by
10611 defezimage in ezimage.el.
10612 (speedbar-expand-image-button-alist): Removed. Replaced by
10613 ezimage-expand-image-button-alist in ezimage.el.
10614
10615 (speedbar-ignored-directory-regexp)
10616 (speedbar-add-ignored-directory-regexp)
10617 (speedbar-ignored-directory-expressions)
10618 (speedbar-line-directory, speedbar-buffers-line-directory)
10619 (speedbar-directory-line, speedbar-buffers-line-directory):
10620 Renamed, replacing `path' with `directory'.
10621
10622 (speedbar-create-directory, speedbar-expand-line-descendants)
10623 (speedbar-toggle-line-expansion)
10624 (speedbar-contract-line-descendants): New commands.
10625
10626 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10627 (speedbar-use-tool-tips-flag): New options.
10628
10629 (speedbar-check-read-only, speedbar-require-version)
10630 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10631 (speedbar-handle-delete-frame, speedbar-try-completion)
10632 (speedbar-update-localized-contents): New functions.
10633
10634 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10635 (speedbar-object-read-only-indicator): New variables.
10636
10637 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10638 New hooks.
10639
10640 (speedbar-separator-face): New face.
10641
10642 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10643 (speedbar-ignored-modes): Add fundamental-mode.
10644 (speedbar-directory-unshown-regexp): Add . directories.
10645
10646 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10647 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10648 `]' for full expand/close.
10649 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10650
10651 (speedbar-check-vc): Support hidden files.
10652 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10653 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10654 state is nil, it is not checked out.
10655
10656 (speedbar-line-text, speedbar-line-token): Support expand buttons
10657 with no text.
10658 (speedbar-refresh): Universal argument acts as power-click.
10659 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10660 that buffer to get variable values.
10661
10662 And many other bugfixes.
10663
10664 * dframe.el, ezimage.el, sb-image.el: New files.
10665
10666 * sb-*.xpm: Remove files. New image files installed into
10667 etc/images/ezimage.
10668
10669 2005-09-30 Kenichi Handa <handa@m17n.org>
10670
10671 * ps-mule.el (ps-mule-show-warning): If a character is in
10672 ps-print-translation-table, don't treat it as non-printable.
10673
10674 2005-09-30 David Ponce <david@dponce.com>
10675
10676 * tree-widget.el (tree-widget-themes-load-path): New variable.
10677 (tree-widget-themes-directory): Doc fix.
10678 (tree-widget-image-formats) [Emacs]: Doc fix.
10679 (tree-widget--locate-sub-directory): New function.
10680 (tree-widget-themes-directory): Use it.
10681
10682 * recentf.el (recentf-filename-handlers): Rename from
10683 `recentf-filename-handler'. Allow a list of functions.
10684 (recentf-menu-items-for-commands): Fix :help strings.
10685 (recentf-apply-filename-handlers): New function.
10686 (recentf-expand-file-name): Use it.
10687 (recentf-cleanup): Remove duplicates too.
10688
10689 2005-09-29 Juri Linkov <juri@jurta.org>
10690
10691 * faces.el: Rearrange face definitions to be in the same order as
10692 their face descriptions in "(emacs)Standard Faces".
10693
10694 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10695
10696 * tooltip.el (tooltip): Add group `basic-faces'.
10697
10698 * buff-menu.el (Buffer-menu-buffer): Remove group
10699 `font-lock-highlighting-faces'.
10700
10701 * progmodes/compile.el (compilation-error, compilation-warning)
10702 (compilation-info, compilation-line-number, compilation-column-number):
10703 Change group from `font-lock-highlighting-faces' to `compilation'.
10704
10705 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10706 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10707 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10708 (vhdl-font-lock-reserved-words-face)
10709 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10710 `font-lock-highlighting-faces'.
10711
10712 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10713
10714 2005-09-28 Kim F. Storm <storm@cua.dk>
10715
10716 * emulation/cua-base.el: Set CUA move property on additional commands:
10717 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10718 forward-sexp, backward-sexp, forward-list, backward-list.
10719
10720 2005-09-28 Romain Francoise <romain@orebokech.com>
10721
10722 * comint.el (comint-show-output): Really set point at the
10723 beginning of the output when not using `comint-use-prompt-regexp'.
10724
10725 2005-09-27 Jay Belanger <belanger@truman.edu>
10726
10727 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10728 in TeX mode.
10729
10730 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * textmodes/org.el (org-table-sum): Fix format string.
10733
10734 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10735 Quote face names.
10736
10737 2005-09-26 Romain Francoise <romain@orebokech.com>
10738
10739 * isearch.el (isearch-forward-regexp): Close doc string.
10740
10741 2005-09-25 Richard M. Stallman <rms@gnu.org>
10742
10743 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10744
10745 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10746
10747 * progmodes/compile.el (compilation-error-properties):
10748 When getting the file from the previous error message,
10749 correctly decode the new data format.
10750
10751 * progmodes/cc-cmds.el (c-electric-paren):
10752 Call old-blink-paren only for close-paren.
10753
10754 2005-09-24 Andreas Schwab <schwab@suse.de>
10755
10756 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10757 condition.
10758
10759 2005-09-25 Romain Francoise <romain@orebokech.com>
10760
10761 * dired-aux.el (dired-copy-file-recursive):
10762 * dired.el (dired-delete-file):
10763 * ediff-mult.el (ediff-dir-diff-copy-file):
10764 * ediff-util.el (ediff-test-save-region):
10765 * forms.el (forms-mode):
10766 * ido.el (ido-file-internal, ido-delete-file-at-head):
10767 * log-edit.el (log-edit-done):
10768 * ses.el (ses-yank-resize):
10769 * play/gomoku.el (gomoku-human-plays, gomoku)
10770 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10771 (gomoku-offer-a-draw):
10772 * play/landmark.el (lm-human-resigns, lm):
10773 * net/eudcb-ldap.el (eudc-ldap-check-base):
10774 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10775 * progmodes/ebrowse.el (ebrowse-find-pattern):
10776 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10777 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10778 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10779
10780 * vc.el (vc-delete-file):
10781 * play/gomoku.el (gomoku-terminate-game, gomoku)
10782 (gomoku-prompt-for-move, gomoku-human-takes-back):
10783 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10784 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10785
10786 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10787
10788 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10789 color rxvt terminals by using the code xterm.el used to use before
10790 2005-04-09 in order to match the colors used by rxvt.
10791
10792 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10793
10794 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10795 colors rxvt-unicode terminals by using the same code as xterm.el.
10796
10797 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10800 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10801 new symbol used for the tex-verbatim face.
10802
10803 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10804
10805 * woman.el (woman-file-name):
10806 * wid-edit.el (widget-file-prompt-value)
10807 (widget-coding-system-prompt-value):
10808 * w32-fns.el (set-w32-system-coding-system):
10809 * vc.el (vc-version-diff, vc-annotate):
10810 * textmodes/reftex-auc.el (reftex-arg-cite)
10811 (reftex-arg-index-tag):
10812 * textmodes/refer.el (refer-get-bib-files):
10813 * textmodes/artist.el (artist-figlet-choose-font):
10814 * terminal.el (terminal-emulator):
10815 * replace.el (occur-read-primary-args):
10816 * rect.el (string-rectangle, string-insert-rectangle):
10817 * ps-print.el (ps-print-preprint):
10818 * progmodes/pascal.el (pascal-goto-defun):
10819 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10820 * progmodes/compile.el (compilation-find-file):
10821 * printing.el (pr-interactive-n-up):
10822 * play/animate.el (animate-birthday-present):
10823 * net/rcompile.el (remote-compile):
10824 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10825 * mail/rmailsum.el (rmail-summary-search-backward)
10826 (rmail-summary-search):
10827 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10828 (rmail-output-read-file-name):
10829 * mail/rmail.el (rmail-search, rmail-search-backwards):
10830 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10831 * locate.el (locate):
10832 * international/quail.el (quail-show-keyboard-layout):
10833 * international/mule.el (set-buffer-file-coding-system)
10834 (revert-buffer-with-coding-system, set-file-name-coding-system)
10835 (set-terminal-coding-system, set-keyboard-coding-system)
10836 (set-next-selection-coding-system):
10837 * international/mule-diag.el (describe-coding-system)
10838 (describe-font, describe-fontset):
10839 * international/mule-cmds.el (universal-coding-system-argument)
10840 (search-unencodable-char, describe-input-method)
10841 (set-language-environment, describe-language-environment):
10842 * international/codepage.el (codepage-setup):
10843 * international/code-pages.el (codepage-setup):
10844 * info.el (Info-search, Info-follow-reference)
10845 (Info-search-backward):
10846 * emacs-lisp/advice.el (ad-read-advised-function)
10847 (ad-read-advice-class, ad-clear-cache, ad-activate)
10848 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10849 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10850 (ad-read-regexp):
10851 * ediff-util.el (ediff-toggle-regexp-match):
10852 * ediff-ptch.el (ediff-prompt-for-patch-file):
10853 * dired-aux.el (dired-diff):
10854 * diff.el (diff):
10855 * cus-edit.el (custom-variable-prompt):
10856 * calendar/timeclock.el (timeclock-ask-for-project):
10857 * calc/calcalg3.el (calc-get-fit-variables):
10858 * calc/calc-store.el (calc-edit-variable)
10859 (calc-permanent-variable):
10860 * vc-mcvs.el (vc-mcvs-register):
10861 * shadowfile.el (shadow-define-literal-group):
10862 * woman.el (woman-file-name):
10863 * vc.el (vc-version-diff, vc-merge):
10864 * textmodes/reftex-index.el (reftex-index-complete-tag):
10865 * format.el (format-decode-buffer, format-decode-region):
10866 * emulation/viper-cmd.el (viper-read-string-with-history):
10867 * emacs-lisp/debug.el (cancel-debug-on-entry):
10868 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10869 * ediff.el (ediff-merge-revisions)
10870 (ediff-merge-revisions-with-ancestor, ediff-revision):
10871 * completion.el (interactive-completion-string-reader):
10872 * calc/calc-prog.el (calc-user-define-formula):
10873 Follow convention for reading with the minibuffer.
10874
10875 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10876
10877 * progmodes/python.el (python-describe-symbol): Add globals() and
10878 locals() to the arguments of emacs.ehelp.
10879
10880 2005-09-24 Magnus Henoch <mange@freemail.hu>
10881
10882 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10883 New function, code extracted from ispell-valid-dictionary-list.
10884 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10885 Call it.
10886
10887 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10888
10889 * subr.el (version-regexp-alist): Extend valid syntax for version
10890 strings: allow any of the characters -,_,+ to separate the
10891 alpha/beta/rc part from the version part. Doc fix.
10892 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10893
10894 2005-09-23 David Reitter <david.reitter@gmail.com>
10895
10896 * mail/mailclient.el: New file.
10897
10898 2005-09-23 Richard M. Stallman <rms@gnu.org>
10899
10900 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10901 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10902 Doc fixes.
10903
10904 * progmodes/cc-mode.el (c-font-lock-init):
10905 Specify font-lock-lines-before.
10906
10907 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10910 whole conflict.
10911
10912 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10913
10914 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10915 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10916 of `remap' feature when available. Additional key bindings for
10917 better tty support.
10918 (org-mode-restart, org-force-self-insert): New commands.
10919 (org-time-stamp-inactive): New command.
10920 (org-remap): New function.
10921 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10922 (org-enable-fixed-width-editor): Move to `org-structure'
10923 customization group.
10924 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10925 blank field after field motion commands.
10926
10927 2005-09-23 Kenichi Handa <handa@m17n.org>
10928
10929 * international/mule-cmds.el (set-language-environment):
10930 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10931 have to call utf-translate-cjk-load-tables.
10932
10933 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * mouse.el (mouse-move-drag-overlay): Fix last change.
10936
10937 2005-09-22 David Ponce <david@dponce.com>
10938
10939 * tree-widget.el (tree-widget-value-create): Fix previous change.
10940
10941 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10942
10943 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10944
10945 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * mouse.el (mouse-move-drag-overlay): New function.
10948 (mouse-drag-region-1): Use it.
10949 Try to simplify a bit the state handling. Handle clicks on links
10950 inside intangible areas.
10951 (mouse-save-then-kill): Minor simplification.
10952 (mouse-secondary-overlay): Make it always non-nil instead of
10953 recreating it each time.
10954 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10955 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10956 Simplify accordingly.
10957
10958 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10959
10960 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10961
10962 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10963
10964 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10965 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10966 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10967 to patch.
10968
10969 * ediff-util.el: Use insert-buffer-substring.
10970
10971 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10972
10973 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10974 field boundaries in the minibuffer.
10975 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10976 (viper-minibuffer-post-command-hook): New hook.
10977 (viper-line): Don't move cursor at bolp.
10978
10979 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10980
10981 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10982 avoid compiler warnings.
10983
10984 * emulation/viper-macs.el (ex-map): Better messages.
10985
10986 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10987
10988 * emulation/viper.el: Replace make-variable-buffer-local with
10989 viper-make-variable-buffer-local everywhere, to avoid warnings.
10990
10991 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10994 Delete unused var `old-selected-window'.
10995 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10996 (mouse-drag-secondary): Delete unused var `start-frame'.
10997
10998 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10999
11000 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11001
11002 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11005 Re-indent within 80 columns. Use inhibit-read-only.
11006
11007 2005-09-19 Romain Francoise <romain@orebokech.com>
11008
11009 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11010
11011 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11014 unconditionally, since the after-change-function already did it.
11015
11016 2005-09-19 Miles Bader <miles@gnu.org>
11017
11018 * net/newsticker.el: Get rid of CVS keyword.
11019
11020 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11021
11022 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11023 The prompt is formatted later.
11024
11025 2005-09-19 David Ponce <david@dponce.com>
11026
11027 * tree-widget.el (tree-widget-value-create): Save the converted
11028 tree :node widget.
11029
11030 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11031
11032 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11033 variable `message'.
11034
11035 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11036
11037 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11038 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11039 <slawomir.nowaczyk.847@student.lu.se>.
11040
11041 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11042
11043 * image.el (image-load-path): Use symbol `data-directory' instead
11044 of its value, for backward compatibility with packages that bind
11045 it during `find-image'. Suggested by Katsumi Yamaoka.
11046 (image-search-load-path): Handle symbols whose values are strings.
11047
11048 2005-09-18 Romain Francoise <romain@orebokech.com>
11049
11050 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11051 with-current-buffer form in save-excursion.
11052
11053 2005-09-18 D Goel <deego@gnufans.org>
11054
11055 * apropos.el (apropos-command): Fix `message' call: first arg
11056 should be a format spec. In this and all other cases that appear
11057 below and elsewhere in the source code, I made a change only when
11058 two conditions were satisfied: [1] I can think of a possibility
11059 that the arguments would cause an error, for example, the code in
11060 question relies on external variables such as filenames. [2] I
11061 was sure that the arg to `message' could not have been nil in the code.
11062
11063 * textmodes/tildify.el (tildify-region): Ditto.
11064
11065 * textmodes/reftex-index.el (reftex-index-change-entry)
11066 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11067 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11068 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11069 (org-priority, org-table-sum):
11070 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11071 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11072 (flyspell-word, flyspell-display-next-corrections):
11073 * textmodes/bibtex.el (bibtex-print-help-message):
11074 * textmodes/artist.el (artist-key-set-point-poly):
11075 * term/mac-win.el (mac-services-insert-text):
11076 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11077 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11078 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11079 (vhdl-compose-configuration):
11080 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11081 (sh-set-indent, sh-learn-line-indent):
11082 * progmodes/ps-mode.el (ps-mode-target-column):
11083 * progmodes/idlwave.el (idlwave-make-tags)
11084 (idlwave-scan-library-catalogs):
11085 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11086 * progmodes/gud.el (gud-jdb-analyze-source):
11087 * progmodes/flymake.el (flymake-log):
11088 * progmodes/ebnf2ps.el (ebnf-generate-region):
11089 * progmodes/cmacexp.el (c-macro-expansion):
11090 * progmodes/ada-xref.el (ada-treat-cmd-string):
11091 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11092 (ada-justified-indent-current, ada-batch-reformat):
11093 * play/zone.el (zone):
11094 * play/landmark.el (lm-move):
11095 * play/decipher.el (decipher-show-alphabet):
11096 * net/newsticker.el (newsticker--display-jump)
11097 (newsticker--display-scroll):
11098 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11099 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11100 * mail/feedmail.el (feedmail-dump-message-to-queue):
11101 * eshell/esh-proc.el (eshell-remove-process-entry):
11102 * emulation/ws-mode.el (ws-last-error):
11103 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11104 (viper-record-kbd-macro):
11105 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11106 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11107 * emacs-lisp/find-func.el (find-function-noselect):
11108 * calendar/timeclock.el (timeclock-status-string)
11109 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11110 (timeclock-when-to-leave-string):
11111 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11112 * calc/calc-units.el (calc-enter-units-table):
11113 * calc/calc-mode.el (calc-mode-record-mode):
11114 * woman.el (woman-mini-help):
11115 * wdired.el (wdired-change-to-wdired-mode):
11116 * vc.el (vc-retrieve-snapshot):
11117 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11118 * startup.el (display-startup-echo-area-message):
11119 * simple.el (set-goal-column):
11120 * ses.el (ses-command-hook, ses-recalculate-cell):
11121 * server.el (server-process-filter):
11122 * printing.el (pr-interface-txt-print, pr-interface-printify)
11123 (pr-interface-ps):
11124 * pcvs.el (cvs-help):
11125 * log-edit.el (log-edit, log-edit-mode-help):
11126 * iswitchb.el (iswitchb-possible-new-buffer):
11127 * isearch.el (isearch-edit-string):
11128 * image-mode.el (image-mode, image-minor-mode):
11129 * ibuf-macs.el (define-ibuffer-filter):
11130 * hi-lock.el (hi-lock-find-patterns):
11131 * files.el (toggle-read-only):
11132 * ediff-util.el (ediff-copy-diff)
11133 (ediff-write-merge-buffer-and-maybe-kill):
11134 * echistory.el (Electric-history-undefined):
11135 * dnd.el (dnd-insert-text):
11136 * dired-aux.el (dired-query):
11137 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11138 * bookmark.el (bookmark-bmenu-locate):
11139 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11140 Fix `message' calls to ensure first arg is a format string.
11141 The change was made only when these two conditions were satisfied:
11142 [1] when there is a possibility that the arguments would cause an error
11143 for example, if the code in question relies on external variables
11144 such as filenames, and
11145 [2] if the arg to `message' could not have been nil in the code.
11146
11147 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11148 Not having a %s would be weird, though not technically wrong.
11149
11150 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11151
11152 * term/mac-win.el (mac-add-charset-info): Doc fix.
11153
11154 2005-09-17 Romain Francoise <romain@orebokech.com>
11155
11156 * shell.el (shell-resync-dirs): Handle echoing processes more
11157 reliably. Don't insert resync command if `comint-process-echoes'
11158 is non-nil.
11159
11160 2005-09-17 Magnus Henoch <mange@freemail.hu>
11161
11162 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11163 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11164 aspell versions >= 0.60.
11165 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11166 only if ispell-aspell-supports-utf8 is non-nil.
11167
11168 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11169
11170 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11171 buffer-local value to lisp-indent-function.
11172
11173 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11174
11175 * progmodes/glasses.el (glasses-make-readable): If
11176 glasses-separator differs from underscore, put appropriate
11177 overlays over underscore characters.
11178 (glasses-convert-to-unreadable): If glasses-separator differs from
11179 underscore, try to convert glasses-separator characters to
11180 underscores.
11181
11182 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11185 Use with-syntax-table and dolist.
11186
11187 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11188
11189 * textmodes/reftex-auc.el:
11190 * textmodes/reftex-cite.el:
11191 * textmodes/reftex-dcr.el:
11192 * textmodes/reftex-global.el:
11193 * textmodes/reftex-parse.el:
11194 * textmodes/reftex-ref.el:
11195 * textmodes/reftex-sel.el:
11196 * textmodes/reftex-toc.el:
11197 * textmodes/reftex-vars.el:
11198 * textmodes/reftex.el: Small changes to remove compiler warnings.
11199
11200 * textmodes/reftex-index.el: Likewise.
11201 (reftex-query-index-phrase): More efficient use of markers.
11202
11203 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11204
11205 * image.el (image-load-path): New variable.
11206 (image-search-load-path): New function.
11207 (find-image): Search for images in `image-load-path'.
11208
11209 2005-09-15 Richard M. Stallman <rms@gnu.org>
11210
11211 * follow.el: Change Maintainer field.
11212
11213 2005-09-15 David Ponce <david@dponce.com>
11214
11215 * recentf.el (recentf-save-file-modes): New option.
11216 (recentf-save-list): Use it.
11217
11218 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11219
11220 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11221 (mode-line-mule-info, mode-line-modified): Move bindings from
11222 mouse-3 to mouse-1.
11223
11224 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11225
11226 * simple.el (sendmail-user-agent-compose): Revert last change.
11227
11228 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11231 Use with-current-buffer.
11232 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11233 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11234 (ange-ftp-insert-directory): Remove unused var `short'.
11235 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11236
11237 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11238 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11239
11240 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11241 (check-calendar-holidays, diary-list-entries): Autoload.
11242 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11243 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11244
11245 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11246 which mistakenly removed a call to display-buffer.
11247
11248 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11249
11250 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11251
11252 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11253
11254 * progmodes/hideshow.el
11255 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11256 (hs-allow-nesting): New user var.
11257 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11258 (hs-hide-block-at-point): When nesting allowed,
11259 if there is already an overlay in place, delete it.
11260 (hs-safety-is-job-n): Delete func; remove call sites.
11261 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11262 (hs-overlay-at): New func.
11263 (hs-already-hidden-p, hs-show-block): Use it.
11264 (hs-hide-all): Don't pre-clean if nesting allowed.
11265 (hs-show-all): Temporarily disallow
11266 nesting around call to `hs-discard-overlays'.
11267
11268 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11271 Delete unused local var.
11272
11273 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11274
11275 * help-fns.el (describe-categories): "?\ " -> "?\s".
11276 (help-do-arg-highlight): Recognize also ARG-n, as in
11277 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11278
11279 * international/codepage.el (dos-unsupported-char-glyph):
11280 * net/newsticker.el (tool-bar-map, w3-mode-map)
11281 (w3m-minor-mode-map):
11282 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11283 (ent-alist):
11284 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11285
11286 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11287
11288 * custom.el (custom-push-theme): Handle the case where a symbol is
11289 bound but face properties have not yet been assigned.
11290
11291 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11292 Fix behavior if noerase is `t' and there is no mail buffer.
11293
11294 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11295 if `continue' is nil, rather than signal an error.
11296
11297 2005-09-12 Richard M. Stallman <rms@gnu.org>
11298
11299 * font-lock.el (font-lock-keywords): Add autoload.
11300
11301 * help-fns.el (describe-variable): Rearrange to put source link
11302 in a predictable place.
11303
11304 * net/newsticker.el: New file.
11305
11306 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11309 (calendar-basic-setup): Use the new nil arg.
11310 (number-of-diary-entries): Move to diary-lib.el.
11311
11312 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11313 (diary-list-entries): Use with-syntax-table and dolist.
11314 Rename from list-diary-entries.
11315 Use number-of-diary-entries if `number' is nil.
11316 (diary, diary-view-entries): Use this new name and new nil arg value.
11317 (number-of-diary-entries): Move from calendar.el.
11318 (diary-unhide-everything): New function.
11319 (include-other-diary-files, fancy-diary-display)
11320 (diary-show-all-entries, make-diary-entry): Use it.
11321 (diary-mail-entries): Use buffer-string.
11322 (mark-diary-entries): Fix long standing paren typo.
11323 (diary-sexp-entry): Use count-lines.
11324 (make-diary-entry): Avoid `previous-line'.
11325 (diary-mode-map): New var.
11326 (diary-mode): Redraw cal after saving. Setup header-line.
11327 (fancy-diary-display-mode): Use local-set-key.
11328
11329 * startup.el (command-line): Try calling various terminal-init-foo-bar
11330 functions by stripping hyphenated suffixes from $TERM.
11331
11332 * files.el (normal-mode): Check boundness of font-lock-keywords.
11333
11334 2005-09-12 Richard M. Stallman <rms@gnu.org>
11335
11336 * progmodes/compile.el: Don't decide a file's directory
11337 until the user actually tries to go there.
11338 (compilation-next-error-function):
11339 Pass compilation-find-file the directory from the file-struct.
11340 (compilation-internal-error-properties): Separate local FILE-STRUCT
11341 from FILE. Doc the args better. Rename arg FMT to FMTS.
11342 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11343 Expand it, and if nil, use default-directory.
11344 (compilation-get-file-structure): Don't mix specified directory
11345 with default directory. Put specified directory into
11346 file-struct. Don't make the file name absolute.
11347
11348 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11349 (compile-command): Add autoload.
11350 (compilation-disable-input): Add autoload.
11351
11352 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11353
11354 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11355 strings of the variables it can override.
11356 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11357 %Q and %q, for fully-qualified domain name and unqualified host name.
11358
11359 2005-09-11 Kim F. Storm <storm@cua.dk>
11360
11361 * emacs-lisp/authors.el (authors-aliases): Update list.
11362 (authors-fixed-entries): Update mldrag.el entry.
11363
11364 2005-09-10 Alan Mackenzie <acm@muc.de>
11365
11366 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11367 from the region narrowed to.
11368
11369 2005-09-10 Magnus Henoch <mange@freemail.hu>
11370
11371 * textmodes/ispell.el (ispell-check-version): Signal an error if
11372 aspell version is less than 0.60.
11373
11374 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11375
11376 * progmodes/octave-inf.el (inferior-octave-startup):
11377 Resync current dir at the end.
11378
11379 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11380
11381 * woman.el (woman-topic-at-point-default):
11382 Rename to woman-use-topic-at-point-default.
11383 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11384 (woman-file-name): Reflect renames above. Automatically use the
11385 word at point as topic if woman-use-topic-at-point is non-nil.
11386 Otherwise offer it as default but don't insert it in the
11387 minibuffer. Also use `test-completion' instead of `assoc' as
11388 suggested by Stefan Monnier.
11389
11390 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11391
11392 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11393 the attempt to do it over Tramp. This is not yet supported.
11394
11395 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11396
11397 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11398 (menu-bar-non-minibuffer-window-p): New functions.
11399 ("Split Window", "Save As..."): Use them.
11400 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11401 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11402 Use menu-bar-menu-frame-live-and-visible-p.
11403 ("Save Buffer", "Insert File", "Open Directory...")
11404 ("Open File...", "Visit New File..."):
11405 Use menu-bar-non-minibuffer-window-p.
11406 (kill-this-buffer-enabled-p, dired <menu-enable>):
11407 Use menu-bar-non-minibuffer-window-p.
11408
11409 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11410
11411 * cus-start.el (all): Don't complain about fringe-related
11412 built-ins if fringes are not supported. Ditto about
11413 selection-related built-ins. Fix the test for GTK-related built-ins.
11414
11415 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11416 ("Postscript Print Buffer", "Print Region", "Save As...")
11417 ("Save", "Insert File...", "Open Directory...")
11418 ("Open File...", "Visit New File..."")
11419 ("Truncate Long Lines in this Buffer"): Don't look at
11420 menu-updating-frame if this display does not support multiple frames.
11421
11422 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11423
11424 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11425
11426 2005-09-09 Emilio Lopes <eclig@gmx.net>
11427
11428 * woman.el: Format- and whitespace-related changes.
11429
11430 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11431
11432 * woman.el: Fix my email address.
11433
11434 2005-09-08 Richard M. Stallman <rms@gnu.org>
11435
11436 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11437 (sh-mode): Locally set skeleton-pair-default-alist.
11438
11439 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11440
11441 * progmodes/flymake.el: Require `compile' unconditionally.
11442
11443 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11444
11445 * woman.el (woman-file-name): Provide a default, not initial input.
11446
11447 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11448
11449 * font-lock.el (font-lock-support-mode): Doc fix.
11450
11451 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11452
11453 2005-09-08 Richard M. Stallman <rms@gnu.org>
11454
11455 * simple.el (blink-matching-open): Get rid of text props from
11456 the string shown in echo area. Don't permanently set point.
11457 Some rearrangements.
11458
11459 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11460
11461 * recentf.el (recentf-filename-handler): Add custom choice
11462 `abbreviate-file-name'.
11463
11464 * msb.el (msb--very-many-menus): Fix typo.
11465
11466 * disp-table.el (standard-display-european): Don't set
11467 enable-multibyte-characters to nil.
11468
11469 2005-09-08 David Ponce <david@dponce.com>
11470
11471 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11472 (recentf-expand-file-name): Doc fix.
11473 (recentf-dialog-mode-map): Define digit shortcuts.
11474 (recentf--files-with-key): New variable.
11475 (recentf-show-digit-shortcut-filter): New function.
11476 (recentf-open-files-items): New function.
11477 (recentf-open-files): Use it.
11478 (recentf-open-file-with-key): New command.
11479
11480 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11483 Suggested by Kim F. Storm.
11484 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11485 (Buffer-menu-make-sort-button): Use global keymap.
11486
11487 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11488
11489 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11490 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11491 necessary any longer with the remapped command.
11492 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11493 formatting time only.
11494
11495 * net/tramp.el (tramp-action-password)
11496 (tramp-multi-action-password): Compile the password prompt from
11497 `method', `user' and `host'. Sometimes it isn't obvious which
11498 password to enter, for example with remote files offered by
11499 recentf.el, or with multiple steps. Suggested by Robert Marshall
11500 <robert@chezmarshall.freeserve.co.uk>.
11501
11502 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11505 Fix regexp for when "s///" is at the beginning of line.
11506
11507 2005-09-07 Jay Belanger <belanger@truman.edu>
11508
11509 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11510 when in matrix mode.
11511
11512 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11515 non-anonymous functions.
11516
11517 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11520 when using a header line. Otherwise, use mouse-1-click-follows-link.
11521
11522 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11523 can't be moved; don't signal an error.
11524
11525 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11526
11527 * cus-theme.el (custom-theme-write-faces): Save the current face
11528 spec, not the defface spec.
11529
11530 * custom.el (custom-known-themes): Clarify meaning of "standard".
11531 (custom-push-theme): Save old values in the standard theme.
11532 (disable-theme): Correct typo.
11533 (custom-face-theme-value) Deleted unused function.
11534 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11535
11536 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * progmodes/compile.el (compilation-goto-locus): Take into account
11539 iconified frames when determining whether the buffer is
11540 already visible.
11541 Don't reset window height if the window already existed.
11542
11543 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11544
11545 * custom.el (load-theme): Rename from require-theme.
11546 Add interactive spec.
11547 (enable-theme): Rename from custom-enable-theme.
11548 Add interactive spec.
11549 (disable-theme): Rename from custom-disable-theme.
11550 Add interactive spec.
11551 (custom-make-theme-feature): Doc fix.
11552 (custom-theme-directory): Doc fix.
11553 (provide-theme): Call enable-theme.
11554
11555 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * obsolete/lazy-lock.el (lazy-lock-mode):
11558 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11559 font-lock-mode if it's off. Print a warning instead.
11560
11561 * progmodes/compile.el (compilation-start): Ignore errors if the
11562 process died before we get to send-eof.
11563
11564 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11565 Undo last change. Enclosing the result in quotes broke things on Unix
11566 since tex-send-command passes it through shell-quote-argument.
11567 (tex-send-command): Pass `file' through convert-standard-filename
11568 when possible.
11569 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11570 info in a transcript.
11571
11572 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11573
11574 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11575 fix compilation warning. Reorder the key definitions to group
11576 together keys emitted by the current version of xterm.
11577
11578 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11579 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11580 Reorder predicates to correct min-color usage.
11581
11582 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11583
11584 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11585 Kill local variables when longlines-mode is turned off.
11586
11587 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11590
11591 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11592
11593 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11594
11595 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11596 (font-lock-lines-before): Change default to being inactive.
11597 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11598 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11599
11600 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11601
11602 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11603 Deactivate temporarily advice if active (not needed for Emacs 22,
11604 but for backwards compatibility).
11605 (tramp-exists-file-name-handler): Rewrite. First implementation
11606 was too simple.
11607 (tramp-advice-make-auto-save-file-name):
11608 Call `tramp-handle-make-auto-save-file-name' (again, just for
11609 backwards compatibility).
11610
11611 2005-08-31 Reto Zimmermann <reto@gnu.org>
11612
11613 * progmodes/vhdl-mode.el
11614 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11615 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11616 (vhdl-set-default-project): New function (easier setting of default).
11617 (vhdl-port-copy): Handle extended identifiers for generics.
11618 (vhdl-compiler-alist): Better description for error message regexp.
11619 (vhdl-make): Query for target, use previous as default.
11620 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11621 (vhdl-font-lock-keywords-2): Fix fontification for record
11622 el. assign.
11623 (vhdl-speedbar-make-subpack-line): Add package body link.
11624 (vhdl-generate-makefile-1): Not include itself as dependency.
11625 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11626 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11627 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11628 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11629 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11630 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11631 (vhdl-import-project): Add string argument for `error'.
11632 (vhdl-compose-configuration)
11633 (vhdl-compose-configuration-architecture): Add configuration
11634 declaration generation.
11635 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11636 (vhdl-trailer-re): Add "record" keyword (better indentation).
11637 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11638 "[^ \t-\"]+".
11639 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11640 (vhdl-testbench-entity-file-name)
11641 (vhdl-testbench-architecture-file-name): Allow separate
11642 customization of testbench file names.
11643 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11644 (vhdl-get-visible-signals): Allow newline within alias declaration.
11645 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11646 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11647 (member-ignore-case): Alias for missing function in XEmacs.
11648 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11649 (vhdl-update-sensitivity-list): Ignore case on read signals.
11650 (vhdl-replace-string): Adjust case only for file names.
11651 (vhdl-update-sensitivity-list): Fix search for read signals.
11652 (vhdl-update-sensitivity-list): Exclude formal parameters.
11653 (vhdl-get-visible-signals): Include aliases of signals.
11654 (vhdl-get-visible-signals): Fix signal name searching.
11655 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11656 (vhdl-fixup-whitespace-region): Fix for character
11657 literals (e.g. `:').
11658
11659 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11660
11661 * ansi-color.el (comint-last-output-start):
11662 * bs.el (font-lock-verbose):
11663 * diff-mode.el (add-log-buffer-file-name-function):
11664 * dired-x.el (vm-folder-directory):
11665 * faces.el (help-xref-stack-item):
11666 * files.el (font-lock-keywords):
11667 * find-lisp.el (dired-buffers, dired-subdir-alist):
11668 * ido.el (cua-inhibit-cua-keys):
11669 * log-view.el (cvs-minor-wrap-function):
11670 * outline.el (font-lock-warning-face):
11671 * simple.el (compilation-current-error):
11672 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11673 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11674 * tooltip.el (comint-prompt-regexp):
11675 * w32-fns.el (explicit-shell-file-name):
11676 * term/mac-win.el (mac-charset-info-alist)
11677 (mac-services-selection, mac-system-script-code):
11678 * term/tty-colors.el (msdos-color-values):
11679 * term/w32-win.el (xlfd-regexp-registry-subnum):
11680 * term/x-win.el (x-keysym-table, x-selection-timeout)
11681 (x-session-id, x-session-previous-id):
11682 * textmodes/ispell.el (mail-yank-prefix):
11683 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11684 * textmodes/org.el (calc-embedded-close-formula)
11685 (calc-embedded-open-formula)
11686 (font-lock-unfontify-region-function):
11687 * textmodes/reftex-global.el (isearch-next-buffer-function)
11688 (TeX-master):
11689 * textmodes/reftex.el (font-lock-keywords):
11690 * textmodes/tex-mode.el (font-lock-comment-face)
11691 (font-lock-doc-face):
11692 * textmodes/texinfo.el (outline-heading-alist):
11693 Add defvars.
11694
11695 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11696 (artist-spray-chars, artist-mode-init, artist-replace-string)
11697 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11698 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11699 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11700
11701 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11702 (conf-align-assignments): "?\ " -> "?\s".
11703
11704 * textmodes/reftex-index.el (TeX-master): Add defvar.
11705 (reftex-index-phrases-marker): Move up defvar.
11706
11707 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11708 (reftex-toc-include-labels-indicator)
11709 (reftex-toc-include-index-indicator)
11710 (reftex-toc-max-level-indicator): Move up declarations.
11711
11712 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11713 of args to `tramp-run-real-handler', even if it's empty in this case.
11714
11715 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11716
11717 * dired.el (dired-move-to-filename-regexp): Add date format for
11718 Mac OS X 10.3 in East Asian locales.
11719
11720 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11721
11722 * files.el (make-auto-save-file-name): Add file name handler call
11723 if applicable.
11724
11725 * net/tramp.el (tramp-file-name-handler-alist)
11726 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11727 (tramp-handle-make-auto-save-file-name): Rename from
11728 `tramp-make-auto-save-file-name'.
11729 (tramp-exists-file-name-handler): New defun.
11730 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11731 `make-auto-save-file-name' is not a magic file name operation.
11732
11733 2005-08-30 Richard M. Stallman <rms@gnu.org>
11734
11735 * files.el (risky-local-variable-p):
11736 Match `-predicates' and `-commands.
11737
11738 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11739 (custom-save-all): Visit the file if necessary;
11740 kill the buffer if we created it.
11741 (custom-save-delete): Don't visit file or kill buffer here.
11742
11743 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11744
11745 * textmodes/org.el (org-special-keyword): New face.
11746 (org-table-copy-down, org-table-eval-formula)
11747 (org-table-recalculate, org-init-section-numbers):
11748 Use `string-to-number' instead of `string-to-int'.
11749 (org-get-location): Use `insert-buffer-substring' instead of
11750 `insert-buffer'.
11751 (org-modify-diary-entry-string): New function.
11752 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11753 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11754 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11755 active region.
11756 (org-export-as-html): Handle QUOTE keyword.
11757 (org-quote-string): New option.
11758 (org-bookmark-jump-unhide): New function, used for
11759 `bookmark-after-jump-hook'.
11760 (org-diary-default-entry): Apply only when not called through
11761 `org-agenda'.
11762
11763 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11764
11765 * net/eudc.el (mode-popup-menu):
11766 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11767 * progmodes/ada-mode.el (compile-auto-highlight)
11768 (skeleton-further-elements):
11769 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11770 * progmodes/cmacexp.el (msdos-shells):
11771 * progmodes/compile.el (font-lock-extra-managed-props)
11772 (font-lock-keywords, font-lock-maximum-size)
11773 (font-lock-support-mode):
11774 * progmodes/grep.el (font-lock-lines-before):
11775 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11776 * progmodes/mixal-mode.el (compile-command):
11777 * progmodes/perl-mode.el (font-lock-comment-face)
11778 (font-lock-doc-face, font-lock-string-face):
11779 * progmodes/prolog.el (comint-prompt-regexp):
11780 * progmodes/sh-script.el (font-lock-comment-face)
11781 (font-lock-set-defaults, font-lock-string-face):
11782 * progmodes/sql.el (font-lock-keyword-face)
11783 (font-lock-set-defaults, font-lock-string-face):
11784 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11785 (itimer-version, lazy-lock-defer-contextually)
11786 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11787 Add defvars.
11788
11789 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11790 (cperl-electric-keyword, cperl-electric-pod)
11791 (cperl-electric-backspace, cperl-forward-re)
11792 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11793 (vc-rcs-header, vc-sccs-header): Add defvars.
11794
11795 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11796 (font-lock-syntactic-keywords, gud-find-expr-function):
11797 Add defvars.
11798
11799 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11800 (gdb-frame-parameters): Declare before use.
11801
11802 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11803 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11804 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11805 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11806
11807 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11808 (idlwave-help-with-source): Use `insert-buffer-substring', not
11809 `insert-buffer'.
11810
11811 2005-08-29 Juri Linkov <juri@jurta.org>
11812
11813 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11814 Put outline-back-to-heading function call inside save-excursion.
11815
11816 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * man.el (Man-init-defvars, Man-translate-references)
11819 (Man-support-local-filenames, Man-highlight-references):
11820 * progmodes/sql.el (sql-interactive-mode):
11821 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11822
11823 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11824 (compilation-mode-font-lock-keywords): Add defvars.
11825 (checkdoc-interactive-loop): "?\ " -> "?\s".
11826
11827 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11828 (font-lock-doc-face, font-lock-string-face)
11829 (font-lock-keywords-case-fold-search): Add defvars.
11830 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11831
11832 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11833 Don't pass X and Y (they are ignored anyway).
11834 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11835 (mouse-delete-window): Make arguments optional.
11836
11837 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11838 (caesar-translate-table, minor-modes, news-buffer-save)
11839 (news-group-name, news-minor-modes): Add defvars.
11840
11841 * emacs-lisp/lselect.el (mouse-highlight-priority)
11842 (x-lost-selection-functions, zmacs-regions):
11843 * emacs-lisp/pp.el (font-lock-verbose):
11844 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11845 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11846 (ses-mode-map):
11847 * emacs-lisp/tcover-unsafep.el (safe-functions):
11848 * international/mule-cmds.el (mac-system-coding-system)
11849 (mac-system-locale):
11850 * language/ethio-util.el (rmail-current-message)
11851 (rmail-message-vector):
11852 * language/thai-util.el (thai-auto-composition-mode):
11853 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11854 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11855 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11856 (vm-primary-inbox, vm-spool-files):
11857 * mail/rmail.el (deleted-head, font-lock-fontified)
11858 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11859 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11860 (total-messages):
11861 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11862 (rmail-summary-mode-map):
11863 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11864 (rmail-last-label, rmail-last-multi-labels)
11865 (rmail-summary-vector, rmail-total-messages):
11866 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11867 * mail/rmailsum.el (msgnum):
11868 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11869 (rmail-current-message):
11870 * obsolete/fast-lock.el (font-lock-face-list):
11871 * obsolete/rnewspost.el (mail-reply-buffer):
11872 * obsolete/scribe.el (compile-command):
11873 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11874
11875 2005-08-28 John Paul Wallington <jpw@gnu.org>
11876
11877 * ibuf-ext.el (ibuffer-auto-update-changed):
11878 Use `frame-or-buffer-changed-p' to check whether we need to update.
11879 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11880 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11881 as a `frame-or-buffer-changed-p' state vector instead.
11882
11883 2005-08-27 Romain Francoise <romain@orebokech.com>
11884
11885 * textmodes/makeinfo.el (makeinfo-compile):
11886 Use `compilation-start'. Set `next-error-function' according to
11887 `disable-errors'.
11888 (makeinfo-next-error): New function.
11889 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11890 (makeinfo-buffer): Likewise.
11891
11892 * progmodes/compile.el (compilation-start): Add autoload cookie.
11893
11894 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11895 * textmodes/sgml-mode.el: Likewise.
11896 * progmodes/python.el: Likewise.
11897
11898 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11899
11900 * simple.el (blink-matching-paren-distance): Document the meaning
11901 of nil value, and allow to customize to nil.
11902
11903 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11904 command.com, not command.exe.
11905
11906 2005-08-26 John Wiegley <johnw@newartisans.com>
11907
11908 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11909 code around a bit so that an extraneous nil argument is not added
11910 to a command when no args are given.
11911
11912 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11913 double-quoted argument resolves to nil, return it as an empty
11914 string rather than as nil. This made it impossible to pass "" to
11915 a shell script as a null string argument.
11916
11917 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * outline.el (outline-invent-heading): New fun.
11920 (outline-promote, outline-demote): Use it.
11921 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11922 (outline-end-of-subtree): Remove unused var `opoint'.
11923
11924 2005-08-26 David Reitter <david.reitter@gmail.com>
11925
11926 * menu-bar.el (truncate-lines, write-file, print-buffer)
11927 (ps-print-buffer-faces, ps-print-buffer, split-window):
11928 Disable menu items when the frame they refer to is invisible, or when
11929 they refer to a buffer and the minibuffer is selected.
11930
11931 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11932
11933 * progmodes/flymake.el (flymake-highlight-err-lines):
11934 Use save-excursion around flymake-highlight-line to preserve point.
11935
11936 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11937
11938 * progmodes/octave-mod.el: Change Author and Maintainer address.
11939 (octave-maintainer-address): Change Kurt's email address.
11940 * progmodes/octave-inf.el: Change Author and Maintainer address.
11941 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11942
11943 2005-08-26 Kim F. Storm <storm@cua.dk>
11944
11945 * subr.el (version-list-<, version-list-<=, version-list-=):
11946 Rename from integer-list-*.
11947 (version-list-not-zero): Likewise. Fix while loop.
11948 (version=): Use version-list-= instead of string-equal.
11949
11950 2005-08-26 Richard M. Stallman <rms@gnu.org>
11951
11952 * outline.el (outline-promote): Try shortening the heading.
11953 As last resort, read the heading to use.
11954 (outline-demote): As last resort, read the heading to use.
11955
11956 2005-08-26 Romain Francoise <romain@orebokech.com>
11957
11958 * progmodes/compile.el (compilation-start): Doc fix.
11959
11960 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11961 (antlr-font-lock-additional-keywords): Fix reference to
11962 `antlr-font-lock-literal-regexp' erroneously changed during the
11963 mass face rename.
11964 (antlr-run-tool): Use `compilation-start'.
11965
11966 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11967 instead of the obsolete `compile-internal'.
11968
11969 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11970
11971 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11972 (number, original-date):
11973 * calendar/cal-china.el (date):
11974 * calendar/cal-coptic.el (date):
11975 * calendar/cal-french.el (date):
11976 * calendar/cal-hebrew.el (date, entry, number, original-date):
11977 * calendar/cal-islam.el (date, number, original-date):
11978 * calendar/cal-iso.el (date):
11979 * calendar/cal-julian.el (date):
11980 * calendar/cal-mayan.el (date):
11981 * calendar/cal-menu.el (date, event):
11982 * calendar/cal-persia.el (date):
11983 * calendar/lunar.el (date):
11984 * calendar/solar.el (date): Add defvars.
11985
11986 * emerge.el:
11987 * ibuffer.el:
11988 * info-xref.el:
11989 * obsolete/bg-mouse.el:
11990 * obsolete/sun-curs.el:
11991 * obsolete/swedish.el: Move the `defvar's to the top level.
11992
11993 * smerge-mode.el (smerge-refined-change): Add :group.
11994
11995 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11996
11997 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11998 (smerge-keep-n): Remove props.
11999 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12000 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12001 now that it's done in smerge-keep-n.
12002 (smerge-refined-change): New face.
12003 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12004 (smerge-refine): New funs.
12005 (smerge-basic-map): Bind smerge-refine.
12006
12007 2005-08-25 Juri Linkov <juri@jurta.org>
12008
12009 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12010 compilation-process-setup-function and compilation-disable-input
12011 in grep-mode instead of let-bindings in grep.
12012
12013 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12014 Delete "Automatic File De/compression" (auto-compression-mode).
12015
12016 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12017
12018 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12019 Silence warning about non-existent variable.
12020
12021 2005-08-25 Richard M. Stallman <rms@gnu.org>
12022
12023 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12024 Rename "Describe Key" to "Describe Key or Mouse Operation".
12025
12026 * mail/mailalias.el (build-mail-aliases): Delete comments
12027 from the contents before processing them.
12028
12029 * isearch.el (isearch-edit-string): Erase the Search prompt
12030 if user enters an empty string and there is no default.
12031
12032 * comint.el (comint-file-name-prefix): Add autoload.
12033
12034 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12035
12036 * subr.el (play-sound): Rearrange to avoid warning.
12037
12038 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12039
12040 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12041 New hook.
12042 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12043
12044 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12045
12046 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12047
12048 * custom.el (custom-theme-set-variables): Sort minor modes last.
12049
12050 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12051
12052 * subr.el (version-separator, version-regexp-alist): New vars used by
12053 version comparison funs.
12054 (integer-list-<, integer-list-=, integer-list-<=)
12055 (integer-list-not-zero): New funs for integer list comparison.
12056 (version-to-list, version=, version<, version<=): New funs for version
12057 comparison.
12058
12059 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12060
12061 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12062 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12063 time to silence the byte-compiler.
12064
12065 * ibuffer.el (ibuffer-compile-make-eliding-form)
12066 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12067 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12068 so it's silly to get warnings for it).
12069 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12070 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12071 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12072 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12073 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12074 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12075 Defvar at compile time.
12076 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12077 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12078 Declare them before use.
12079
12080 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12081 (info-xref-good, info-xref-bad): Defvar at compile time.
12082
12083 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12084 Use `let*' instead of `let'.
12085
12086 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12087 (*mouse-y*, menu, char): Defvar at compile time.
12088 (sc::menu): Declare it before use.
12089 (sc::pack-one-line): Use `let', not `let*'.
12090
12091 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12092 (mail-send-hook): Defvar at compile time.
12093
12094 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12095 Defvar at compile time.
12096
12097 * term/sun-mouse.el (current-global-mousemap)
12098 (current-local-mousemap): Declare them before use.
12099
12100 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12101
12102 * bookmark.el (bookmark-after-jump-hook): New hook.
12103 (bookmark-jump): Run `bookmark-after-jump-hook'.
12104
12105 2005-08-23 Juri Linkov <juri@jurta.org>
12106
12107 * faces.el (minibuffer-prompt): Doc fix.
12108
12109 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12110
12111 * progmodes/xscheme.el: Trivial changes to silence warnings.
12112 (xscheme-previous-mode, xscheme-previous-process-state):
12113 Add defvars.
12114 (xscheme-last-input-end, xscheme-process-command-line)
12115 (xscheme-process-name, xscheme-buffer-name)
12116 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12117 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12118 (xscheme-control-g-synchronization-p)
12119 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12120 (default-xscheme-runlight, xscheme-runlight)
12121 (xscheme-runlight-string, xscheme-process-filter-state)
12122 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12123 Move to beginning of file.
12124 (scheme-interaction-mode-commands-alist)
12125 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12126 Declare them before use. Note: the initialization code for the variables
12127 has not been moved because it uses functions that reference the variables.
12128 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12129 (xscheme-prompt-for-expression-map): Declare them before use.
12130 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12131
12132 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12133
12134 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12135
12136 2005-08-22 Juri Linkov <juri@jurta.org>
12137
12138 * faces.el (set-face-underline): Delete this duplicate function
12139 and make an obsolete alias to set-face-underline-p.
12140 (set-face-underline-p): Use docstring of set-face-underline.
12141 (describe-face): Create hyperlink to parent face.
12142
12143 * info.el (Info-insert-dir): Use save-excursion around
12144 insert-buffer-substring.
12145 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12146 (Info-escape-percent): Delete function.
12147 (Info-fontify-node): Replace Info-escape-percent by
12148 replace-regexp-in-string with REP arg set to lambda that
12149 duplicates `%' and preserves text properties.
12150
12151 * progmodes/compile.el (compilation-disable-input): Doc fix.
12152 (define-compilation-mode): Doc fix and refill.
12153 (kill-compilation): Use `mode-name' in the error message.
12154 (compilation-find-file): Use `compilation-error' in the
12155 read-file-name's prompt.
12156
12157 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12160 (smerge-auto-leave): Make undo re-enable the mode.
12161 (debug-ignored-errors): Add the user-error of impossible resolution.
12162 (smerge-resolve): Move things around a bit, in preparation for later.
12163 (smerge-diff): Don't fail if the buffer has no associated file.
12164 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12165 (smerge-conflict-overlay): New function.
12166 (smerge-match-conflict): Don't add text properties here.
12167 (smerge-find-conflict): Instead, add an overlay here.
12168 Also check for the case where we're inside a conflict already, so as to
12169 obviate the need for font-lock-multiline, which is unbearably slow with
12170 large conflicts and ciomplex font-lock patterns.
12171 (smerge-remove-props): Remove overlay rather than text-properties.
12172 (smerge-mode): Don't set font-lock-multiline.
12173 Remove overlays when turned off.
12174
12175 2005-08-21 Kim F. Storm <storm@cua.dk>
12176
12177 * ido.el (ido-ignore-item-p): Use save-match-data.
12178 Bind case-fold-search to ido-case-fold locally.
12179
12180 2005-08-20 Richard M. Stallman <rms@gnu.org>
12181
12182 * files.el (normal-mode): If font lock is on, turn it off and on.
12183
12184 * subr.el (replace-regexp-in-string): Doc fix.
12185
12186 * startup.el (command-line-1): Don't suppress startup screen
12187 due to existing processes.
12188
12189 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12190
12191 * progmodes/compile.el (compilation-disable-input): Default to nil.
12192
12193 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12194
12195 * progmodes/compile.el (compilation-disable-input): New defcustom.
12196 (compilation-start): If compilation-disable-input is non-nil, send
12197 EOF to the compilation process.
12198
12199 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12200
12201 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12202 Run the argument of tex-shell-cd-command through
12203 convert-standard-filename, to get the correct style of slashes on
12204 Windows, and enclose the result in quotes, in case the file name
12205 includes whitespace or other special characters.
12206
12207 2005-08-19 Andreas Schwab <schwab@suse.de>
12208
12209 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12210 process.
12211
12212 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12213
12214 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12215
12216 2005-08-18 Kim F. Storm <storm@cua.dk>
12217
12218 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12219
12220 2005-08-18 Richard M. Stallman <rms@gnu.org>
12221
12222 * scroll-lock.el: New file.
12223
12224 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12225
12226 * dired.el (dired-move-to-end-of-filename):
12227 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12228
12229 2005-08-18 Kim F. Storm <storm@cua.dk>
12230
12231 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12232 rather than toggle mode when custom value is nil.
12233 (ido-everywhere): Fix defun doc string.
12234
12235 2005-08-17 Richard M. Stallman <rms@gnu.org>
12236
12237 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12238 as tag instead of "Inviolable".
12239
12240 2005-08-17 Kim F. Storm <storm@cua.dk>
12241
12242 * windmove.el (windmove-coordinates-of-position): Remove.
12243 (windmove-coordinates-of-window-position): Remove.
12244 (windmove-reference-loc): Use posn-at-point instead.
12245
12246 * subr.el (insert-for-yank-1): Doc fix.
12247
12248 * ido.el (ido-enter-matching-directory): Rename from
12249 ido-enter-single-matching-directory. Change `slash' choice to
12250 `only'. Add `first' choice.
12251 (ido-exhibit): Adapt to above changes.
12252
12253 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12254
12255 * Makefile.in: Expand comment about building loaddefs.el.
12256
12257 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12258
12259 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12260 Comment use of defadvice.
12261
12262 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12263
12264 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12265
12266 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12267 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12268 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12269 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12270 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12271 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12272 for backward compatibility for faces that did not appear in the
12273 previous Emacs release.
12274
12275 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12276
12277 2005-08-15 Kim F. Storm <storm@cua.dk>
12278
12279 * emulation/cua-base.el (cua-delete-region): Return t if
12280 deleted region was non-empty.
12281 (cua-replace-region): Inhibit overwrite-mode for
12282 self-insert-command if replaced region was non-empty.
12283 (cua--explicit-region-start, cua--status-string): Make them
12284 buffer-local at top-level...
12285 (cua-mode): ...rather than when mode is enabled.
12286
12287 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12288
12289 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12290 Set t for Emacs 21, 22, and so on.
12291
12292 2005-08-15 David Ponce <david@dponce.com>
12293
12294 * tree-widget.el: Update Commentary header.
12295 (tree-widget-theme): Doc fix.
12296 (tree-widget-space-width): New option.
12297 (tree-widget-image-properties): Look up in the default theme too.
12298 (tree-widget--cursors): Only for images with arrow pointer shape.
12299 (tree-widget-lookup-image): Pointer shape is hand by default.
12300 (tree-widget-icon): Rename generic icon widget from
12301 `tree-widget-control'.
12302 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12303 derive from `tree-widget-icon'.
12304 (tree-widget-handle): Improve default look and feel of the text
12305 representation.
12306 (tree-widget): Rename :*-control properties to :*-icon properties.
12307 Add :action and :help-echo properties.
12308 (tree-widget-after-toggle-functions): Move.
12309 (tree-widget-close-node, tree-widget-open-node): Remove.
12310 (tree-widget-before-create-icon-functions): New hook.
12311 (tree-widget-value-create): Update to allow customization of icons
12312 and nodes at run-time via that new hook.
12313 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12314 (tree-widget-icon-action, tree-widget-icon-help-echo)
12315 (tree-widget-action, tree-widget-help-echo): New functions.
12316
12317 2005-08-15 Kim F. Storm <storm@cua.dk>
12318
12319 * ido.el (ido-buffer-internal): Use with-no-warnings.
12320 (ido-make-merged-file-list): Use while-no-input.
12321
12322 2005-08-15 Richard M. Stallman <rms@gnu.org>
12323
12324 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12325 (flyspell-large-region): Fix doc and custom type.
12326
12327 2005-08-14 Richard M. Stallman <rms@gnu.org>
12328
12329 * files.el (interpreter-mode-alist): Doc fix.
12330
12331 * mail/rmail.el (rmail-nonignored-headers): New variable.
12332 (rmail-clear-headers): Use it.
12333 (rmail-reply): Better handling of mail-followup-to header.
12334
12335 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12336 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12337 don't try to refer to executable-font-lock-keywords.
12338 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12339 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12340 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12341 (sh-mode): Set comment-start-skip, local-abbrev-table,
12342 imenu-case-fold-search.
12343 (sh-set-shell): Don't set them here.
12344 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12345 Don't cache the results in the original alist; don't ever modify
12346 that alist.
12347
12348 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12349
12350 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12351 empty.
12352
12353 2005-08-15 Andreas Schwab <schwab@suse.de>
12354
12355 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12356
12357 * dired.el, info.el, mail/rmail.el: Revert last change.
12358
12359 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12360
12361 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12362 modification in `eval-after-load' form.
12363 * info.el: Likewise.
12364 * mail/rmail.el: Likewise.
12365
12366 2005-08-14 Juri Linkov <juri@jurta.org>
12367
12368 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12369 Remove highlighting of "Compilation started". Highlight only
12370 the word "finished" in "Compilation finished". Add highlighting
12371 of "interrupt", "killed", "terminated" and the exit code.
12372 (compilation-start): Add newline after header. Use exactly the
12373 same time stamp format as the finishing message.
12374 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12375
12376 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12377 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12378 Add highlighting of "interrupt", "killed", "terminated".
12379
12380 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12381 enabled and the current command is self-insert-command, call it
12382 explicitly with overwrite-mode bound to nil, to not allow it
12383 to delete the character after the selected region.
12384
12385 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12386
12387 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12388 move-end-of-line, end-of-line, and beginning-of-line to the list
12389 of commands after which the echo area is updated.
12390
12391 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12392
12393 * cus-edit.el (custom-save-all, custom-save-delete):
12394 Bind recentf-exclude to exclude custom-file.
12395
12396 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12397
12398 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12399 to go to the bottom of the mail message. Added to
12400 `rmail-summary-mode-map' with key "/".
12401 (rmail-summary-show-message): New (internal) function for use by
12402 both `rmail-summary-beginning/end-of-message'.
12403 (rmail-summary-beginning-of-message): Change to use
12404 rmail-summary-show-message.
12405
12406 * mail/rmail.el (rmail-end-of-message): New command to go to the
12407 end of the current message. Added to `rmail-mode-map' with key "/".
12408 (rmail-beginning-of-message): Fix to work as documented.
12409 (rmail-mode): Change documentation.
12410
12411 * progmodes/compile.el (compilation-start): Add the line
12412 "Compilation started" with compilation start time.
12413 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12414
12415 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12416
12417 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12418 of menu items.
12419
12420 2005-08-11 Richard M. Stallman <rms@gnu.org>
12421
12422 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12423
12424 * battery.el (battery-status-function): Don't use ignore-errors.
12425
12426 2005-08-11 Lute Kamstra <lute@gnu.org>
12427
12428 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12429 define-obsolete-variable-alias.
12430
12431 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12432
12433 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12434 (ange-ftp-send-cmd): Revert last change, and expand
12435 the comment explaining the problem.
12436
12437 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12438
12439 * ldefs-boot.el: Update.
12440
12441 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12442 item to "Time, Load and Mail". Change help echo text.
12443
12444 * time.el (display-time-use-mail-icon, display-time-format)
12445 (display-time-string-forms): Shorten first line of docstrings.
12446
12447 2005-08-10 Lars Hansen <larsh@soem.dk>
12448
12449 * desktop.el (desktop-buffer-mode-handlers):
12450 Make non-customizable. Add autoload cookie. Change initial value to
12451 nil; add elements in respective modules instead. Fix doc string.
12452 (desktop-load-file): New function.
12453 (desktop-minor-mode-handlers): New autoloaded variable.
12454 (desktop-create-buffer): Call minor mode handlers.
12455 Use desktop-load-file to load major and minor mode modules prior to
12456 checking for a handler.
12457 (desktop-save): Don't add nil to desktop-minor-modes for minor
12458 modes with nil function in desktop-minor-mode-table. Don't delete
12459 desktop file before rewriting it.
12460 (desktop-locals-to-save): Add autoload cookie. Don't make
12461 automatically buffer-local. Add variables column-number-mode,
12462 size-indication-mode, indent-tabs-mode,
12463 indicate-buffer-boundaries, indicate-empty-lines and
12464 show-trailing-whitespace.
12465 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12466 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12467 (desktop-clear-preserve-buffers-regexp): Delete.
12468 (desktop-clear-preserve-buffers): Update initial value and docstring.
12469 (desktop-save-buffer): Fix doc string.
12470
12471 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12472 (hilit-chg-desktop-restore): New function.
12473 (highlight-changes-mode): Add highlight-changes-mode to
12474 desktop-locals-to-save.
12475
12476 * dired.el: Add handler to desktop-buffer-mode-handlers.
12477 (dired-restore-desktop-buffer): Remove autoload cookie.
12478 (dired-mode): Add autoload cookie.
12479
12480 * info.el: Add handler to desktop-buffer-mode-handlers.
12481 (Info-restore-desktop-buffer): Remove autoload cookie.
12482 (Info-mode): Add autoload cookie.
12483
12484 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12485 (mh-restore-desktop-buffer): Remove autoload cookie.
12486 (mh-folder-mode): Add autoload cookie.
12487
12488 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12489 (rmail-restore-desktop-buffer): Remove autoload cookie.
12490
12491 2005-08-11 Masatake YAMATO <jet@gyve.org>
12492
12493 * hexl.el (hexl-address-region):
12494 (hexl-ascii-region, hexl-font-lock-keywords):
12495 (hexl-highlight-line-range): Use the term "region"
12496 instead of "area" for consistency with the other symbols
12497 defined in hexl.el.
12498
12499 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12500
12501 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12502 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12503 out by Juri Linkov). Add `display-battery-mode'.
12504
12505 2005-08-09 Juri Linkov <juri@jurta.org>
12506
12507 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12508 Remove `-text' from face variable names.
12509 (compilation-error-file-name, compilation-warning-file-name)
12510 (compilation-info-file-name): Delete faces.
12511 (compilation-line-number, compilation-column-number):
12512 Remove face underlining.
12513 (compilation-message-face): Set to `underline' value by default.
12514 (compilation-error-face, compilation-warning-face)
12515 (compilation-info-face): Remove `-file-name' from face names.
12516 (compilation-error-text-face, compilation-warning-text-face)
12517 (compilation-info-text-face): Delete face variables.
12518 (compilation-text-face): Delete function.
12519
12520 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12521 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12522 (grep-error-face): Set to `compilation-error' instead of
12523 `compilation-error-face' (which is redefined to `grep-hit-face' in
12524 grep buffers).
12525 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12526 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12527
12528 * dired-aux.el (dired-do-query-replace-regexp):
12529 Use `query-replace-read-args'.
12530
12531 * replace.el (query-replace-read-from, query-replace-read-to)
12532 (query-replace-read-args): Rename arg `string' to `prompt'.
12533
12534 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12535
12536 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12537
12538 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12539 uploading files.
12540 (ange-ftp-canonize-filename): Handle file names beginning with ~
12541 correctly.
12542
12543 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * textmodes/fill.el (canonically-space-region)
12546 (fill-context-prefix, fill-french-nobreak-p)
12547 (fill-delete-newlines, fill-comment-paragraph)
12548 (justify-current-line): "?\ " -> "?\s".
12549
12550 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12551
12552 * textmodes/fill.el (fill-nonuniform-paragraphs):
12553 Improve argument/docstring consistency.
12554
12555 2005-08-09 Richard M. Stallman <rms@gnu.org>
12556
12557 * textmodes/ispell.el (ispell-word): More fboundp checks.
12558
12559 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12560 (find-file-noselect-1): Call it here, only if RAWFILE.
12561 (normal-mode): Always set some major mode.
12562 (save-some-buffers-action-alist): Change some explanation strings.
12563 (file-name-non-special): In the `quote' method, use unwind-protect.
12564
12565 2005-08-09 Magnus Henoch <mange@freemail.hu>
12566
12567 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12568 (ispell-have-aspell-dictionaries): New variable.
12569 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12570 (ispell-get-aspell-config-value): New function.
12571 (ispell-aspell-find-dictionary): New function.
12572 (ispell-aspell-add-aliases): New function.
12573 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12574 appropriate. Don't look for ispell dictionaries if we use aspell.
12575 (ispell-menu-map): Don't build a submenu of dictionaries.
12576
12577 2005-08-09 Richard M. Stallman <rms@gnu.org>
12578
12579 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12580 (sql-read-passwd): Use read-passwd.
12581
12582 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12583 (idlwave-toolbar-is-possible): Add defvars.
12584
12585 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12586 Avoid warnings.
12587
12588 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12589 (idlwave-system-class-info, idlwave-executive-commands-alist):
12590 Use defvar.
12591
12592 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12593
12594 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12595 Avoid warnings.
12596
12597 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12598 and content-type: headers.
12599
12600 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12601
12602 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12603 and rename some of them to be more self-explanatory.
12604
12605 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12606
12607 * startup.el (command-line-1): Implement -scriptload.
12608
12609 * replace.el (occur-engine): Initial *Occur* output not undoable.
12610
12611 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12612 and improve help strings.
12613
12614 * isearch.el (isearch-repeat): When changing direction,
12615 mark search successful.
12616
12617 * ediff-init.el: Use (featurep 'xemacs).
12618
12619 * comint.el (send-invisible): Identify buffer, if not selected.
12620
12621 * align.el: Delete autoload for c-guess-basic-syntax.
12622
12623 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12624
12625 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12626 Improve argument/docstring consistency. Doc fixes.
12627 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12628 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12629 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12630 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12631 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12632 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12633 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12634 Defvar at compile time.
12635
12636 2005-08-09 Juri Linkov <juri@jurta.org>
12637
12638 * info.el: Replace `info' with upper-case `Info' where appropriate.
12639 (info-title-1, info-title-2, info-title-3, info-title-4)
12640 (info-menu-header): Move up face definitions.
12641 (info-menu-star): Rename from `info-menu-5'.
12642 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12643 (Info-fontify-visited-nodes): Fix docstring.
12644 (Info-hide-note-references): Fix docstring.
12645 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12646 menu items in the same way as on cross-references.
12647 (info-apropos): Fix sorting order and formatting to be like in the
12648 stand-alone Info browser. Display error messages for 1 sec.
12649 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12650 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12651 from the menu bar.
12652 (Info-insert-dir): Restore point after calling
12653 `insert-buffer-substring'.
12654
12655 2005-08-08 Richard M. Stallman <rms@gnu.org>
12656
12657 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12658 (recompute-lucid-menubar): Add defvars.
12659
12660 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12661
12662 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12663
12664 * net/net-utils.el (run-dig): Rename from `dig'.
12665
12666 * play/gametree.el (gametree-mode): Use make-local-variable,
12667 not make-variable-buffer-local.
12668
12669 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12670
12671 * ansi-color.el (ansi-color-make-extent)
12672 (ansi-color-set-extent-face): Use fboundp, not functionp.
12673
12674 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12675 not make-variable-buffer-local.
12676
12677 * bookmark.el (Info-current-file): Add defvar.
12678 (bookmark-jump-noselect): Use with-no-warnings.
12679
12680 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12681
12682 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12683
12684 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12685
12686 * find-file.el (ada-procedure-start-regexp)
12687 (ada-package-start-regexp): Add defvars.
12688
12689 * info.el (Info-insert-dir): Use insert-buffer-substring.
12690
12691 * xml.el (xml-att-def-re): Add defvar.
12692
12693 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12694 calling convention.
12695
12696 * subr.el (while-no-input): Return t if there is input.
12697
12698 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12699
12700 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12701
12702 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12703
12704 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12705 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12706
12707 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12708
12709 * cmuscheme.el (scheme-start-file): Replace reference to
12710 `user-emacs-directory' by "~/.emacs.d/".
12711
12712 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12713
12714 * info.el (Info-dir-remove-duplicates): Avoid case folding
12715 in loop; instead, keep downcased strings for comparison.
12716 Suggested by Helmut Eller.
12717
12718 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12719
12720 Sync with Tramp 2.0.50.
12721
12722 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12723 XEmacs case; not necessary anymore.
12724 (tramp-user-regexp): Allow "@" as part of user name.
12725 (tramp-handle-set-visited-file-modtime)
12726 (tramp-handle-insert-file-contents)
12727 (tramp-handle-write-region): No special handling for
12728 `last-coding-system-used, because this is done in
12729 `tramp-accept-process-output' now.
12730 (tramp-accept-process-output): New defun.
12731 (tramp-process-one-action, tramp-process-one-multi-action)
12732 (tramp-wait-for-regexp, tramp-wait-for-output)
12733 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12734 Howells <dhowells@redhat.com>.
12735 (clear-visited-file-modtime): Defadvice removed. The check for
12736 unset buffer's modtime does not need to be based on
12737 `tramp-buffer-file-attributes'. Suggested by RMS.
12738 (tramp-message): Insert "\n" if not being at beginning of line.
12739 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12740 sequence with same logic.
12741 (tramp-completion-handle-expand-file-name): Discard call of
12742 `tramp-drop-volume-letter'. It is not necessary, and there have
12743 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12744 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12745 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12746 should always be visible.
12747 (tramp-handle-insert-directory, tramp-setup-complete)
12748 (tramp-set-process-query-on-exit-flag)
12749 (tramp-append-tramp-buffers): Pacify byte-compiler.
12750 (tramp-bug): Delete non-existing variables from list.
12751 Apply `tramp-load-report-modules' as pre-hook.
12752 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12753 `shell-prompt-pattern' because of non-7bit characters.
12754 Reported by Sebastian Luque <sluque@mun.ca>.
12755 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12756 (tramp-match-string-list): Remove function.
12757 (tramp-wait-for-regexp): Remove call of that function.
12758 Suggested by Kim F. Storm <storm@cua.dk>.
12759 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12760 instead of octal character code ?\600. The latter resulted in a
12761 syntax error with XEmacs.
12762
12763 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12764 XEmacs case; not necessary anymore.
12765 (tramp-smb-handle-write-region): No special handling for
12766 `last-coding-system-used, because this is done in
12767 `tramp-accept-process-output' now.
12768 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12769
12770 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12771
12772 * wid-edit.el (widget-choice-value-create):
12773 Unconditionally respect user choice. Set :explicit-choice back to nil
12774 when no longer needed.
12775 (widget-choice-action): Unconditionally respect user choice.
12776 Eliminate :explicit-choice-value.
12777
12778 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12779
12780 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12781 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12782 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12783 running new function `toggle-indicate-empty-lines'.
12784 Rename "Customize" item to "Customize fringe".
12785 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12786 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12787 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12788 Delete "Empty lines only" item.
12789 (menu-bar-showhide-fringe-ind-customize): New function.
12790 (menu-bar-showhide-fringe-ind-mixed)
12791 (menu-bar-showhide-fringe-ind-box)
12792 (menu-bar-showhide-fringe-ind-right)
12793 (menu-bar-showhide-fringe-ind-left)
12794 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12795 instead of `fringe-indicators'.
12796
12797 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12798
12799 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12800 Change the date of last update.
12801
12802 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12803
12804 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12805 (viper-exec-yank, viper-put-back): Don't display modification msg
12806 if in the minibuffer.
12807
12808 * viper-init.el (viper-replace-overlay-cursor-color)
12809 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12810 Make variables frame local.
12811
12812 * viper-util.el (viper-append-filter-alist): Use append instead of
12813 nconc.
12814
12815 * viper.el (viper-vi-state-mode-list)
12816 (viper-emacs-state-mode-list): Move help-mode and
12817 completion-list-mode from the first list to the second.
12818 (viper-mode): Docstring.
12819 (viper-go-away, viper-non-hook-settings): Don't localize
12820 minor-mode-alist in newer Emacsen. Add advice to
12821 set-cursor-color. Don't bind "\C-c\\".
12822
12823 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12824
12825 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12826 (scheme-macro-expand-command): New user options.
12827 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12828 (scheme-form-at-point, scheme-start-file)
12829 (scheme-interactively-start-process): New functions.
12830 (scheme-get-process): New function, extracted from `scheme-proc'.
12831 (run-scheme): Call `scheme-start-file' to get start file, and pass
12832 it to `make-comint'.
12833 (switch-to-scheme, scheme-proc):
12834 Call `scheme-interactively-start-process' if no Scheme buffer/process
12835 is available.
12836
12837 2005-08-06 Juri Linkov <juri@jurta.org>
12838
12839 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12840 Use `compilation-text-face', `compilation-info-text-face' and
12841 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12842 (compilation-error): New face.
12843 (compilation-error-file-name): Inherit from
12844 `compilation-error' instead of `font-lock-warning-face'.
12845 (compilation-warning-file-name): Inherit from
12846 `compilation-warning' instead of `font-lock-warning-face'.
12847 (compilation-info, compilation-error-file-name)
12848 (compilation-warning-file-name, compilation-info-file-name)
12849 (compilation-line-number, compilation-column-number): Doc fix.
12850 (compilation-error-text-face, compilation-warning-text-face)
12851 (compilation-info-text-face): New face variables.
12852 (compilation-line-face, compilation-column-face)
12853 (compilation-enter-directory-face)
12854 (compilation-leave-directory-face): Doc fix.
12855 (compilation-text-face): New function.
12856
12857 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12858 instead of 1 to display binary file names as info file links.
12859 (grep-error-face): Use `compilation-error-face' instead of
12860 `font-lock-keyword-face'.
12861 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12862 and `compilation-warning-text-face' instead of
12863 `font-lock-keyword-face'. Use `compilation-error-text-face'
12864 instead of `grep-error-face'.
12865
12866 2005-08-05 Kenichi Handa <handa@m17n.org>
12867
12868 * international/code-pages.el: Add autoload cookies for all coding
12869 systems.
12870
12871 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12874
12875 2005-08-04 Juri Linkov <juri@jurta.org>
12876
12877 * progmodes/compile.el (compilation-mode-map):
12878 * progmodes/grep.el (grep-mode-map):
12879 Bind TAB to `compilation-next-error' and [backtab] to
12880 `compilation-previous-error'.
12881
12882 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12883 matching line numbers, column numbers and their ranges with regexp
12884 matching only line numbers.
12885 (grep-context-face): New face variable.
12886 (grep-mode-font-lock-keywords): Use it.
12887
12888 * faces.el (read-face-name): Delete duplicate faces.
12889
12890 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12891
12892 * thumbs.el (thumbs-find-image): Don't make variables
12893 automatically buffer local.
12894 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12895 (thumbs-image-num): Make automatically buffer local.
12896 (thumbs-show-thumbs-list): Use `make-local-variable', not
12897 `make-variable-buffer-local'.
12898 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12899
12900 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12901 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12902 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12903 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12904 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12905 (feelings-about, foullst, found, hello, history, howareyoulst)
12906 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12907 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12908 (neglst, obj, object, owner, please, problems, qlist)
12909 (random-adjective, relation, remlst, repetitive-shortness)
12910 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12911 (shortlst, something, sportslst, stallmanlst, states, subj)
12912 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12913 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12914 Defvar at compile time.
12915
12916 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12917 not `make-variable-buffer-local'.
12918
12919 2005-08-02 Kim F. Storm <storm@cua.dk>
12920
12921 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12922 rectangle overlay in selected window.
12923
12924 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12927 instead of display group. Make `indicate-buffer-boundaries'
12928 customizable through Custom.
12929
12930 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12931
12932 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12933 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12934 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12935 (gdb-put-string): Fix typos in docstrings.
12936
12937 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12938
12939 Update copyright notices of files in progmodes directory for
12940 release of Emacs 22.1.
12941
12942 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12943
12944 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12945 Don't barf if the GUD buffer has been killed.
12946
12947 2005-08-01 Kim F. Storm <storm@cua.dk>
12948
12949 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12950
12951 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * simple.el (next-error-follow-minor-mode):
12954 make-variable-buffer-local -> make-local-variable.
12955
12956 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12957
12958 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12959 (byte-compile-form-make-variable-buffer-local): New functions to warn
12960 about misuses of make-variable-buffer-local where make-local-variable
12961 was meant.
12962
12963 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12964
12965 * bs.el (bs-attributes-list): Doc fix.
12966 (bs): Update url-link.
12967
12968 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12969 (desktop-load-default): Simplify.
12970
12971 * ibuffer.el (ibuffer-columnize-and-insert-list)
12972 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12973 (ibuffer-unmark-all, ibuffer-toggle-marks)
12974 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12975 (ibuffer-compile-make-format-form, ibuffer-format-column)
12976 (ibuffer-current-buffers-with-marks)
12977 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12978 (ibuffer): Doc fix.
12979 (ibuffer-mode): Fix typo in docstring.
12980 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12981 with `define-obsolete-variable-alias'.
12982 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12983
12984 2005-07-29 Kenichi Handa <handa@m17n.org>
12985
12986 * international/mule-cmds.el (select-message-coding-system):
12987 Be sure to use LF for end-of-line. If no coding system is decided,
12988 return iso-8859-1-unix.
12989
12990 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12993 (ange-ftp-pending-error-line): New vars.
12994 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12995 to handle the non-fatal no-route-to-host messages.
12996 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12997
12998 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12999
13000 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13001 (isearch-quote-char, isearch-printing-char)
13002 (isearch-text-char-description): "?\ " -> "?\s".
13003 (isearch-lazy-highlight-cleanup)
13004 (isearch-lazy-highlight-initial-delay)
13005 (isearch-lazy-highlight-interval)
13006 (isearch-lazy-highlight-max-at-a-time)
13007 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13008 Declare with define-obsolete-*-alias macros.
13009 (isearch-forward): Fix typo in docstring.
13010 (search-invisible, search-ring-yank-pointer)
13011 (regexp-search-ring-yank-pointer): Doc fixes.
13012
13013 * recentf.el (recentf-menu-append-commands-p): Declare with
13014 `define-obsolete-variable-alias'.
13015 (recentf-max-saved-items, recentf-menu-filter)
13016 (recentf-arrange-by-rule-subfilter): Doc fixes.
13017 (recentf-menu-append-commands-flag)
13018 (recentf-initialize-file-name-history, recentf-expand-file-name)
13019 (recentf-clear-data): Fix typos in docstrings.
13020
13021 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13022
13023 * progmodes/gdb-ui.el: Smarten comments.
13024 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13025
13026 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13027
13028 * term/apollo.el (terminal-init-apollo): New function containing
13029 all former top level forms in the file.
13030 * term/bobcat.el (terminal-init-bobcat):
13031 * term/cygwin.el (terminal-init-cygwin):
13032 * term/iris-ansi.el (terminal-init-iris-ansi):
13033 * term/linux.el (terminal-init-linux):
13034 * term/news.el (terminal-init-news):
13035 * term/rxvt.el (terminal-init-rxvt):
13036 * term/sun.el (terminal-init-sun):
13037 * term/tvi970.el (terminal-init-tvi970):
13038 * term/vt100.el (terminal-init-vt100):
13039 * term/vt102.el (terminal-init-vt102):
13040 * term/vt125.el (terminal-init-vt125):
13041 * term/vt200.el (terminal-init-vt200):
13042 * term/vt201.el (terminal-init-vt201):
13043 * term/vt220.el (terminal-init-vt220):
13044 * term/vt240.el (terminal-init-vt240):
13045 * term/vt300.el (terminal-init-vt300):
13046 * term/vt320.el (terminal-init-vt320):
13047 * term/vt400.el (terminal-init-vt400):
13048 * term/vt420.el (terminal-init-vt420):
13049 * term/wyse50.el (terminal-init-wyse50):
13050 * term/xterm.el (terminal-init-xterm): Likewise.
13051
13052 * term/README: Describe the terminal-init-* functionality.
13053
13054 * startup.el (command-line): After loading the terminal initialization
13055 file call the corresponding terminal initialization function.
13056
13057 2005-07-27 Kenichi Handa <handa@m17n.org>
13058
13059 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13060 negative.
13061
13062 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13063 (ps-mule-composition-prologue): Fix for the case that
13064 RelativeCompose is false.
13065
13066 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13069
13070 * descr-text.el (describe-char): Handle the case where the list of
13071 chars is displayed in a separate frame.
13072 Be a bit more discriminating when looking for the char.
13073
13074 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13075
13076 * bookmark.el (bookmark-automatically-show-annotations)
13077 (bookmark-read-annotation-text-func): Doc fixes.
13078 (bookmark-save): Improve argument/docstring consistency.
13079 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13080 (bookmark-alist-from-buffer)
13081 (bookmark-upgrade-file-format-from-0)
13082 (bookmark-grok-file-format-version)
13083 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13084 (bookmark-read-annotation-mode)
13085 (bookmark-insert-current-bookmark, bookmark-jump)
13086 (bookmark-exit-hook): Fix typos in docstrings.
13087 (bookmark-exit-hooks): Define as obsolete alias.
13088 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13089 not `bookmark-exit-hooks'. Fix docstring.
13090 (bookmark-bmenu-select): "?\ " -> "?\s".
13091
13092 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13093
13094 * startup.el (command-line): Fix typo.
13095
13096 2005-07-24 Richard M. Stallman <rms@gnu.org>
13097
13098 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13099 not emacs-quick-startup.
13100
13101 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13102
13103 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13104 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13105 instead of `reb-with-current-window'.
13106 (reb-prev-match): Likewise. Also, don't move left if the search
13107 was unsuccessful.
13108 (reb-initialize-buffer): New function.
13109 (re-builder, reb-change-syntax): Use it.
13110
13111 * man.el (Man-goto-page): Make second argument NOERROR optional.
13112
13113 2005-07-23 Richard M. Stallman <rms@gnu.org>
13114
13115 * man.el (Man-bgproc-sentinel): Check here for failure to find
13116 any man page in the output, and report the error here.
13117 (Man-arguments): Make it permanent local.
13118 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13119 (Man-mode): Pass t for NOERROR.
13120
13121 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13122 (grep-mode-font-lock-keywords):
13123 Don't use compilation-...-face for messages that are not file names.
13124
13125 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13126 Don't use compilation-...-face for messages that are not file names.
13127
13128 2005-07-22 Juri Linkov <juri@jurta.org>
13129
13130 * startup.el (normal-splash-screen): Update menu name.
13131
13132 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13133
13134 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13135
13136 * term/xterm.el: Load term/rxvt if the terminal is actually an
13137 rxvt terminal.
13138 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13139
13140 * term/rxvt.el (function-key-map): Use substitute-key-definition
13141 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13142
13143 * term/cygwin.el: New file.
13144
13145 2005-07-22 Kim F. Storm <storm@cua.dk>
13146
13147 * image-file.el (insert-image-file, image-file-yank-handler):
13148 Fix last change to maintain a (unique) yank-handler on yanked images.
13149
13150 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13151
13152 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13153 of the file size (as in "177B" for 177 bytes). This happens with
13154 "ls -lh" on FreeBSD.
13155
13156 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13157
13158 * hilit-chg.el (highlight-changes-global-initial-state)
13159 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13160 (hilit-chg-fixup, highlight-changes-mode):
13161 Fix typos in docstrings.
13162 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13163 Doc fixes.
13164
13165 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13166
13167 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13168 mode function using `eval-after-load'.
13169
13170 2005-07-21 Kim F. Storm <storm@cua.dk>
13171
13172 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13173 included when reporting an emacs crash, and tell about the DEBUG file.
13174
13175 * image-file.el (insert-image-file): Add yank-handler.
13176 (image-file-yank-handler): Yank handler to make unique copies of
13177 images when they are yanked into a buffer next to each other.
13178
13179 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13180
13181 * comint.el (comint-use-prompt-regexp, comint-send-input)
13182 (comint-source-default, comint-extract-string)
13183 (comint-get-source, comint-word, comint-completion)
13184 (comint-source, comint-prompt-read-only, comint-update-fence):
13185 Fix typos in docstrings.
13186 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13187 Declare with define-obsolete-*-alias macros.
13188 (comint-previous-matching-input-from-input)
13189 (comint-next-matching-input-from-input)
13190 (comint-previous-matching-input, comint-next-matching-input)
13191 (comint-forward-matching-input):
13192 Improve argument/docstring consistency.
13193
13194 * desktop.el (desktop-clear-preserve-buffers-regexp):
13195 Also preserve the *server* buffer.
13196
13197 * simple.el (clone-indirect-buffer): Doc fix.
13198 (fixup-whitespace, just-one-space)
13199 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13200 (next-error, next-error-highlight)
13201 (next-error-highlight-no-select, next-error-last-buffer)
13202 (next-error-buffer-p, next-error-find-buffer, next-error)
13203 (previous-error, next-error-no-select, previous-error-no-select)
13204 (open-line, split-line, minibuffer-prompt-width, kill-new)
13205 (binary-overwrite-mode): Fix typos in docstrings.
13206 (set-fill-column): Fix typo in message.
13207
13208 * skeleton.el (skeleton-proxy-new): Doc fix.
13209
13210 * strokes.el (strokes-load-hook): Doc fix.
13211 (strokes-grid-resolution, strokes-get-grid-position)
13212 (strokes-renormalize-to-grid, strokes-read-stroke)
13213 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13214 (strokes-global-map): Fix typos in docstrings.
13215 (strokes-help): Doc fix. Fix help message and pass it through
13216 `substitute-command-keys'.
13217
13218 * tempo.el (tempo-insert-prompt, tempo-interactive)
13219 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13220 (tempo-insert-string-functions, tempo-local-tags)
13221 (tempo-define-template, tempo-insert-template)
13222 (tempo-insert-prompt-compat, tempo-is-user-element)
13223 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13224 Fix typos in docstrings.
13225
13226 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13227 (vcursor-key-bindings, vcursor-use-vcursor-map)
13228 (vcursor-find-window, vcursor-scroll-down)
13229 (vcursor-disable, vcursor-beginning-of-buffer)
13230 (vcursor-end-of-buffer): Fix typos in docstrings.
13231 (vcursor-relative-move, vcursor-get-char-count):
13232 Improve argument/docstring consistency.
13233
13234 * version.el: "?\ " -> "?\s".
13235
13236 * wid-edit.el (widget-default-create, widget-after-change)
13237 (widget-default-format-handler, widget-checklist-add-item)
13238 (widget-radio-add-item, widget-choose, widget-specify-secret)
13239 (widget-field-value-create, widget-field-value-get)
13240 (widget-editable-list-format-handler)
13241 (widget-editable-list-entry-create, widget-group-value-create)
13242 (widget-documentation-link-add)
13243 (widget-documentation-string-value-create): "?\ " -> "?\s".
13244 (widget-convert-text): Doc fix.
13245 (widget-narrow-to-field, widget-field-find)
13246 (widget-url-link-action, widget-emacs-library-link-action)
13247 (widget-color-notify): Fix typos in docstrings.
13248
13249 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13250 (x-select-text, set-w32-system-coding-system)
13251 (w32-add-charset-info): Fix typos in docstrings.
13252
13253 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13254 (cua-enable-cua-keys, cua-use-hyper-key)
13255 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13256 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13257
13258 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13259
13260 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13261 `defalias' instead of faking it.
13262
13263 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13264 (eshell-ls-missing, eshell-ls-dired-initial-args)
13265 (eshell-ls-use-in-dired): Fix typos in docstrings.
13266
13267 2005-07-20 Kim F. Storm <storm@cua.dk>
13268
13269 * emulation/cua-base.el (cua-mode): Improve doc string.
13270
13271 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * abbrev.el (expand-region-abbrevs): Doc fix.
13274 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13275 Improve argument/docstring consistency.
13276
13277 * arc-mode.el (archive-get-descr, archive-alternate-display):
13278 Doc fixes.
13279 (archive-l-e): Improve argument/docstring consistency.
13280 (archive-tmpdir, archive-unixdate, archive-unixtime)
13281 (archive-chmod-entry): Fix typos in docstrings.
13282 (archive-unflag, archive-unflag-backwards)
13283 (archive-unmark-all-files): "?\ " -> "?\s".
13284
13285 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13286 (Buffer-menu-not-modified, Buffer-menu-execute)
13287 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13288 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13289
13290 * composite.el (compose-string, encode-composition-rule)
13291 (compose-last-chars): Fix typos in docstrings.
13292
13293 * desktop.el (desktop-enable, desktop-basefilename):
13294 Declare with `define-obsolete-variable-alias'.
13295 (desktop-internal-v2s): Don't quote keywords.
13296 (desktop-clear): "?\ " -> "?\s".
13297
13298 * dired.el (dired-align-file, dired-flag-backup-files)
13299 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13300 (dired-listing-switches, dired-ls-F-marks-symlinks)
13301 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13302 (dired-directory, dired-faces, dired, dired-revert)
13303 (dired-mode, dired-summary, dired-view-file)
13304 (dired-copy-filename-as-kill, dired-delete-file)
13305 (dired-no-confirm, dired-unmark-all-marks)
13306 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13307 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13308 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13309 Fix typos in message strings.
13310
13311 * dired-x.el (virtual-dired): Declare with `defalias'.
13312 (dired-mark-unmarked-files, dired-local-variables-file)
13313 (dired-omit-here-always): Doc fix.
13314 (dired-omit-mode, dired-find-subdir)
13315 (dired-enable-local-variables, dired-clean-up-buffers-too)
13316 (dired-extra-startup, dired-mark-extension, dired-jump)
13317 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13318 (dired-smart-shell-command, dired-guess-shell-alist-user)
13319 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13320 (dired-x-bind-find-file, dired-x-submit-report):
13321 Fix typos in docstrings.
13322 (dired-mark-unmarked-files): "?\ " -> "?\s".
13323
13324 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13325
13326 * faces.el (describe-face): "?\ " -> "?\s".
13327 (read-all-face-attributes, read-face-font, modify-face)
13328 (face-attr-construct, italic): Fix typos in docstrings.
13329 (frame-update-face-colors): Declare with
13330 `define-obsolete-function-alias'.
13331
13332 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13333 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13334 (magic-mode-alist, buffer-file-numbers-unique)
13335 (write-file-functions, get-free-disk-space):
13336 Fix typos in docstrings.
13337 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13338 (write-contents-hooks, write-file-hooks):
13339 Declare with `define-obsolete-variable-alias'.
13340
13341 * forms-d2.el (arch-rj): Fix typo in docstrings.
13342 (arch-tocol): Likewise. "?\ " -> "?\s".
13343
13344 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13345 Fix typo in docstring.
13346 (set-screen-width, set-screen-height): Delete redundant info in
13347 doctrings.
13348 (new-frame, screen-height, screen-width): Declare with
13349 `define-obsolete-function-alias'.
13350 (delete-frame-hook, blink-cursor): Declare with
13351 `define-obsolete-variable-alias'.
13352
13353 * paths.el (prune-directory-list): Fix typos in docstring.
13354
13355 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13356 (cvs-prefix-get): Fix typos in docstrings.
13357
13358 * ps-print.el (ps-extend-face-list, ps-extend-face)
13359 (ps-print-background-image): Fix typos in docstrings.
13360 (ps-default-fg, ps-default-bg): Doc fixes.
13361
13362 * s-region.el (s-region-bind): Doc fix.
13363 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13364
13365 * textmodes/org.el (org-table-formula-substitute-names)
13366 (org-table-get-vertical-vector): Doc fixes.
13367 (org-table-recalculate): Remove unused argument to `message'.
13368
13369 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13370
13371 * textmodes/org.el (org-table-column-names)
13372 (org-table-column-name-regexp)
13373 (org-table-named-field-locations): New variables.
13374 (org-archive-subtree): Protect `this-command' when calling
13375 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13376 the kill buffer.
13377 (org-complete): Remove fixed-formula completion.
13378 (org-edit-formulas-map): New variable.
13379 (org-table-edit-formulas): New command.
13380 (org-finish-edit-formulas, org-abort-edit-formulas)
13381 (org-show-variable, org-table-get-vertical-vector): New functions.
13382 (org-table-maybe-eval-formula): Handle `:=' fields.
13383 (org-table-get-stored-formulas, org-table-store-formulas)
13384 (org-table-get-formula, org-table-modify-formulas)
13385 (org-table-replace-in-formulas): Handle named field formulas.
13386 (org-table-get-specials): Store locations of named fields.
13387
13388 2005-07-19 Juri Linkov <juri@jurta.org>
13389
13390 * progmodes/grep.el (grep-regexp-alist)
13391 (grep-mode-font-lock-keywords, grep-process-setup):
13392 Use default GNU grep match color "01;31m" instead of "01;41m".
13393 (grep-regexp-alist, grep-mode-font-lock-keywords):
13394 Use `\\[[0-9]*m' instead of `\\[00m'.
13395 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13396 sgr_start where its handling is more important. Use the real
13397 length of sgr_start instead of constant 8.
13398 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13399 specially. Delete all remaining escape sequences.
13400 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13401 (grep-regexp-alist): Make hyperlink only for binary file name
13402 instead of the whole line.
13403 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13404 (grep-mode): Add autoload.
13405
13406 * emacs-lisp/find-func.el (find-function-regexp):
13407 Add `define-compilation-mode'.
13408
13409 2005-07-19 Juri Linkov <juri@jurta.org>
13410
13411 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13412 (compare-windows-sync-string-size, compare-windows-recenter)
13413 (compare-windows-highlight, compare-windows): Add version 22.1.
13414 (compare-windows) <defface>: Inherit from lazy-highlight instead
13415 of duplicating its default value.
13416
13417 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13418 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13419
13420 * descr-text.el (describe-char): Create link buttons for `charset'
13421 and `code point'. Add the current input method name with a link
13422 button to `to input' field. Print face names of display table
13423 characters in `The display table entry is displayed by' section
13424 instead of printing face-id in the `display' field.
13425 Guess hardcoded faces and create a link button for them.
13426 Skip empty fields when calculating max-width.
13427 Treat `widget-create' specially while inserting strings from the
13428 collected field list.
13429 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13430
13431 * diff-mode.el (diff-file-header): Change foreground color from
13432 yellow to green on light backgrounds.
13433 (diff-context): Inherit from `shadow' only for color/grayscale
13434 with more than 88 colors.
13435 (diff-indicator-removed, diff-indicator-added)
13436 (diff-indicator-changed): New faces.
13437 (diff-font-lock-keywords): Use new faces. Regroup rules.
13438 Add "^---$" for `normal' diff format. Fontify `#' lines with
13439 font-lock-comment-delimiter-face and font-lock-comment-face.
13440 Add `#' to ^[^...] in the rule for `diff-context-face'.
13441
13442 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13443 a button-like box. Inherit from `highlight' on low colors.
13444 (shadow): Use shades of gray only for color/grayscale with
13445 more than 88 colors. Use green for light backgrounds with
13446 8 colors, and yellow for dark backgrounds with 8 colors.
13447
13448 * font-lock.el (font-lock-regexp-grouping-backslash):
13449 Don't inherit from escape-glyph (use bold for all cases).
13450
13451 * info.el (info-xref-visited): Use light foreground color `violet'
13452 for dark backgrounds instead of dark color `magenta3'.
13453 (info-title-1): Use `yellow' color for dark backgrounds.
13454
13455 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13456 too-light magenta2.
13457
13458 * replace.el (match): Use slightly more light RoyalBlue3 instead
13459 of dark RoyalBlue4.
13460
13461 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13462
13463 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13464
13465 * novice.el (disabled-command-hook): Declare it with
13466 `define-obsolete-variable-alias'.
13467
13468 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13469 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13470 (desktop-load-default): Add release to obsolescence info.
13471 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13472 (desktop-append-buffer-args, desktop-read):
13473 Fix typos in docstrings.
13474 (desktop-kill): Fix typo in message.
13475 (desktop-save): Doc fix.
13476
13477 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13478
13479 * viper-cmd.el (viper-escape-to-state): Bug fix.
13480 (viper-envelop-ESC-key): Change the definition of fast
13481 keysequence so it'll work with keyboard macros.
13482
13483 * ediff.el (ediff-patch-buffer): Change the docstring.
13484
13485 2005-07-19 Kenichi Handa <handa@m17n.org>
13486
13487 * international/mule-cmds.el (select-safe-coding-system): Try to
13488 use an auto-coding (if any) before anything else. If the found
13489 auto-coding is invalid, show a warning message.
13490
13491 * international/mule.el (find-auto-coding): New function created
13492 by modifying the body of set-auto-coding.
13493 (set-auto-coding): Use find-auto-coding to find a coding.
13494
13495 2005-07-18 Richard M. Stallman <rms@gnu.org>
13496
13497 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13498 not isearch-mode-end-hook-error.
13499 (allout-before-change-protect): Fix error message.
13500
13501 2005-07-18 Juri Linkov <juri@jurta.org>
13502
13503 * allout.el (allout-mode):
13504 * calculator.el (calculator-copy):
13505 * custom.el (custom-known-themes):
13506 * dired.el (dired-desktop-buffer-misc-data)
13507 (dired-restore-desktop-buffer):
13508 * dired-x.el (dired-omit-marker-char):
13509 * files.el (basic-save-buffer):
13510 * font-core.el (font-lock-mode):
13511 * calendar/calendar.el (calendar-goto-hebrew-date)
13512 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13513 (calendar-goto-persian-date):
13514 * language/ethio-util.el (ethio-sera-to-fidel-region):
13515 * textmodes/picture.el (picture-mode):
13516 Delete duplicate duplicate words.
13517
13518 2005-07-18 Juri Linkov <juri@jurta.org>
13519
13520 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13521 chars * ? } |.
13522 (isearch-fallback): Don't call `isearch-process-search-char'.
13523 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13524 (isearch-process-search-char): Call `isearch-fallback' for regexp
13525 chars * ? } |.
13526 (isearch-return-char): Make obsolete with `make-obsolete' instead
13527 of simply documenting it as obsolete in the docstring.
13528 (isearch-fallback): Refill docstring.
13529
13530 * international/isearch-x.el
13531 (isearch-process-search-multibyte-characters): Remove unneeded
13532 `concat'. Add intermediate values to `junk-hist' instead of
13533 `minibuffer-history'. Test the length of `str'.
13534
13535 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13536
13537 * allout.el (allout-resolve-xref): Fix typos in error strings.
13538 (allout-before-change-protect): Remove unneeded `concat'.
13539
13540 * array.el (array-mode, array-reconfigure-rows)
13541 (untabify-backward): Fix typos in docstrings.
13542 (array-reconfigure-rows): Use `insert-buffer-substring', not
13543 `insert-buffer'.
13544
13545 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13546 * progmodes/ada-mode.el (ada-make-body):
13547 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13548
13549 * dired.el (dired-log):
13550 * tar-mode.el (tar-subfile-save-buffer):
13551 * play/zone.el (zone-pgm-stress-destress):
13552 Use `insert-buffer-substring', not `insert-buffer'.
13553
13554 2005-07-17 Simon Josefsson <jas@extundo.com>
13555
13556 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13557
13558 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13559
13560 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13561 Add plain auth method.
13562 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13563
13564 2005-07-17 Kim F. Storm <storm@cua.dk>
13565
13566 * ido.el (dired-other-window): Add ido property.
13567
13568 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13569
13570 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13571 Fix typo in docstring.
13572 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13573 `insert-file-literally'.
13574
13575 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13576 info and delete redundant message. Doc fix.
13577 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13578 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13579
13580 2005-07-16 Richard M. Stallman <rms@gnu.org>
13581
13582 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13583 (byte-compile-and): Use byte-compile-and-recursion.
13584 (byte-compile-or-recursion): New function.
13585 (byte-compile-or): Use that.
13586 (byte-compile-if): Guard the else-clause too.
13587 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13588
13589 * isearch.el (isearch-mode-end-hook-quit): New variable.
13590 (isearch-done): Bind it.
13591 (isearch-mode-end-hook): Doc fix.
13592
13593 * allout.el (allout-isearch-did-quit): Variable deleted.
13594 (allout-real-isearch-abort): Function name no longer used.
13595 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13596 (allout-isearch-rectification): isearch-mode always exists.
13597 Don't set allout-isearch-did-quit.
13598 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13599 allout-isearch-did-quit.
13600 (allout-enwrap-isearch): Just add the hook.
13601 (allout-isearch-abort): Function deleted.
13602 (allout-pre-command-business): Avoid warning.
13603
13604 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13605 Correctly avoid warnings.
13606 (pascal-outline): Likewise.
13607
13608 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13609
13610 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13611
13612 * play/tetris.el (tetris-mode): Avoid warning.
13613
13614 * play/snake.el (snake-mode): Avoid warning.
13615
13616 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13617 (gamegrid-set-display-table): Avoid warning.
13618 (gamegrid-set-timer): Likewise.
13619 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13620 (gamegrid-add-score-with-update-game-score-1): Take FILE
13621 as argument.
13622 (gamegrid-add-score-with-update-game-score): Pass that argument.
13623 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13624
13625 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13626
13627 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13628 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13629
13630 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13631 and insert-file.
13632
13633 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13634 (sc-ask): Avoid warnings.
13635
13636 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13637 (eshell-hist-initialize): Use that var the natural way.
13638
13639 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13640
13641 * emacs-lisp/re-builder.el (reb-cook-regexp):
13642 Avoid warning calling lre-compile-string.
13643 (reb-color-display-p): Avoid warning.
13644
13645 * calculator.el (calculator-last-input): Guard uses
13646 of event-key and key-press-event-p.
13647 (event-key, key-press-event-p): Delete definitions.
13648
13649 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13650 (find-gc-source-directory, find-gc-subrs-callers)
13651 (find-gc-noreturn-list, find-gc-source-files)
13652 (find-gc-subrs-called): Vars renamed and defvar'd.
13653
13654 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13655 (checkdoc-overlay-put, checkdoc-delete-overlay)
13656 (checkdoc-overlay-start, checkdoc-overlay-end)
13657 (checkdoc-mode-line-update, checkdoc-char=):
13658 Define such that compiler knows they are defined.
13659 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13660 (checkdoc-read-event): Delete. Use read-event directly.
13661
13662 * whitespace.el (whitespace-make-overlay)
13663 (whitespace-overlay-put, whitespace-delete-overlay)
13664 (whitespace-overlay-start, whitespace-overlay-end):
13665 Define such that compiler knows they are defined.
13666 (whitespace): Move conditional inside.
13667
13668 * tempo.el (tempo-insert-template): Suppress warning.
13669
13670 * ediff-diff.el (longlines-mode): Add defvar.
13671
13672 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13673
13674 * server.el: Bind "C-x #" in a way that works even if C-x is
13675 redefined to a command key, not a prefix key.
13676
13677 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13678
13679 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13680 cl-make-type-test till execution time.
13681
13682 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13683
13684 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13685 arg ARG and use it.
13686
13687 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13688
13689 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13690
13691 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13692
13693 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13694 a defcustom with two :set or :type keywords.
13695
13696 2005-07-15 Richard M. Stallman <rms@gnu.org>
13697
13698 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13699 Don't give ^M comment-end syntax.
13700
13701 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13702
13703 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13704 Don't consider gdbmi (gdb-mi.el has its own update functions).
13705 (gdb-var-delete): Make it work for gdbmi as well.
13706 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13707
13708 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13709 (gud-speedbar-menu-items): Correct logic for enabling items.
13710
13711 2005-07-15 Kim F. Storm <storm@cua.dk>
13712
13713 * ido.el: Fix commentary.
13714 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13715 Use with-no-warnings around ffap-guesser.
13716 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13717 Let bind minibuffer-completing-file-name to t.
13718
13719 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13720
13721 * startup.el (site-run-file, keyboard-type): Doc fixes.
13722 (command-line): Check for "--basic-display" argument; also for
13723 "--quick", not "--bare-bones" (which was renamed).
13724 (fancy-splash-text): Add missing item "Getting New Versions".
13725 (normal-splash-screen): Fix typos and improve consistency with
13726 `fancy-splash-text'. Update copyright year.
13727
13728 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13729 valid binding for `help-char'.
13730
13731 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13732
13733 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13734
13735 * term.el (term-mode): Disable cua-mode for term buffers.
13736
13737 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * add-log.el (add-log-mailing-address, change-log-merge):
13740 Doc fixes.
13741 (change-log-get-method-definition): Fix typo in docstring.
13742
13743 2005-07-14 Kim F. Storm <storm@cua.dk>
13744
13745 * emulation/cua-base.el:
13746 (cua--pre-command-handler-1, cua--pre-command-handler)
13747 (cua--post-command-handler-1, cua--post-command-handler):
13748 Split in two. Check (buffer local) value of cua-mode.
13749 (cua-selection-mode): New command.
13750
13751 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13752
13753 * custom.el (custom-initialize-safe-set)
13754 (custom-initialize-safe-default): Doc fixes.
13755
13756 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13757 and simplify :init-value again.
13758
13759 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13760 and simplify :init-value again. Delete autoload.
13761
13762 * startup.el (command-line): Use `custom-reevaluate-setting' again
13763 for tooltip-mode.
13764
13765 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13766 a defcustom with two :initialize keywords.
13767
13768 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13771 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13772 (allout-post-command-business, allout-flag-region)
13773 (isearch-reenable-font-lock, allout-yank)
13774 (allout-insert-latex-header, allout-insert-latex-trailer)
13775 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13776 (allout-latex-verb-quote): Fix typos in docstrings.
13777 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13778 (allout-unprotected, allout-prefix-data):
13779 Improve argument/docstring consistency.
13780 (allout-chart-subtree): Fix argument spec.
13781 (allout-open-topic): Rename `use_sib_bullet' argument to
13782 `use-sib-bullet'. Doc fix.
13783
13784 * whitespace.el (whitespace-check-buffer-leading)
13785 (whitespace-check-buffer-trailing)
13786 (whitespace-check-buffer-indent)
13787 (whitespace-check-buffer-spacetab)
13788 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13789 (whitespace-check-leading-whitespace)
13790 (whitespace-check-trailing-whitespace)
13791 (whitespace-check-spacetab-whitespace)
13792 (whitespace-check-indent-whitespace)
13793 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13794 (whitespace-modes): Fix typos in docstrings.
13795 (defgroup, defcustom): Doc fixes.
13796
13797 * winner.el (winner-mode, winner-boring-buffers)
13798 (winner-pending-undo-ring): Doc fixes.
13799 (winner-ring): Remove unneeded `progn'.
13800 (winner-equal): `defsubst' it.
13801 (winner-redo): Fix message.
13802
13803 2005-07-13 Kim F. Storm <storm@cua.dk>
13804
13805 * simple.el (line-move-1): Always use vertical-motion to
13806 do the last (or only) line move to ensure some movement.
13807 Undo 2005-06-23 change--don't check for overlays.
13808
13809 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13810
13811 * term/mac-win.el (ccl-encode-mac-roman-font)
13812 (ccl-encode-mac-centraleurroman-font)
13813 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13814 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13815 Change charset-id boundary of dimension to ?\xef.
13816 (mac-char-fontspec-list): New constant.
13817 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13818 argument. Nil uses itself as family in font-spec. Previous
13819 behavior for nil is now provided by non-nil non-string argument.
13820 All callers changed. Add font-specs for Mac fonts to
13821 "fontset-default" unless iso8859-1 fonts are installed.
13822
13823 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13826 a continuation line if the \ is preceded by SPC or TAB.
13827 (sh-get-indent-info): Simplify.
13828 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13829 Use with-current-buffer.
13830
13831 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13832 when the matched text is empty.
13833
13834 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13835
13836 * startup.el (command-line): Revert to previous handling of
13837 tooltip-mode. Explain in comment why the complexity is needed.
13838
13839 * tooltip.el (tooltip-mode): Revert to previous implementation of
13840 its defcustom.
13841
13842 * frame.el (blink-cursor-mode): Revert to previous implementation
13843 of its defcustom. Update comment.
13844
13845 2005-07-12 Lars Hansen <larsh@soem.dk>
13846
13847 * desktop.el: Update e-mail address.
13848
13849 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13850
13851 * term/mac-win.el (mac-services-mail-selection)
13852 (mac-services-mail-to): New functions.
13853 (mac-application-menu-map): Bind them.
13854
13855 2005-07-12 wulei <milton@wulei.net> (tiny change)
13856
13857 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13858
13859 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13860
13861 * custom.el (custom-reevaluate-setting): Doc fix.
13862
13863 2005-07-11 Jay Belanger <belanger@truman.edu>
13864
13865 * calc/calc.el (calc-embedded-announce-formula-alist)
13866 (calc-embedded-open-close-plain-alist)
13867 (calc-embedded-open-close-mode-alist): Add checks for additional
13868 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13869
13870 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * custom.el (custom-enable-theme): Don't add theme to
13873 `custom-enabled-themes' with `push' because there is no
13874 setf-method for `delq'.
13875
13876 2005-07-11 Richard M. Stallman <rms@gnu.org>
13877
13878 * custom.el (custom-declare-variable): Doc fix.
13879
13880 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13881 from the alists.
13882
13883 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13884 Do nothing if edebug-active.
13885
13886 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13887 (edebug-display): Do it here instead.
13888
13889 2005-07-10 Richard M. Stallman <rms@gnu.org>
13890
13891 * cus-face.el (custom-theme-set-faces): Make it work.
13892 (custom-reset-faces): Doc fix.
13893 (custom-theme-reset-internal-face, custom-theme-face-value):
13894 Functions deleted.
13895
13896 * custom.el (custom-push-theme): Maintain list of the settings
13897 of a given theme in its theme-settings property.
13898 Maintain position of old settings in the theme-value
13899 or theme-face property.
13900 (custom-enabled-themes): New variable.
13901 (custom-theme-enabled-p): New function.
13902 (provide-theme): Update custom-enabled-themes.
13903 Disable and reenable the `user' theme.
13904 (require-theme): Doc fix.
13905 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13906 (custom-theme-value, custom-theme-variable-value): Likewise.
13907 (custom-theme-reset-internal): Likewise.
13908 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13909 (custom-enable-theme, custom-disable-theme): New functions.
13910 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13911 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13912 (custom-theme-reset-variables): Simplify.
13913 (deftheme, custom-declare-theme, custom-make-theme-feature):
13914 Definitions moved.
13915
13916 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * longlines.el (longlines-show-region)
13919 (longlines-unshow-hard-newlines): Recognize hard newlines by
13920 non-nil hard property, instead of t.
13921
13922 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13923
13924 * viper-cmd.el (viper--key-maps): New variable.
13925 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13926 emulation-mode-map-alists.
13927 (viper-envelop-ESC-key): Use viper-subseq.
13928 (viper-search-forward/backward/next): Disable debug-on-error.
13929
13930 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13931 (viper-ESC-key): New defcustoms.
13932
13933 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13934
13935 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13936 (viper-subseq): Copy of subseq from cl.el.
13937
13938 * viper.el (viper-go-away, viper-set-hooks): Use
13939 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13940
13941 * viper-mous.el (viper-current-frame-saved): Use defvar.
13942
13943 * viper-init.el: Get rid of -face in face names.
13944
13945 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13946 Make it work with longlines mode
13947
13948 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13949
13950 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13951
13952 * ediff-init.el: Get rid of -face in face names.
13953
13954 2005-07-10 Richard M. Stallman <rms@gnu.org>
13955
13956 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13957 and with-timeout-unsuspend.
13958
13959 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13960 and with-timeout-unsuspend.
13961
13962 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13963 (with-timeout): Bind that variable to record timers.
13964 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13965
13966 * emacs-lisp/debug.el (debug-help-follow): New function.
13967 (debugger-mode-map): Use that instead of help-follow.
13968 (debugger-setup-buffer): Use eval-buffer-list
13969 to handle eval-buffer frames.
13970
13971 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13972
13973 * timezone.el (timezone-parse-date): Change first regexp
13974 so it will not mistakenly match dates with no time zone.
13975
13976 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13977
13978 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13979
13980 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13981
13982 * custom.el (custom-initialize-safe-set)
13983 (custom-initialize-safe-default): New functions.
13984
13985 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13986 and simplify :init-value.
13987
13988 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13989 and simplify :init-value. Delete obsolete comment.
13990
13991 * startup.el (command-line): Use `custom-reevaluate-setting' to
13992 handle `tooltip-mode'. Delete obsolete comment.
13993
13994 * files.el (set-visited-file-name): Avoid calling
13995 `file-name-nondirectory' with a nil argument.
13996
13997 2005-07-09 Richard M. Stallman <rms@gnu.org>
13998
13999 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14000 was called with nil for the buffer, handle the read position right.
14001 Handle read position for eval-region, too.
14002
14003 2005-07-09 Juri Linkov <juri@jurta.org>
14004
14005 * fringe.el (fringe-mode): Add period in docstring.
14006 (fringe-query-style): Build prompt depending on `all-frames' arg.
14007
14008 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14009 to not create links to unrelated functions in the Help buffer.
14010
14011 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14012 Doc fix.
14013
14014 * simple.el (next-error-hook): New variable.
14015 (next-error): Use it. Doc fix.
14016
14017 * textmodes/ispell.el (ispell-command-loop): Add current
14018 dictionary name and program name to mode-line-format.
14019 (ispell-region, ispell-process-line): Add current dictionary name
14020 and program name to messages.
14021
14022 2005-07-08 Jay Belanger <belanger@truman.edu>
14023
14024 * calc/calc.el (calc-embedded-announce-formula-alist)
14025 (calc-embedded-open-close-formula-alist)
14026 (calc-embedded-open-close-word-alist)
14027 (calc-embedded-open-close-plain-alist)
14028 (calc-embedded-open-close-new-formula-alist)
14029 (calc-embedded-open-close-mode-alist)
14030 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14031 (calc-embedded-mode-hook): New variables.
14032
14033 * calc/calc-embed.el (calc-embedded-firsttime)
14034 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14035 New variables.
14036 (calc-do-embedded): Use calc-embedded-firsttime,
14037 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14038 determine whether or not to run hooks.
14039 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14040 calc-embedded-firsttime-formula appropriately.
14041 Set calc-embedded delimiter variables according to mode.
14042
14043 2005-07-08 Richard M. Stallman <rms@gnu.org>
14044
14045 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14046 Check for "emacs", etc., as entire symbol, not just as word.
14047 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14048
14049 * files.el (set-visited-file-name): Report the error
14050 for "empty filename" earlier.
14051 (kill-some-buffers): Ignore buffers already dead.
14052
14053 * fringe.el (fringe-mode): Doc fix.
14054
14055 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14056 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14057 Use unwind-protect to ensure byte-compile-unresolved-functions
14058 is updated.
14059
14060 * whitespace.el (whitespace-buffer-leading-cleanup):
14061 Simplify w/ skip-chars-forward.
14062 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14063
14064 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14065 Unconditionally try to leave point at the same old place.
14066
14067 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14068
14069 * comint.el (comint-postoutput-scroll-to-bottom)
14070 (comint-show-maximum-output): Take scroll-margin into consideration.
14071
14072 2005-07-08 Kim F. Storm <storm@cua.dk>
14073
14074 * ido.el (ido-use-filename-at-point): New choice `guess'.
14075 (ido-file-internal): Try ffap-guesser if selected.
14076
14077 * ido.el (ido-before-fallback-functions): New hook.
14078 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14079 (ido-read-file-name): Run it.
14080
14081 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14084 strings rather than a list of symbols to the completion function.
14085
14086 2005-07-07 Jay Belanger <belanger@truman.edu>
14087
14088 * calc/calc-units.el (math-apply-units): Change the places in
14089 which units are simplified.
14090
14091 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14092
14093 * cus-edit.el (customize-option, customize-option-other-window):
14094 Make them handle aliases.
14095
14096 * custom.el (custom-variable-p): Make it recursively follow
14097 aliases. Mention that in the docstring.
14098
14099 2005-07-07 Richard M. Stallman <rms@gnu.org>
14100
14101 * cus-start.el (exec-path): Use `directory' instead of `file'.
14102 Fix tag for nil.
14103
14104 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14105
14106 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14107 when called non-interactively. Doc fix.
14108
14109 2005-07-07 Lute Kamstra <lute@gnu.org>
14110
14111 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14112 new address as well.
14113
14114 2005-07-07 Kenichi Handa <handa@m17n.org>
14115
14116 * international/mule.el (make-coding-system):
14117 Describe `ascii-incompatible' property in the docstring.
14118 (set-file-name-coding-system): Signal an error if coding-system is
14119 ascii-incompatible.
14120 (set-keyboard-coding-system): Likewise.
14121
14122 * international/mule-cmds.el (set-default-coding-systems):
14123 Don't set default-file-name-coding-system and
14124 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14125
14126 * international/utf-16.el: Declare that all UTF-16-based coding
14127 systems are ASCII-incompatible.
14128
14129 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14130
14131 * progmodes/gud.el: Require font-lock for displaying errors.
14132 Used by gdb-ui.el.
14133
14134 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14135
14136 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14137 values for the pattern lists which are `read'able but not
14138 `append'able (like symbols).
14139
14140 2005-07-06 Richard M. Stallman <rms@gnu.org>
14141
14142 * progmodes/flymake.el (flymake-float-time): Instead of
14143 with-no-warnings, test for xemacs.
14144 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14145 to avoid warning.
14146
14147 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14148
14149 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14150
14151 2005-07-05 Lute Kamstra <lute@gnu.org>
14152
14153 * battery.el: Add support for Darwin (with much debugging help
14154 from Samuel Lauber <sam124@operamail.com>).
14155 (battery-status-function, battery-echo-area-format)
14156 (battery-mode-line-format): Add support for pmset on Darwin.
14157 (battery-load-low, battery-load-critical): New user options.
14158 (battery-pmset): New function.
14159
14160 2005-07-05 Lute Kamstra <lute@gnu.org>
14161
14162 Update FSF's address in GPL notices.
14163
14164 * textmodes/page-ext.el: Update FSF's address.
14165
14166 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14169 filling from using prefix when filling a single-line docstring.
14170
14171 * progmodes/flymake.el: Remove useless eval-when-compile.
14172
14173 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14174
14175 2005-07-04 Richard M. Stallman <rms@gnu.org>
14176
14177 * textmodes/org.el (org-file-apps-defaults-gnu):
14178 Rename from org-file-apps-defaults-linux.
14179 (org-default-apps): Don't test system-type for `linux'.
14180 (org-file-apps): Doc fix.
14181
14182 2005-07-04 David Ponce <david@dponce.com>
14183
14184 * tree-widget.el: Improve header Commentary section.
14185 (tree-widget) [defgroup]
14186 (tree-widget-image-enable, tree-widget-themes-directory)
14187 (tree-widget-theme, tree-widget-image-properties-emacs)
14188 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14189 (tree-widget-image-formats, tree-widget-control)
14190 (tree-widget-empty-control, tree-widget-leaf-control
14191 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14192 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14193 (tree-widget-keep, tree-widget-after-toggle-functions)
14194 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14195 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14196 :help-echo message.
14197 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14198 (tree-widget-image-properties): Doc fix. Clearer implementation.
14199 (tree-widget--cursors): New constant.
14200 (tree-widget-lookup-image): New function split from
14201 `tree-widget-find-image'. Clearer implementation.
14202 (tree-widget-find-image): Use it.
14203 (tree-widget-button-keymap): Use `set-keymap-parent'.
14204 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14205 Define the sub-widgets here.
14206 (tree-widget-node): Check that :node is not a tree-widget.
14207 (tree-widget-get-super, tree-widget-open-control)
14208 (tree-widget-close-control, tree-widget-empty-control)
14209 (tree-widget-leaf-control, tree-widget-guide)
14210 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14211 (tree-widget-no-handle, tree-widget-value-delete)
14212 (tree-widget-map): Remove.
14213 (tree-widget-children-value-save): Doc fix. Simplified.
14214 (tree-widget-value-create): Update according to previous changes.
14215
14216 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14217
14218 * textmodes/org.el: Leading space replaced by TABS.
14219 (org-recalc-marks, org-table-rotate-recalc-marks)
14220 (org-table-get-specials): Treat "^" and "_" marks.
14221 (org-table-justify-field-maybe): Optional argument NEW.
14222 (org-table-eval-formula): Parsing of the format simplified.
14223 New modes C,I. Honor the %= parameter in the current table.
14224 Avoid unnecessary re-align by using the NEW argument to
14225 `org-table-justify-field-maybe'.
14226 (org-calc-default-modes): Default for date-format mimicks org-mode.
14227 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14228
14229 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14230
14231 * cus-face.el (custom-theme-set-faces): Make it handle face
14232 aliases whose alias declarations are pre- or autoloaded.
14233
14234 2005-07-04 Juri Linkov <juri@jurta.org>
14235
14236 * faces.el (read-face-name): Put the code for getting a face name
14237 from the buffer before adding the faces from the `face' property.
14238 Use `completing-read-multiple' instead of `completing-read'.
14239 Require `crm'. Add default value and post-process the returned
14240 list of faces.
14241
14242 * emacs-lisp/crm.el (crm-find-current-element)
14243 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14244
14245 * emacs-lisp/lisp-mode.el (eval-defun-1):
14246 * emacs-lisp/edebug.el (edebug-eval-defun):
14247 Remove unnecessary quotes.
14248
14249 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14250
14251 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14252 (prolog-indent-level): Fix typo in docstring.
14253
14254 * info.el (Info-history, Info-history-forward)
14255 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14256
14257 * add-log.el (add-change-log-entry):
14258 * comint.el (comint-dynamic-list-input-ring)
14259 (comint-dynamic-list-completions):
14260 * dabbrev.el (dabbrev-expand):
14261 * delim-col.el (delimit-columns-rectangle-line):
14262 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14263 (diff-unified->context):
14264 * ediff-init.el (ediff-abbrev-jobname):
14265 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14266 (ediff-replace-session-activity-marker-in-meta-buffer):
14267 * info.el (Info-summary):
14268 * lpr.el (printify-region):
14269 * printing.el (pr-create-interface):
14270 * ps-print.el (ps-print-quote):
14271 * ses.el (ses-column-widths, ses-print-cell)
14272 (ses-adjust-print-width, ses-center):
14273 * shell.el (shell-file-name-quote-list):
14274 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14275 (strokes-fill-current-buffer-with-whitespace)
14276 (strokes-xpm-for-stroke, strokes-list-strokes)
14277 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14278 * term.el (term-dynamic-list-input-ring)
14279 (term-dynamic-list-completions):
14280 * calc/calc.el (math-format-stack-value):
14281 * emacs-lisp/edebug.el (edebug-display-freq-count):
14282 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14283 (delphi-new-comment-line):
14284 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14285 * progmodes/executable.el (executable-set-magic):
14286 * progmodes/python.el (inferior-python-mode):
14287 * progmodes/scheme.el (scheme-mode-syntax-table):
14288 * progmodes/sh-script.el (sh-maybe-here-document):
14289 * progmodes/sql.el (sql-copy-column):
14290 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14291 * textmodes/bibtex.el (bibtex-mode):
14292 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14293 (sgml-auto-attributes):
14294 * textmodes/table.el (table-insert, table-shorten-cell)
14295 (table--generate-source-scan-lines, table-delete-row)
14296 (*table--cell-delete-char, table--spacify-frame)
14297 (table--horizontally-shift-above-and-below)
14298 (table--cell-insert-char, table--cell-blank-str)
14299 (table--fill-region-strictly):
14300 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14301 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14302
14303 * add-log.el (change-log):
14304 * apropos.el (apropos):
14305 * comint.el (comint-completion, comint-source):
14306 * dabbrev.el (dabbrev):
14307 * delim-col.el (columns):
14308 * diff-mode.el (diff-mode):
14309 * ediff.el (ediff):
14310 * ediff-diff.el (ediff-diff):
14311 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14312 * ediff-mult.el (ediff-mult):
14313 * ediff-ptch.el (ediff-ptch):
14314 * ediff-wind.el (ediff-window):
14315 * facemenu.el (facemenu):
14316 * indent.el (indent):
14317 * info.el (info):
14318 * jka-cmpr-hook.el (compression, jka-compr):
14319 * lpr.el (lpr):
14320 * outline.el (outlines):
14321 * pcmpl-cvs.el (pcmpl-cvs):
14322 * pcmpl-rpm.el (pcmpl-rpm):
14323 * printing.el (printing):
14324 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14325 (ps-print-vertical, ps-print-headers, ps-print-font)
14326 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14327 (ps-print-background, ps-print-printer, ps-print-page)
14328 (ps-print-miscellany):
14329 * ses.el (ses):
14330 * shell.el (shell, shell-directories, shell-faces):
14331 * startup.el (initialization):
14332 * strokes.el (strokes):
14333 * term.el (term):
14334 * uniquify.el (uniquify):
14335 * w32-vars.el (w32):
14336 * calc/calc.el (calc):
14337 * emacs-lisp/bytecomp.el (bytecomp):
14338 * emacs-lisp/cl-indent.el (lisp-indent):
14339 * emacs-lisp/edebug.el (edebug):
14340 * emacs-lisp/elp.el (elp):
14341 * emacs-lisp/testcover.el (testcover):
14342 * emacs-lisp/trace.el (trace):
14343 * emulation/viper-ex.el (viper-ex):
14344 * emulation/viper-mous.el (viper-mouse):
14345 * mail/mailalias.el (mailalias):
14346 * mail/supercite.el (supercite, supercite-frames)
14347 (supercite-attr, supercite-cite, supercite-hooks):
14348 * net/rcompile.el (remote-compile):
14349 * net/rlogin.el (rlogin):
14350 * obsolete/ooutline.el (outlines):
14351 * progmodes/delphi.el (delphi):
14352 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14353 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14354 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14355 (ebnf-optimization):
14356 * progmodes/etags.el (etags):
14357 * progmodes/executable.el (executable):
14358 * progmodes/idlwave.el (idlwave):
14359 * progmodes/pascal.el (pascal):
14360 * progmodes/prolog.el (prolog):
14361 * progmodes/python.el (python):
14362 * progmodes/scheme.el (scheme):
14363 * progmodes/sh-script.el (sh, sh-script):
14364 * progmodes/sql.el (SQL):
14365 * progmodes/tcl.el (tcl):
14366 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14367 * textmodes/enriched.el (enriched):
14368 * textmodes/makeinfo.el (makeinfo):
14369 * textmodes/sgml-mode.el (sgml):
14370 * textmodes/table.el (table-hooks):
14371 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14372 * textmodes/texinfo.el (texinfo):
14373 * textmodes/two-column.el (two-column):
14374 Finish `defgroup' description with period.
14375
14376 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14377 * eshell/esh-var.el (eshell-var):
14378 * progmodes/vhdl-mode.el (vhdl-testbench):
14379 * textmodes/org.el (org): Fix typos in docstrings.
14380
14381 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14382 consistency.
14383
14384 * progmodes/flymake.el (flymake-find-file): Remove.
14385 (flymake-float-time): Use `with-no-warnings'.
14386 (flymake-check-start-time, flymake-check-was-interrupted)
14387 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14388 (flymake-new-err-info): `defvar' at compile time.
14389
14390 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14391
14392 * replace.el (occur-hook): Doc fix.
14393 (occur-1): Don't call `occur-hook' if there are no matches.
14394
14395 2005-07-03 Richard M. Stallman <rms@gnu.org>
14396
14397 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14398 global-map, save the same map.
14399 (global-map): Don't alter it at top level.
14400 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14401 Then alter it here instead.
14402 (tpu-edt-off): Set global-map to the saved one.
14403
14404 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14405 All references simplified.
14406 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14407 (zmacs-regions): Add defvar.
14408 (repeat-complex-command-map): Everything about that deleted.
14409
14410 * textmodes/artist.el (artist-key-is-drawing)
14411 (artist-key-endpoint1, artist-key-poly-point-list)
14412 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14413 (artist-key-compl-table, artist-rb-save-data)
14414 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14415 Don't put them in eval-when-compile.
14416 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14417
14418 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14419 Use with-no-warnings.
14420
14421 * net/browse-url.el (dos-windows-version): Add defvar.
14422
14423 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14424
14425 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14426 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14427 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14428 Add defvar.
14429 (rmail-summary-beginning-of-message): Use with-no-warnings.
14430 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14431
14432 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14433 Use with-no-warnings.
14434
14435 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14436 (c-mark-function): Add point-moving-unit property.
14437 (vi-goto-line): Use with-no-warnings.
14438
14439 * emulation/edt.el (edt-last-copied-word): Add defvar.
14440 (zmacs-region-stays): Likewise.
14441 (edt-mark-section-wisely): Use c-mark-function for C.
14442 Use makr-defun for Fortran.
14443 (time-string): defvar deleted.
14444 (edt-display-the-time): Don't set time-string.
14445
14446 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14447
14448 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14449 Don't warn when name is not constant
14450 or for defining the group `emacs'.
14451
14452 * tooltip.el (gud-tooltip-mode): Add defvar.
14453
14454 * startup.el (default-frame-background-mode): Add defvar.
14455
14456 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14457
14458 * info.el (tool-bar-map): Add defvar.
14459
14460 * dired.el (dnd-protocol-alist): Add defvar.
14461
14462 * dired-aux.el (dired-query): Display question with answer, when
14463 the user answers.
14464
14465 * custom.el (custom-add-option): Doc fix.
14466
14467 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14468
14469 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14470
14471 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14472 bogus name from the last change.
14473
14474 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14475
14476 * custom.el (custom-declare-variable): Fix typos in comment.
14477 (custom-known-themes): Doc fix.
14478 (custom-theme-directory): New defcustom.
14479 (require-theme): Make it check `custom-theme-directory'.
14480
14481 * cus-theme.el (custom-new-theme-mode): New function.
14482 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14483 (custom-theme-description): Add compiler defvars.
14484 (customize-create-theme): Add doc to the "*New Custom Theme*"
14485 buffer. Use `custom-new-theme-mode'.
14486 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14487 and save it to the `custom-theme-directory'. Make this the
14488 default directory of the buffer.
14489
14490 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14491
14492 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14493 Fix unbalanced parentheses.
14494
14495 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14496
14497 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14498 into flymake-mode and delegate to flymake-mode.
14499
14500 * find-file.el (ff-which-function-are-we-in): Clean up.
14501
14502 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14503
14504 * replace.el (occur-rename-buffer): Fix docstring.
14505
14506 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14507 (edt-last-copied-word, edt-learn-macro-count)
14508 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14509 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14510 (time-string, zmacs-region-stays):
14511 * emulation/edt-mapper.el (edt-save-function-key-map)
14512 (EDT-key-name): `defvar' to silence the byte-compiler.
14513
14514 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14515
14516 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14517 font-lock-regexp-backslash. Doc fix.
14518 (font-lock-regexp-backslash-grouping-construct): Rename from
14519 font-lock-regexp-backslash-construct. Doc fix.
14520 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14521 grouping constructs.
14522
14523 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14524
14525 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14526 updating all the prerequisites.
14527
14528 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14529
14530 * textmodes/org.el (org-agenda-start-on-weekday)
14531 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14532 (org-agenda-use-time-grid, org-archive-location)
14533 (org-allow-space-in-links, org-usenet-links-prefer-google)
14534 (org-enable-table-editor, org-export-default-language)
14535 (org-export-html-show-new-buffer, org-fill-paragraph)
14536 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14537 (org-goto-quit, org-occur, org-eval-in-calendar)
14538 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14539 (org-agenda-diary-entry, org-remember-help)
14540 (org-table-convert-region, org-at-table-p)
14541 (org-table-move-row-down, org-table-move-row-up)
14542 (org-table-copy-region, org-table-toggle-vline-visibility)
14543 (org-table-get-stored-formulas, org-table-get-specials)
14544 (org-recalc-commands, org-table-eval-formula)
14545 (org-table-formula-substitute-names, orgtbl-make-binding)
14546 (org-format-org-table-html, org-format-table-table-html)
14547 (org-format-table-table-html-using-table-generate-source)
14548 (org-customize): Fix typos in docstrings.
14549 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14550 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14551 (org-back-to-heading): Doc fixes.
14552 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14553 (org-agenda-change-all-lines, org-get-header):
14554 Improve argument/docstring consistency.
14555 (orgtbl-error): Fix error message.
14556
14557 * progmodes/flymake.el (flymake-find-possible-master-files)
14558 (flymake-master-file-compare, flymake-get-line-err-count)
14559 (flymake-highlight-line, flymake-gui-warnings-enabled):
14560 Fix typos in docstrings.
14561 (flymake-parse-line, flymake-get-project-include-dirs-function)
14562 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14563 Doc fixes.
14564 (flymake-get-project-include-dirs-function)
14565 (flymake-make-err-menu-data):
14566 Improve argument/docstring consistency.
14567
14568 2005-07-01 Lute Kamstra <lute@gnu.org>
14569
14570 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14571 Catch errors with ignore-errors. Use temporary buffer.
14572 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14573
14574 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14575 background color faces.
14576 (facemenu-set-foreground, facemenu-set-background):
14577 Use facemenu-set-face-from-menu.
14578 (facemenu-set-face-from-menu): Treat face names that start with
14579 "fg:" or "bg:" as special.
14580 (facemenu-add-new-color): Don't create faces. Simplify.
14581
14582 2005-06-30 Richard M. Stallman <rms@gnu.org>
14583
14584 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14585 (crm-find-current-element): Likewise.
14586
14587 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14588
14589 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14590
14591 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14592
14593 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14594 (archive-mouse-extract): Make it an obsolete alias.
14595 (archive-mode-map): Don't use archive-mouse-extract any more.
14596 (archive-mode, archive-extract): write-contents-hooks ->
14597 write-contents-functions.
14598 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14599 first arg.
14600 (archive-rename-entry): Update the call.
14601 (archive-zip-summarize): Remove unused var `method'.
14602 (archive-lzh-summarize): Remove unused var `creator'.
14603
14604 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14605 dedicated frame upon exit.
14606
14607 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14608 (archive-zip-extract, archive-zip-expunge)
14609 (archive-zip-update, archive-zip-update-case): Use executable-find.
14610 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14611 Use restore-buffer-modified-p.
14612 (archive-extract, archive-add-new-member, archive-write-file-member):
14613 Use with-current-buffer.
14614 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14615
14616 2005-06-30 Andreas Schwab <schwab@suse.de>
14617
14618 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14619
14620 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14621
14622 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14623
14624 2005-06-30 Juri Linkov <juri@jurta.org>
14625
14626 * faces.el (vertical-border): Inherit from mode-line-inactive
14627 only on tty.
14628
14629 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14630
14631 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14632 example, -NLINES in the `occur' docstring).
14633
14634 * replace.el (occur-1): When no matches are found, do not set the
14635 `buffer-read-only' and modified flags for the occur buffer,
14636 because it is deleted.
14637
14638 * emulation/cua-base.el (cua-check-pending-input)
14639 (cua-repeat-replace-region, cua-mode, cua-debug)
14640 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14641 Fix typos in docstrings.
14642
14643 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14644 (cua-cut-region-to-global-mark)
14645 (cua--cut-rectangle-to-global-mark):
14646 Remove period from end of messages.
14647
14648 * emulation/cua-rect.el (cua-do-rectangle-padding):
14649 Remove period from end of messages.
14650 (cua--rectangle-seq-format): Fix typo in docstring.
14651 (cua-sequence-rectangle, cua-fill-char-rectangle):
14652 Improve argument/docstring consistency.
14653
14654 2005-06-29 Juri Linkov <juri@jurta.org>
14655
14656 * faces.el (default-frame-background-mode): New internal variable.
14657 (frame-set-background-mode): Use it.
14658
14659 * startup.el (normal-top-level): Set default-frame-background-mode
14660 instead of frame-background-mode. Before setting it, test for its
14661 nil value. Remove tests for frame-background-mode and frame
14662 parameter `reverse'. Add test for "unspecified-fg".
14663
14664 * term/xterm.el (xterm-rxvt-set-background-mode):
14665 * term/rxvt.el (rxvt-set-background-mode):
14666 Set default-frame-background-mode instead of frame-background-mode.
14667
14668 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14669
14670 * simple.el (set-variable): Warn about obsolete user variables.
14671
14672 * imenu.el (imenu--completion-buffer):
14673 * mouse.el (mouse-buffer-menu-alist):
14674 * msb.el (msb-invisible-buffer-p):
14675 * calendar/diary-lib.el (diary-header-line-format):
14676 * emacs-lisp/pp.el (pp-buffer):
14677 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14678 * textmodes/picture.el (picture-replace-match):
14679 Change space constants followed by a sexp to "?\s ".
14680
14681 * play/decipher.el (decipher-loop-with-breaks):
14682 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14683 constants "protected" from end of line by a comment to "?\s".
14684
14685 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * font-lock.el (save-buffer-state): Use `declare'.
14688
14689 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14690 reset the syntax-table to cperl-mode-syntax-table.
14691 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14692 "foo_print_bar" is not matched as a reserved keyword.
14693
14694 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14695
14696 * textmodes/org.el (orgtbl-setup): New function, for delayed
14697 setup for the orgtbl commands.
14698 (org-calc-default-modes): New option.
14699 (orgtbl-make-binding): Use `defun' to get better help display.
14700 (org-diary): Call `org-compile-prefix-format'.
14701 (org-table-formula-substitute-names): New function.
14702 (org-agenda-day-view, org-agenda-week-view): New commands.
14703 (org-agenda-toggle-week-view): Command removed.
14704 (org-tbl-menu): Split off from org-org-menu.
14705 (org-mode): Move removal of outline-mode menus to here.
14706 (org-table-formula-debug): New option.
14707 (org-table-insert-row): Keep first field if just "#" or "*".
14708 (org-mode): Paragraph regexps fixed.
14709 (org-table-recalculate-regexp): New constant.
14710 (org-table-justify-field-maybe): Avoid replace if not necessary.
14711 (org-copy-special, org-cut-special): Use `call-interactively'.
14712 (org-table-copy-region): Take region from `interactive' call.
14713 (org-trim): Return string even if no match.
14714 (org-formula): New face.
14715 (org-set-font-lock-defaults): No longer highlight "FIXME".
14716 But highlight formula-related fields in table.
14717 (org-table-p): Use regexp, not fontification.
14718 (org-table-align): Handle white space at end of line.
14719 (org-table-formula-evaluate-inline): New option.
14720 (org-mode): Auto-wrapping in comment lines turned off.
14721 (org-table-copy-down): Evaluate only in copied field, not in
14722 destination.
14723 (org-table-current-formula): Variable removed.
14724 (org-table-store-formulas, org-table-get-stored-formulas)
14725 (org-table-modify-formulas, org-table-replace-in-formulas)
14726 (org-table-maybe-eval-formula): New functions.
14727 (org-table-get-formula): Modify to use stored formulas.
14728 (org-table-insert-column, org-table-delete-column)
14729 (org-table-move-column): Call `org-table-modify-formulas'.
14730 (org-complete): Add completion for keyword formulas.
14731 (orgtbl-mode): Pull orgtbl-mode-map to start of
14732 minor-mode-map-alist.
14733
14734 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * progmodes/python.el (python-check): Require `compile' before
14737 modifying its variables.
14738
14739 * newcomment.el (comment-indent-default): Don't get fooled by an early
14740 end of buffer.
14741
14742 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14743
14744 * ps-print.el (ps-print-version): Fix version number.
14745
14746 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14747
14748 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14749
14750 2005-06-28 Richard M. Stallman <rms@gnu.org>
14751
14752 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14753 (flyspell-local-mouse-map): Declaration deleted.
14754 (flyspell-mouse-map): Bind only mouse-2.
14755 (flyspell-mode-map): Don't test flyspell-use-local-map.
14756 (flyspell-overlay-keymap-property-name): Var deleted.
14757 (flyspell-mode-on): Don't make local bindings for
14758 flyspell-mouse-map and flyspell-mode-map.
14759 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14760
14761 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14762
14763 * progmodes/compile.el (compilation-next-error-function):
14764 Don't switch buffers; operate on the current buffer.
14765
14766 * progmodes/compile.el (compilation-error-file-name)
14767 (compilation-warning-file-name, compilation-info-file-name)
14768 (compilation-line-number, compilation-column-number): New faces.
14769 (compilation-error-face, compilation-warning-face)
14770 (compilation-info-face, compilation-line-face)
14771 (compilation-column-face): Use them.
14772
14773 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14774
14775 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14776
14777 * bindings.el (global-map): Bind insertchar and its variants.
14778
14779 2005-06-27 Richard M. Stallman <rms@gnu.org>
14780
14781 * textmodes/artist.el (artist-text-overwrite)
14782 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14783
14784 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14785
14786 * ps-print.el: It was not working the page selection for printing.
14787 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14788 (ps-print-version): New version 6.6.7.
14789 (ps-end-sheet): New fun.
14790 (ps-header-sheet, ps-end-job): Call it.
14791
14792 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14793
14794 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14795
14796 2005-06-27 Lute Kamstra <lute@gnu.org>
14797
14798 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14799 background color faces.
14800 (facemenu-get-face): Delete function.
14801 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14802 (facemenu-add-new-color): Make second argument mandatory.
14803 Create the appropriate face and return it. Simplify.
14804 (facemenu-set-foreground, facemenu-set-background): Don't check if
14805 color is defined. Use return value of facemenu-add-new-color.
14806
14807 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14808
14809 * progmodes/gud.el (gud-filter): Add missing argument to
14810 with-selected-window.
14811
14812 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14815 a :require to the defcustom.
14816
14817 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14818 defcustoms corresponding to minor modes.
14819
14820 2005-06-26 David Ponce <david@dponce.com>
14821
14822 * recentf.el: Require tree-widget instead of wid-edit.
14823 (recentf-filename-handler): Fix widget :type.
14824 (recentf-cancel-dialog, recentf-open-more-files)
14825 (recentf-open-files-action): Doc fix.
14826 (recentf-dialog-goto-first): New function.
14827 (recentf-dialog-mode-map): Set parent keymap first.
14828 (recentf-dialog-mode): Define with define-derived-mode.
14829 Don't display continuation lines in dialogs.
14830 (recentf-edit-list): Rename from recentf-edit-selected-items.
14831 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14832 Simplify.
14833 (recentf-edit-list-validate): New function.
14834 (recentf-edit-list): Update accordingly.
14835 (recentf-open-files-item-shift): Remove.
14836 (recentf-open-files-item): Convert menu elements into tree and
14837 link widgets. Don't create the widgets.
14838 (recentf-open-files): Update accordingly.
14839 (recentf-save-list): Untabify.
14840
14841 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14842
14843 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14844 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14845 partially contained in the active region. Do not take active
14846 region into account when called from Lisp, unless INTERACTIVE arg
14847 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14848 avoid trouble with fields. Make marker point nowhere when no
14849 longer used. Always return nil. Doc fix.
14850 (flush-lines): Add INTERACTIVE arg. Do not take active region
14851 into account when called from Lisp, unless INTERACTIVE arg is
14852 non-nil. Use `forward-line' instead of `beginning-of-line' to
14853 avoid trouble with fields. Make marker point nowhere when no
14854 longer used. Always return nil. Doc fix.
14855 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14856 interchangeable. Do not take active region into account when
14857 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14858 message in echo area when called from Lisp, unless INTERACTIVE arg
14859 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14860 Return the number of matches. Doc fix.
14861 (occur): Doc fix.
14862 (perform-replace): Make comment follow double space convention for
14863 the sake of `outline-minor-mode'.
14864
14865 * faces.el (facep): Doc fix.
14866
14867 2005-06-25 Richard M. Stallman <rms@gnu.org>
14868
14869 * facemenu.el (facemenu-enable-faces-p): New function.
14870 (facemenu-background-menu, facemenu-foreground-menu)
14871 (facemenu-face-menu): Add menu-enable property.
14872
14873 * jka-compr.el (jka-compr-insert-file-contents):
14874 Special handling if cannot find the uncompression program.
14875
14876 * cus-face.el (custom-face-attributes): Add autoload.
14877
14878 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14879 Bind comment-indent-function locally.
14880
14881 * window.el (save-selected-window): Use save-current-buffer.
14882
14883 * subr.el (with-selected-window): Use save-current-buffer.
14884
14885 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14886 and with-current-buffer.
14887
14888 2005-06-24 Richard M. Stallman <rms@gnu.org>
14889
14890 * simple.el (line-move-1): Fix previous change.
14891
14892 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * replace.el (occur-1): Set `buffer-read-only' and the
14895 buffer-modified flag before running `occur-hook' to protect
14896 against unintentional buffer switches that can lead to data loss.
14897
14898 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14899
14900 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14901 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14902 initial error.
14903
14904 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14905 after fresh input.
14906 (gdb-var-create-handler): Put name of expression in quotes.
14907
14908 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14909
14910 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14911 elements of RING in order, and without bogus nil elements.
14912
14913 2005-06-23 Richard M. Stallman <rms@gnu.org>
14914
14915 * simple.el (set-variable): Args renamed; doc fix.
14916 (line-move-1): When there are overlays around, use vertical-motion.
14917
14918 * faces.el (escape-glyph): Use brown against light background.
14919 (nobreak-space): Rename from no-break-space.
14920 Fix previous change.
14921
14922 * dired-aux.el (dired-do-copy): Fix arg prompt.
14923
14924 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14925
14926 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14927
14928 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14929 rather than "Distributor".
14930
14931 2005-06-23 Lute Kamstra <lute@gnu.org>
14932
14933 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14934 (debug-on-entry): Use it. New interactive declaration that uses
14935 function-called-at-point.
14936
14937 2005-06-23 Kim F. Storm <storm@cua.dk>
14938
14939 * subr.el (save-match-data): Add comment about using evaporate arg
14940 to set-match-data.
14941
14942 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14943
14944 * cus-edit.el (customize-face)
14945 (customize-face-other-window): Handle face aliases.
14946
14947 * faces.el (face-documentation, set-face-attribute)
14948 (face-spec-set): Handle face aliases.
14949
14950 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14951
14952 * help-mode.el (help-make-xrefs): If a symbol representing a face
14953 name is not followed by the word "face", it could still be a
14954 function or variable name, so don't bypass other checks.
14955
14956 2005-06-22 Juri Linkov <juri@jurta.org>
14957
14958 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14959 Replace aliased functions with calls where second arg `inherit' is t.
14960
14961 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14962
14963 * progmodes/gdb-ui.el (gdb-error): New variable.
14964 (gdb-error): New function.
14965 (gdb-annotation-rules): Act on error-begin and error annotations.
14966 (gdb-concat-output): Use font-lock-warning-face for errors.
14967
14968 2005-06-22 Miles Bader <miles@gnu.org>
14969
14970 * bindings.el (propertized-buffer-identification): Use renamed
14971 `Buffer-menu-buffer' face.
14972
14973 * faces.el (vertical-border): Rename from `vertical-divider'.
14974 (escape-glyph): Change dark-background color back to `cyan'.
14975
14976 2005-06-21 Juri Linkov <juri@jurta.org>
14977
14978 * faces.el (face-user-default-spec): Try getting `customized-face'
14979 prior to `saved-face'.
14980 (frame-background-mode): Refill docstring.
14981
14982 * emacs-lisp/lisp-mode.el (eval-defun-1):
14983 * emacs-lisp/edebug.el (edebug-eval-defun):
14984 Set `saved-face' temporarily to nil before calling form.
14985 Set `customized-face' to the new spec after that.
14986
14987 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14988
14989 * subr.el (1value, lambda, key-substitution-in-progress):
14990 Doc fixes.
14991
14992 * autoinsert.el (auto-insert-alist):
14993 * ses.el (ses-call-printer):
14994 * subr.el (noreturn):
14995 * emacs-lisp/lisp.el (check-parens):
14996 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14997 * net/browse-url.el (browse-url-mosaic):
14998 * progmodes/cc-defs.el (c-safe-scan-lists):
14999 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15000 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15001 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15002 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15003 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15004 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15005
15006 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15007
15008 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15009
15010 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15011
15012 * calendar/appt.el (appt-make-list): Activate the package, if
15013 not already active (for backwards compatibility).
15014
15015 2005-06-20 Kim F. Storm <storm@cua.dk>
15016
15017 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15018
15019 2005-06-20 Miles Bader <miles@gnu.org>
15020
15021 * faces.el (vertical-divider): New face.
15022
15023 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15024
15025 * simple.el (kill-whole-line): Doc fix.
15026 (next-error-buffer-p, next-error-find-buffer)
15027 (clone-indirect-buffer): Fix typos in docstrings.
15028 (comment-line-break-function): Doc fix: don't say variable
15029 is automatically buffer-local (it isn't).
15030
15031 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15032
15033 * net/tramp-ftp.el (top):
15034 * net/tramp-smb.el (top):
15035 * net/tramp-util.el (top):
15036 * net/tramp-uu.el (top):
15037 * net/tramp-vc.el (top):
15038 * net/tramp.el (top): Revert copyright years back to original
15039 ones. Tramp has a life outside GNU Emacs.
15040
15041 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15042
15043 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15044
15045 2005-06-18 Juri Linkov <juri@jurta.org>
15046
15047 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15048 end of first regexp to limit the match to the position between
15049 line number and source line with same separator character as used
15050 between file name and line number. In the second regexp limit
15051 mouse-face area to file name and line number by adding new group
15052 for them and referring it in HYPERLINK arg.
15053 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15054 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15055 previous line where grep markers may be already removed.
15056
15057 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15058
15059 * progmodes/ps-mode.el: Update version and maintainer's email address.
15060
15061 2005-06-18 Steve Youngs <steve@xemacs.org>
15062
15063 * net/browse-url.el (browse-url-browser-function)
15064 (browse-url-default-browser): Add firefox.
15065 (browse-url-firefox-program, browse-url-firefox-arguments)
15066 (browse-url-firefox-startup-arguments)
15067 (browse-url-firefox-new-window-is-tab): New defcustoms.
15068 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15069
15070 2005-06-17 Richard M. Stallman <rms@gnu.org>
15071
15072 * startup.el (command-line): Warn if specified user name has
15073 no home directory.
15074
15075 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15076 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15077
15078 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15079 Doc fixes.
15080
15081 * faces.el (underline): Try bold if terminal doesn't support underline.
15082
15083 * mail/sendmail.el (mail-setup-with-from): New variable.
15084 (mail-insert-from-field): New function.
15085 (sendmail-send-it): Call it.
15086 (mail-setup): Optionally call it here.
15087
15088 * term/linux.el: Call tty-no-underline.
15089
15090 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15091
15092 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15093
15094 2005-06-17 Miles Bader <miles@gnu.org>
15095
15096 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15097 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15098 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15099 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15100 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15101 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15102 Remove "-face" suffix from face names.
15103 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15104 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15105 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15106 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15107 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15108 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15109 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15110 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15111 New backward-compatibility aliases for renamed faces.
15112 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15113 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15114 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15115 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15116 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15117 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15118 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15119 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15120 Use renamed ediff faces.
15121
15122 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15123 Remove "-face" suffix from face names.
15124 (eshell-test-ok-face, eshell-test-failed-face):
15125 New backward-compatibility aliases for renamed faces.
15126 (eshell-run-test): Use renamed eshell-test faces.
15127
15128 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15129 face name.
15130 (eshell-prompt-face): New backward-compatibility alias for renamed
15131 face.
15132 (eshell-emit-prompt): Use renamed eshell-prompt face.
15133
15134 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15135 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15136 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15137 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15138 Remove "-face" suffix from face names.
15139 (eshell-ls-directory-face, eshell-ls-symlink-face)
15140 (eshell-ls-executable-face, eshell-ls-readonly-face)
15141 (eshell-ls-unreadable-face, eshell-ls-special-face)
15142 (eshell-ls-missing-face, eshell-ls-archive-face)
15143 (eshell-ls-backup-face, eshell-ls-product-face)
15144 (eshell-ls-clutter-face):
15145 New backward-compatibility aliases for renamed faces.
15146 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15147
15148 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15149 Remove "-face" suffix from face name.
15150 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15151 instead of literal face.
15152
15153 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * emacs-lisp/warnings.el (display-warning, lwarn)
15156 (warning-minimum-log-level): Doc fixes.
15157 (warning-minimum-level, warning-minimum-log-level):
15158 Add :debug to :type choices.
15159
15160 * progmodes/ada-mode.el (ada-format-paramlist)
15161 (ada-get-indent-case, ada-check-matching-start)
15162 (ada-check-defun-name, ada-goto-matching-decl-start)
15163 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15164 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15165 (ada-make-subprogram-body): Follow error conventions.
15166 (ada-case-exception-file, ada-indent-comment-as-code)
15167 (ada-indent-handle-comment-special, ada-indent-renames)
15168 (ada-indent-return, ada-search-directories-internal)
15169 (ada-tab-policy, ada-case-exception-substring)
15170 (ada-other-file-alist, ada-matching-start-re)
15171 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15172 (ada-imenu-generic-expression, ada-compile-goto-error)
15173 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15174 (ada-popup-menu, ada-add-extensions, ada-mode)
15175 (ada-region-selected, ada-create-case-exception)
15176 (ada-create-case-exception-substring, ada-after-keyword-p)
15177 (ada-activate-keys-for-case, ada-adjust-case-region)
15178 (ada-adjust-case-buffer, ada-format-paramlist)
15179 (ada-scan-paramlist, ada-insert-paramlist)
15180 (ada-indent-newline-indent)
15181 (ada-indent-newline-indent-conditional)
15182 (ada-justified-indent-current, ada-goto-previous-word)
15183 (ada-indent-current, ada-get-indent-open-paren)
15184 (ada-get-indent-paramlist, ada-get-indent-end)
15185 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15186 (ada-get-indent-block-start, ada-get-indent-subprog)
15187 (ada-get-indent-noindent, ada-get-indent-label)
15188 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15189 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15190 (ada-goto-stmt-end, ada-goto-next-word)
15191 (ada-check-matching-start, ada-check-defun-name)
15192 (ada-goto-matching-decl-start, ada-goto-matching-start)
15193 (ada-goto-matching-end, ada-search-ignore-string-comment)
15194 (ada-in-decl-p, ada-looking-at-semi-or)
15195 (ada-looking-at-semi-private, ada-in-paramlist-p)
15196 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15197 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15198 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15199 (ada-previous-package, ada-create-menu)
15200 (ada-fill-comment-paragraph-justify)
15201 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15202 (ada-other-file-name, ada-last-which-function-line)
15203 (ada-last-which-function-subprog, ada-which-function)
15204 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15205 (ada-gen-treat-proc, ada-check-emacs-version)
15206 (ada-continuation-indent, ada-align-region-separate):
15207 Fix typos in docstrings.
15208 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15209
15210 2005-06-16 Lute Kamstra <lute@gnu.org>
15211
15212 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15213 conditionally.
15214
15215 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15216
15217 * comint.el (comint-replace-by-expanded-filename)
15218 (comint-prompt-regexp, comint-delimiter-argument-list)
15219 (comint-preinput-scroll-to-bottom):
15220 * info.el (Info-hide-cookies-node):
15221 * ls-lisp.el (ls-lisp-classify):
15222 * find-file.el (ff-search-directories, ff-special-constructs)
15223 (ff-find-other-file):
15224 * font-lock.el (font-lock-keywords):
15225 * shell.el (shell-prompt-pattern)
15226 (shell-dynamic-complete-functions, shell-mode)
15227 (shell-delimiter-argument-list):
15228 * term.el (term-replace-by-expanded-filename)
15229 (term-prompt-regexp, term-delimiter-argument-list):
15230 * woman.el (woman-ignore, woman0-if):
15231 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15232 * emacs-lisp/elint.el (elint-init-env):
15233 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15234 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15235 * language/ethio-util.el (ethio-tilde-escape)
15236 (ethio-use-three-dot-question):
15237 * net/zone-mode.el (zone-mode-load-time-setup):
15238 * progmodes/cc-align.el (c-lineup-argcont):
15239 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15240 * progmodes/cperl-mode.el (cperl-set-style-back):
15241 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15242 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15243 Fix spellings in docstrings.
15244
15245 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15246 * progmodes/modula2.el (m2-for): Fix spellings.
15247
15248 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15249
15250 * simple.el (undo-more): Don't use `format' on `error' arguments.
15251 Improve argument/docstring consistency.
15252 (pending-undo-list): Doc fix.
15253
15254 * smerge-mode.el (smerge-ensure-match):
15255 * emulation/vip.el (vip-ex):
15256 * net/zone-mode.el (zone-mode-update-serial):
15257 * progmodes/idlwave.el (idlwave-complete):
15258 * progmodes/vhdl-mode.el (vhdl-visit-file)
15259 (vhdl-compose-wire-components):
15260 Don't use `format' on `error' arguments.
15261
15262 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15263 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15264 (tooltip-help-tips): Fix typos in docstrings.
15265
15266 2005-06-16 David Ponce <david@dponce.com>
15267
15268 * tree-widget.el (tree-widget-value-create): Simplify last change.
15269
15270 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15271
15272 * ido.el (ido-incomplete-regexp): New variable.
15273 (ido-set-matches-1): Handle invalid-regexp error and set
15274 ido-incomplete-regexp.
15275 (ido-incomplete-regexp): New face.
15276 (ido-completions): Use it.
15277 (ido-complete, ido-exit-minibuffer, ido-completions):
15278 Handle incomplete regexps.
15279 (ido-completions): Add check for complete match when entering a regexp.
15280
15281 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15284
15285 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15286
15287 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15288 by field delimiters.
15289
15290 2005-06-15 David Ponce <david@dponce.com>
15291
15292 * tree-widget.el: eval-and-compile inlined functions so they will
15293 be available at run-time too.
15294 (tree-widget-super-format-handler)
15295 (tree-widget-format-handler): Remove.
15296 (tree-widget-value-create): Handle the :indent property.
15297
15298 2005-06-15 Miles Bader <miles@gnu.org>
15299
15300 * progmodes/which-func.el (which-func): Only inherit
15301 `font-lock-function-name-face' when that makes sense against the
15302 default mode-line face, otherwise set the face color explicitly.
15303
15304 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15305 faces instead of (non-existent) variables.
15306
15307 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15308
15309 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15310 (iswitchb-get-matched-buffers): Likewise. Simplify.
15311
15312 2005-06-14 Miles Bader <miles@gnu.org>
15313
15314 * progmodes/ld-script.el (ld-script-location-counter):
15315 Remove "-face" suffix from face name.
15316 (ld-script-location-counter-face):
15317 New backward-compatibility alias for renamed face.
15318 (ld-script-location-counter-face): Use renamed face.
15319
15320 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15321 (cperl-hash): Remove "-face" suffix from face names.
15322 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15323 New backward-compatibility aliases for renamed faces.
15324 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15325 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15326
15327 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15328 name.
15329 (which-func-face): New backward-compatibility alias for renamed face.
15330 (which-func-format): Use renamed which-func face.
15331
15332 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15333 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15334 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15335 names.
15336 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15337 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15338 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15339 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15340 (vhdl-speedbar-architecture-selected)
15341 (vhdl-speedbar-configuration-selected)
15342 (vhdl-speedbar-package-selected)
15343 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15344 names.
15345 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15346 Use renamed faces.
15347 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15348 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15349 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15350 Use renamed faces.
15351 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15352 names.
15353 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15354 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15355 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15356 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15357 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15358 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15359
15360 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15361 face name.
15362 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15363 (sh-heredoc-face): Use renamed sh-heredoc face.
15364
15365 * progmodes/idlw-help.el (idlwave-help-link):
15366 Remove "-face" suffix from face name.
15367 (idlwave-help-link-face):
15368 New backward-compatibility alias for renamed face.
15369 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15370
15371 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15372 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15373 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15374 New backward-compatibility aliases for renamed faces.
15375 (idlwave-shell-disabled-breakpoint-face)
15376 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15377
15378 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15379 Remove "-face" suffix from face names.
15380 (flymake-errline-face, flymake-warnline-face):
15381 New backward-compatibility aliases for renamed faces.
15382 (flymake-highlight-line): Use renamed flymake faces.
15383
15384 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15385 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15386 (ebrowse-member-class, ebrowse-progress):
15387 Remove "-face" suffix from face names.
15388 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15389 (ebrowse-file-name-face, ebrowse-default-face)
15390 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15391 (ebrowse-progress-face):
15392 New backward-compatibility aliases for renamed faces.
15393 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15394 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15395 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15396 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15397
15398 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15399 antlr-syntax)
15400 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15401 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15402 names.
15403 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15404 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15405 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15406 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15407 backward-compatibility aliases for renamed faces.
15408 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15409 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15410 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15411 remove "font-lock-". Use renamed antlr-mode faces.
15412 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15413 literal face-names with face variable references.
15414
15415 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15416 face name.
15417 (Buffer-menu-buffer-face): New backward-compatibility alias for
15418 renamed face.
15419 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15420
15421 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15422
15423 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15424 Eliminate "-face" suffix.
15425 (makefile-targets): Inherit from font-lock-function-name-face and
15426 eliminate "-face" suffix.
15427 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15428 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15429 actions, instead of prepending, to make it less visible.
15430 (makefile-previous-dependency, makefile-match-dependency):
15431 Don't match a target on a continuation line.
15432
15433 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15434
15435 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15436
15437 * progmodes/gdb-ui.el (menu): Re-order menu items.
15438 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15439
15440 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15441 Define in tooltip.el.
15442 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15443 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15444 gud-tooltip-echo-area.
15445
15446 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15447 backward compatibility and make obsolete.
15448 (tooltip-help-tips): Use tooltip-use-echo-area.
15449 (tooltip-show-help-function): Rename to...
15450 (tooltip-show-help): ...this, because it is a function.
15451 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15452
15453 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15454
15455 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15456 (edebug-print-length, edebug-print-level, edebug-print-circle)
15457 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15458 (edebug-eval-print-last-sexp): Doc fixes.
15459
15460 2005-06-14 Kim F. Storm <storm@cua.dk>
15461
15462 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15463 as the coverage buffer/file/both may change.
15464
15465 2005-06-14 Lute Kamstra <lute@gnu.org>
15466
15467 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15468 and run-mode-hooks. Simplify.
15469
15470 * mail/rmailedit.el (rmail-edit-mode):
15471 * progmodes/octave-inf.el (inferior-octave-mode):
15472 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15473
15474 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15475 and run-mode-hooks.
15476 (recentf-edit-list, recentf-open-files): Don't call
15477 kill-all-local-variables directly.
15478
15479 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15480
15481 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15482
15483 * emacs-lisp/byte-run.el (make-obsolete)
15484 (define-obsolete-function-alias): Rename arguments FUNCTION and
15485 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15486 (make-obsolete-variable, define-obsolete-variable-alias):
15487 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15488 respectively.
15489
15490 * isearchb.el (isearchb-activate):
15491 * pcvs.el (cvs-mode):
15492 * ses.el (ses-load):
15493 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15494 * net/tramp.el (tramp-find-file-exists-command)
15495 (tramp-find-shell):
15496 * progmodes/ada-mode.el (ada-create-case-exception)
15497 (ada-create-case-exception-substring, ada-make-subprogram-body):
15498 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15499 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15500 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15501 * textmodes/org.el (org-promote, org-evaluate-time-range)
15502 (org-agenda-next-date-line, org-agenda-previous-date-line)
15503 (org-agenda-error, org-open-at-point, org-table-move-row)
15504 (org-format-table-table-html-using-table-generate-source)
15505 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15506 * textmodes/reftex.el (reftex-access-scan-info):
15507 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15508 (reftex-toc-promote-prepare): Follow error conventions.
15509
15510 * diff-mode.el (diff-mode): Fix typo in docstring.
15511
15512 * forms.el (forms--intuit-from-file): Fix reference to
15513 `forms-number-of-fields' in error message.
15514 (forms-print): Fix quoting in error message.
15515
15516 * forms.el (forms-mode):
15517 * emulation/vi.el (vi-goto-insert-state):
15518 * progmodes/flymake.el (flymake-new-err-info)
15519 (flymake-start-syntax-check-for-current-buffer)
15520 (flymake-simple-cleanup):
15521 * eshell/esh-var.el (eshell/export):
15522 * progmodes/gud.el (xdb):
15523 * textmodes/flyspell.el (flyspell-incorrect-hook)
15524 (flyspell-maybe-correct-transposition)
15525 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15526
15527 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15528
15529 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15530 minibuffer prompt.
15531
15532 2005-06-13 Kim F. Storm <storm@cua.dk>
15533
15534 * subr.el (add-to-ordered-list): New defun.
15535
15536 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15537 add cua--keymap-alist to emulation-mode-map-alists.
15538
15539 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15540
15541 * subr.el (complete-in-turn): New macro.
15542 (dynamic-completion-table, lazy-completion-table): Add debug info.
15543
15544 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15545 in preference to face aliases.
15546
15547 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15548 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15549 Remove unused vars `start' and `firstline'.
15550 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15551 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15552
15553 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15554
15555 * cus-start.el (all): Don't complain about missing GTK-related
15556 variables, unless either `gtk' is boundp or this isn't a
15557 `windows-nt' build.
15558
15559 2005-06-13 Lute Kamstra <lute@gnu.org>
15560
15561 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15562 run-mode-hooks.
15563
15564 * ediff-mult.el (ediff-meta-mode):
15565 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15566
15567 * ledit.el (ledit-mode): Use delay-mode-hooks.
15568
15569 * woman.el (woman-mode-line-format): Delete constant.
15570 (woman-mode-map): Initialize it properly.
15571 (woman-mode): Set mode-class property to special.
15572 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15573 Set major-mode and mode-name. Don't set mode-line-format directly.
15574 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15575
15576 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15577 string argument obsolete.
15578
15579 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15580
15581 * textmodes/org.el (org-CUA-compatible): New option.
15582 (org-disputed-keys): New variable.
15583 (org-key): New function.
15584 (orgtbl-make-binding): Add docstring to the created function.
15585 (org-mode): Set paragraph start/separate regexps.
15586 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15587 (org-archive-location, org-archive-mark-done)
15588 (org-archive-stamp-time): New options.
15589 (org-archive-subtree): New command.
15590 (org-fill-paragraph): New function.
15591 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15592 (org-fake-empty-table-line): Function removed.
15593 (org-format-org-table-html): Do not create empty table lines at
15594 separator lines. Improved table header treatment.
15595 (org-link-format): New option.
15596 (org-make-link): New function.
15597 (org-insert-link, org-store-link): Use org-make-link.
15598 (org-open-file): Quote file name for shell command, to allow
15599 spaces in file names.
15600 (org-link-regexp): Fix bug with mailto link.
15601 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15602 New constants.
15603 (org-export-as-html): Deal with the optional angles around a link.
15604 Better treatment of file: links.
15605 (org-open-at-point): Replace @{ and @} with < and >.
15606 (org-run-mode-hooks): Function removed.
15607 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15608
15609 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15610
15611 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15612 MI command -data-list-register-values.
15613 (gdb-post-prompt): Indent properly.
15614
15615 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15616
15617 * hilit-chg.el (highlight-changes-colors): Rename from
15618 `highlight-changes-colours'.
15619 (highlight-changes-colours): Keep as obsolete alias.
15620 (highlight-changes-face-list): Doc fix.
15621 (hilit-chg-make-list): Use `highlight-changes-colors'.
15622
15623 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15624
15625 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15626 defun-prompt-regexp.
15627
15628 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15629
15630 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15631 and cygwin.
15632
15633 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15634 Don't use an old loaddefs.el, as in Makefile.in.
15635
15636 2005-06-12 Lute Kamstra <lute@gnu.org>
15637
15638 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15639
15640 * man.el (Man-mode-map): Initialize it properly.
15641 (Man-mode): Set mode-class property to special.
15642
15643 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15644
15645 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15646
15647 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15648 A newline is needed in the docstring there.
15649
15650 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15651 Doc fixes.
15652
15653 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15654
15655 * printing.el: Doc fix. The menubar is no more changed when printing
15656 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15657 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15658 (pr-version): New version number (6.8.4).
15659 (pr-menu-bind): New command.
15660 (pr-update-menus): Docstring and code fix.
15661 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15662 Docstring fix.
15663 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15664 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15665
15666 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15667
15668 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15669 "Returns" to "return", document useful return values, etc.
15670
15671 2005-06-11 Alan Mackenzie <acm@muc.de>
15672
15673 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15674 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15675 (adaptive-file-function): Minor amendment to doc-string.
15676
15677 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15678
15679 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15680 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15681 Fix :type--it is `integer', not `string'.
15682
15683 * faces.el (modeline-highlight): Rename from (the erroneous)
15684 `modeline-higilight'.
15685
15686 2005-06-11 Lute Kamstra <lute@gnu.org>
15687
15688 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15689 lisp-interaction-mode-map but make it the parent.
15690 (edebug-eval-mode): Use define-derived-mode.
15691
15692 2005-06-11 Andreas Schwab <schwab@suse.de>
15693
15694 * bindings.el: Add binding of `ESC functionkey' for every
15695 `M-functionkey'.
15696 * hexl.el (hexl-mode-map): Likewise.
15697
15698 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15699
15700 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15701 [msft]: update regexp for newer msft compilers.
15702
15703 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15704
15705 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15706 ATTLIST portions of included DTDs.
15707 (xml-parse-dtd): Eliminate use of inefficient match-data.
15708
15709 2005-06-10 Miles Bader <miles@gnu.org>
15710
15711 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15712 (mpuz-text): Remove "-face" suffix from face names.
15713 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15714 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15715 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15716
15717 * play/gomoku.el (gomoku-O, gomoku-X):
15718 Remove "-face" suffix from face names.
15719 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15720 New backward-compatibility aliases for renamed faces.
15721 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15722
15723 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15724
15725 * thumbs.el: Fixes for changes of 2005-06-09.
15726 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15727 as a directory.
15728 (thumbs-thumbname): Remove directory separator from format string;
15729 `thumbs-thumbsdir' now returns a valid directory name.
15730 (thumbs-temp-dir): New defsubst.
15731 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15732 Use it.
15733
15734 * cus-edit.el (minibuffer):
15735 * files.el (make-backup-file-name-function):
15736 * filesets.el (filesets-external-viewers):
15737 * hilit-chg.el (highlight-changes-colours)
15738 (highlight-changes-face-list, highlight-changes-rotate-faces):
15739 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15740 * kmacro.el (kmacro-call-macro):
15741 * log-edit.el (log-edit-changelog-full-paragraphs):
15742 * mouse.el (mouse-1-click-follows-link):
15743 * skeleton.el (skeleton-autowrap):
15744 * subr.el (insert-for-yank-1):
15745 * tempo.el (tempo-insert-region):
15746 * terminal.el (terminal-emulator):
15747 * time.el (display-time-mail-face):
15748 * vc.el (vc-annotate):
15749 * vcursor.el (vcursor-copy-line):
15750 * woman.el (woman-bold-headings, woman-ignore)
15751 (woman-default-faces, woman-monochrome-faces):
15752 * calendar/todo-mode.el (todo-insert-threshold):
15753 * emulation/pc-select.el (pc-select-selection-keys-only)
15754 (pc-selection-mode):
15755 * emulation/vip.el (vip-find-char-forward):
15756 * emulation/viper-cmd.el (viper-find-char-forward):
15757 * international/mule-cmds.el
15758 (select-safe-coding-system-accept-default-p)
15759 (input-method-exit-on-invalid-key):
15760 * international/mule-diag.el (describe-coding-system):
15761 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15762 * net/browse-url.el (browse-url-xterm-program):
15763 * obsolete/lazy-lock.el (lazy-lock-mode):
15764 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15765 (cperl-mode):
15766 * progmodes/cpp.el (cpp-face-light-name-list)
15767 (cpp-face-dark-name-list):
15768 * progmodes/delphi.el (delphi-newline-always-indents):
15769 Fix spellings in docstrings.
15770
15771 * ido.el (ido-mode, ido-file-extensions-order)
15772 (ido-default-file-method, ido-default-buffer-method)
15773 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15774 (ido-decorations, ido-read-file-name-as-directory-commands)
15775 (ido-read-file-name-non-ido, ido-work-directory-list)
15776 (ido-ignore-item-temp-list, ido-current-directory)
15777 (ido-magic-forward-char, ido-enter-find-file)
15778 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15779 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15780
15781 2005-06-10 Lute Kamstra <lute@gnu.org>
15782
15783 * play/dunnet.el (dun-mode): Use define-derived-mode.
15784 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15785 obsolete alias.
15786
15787 * play/doctor.el (doctor-mode-map): Remove defvar.
15788 (doctor-mode): Use define-derived-mode.
15789
15790 * mail/mspools.el (mspools-mode):
15791 * net/eudc-hotlist.el (eudc-hotlist-mode):
15792 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15793
15794 2005-06-10 Miles Bader <miles@gnu.org>
15795
15796 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15797 Remove "-face" suffix from face names.
15798 (flyspell-incorrect-face, flyspell-duplicate-face):
15799 New backward-compatibility aliases for renamed faces.
15800 (flyspell-mode-on, make-flyspell-overlay)
15801 (flyspell-highlight-incorrect-region)
15802 (flyspell-highlight-duplicate-region)
15803 (flyspell-display-next-corrections)
15804 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15805
15806 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15807 from face name.
15808 (texinfo-heading-face): New backward-compatibility alias for
15809 renamed face.
15810 (texinfo-heading-face): Use renamed texinfo-heading face.
15811
15812 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15813 suffix from face names.
15814 (tex-math-face, tex-verbatim-face):
15815 New backward-compatibility aliases for renamed faces.
15816 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15817 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15818 literal face name.
15819
15820 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15821 name.
15822 (table-cell-face): New backward-compatibility alias for renamed face.
15823 (table--put-cell-face-property, table--update-cell-face):
15824 Use renamed table-cell face.
15825
15826 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15827 from face name.
15828 (sgml-namespace-face): New backward-compatibility alias for
15829 renamed face.
15830 (sgml-namespace-face): Use renamed sgml-namespace face.
15831
15832 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15833 (org-level-4, org-level-5, org-level-6, org-level-7)
15834 (org-level-8, org-warning, org-headline-done)
15835 (org-deadline-announce, org-scheduled-today)
15836 (org-scheduled-previously, org-link, org-done, org-table)
15837 (org-time-grid): Remove "-face" suffix from face names.
15838 (org-level-1-face, org-level-2-face, org-level-3-face)
15839 (org-level-4-face, org-level-5-face, org-level-6-face)
15840 (org-level-7-face, org-level-8-face, org-warning-face)
15841 (org-headline-done-face, org-deadline-announce-face)
15842 (org-scheduled-today-face, org-scheduled-previously-face)
15843 (org-link-face, org-done-face, org-table-face)
15844 (org-time-grid-face):
15845 New backward-compatibility aliases for renamed faces.
15846 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15847 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15848 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15849 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15850
15851 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15852 (viper-minibuffer-emacs, viper-minibuffer-insert)
15853 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15854 (viper-search-face, viper-replace-overlay-face)
15855 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15856 (viper-minibuffer-vi-face):
15857 New backward-compatibility aliases for renamed faces.
15858 (viper-search-face, viper-replace-overlay-face)
15859 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15860 (viper-minibuffer-vi-face): Use renamed viper faces.
15861
15862 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15863 Remove "-face" suffix from face names.
15864 (testcover-nohits-face, testcover-1value-face):
15865 New backward-compatibility aliases for renamed faces.
15866 (testcover-mark): Use renamed testcover faces.
15867
15868 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15869 face name.
15870 (diary-button-face): New backward-compatibility alias for renamed face.
15871 (diary-entry): Use renamed diary-button face.
15872
15873 * calendar/calendar.el (diary, calendar-today, holiday)
15874 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15875 (diary-face, calendar-today-face, holiday-face):
15876 New backward-compatibility aliases for renamed faces.
15877 (eval-after-load "facemenu", diary-entry-marker)
15878 (calendar-today-marker, calendar-holiday-marker, diary-face):
15879 Use renamed calendar faces.
15880
15881 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15882 (compare-windows-face): New backward-compatibility alias for
15883 renamed face.
15884 (compare-windows-highlight): Use renamed compare-windows face.
15885
15886 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15887 (strokes-char-face): New backward-compatibility alias for renamed face.
15888 (strokes-encode-buffer): Use renamed strokes-char face.
15889
15890 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15891 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15892 Remove "-face" suffix from face names.
15893 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15894 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15895 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15896 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15897 Use renamed pcvs faces.
15898 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15899 * pcvs-defs.el (cvs-mode-map): Likewise.
15900 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15901
15902 * info.el (info-title-1, info-title-2, info-title-3)
15903 (info-title-4): Remove "-face" suffix from and downcase face names.
15904 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15905 (Info-title-4-face):
15906 New backward-compatibility aliases for renamed faces.
15907 (Info-fontify-node): Use renamed info faces.
15908
15909 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15910 Remove "-face" suffix from face names.
15911 (highlight-changes-face, highlight-changes-delete-face):
15912 New backward-compatibility aliases for renamed faces.
15913 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15914 (hilit-chg-make-list): Use renamed highlight-changes faces.
15915
15916 * generic-x.el (show-tabs-tab, show-tabs-space):
15917 Remove "-face" suffix from face names.
15918 (show-tabs-tab-face, show-tabs-space-face):
15919 New backward-compatibility aliases for renamed faces.
15920 (show-tabs-generic-mode-font-lock-defaults-1)
15921 (show-tabs-generic-mode-font-lock-defaults-2):
15922 Use renamed show-tabs faces.
15923
15924 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15925 (smerge-markers): Remove "-face" suffix from face names.
15926 (smerge-mine-face, smerge-other-face, smerge-base-face)
15927 (smerge-markers-face):
15928 New backward-compatibility aliases for renamed faces.
15929 (smerge-mine-face, smerge-other-face, smerge-base-face)
15930 (smerge-markers-face): Use renamed smerge faces.
15931
15932 * log-view.el (log-view-file, log-view-message): Remove "-face"
15933 suffix from face names.
15934 (log-view-file-face, log-view-message-face):
15935 New backward-compatibility aliases for renamed faces.
15936 (log-view-file-face, log-view-message-face): Use renamed log-view
15937 faces.
15938
15939 * paren.el (show-paren-match, show-paren-mismatch):
15940 Remove "-face" suffix from face names.
15941 (show-paren-match-face, show-paren-mismatch-face):
15942 New backward-compatibility aliases for renamed faces.
15943 (show-paren-function): Use renamed show-paren faces.
15944
15945 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15946 (ruler-mode-margins, ruler-mode-fringes)
15947 (ruler-mode-column-number, ruler-mode-fill-column)
15948 (ruler-mode-comment-column, ruler-mode-goal-column)
15949 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15950 suffix from face names.
15951 (ruler-mode-default-face, ruler-mode-pad-face)
15952 (ruler-mode-margins-face, ruler-mode-fringes-face)
15953 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15954 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15955 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15956 New backward-compatibility aliases for renamed faces.
15957 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15958 (ruler-mode-column-number, ruler-mode-fill-column)
15959 (ruler-mode-comment-column, ruler-mode-goal-column)
15960 (ruler-mode-tab-stop, ruler-mode-current-column)
15961 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15962 faces.
15963
15964 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15965 face name.
15966 (whitespace-highlight-the-space): Use renamed face.
15967 (whitespace-highlight-face): New backward-compatibility alias for
15968 renamed face.
15969
15970 * woman.el (woman-italic, woman-bold, woman-unknown)
15971 (woman-addition, woman-symbol-face):
15972 Remove "-face" suffix from face names.
15973 (woman-italic-face, woman-bold-face, woman-unknown-face)
15974 (woman-addition-face):
15975 New backward-compatibility aliases for renamed faces.
15976 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15977 (woman-decode-region, woman-replace-match)
15978 (woman-display-extended-fonts, woman-special-characters)
15979 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15980 Use renamed woman faces.
15981
15982 * longlines.el (longlines-visible-face): Face removed.
15983
15984 * diff-mode.el (diff-header, diff-file-header, diff-index)
15985 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15986 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15987 suffix from face names.
15988 (diff-header-face, diff-file-header-face, diff-index-face)
15989 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15990 (diff-changed-face, diff-function-face, diff-context-face)
15991 (diff-nonexistent-face): New backward-compatibility aliases for
15992 renamed faces.
15993 (diff-header-face, diff-file-header-face)
15994 (diff-index, diff-index-face, diff-hunk-header)
15995 (diff-hunk-header-face, diff-removed, diff-removed-face)
15996 (diff-added, diff-added-face, diff-changed-face, diff-function)
15997 (diff-function-face, diff-context-face, diff-nonexistent)
15998 (diff-nonexistent-face): Use renamed diff-mode faces.
15999
16000 * progmodes/compile.el (compilation-warning-face)
16001 (compilation-info-face): Remove "-face" suffix from face names.
16002 (compilation-warning-face, compilation-info-face):
16003 New backward-compatibility aliases for renamed faces.
16004 (compilation-warning-face, compilation-info-face):
16005 Use renamed compilation faces.
16006
16007 * add-log.el (change-log-date, change-log-name)
16008 (change-log-email, change-log-file, change-log-list)
16009 (change-log-conditionals, change-log-function)
16010 (change-log-acknowledgement): Remove "-face" suffix from face names.
16011 (change-log-date-face, change-log-name-face)
16012 (change-log-email-face, change-log-file-face)
16013 (change-log-list-face, change-log-conditionals-face)
16014 (change-log-function-face, change-log-acknowledgement-face):
16015 New backward-compatibility aliases for renamed faces.
16016 (change-log-font-lock-keywords): Use renamed change-log faces.
16017
16018 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16019 (custom-set, custom-changed, custom-saved, custom-button)
16020 (custom-button-pressed, custom-documentation, custom-state)
16021 (custom-comment, custom-comment-tag, custom-variable-tag)
16022 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16023 (custom-group-tag): Remove "-face" suffix from face names.
16024 (custom-magic-alist, custom-magic-value-create)
16025 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16026 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16027 (custom-set-face, custom-changed-face, custom-saved-face)
16028 (custom-button-face, custom-button-pressed-face)
16029 (custom-documentation-face, custom-state-face)
16030 (custom-comment-face, custom-comment-tag-face)
16031 (custom-variable-tag-face, custom-variable-button-face)
16032 (custom-face-tag-face, custom-group-tag-face-1)
16033 (custom-group-tag-face):
16034 New backward-compatibility aliases for renamed faces.
16035
16036 * wid-edit.el (widget-documentation, widget-button)
16037 (widget-field, widget-single-line-field, widget-inactive)
16038 (widget-button-pressed): "-face" suffix removed from face names.
16039 (widget-documentation-face, widget-button-face)
16040 (widget-field-face, widget-single-line-field-face)
16041 (widget-inactive-face, widget-button-pressed-face):
16042 New backward-compatibility aliases for renamed faces.
16043 (widget-documentation-face, widget-button-face)
16044 (widget-button-pressed-face, widget-specify-field)
16045 (widget-specify-inactive): Use renamed widget faces.
16046
16047 2005-06-10 Kenichi Handa <handa@m17n.org>
16048
16049 * term/x-win.el (x-clipboard-yank): Remove condition-case
16050 wrapping.
16051
16052 2005-06-11 Kenichi Handa <handa@m17n.org>
16053
16054 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16055 date lines stricter.
16056
16057 2005-06-10 Zhang Wei <id.brep@gmail.com>
16058
16059 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16060 of x-get-selection.
16061
16062 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * comint.el (comint-mode, comint-snapshot-last-prompt):
16065 * frame.el (frame-current-scroll-bars):
16066 * term.el (term-mode, term-check-proc, term-input-sender)
16067 (term-simple-send, term-extract-string, term-word)
16068 (term-match-partial-filename):
16069 * window.el (window-current-scroll-bars):
16070 * emulation/cua-base.el (cua-normal-cursor-color)
16071 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16072 (cua-global-mark-cursor-color):
16073 * mail/undigest.el (rmail-forward-separator-regex):
16074 Fix typos in docstrings.
16075
16076 * comint.el (comint-check-proc, make-comint-in-buffer)
16077 (comint-source-default): Doc fixes.
16078
16079 * term.el (term-send-string): Improve argument/docstring consistency.
16080
16081 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16082
16083 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16084 call to `delete-region'.
16085 (comint-mode-hook): Do not enable Font Lock by default.
16086
16087 2005-06-09 Lute Kamstra <lute@gnu.org>
16088
16089 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16090 could be void.
16091
16092 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16093
16094 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16095 (debug): Use it.
16096 (debugger-step-through, debugger-continue, debugger-jump)
16097 (debugger-return-value): Set it when needed.
16098 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16099 Use inhibit-read-only.
16100
16101 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16102
16103 * window.el (shrink-window-if-larger-than-buffer)
16104 (window-size-fixed): Fix typo in docstring.
16105
16106 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16107 thumbnails directory on loading.
16108 (thumbs-conversion-program): Use `eq' to check the system type,
16109 not `equal'.
16110 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16111 not "/tmp". Fix docstring.
16112 (thumbs-thumbsdir): New function to return the thumbnails
16113 directory, creating it if needed.
16114 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16115 (thumbs-temp-file): Delete variable and make it into a function.
16116 (thumbs-resize-image, thumbs-modify-image): Use it.
16117 (thumbs-kill-buffer): Simplify.
16118 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16119 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16120 docstrings.
16121
16122 2005-06-09 Kim F. Storm <storm@cua.dk>
16123
16124 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16125 set-match-data to free markers in match-data.
16126
16127 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16128 match-data to unchain markers in match-data.
16129
16130 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16133 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16134 unnecessary now.
16135
16136 2005-06-08 Richard M. Stallman <rms@gnu.org>
16137
16138 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16139 give the variable a doc string that doesn't say don't set it directly.
16140
16141 * textmodes/ispell.el (ispell-check-version):
16142 Use match-string-no-properties.
16143 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16144 (ispell-buffer-local-words): Likewise.
16145
16146 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16147 except on terminals with enough colors to really display it.
16148 (makefile-dependency-regex): Delete spurious `bb'.
16149
16150 * faces.el (escape-glyph): Use blue once again in last case.
16151 (no-break-space): Redefine so that it isn't invisible on a tty.
16152
16153 2005-06-08 Kim F. Storm <storm@cua.dk>
16154
16155 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16156 also when reading directory name.
16157
16158 2005-06-08 Lute Kamstra <lute@gnu.org>
16159
16160 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16161 (flyspell-mode-line-string): Remove autoload cookie.
16162 (flyspell-mode): Remove defvar.
16163
16164 2005-06-07 Lute Kamstra <lute@gnu.org>
16165
16166 * textmodes/org.el (org-run-mode-hooks): New function.
16167 (org-agenda-mode): Use it.
16168
16169 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16170
16171 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16172
16173 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16174
16175 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16176
16177 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16178
16179 * font-lock.el (font-lock-add-keywords): Doc fix.
16180
16181 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16184 (tex-compile-default): In the absence of any history, use the order in
16185 tex-compile-alist to choose the preferred command.
16186 (tex-compile-commands): Reorder a bit.
16187
16188 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16189 (flyspell-incorrect-face, flyspell-duplicate-face):
16190 Use (X)Emacs-agnostic code.
16191 (flyspell-mode-map): Don't overwrite at each load. Remove code
16192 redundant with the subsequent add-minor-mode. Merge Emacs and
16193 XEmacs code.
16194 (flyspell-word): Minor simplification.
16195 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16196 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16197 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16198 Merge the corresponding Emacs code.
16199 (flyspell-correct-word, flyspell-xemacs-popup):
16200 Use flyspell-do-correct.
16201
16202 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16203 a dedicated window.
16204
16205 * international/latexenc.el (latexenc-find-file-coding-system):
16206 Undo part of last patch, to turn off a compiler warning.
16207
16208 2005-06-06 Juri Linkov <juri@jurta.org>
16209
16210 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16211 Rename `tmm-inactive-face' to `tmm-inactive'.
16212
16213 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16214
16215 * iswitchb.el: Rename faces.
16216
16217 2005-06-06 Kim F. Storm <storm@cua.dk>
16218
16219 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16220 (cua-global-mark): Remove -face suffix from face names.
16221
16222 * emulation/cua-gmrk.el (cua--init-global-mark):
16223 Remove cua-global-mark face setup.
16224
16225 2005-06-06 Richard M. Stallman <rms@gnu.org>
16226
16227 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16228 just like other allowed characters.
16229 (makefile-match-dependency): Exclude leading and training whitespace
16230 from the range of regexp subexp 1.
16231 (makefile-macroassign-regex): Don't try to match the body,
16232 just the name of the macro being defined.
16233
16234 * info.el (Info-read-node-name-2): New function.
16235 (Info-read-node-name-1): Use that.
16236 Add a completion-base-size-function property.
16237
16238 * simple.el (completion-setup-function): Look for
16239 completion-base-size-function property of minibuffer-completion-table.
16240
16241 * files.el (locate-file-completion): Doc fix.
16242
16243 * printing.el: Don't call pr-update-menus; user must do that.
16244
16245 * emacs-lisp/debug.el (debugger-window): New variable.
16246 (debug): Use debugger-window if it is set and still alive.
16247 Record debugger-window for next entry.
16248
16249 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16250
16251 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16252
16253 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16254 (hack-one-local-variable, hack-local-variables)
16255 (hack-local-variables-prop-line): Pass that arg.
16256
16257 2005-06-06 Kim F. Storm <storm@cua.dk>
16258
16259 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16260 (ido-indicator): Remove -face suffix from face names.
16261
16262 2005-06-06 Juri Linkov <juri@jurta.org>
16263
16264 * font-lock.el (font-lock-regexp-backslash)
16265 (font-lock-regexp-backslash-construct): New faces.
16266 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16267 after `('. Add `while-no-input' to control structures.
16268
16269 * faces.el (no-break-space, shadow): New faces.
16270 (escape-glyph): Use less loud colors pink2 and red4.
16271
16272 * diff-mode.el (diff-context-face)
16273 * dired.el (dired-ignored)
16274 * rfn-eshadow.el (file-name-shadow)
16275 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16276
16277 * info.el (Info-title-1-face): Use green instead of yellow because
16278 bold yellow is not readable on light backgrounds.
16279
16280 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16281 before selecting the desired mode to not spend time fontifying
16282 old contents.
16283
16284 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16287 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16288
16289 * ps-print.el (ps-default-fg, ps-default-bg):
16290 Fix typos in docstrings.
16291
16292 * isearchb.el (isearchb): Don't pass a spurious second argument to
16293 `iswitchb-completions'.
16294
16295 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16296
16297 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16298 to preserve point.
16299 (gdb-find-file-hook): Add doc string.
16300
16301 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16302 C dereferenced pointer expression.
16303 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16304
16305 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16306
16307 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16308 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16309 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16310 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16311 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16312 Make background transparent.
16313
16314 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16315
16316 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16317 (font-lock-remove-keywords): Doc fix.
16318 (font-lock-mode-major-mode): Compiler defvar.
16319 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16320
16321 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16322 (font-lock-mode): Update `font-lock-mode-major-mode'.
16323 (font-lock-set-defaults): Compiler defvar.
16324 (font-lock-default-function): Take `font-lock-mode-major-mode'
16325 into account.
16326
16327 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16328 keep track of which major mode it enabled the minor mode for.
16329 Use find-file-hook again. Update docstring.
16330
16331 * simple.el (eval-expression-print-level)
16332 (eval-expression-print-length, eval-expression-debug-on-error):
16333 Doc fixes.
16334
16335 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16336
16337 * iswitchb.el (iswitchb-single-match-face)
16338 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16339 (iswitchb-invalid-regexp-face): New faces.
16340 (iswitchb-completions): Use them.
16341 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16342 now marked as an obsolete alias.
16343 (iswitchb-read-buffer): Remove check for bound font variables.
16344 (iswitchb-invalid-regexp): New free variable.
16345 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16346 set iswitchb-invalid-regexp.
16347 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16348 invalid regexps.
16349 (iswitchb-completions): Add check for complete match when entering
16350 a regexp.
16351 (iswitchb-completions): Remove require-match argument.
16352 (iswitchb-exhibit): Fix caller.
16353 (iswitchb-common-match-inserted): New variable.
16354 (iswitchb-complete, iswitchb-completion-help): Use it.
16355
16356 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16357
16358 * url-http.el (url-http-chunked-encoding-after-change-function):
16359 Use `url-http-debug' instead of `message'.
16360
16361 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16362
16363 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16364 callback argument.
16365
16366 2005-06-04 Kim F. Storm <storm@cua.dk>
16367
16368 * simple.el (line-move): Only call sit-for when moving backwards.
16369
16370 * ido.el (ido-make-merged-file-list-1): New defun split from
16371 ido-make-merged-file-list.
16372 (ido-make-merged-file-list): Bind throw-on-input around call to
16373 ido-make-merged-file-list-1. Return input-pending-p if
16374 interrupted by more input available.
16375 (ido-read-internal): Handle input-pending-p return value from
16376 ido-make-merged-file-list.
16377
16378 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16379
16380 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16381 compatibility code.
16382
16383 * international/latexenc.el (latexenc-find-file-coding-system):
16384 Don't inherit the EOL part of the coding-system from the
16385 tex-main buffer. Fit within 80 columns.
16386
16387 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16388
16389 * tmm.el (tmm-inactive-face): New face.
16390 (tmm-remove-inactive-mouse-face): New function.
16391 (tmm-prompt, tmm-add-one-shortcut)
16392 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16393 but not selectable.
16394
16395 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * faces.el (face-equal): Improve argument/docstring consistency.
16398
16399 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16400
16401 * progmodes/make-mode.el (makefile-targets-face)
16402 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16403 (makefile-bsdmake-dependency-regex)
16404 (makefile-makepp-rule-action-regex)
16405 (makefile-bsdmake-rule-action-regex): New constants.
16406 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16407
16408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16409 Allow (...) within `...' for makepp messages.
16410
16411 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16412
16413 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16414
16415 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16416 "." files are deleted from all file lists before comparison.
16417
16418 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16419 (viper-ESC-key): Made them customizable.
16420
16421 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16422
16423 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16424
16425 * autorevert.el (auto-revert-buffers): Use save-match-data.
16426
16427 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16430 menu items with a nil command binding.
16431
16432 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16433
16434 * emacs-lisp/cl-macs.el (defsetf):
16435 Improve argument/docstring consistency.
16436
16437 * faces.el (list-faces-display): Improve the formatting by
16438 computing the maximum length required for any face-name (reworked
16439 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16440 (internal-find-face): Remove redundant info in docstring.
16441
16442 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16443
16444 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16445 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16446 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16447 (gdb-assembler-custom): Improve regexps.
16448 (def-gdb-auto-update-handler): Use window point to preserve point.
16449
16450 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16451
16452 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16453
16454 2005-05-31 Jay Belanger <belanger@truman.edu>
16455
16456 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16457 to calc-embedded.
16458 (calc-embedded-make-info): Have plain prefix argument select
16459 entire line.
16460
16461 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * faces.el (list-faces-display): Signal error if passed a regexp
16464 that matches no face name.
16465
16466 * simple.el (filter-buffer-substring): Fix typo in docstring.
16467
16468 2005-05-31 Richard M. Stallman <rms@gnu.org>
16469
16470 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16471 (vhdl-emacs-21): Doc fix.
16472 (vhdl-mode): Unconditionally set comment-padding.
16473 (vhdl-fixup-whitespace-region): Insert spaces only where
16474 there are none.
16475 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16476
16477 2005-05-30 John Wiegley <johnw@newartisans.com>
16478
16479 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16480 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16481 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16482 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16483 `string-to-number'.
16484
16485 2005-05-30 Jay Belanger <belanger@truman.edu>
16486
16487 * calc/calc.el (calc-bug-address): Fix docstring.
16488 (calc-window-hook, calc-trail-window-hook): New variables.
16489 (calc-trail-display): Restore use of calc-trail-window-hook.
16490 (calc): Restore use of calc-window-hook.
16491
16492 2005-05-31 Masatake YAMATO <jet@gyve.org>
16493
16494 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16495
16496 * help-fns.el (help-C-file-name): Add autoload mark for
16497 `find-function-noselect'.
16498
16499 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16502 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16503
16504 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16505
16506 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16507 included diary buffer if it was not already being visited.
16508 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16509
16510 * calendar/icalendar.el (top-level): Do not require appt.
16511
16512 * mail/supercite.el (sc-select-attribution): Only use a list
16513 element from sc-attrib-selection-list if it returns a string.
16514 Reported by Davide G. M. Salvetti <salve@debian.org>.
16515
16516 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16519 includes a hash value to improve its uniqueness, and has a ".jpg"
16520 extension. Also, it is now a valid filename on all systems.
16521 (thumbs-make-thumb): Use `let', not `let*'.
16522 (thumbs-show-thumbs-list): Check for JPEG availability.
16523
16524 2005-05-30 Richard M. Stallman <rms@gnu.org>
16525
16526 * filesets.el (filesets-menu-ensure-use-cached):
16527 Prevent warning when emacs-version>= is undefined.
16528
16529 * printing.el (pr-interactive-n-up): Use string-to-number.
16530
16531 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16532
16533 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16534 Warn only when name to be defined is quoted.
16535
16536 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16537
16538 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16539 Make regexp more robust.
16540 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16541 Force regeneration of disassembly.
16542
16543 2005-05-29 Jay Belanger <belanger@truman.edu>
16544
16545 * calc/calc.el (calc-user-invocation): Check if
16546 calc-invocation-macro is non-nil.
16547
16548 2005-05-29 Juri Linkov <juri@jurta.org>
16549
16550 * add-log.el (change-log-font-lock-keywords):
16551 Add `+' to e-mail regexp to accept mail address with keywords.
16552
16553 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16554
16555 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16556
16557 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16558
16559 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16560
16561 2005-05-29 Richard M. Stallman <rms@gnu.org>
16562
16563 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16564 Undo the change that moves to end of the current word.
16565
16566 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16567
16568 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16569 Throw error when count <= 0 to ensure input is a number.
16570 (gdb-read-memory-custom): Pick up address from buffer.
16571 (gdb-memory-mode): Allow user to increment and decrement
16572 memory address from header line.
16573
16574 2005-05-29 Richard M. Stallman <rms@gnu.org>
16575
16576 * flyspell.el (flyspell-version): Function deleted.
16577 (flyspell-auto-correct-previous-hook): Doc fix.
16578
16579 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16580 Do nothing if memory is full.
16581
16582 * font-lock.el (font-lock-fontify-syntactically-region):
16583 Pass t for GREEDY to looking-back.
16584
16585 * saveplace.el (save-place-alist-to-file): Write the file
16586 using write-region.
16587
16588 * subr.el (looking-back): New argument GREEDY.
16589
16590 * progmodes/compile.el (compilation-start): Set the mode
16591 before inserting the initial text.
16592
16593 * progmodes/which-func.el (which-func-update-1): Turn the mode
16594 off in case of error by setting which-func-mode.
16595
16596 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16597
16598 * flyspell.el (flyspell-auto-correct-previous-word):
16599 Narrow down to what's on the screen, and recenter overlays
16600 at the end of the next word.
16601
16602 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16603
16604 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16605 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16606 (flyspell-abbrev-p): Default to nil.
16607 (flyspell-use-global-abbrev-table-p): Doc fix.
16608 (flyspell-large-region): Allow nil as value.
16609 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16610
16611 (mail-mode-flyspell-verify): More robust handling
16612 of `mail-header-separator'. More efficient signature detection.
16613 Allow for regexp metacharacters in message-header-separator.
16614 Adding `To' not to be checked in mail-mode-flyspell-verify.
16615
16616 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16617 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16618 Bind flyspell-auto-correct-binding.
16619 Bind C-. and C-, .
16620 (flyspell-mode-map): Likewise.
16621 (flyspell-mode): Doc fix.
16622 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16623 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16624 (flyspell-word-cache-result): New var, always local.
16625 (flyspell-check-pre-word-p): Doc fix.
16626 (flyspell-check-changed-word-p): Handle spc like newline.
16627 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16628 (flyspell-word-search-backward, flyspell-word-search-forward):
16629 New functions.
16630 (flyspell-word): Return t if nothing to check.
16631 When parsing TeX code, check for after } or \.
16632 Use flyspell-word-search-backward to find previous word.
16633 Return nil if duplicated word.
16634 For word already checked, return same value as last time.
16635 Set flyspell-word-cache-result after checking.
16636 Don't clobber the return value.
16637 (flyspell-get-word): Major rewrite.
16638 (flyspell-external-point-words): New locals pword, pcount.
16639 Fix size used in progress message.
16640 Find the proper corresponding word in flyspell-large-region-buffer.
16641 (flyspell-region): Check for flyspell-large-region = nil.
16642 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16643 (flyspell-auto-correct-word): Check that WORD is a cons.
16644 (flyspell-correct-word): Likewise.
16645
16646 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16647
16648 * progmodes/make-mode.el (makefile-rule-action-regex)
16649 (makefile-macroassign-regex, makefile-makepp-mode)
16650 (makefile-bsdmake-mode): Continuation lines may be empty.
16651 Reported by Joshua Varner.
16652 (makefile-makepp-font-lock-keywords): Add $(stem).
16653
16654 2005-05-28 Karl Berry <karl@gnu.org>
16655
16656 * textmodes/tex-mode.el: Now that tex-send-command calls
16657 shell-quote-argument (2005-03-31 change), remove all calls to
16658 shell-quote-argument; they all end up invoking tex-send-command.
16659 The double quoting loses on filenames with non-safe characters,
16660 such as "@". Reported by Frederik Fouvry.
16661
16662 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16663
16664 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16665 about preserving point.
16666
16667 2005-05-27 Jay Belanger <belanger@truman.edu>
16668
16669 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16670 Info-goto-node.
16671
16672 * calc/calc-embed.el (calc-embed-arg): New variable.
16673 (calc-do-embedded-activate, calc-embedded-activate-formula)
16674 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16675 variable by new variable.
16676 (calc-embedded-make-info): Replace undeclared variable by new
16677 variable. When selecting region with positive prefix
16678 argument, use end of previous line instead of beginning of line.
16679
16680 * calc/calc-aent.el (calc-arg-values): Declare it.
16681
16682 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16683 Declare them.
16684
16685 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16686
16687 * calc/calc.el (calc-alg-map): Declare it.
16688
16689 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16690
16691 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16692
16693 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16694 (gdb-registers-buffer, toggle-gdb-all-registers):
16695 Toggle display of floating point registers.
16696 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16697
16698 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16699 (toggle-gud-tooltip-dereference):
16700 Rename from gud-toggle-tooltip-dereference.
16701
16702 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16705
16706 2005-05-27 Jay Belanger <belanger@truman.edu>
16707
16708 * calc/calc-prog.el (calc-kbd-report): Remove.
16709 (calc-kbd-query): Rewrite.
16710
16711 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16712
16713 * image.el (image-library-alist): Move to image.c.
16714 (image-type-available-p): Doc fix.
16715
16716 2005-05-27 Lute Kamstra <lute@gnu.org>
16717
16718 * calc/calc.el (calc):
16719 * outline.el (outline-1, outline-2, outline-3, outline-4)
16720 (outline-5, outline-6, outline-7, outline-8):
16721 * textmodes/dns-mode.el (dns-mode):
16722 * textmodes/sgml-mode.el (sgml-namespace-face):
16723 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16724 (tex-verbatim-face, tex-use-reftex):
16725 * textmodes/texinfo.el (texinfo-heading-face):
16726 Specify customization group.
16727
16728 * longlines.el: Don't require easy-mmode.
16729 (longlines-visible-face): Specify customization group.
16730
16731 2005-05-27 Kenichi Handa <handa@m17n.org>
16732
16733 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16734 encoding table of windows-1251.
16735
16736 * international/ucs-tables.el (ucs-set-table-for-input):
16737 If translation-table-for-input of a coding system is a symbol, get
16738 its translation-table property.
16739
16740 * international/code-pages.el: Don't register a coding system into
16741 non-iso-charset-alist more than once.
16742 (cp-make-coding-system): Likewise.
16743
16744 2005-05-26 John Wiegley <johnw@newartisans.com>
16745
16746 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16747 `eshell-resume-eval' is wrapped in a list, it indicates that the
16748 command was run asynchronously. In that case, unwrap the value
16749 before checking the delimiter value.
16750
16751 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16752 character before a space at the end of a line is \, assume the space
16753 is part of the last argument rather than a final argument separator.
16754
16755 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16756 is in use, and the target is `t' or `nil' (which are the most common
16757 values), don't assume that the symbol target is a buffer.
16758
16759 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16760
16761 * calendar/calendar.el (calendar-mode-line-format):
16762 Use mode-line-highlight as mouse-face.
16763
16764 * time.el (display-time-string-forms, display-time-update):
16765 Use mode-line-highlight as mouse-face.
16766
16767 2005-05-26 Jay Belanger <belanger@truman.edu>
16768
16769 * calc/calc.el (calc-language-alist): Remove extra defvar.
16770
16771 2005-05-26 Lute Kamstra <lute@gnu.org>
16772
16773 * arc-mode.el (archive-mode):
16774 * bookmark.el (bookmark-read-annotation-mode)
16775 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16776 * bs.el (bs-mode):
16777 * calc/calc-yank.el (calc-edit-mode):
16778 * calc/calc.el (calc-mode, calc-trail-mode):
16779 * calculator.el (calculator-mode):
16780 * chistory.el (command-history-mode):
16781 * comint.el:
16782 * cus-edit.el (custom-mode):
16783 * descr-text.el (describe-text-mode):
16784 * ebuff-menu.el (Electric-buffer-menu-mode):
16785 * ediff-util.el (ediff-mode):
16786 * emacs-lisp/re-builder.el (reb-mode):
16787 * emulation/vi.el (vi-mode-setup):
16788 * emulation/ws-mode.el (wordstar-mode):
16789 * eshell/esh-mode.el (eshell-mode):
16790 * forms.el (forms-mode):
16791 * help-mode.el (help-mode):
16792 * hexl.el (hexl-mode):
16793 * ibuffer.el (ibuffer-mode):
16794 * ielm.el (inferior-emacs-lisp-mode):
16795 * info.el (Info-mode, Info-edit-mode):
16796 * international/swedish.el:
16797 * ledit.el (ledit-from-lisp-mode):
16798 * locate.el (locate-mode):
16799 * mail/rmail.el (rmail-mode):
16800 * mail/rmailedit.el (rmail-edit-mode):
16801 * mail/rmailsum.el (rmail-summary-mode):
16802 * mail/supercite.el (sc-electric-mode):
16803 * net/eudc.el (eudc-mode):
16804 * net/quickurl.el (quickurl-list-mode):
16805 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16806 * obsolete/ooutline.el (outline-mode):
16807 * obsolete/options.el (Edit-options-mode):
16808 * obsolete/rnews.el (news-mode):
16809 * obsolete/rnewspost.el (news-reply-mode):
16810 * play/5x5.el (5x5-mode):
16811 * play/decipher.el (decipher-mode, decipher-stats-mode):
16812 * play/gomoku.el (gomoku-mode):
16813 * play/snake.el (snake-mode):
16814 * play/solitaire.el (solitaire-mode):
16815 * play/tetris.el (tetris-mode):
16816 * progmodes/ada-mode.el (ada-mode):
16817 * progmodes/antlr-mode.el (antlr-mode):
16818 * progmodes/autoconf.el (autoconf-mode):
16819 * progmodes/dcl-mode.el (dcl-mode):
16820 * progmodes/delphi.el (delphi-mode):
16821 * progmodes/ebrowse.el (ebrowse-tree-mode)
16822 (ebrowse-electric-list-mode, ebrowse-member-mode)
16823 (ebrowse-electric-position-mode):
16824 * progmodes/f90.el (f90-mode):
16825 * progmodes/fortran.el (fortran-mode):
16826 * progmodes/icon.el (icon-mode):
16827 * progmodes/idlw-help.el (idlwave-help-mode):
16828 * progmodes/idlw-shell.el (idlwave-shell-mode):
16829 * progmodes/idlwave.el (idlwave-mode):
16830 * progmodes/inf-lisp.el (inferior-lisp-mode):
16831 * progmodes/m4-mode.el (m4-mode):
16832 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16833 * progmodes/modula2.el (modula-2-mode):
16834 * progmodes/octave-inf.el (inferior-octave-mode):
16835 * progmodes/octave-mod.el (octave-mode):
16836 * progmodes/pascal.el (pascal-mode):
16837 * progmodes/sh-script.el (sh-mode):
16838 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16839 * progmodes/vhdl-mode.el (vhdl-mode):
16840 * progmodes/xscheme.el (scheme-interaction-mode):
16841 * replace.el (occur-mode):
16842 * ses.el (ses-mode):
16843 * simple.el (completion-list-mode):
16844 * skeleton.el:
16845 * speedbar.el (speedbar-mode):
16846 * term.el (term-mode):
16847 * terminal.el (terminal-edit-mode):
16848 * textmodes/reftex-index.el (reftex-index-mode)
16849 (reftex-index-phrases-mode):
16850 * textmodes/reftex-sel.el (reftex-select-label-mode)
16851 (reftex-select-bib-mode):
16852 * textmodes/reftex-toc.el (reftex-toc-mode):
16853 * wdired.el (wdired-change-to-wdired-mode):
16854 * wid-browse.el (widget-browse-mode):
16855 Use run-mode-hooks.
16856
16857 * array.el (array-mode):
16858 * calendar/todo-mode.el (todo-mode):
16859 * man.el (Man-mode):
16860 * play/landmark.el (lm-mode):
16861 * play/mpuz.el (mpuz-mode):
16862 Use kill-all-local-variables and run-mode-hooks.
16863
16864 * subr.el (delay-mode-hooks): Specify indentation.
16865
16866 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16867
16868 * xml.el (xml-substitute-special): Don't die for undefined xml
16869 entities.
16870
16871 2005-05-26 Jay Belanger <belanger@truman.edu>
16872
16873 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16874 of nil.
16875
16876 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16877
16878 * progmodes/gdb-ui.el (gdb-frame-address):
16879 Rename from gdb-current-address.
16880 (gdb-previous-frame-address): Rename from gdb-previous-address.
16881 (gdb-selected-frame): Rename from gdb-current-frame.
16882 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16883 (gdb-frame-number): Rename from gdb-current-stack-level.
16884 (gdb-ann3): Match new mode-name for disassembly buffer.
16885 Extend initialization of variables.
16886 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16887 (gdb-memory-mode): Use mouse-face in header line.
16888 (gdb-assembler-buffer-name): Call it disassembly and give frame
16889 in mode line.
16890 (gdb-source-spec-regexp, gdb-assembler-custom)
16891 (gdb-invalidate-assembler, gdb-frame-handler):
16892 Make robust to leading zeroes in address format.
16893
16894 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16895
16896 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16897 define `org-mode'.
16898 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16899
16900 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * log-edit.el (log-edit-changelog-entries): Distinguish between
16903 filenames like xfns.c and fns.c.
16904
16905 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16906
16907 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16908 point after reverting.
16909 (Buffer-menu-make-sort-button): Handle the case where
16910 `Buffer-menu-use-header-line' is nil.
16911
16912 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16913
16914 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16915 New funcs. In minibuffer-local-completion-map bind `]', `/'
16916 and `:' to them.
16917
16918 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * startup.el (normal-top-level): Allow modification of load-path while
16921 we're iterating over it.
16922
16923 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16924
16925 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16926 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16927 (thumbs-resize-interactive, thumbs-insert-image)
16928 (thumbs-insert-thumb, thumbs-dired-show-marked)
16929 (thumbs-find-image-at-point, thumbs-delete-images)
16930 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16931 (thumbs-increment-image-size, thumbs-decrement-image-size):
16932 Fix typos in docstrings.
16933
16934 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16935
16936 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16937 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16938 (cperl-mode): Use them.
16939
16940 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16941
16942 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16943 Doc fixes.
16944
16945 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16946
16947 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16948 Bind C-d to gdb-inferior-io-eof.
16949
16950 * dired.el (dired-dnd-popup-notice): Use message-box.
16951
16952 2005-05-23 Masatake YAMATO <jet@gyve.org>
16953
16954 * bindings.el (mode-line-major-mode-keymap):
16955 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16956
16957 * faces.el (mode-line-highlight): New face.
16958
16959 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16960 as mouse-face.
16961
16962 * bindings.el (top-level, help-echo, mode-line-modified)
16963 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16964 as mouse-face.
16965
16966 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16967
16968 * progmodes/cc-engine.el (c-guess-basic-syntax):
16969 Remove spurious call to `zerop'.
16970
16971 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16972
16973 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16974
16975 CC Mode update to 5.30.10:
16976
16977 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16978 could go past the limit in decoration level 2, thereby causing
16979 errors during interactive fontification.
16980
16981 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16982 the file is evaluated interactively.
16983
16984 * cc-engine.el (c-guess-basic-syntax): Handle operator
16985 declarations somewhat better in C++.
16986
16987 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16988 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16989 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16990 (awk-mode): Use it.
16991 (make-local-hook): Suppress warning about obsoleteness.
16992
16993 * cc-engine.el, cc-align.el, cc-cmds.el
16994 (c-append-backslashes-forward, c-delete-backslashes-forward)
16995 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16996 Compensate for return value from `forward-line' when it has moved
16997 but not to a different line due to eob.
16998
16999 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17000 `objc-method-intro' and `objc-method-args-cont'.
17001
17002 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17003
17004 CC Mode update to 5.30.10:
17005
17006 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17007 in the copyright statement. Incidentally, change "along with GNU
17008 Emacs" to "along with this program" where it occurs.
17009
17010 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17011 so that it is interactive, hence can be found by M-x awk-mode
17012 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17013 <gmorris+emacs@ast.cam.ac.uk>.
17014
17015 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17016 Mode's regexps.
17017
17018 2005-05-23 Kevin Ryde <user42@zip.com.au>
17019
17020 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17021 c-parse-state, to avoid a lisp error (on bad code).
17022
17023 2005-05-23 Lute Kamstra <lute@gnu.org>
17024
17025 * subr.el (font-lock-defaults): Remove defvar as it's already
17026 defined in font-core.el.
17027
17028 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17029
17030 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17031
17032 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17033 more general and work when GDB variable "print pretty" is on,
17034 as with Emacs, for example.
17035
17036 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17037
17038 * font-core.el: Update comment.
17039
17040 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17041 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17042
17043 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17044
17045 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17046
17047 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17048 and `yank-handler' in the doc strings.
17049
17050 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17053
17054 2005-05-22 Richard M. Stallman <rms@gnu.org>
17055
17056 * help.el (describe-key): Move print-help-return-message call
17057 out of conditional.
17058
17059 * progmodes/etags.el (list-tags): Use with-no-warnings.
17060
17061 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17062 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17063 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17064
17065 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17066
17067 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17068 Add defvar.
17069
17070 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17071 Use defvar, not defconst.
17072
17073 * hexl.el (hexl-follow-line): Use with-no-warnings.
17074
17075 * emulation/tpu-extras.el: Use write-file-functions instead of
17076 write-file-hooks.
17077
17078 * dired.el (dired-font-lock-keywords): Fontify files with junk
17079 extensions even if marked by -F.
17080
17081 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17082
17083 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17084 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17085 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17086 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17087 (concatenate, list-length, get*, getf, cl-remprop):
17088 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17089 (etypecase, progv, lexical-let, lexical-let*)
17090 (multiple-value-bind, multiple-value-setq, shiftf):
17091 Improve argument/docstring consistency.
17092
17093 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17094
17095 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17096
17097 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17098 doesn't exist.
17099
17100 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17101 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17102
17103 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17104
17105 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17106 already deleted variables: auto-fill-hook, blink-paren-hook,
17107 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17108 suspend-hooks, comment-indent-hook, meta-flag,
17109 before-change-function, after-change-function,
17110 font-lock-doc-string-face.
17111
17112 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17113
17114 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17115
17116 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17117
17118 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17119 rmail-dont-reply-to.
17120
17121 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17122
17123 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17124 literal blank when splitting new-header-values.
17125
17126 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17127
17128 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17129 string so that tmm doesn't create a completion entry for it.
17130
17131 * textmodes/table.el (table-disable-menu): Ditto.
17132
17133 2005-05-21 Richard M. Stallman <rms@gnu.org>
17134
17135 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17136
17137 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17138
17139 * net/rcompile.el (remote-compile): Use compilation-start.
17140
17141 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17142
17143 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17144
17145 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17146 Default to makefile-bsdmake-mode on BSD systems.
17147
17148 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17149 REGEXP may also be a search function now. The part of doc-string
17150 for describing the structure was 95% identical to that of
17151 `imenu--generic-function'. Unify it there.
17152
17153 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17154 Use function to find dependencies, because regexp alone is so complex,
17155 it easily goes into an endless loop.
17156 (makefile-makepp-mode): Also add submenu for Perl functions
17157 defined in the makefile.
17158 (makefile-bsdmake-mode): Special imenu-generic-expression no
17159 longer needed, due to function call.
17160 (makefile-match-dependency): Take BOUND into account when checking
17161 if we're through.
17162
17163 2005-05-20 Jay Belanger <belanger@truman.edu>
17164
17165 * calc/calc-units.el (calc-invalidate-units-table):
17166 Use inhibit-read-only.
17167 (math-build-units-table-buffer): Use view-mode.
17168
17169 2005-05-20 David Kastrup <dak@gnu.org>
17170
17171 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17172 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17173
17174 2005-05-20 Lute Kamstra <lute@gnu.org>
17175
17176 * diff-mode.el (diff-header-face, diff-file-header-face)
17177 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17178 (diff-added-face, diff-changed-face, diff-function-face)
17179 (diff-context-face, diff-nonexistent-face): Put them in the
17180 diff-mode customization group.
17181
17182 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17183
17184 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17185
17186 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17187
17188 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17189 Minor regexp-optimization.
17190
17191 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17192
17193 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17194 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17195 (org-agenda-add-time-grid-maybe): New function.
17196 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17197 (org-table-create): `dotimes' instead of `mapcar'.
17198 (org-xor): Simplify implementation.
17199 (org-agenda): `inhibit-redisplay' turned on.
17200 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17201 a consistent line after a state change.
17202 (org-agenda-remove-times-when-in-prefix): New option.
17203 (org-prefix-has-time): New variable.
17204 (org-parse-time-string): Optional argument NODEFAULT.
17205 (org-format-agenda-item): Parse items for time-of-day
17206 specifications and move these into the prefix if possible.
17207 (org-agenda-priority): Get current heading, not previous heading
17208 during agenda remote editing.
17209
17210 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17211
17212 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17213 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17214 (remove-duplicates, delete-duplicates, substitute)
17215 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17216 (nsubstitute-if-not, find, find-if, find-if-not, position)
17217 (position-if, position-if-not, count, count-if, count-if-not)
17218 (mismatch, search, sort*, stable-sort, merge, member*)
17219 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17220 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17221 (intersection, nintersection, set-difference, nset-difference)
17222 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17223 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17224 (nsublis, tree-equal): Improve argument/docstring consistency.
17225
17226 * subr.el (send-string, send-region): Remove obsolescence declaration.
17227 (window-dot, set-window-dot, read-input, show-buffer)
17228 (eval-current-buffer, string-to-int):
17229 Add release number to obsolescence declarations.
17230
17231 2005-05-19 Kim F. Storm <storm@cua.dk>
17232
17233 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17234 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17235
17236 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17237
17238 * faces.el (list-faces-display): Make back button respect optional
17239 regexp arg.
17240
17241 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17242
17243 * calculator.el (calculator-radix-grouping-mode)
17244 (calculator-radix-grouping-digits, calculator-displayer)
17245 (calculator-radix-grouping-separator, calculator-copy-displayer):
17246 * dabbrev.el (dabbrev-search-these-buffers-only):
17247 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17248 (diff-advance-after-apply-hunk, diff-mode-hook)
17249 (diff-minor-mode-prefix):
17250 * imenu.el (imenu-use-popup-menu):
17251 * jit-lock.el (jit-lock-context-time):
17252 * newcomment.el (comment-fill-column, comment-column)
17253 (comment-style, comment-padding, comment-multi-line)
17254 (comment-empty-lines, comment-auto-fill-only-comments):
17255 * reveal.el (reveal-around-mark):
17256 * uniquify.el (uniquify-buffer-name-style)
17257 (uniquify-after-kill-buffer-p)
17258 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17259 (uniquify-min-dir-content, uniquify-separator)
17260 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17261 * w32-vars.el (w32-fixed-font-alist):
17262 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17263 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17264 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17265 * progmodes/perl-mode.el (perl-indent-level)
17266 (perl-continued-statement-offset, perl-continued-brace-offset)
17267 (perl-brace-offset, perl-brace-imaginary-offset)
17268 (perl-label-offset, perl-indent-continued-arguments)
17269 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17270 * progmodes/tcl.el (tcl-indent-level)
17271 (tcl-continued-indent-level, tcl-auto-newline)
17272 (tcl-tab-always-indent, tcl-electric-hash-style)
17273 (tcl-help-directory-list, tcl-use-smart-word-finder)
17274 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17275 (inferior-tcl-source-command):
17276 * textmodes/fill.el (enable-kinsoku):
17277 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17278 * textmodes/table.el (table-yank-handler):
17279 Specify missing group (and type, if simple) in defcustom.
17280
17281 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17282
17283 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17284
17285 2005-05-19 Richard M. Stallman <rms@gnu.org>
17286
17287 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17288
17289 * subr.el (event-basic-type): Don't get an error.
17290 (left-fringe-p): Function deleted.
17291
17292 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17293 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17294
17295 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17296 in recursive copy.
17297
17298 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17299
17300 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17301
17302 * emacs-lisp/bytecomp.el
17303 (byte-compile-file-form-custom-declare-variable):
17304 Call byte-compile-nogroup-warn if appropriate.
17305
17306 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17307 (compilation-set-window): Don't call left-fringe-p; do it directly.
17308
17309 2005-05-19 Jay Belanger <belanger@truman.edu>
17310
17311 * calc/calc-graph.el (calc-graph-format-data): Make sure
17312 var-PlotRejects is bound before trying to check its value.
17313
17314 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17315
17316 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17317 definition of this variable from reftex-global.el to reftex.el,
17318 because it is needed in the menu.
17319
17320 2005-05-19 Lute Kamstra <lute@gnu.org>
17321
17322 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17323 years are fixed. Don't insert a space after a dash.
17324
17325 2005-05-19 Kim F. Storm <storm@cua.dk>
17326
17327 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17328
17329 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17330
17331 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17332 strings, because (eq ... ?\\) is fairly frequent.
17333
17334 * progmodes/make-mode.el (makefile-add-this-line-targets):
17335 Simplify and integrate into `makefile-pickup-targets'.
17336 (makefile-add-this-line-macro): Simplify and integrate into
17337 `makefile-pickup-macros.
17338 (makefile-pickup-filenames-as-targets): Simplify.
17339 (makefile-previous-dependency, makefile-match-dependency):
17340 Don't stumble over `::'.
17341
17342 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17343
17344 * subr.el (post-command-idle-hook, post-command-idle-delay):
17345 Remove obsoletion of post-command-idle-hook and
17346 post-command-idle-delay.
17347
17348 * faces.el (list-faces-display): Provide button when describe-face
17349 is called to take user back to the list of faces.
17350
17351 * help-fns.el (describe-variable): Remove hyperlinks in a
17352 variable's value as these are quite frequently inappropriate.
17353
17354 * follow.el (follow-submit-feedback, follow-mode):
17355 Remove references to post-command-idle-hook.
17356
17357 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17358
17359 * progmodes/make-mode.el (makefile-previous-dependency)
17360 (makefile-match-dependency): Check for := (and in bsd mode also
17361 !=) to give a better result, even when font-lock is not on.
17362
17363 2005-05-18 Jay Belanger <belanger@truman.edu>
17364
17365 * calc/calc-help.el (calc-s-prefix-help):
17366 Add `calc-copy-special-constant' to help string.
17367
17368 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17369
17370 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17371
17372 2005-05-18 Jay Belanger <belanger@truman.edu>
17373
17374 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17375 in linear factors are in proper order.
17376
17377 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17378
17379 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17380 Support for jurabib.
17381
17382 * textmodes/reftex.el (featurep): Define aliases for overlay
17383 commands, for XEmacs compatibility, and use these aliases in
17384 overlay initializations.
17385 (reftex-highlight): Use `reftex-move-overlay'.
17386 (reftex-unhighlight): Use `reftex-delete-overlay'.
17387 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17388 (reftex-access-search-path): Use `reftex-uniquify' instead of
17389 `reftex-uniq'
17390
17391 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17392 `before-string' property modification enables for Emacs as well.
17393 (reftex-select-item): Use `reftex-delete-overlay'.
17394 (reftex-select-mark): Use `reftex-make-overlay' and
17395 `reftex-overlay-put'.
17396 (reftex-select-unmark): Use `reftex-delete-overlay' and
17397 `reftex-overlay-put'.
17398
17399 2005-05-18 Lute Kamstra <lute@gnu.org>
17400
17401 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17402
17403 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17404
17405 * add-log.el (add-change-log-entry):
17406 * array.el (array-make-template, array-reconfigure-rows)
17407 (array-init-max-row, array-init-max-column)
17408 (array-init-columns-per-line, array-init-field-width):
17409 * replace.el (replace-match-maybe-edit, perform-replace):
17410 * textmodes/spell.el (spell-region):
17411 Replace `read-input' by `read-string'.
17412
17413 * forms.el (forms-mode):
17414 * finder.el (finder-compile-keywords):
17415 * shadowfile.el (shadow-read-files):
17416 Replace `eval-current-buffer' by `eval-buffer'.
17417
17418 * terminal.el (te-pass-through):
17419 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17420 (ange-ftp-raw-send-cmd):
17421 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17422 (send-process-next-char, telnet-initial-filter, telnet):
17423 Replace `send-string' by `process-send-string'.
17424
17425 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17426 (prolog-consult-region): Replace `send-string' by
17427 `process-send-string'; replace `send-region' by `process-send-region'.
17428
17429 * progmodes/delphi.el (delphi-log-msg):
17430 Replace `set-window-dot' by `set-window-point'.
17431
17432 * subr.el (window-dot, set-window-dot, read-input, send-string)
17433 (send-region, show-buffer, eval-current-buffer):
17434 Make really obsolete, as the comment says.
17435
17436 2005-05-17 Kim F. Storm <storm@cua.dk>
17437
17438 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17439 (cua--init-keymaps): Bind C-return instead of S-return to set
17440 rectangle mark.
17441
17442 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17443 instead of S-return to toggle/clear rectangle mark.
17444
17445 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17446
17447 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17448 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17449 Also fontify plain strings assigned to variables, mostly so that a
17450 colon has a face and is thus not taken as a dependency separator.
17451 (makefile-previous-dependency): Inline the new matcher, because it
17452 is too complex to work in both directions.
17453 (makefile-match-dependency): Eliminate `backward' arg (see above).
17454 Completely reimplemented so as to not sometimes go into an endless
17455 loop. It should also be more efficient, because first it only
17456 searches for `:', instead of applying the very complex regexp.
17457 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17458 to be fontified in one piece can be too long for JIT.
17459 Makefiles are never *that* big.
17460
17461 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17462
17463 * dired.el (dired-mode): Simplify.
17464
17465 2005-05-17 Lute Kamstra <lute@gnu.org>
17466
17467 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17468 defcustom for the mode hook variable.
17469
17470 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17471 Emacs Lisp Reference Manual.
17472
17473 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17474
17475 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17476 (evenp, list*):
17477 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17478 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17479
17480 * net/tramp-smb.el (tramp-smb-open-connection):
17481 Pass `tramp-chunksize' as fifth (required) argument.
17482
17483 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17484
17485 * font-lock.el (lisp-font-lock-keywords-1):
17486 Set `font-lock-negation-char-face' for [^...] char group.
17487 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17488
17489 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17490 a var, and refine it to mask one more level of nested vars.
17491 (makefile-rule-action-regex): Turn it into a var, and refine it so
17492 it recognizes backslashed continuation lines as belonging to the
17493 same command.
17494 (makefile-macroassign-regex): Refine it so it recognizes
17495 backslashed continuation lines as belonging to the same command.
17496 (makefile-var-use-regex): Don't look at the next char, because it
17497 might be the same one to be skipped by the initial [^$], leading
17498 to an overlooked variable use.
17499 (makefile-make-font-lock-keywords): Remove two parameters, which
17500 are now variables that some of the modes set locally.
17501 Handle dependency and rule action matching through functions, because
17502 regexps alone match too often. Dependency matching now comes
17503 last, so it can check, whether a colon already matched something else.
17504 (makefile-mode): Inform that font-lock improves makefile parsing
17505 capabilities.
17506 (makefile-match-dependency, makefile-match-action): New functions.
17507
17508 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17509
17510 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17511
17512 * align.el (align-regexp):
17513 * ansi-color.el (ansi-color-get-face):
17514 * array.el (array-reconfigure-rows, array-init-max-row)
17515 (array-init-max-column, array-init-columns-per-line)
17516 (array-init-field-width):
17517 * dired-aux.el (dired-trample-file-versions):
17518 * dired-x.el (dired-mark-sexp):
17519 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17520 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17521 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17522 * faces.el (face-read-integer):
17523 * files.el (backup-extract-version, insert-directory):
17524 * hexl.el (hexl-insert-decimal-char):
17525 * server.el (server-process-filter):
17526 * shell.el (shell-extract-num):
17527 * startup.el (command-line-1):
17528 * term.el (term-command-hook):
17529 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17530 (time-stamp-do-number):
17531 * time.el (display-time-update):
17532 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17533 (timezone-fix-time):
17534 * vms-patch.el (vms-suspend-resume-hook):
17535 * calendar/appt.el (appt-convert-time):
17536 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17537 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17538 * calendar/cal-islam.el (mark-islamic-diary-entries):
17539 * calendar/calendar.el (calendar-cursor-to-date)
17540 (calendar-star-date):
17541 * calendar/diary-lib.el (diary-attrtype-convert)
17542 (mark-diary-entries, diary-entry-time):
17543 * calendar/solar.el (solar-get-number):
17544 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17545 * emacs-lisp/re-builder.el (reb-display-subexp):
17546 * emulation/edt.el (edt-set-scroll-margins):
17547 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17548 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17549 (vip-get-ex-count):
17550 * emulation/viper-ex.el (viper-get-ex-token)
17551 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17552 * international/fontset.el (fontset-plain-name):
17553 * mail/feedmail.el (feedmail-look-at-queue-directory):
17554 * mail/mailalias.el (mail-get-names):
17555 * mail/rmail.el (rmail-convert-to-babyl-format):
17556 * mail/rmailsum.el (rmail-make-basic-summary-line)
17557 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17558 (rmail-summary-goto-msg):
17559 * mail/smtpmail.el (smtpmail-read-response):
17560 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17561 (ange-ftp-vms-add-file-entry):
17562 * play/gametree.el (gametree-looking-at-ply)
17563 (gametree-current-branch-score):
17564 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17565 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17566 * progmodes/cperl-mode.el (condition-case):
17567 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17568 (ebrowse-set-member-buffer-column-width)
17569 (ebrowse-select-1st-to-9nth):
17570 * progmodes/etags.el (etags-snarf-tag):
17571 * progmodes/flymake.el (flymake-parse-line):
17572 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17573 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17574 (idlwave-shell-menu-def):
17575 * progmodes/ps-mode.el (ps-run-goto-error):
17576 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17577 (vhdl-speedbar-contract-level):
17578 * term/mac-win.el (x-handle-numeric-switch):
17579 * term/sun-mouse.el (sun-get-frame-data):
17580 * term/w32-win.el (x-handle-numeric-switch):
17581 * term/x-win.el (x-handle-numeric-switch):
17582 * textmodes/ispell.el (ispell-parse-output):
17583 * textmodes/nroff-mode.el (nroff-outline-level):
17584 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17585 (reftex-bib-sort-year-reverse, reftex-format-citation):
17586 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17587 (reftex-section-number):
17588 * textmodes/texinfmt.el (texinfo-paragraphindent):
17589 Replace `string-to-int' by `string-to-number'.
17590
17591 * international/latexenc.el: Add page marker to force the "Local
17592 Variables:" string out of the last page.
17593
17594 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17595
17596 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17597 tooltip-change-major-mode.
17598 (gud-tooltip-print-command): Remove case where gud-minor-mode
17599 is gdb ("--fullname").
17600 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17601 explain to user.
17602
17603 2005-05-16 Jay Belanger <belanger@truman.edu>
17604
17605 * calc/calc-store.el (calc-copy-special-constant): New function.
17606
17607 * calc/calc-ext.el (calc-init-extensions): Add binding for
17608 `calc-copy-special-constant'.
17609
17610 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17611 for the `calc-copy-special-constant' command.
17612
17613 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17614
17615 * subr.el (left-fringe-p): New function.
17616
17617 * progmodes/compile.el (compilation-setup): Set local value of
17618 overlay-arrow-string to "" always.
17619 (compilation-set-window): Left fringe then don't scroll.
17620 No left fringe then no arrow and scroll message to top.
17621 (compilation-context-lines): Adjust doc string accordingly.
17622
17623 2005-05-16 Kim F. Storm <storm@cua.dk>
17624
17625 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17626 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17627 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17628 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17629 (ido-read-file-name): Handle commands with ido property value
17630 equal to find-file as reading a file name, to allow C-d to enter dired.
17631 (ibuffer-find-file): Add ido property with value find-file.
17632
17633 2005-05-15 Kim F. Storm <storm@cua.dk>
17634
17635 * subr.el (open-network-stream-nowait): Remove.
17636 (open-network-stream-server): Remove.
17637
17638 2005-05-15 Richard M. Stallman <rms@gnu.org>
17639
17640 * faces.el (describe-face): Output a definition link button.
17641
17642 * help-mode.el (help-face-def): New button type.
17643
17644 * emacs-lisp/copyright.el (copyright-fix-years):
17645 Match properly if the first year is 2-digit.
17646 Don't mess up the whitespace after the years by filling.
17647
17648 * dired-aux.el (dired-mark-confirm):
17649 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17650
17651 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17652 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17653 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17654
17655 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17656 Set font-lock-comment-start-skip.
17657
17658 * font-lock.el (font-lock-comment-start-skip): New variable.
17659 (font-lock-comment-end-skip): New variable.
17660 (font-lock-fontify-syntactically-region): Use them if non-nil.
17661
17662 2005-05-15 Jay Belanger <belanger@truman.edu>
17663
17664 * calc/calc-store.el (calc-store-value): Return a string rather
17665 than display it as a message.
17666 Use calc-var-name for variable name.
17667 (calc-store-into): Add the result of calc-store-value to message.
17668 (calc-copy-variable): Add a message.
17669 (calc-store-exchange): Improve error messages.
17670 (calc-store-binary, calc-store-map): Don't reset the values of
17671 special constants.
17672
17673 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17674
17675 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17676 manual to docstring.
17677
17678 * files.el (hack-local-variables-confirm): Add STRING argument.
17679 Make the function handle non file visiting buffers correctly.
17680 (hack-local-variables-prop-line, hack-local-variables)
17681 (hack-one-local-variable): Use STRING arg of
17682 `hack-local-variables-confirm'.
17683
17684 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17685
17686 Sync with Tramp 2.0.49.
17687
17688 * net/tramp.el (tramp-handle-dired-call-process)
17689 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17690 because the contents of the Tramp buffer is changed before
17691 insertion (`expand-file' and alike).
17692 (tramp-handle-insert-directory): If `localname' has an empty
17693 nondirectory name, it must not be quoted.
17694 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17695 variable `tramp-chunksize'. Change callees.
17696 (tramp-open-connection-setup-interactive-shell): Check remote host
17697 for buggy `send-process-string' implementation.
17698 Set `tramp-chunksize' if found. Reported by Michael Kifer
17699 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17700 (tramp-handle-shell-command): `insert-buffer' cannot be used
17701 because the contents of the Tramp buffer is changed before
17702 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17703 <frederic.bothamy@free.fr>.
17704 (tramp-set-auto-save): Actions should be done for Tramp file name
17705 handler only. Ange-FTP has its own auto-save mechanism.
17706 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17707 (tramp-set-auto-save-file-modes): Set file modes of
17708 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17709 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17710 (tramp-bug): Remove obsolete variable.
17711 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17712 for presence of `mml-mode'. Make it running for older Emacsen as well.
17713
17714 2005-05-14 John Paul Wallington <jpw@pobox.com>
17715
17716 * ibuf-ext.el (define-ibuffer-filter filename):
17717 If `dired-directory' is a list, use its car.
17718
17719 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17720
17721 * ibuffer.el (define-ibuffer-column filename):
17722 If `dired-directory' is a list, use its car.
17723
17724 2005-05-14 Richard M. Stallman <rms@gnu.org>
17725
17726 * subr.el (symbol-file): Doc fix.
17727
17728 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17729 (byte-compile-form): Call byte-compile-nogroup-warn.
17730 (byte-compile-warning-types): Doc fix.
17731
17732 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17733
17734 * progmodes/cc-engine.el (c-literal-faces):
17735 Add font-lock-comment-delimiter-face.
17736
17737 * net/net-utils.el (dig): Use with-no-warnings.
17738
17739 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17740 (sc-recite-frame-alist, sc-default-cite-frame)
17741 (sc-default-uncite-frame, sc-default-recite-frame)
17742 (sc-attrib-selection-list, sc-rewrite-header-list):
17743 Mark as risky-local-variable.
17744
17745 * international/ogonek.el (ogonek-jak, ogonek-how):
17746 Don't use beginning-of-buffer.
17747
17748 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17749
17750 * calendar/solar.el (solar-data-list): Move definition up.
17751
17752 * dnd.el (dnd-protocol-alist): Add autoload.
17753
17754 * progmodes/sh-script.el: Many doc usage fixes.
17755 (sh-indent-after-do): Change default to match common styles.
17756
17757 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17758
17759 * files.el (interpreter-mode-alist)
17760 (auto-mode-interpreter-regexp): Doc fixes.
17761
17762 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17763
17764 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17765
17766 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17767
17768 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17769
17770 * dired.el (dired-mode): make-variable-buffer-local =>
17771 make-local-variable.
17772
17773 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17774
17775 * term/mac-win.el (mac-select-convert-to-string): Try coding
17776 systems in mac-script-code-coding-systems if specified one cannot
17777 encode string for `com.apple.traditional-mac-plain-text'.
17778
17779 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17780
17781 * progmodes/make-mode.el (makefile-targets-face)
17782 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17783 (makefile-dependency-regex): Fix it to not make the colon in
17784 $(var:a=b) special.
17785 (makefile-rule-action-regex): New regexp for highlighting embedded
17786 Shell strings.
17787 (makefile-macroassign-regex): Handle != for highlighting as
17788 embedded Shell strings.
17789 (makefile-var-use-regex): New const.
17790 (makefile-statements, makefile-automake-statements)
17791 (makefile-gmake-statements, makefile-makepp-statements)
17792 (makefile-bsdmake-statements): New consts.
17793 (makefile-make-font-lock-keywords): New function.
17794 (makefile-automake-font-lock-keywords)
17795 (makefile-gmake-font-lock-keywords)
17796 (makefile-makepp-font-lock-keywords)
17797 (makefile-bsdmake-font-lock-keywords): New consts.
17798 (makefile-mode-map): Add switchers between the various submodes.
17799 (makefile-mode): Document the availability of the variants.
17800 (makefile-automake-mode, makefile-gmake-mode)
17801 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17802
17803 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17804 new variants of makefile-mode.
17805
17806 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17809 the inheritance.
17810
17811 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17812
17813 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17814 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17815
17816 * files.el (normal-mode): Extend the scope of the
17817 `enable-local-variables' binding to include the `set-auto-mode' call.
17818 (magic-mode-alist): Doc fix.
17819
17820 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17823 font-lock-comment-face rather than copying its setting.
17824
17825 2005-05-12 Andreas Schwab <schwab@suse.de>
17826
17827 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17828
17829 2005-05-12 Lute Kamstra <lute@gnu.org>
17830
17831 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17832 defcustom for the mode hook variable. Delete the last argument.
17833 * generic-x.el: Fix callers of define-generic-mode.
17834 (generic-x-modes): Delete group.
17835 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17836 generic-x customization group.
17837
17838 2005-05-12 Kim F. Storm <storm@cua.dk>
17839
17840 * font-lock.el (font-lock-negation-char-face): Default to "off".
17841
17842 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17843 font-lock-negation-char-face to ! in !=.
17844
17845 2005-05-12 Masatake YAMATO <jet@gyve.org>
17846
17847 * add-log.el (find-change-log): Fix typos in the docstring
17848 of function.
17849
17850 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17851
17852 * international/latexenc.el (latexenc-find-file-coding-system):
17853 Avoid `re-search-forward' when looking for input encoding because
17854 of speed and safety. Better regular expressions for recognizing
17855 input encoding. Limit a search for TeX-master/tex-main-file to
17856 the local variable section.
17857
17858 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17859
17860 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17861 syntax of $ to "'" (quote).
17862
17863 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17864
17865 * dnd.el (dnd-protocol-alist): Improve custom type.
17866
17867 * dired.el (dired-dnd-protocol-alist): New variable.
17868 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17869 `dired-mode-hook' to the end.
17870
17871 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17874 comment-end if comment-start-skip is not set.
17875 Obey the font-lock-comment-delimiter-face variables.
17876
17877 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17878
17879 * files.el (executable-find): Move from executable.el. Use
17880 locate-file.
17881 * progmodes/executable.el (executable-find): Move to files.el.
17882
17883 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17884 when trying to ensure forward progress.
17885
17886 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17887
17888 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17889 (mouse-select, mouse-select-internal, mouse-extend-internal):
17890 Use it to implement mouse-1-click-follows-link functionality.
17891
17892 2005-05-11 Richard M. Stallman <rms@gnu.org>
17893
17894 * font-lock.el (font-lock-fontify-syntactically-region):
17895 Use font-lock-comment-delimiter-face for comment delimiters.
17896
17897 2005-05-10 Jay Belanger <belanger@truman.edu>
17898
17899 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17900 preserving embedded modes.
17901
17902 2005-05-10 Richard M. Stallman <rms@gnu.org>
17903
17904 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17905
17906 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17907 Move from ada-stmt.el.
17908 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17909
17910 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17911 Move to ada-mode.el.
17912 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17913
17914 * cus-edit.el (custom-file): Call file-chase-links.
17915
17916 * files.el (read-directory-name): Fix previous change.
17917 (hack-local-variables-confirm): New function.
17918 (hack-local-variables-prop-line, hack-local-variables)
17919 (hack-one-local-variable): Use it.
17920
17921 2005-05-10 Lute Kamstra <lute@gnu.org>
17922
17923 * font-lock.el (font-lock-keywords-alist)
17924 (font-lock-removed-keywords-alist): Clarify docstrings.
17925
17926 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17927
17928 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17929 (gdb-source-info): Check for preprocessor info.
17930 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17931 a macro for a function.
17932 (gdb-info-breakpoints-custom): Try to find file again if not already
17933 found (user might have used GDB dir command).
17934 (gdb-get-location): Update gdb-location-alist correctly for change
17935 to gdb-info-breakpoints-custom.
17936
17937 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17938 (gud-tooltip-print-command): Add gdbmi case.
17939 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17940 preprocessor info.
17941
17942 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17943
17944 * startup.el (fancy-splash-insert): Fix typo in doc string.
17945
17946 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17947
17948 * obsolete/float.el (string-to-float):
17949 * obsolete/hilit19.el (hilit-add-pattern):
17950 * obsolete/rnews.el (news-parse-range, news-select-message)
17951 (news-get-pruned-list-of-files): Replace `string-to-int' by
17952 `string-to-number'.
17953
17954 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17955 `find-file-not-found-hooks'; use `add-hook'.
17956 (uncompress-while-visiting): Set `write-file-functions', not
17957 `write-file-hooks'; use `add-hook'.
17958
17959 2005-05-09 Kim F. Storm <storm@cua.dk>
17960
17961 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17962 (cua-paste): Handle clipboard action.
17963 (cua--init-keymaps): Remap clipboard-kill-region and
17964 clipboard-kill-ring-save.
17965
17966 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17967
17968 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17969 Improve commentary.
17970
17971 * simple.el (next-error-overlay-arrow-position): Revert the change
17972 made on 2005-04-30.
17973
17974 2005-05-07 Jay Belanger <belanger@truman.edu>
17975
17976 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17977 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17978 `calc-sel-reselect'.
17979
17980 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17981 Calc is in embedded mode.
17982
17983 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17984
17985 * progmodes/compile.el (compilation-setup):
17986 Set overlay-arrow-string to an empty string on text terminals.
17987
17988 * textmodes/ispell.el (ispell-program-name): Try looking for
17989 "aspell" along exec-path, and if found, use it as the default
17990 speller program.
17991
17992 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17993
17994 * international/mule.el (sgml-xml-auto-coding-function):
17995 Recognize encoding='FOO' in single quotes as well as in double quotes.
17996
17997 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17998
17999 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18000 as well as `interactive', so that defmacro* would recognize
18001 `declare' forms.
18002
18003 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18004
18005 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18006 Explain more about the LIGHTER arg's usage in the doc string.
18007 Add commentary to clarify what the code does. Fix the regexp that
18008 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18009 since it could have characters special to regular expressions.
18010
18011 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18012
18013 * replace.el (occur-1): Bind inhibit-read-only so that
18014 erase-buffer doesn't barf on read-only text properties (likewise
18015 for add-text-properties in occur-engine). Mark buffer as unmodified.
18016 (occur-engine): Don't set buffer-read-only here.
18017
18018 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18021 list-buffers-directory. This caused the *cvs-commit* buffer to be
18022 sometimes mistakenly reused as a *cvs* buffer.
18023
18024 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18025
18026 * tooltip.el: Move code for GUD tooltips into gud.el.
18027 (require): CL no longer needed to compile case.
18028 (tooltip-mode): Do not toggle functions for GUD tooltips.
18029 (tooltip-gud-tips-p): Remove. Replace with minor mode
18030 gud-tooltip-mode in gud.el.
18031 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18032 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18033 tooltip-gud prefix with gud-tooltip and obsolete.
18034 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18035 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18036 (tooltip-mouse-motion): Mouse movement functions/variable.
18037 Rename in gud.el by adding gud prefix.
18038 (tooltip-gud-original-filter, tooltip-gud-dereference)
18039 (tooltip-gud-event, tooltip-toggle-gud-tips)
18040 (tooltip-gud-process-output, tooltip-gud-print-command)
18041 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18042 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18043 (gdb-tooltip-print): Move to gdb-ui.el.
18044
18045 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18046 (require): CL needed to compile case.
18047 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18048 tooltip-gud-tips-p. Make it a minor-mode.
18049 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18050 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18051 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18052 (gud-tooltip-change-major-mode)
18053 (gud-tooltip-activate-mouse-motions-if-enabled)
18054 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18055 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18056 (gud-tooltip-original-filter, gud-tooltip-dereference)
18057 (gud-tooltip-event, tooltip-toggle-gud-tips)
18058 (gud-tooltip-process-output, gud-tooltip-print-command)
18059 (gud-tooltip-tips): Move from tooltip.el.
18060
18061 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18062 (gdb-cpp-define-alist-flags): Doc fix.
18063 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18064 gud-tooltip-mode is t.
18065
18066 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18069 evaporate if their text is deleted.
18070 (goto-address-at-point): Make it work as a mouse binding as well.
18071 (goto-address-at-mouse): Obsolete it. Update users.
18072
18073 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18074
18075 * calendar/appt.el (top-level): No longer activate on load.
18076
18077 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18078
18079 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18080 * net/webjump.el (webjump):
18081 * progmodes/idlw-help.el (idlwave-do-context-help1)
18082 (idlwave-highlight-linked-completions):
18083 * textmodes/po.el (po-find-file-coding-system-guts):
18084 Replace `assoc-ignore-case' by `assoc-string'.
18085
18086 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18087
18088 * files.el (locate-file): Doc fix.
18089
18090 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18091 Remove the redundant test for ms-dos.
18092
18093 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18094 look for the preprocessor with exec-suffixes. If not found in
18095 standard places, look in exec-path. Remove most of the tests that
18096 used system-type.
18097
18098 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18099
18100 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18101
18102 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18103 file-name clash with jka-compr.el on 8+3 filesystems.
18104
18105 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18106
18107 * term/mac-win.el: Don't define or bind scroll bar functions if
18108 x-toolkit-scroll-bars is t.
18109 (x-select-text, x-get-selection-value): Clear
18110 x-last-selected-text-clipboard if x-select-enable-clipboard is
18111 nil.
18112 (PRIMARY): Put mac-scrap-name property.
18113 (mac-select-convert-to-file-url): New function.
18114 (public.file-url): New selection target type. Add to
18115 selection-converter-alist.
18116 (x-get-selection, x-selection-value): Handle it.
18117 (x-cut-buffer-or-selection-value): New alias.
18118
18119 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18120
18121 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18122 entry to avoid calling bibtex-find-entry with arg global
18123 being t. Remove arg key.
18124 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18125 (bibtex-copy-summary-as-kill): Change accordingly.
18126
18127 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18130 (org-agenda-date-later): Use with-current-buffer.
18131
18132 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18133
18134 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18135 (define-obsolete-variable-alias): Doc Fixes.
18136
18137 2005-05-06 Kim F. Storm <storm@cua.dk>
18138
18139 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18140 vertical-motion when selective-display is active.
18141
18142 * ido.el (ido-setup-hook): New hook.
18143 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18144 (ido-input-stack): New var.
18145 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18146 ido-next-work-file binding to M-O.
18147 Bind M-f to ido-wide-find-file-or-pop-dir.
18148 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18149 (ido-read-internal): Run ido-setup-hook.
18150 Catch quit in read-file-name and read-string to cancel edit.
18151 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18152 Automatically pop-all when completing a directory name (RET).
18153 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18154 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18155 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18156 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18157 New functions for M-b/M-f to move among the directory components.
18158 (ido-make-merged-file-list): Catch quit to cancel merge.
18159 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18160 (ido-completion-help): No warnings for ido-completion-buffer-full.
18161
18162 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18163
18164 * font-lock.el (font-lock-negation-char-face): New face and variable.
18165 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18166 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18167 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18168 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18169
18170 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18171
18172 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18173 Fix typo in docstring.
18174
18175 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18176 (ebrowse-print-statistics-line)
18177 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18178
18179 * term/w32-win.el (image-library-alist): Add additional name for
18180 Xpm library.
18181
18182 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18183
18184 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18185 use gcc instead of cpp.
18186
18187 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18188 (gdb-create-define-alist): Use it.
18189 (gdb-cpp-define-alist-program): Update for MS-DOS.
18190
18191 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18192
18193 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18194
18195 2005-05-04 Richard M. Stallman <rms@gnu.org>
18196
18197 * help.el (describe-key): No error when UNTRANSLATED is nil.
18198
18199 * simple.el (line-move-1): Fix previous change to signal errors
18200 appropriately.
18201
18202 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18203
18204 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18205 (icalendar-duration-correction): Remove.
18206 (icalendar--get-event-properties): Split result at commas.
18207 (icalendar--decode-isoduration): New optional argument
18208 DURATION-CORRECTION.
18209 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18210 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18211 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18212 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18213 (icalendar--convert-anniversary-to-ical): New functions, extracted
18214 from icalendar-export-region, with bug fixes.
18215 (icalendar-export-region): Use the above functions.
18216 (icalendar-import-buffer): Check before saving diary file.
18217 (icalendar--convert-recurring-to-diary)
18218 (icalendar--convert-non-recurring-all-day-to-diary)
18219 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18220 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18221 (icalendar--convert-ical-to-diary): Use the above functions.
18222
18223 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18224
18225 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18226 Remove these recent additions.
18227 (c-mode): Restore to before 2005-04-28.
18228
18229 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18230 recent addition.
18231
18232 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18233 (gdb-define-alist): New variables.
18234 (gdb-create-define-alist): New function.
18235 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18236 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18237 with string-to-number.
18238 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18239
18240 * progmodes/gud.el: Replace string-to-int with string-to-number.
18241 (gud-find-file): Handle gdb-define-alist.
18242
18243 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18244
18245 2005-05-02 Jay Belanger <belanger@truman.edu>
18246
18247 * calc/calc-aent.el (math-read-token):
18248 * calc/calc-bin.el (calc-word-size):
18249 * calc/calc-ext.el (calc-read-number-fancy):
18250 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18251 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18252 * calc/calc-frac.el (calc-over-notation):
18253 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18254 (calc-graph-num-points, calc-graph-init):
18255 * calc/calc-prog.el (calc-read-parse-table-part)
18256 (calc-edit-macro-repeats):
18257 * calc/calc-yank.el (calc-do-grab-rectangle):
18258 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18259 Replace `string-to-int' by `string-to-number'.
18260
18261 2005-05-02 Kim F. Storm <storm@cua.dk>
18262
18263 * kmacro.el: Use executing-kbd-macro-index variable.
18264
18265 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18266
18267 * net/rlogin.el (rlogin-parse-words): Delete func.
18268 (rlogin): Use split-string, not rlogin-parse-words.
18269 Also, if there are option-like elements in the parsed args,
18270 take the host to be the first arg immediately following them.
18271 Suggested by Michael Mauger.
18272
18273 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18274
18275 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18276
18277 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18278
18279 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18280 (cc-mode-cpp-program): Rename to cc-define-list-program and
18281 move to cc-vars.el.
18282
18283 * progmodes/cc-vars.el (cc-define-list-program):
18284 Change to "gcc -E -dM -". Make customizable.
18285
18286 2005-05-02 Kim F. Storm <storm@cua.dk>
18287
18288 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18289
18290 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18291
18292 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18293
18294 * international/mule-util.el (truncate-string): Remove alias and
18295 obsolete declaration.
18296
18297 * international/mule-cmds.el (update-iso-coding-systems):
18298 Remove alias and obsolete declaration.
18299
18300 * international/mule.el (coding-system-parent): Remove alias and
18301 obsolete declaration.
18302
18303 * subr.el (define-function, sref): Remove aliases and obsolete
18304 declarations.
18305 (chars-in-region): Remove obsolete declaration.
18306
18307 2005-05-01 Richard M. Stallman <rms@gnu.org>
18308
18309 * info.el (Info-mode): Set widen-automatically to nil, locally.
18310
18311 * simple.el (widen-automatically): New variable.
18312 (pop-global-mark): Obey widen-automatically.
18313
18314 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18315
18316 * term/xterm.el (function-key-map): Call substitute-key-definition
18317 before the keymap size is increased by a lot of define-key calls.
18318
18319 2005-05-01 Richard M. Stallman <rms@gnu.org>
18320
18321 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18322 Rename ARG to ELEMENT. Doc fix.
18323
18324 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18325
18326 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18327 Remove references to allout-exposure/change to allout-new-exposure.
18328
18329 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18330 bytecode symbols.
18331
18332 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18333 (compiled-function-p, focus-frame, unfocus-frame):
18334 Remove aliases and obsolete declarations.
18335 Back out inadvertent changes from previous commit.
18336
18337 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18338
18339 * files.el (require-final-newline): Make Custom tags consistent
18340 with mode-require-final-newline.
18341 (mode-require-final-newline): Doc fix.
18342
18343 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18344
18345 * international/latexenc.el (latexenc-find-file-coding-system):
18346 Fix regular expressions.
18347
18348 2005-05-01 David Kastrup <dak@gnu.org>
18349
18350 * international/latexenc.el (latexenc-find-file-coding-system):
18351 Fix regular expressions.
18352
18353 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18354
18355 * subr.el (string-to-int): Make obsolete.
18356
18357 2005-04-30 Richard M. Stallman <rms@gnu.org>
18358
18359 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18360
18361 * loadup.el: load jka-comp-hook.
18362
18363 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18364 (jka-compr-handler): Add autoload. `put' calls moved
18365 to jka-comp-hook.el.
18366 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18367 (jka-compr-inhibit): Autoload.
18368
18369 * jka-comp-hook.el: New file.
18370 Enable the mode by default.
18371
18372 * files.el (backup-buffer-copy): Use copy-file instead
18373 of write-region, and put back the 'excl.
18374
18375 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18376
18377 * progmodes/flymake.el (flymake-split-string)
18378 (flymake-split-string, flymake-log, flymake-pid-to-names)
18379 (flymake-reg-names, flymake-get-source-buffer-name)
18380 (flymake-unreg-names, flymake-add-line-err-info)
18381 (flymake-add-err-info): Clarify docstrings.
18382 (flymake-popup-menu, flymake-make-emacs-menu)
18383 (flymake-make-xemacs-menu): Add docstrings.
18384 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18385 Set variables directly throughout.
18386
18387 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18388
18389 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18390 exists. Initialize cc-define-alist.
18391 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18392 If there is no file (Macroexpansion) don't create an alist.
18393
18394 2005-04-29 Sam Steingold <sds@gnu.org>
18395
18396 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18397 (cc-create-define-alist): Use it instead of the hard-coded string.
18398
18399 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18402 for latexenc.
18403
18404 2005-04-29 Lute Kamstra <lute@gnu.org>
18405
18406 * emacs-lisp/generic.el: Improve commentary section.
18407 (define-generic-mode): Improve docstring.
18408
18409 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18410
18411 * textmodes/org.el (many places): Change to quiet the byte compiler.
18412 (org-prefix-format-compiled): New variable.
18413 (org-compile-prefix-format): New function.
18414 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18415 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18416 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18417 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18418 consistency with entries from `org-mode' files.
18419 (org-get-time-of-day): Fix bug with partial matches early in a line.
18420 (org-non-link-chars): New constant.
18421 (org-link-regexp): Respect `org-non-link-chars'.
18422 (org-agenda-day-view): Remove command.
18423 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18424 (org-follow-bbdb-link, org-store-link): Search also company field.
18425 (org-highlight-overlay): New variable.
18426 (org-highlight, org-unhighlight): New functions.
18427 (org-agenda-mode): Add pre-command-hook to remove highlight.
18428 (org-evaluate-time-range): Behavior depends upon whether time stamp
18429 contains a time or not.
18430 (org-show-subtree, org-show-entry): New functions.
18431 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18432
18433 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18434
18435 * comint.el (comint-output-filter-functions): Add autoload cookie.
18436
18437 2005-04-28 Kim F. Storm <storm@cua.dk>
18438
18439 * ido.el (ido-everywhere): Fix last change.
18440
18441 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18442
18443 * international/latexenc.el: New file.
18444 * international/mule-conf.el (file-coding-system-alist): For .tex,
18445 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18446
18447 2005-04-28 Lute Kamstra <lute@gnu.org>
18448
18449 * font-lock.el (font-lock-add-keywords)
18450 (font-lock-remove-keywords): Clarify docstring.
18451 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18452 Don't start docstrings with a `*'.
18453 (font-lock-update-removed-keyword-alist): Give it a docstring.
18454
18455 * generic-x.el: Update commentary section.
18456 Only require font-lock when compiling.
18457 Define all modes conditionally.
18458 Place all generic modes in the generic-x-modes customization group.
18459 (generic-x-modes): New customization group.
18460 (generic-default-modes, generic-mswindows-modes)
18461 (generic-unix-modes, generic-other-modes): New constants.
18462 (generic-define-mswindows-modes, generic-define-unix-modes):
18463 Update docstrings. Make them obsolete.
18464 (generic-extras-enable-list): New default value. Update docstring.
18465 Improve :type. Change :set function.
18466 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18467 Fix docstring.
18468
18469 * emacs-lisp/generic.el (generic-mode-internal):
18470 Simplify font-lock-defaults.
18471 (define-generic-mode): Fix docstring.
18472
18473 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18474
18475 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18476 font-lock-face property to highlight matches.
18477
18478 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18479
18480 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18481 (cc-define-alist): New variable.
18482 (c-mode): Make it local and initialize it.
18483
18484 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18485 (gdb-exited): New function.
18486 (gdb-annotation-rules): Use it.
18487 (gdb-starting): Set gdb-active-process to t.
18488 (gdb-stopping): Amend doc string.
18489 (gdb-reset): Set gdb-active-process to nil.
18490
18491 * tooltip.el (tooltip-gud-tips): Show the associated #define
18492 directives when a C program under GDB is not executing.
18493
18494 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18497 font-lock-fontify-syntactic-keywords.
18498
18499 * font-lock.el (font-lock-default-fontify-region): Don't force
18500 parse-sexp-lookup-properties to nil.
18501
18502 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18503
18504 * man.el (man-mode-syntax-table): Set up `:' to have
18505 word-constituent syntax.
18506
18507 2005-04-27 Lute Kamstra <lute@gnu.org>
18508
18509 * novice.el (disable-command): Don't add spurious newlines to the
18510 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18511
18512 2005-04-26 Jay Belanger <belanger@truman.edu>
18513
18514 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18515 than one window before deleting window.
18516
18517 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18518
18519 * shell.el (shell-prompt-pattern): Doc fix.
18520 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18521
18522 * comint.el (comint-prompt-regexp, comint-get-old-input)
18523 (comint-use-prompt-regexp)
18524 (comint-use-prompt-regexp-instead-of-fields)
18525 (comint-replace-by-expanded-history, comint-send-input)
18526 (comint-output-filter, comint-get-old-input-default)
18527 (comint-line-beginning-position, comint-bol, comint-show-output)
18528 (comint-backward-matching-input, comint-forward-matching-input)
18529 (comint-next-prompt, comint-previous-prompt):
18530 Rename `comint-use-prompt-regexp-instead-of-fields' to
18531 `comint-use-prompt-regexp'. Keep old name as alias and declare
18532 obsolete.
18533 (comint-use-prompt-regexp): Shorten first line of doc string.
18534
18535 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18536 Set paragraph-separate buffer locally to "\\'".
18537
18538 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18539 Adapt to above name change.
18540
18541 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18542 (smbclient-prompt-regexp): Ditto.
18543
18544 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18545
18546 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18547
18548 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18549 gdb-location-list.
18550 Break lines that are over 80 characters wide.
18551
18552 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18553
18554 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18555 New fun and var, to preserve compatibility.
18556
18557 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18558
18559 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18560
18561 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18562 name to file-newer-than-file-p.
18563
18564 2005-04-26 Richard M. Stallman <rms@gnu.org>
18565
18566 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18567
18568 * progmodes/python.el (python-mode):
18569 Use new name eldoc-documentation-function.
18570
18571 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18572
18573 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18574 (eldoc-documentation-function):
18575 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18576
18577 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18578
18579 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18580
18581 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18582
18583 * term/xterm.el (function-key-map): Fix strings for
18584 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18585 {C,S,A,C-S}-{f1-f12}.
18586
18587 2005-04-26 Kenichi Handa <handa@m17n.org>
18588
18589 * international/mule-cmds.el (select-safe-coding-system):
18590 Fix previous change.
18591
18592 2005-04-26 Lute Kamstra <lute@gnu.org>
18593
18594 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18595
18596 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18597 (font-lock-comment-delimiter-face): Ditto.
18598
18599 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18600
18601 2005-04-25 Jay Belanger <belanger@truman.edu>
18602
18603 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18604 to t while inserting information; use help-mode.
18605
18606 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18607
18608 * term.el (ansi-term-color-vector): Use the xterm colors.
18609 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18610
18611 2005-04-25 Lute Kamstra <lute@gnu.org>
18612
18613 * font-core.el (font-lock-defaults): Fix docstring.
18614
18615 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18616
18617 2005-04-25 Kenichi Handa <handa@m17n.org>
18618
18619 * international/mule-cmds.el (select-safe-coding-system):
18620 Don't check consistency with coding: spec, etc if raw-text or
18621 no-conversion was found to be safe.
18622
18623 2005-04-24 Richard M. Stallman <rms@gnu.org>
18624
18625 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18626 citation markers at start of each line.
18627
18628 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18629 citation markers at start of each line.
18630
18631 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18632
18633 * files.el (mode-require-final-newline): Fix previous change.
18634 (require-final-newline): Fix type label.
18635
18636 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18637
18638 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18639 statement in buffer (broken by 2004-11-24 change).
18640
18641 2005-04-24 Kim F. Storm <storm@cua.dk>
18642
18643 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18644 and read-file-name-function values. Don't overwrite existing
18645 non-nil values if ido-mode is enabled without ido-everywhere.
18646
18647 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18648
18649 * files.el (mode-require-final-newline): Minor doc fix.
18650
18651 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18652
18653 * subr.el (syntax-after): Doc fix.
18654 (syntax-class): If argument is nil, return nil. Mask off upper 16
18655 bits, not 8 bits.
18656
18657 * files.el (mode-require-final-newline): Doc fix.
18658 (backup-buffer-copy): Fix last change.
18659
18660 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18661
18662 * term/mac-win.el: Require select. Set selection-coding-system to
18663 mac-system-coding-system. Call menu-bar-enable-clipboard.
18664 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18665 (x-select-enable-clipboard): New variables.
18666 (x-select-text, x-get-selection, x-selection-value)
18667 (x-get-selection-value, mac-select-convert-to-string)
18668 (mac-services-open-file, mac-services-open-selection)
18669 (mac-services-insert-text): New functions.
18670 (CLIPBOARD, FIND): Put mac-scrap-name property.
18671 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18672 (public.tiff): Put mac-ostype property.
18673 (selection-converter-alist): Add entries for them.
18674 (mac-application-menu-map): New keymap.
18675 (interprogram-cut-function, interprogram-paste-function): Set to
18676 x-select-text and x-get-selection-value, respectively.
18677 (split-window-keep-point): Set to t.
18678
18679 2005-04-23 Richard M. Stallman <rms@gnu.org>
18680
18681 * files.el (read-directory-name): Always pass non-nil
18682 DEFAULT-FILENAME arg to read-file-name.
18683 (backup-buffer-copy, basic-save-buffer-2): Take care against
18684 writing thru an unexpected existing symlink.
18685 (revert-buffer): In indirect buffer, revert the base buffer.
18686 (magic-mode-alist): Doc fix.
18687 (buffer-stale-function): Doc fix.
18688 (minibuffer-with-setup-hook): Avoid warning.
18689 (mode-require-final-newline): Doc and custom fix.
18690
18691 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18692
18693 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18694 use the default appearance.
18695 (font-lock-comment-delimiter-face): New face, new variable.
18696
18697 * imenu.el (imenu--generic-function): The official position of a
18698 definition is the start of the line that BEG is in.
18699
18700 * midnight.el (midnight-timer): Move defvar up.
18701
18702 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18703
18704 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18705
18706 * startup.el (command-line): Use with-no-warnings.
18707
18708 * window.el (window-size-fixed): New defvar.
18709
18710 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18711
18712 * mail/rmail.el (rmail-font-lock-keywords):
18713 Use font-lock-comment-delimiter-face.
18714
18715 * mail/sendmail.el (mail-font-lock-keywords):
18716 Use font-lock-comment-delimiter-face.
18717
18718 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18719
18720 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18721
18722 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18723 Specify t for LAXMATCH when matching directories.
18724 Save match data around compilation-compat-error-properties form.
18725
18726 2005-04-23 David Kastrup <dak@gnu.org>
18727
18728 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18729 Mention that the autoloaded aliases should be kept for AUCTeX.
18730
18731 2005-04-23 Andreas Schwab <schwab@suse.de>
18732
18733 * isearch.el (isearch-forward): Doc fix.
18734
18735 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18736
18737 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18738 (jit-lock-stealth-nice): Change default value to 0.5.
18739
18740 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18741
18742 * abbrev.el (write-abbrev-file): Write table entries in
18743 alphabetical order by table name.
18744
18745 2005-04-22 Kim F. Storm <storm@cua.dk>
18746
18747 * ido.el (ido-read-internal): Fix `list' completion.
18748
18749 2005-04-22 Kenichi Handa <handa@m17n.org>
18750
18751 * recentf.el (recentf-save-file-coding-system): New variable.
18752 (recentf-save-list): Encode the file by
18753 recentf-save-file-coding-system and add coding: tag.
18754
18755 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18756
18757 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18758
18759 2005-04-21 Lute Kamstra <lute@gnu.org>
18760
18761 * loadhist.el (unload-feature): Don't remove a function from hooks
18762 if it is about to be restored to an autoload . Remove functions
18763 that will become unbound from auto-mode-alist. Simplify the code.
18764
18765 * subr.el (assq-delete-all): New implementation that is linear,
18766 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18767 (rassq-delete-all): New function.
18768
18769 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18770 Add size-indication-mode.
18771
18772 2005-04-21 Kenichi Handa <handa@m17n.org>
18773
18774 * international/mule-cmds.el: Add autoload for widget-value in
18775 eval-when-compile.
18776
18777 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18778
18779 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18780 Add tooltip-mode.
18781
18782 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18783
18784 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18785
18786 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18787 (inferior-lisp-filter-regexp, inferior-lisp-program)
18788 (inferior-lisp-load-command, inferior-lisp-prompt)
18789 (inferior-lisp-mode-hook, lisp-source-modes)
18790 (inferior-lisp-load-hook): defvar->defcustom.
18791 (inferior-lisp-program, inferior-lisp-prompt)
18792 (inferior-lisp-load-hook): Doc fixes.
18793 (inferior-lisp-install-letter-bindings): Small change in
18794 introductory comment.
18795
18796 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18797
18798 * vc.el (vc-annotate-color-map): Change some colors so that text
18799 using them as foreground is readable on both white and black
18800 backgrounds.
18801
18802 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18803
18804 * international/mule-conf.el (translation-table-for-input):
18805 Remove redundant declaration.
18806
18807 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18808
18809 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18810
18811 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18812 (tooltip-toggle-gud-tips): New function.
18813
18814 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18815
18816 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18817 right angle brackets.
18818
18819 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18820
18821 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18822
18823 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18824
18825 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18826 Remove. Update callers to use expand-file-name instead.
18827
18828 * subr.el (syntax-class): New function.
18829
18830 * simple.el (blink-matching-open): Use it.
18831
18832 * paren.el (show-paren-function): Use it to recognize parens that are
18833 also used in 2-char comment markers.
18834
18835 2005-04-19 Lute Kamstra <lute@gnu.org>
18836
18837 * loadhist.el (unload-feature): Update for new format of
18838 load-history. Simplify the code.
18839
18840 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18841
18842 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18843 (mac-add-charset-info): New function. Initialize variable
18844 mac-charset-info-alist using it.
18845 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18846 for translation.
18847 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18848 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18849 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18850 New CCL programs.
18851
18852 2005-04-19 Kim F. Storm <storm@cua.dk>
18853
18854 * simple.el (next-buffer, prev-buffer, next-error)
18855 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18856 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18857
18858 * bindings.el (next-buffer, prev-buffer, next-error)
18859 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18860 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18861 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18862 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18863
18864 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * isearch.el (isearch-edit-string): Make the search-ring available for
18867 minibuffer history commands.
18868 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18869 the default history commands now work just as well.
18870 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18871
18872 2005-04-18 Kim F. Storm <storm@cua.dk>
18873
18874 * emulation/cua-base.el (cua--pre-command-handler): Add more
18875 elaborate check for shift modifier on non-window systems.
18876
18877 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18878
18879 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18880
18881 2005-04-18 Kim F. Storm <storm@cua.dk>
18882
18883 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18884 and make it optional. Don't test tooltip-gud-echo-area here.
18885 (tooltip-gud-process-output, gdb-tooltip-print):
18886 Pass tooltip-gud-echo-area to tooltip-show.
18887 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18888
18889 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18890
18891 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18892 `display-graphic-p' may not be bound yet.
18893
18894 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18895
18896 * startup.el (command-line): No longer enable Xterm Mouse mode by
18897 default in terminals compatible with xterm.
18898
18899 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18900
18901 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18902
18903 * tooltip.el (tooltip-gud-echo-area): Rename from
18904 tooltip-use-echo-area.
18905 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18906 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18907 area independently of where help tooltips are displayed.
18908
18909 2005-04-17 David Kastrup <dak@gnu.org>
18910
18911 * cus-theme.el (custom-theme-write-variables): Quote variables
18912 where necessary.
18913
18914 2005-04-17 Richard M. Stallman <rms@gnu.org>
18915
18916 * simple.el (yank-excluded-properties): Add follow-link to value.
18917
18918 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18919
18920 * startup.el (fancy-splash-max-time): Just 30 seconds.
18921 (fancy-splash-delay): Just 7.
18922 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18923
18924 * loadhist.el (unload-feature): Update for new format of load-history.
18925 Simplify the code.
18926
18927 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18928 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18929
18930 * mail/sendmail.el (mail-font-lock-keywords):
18931 Don't fontify subject text.
18932 Don't fontify the text of a citation.
18933
18934 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18935
18936 * comint.el (comint-output-filter): Run comint-output-filter-functions
18937 with point where the user had it.
18938
18939 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18940
18941 * international/ucs-tables.el (ucs-set-table-for-input):
18942 Disable when using unify-on-decoding.
18943
18944 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18945
18946 * emulation/cua-base.el (cua-global-mark-face): Add special case
18947 for displays supporting a high number of colors.
18948
18949 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18950
18951 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18952
18953 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18954
18955 * filesets.el (filesets-add-buffer): If user supplies a name of a
18956 non-existing fileset, create a new fileset.
18957
18958 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18959
18960 * textmodes/org.el (org-up-heading-all): Fix bug with
18961 `outline-up-heading-all'.
18962
18963 2005-04-16 Andreas Schwab <schwab@suse.de>
18964
18965 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18966 /etc/permissions.d/* and /etc/aliases.d/*.
18967
18968 2005-04-16 Kenichi Handa <handa@m17n.org>
18969
18970 * international/code-pages.el (cp-make-coding-system):
18971 Set `translation-table-for-input' property value to the symbol
18972 ucs-mule-to-mule-unicode, not to that value.
18973 (pt154): Escape guillemet by `\'.
18974
18975 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18976
18977 * loadup.el: Load tooltip if x-show-tip is fboundp.
18978
18979 * startup.el (command-line): Add comment.
18980
18981 * tooltip.el (tooltip-mode): Specify correct standard value for
18982 Custom in init-value.
18983
18984 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18985
18986 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18987 possible.
18988
18989 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18990
18991 * textmodes/org.el (org-agenda-date-prompt): Rename from
18992 `org-agenda-date-today'.
18993 (org-evaluate-time-range): Insert at point instead of directly
18994 after time range.
18995 (org-first-headline-recenter, org-subtree-end-visible-p)
18996 (org-optimize-window-after-visibility-change): New functions
18997 (org-agenda-post-command-hook): Don't allow point at end of line,
18998 to make sure it always hits the text properties.
18999 (org-agenda-next-date-line, org-agenda-previous-date-line):
19000 New commands.
19001 (org-set-regexps-and-options): Category may contain white space.
19002 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19003 Improve marker positions.
19004 (org-agenda-new-marker): Argument POS made optional.
19005 (org-agenda-get-timestamps): Deadlines which are done are listed
19006 in org-done-face now.
19007 (org-agenda-get-todos, org-agenda-get-timestamps)
19008 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19009 Set `undone-face' and `done-face' properties.
19010 (org-last-todo-state-is-todo): New variable.
19011 (org-todo): Set `org-last-todo-state-is-todo'.
19012 (org-agenda-todo): Change face according to
19013 `org-last-todo-state-is-todo'. And change other lines referring to
19014 the same entry.
19015 (org-calendar-goto-agenda): New command.
19016 (org-calendar-to-agenda-key): New option.
19017 (org-startup-folded): New allowed value `content'.
19018 (org-set-regexps-and-options): Accept new value `content' for
19019 `org-startup-folded'.
19020 (org-get-current-options): Handle new value `content' for
19021 `org-startup-folded'.
19022 (org-insert-todo-heading): New command.
19023 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19024 interactively in empty file and option
19025 `org-insert-mode-line-in-empty-file' has been set.
19026 (org-agenda-todo, org-agenda-priority): Modify to use
19027 `org-agenda-change-all-lines'.
19028 (org-warning-face): Change color on dark background
19029
19030 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19031
19032 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19033 use preferences AppleLocale and AppleLanguages, and variable
19034 mac-system-locale for default locale. On Mac OS Classic, use
19035 mac-system-coding-system for default coding systems.
19036
19037 * term/mac-win.el: Don't set file-name-coding-system.
19038 Decode variables system-name, emacs-build-system, user-login-name, and
19039 user-full-name by mac-system-coding-system on Mac OS Classic.
19040 (mac-system-coding-system): New variable.
19041
19042 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19043
19044 * startup.el (command-line): Handle `xterm-mouse-mode' before
19045 reading init file.
19046
19047 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19048
19049 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19050
19051 * progmodes/sh-script.el (sh-here-document-word): Make it a
19052 defcustom. Doc fix.
19053 (sh-add): Bash uses $(( )) for arithmetic.
19054 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19055 (sh-maybe-here-document): Remove quotes and leading whitespace
19056 from heredoc word when closing. Indent heredoc with tabs if word
19057 starts with "-".
19058
19059 2005-04-13 Richard M. Stallman <rms@gnu.org>
19060
19061 * simple.el (undo): Fix previous change.
19062
19063 * custom.el (defface): Doc fix.
19064
19065 2005-04-13 Lute Kamstra <lute@gnu.org>
19066
19067 * Makefile.in (DONTCOMPILE): Remove list.
19068 (compile, compile-always): Don't use DONTCOMPILE.
19069 (update-authors): Load the library in which batch-update-authors
19070 is defined.
19071 * makefile.w32-in (DONTCOMPILE): Remove list.
19072 (compile, compile-always): Fix comments.
19073 (update-authors): Load the library in which batch-update-authors
19074 is defined.
19075
19076 * generic-x.el (generic-mode-ini-file-find-file-hook):
19077 Rename to ini-generic-mode-find-file-hook.
19078 Keep generic-mode-ini-file-find-file-hook as an alias.
19079 (ini-generic-mode-find-file-hook): Rename from
19080 generic-mode-ini-file-find-file-hook. Fix docstring.
19081 (ini-generic-mode): Docstring change.
19082 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19083
19084 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19085 called from lisp.
19086
19087 * generic.el: Move to the emacs-lisp subdir.
19088
19089 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19090
19091 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19092 and C-S- function and cursor motion keys.
19093
19094 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19095
19096 * startup.el (command-line): Enable Xterm Mouse mode by default.
19097 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19098 for Custom. No longer show "Mouse" in mode line when enabled.
19099 Doc fix.
19100
19101 2005-04-12 Kim F. Storm <storm@cua.dk>
19102
19103 * emulation/cua-base.el (cua-rectangle-face)
19104 (cua-rectangle-noselect-face): Define face attributes here.
19105
19106 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19107
19108 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19109
19110 * startup.el (command-line): Turn off blinking cursor if
19111 cursorBlink in resources is off or false.
19112
19113 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19114
19115 * term/mac-win.el (dnd): Require dnd.
19116 (mac-drag-n-drop): Call dnd-handle-one-url.
19117 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19118 (kTextEncodingISOLatin2): Remove constants.
19119 (mac-script-code-coding-systems): New constant.
19120 (mac-handle-language-change): New function.
19121 (special-event-map): Bind it to `language-change' event.
19122 (mac-centraleurroman, mac-cyrillic): New coding systems.
19123 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19124 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19125 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19126 encode-mac-cyrillic, respectively.
19127
19128 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19129
19130 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19131 Don't set overlay-arrow-string to "=>" as this is done
19132 globally in C now.
19133
19134 2005-04-12 Lute Kamstra <lute@gnu.org>
19135
19136 * generic-x.el (rc-generic-mode, rul-generic-mode):
19137 Fix auto-mode-alist entries.
19138 (etc-fstab-generic-mode): Tweak fontification.
19139
19140 * generic.el (generic-make-keywords-list): Fix docstring.
19141 (generic-mode-internal): Simplify generic-font-lock-keywords.
19142
19143 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19144
19145 * whitespace.el (whitespace-buffer-leading)
19146 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19147 However, fix the highlight area for the leading and
19148 trailing whitespaces to show space.
19149
19150 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19151
19152 * whitespace.el (whitespace-version): Bump to 3.5
19153
19154 (whitespace-buffer-leading, whitespace-buffer-trailing):
19155 Invert sense of the test to highlight the whitespace.
19156
19157 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19158
19159 * progmodes/gud.el (gud-display-line): GUD uses its own
19160 overlay arrow now so don't set overlay-arrow-string.
19161 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19162
19163 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19164
19165 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19166 (term-ansi-current-reverse, term-ansi-current-invisible)
19167 (term-ansi-face-already-done): Change to boolean.
19168 (term-reset-terminal, term-handle-colors-array): Handle the above
19169 vars accordingly.
19170 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19171 (term-emulate-terminal): Use the new name.
19172
19173 * faces.el (secondary-selection): Use yellow1, not yellow.
19174 (trailing-whitespace): Use red1, not red.
19175
19176 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19177
19178 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19179 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19180 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19181
19182 * cus-edit.el (dnd): New group.
19183
19184 * term/w32-win.el (dnd): Require dnd
19185 (w32-drag-n-drop): Call dnd-handle-one-url.
19186
19187 * x-dnd.el: Require dnd.
19188 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19189 Call dnd-handle-one-url.
19190 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19191 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19192 to dnd-insert-text.
19193 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19194 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19195 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19196 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19197
19198 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19199
19200 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19201
19202 * wdired.el: Doc fixes.
19203 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19204 (wdired-use-dired-vertical-movement): Rename from
19205 wdired-always-move-to-filename-beginning.
19206 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19207 (wdired-change-to-wdired-mode): Change mode name.
19208 (wdired-newline): Delete.
19209
19210 2005-04-11 Richard M. Stallman <rms@gnu.org>
19211
19212 * whitespace.el (whitespace-highlight-the-space):
19213 Don't call whitespace-unhighlight-the-space here.
19214
19215 * simple.el (undo): Record t in undo-equiv-table
19216 for the redo record made by an undo-in-region.
19217
19218 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19219
19220 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19221 (gdb-frame-inferior-io-buffer): New Functions to control
19222 display of separate IO buffer.
19223 (menu): Add them to menu-bar.
19224 (gdb-display-buffer): Check for buffer another frame.
19225 Protect GUD buffer.
19226 (gdb-setup-windows): Create IO buffer if not already there.
19227 (gdb-memory-mode): Remove purecopy noops.
19228
19229 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19230
19231 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19232 and pass to self-insert-command.
19233
19234 2005-04-11 Lute Kamstra <lute@gnu.org>
19235
19236 * generic.el: Commentary section cleanup.
19237 (generic): Delete.
19238 (generic-use-find-file-hook, generic-lines-to-scan)
19239 (generic-find-file-regexp, generic-ignore-files-regexp)
19240 (default-generic-mode, generic-mode-find-file-hook)
19241 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19242 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19243 (generic-use-find-file-hook, generic-lines-to-scan)
19244 (generic-find-file-regexp, generic-ignore-files-regexp)
19245 (default-generic-mode, generic-mode-find-file-hook)
19246 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19247
19248 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19249
19250 * bookmark.el (bookmark-write-file): Catch errors writing file.
19251 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19252
19253 2005-04-10 Richard M. Stallman <rms@gnu.org>
19254
19255 * startup.el (fancy-splash-tail): Update copyright year.
19256 (command-line): Split part of -Q into -D.
19257 (emacs-basic-display): New defvar.
19258 (fancy-splash-text): Correct name of menu item.
19259
19260 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19261
19262 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19263 lines in one node.
19264
19265 * comint.el (comint-send-input): New arg ARTIFICIAL.
19266 Callers in this file changed.
19267
19268 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19269
19270 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19271
19272 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19273
19274 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19275 `ldap-search-internal'.
19276
19277 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19278
19279 * files.el (set-auto-mode-1): Use line-end-position.
19280
19281 * international/latin-1.el:
19282 * international/latin-2.el:
19283 * international/latin-3.el:
19284 * international/latin-4.el:
19285 * international/latin-5.el:
19286 * international/latin-8.el:
19287 * international/latin-9.el: Give punctuation syntax to NBSP.
19288
19289 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19290 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19291 Use char-classes to accept non-ascii letters, accepted in some recent
19292 bibtex implementations.
19293
19294 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19295
19296 * custom.el (custom-set-minor-mode): Any non-nil value for the
19297 variable should enable the mode when set through Custom.
19298
19299 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19300
19301 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19302 TAB binding so tab-always-indent is obeyed.
19303 (vhdl-minibuffer-local-map): Move initialization into declaration.
19304 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19305 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19306 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19307 (vhdl-current-line): Use line-beginning-position.
19308 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19309 with-output-to-temp-buffer, so the current position can be recorded.
19310
19311 2005-04-10 Masatake YAMATO <jet@gyve.org>
19312
19313 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19314 Add regexp for gcov.
19315
19316 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19317
19318 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19319 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19320 syntax which Emacs 20 doesn't support.
19321
19322 2005-04-09 Richard M. Stallman <rms@gnu.org>
19323
19324 * help.el (describe-key-briefly, describe-key):
19325 Replace strings as event types with "(any string)".
19326
19327 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19328
19329 * arc-mode.el (archive-mode-map): Move initialization into
19330 the declaration. Override *all* bindings of `undo'.
19331 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19332
19333 2005-04-09 Jay Belanger <belanger@truman.edu>
19334
19335 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19336
19337 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19338
19339 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19340 (xterm-register-default-colors): Update color values computation
19341 to match xterm-200.
19342
19343 2005-04-09 Kenichi Handa <handa@m17n.org>
19344
19345 * international/code-pages.el (iso-latin-7): Fix the map.
19346
19347 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19348
19349 * emacs-lisp/lisp.el (defun-prompt-regexp)
19350 (parens-require-spaces, buffer-end, end-of-defun)
19351 (insert-parentheses): Doc fixes.
19352
19353 2005-04-08 Kim F. Storm <storm@cua.dk>
19354
19355 * comint.el (comint-highlight-prompt): Fix face spec.
19356 * hi-lock.el (hi-green): Likewise.
19357
19358 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19359
19360 * cus-edit.el (custom-modified-face):
19361 * comint.el (comint-highlight-input): Fix previous changes.
19362 * term.el (term-handle-ansi-escape): Add a comment.
19363
19364 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19365
19366 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19367 in the buffer and in whitespace-highlighted-space.
19368 (whitespace-unhighlight-the-space): Simplify.
19369 (whitespace-buffer): Simplify.
19370
19371 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19372
19373 * textmodes/table.el (table-cell-face): Add special case for
19374 displays supporting a high number of colors.
19375 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19376 (vhdl-font-lock-reserved-words-face)
19377 (vhdl-speedbar-architecture-face)
19378 (vhdl-speedbar-instantiation-face)
19379 (vhdl-speedbar-architecture-selected-face)
19380 (vhdl-speedbar-instantiation-selected-face): Likewise.
19381 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19382 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19383 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19384 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19385 (ebrowse-progress-face): Likewise.
19386 * progmodes/compile.el (compilation-info-face): Likewise.
19387 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19388 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19389 * calendar/calendar.el (diary-face): Likewise.
19390 * woman.el (woman-italic-face, woman-bold-face)
19391 (woman-unknown-face): Likewise.
19392 * wid-edit.el (widget-button-pressed-face): Likewise.
19393 * whitespace.el (whitespace-highlight-face): Likewise.
19394 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19395 * pcvs-info.el (cvs-marked-face): Likewise.
19396 * info.el (info-xref): Likewise.
19397 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19398 * hilit-chg.el (highlight-changes-face)
19399 (highlight-changes-delete-face): Likewise.
19400 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19401 (hi-red-b): Likewise.
19402 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19403 * font-lock.el (font-lock-keyword-face)
19404 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19405 * cus-edit.el (custom-invalid-face, custom-modified-face)
19406 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19407 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19408 * comint.el (comint-highlight-prompt): Likewise.
19409
19410 2005-04-08 Lute Kamstra <lute@gnu.org>
19411
19412 * font-lock.el (font-lock-keywords): Docstring fixes.
19413
19414 2005-04-08 Kenichi Handa <handa@m17n.org>
19415
19416 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19417 chars are more than a limit, print " and more..." at the tail.
19418
19419 2005-04-08 Kim F. Storm <storm@cua.dk>
19420
19421 * emacs-lisp/authors.el (authors-aliases): Update list.
19422 (authors-ignored-files): New list.
19423 (authors-fixed-entries): Fix typo.
19424 (authors-renamed-files-alist): Update list.
19425 (authors-add): Check authors-ignored-files.
19426
19427 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19428
19429 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19430 optional, to ensure backward compatibility.
19431
19432 2005-04-08 Stephen Eglen <stephen@gnu.org>
19433
19434 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19435
19436 2005-04-08 Kim F. Storm <storm@cua.dk>
19437
19438 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19439
19440 * mouse.el (mouse-on-link-p): Doc fix.
19441
19442 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19443
19444 * ielm.el (ielm-prompt-read-only): Doc fix.
19445
19446 * comint.el (comint-prompt-read-only): Doc fix.
19447
19448 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19449
19450 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19451 ensure dired always handles wildcards passed to ffap.
19452 (find-file-at-point): Use it.
19453 (ffap-dired-wildcards): Doc fix.
19454
19455 2005-04-07 Juri Linkov <juri@jurta.org>
19456
19457 * simple.el (next-error-overlay-arrow-position): New defvar.
19458 Put "=>" on its property `overlay-arrow-string'. Add it to
19459 `overlay-arrow-variable-list'.
19460
19461 * progmodes/compile.el (compilation-setup):
19462 Set `next-error-overlay-arrow-position' to nil. Also set it to
19463 nil in the local hook `kill-buffer-hook'. Make local variable
19464 `overlay-arrow-string' and set it to "=>".
19465 (compilation-goto-locus): Set BOL position to
19466 `next-error-overlay-arrow-position' instead of
19467 `overlay-arrow-position'.
19468
19469 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19470 locally instead of adding it to the global hook.
19471 (Info-kill-buffer): Move up.
19472
19473 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19474
19475 * term/xterm.el (xterm-standard-colors): Update color values from
19476 xterm-200.
19477
19478 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19479
19480 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19481
19482 * fast-lock.el:
19483 * lazy-lock.el: Move them to the obsolete subdir.
19484
19485 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19486
19487 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19488 (wdired-add-replace-advice): Remove.
19489 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19490
19491 2005-04-06 Kim F. Storm <storm@cua.dk>
19492
19493 * startup.el (command-line): Add --bare-bones alias for -Q.
19494
19495 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19496
19497 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19498 create the startup fontset if a font specification ends with
19499 `mac-roman'.
19500
19501 2005-04-06 Lute Kamstra <lute@gnu.org>
19502
19503 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19504 change.
19505
19506 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19507 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19508
19509 2005-04-05 Lute Kamstra <lute@gnu.org>
19510
19511 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19512 (define-generic-mode): Ditto. Fix debug declaration.
19513
19514 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19515 Put them in the generic-x group.
19516
19517 * calendar/timeclock.el (timeclock): Doc fix.
19518
19519 * generic.el (define-generic-mode): Don't use custom-current-group.
19520 Document default :group value.
19521 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19522 (define-global-minor-mode): Don't use custom-current-group.
19523
19524 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19525
19526 * startup.el (command-line-1): Display startup-echo-area-message
19527 when fancy splash screen is in use.
19528
19529 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19530 (sh-escaped-newline): New face.
19531 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19532 newline, and use sh-escaped-newline face.
19533
19534 * progmodes/tcl.el (tcl-escaped-newline): New face.
19535 (tcl-builtin-list): New variable.
19536 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19537 newlines. Fix keywords subexpression number.
19538
19539 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19540
19541 * textmodes/org.el (org-diary-default-entry): Fix call to
19542 `add-to-diary-entry'.
19543
19544 2005-04-05 Kim F. Storm <storm@cua.dk>
19545
19546 * ediff-init.el: Use (featurep 'xemacs).
19547
19548 2005-04-05 David Ponce <david@dponce.com>
19549
19550 * cus-edit.el (face): Derive from symbol widget. Display sample
19551 of the current face on the fly.
19552 (widget-face-sample-face-get, widget-face-notify): New functions.
19553 (widget-face-value-create): Remove.
19554
19555 * wid-edit.el (widget-field-end): Temporarily remove field
19556 narrowing before to call `get-char-property'.
19557
19558 2005-04-04 Jay Belanger <belanger@truman.edu>
19559
19560 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19561 (math-read-subscripts): New variable.
19562 (math-read-preprocess-string): Process subscripts.
19563
19564 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19565
19566 * comint.el (comint-prompt-read-only): Doc fix.
19567
19568 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19569 `-1'. Doc fix.
19570
19571 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19572
19573 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19574 Change default value to nil.
19575
19576 2005-04-04 Lute Kamstra <lute@gnu.org>
19577
19578 * autorevert.el (auto-revert-mode): Specify :group.
19579 * battery.el (display-battery-mode): Specify :group.
19580 * diff-mode.el (diff-minor-mode): Specify :group.
19581 * font-core.el (font-lock-mode): Specify :group.
19582 * hl-line.el (hl-line-mode): Specify :group.
19583 * iimage.el (iimage): New customization group.
19584 (iimage-mode): Specify :group.
19585 * longlines.el (longlines-mode): Specify :group.
19586 * master.el: Don't require easy-mmode.
19587 (master): New customization group.
19588 (master-mode): Specify :group.
19589 * msb.el (msb-mode): Specify :group.
19590 * reveal.el (reveal-mode): Specify :group.
19591 * simple.el (next-error-follow-minor-mode): Specify :group.
19592 * smerge-mode.el (smerge-mode): Specify :group.
19593 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19594 * emulation/cua-base.el (cua-mode): Specify :group.
19595 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19596 * language/thai-util.el (thai-auto-composition-mode)
19597 (thai-word-mode): Specify :group.
19598 * mail/supercite.el (sc-minor-mode): Specify :group.
19599 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19600 * progmodes/flymake.el (flymake-mode): Specify :group.
19601 * progmodes/glasses.el (glasses-mode): Specify :group.
19602 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19603 * textmodes/enriched.el (enriched-mode): Specify :group.
19604 * textmodes/refill.el (refill-mode): Specify :group.
19605
19606 * add-log.el (change-log-font-lock-keywords): Names in
19607 parenthesized lists can contain spaces.
19608
19609 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19610
19611 * startup.el (fancy-splash-text): Shorten default text of
19612 "Emacs Tutorial" line. Also, if the current language env
19613 indicates an available tutorial file other than TUTORIAL,
19614 extract its title and append it to the line in parentheses.
19615 (fancy-splash-insert): If arg is a thunk, funcall it.
19616
19617 2005-04-04 Jay Belanger <belanger@truman.edu>
19618
19619 * calc.el (calc-language-alist): Add tags to customization type.
19620
19621 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19622
19623 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19624 Doc fix.
19625
19626 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19627
19628 * add-log.el (change-log-font-lock-keywords): The manual
19629 describing a Change Log entry, says: (...) "Aside from these
19630 header lines, every line in the change log starts with a space or
19631 a tab.". The font-lock was not highlighting lines started with
19632 spaces, added support for it.
19633
19634 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19635
19636 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19637 (bibtex-generate-url-list): Update docstring accordingly. Put the
19638 complex example in the docstring.
19639 (bibtex-font-lock-url): Use pop.
19640
19641 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19644
19645 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19646
19647 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19648
19649 * filesets.el (filesets-set-default): Doc fix.
19650
19651 2005-04-03 Lute Kamstra <lute@gnu.org>
19652
19653 * generic.el (define-generic-mode): Add argument to specify
19654 keywords for defcustom.
19655 (default-generic-mode): Specify :group.
19656
19657 * generic-x.el: Specify :group for all generic modes.
19658
19659 * desktop.el (desktop-no-desktop-file-hook)
19660 (desktop-after-read-hook): Doc fix.
19661
19662 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19663
19664 * simple.el (visible-mode): Use explicit :group keyword.
19665 This changes the group of `visible-mode-hook' from paren-blinking
19666 to editing-basics.
19667
19668 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19669
19670 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19671 mailbox specifications as well as URLs.
19672 (rmail-insert-inbox-text): Remove unused conditional branches.
19673
19674 2005-04-01 Jay Belanger <belanger@truman.edu>
19675
19676 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19677 (calc-gnuplot-print-command): Move definitions to calc.el.
19678
19679 * calc/calc-embed.el (calc-embedded-announce-formula)
19680 (calc-embedded-open-formula, calc-embedded-close-formula)
19681 (calc-embedded-open-word, calc-embedded-close-word)
19682 (calc-embedded-open-plain, calc-embedded-close-plain)
19683 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19684 (calc-embedded-open-mode, calc-embedded-close-mode):
19685 Move definitions to calc.el.
19686
19687 * calc/calc.el (calc-settings-file, calc-language-alist):
19688 Make customizable.
19689 (calc-embedded-announce-formula, calc-embedded-open-formula)
19690 (calc-embedded-close-formula, calc-embedded-open-word)
19691 (calc-embedded-close-word, calc-embedded-open-plain)
19692 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19693 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19694 (calc-embedded-close-mode, calc-gnuplot-name)
19695 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19696 from other files and make customizable.
19697
19698 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19699
19700 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19701 Use buffer-live-p.
19702 (cvs-mode-run): Don't call cvs-update-header here.
19703 (cvs-run-process): Call cvs-update-header.
19704 Use process properties for cvs-postprocess and cvs-buffer so that
19705 the sentinel can behave better if the temp buffer is killed.
19706 Use a pipe rather than a tty, to better handle unexpected prompts.
19707 (cvs-sentinel): Rewrite. Call cvs-update-header.
19708
19709 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19710
19711 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19712 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19713
19714 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * generic.el (define-generic-mode): Add indentation rule.
19717
19718 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19719
19720 * files.el (mode-require-final-newline): Make Custom correctly
19721 report a nil value and allow to set it to nil via Custom.
19722 Doc fix.
19723
19724 2005-04-01 Kenichi Handa <handa@m17n.org>
19725
19726 * international/characters.el: Enable the correct case setting for
19727 dotless-i and dotted-I.
19728
19729 2005-04-01 Kim F. Storm <storm@cua.dk>
19730
19731 * ido.el (ido-file-internal): Fall back to non-ido command if
19732 initial directory is on slow ftp (or tramp) host.
19733
19734 2005-03-31 Richard M. Stallman <rms@gnu.org>
19735
19736 * emacs-lisp/autoload.el (make-autoload):
19737 Handle define-global-minor-mode.
19738
19739 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19740 Rename from easy-mmode-define-global-mode.
19741 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19742
19743 * progmodes/scheme.el (scheme-mode-syntax-table):
19744 Update syntax of | and # for two-character comment syntax.
19745
19746 2005-03-31 Lute Kamstra <lute@gnu.org>
19747
19748 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19749 (define-minor-mode): Call custom-current-group at load-time.
19750
19751 * generic.el (define-generic-mode): Add debug declaration.
19752 Add defcustom for the mode hook.
19753 (generic-mode-internal): Use run-mode-hooks.
19754
19755 2005-03-31 Kim F. Storm <storm@cua.dk>
19756
19757 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19758 (mouse-fixup-help-message): New defun called by show_help_echo
19759 to fixup mouse-2 prefix in help messages when applicable.
19760
19761 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19762
19763 2005-03-31 Kenichi Handa <handa@m17n.org>
19764
19765 * language/thai-word.el (thai-find-word-ends): Pay attention to
19766 the case that we reach the end of buffer.
19767
19768 * textmodes/fill.el (fill-text-properties-at): New function.
19769 (fill-newline): Use fill-text-properties-at instead of
19770 text-properties-at.
19771
19772 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19773
19774 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19775 not comint-quote-filename.
19776
19777 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19778
19779 * help-fns.el (help-with-tutorial): Revert last change.
19780
19781 2005-03-31 Kim F. Storm <storm@cua.dk>
19782
19783 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19784
19785 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19786
19787 * calendar/cal-china.el: Update reference to "Calendrical
19788 Calculations" book; there's a new edition.
19789 * calendar/cal-coptic.el: Likewise.
19790 * calendar/cal-french.el: Likewise.
19791 * calendar/cal-hebrew.el: Likewise.
19792 * calendar/cal-islam.el: Likewise.
19793 * calendar/cal-iso.el: Likewise.
19794 * calendar/cal-julian.el: Likewise.
19795 * calendar/cal-mayan.el: Likewise.
19796 * calendar/cal-persia.el: Likewise.
19797 * calendar/calendar.el: Likewise.
19798 * calendar/holidays.el: Likewise.
19799 * calendar/lunar.el: Likewise.
19800 * calendar/solar.el: Likewise.
19801
19802 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19803 white space from doc string.
19804
19805 2005-03-30 Jay Belanger <belanger@truman.edu>
19806
19807 * calc/calc-help.el (calc-full-help): Remove email address.
19808
19809 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19810
19811 * help-fns.el (help-with-tutorial): Delete title line.
19812
19813 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19814
19815 * calendar/cal-x.el (calendar-one-frame-setup)
19816 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19817 rather than `symbol' for set-window-dedicated-p.
19818
19819 * calendar/appt.el (appt-buffer-name): Make it a constant.
19820 (appt-add): Doc fix.
19821
19822 * filesets.el (filesets-menu-path, filesets-menu-before)
19823 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19824 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19825 (filesets-add-submenu): Delete and use add-submenu instead.
19826
19827 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19828
19829 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19830 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19831 (org-diary-default-entry): New function.
19832 (org-get-entries-from-diary): Better parsing of diary entries.
19833 (org-agenda-check-no-diary): New function.
19834 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19835 linking to diary entries.
19836 (org-agenda-execute-calendar-command): New function.
19837 (org-agenda): Improve visible section in window.
19838 Use `org-fit-agenda-window'.
19839 (org-fit-agenda-window): New option.
19840 (org-move-subtree-down): Better handling of empty lines
19841 at end of subtree.
19842 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19843 levels up.
19844 (org-fontify-done-headline): New option.
19845 (org-headline-done-face): New face.
19846 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19847 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19848 When current field is non-empty, it is copied to next row.
19849 (org-table-copy-from-above): Fix bug which made it
19850 impossible to copy fields containing only a single non-white character.
19851
19852 2005-03-30 Kim F. Storm <storm@cua.dk>
19853
19854 * kmacro.el (kmacro-end-macro): Isearch may store this command
19855 into the macro -- so ignore it when executing keyboard macro.
19856
19857 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19858
19859 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19860
19861 2005-03-29 Kenichi Handa <handa@m17n.org>
19862
19863 * language/thai.el ("Thai"): Set setup-function and exit-function
19864 for Thai language environment.
19865
19866 * language/thai-util.el: Require thai-word.
19867 (thai-word-mode-map): New variable.
19868 (thai-word-mode): New minor mode.
19869 (setup-thai-language-environment-internal): New function.
19870 (exit-thai-language-environment-internal): New function.
19871
19872 * language/thai-word.el (thai-word-table): Declare it by defvar,
19873 use dolist to initialize it.
19874 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19875 (thai-fill-find-break-point): New functions.
19876
19877 2005-03-29 Richard M. Stallman <rms@gnu.org>
19878
19879 * simple.el (idle-update-delay): Move definition up.
19880 (set-mark): Doc fix.
19881
19882 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19883
19884 * longlines.el: New file.
19885
19886 * simple.el (buffer-substring-filters): New variable.
19887 (filter-buffer-substring): New function.
19888 (kill-region, copy-region-as-kill): Use it.
19889
19890 * register.el (copy-to-register, append-to-register)
19891 (prepend-to-register): Use filter-buffer-substring.
19892
19893 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19894
19895 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19896 (gud-filter-pending-text): Move in front of gdb.
19897 (gud-overlay-arrow-position): New variable.
19898 (gud-sentinel, gud-display-line): Use it in place of
19899 overlay-arrow-position.
19900
19901 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19902
19903 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19904 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19905 (fortran-font-lock-keywords-4): New variable.
19906 (fortran-blocks-re, fortran-end-block-re)
19907 (fortran-start-block-re): New constants, for hideshow.
19908 (hs-special-modes-alist): Add a Fortran entry.
19909 (fortran-mode-map): Bind fortran-end-of-block,
19910 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19911 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19912 (fortran-looking-at-if-then, fortran-end-of-block)
19913 (fortran-beginning-of-block): New functions, for hideshow.
19914
19915 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19916 Doc fix. Tweak regexp.
19917 (f90-beginning-of-block): Push mark first.
19918
19919 2005-03-29 Jay Belanger <belanger@truman.edu>
19920
19921 * calc/calc.el: Update copyright date.
19922 (calc-version): Increase to 2.1.
19923 (calc-version-date): Remove.
19924
19925 * calc/calc-help.el: Update copyright date.
19926 (calc-full-help): Remove reference to calc-version-date.
19927 Update copyright date.
19928
19929 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19930
19931 * vc.el (vc-do-command): Use a pipe for async processes, so password
19932 prompts don't show up at places where the user can't reply.
19933
19934 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19935
19936 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19937 on the file name we pass to the inferior shell.
19938
19939 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19940
19941 * progmodes/which-func.el (which-function): Be robust in the face of an
19942 imenu--make-index-alist failure.
19943
19944 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19947
19948 * progmodes/python.el (python-preoutput-filter): Fix last change.
19949
19950 2005-03-29 Lute Kamstra <lute@gnu.org>
19951
19952 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19953 functions and compiled macros.
19954 (debug-convert-byte-code): Handle macros too.
19955 (debug-on-entry-1): Don't signal an error when trying to clear a
19956 function that is not set to debug on entry.
19957
19958 2005-03-29 Jay Belanger <belanger@truman.edu>
19959
19960 * calc/calc-lang.el: Add functions to math-function-table
19961 properties of tex and math.
19962
19963 2005-03-29 Kenichi Handa <handa@m17n.org>
19964
19965 * ps-mule.el (ps-mule-plot-string): Translate characters by
19966 ps-print-translation-table.
19967 (ps-mule-begin-job): Call find-charset-region/string with
19968 ps-print-translation-table.
19969 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19970
19971 * ps-print.el (ps-print-translation-table): New variable.
19972 (ps-plot-region): Translate characters by ps-print-translation-table.
19973
19974 2005-03-29 Juri Linkov <juri@jurta.org>
19975
19976 * simple.el (next-error-highlight-timer): New variable.
19977
19978 * progmodes/compile.el (compilation-goto-locus):
19979 Use `next-error-highlight-timer' instead of `sit-for'.
19980
19981 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19982
19983 * mail/supercite.el (sc-mail-field): Use assoc-string.
19984 (sc-get-address): Simplify regexps.
19985
19986 * files.el (minibuffer-with-setup-hook): New macro.
19987 (find-file-read-args): Use it to avoid let-binding
19988 minibuffer-with-setup-hook (which breaks turning on/off
19989 file-name-shadow-mode while in the prompt).
19990
19991 * complete.el (PC-read-include-file-name-internal):
19992 Use test-completion.
19993
19994 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19995
19996 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19997
19998 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * window.el (window-buffer-height): Use count-screen-lines.
20001
20002 * progmodes/python.el (python-preoutput-leftover): New var.
20003 (python-preoutput-filter): Use it.
20004 (python-send-receive): Loop until all the result has been received.
20005
20006 2005-03-28 Juri Linkov <juri@jurta.org>
20007
20008 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20009
20010 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20011 "Recover Crashed Session".
20012 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20013 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20014 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20015 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20016 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20017 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20018 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20019 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20020
20021 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20022 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20023 Ediff Sessions", "Toggle use of separate control buffer frame",
20024 "Use separate frame for Ediff control buffer".
20025
20026 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20027 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20028 "Rename Bookmark", "Delete Bookmark".
20029
20030 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20031 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20032 Add `:active Info-index-alternatives' to "Next Matching Item".
20033
20034 * wdired.el (wdired-change-to-wdired-mode):
20035 Mention `wdired-abort-changes' key in the initial message.
20036
20037 * international/mule.el (auto-coding-alist): Associate non-ascii
20038 image filename extensions with `no-conversion'.
20039
20040 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * international/iso-acc.el:
20043 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20044
20045 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20046
20047 * textmodes/sgml-mode.el (html-mode): Doc update.
20048
20049 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20050
20051 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20052
20053 * term.el (term-move-columns): Fix face after extending a line.
20054 (term-insert-spaces): Likewise.
20055 (term-reset-terminal): Fix off by one error.
20056
20057 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20058
20059 * international/mule.el (auto-coding-alist): Add .xpi files.
20060
20061 * files.el (auto-mode-alist): Add .xpi files.
20062
20063 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20064
20065 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20066
20067 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20068
20069 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20070
20071 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20072
20073 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20074 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20075
20076 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20077 cursor to Jan 1 when needed.
20078 (calendar-end-of-year): Fix -/+ typo.
20079 Reported by Chong Yidong <cyd@stupidchicken.com>.
20080
20081 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20084
20085 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20086 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20087
20088 2005-03-25 Richard M. Stallman <rms@gnu.org>
20089
20090 * filesets.el (filesets-init): Add autoload.
20091
20092 * mail/mailalias.el (mail-directory): Doc fix.
20093
20094 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20095
20096 * mail/mailalias.el (mail-directory-process): Do nothing if
20097 mail-directory-process is an atom.
20098 (mail-get-names): Ignore mail-directory-names if it is an atom.
20099 (mail-directory-process defvar): Doc fix.
20100 (mail-names): Doc fix.
20101
20102 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20103
20104 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20105
20106 2005-03-26 Kenichi Handa <handa@m17n.org>
20107
20108 * international/mule-util.el (detect-coding-with-priority):
20109 Call update-coding-systems-internal before detect-coding-region.
20110
20111 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20112
20113 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20114 (gdb-frames-mode-map): Add follow-link property.
20115
20116 2005-03-25 Jay Belanger <belanger@truman.edu>
20117
20118 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20119 for variables.
20120
20121 2005-03-25 Juri Linkov <juri@jurta.org>
20122
20123 * image-mode.el: Optimize image filename extension regexps in
20124 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20125 in `auto-mode-alist'.
20126 (image-mode): Add `image-toggle-display-text' to local hook
20127 `change-major-mode-hook'. Display the image as an image by
20128 default. Set `cursor-type' and `truncate-lines' if the image
20129 is already displayed. Take into account the current mode (image
20130 or text) in message.
20131 (image-minor-mode): New minor mode.
20132 (image-mode-maybe, image-toggle-display-text): New functions.
20133 (image-toggle-display): Use called-interactively-p.
20134 Let-bind `inhibit-read-only' to t.
20135
20136 * image-mode.el (image-minor-mode): Set `cursor-type' and
20137 `truncate-lines' if the image is already displayed. Add turning
20138 image-minor-mode off to `change-major-mode-hook'. Add message.
20139 Call `image-toggle-display-text' after turning image-minor-mode off.
20140
20141 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20142
20143 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20144 Terminal.app, use utf-8.
20145 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20146 (set-locale-environment): Use it.
20147
20148 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20149
20150 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20151
20152 * progmodes/python.el (python-close-block-statement-p)
20153 (python-outdent-p, python-current-defun): Use symbol-end.
20154
20155 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20156
20157 * files.el (save-some-buffers): Doc fix.
20158
20159 2005-03-25 Werner Lemberg <wl@gnu.org>
20160
20161 * complete.el, thumbs.el: Replace `legal' with `valid'.
20162 * calendar/calendar.el: Replace `legal' with `valid'.
20163 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20164 * mail/supercite.el: Replace `legal' with `valid'.
20165 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20166 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20167 Replace `legal' with `valid'.
20168 * textmodes/reftex-vars.el, textmodes/reftex.el:
20169 Replace `legal' with `valid'.
20170
20171 2005-03-25 Werner Lemberg <wl@gnu.org>
20172
20173 * calc/calc-forms.el, calc/calc-sel.el
20174 * midnight.el, vc-cvs.el
20175 * emacs-lisp/cl-macs.el
20176 * emulation/vip.el
20177 * eshell/esh-io.el, eshell/esh-var.el
20178 * mail/supercite.el
20179 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20180 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20181 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20182 * progmodes/sh-script.el, progmodes/xscheme.el
20183 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20184 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20185 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20186 * textmodes/reftex.el, textmodes/org.el:
20187 Replace `illegal' with `invalid'.
20188
20189 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20192 (flymake-find-buildfile, flymake-find-possible-master-files)
20193 (flymake-check-include, flymake-parse-line): Replace loops over the
20194 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20195
20196 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20197 Substitute file-name-as-directory in the rest of the file.
20198 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20199 (flymake-replace-region): Remove unused arg `buffer'.
20200 (flymake-check-patch-master-file-buffer): Update calls to it.
20201 (flymake-add-err-info): Remove unused var `count'.
20202 (flymake-mode): Use define-minor-mode.
20203
20204 * progmodes/flymake.el: Use with-current-buffer.
20205 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20206 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20207 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20208 Avoid testing for `xemacs'.
20209 (flymake-nop): Move.
20210 (flymake-region-has-flymake-overlays): Return the computed value.
20211 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20212 Remove unused var `endline'.
20213 (flymake-get-line-count): Remove unused function.
20214 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20215
20216 * emulation/vi.el:
20217 * generic.el:
20218 * hilit-chg.el (global-highlight-changes):
20219 * hi-lock.el (hi-lock-mode):
20220 * follow.el: find-file-hooks -> find-file-hook.
20221
20222 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20223
20224 2005-03-24 Juri Linkov <juri@jurta.org>
20225
20226 * dired.el (dired-mode-map): Add menu item "Compare directories"
20227 for dired-compare-directories.
20228
20229 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20230 Doc fix. Replace `read-file-name' with `read-directory-name'.
20231
20232 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20233
20234 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20235
20236 2005-03-24 Jay Belanger <belanger@truman.edu>
20237
20238 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20239 relevant mode settings in calc-embedded-original-modes when modes
20240 are permanently changed.
20241
20242 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * autoinsert.el: find-file-hooks -> find-file-hook.
20245
20246 2005-03-24 Lute Kamstra <lute@gnu.org>
20247
20248 * generic.el (generic-font-lock-defaults): Make it obsolete.
20249 (generic-font-lock-keywords): New variable to replace
20250 generic-font-lock-defaults.
20251 (generic-mode-set-font-lock): Delete it.
20252 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20253 (generic-bracket-support): Add docstring.
20254
20255 * generic-x.el: Rename generic-font-lock-defaults to
20256 generic-font-lock-keywords throughout.
20257 (mailagent-rules-setup-function): Delete it.
20258 (mailagent-rules-generic-mode): Use anonymous function instead.
20259 (show-tabs-generic-mode-font-lock-defaults-1)
20260 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20261 Quote faces.
20262 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20263 not foreground.
20264
20265 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20266 Recognize define-generic-mode.
20267
20268 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20271 if there's no completion table.
20272
20273 2005-03-23 Miles Bader <miles@gnu.org>
20274
20275 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20276 Remove tty-specific variants, as they're no longer needed.
20277
20278 2005-03-23 Lute Kamstra <lute@gnu.org>
20279
20280 * generic-x.el: Code cleanup: make args constant whenever possible.
20281 (installshield-statement-keyword-list)
20282 (installshield-system-functions-list)
20283 (installshield-system-variables-list, installshield-types-list)
20284 (installshield-funarg-constants-list): Make them constants.
20285
20286 * generic.el (generic-make-keywords-list): Add autoload cookie.
20287
20288 * calendar/time-date.el: Add comment on time value formats.
20289 Don't require parse-time.
20290 (with-decoded-time-value): New macro.
20291 (encode-time-value): New function.
20292 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20293 (days-to-time): Return a valid time value when arg is huge.
20294 (time-since): Use time-subtract.
20295 (time-to-number-of-days): Use time-to-seconds.
20296
20297 2005-03-23 David Ponce <david@dponce.com>
20298
20299 * recentf.el (recentf-keep): New option.
20300 (recentf-menu-action): Default to `find-file'.
20301 (recentf-keep-non-readable-files-flag)
20302 (recentf-keep-non-readable-files-p)
20303 (recentf-file-readable-p, recentf-find-file)
20304 (recentf-cleanup-remote): Remove.
20305 (recentf-include-p): More robust.
20306 (recentf-keep-p): New function.
20307 (recentf-remove-if-non-kept): Rename from
20308 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20309 All callers updated.
20310 (recentf-menu-items-for-commands): Fix help string.
20311 (recentf-track-closed-file): Update. Doc fix.
20312 (recentf-cleanup): Update. Count removed files. Doc fix.
20313
20314 2005-03-23 Kim F. Storm <storm@cua.dk>
20315
20316 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20317 Don't inherit from fringe face (now happens automatically).
20318
20319 2005-03-22 Kim F. Storm <storm@cua.dk>
20320
20321 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20322 position values.
20323
20324 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * menu-bar.el (showhide-date-time): Remove.
20327 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20328 (menu-bar-make-mm-toggle): Simplify.
20329
20330 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20331
20332 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20333 Accept qualified variable and function names.
20334
20335 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20336
20337 * bindings.el (completion-ignored-extensions):
20338 Remove ".lis" for `vax-vms'.
20339
20340 2005-03-22 Andreas Schwab <schwab@suse.de>
20341
20342 * generic-x.el: Revert last change.
20343 * ldefs-boot.el: Update.
20344
20345 2005-03-22 Jay Belanger <belanger@truman.edu>
20346
20347 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20348 (calc-embedded-save-original-modes)
20349 (calc-embedded-restore-original-modes): New functions.
20350 (calc-do-embedded): Save original modes when entering embedded mode
20351 and restore when leaving embedded mode.
20352 (calc-embedded-modes-change): Change the value of
20353 calc-embedded-original-modes to reflect permanent changes.
20354
20355 2005-03-22 Lute Kamstra <lute@gnu.org>
20356
20357 * generic-x.el: Require generic again.
20358
20359 2005-03-22 Miles Bader <miles@gnu.org>
20360
20361 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20362 Tweak details to look good on both ttys and bitmap displays, light
20363 or dark background, etc.
20364
20365 2005-03-21 Kim F. Storm <storm@cua.dk>
20366
20367 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20368 mouse position.
20369
20370 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20371
20372 * icomplete.el: Don't forcibly turn on the mode upon load.
20373 (icomplete-mode): Use define-minor-mode.
20374 (icomplete-eoinput): Default to nil.
20375 (icomplete-minibuffer-setup): Remove autoload.
20376 (icomplete-tidy): Simplify.
20377 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20378 in the initial state or if the user has modified the field.
20379 Fix handling of icomplete-max-delay-chars.
20380 Remove code that handles the oddball case where
20381 minibuffer-completion-table is an integer.
20382 Wrap icomplete-completions in while-no-input in case building
20383 completions takes more time than expected.
20384 (icomplete-completions): Simplify.
20385
20386 2005-03-21 Richard M. Stallman <rms@gnu.org>
20387
20388 * jka-compr.el (jka-compr-really-do-compress):
20389 Make variable buffer-local.
20390
20391 * image-mode.el: Handle .xpm files too.
20392 (image-toggle-display): Preserve modification flag.
20393
20394 * help.el (where-is): Don't mention aliases with no key bindings.
20395
20396 2005-03-21 Lute Kamstra <lute@gnu.org>
20397
20398 * generic.el: Fix commentary section. Don't require cl for
20399 compilation.
20400 (generic-mode-list): Add autoload cookie.
20401 (generic-use-find-file-hook, generic-lines-to-scan)
20402 (generic-find-file-regexp, generic-ignore-files-regexp)
20403 (generic-mode, generic-mode-find-file-hook)
20404 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20405 (define-generic-mode): Make it a defmacro. Fix docstring.
20406 (generic-mode-internal): Code cleanup. Add autoload cookie.
20407 (generic-mode-set-comments): Code cleanup.
20408 * generic-x.el: Don't prevent compilation. Don't require generic.
20409 Follow coding conventions. Minor code cleanup.
20410 (etc-fstab-generic-mode): Add some keywords.
20411 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20412 define-generic-mode like a function declaration.
20413
20414 2005-03-21 Jay Belanger <belanger@truman.edu>
20415
20416 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20417 changing modes.
20418
20419 2005-03-21 Sam Steingold <sds@gnu.org>
20420
20421 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20422
20423 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20424
20425 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20426 Add underscore to "f$ lexicals" regexp.
20427
20428 2005-03-20 Juri Linkov <juri@jurta.org>
20429
20430 * subr.el (progress-reporter-do-update): When `min-value' is equal
20431 to `max-value', set `percentage' to 0 and prevent division by zero.
20432
20433 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20434
20435 Sync with Tramp 2.0.48.
20436
20437 * net/tramp.el (all): Change all addresses to .gnu.org.
20438 (tramp-append-tramp-buffers): New defun.
20439 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20440 Catch `dont-send' signal.
20441 (tramp-set-auto-save-file-modes): Set always permissions, because
20442 there might be an old auto-saved file belonging to another
20443 original file. This could be a security threat. Reported by
20444 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20445 Check for Emacs 21.3.50 removed.
20446
20447 * net/tramp-smb.el (all): Remove debug construct for
20448 `with-parsed-tramp-file-name'.
20449 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20450 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20451 No error message if DIRECTORY or FILENAME doesn't exist.
20452 (tramp-smb-open-connection): Check existence of
20453 `tramp-smb-program'.
20454
20455 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20458 Properly handle the case where the `m' or `s' command's argument is not
20459 yet terminated.
20460 (perl-indent-new-calculate): New function.
20461 (perl-indent-line): Use it.
20462
20463 2005-03-20 Miles Bader <miles@gnu.org>
20464
20465 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20466 in text-mode too. Change to new face names.
20467 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20468 Add `:weight bold' attribute.
20469 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20470
20471 2005-03-19 Juri Linkov <juri@jurta.org>
20472
20473 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20474
20475 * international/mule.el (auto-coding-alist): Sync with
20476 `auto-mode-alist' by adding upper case archive file extensions
20477 and adding ear/war to jar extension.
20478
20479 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20480
20481 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20482 running, restart it.
20483
20484 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20485
20486 * finder.el (finder-current-item): Throw an error on an empty line.
20487
20488 * man.el (Man-follow-manual-reference): If current-word returns
20489 nil, use "".
20490
20491 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20492
20493 * simple.el (goto-line): Doc fix.
20494
20495 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20496
20497 * files.el (save-buffer): Doc fix.
20498
20499 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20500
20501 * recentf.el (recentf-cleanup-remote): New variable.
20502 (recentf-cleanup): Use it to conditionally check availability of
20503 remote files.
20504
20505 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20506
20507 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20508 function names.
20509
20510 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20511
20512 * language/thai-word.el: New file.
20513
20514 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20515
20516 * files.el (backup-buffer): If the file's directory is not
20517 writable, use copy instead of move to backup the file.
20518
20519 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20520
20521 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20522
20523 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20524
20525 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20526 Use functionp instead of symbolp and fboundp. Reported by Drkm
20527 <darkman_spam@yahoo.fr>.
20528 (ps-print-version): New version 6.6.6.
20529
20530 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20531
20532 * textmodes/table.el (table--line-column-position): New idiom.
20533 (table--row-column-insertion-point-p): New function to test
20534 validity of row and column insertion operation at a location.
20535 (table-global-menu, table-cell-menu): Use above functions for
20536 deterministic test operation.
20537 (table--editable-cell-p): Behave in deterministic fashion.
20538
20539 2005-03-18 Juri Linkov <juri@jurta.org>
20540
20541 * isearch.el (isearch-lazy-highlight-new-loop):
20542 Make arguments beg and end optional.
20543 (isearch-update): Remove optional arguments nil from
20544 isearch-lazy-highlight-new-loop.
20545 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20546 isearch-lazy-highlight-case-fold-search instead of
20547 isearch-case-fold-search, and let-bind isearch-regexp to
20548 isearch-lazy-highlight-regexp.
20549 Use isearch-lazy-highlight-last-string instead of isearch-string.
20550
20551 * replace.el (perform-replace): Remove bindings of global
20552 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20553 Add three new arguments to `replace-highlight'.
20554 (replace-highlight): Add arguments string, regexp, case-fold.
20555 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20556 to allow isearch-lazy-highlight-new-loop to use these values
20557 to set corresponding isearch-lazy-highlight-* internal
20558 variables whose values lazy highlighting will use regardless of
20559 changes to global variables isearch-string, isearch-regexp,
20560 isearch-case-fold-search during lazy highlighting loop.
20561 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20562 to `lazy-highlight-cleanup'.
20563
20564 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20565 (ispell-highlight-face): Set default face to `isearch' when
20566 lazy highlighting is enabled.
20567 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20568 priority to 1. Add lazy highlighting.
20569 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20570 from `isearch-dehighlight'.
20571
20572 2005-03-18 David Ponce <david@dponce.com>
20573
20574 * files.el (hack-local-variables): Do a case-insensitive search
20575 for End.
20576
20577 2005-03-18 Juri Linkov <juri@jurta.org>
20578
20579 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20580 `isearch-lazy-highlight-cleanup', add alias to old name and
20581 declare obsolete. Add release numbers to other obsolete vars.
20582 (isearch-done, isearch-lazy-highlight-new-loop):
20583 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20584 (lazy-highlight-cleanup) <variable>: Doc fix.
20585 (isearch-lazy-highlight-update): Rename obsolete
20586 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20587
20588 2005-03-18 Kenichi Handa <handa@m17n.org>
20589
20590 * language/thai-util.el: Fix categorization of Thai characters in
20591 thai-category-table.
20592 (thai-composition-pattern): Adjust it for the above change.
20593 (thai-self-insert-command, thai-compose-syllable): New functions.
20594 (thai-compose-region): Use thai-compose-syllable.
20595 (thai-compose-string): Likewise.
20596 (thai-composition-function): Likewise.
20597 (thai-auto-composition): New function.
20598 (thai-auto-composition-mode): New minor mode.
20599
20600 * language/thai.el: Fix patterns to be registered in
20601 composition-function-table.
20602
20603 * international/quail.el (quail-input-method): Locally bind
20604 inhibit-modification-hooks to t.
20605
20606 2005-03-17 Richard M. Stallman <rms@gnu.org>
20607
20608 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20609 (perl-mode): Use run-mode-hooks.
20610
20611 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20612 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20613 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20614
20615 * mail/sendmail.el (sendmail-send-it): Reenable the code
20616 to compute resend-to-address and use it.
20617
20618 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20619
20620 * image-mode.el: New file.
20621
20622 * image.el (insert-sliced-image): Add autoload cookie.
20623
20624 * font-lock.el (font-lock-lines-before): New user option.
20625 (font-lock-after-change-function): Obey it.
20626
20627 * bindings.el (esc-map): Make M-g a prefix.
20628 Bind M-g g and M-g M-g to goto-line.
20629
20630 * faces.el (face-id): Doc fix.
20631
20632 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20633
20634 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20635 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20636 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20637
20638 * mail/sendmail.el (mail-yank-ignored-headers)
20639 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20640 Add Mail-Followup-To and Mail-Reply-To headers.
20641 (mail-citation-hook): Add autoload cookie.
20642 (mail-mode): Doc fix.
20643 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20644 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20645 (mail-mode-fill-paragraph): Handle those headers.
20646 (mail-mailing-lists): New variable.
20647 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20648
20649 2005-03-17 Juri Linkov <juri@jurta.org>
20650
20651 * isearch.el (isearch-fallback): Check for `(car previous)'
20652 before calling `isearch-other-end-state'.
20653
20654 2005-03-17 Kim F. Storm <storm@cua.dk>
20655
20656 * simple.el (move-beginning-of-line): Move to beginning of buffer
20657 line, as well as beginning of screen line.
20658
20659 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20660
20661 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20662 argument REDRAW rather than calendar-redrawing variable.
20663 * calendar/calendar.el (calendar-redrawing): Delete.
20664 (redraw-calendar): Do not bind calendar-redrawing.
20665
20666 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20667
20668 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20669 diary-file buffer.
20670
20671 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20672
20673 * help.el (describe-mode): Allow a :minor-mode-function property to
20674 specify a different minor mode toggle function than the variable.
20675 * simple.el (auto-fill-function):
20676 * subr.el (add-minor-mode): Use it.
20677
20678 2005-03-16 Kenichi Handa <handa@m17n.org>
20679
20680 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20681 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20682 (ethio-fidel-to-sera-buffer): Likewise.
20683
20684 2005-03-16 Juri Linkov <juri@jurta.org>
20685
20686 * emacs-lisp/find-func.el (find-function-regexp):
20687 Add defun-emitting macro `menu-bar-make-toggle'.
20688
20689 * isearch.el: Put `isearch-scroll' property to
20690 `split-window-horizontally'.
20691
20692 * info.el: Update error messages for `debug-ignored-errors'.
20693 (Info-isearch-search): Doc fix.
20694 (Info-find-node): Move up code to go into info buffer before
20695 recording the node to the history.
20696 (Info-fontify-node): Fontify titles only if the next line
20697 has two or more `*', `=', `-', `.'.
20698 Display "go to this node" for empty (match-string 3).
20699
20700 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20701
20702 * term/mac-win.el: Add mouse pointer shape constants.
20703
20704 2005-03-15 Kim F. Storm <storm@cua.dk>
20705
20706 * simple.el (move-beginning-of-line): Use vertical-motion.
20707
20708 2005-03-15 Juri Linkov <juri@jurta.org>
20709
20710 * isearch.el (isearch-error): New variable.
20711 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20712 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20713 (isearch-within-brackets-state): Remove.
20714 (isearch-case-fold-search-state, isearch-pop-fun-state):
20715 Decrease frame index.
20716 (isearch-mode, isearch-top-state, isearch-push-state)
20717 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20718 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20719 (isearch-search, isearch-lazy-highlight-new-loop):
20720 Replace `isearch-invalid-regexp' with `isearch-error'.
20721 Remove `isearch-within-brackets'.
20722 (isearch-search): Add `search-failed' handler to `condition-case'.
20723 (isearch-lazy-highlight-search): Add `condition-case' to catch
20724 errors and allow `isearch-lazy-highlight-update' to try
20725 highlighting from the beginning of the window.
20726 (isearch-repeat): Move up code to set isearch-wrapped to t
20727 before calling isearch-wrap-function.
20728
20729 * info.el (Info-isearch-initial-node): New internal variable.
20730 (Info-search): Signal an error in isearch mode when search leaves
20731 the initial node. Signal an error when `bound' is non-nil and
20732 nothing was found in the current subfile.
20733 (Info-isearch-search): Remove `condition-case'.
20734 (Info-isearch-wrap): Don't wrap when search failed during leaving
20735 the initial node. If `Info-isearch-search' is nil, wrap around
20736 the current node.
20737 (Info-isearch-start): New fun.
20738 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20739 `isearch-mode-hook'.
20740
20741 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20742
20743 * simple.el (normal-erase-is-backspace): Set default to t if
20744 running on Mac.
20745
20746 * term/mac-win.el (function-key-map): Sync with x-win.el.
20747
20748 2005-03-15 Kenichi Handa <handa@m17n.org>
20749
20750 * international/mule-cmds.el (locale-language-names): Modify the
20751 format of elements and add more entries.
20752 (locale-preferred-coding-systems): Add more entries.
20753 (set-locale-environment): Adjust for the change of
20754 locale-language-names.
20755
20756 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * pcvs.el (smerge-ediff): Remove bogus autoload.
20759
20760 2005-03-14 Lute Kamstra <lute@gnu.org>
20761
20762 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20763 Ignore a `*' at the beginning of a line.
20764
20765 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20766 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20767 subr.el.
20768 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20769 to specify indentation.
20770
20771 * generic.el (define-generic-mode): Let generic-mode-list be a
20772 list of strings; test membership with equal.
20773
20774 2005-03-14 Kim F. Storm <storm@cua.dk>
20775
20776 * simple.el (next-line, previous-line): Add optional try-vscroll
20777 arg to recognize interactive use. Pass it on to line-move.
20778 (line-move): Don't perform auto-window-vscroll when defining or
20779 executing keyboard macro to ensure consistent behavior.
20780
20781 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20782
20783 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20784
20785 2005-03-13 Lute Kamstra <lute@gnu.org>
20786
20787 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20788 debugger-setup-buffer so that backtrace marks the frames set to
20789 debug-on-exit and we don't have to do it manually. Set an extra
20790 debug-on-exit for macro's.
20791 (debugger-setup-buffer): Don't mark the top frame manually.
20792
20793 2005-03-12 Lute Kamstra <lute@gnu.org>
20794
20795 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20796 lisp-indent-function throughout.
20797 (with-no-warnings): Set lisp-indent-function property.
20798
20799 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20800
20801 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20802 Add entry for backslash.
20803
20804 2005-03-12 Juri Linkov <juri@jurta.org>
20805
20806 * info.el (Info-search): Four fixes for backward search.
20807
20808 2005-03-11 Jay Belanger <belanger@truman.edu>
20809
20810 * calc/calc.el (calc-language-alist): New variable.
20811 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20812 (calc-embedded-find-modes): Use calc-language-alist instead of
20813 calc-embedded-language-alist.
20814
20815 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20816
20817 * calendar/calendar.el (calendar-redrawing): New internal
20818 variable.
20819 (redraw-calendar): Remove bogus save-excursion from previous
20820 change. Bind calendar-redrawing to t for mark-diary-entries.
20821 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20822 calendar if that is why we were called.
20823
20824 2005-03-11 Kenichi Handa <handa@m17n.org>
20825
20826 * international/mule.el (make-coding-system): Set property
20827 coding-system-define-form to nil.
20828 (define-coding-system-alias): Likewise.
20829
20830 2005-03-11 Kenichi Handa <handa@m17n.org>
20831
20832 These changes are suggested by Dave Love <fx@gnu.org>.
20833
20834 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20835 coding: tag.
20836 (adaptive-fill-regexp): Add more bullets.
20837 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20838 regexps.
20839
20840 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20841
20842 * help.el (describe-mode): Properly handle non-trivial lighters.
20843 Don't ignore minor modes that are not listed in minor-mode-list.
20844
20845 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20846 feature ON when the user requests to turn it OFF.
20847
20848 2005-03-10 Lute Kamstra <lute@gnu.org>
20849
20850 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20851 (implement-debug-on-entry): New function to replace debug-entry-code.
20852 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20853 second argument as the 2005-03-07 change makes it obsolete.
20854 (debug-on-entry, cancel-debug-on-entry): Update call to
20855 debug-on-entry-1.
20856 (debug, debugger-setup-buffer): Comment update.
20857 (debugger-frame-number): Update to work with implement-debug-on-entry.
20858
20859 2005-03-10 Jay Belanger <belanger@truman.edu>
20860
20861 * calc/calc-embed.el (math-ms-args): Declare it.
20862 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20863 math-ms-args.
20864 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20865 variables.
20866
20867 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20868
20869 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20870 Use message-box.
20871
20872 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20873 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20874 (tooltip-gud-tips): Simplify.
20875 (tooltip-gud-tips-p): Remove superfluous :set.
20876 (tooltip-gud-modes): Add fortran-mode.
20877 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20878
20879 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20880
20881 2005-03-09 Kim F. Storm <storm@cua.dk>
20882
20883 * play/animate.el (animate-place-char): Use forward-line instead
20884 of next-line to improve performance.
20885
20886 2005-03-09 Simon Josefsson <jas@extundo.com>
20887
20888 * net/browse-url.el (browse-url-default-browser): Doc fix.
20889
20890 2005-03-09 Miles Bader <miles@gnu.org>
20891
20892 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20893 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20894
20895 2005-03-09 Kenichi Handa <handa@m17n.org>
20896
20897 * international/latin-1.el: Set case and syntax for 255 only if
20898 set-case-syntax-set-multibyte is nil.
20899
20900 * textmodes/ispell.el (ispell-insert-word): New function.
20901 (ispell-word): Use ispell-insert-word to insert a new word.
20902 (ispell-process-line): Likewise.
20903 (ispell-complete-word): Likewise.
20904
20905 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20906
20907 * calendar/calendar.el (redraw-calendar): Preserve point.
20908 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20909 (calendar-week-start-day): Move after definition of
20910 redraw-calendar. Delete buffer test, since redraw-calendar has
20911 that now.
20912
20913 * calendar/diary-lib.el (mark-diary-entries): Only call
20914 redraw-calendar in the first of any recursive calls.
20915 Reported by Alan Shutko <ats@acm.org>.
20916
20917 2005-03-08 Juri Linkov <juri@jurta.org>
20918
20919 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20920 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20921 (html-radio-buttons): Add a space before the trailing `/>' where
20922 sgml-xml-mode is non-nil.
20923 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20924 the subsequent tag of the empty XML tag.
20925 (html-href-anchor): Don't set initial input to "http:".
20926 (html-image): Ask for the image URL and set point inside alt="".
20927 (html-name-anchor): Duplicate the name in the `id' attribute when
20928 sgml-xml-mode is non-nil.
20929 (html-paragraph): Remove \n before <p>.
20930 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20931 instead of `checked' when sgml-xml-mode is non-nil.
20932
20933 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20934 Remove 1 space before #RRGGBB to not truncate it on terminal
20935 windows w/o fringes. Remove 1 space between bg and fg examples
20936 to get more space.
20937 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20938 avoid byte-compile warnings.
20939
20940 * image-file.el (image-file-handler): Put `safe-magic' property to
20941 `image-file-handler'.
20942
20943 * info.el (Info-isearch-search): Emulate word search in
20944 isearching through multiple Info nodes with Info-search.
20945 (Info-isearch-wrap): Allow isearch-word.
20946
20947 2005-03-08 Lute Kamstra <lute@gnu.org>
20948
20949 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20950 stepping into the debugger's code is not possible.
20951 (debugger-jumping-flag): Docstring update.
20952
20953 2005-03-08 Jay Belanger <belanger@truman.edu>
20954
20955 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20956 embedded mode begins.
20957 (calc-embedded-language-alist): New variable.
20958 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20959 set default language mode.
20960
20961 2005-03-08 Kenichi Handa <handa@m17n.org>
20962
20963 * international/ccl.el (define-ccl-program): Fix docstring about
20964 extra 256 bytes assured for the output buffer.
20965
20966 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20967 Fix BUFFER_MAGNIFICATION to 2.
20968 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20969
20970 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20971
20972 * align.el (align-rules-list): Added an alignment rule for CSS
20973 declarations (applies to css-mode and html-mode buffers).
20974
20975 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20976
20977 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20978
20979 2005-03-07 Kim F. Storm <storm@cua.dk>
20980
20981 * simple.el (move-beginning-of-line): New command.
20982
20983 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20984
20985 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20986
20987 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20988 and move-beginning-of-line.
20989
20990 * apropos.el (apropos-print): Omit command from M-x ... RET.
20991
20992 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20993
20994 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20995 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20996
20997 2005-03-06 Richard M. Stallman <rms@gnu.org>
20998
20999 * bindings.el (esc-map): Bind M-g to goto-line.
21000
21001 * facemenu.el (global-map): Bind M-o, not M-g.
21002
21003 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21004
21005 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21006 "Open Directory" as for "Open File".
21007
21008 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21009
21010 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21011 (push-mark-command): Run activate-mark-hook.
21012
21013 2005-03-06 Richard M. Stallman <rms@gnu.org>
21014
21015 * help-mode.el (help-mode-finish): Don't alter the element
21016 in view-return-to-alist if there already is one.
21017
21018 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21019 make sure the current buffer is the expected one.
21020
21021 * novice.el (disabled-command-function): Output in *Disabled Command*.
21022 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21023
21024 * textmodes/flyspell.el (flyspell-large-region):
21025 Pass args differently for aspell.
21026
21027 * files.el (mode-require-final-newline): Doc fix.
21028
21029 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21030
21031 * progmodes/which-func.el (which-function):
21032 Specify NOERROR when calling imenu--make-index-alist.
21033
21034 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21035
21036 * simple.el (normal-erase-is-backspace): Define default value.
21037
21038 * custom.el (custom-theme-set-variables): Remove unused var
21039 `immediate'.
21040 (custom-reevaluate-setting): Simple function to handle variables
21041 that are defined before their default value can really be
21042 computed.
21043
21044 * startup.el (command-line): Use it for temporary-file-directory,
21045 small-emporary-file-directory, auto-save-file-name-transforms,
21046 blink-cursor-mode, and normal-erase-is-backspace.
21047
21048 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21049 progress, even with buggy anchored keywords.
21050
21051 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21052
21053 * simple.el (goto-line): Remove unbalanced final parenthesis.
21054
21055 2005-03-05 Richard M. Stallman <rms@gnu.org>
21056
21057 * simple.el (goto-line): Use a number at point as the default.
21058 With C-u as arg, switch buffers.
21059
21060 2005-03-05 Juri Linkov <juri@jurta.org>
21061
21062 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21063 with `no-blinking-cursor'.
21064
21065 * startup.el (no-blinking-cursor): New defvar.
21066 (command-line): Add `--no-blinking-cursor' to longopts.
21067 Set `no-blinking-cursor' to t for command line arguments
21068 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21069 with `no-blinking-cursor' in the condition for calling
21070 `blink-cursor-mode'.
21071
21072 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21073
21074 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21075 (menu-bar-options-save): Add blink-cursor-mode.
21076 (menu-bar-options-menu): Add blink-cursor-mode.
21077
21078 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21079
21080 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21081 (icalendar-export-file, icalendar-export-region)
21082 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21083 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21084
21085 2005-03-04 Lute Kamstra <lute@gnu.org>
21086
21087 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21088 (debug-function-list): Ditto.
21089
21090 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21091
21092 * textmodes/texinfmt.el (texinfo-append-refill):
21093 Redefine the types of line to which @refill
21094 is not appended by replacing a search for `@refill\\|@bye' with
21095 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21096 itemize@refill' bug and the unfilled long lines bug.
21097 (texinfmt-version): Update number and date.
21098
21099 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21100
21101 * international/code-pages.el (windows-1250, windows-125[2-8])
21102 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21103
21104 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21105
21106 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21107 bound yet.
21108
21109 2005-03-02 Romain Francoise <romain@orebokech.com>
21110
21111 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21112 buffer after removing limits.
21113 (ibuffer-pop-filter): Ditto.
21114 Update copyright.
21115
21116 2005-03-02 Miles Bader <miles@gnu.org>
21117
21118 * button.el (make-text-button): If the user doesn't specify a
21119 type, use the default. Rewrite to use `add-text-properties' and
21120 plist functions.
21121
21122 2005-03-01 Lute Kamstra <lute@gnu.org>
21123
21124 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21125 (debugger-jumping-flag): New var.
21126 (debug-entry-code): Use it.
21127 (debugger-jump): Use debugger-jumping-flag and add
21128 debugger-reenable to post-command-hook.
21129 (debugger-reenable): Use debugger-jumping-flag and remove itself
21130 from post-command-hook.
21131 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21132 debugger-reenable.
21133
21134 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21135
21136 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21137 inclusion of "itemize\\|", which may be unnecessary, is certainly
21138 inelegant, and stops refilling in itemize lists when formatting
21139 Japanese Texinfo files to Info.
21140 Update copyright to 2005.
21141
21142 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21143
21144 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21145 of an error if GDB can't find the source file.
21146
21147 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21148
21149 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21150 not just the calendar.
21151
21152 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21153 first.
21154 (diary-redraw-calendar): New function.
21155 (make-diary-entry): Add diary-redraw-calendar to local
21156 write-contents-functions. Turn off selective display before
21157 inserting in diary.
21158
21159 2005-03-01 Kim F. Storm <storm@cua.dk>
21160
21161 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21162
21163 2005-03-01 Lute Kamstra <lute@gnu.org>
21164
21165 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21166 that debug-entry-code can be safely removed from a function while
21167 this code is being evaluated. Revert the 2005-02-27 change as the
21168 new implementation no longer requires it. Make sure that a
21169 function body containing just a string is not mistaken for a docstring.
21170 (debug): Skip one more frame in case of debug on entry.
21171 (debugger-setup-buffer): Delete one more frame line in case of
21172 debug on entry.
21173 (debugger-frame-number): Update to use the new text introduced by
21174 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21175
21176 2005-02-28 Kim F. Storm <storm@cua.dk>
21177
21178 * double.el (double-translate-key): Call force-window-update after
21179 read-event to avoid crash in redisplay.
21180
21181 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21184 (debug): Use it. Move the inhibit-trace earlier.
21185 (debug-entry-code): New const.
21186 (debug-on-entry-1): Use it.
21187
21188 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21189
21190 * international/utf-16.el (ccl-encode-mule-utf-16le):
21191 Fix BUFFER_MAGNIFICATION to 2.
21192 (ccl-encode-mule-utf-16be): Likewise.
21193
21194 2005-02-28 Kenichi Handa <handa@m17n.org>
21195
21196 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21197 Fix BUFFER_MAGNIFICATION to 4.
21198 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21199
21200 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21201
21202 * speedbar.el (speedbar-update-flag): Doc fix.
21203 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21204 argument.
21205
21206 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21209 have a non-nil `invisible' property but are actually visible.
21210
21211 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21212 for perldoc sections.
21213 (perl-outline-regexp, perl-outline-level): New var and function.
21214 (perl-mode): Use them.
21215
21216 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21217
21218 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21219 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21220
21221 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21222
21223 * cus-edit.el: Comment change.
21224 (custom-buffer-create-internal): Slightly reword text at top of
21225 Custom buffers. Mention there that saving an option edits the
21226 init file. Add link to Emacs manual node on `custom-file'.
21227 (custom-magic-alist): Rewrite individual State messages to use
21228 capitalized keywords. Doc fix.
21229
21230 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21231
21232 * calendar/calendar.el (calendar-buffer): Move above
21233 calendar-week-start-day.
21234 (calendar-week-start-day): Doc fix. Add :set function.
21235 (calendar-minimum-window-height): New variable.
21236 (generate-calendar-window): Only resize window if selected-window
21237 is displaying the calendar buffer. Use new variable
21238 calendar-minimum-window-height.
21239 (generate-calendar): Reword error message.
21240 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21241
21242 2005-02-27 Andreas Schwab <schwab@suse.de>
21243
21244 * vc.el (vc-do-command): Don't run command asynchronously when
21245 operating in a remote directory.
21246
21247 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21248 change from sync with Tramp 2.0.47.
21249
21250 2005-02-27 Richard M. Stallman <rms@gnu.org>
21251
21252 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21253
21254 * textmodes/flyspell.el (flyspell-mode-on):
21255 Call ispell-change-dictionary only if necessary.
21256
21257 * emacs-lisp/re-builder.el (regexp-builder): New function.
21258
21259 * register.el (describe-register-1): Explicitly handle
21260 yank-excluded-properties = t.
21261
21262 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21263 (custom-magic-alist): Change the status descriptions again.
21264 (face widget-type): Total rewrite based on `restricted-sexp'
21265 to eliminate the confusing double hiding levels.
21266
21267 * emacs-lisp/debug.el (debug-on-entry-1):
21268 If function body is empty, add nil as body form.
21269
21270 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21271
21272 * emacs-lisp/trace.el (inhibit-trace): New var.
21273 (trace-make-advice): Use it.
21274
21275 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21276
21277 2005-02-26 Kim F. Storm <storm@cua.dk>
21278
21279 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21280 (mouse-on-link-p, mouse-drag-region-1): Use it.
21281
21282 2005-02-25 Lute Kamstra <lute@gnu.org>
21283
21284 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21285
21286 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21287
21288 * frame.el (blink-cursor-mode): Add :group keyword.
21289
21290 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21291
21292 * calendar/icalendar.el (icalendar--decode-isodatetime):
21293 New optional argument DAY-SHIFT.
21294 (icalendar-export-region): Fix coding-system-for-write.
21295 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21296 events by one.
21297
21298 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21301
21302 2005-02-24 Kim F. Storm <storm@cua.dk>
21303
21304 * international/iso-acc.el (iso-accents-compose): Fix crash
21305 during redisplay. Call force-window-update after read-event
21306 and delete-region to signal that window is not accurate.
21307
21308 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21309
21310 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21311 Remove unused and inexistent var `inhibit-trace'.
21312 (debugger-mode): Use run-mode-hooks.
21313 (debugger-list-functions): Add buttons; setup xref stack.
21314
21315 2005-02-23 Richard M. Stallman <rms@gnu.org>
21316
21317 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21318 appointment says it was explicitly made.
21319 (appt-add): Set the 3rd element.
21320 (appt-make-list): Preserve explicit appointments.
21321
21322 * subr.el (find-tag-default): Catch errors in forward-sexp.
21323
21324 2005-02-23 Juri Linkov <juri@jurta.org>
21325
21326 * info.el (Info-isearch-search): New defcustom.
21327 (Info-isearch-search): Call the default isearch function
21328 when Info-isearch-search is nil.
21329 (Info-isearch-wrap): Use variable Info-isearch-search.
21330
21331 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21332
21333 * cus-edit.el: Comment change.
21334
21335 2005-02-22 Kim F. Storm <storm@cua.dk>
21336
21337 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21338 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21339
21340 2005-02-22 Simon Josefsson <jas@extundo.com>
21341
21342 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21343 New variable.
21344 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21345 Oskarsson" <myrkraverk@users.sourceforget.net>.
21346
21347 2005-02-22 Kim F. Storm <storm@cua.dk>
21348
21349 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21350 check that window of that event is the selected window.
21351 (mouse-drag-region-1): Compare mouse event window to selected
21352 window before setting point.
21353
21354 * tooltip.el (tooltip-show-help-function): Pass event to
21355 mouse-on-link-p so it can check selected window.
21356
21357 2005-02-22 Kenichi Handa <handa@m17n.org>
21358
21359 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21360 (ps-mule-show-warning): New function.
21361 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21362 characters are found.
21363
21364 * ps-print.el (ps-header-footer-string): Return a list of header
21365 and footer strings.
21366
21367 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21368
21369 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21370
21371 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21372
21373 * frame.el (blink-cursor-mode): Use define-minor-mode.
21374
21375 * term/mac-win.el (function-key-map): Use char-names more consistently.
21376 (file-name-coding-system): Only set it for MacOS-9. The other case is
21377 already handled in mule-cmds.el (where it also works when mac-win.el
21378 is not used).
21379
21380 2005-02-21 Kenichi Handa <handa@m17n.org>
21381
21382 * international/mule.el (ctext-pre-write-conversion): Always use
21383 " *code-converting-work*" buffer for work.
21384
21385 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21386
21387 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21388
21389 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21390
21391 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21392
21393 * ses.el (undo-more): Restore defadvice, but only the part that
21394 allows changes outside the restricted area of the buffer.
21395
21396 2005-02-20 Kim F. Storm <storm@cua.dk>
21397
21398 * simple.el (line-move): Add fourth optional arg try-vscroll which
21399 must be set to perform auto-window-vscroll.
21400 When moving backwards and doing auto-window-vscroll, automatically
21401 vscroll to the last part of lines which are taller than the window.
21402 (next-line, previous-line): Set try-vscroll arg on line-move.
21403
21404 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21405
21406 * replace.el (query-replace, query-replace-regexp)
21407 (replace-string, replace-regexp): When operating on region, make
21408 the minibuffer prompt say so.
21409
21410 * isearch.el (isearch-forward): Document isearch-query-replace and
21411 isearch-query-replace-regexp keybindings.
21412
21413 2005-02-19 Jay Belanger <belanger@truman.edu>
21414
21415 * calc/calc-aent.el (math-read-token): Add local variable.
21416
21417 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21418 (calc-edit-top): Move declaration to earlier in file.
21419 (calc-edit-macro-repeats): Add local variables.
21420
21421 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21422 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21423 calcFunc-tanh.
21424 Adjust integration rule for calcFunc-tan.
21425
21426 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21427
21428 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21429 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21430 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21431 (viper-skip-separators): Bug fix.
21432 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21433 particular major mode.
21434 (viper-del-backward-char-in-replace): Don't put deleted char on the
21435 kill ring.
21436
21437 * viper-ex.el (viper-color-display-p): New function.
21438 (viper-has-face-support-p): Use viper-color-display-p.
21439
21440 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21441
21442 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21443
21444 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21445 (viper-file-remote-p): Make equivalent to file-remote-p.
21446
21447 * viper.el (viper-major-mode-modifier-list):
21448 Use viper-gnus-modifier-map.
21449
21450 2005-02-19 David Kastrup <dak@gnu.org>
21451
21452 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21453 quoting.
21454
21455 2005-02-19 Jay Belanger <belanger@truman.edu>
21456
21457 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21458 Remove extra definitions.
21459 (calc-coth): New function.
21460 (calcFunc-cot): Fix `let'.
21461
21462 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21463
21464 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21465 the reasons we use "type pc" in these faces.
21466
21467 * button.el (button): Ditto.
21468
21469 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21470
21471 * replace.el (query-replace-read-from): Set the value of
21472 query-replace-from-history-variable to handle the case of an empty
21473 string entered to accept the suggested default.
21474
21475 * net/tramp.el (tramp-file-name-for-operation):
21476 Use dired-call-process instead of dired-call-process-command.
21477
21478 2005-02-19 Jay Belanger <belanger@truman.edu>
21479
21480 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21481 (math-div-non-trig): New variables.
21482 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21483 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21484 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21485 trig expressions.
21486
21487 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21488
21489 * progmodes/gdb-ui.el (gdb-var-update-handler)
21490 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21491 for watch expressions,
21492 (gdb-var-create-handler): Don't set speedbar-update-flag.
21493 (gdb-post-prompt): Simplify test for speedbar.
21494
21495 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21496
21497 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21498 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21499 we use the syntax table of the correct buffer.
21500 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21501 Felix Gatzemeier.
21502
21503 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21504 (ediff-file-remote-p): Make synonymous with file-remote-p.
21505 In all deffaces ediff-*-face-*, use min-colors.
21506
21507 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21508 ediff-recurse-to-subdirectories.
21509 (ediff-mark-if-equal): Check that the arguments are strings, use
21510 ediff-same-contents (after to Felix Gatzemeier).
21511
21512 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21513 nil.
21514
21515 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21516
21517 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21518
21519 2005-02-18 David Kastrup <dak@gnu.org>
21520
21521 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21522 use `mark-active' when defined.
21523
21524 2005-02-18 Kenichi Handa <handa@m17n.org>
21525
21526 * ps-print.el (ps-font-info-database): New entry
21527 ZapfChancery-MediumItalic with correct font name. Fix font name
21528 of the entry Zapf-Chancery-MediumItalic.
21529
21530 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21531
21532 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21533
21534 2005-02-16 Kim F. Storm <storm@cua.dk>
21535
21536 * ido.el (ido-fallback-command): Pass user input to fallback command.
21537
21538 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21539
21540 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21541 (gdb-find-file-hook): Add server prefix.
21542
21543 2005-02-16 Richard M. Stallman <rms@gnu.org>
21544
21545 * replace.el (perform-replace): Pass new args to replace-highlight.
21546 (replace-highlight): Take region args,
21547 and pass them to isearch-lazy-highlight-new-loop.
21548
21549 * novice.el (disabled-command-hook): Autoload the defalias
21550 and the make-obsolete-variable call.
21551
21552 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21553
21554 * isearch.el (isearch-lazy-highlight-start-limit)
21555 (isearch-lazy-highlight-end-limit): New variables limit
21556 the region for highlighting.
21557 (isearch-lazy-highlight-new-loop): New args BEG and END.
21558 (isearch-lazy-highlight-search): Use the new vars.
21559 (isearch-lazy-highlight-update): Likewise.
21560
21561 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21562
21563 * cus-start.el (all): Use default-boundp.
21564
21565 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21566
21567 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21568
21569 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21570
21571 * autorevert.el (auto-revert-stop-on-user-input)
21572 (auto-revert-verbose): Doc fixes.
21573
21574 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21575
21576 * international/mule-cmds.el (set-locale-environment): Remove call
21577 to set-selection-coding-system on Windows.
21578
21579 2005-02-15 Jay Belanger <belanger@truman.edu>
21580
21581 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21582 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21583 calcFunc-coth.
21584 (math-simplify-sqrt): Add simplifications.
21585
21586 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21587 to list.
21588
21589 * calc/calc-ext.el: Add functions to autoloads.
21590
21591 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21592 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21593 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21594 (math-csc-raw, math-cot-raw): New functions.
21595
21596 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21597
21598 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21599 the variable name in a message.
21600
21601 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21602 calcFunc-csc, calcFunc-cot.
21603
21604 * calc/calcalg2.el: Add derivative and integration rules for
21605 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21606 calcFunc-csch, calcFunc-coth.
21607 (math-do-integral-methods): Add to checks for when to use
21608 substitutions.
21609
21610 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21611
21612 2005-02-15 Lute Kamstra <lute@gnu.org>
21613
21614 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21615 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21616 <monnier@iro.umontreal.ca>
21617 (lisp-outline-level): Improve efficiency. Suggested by David
21618 Kastrup <dak@gnu.org>.
21619
21620 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21621
21622 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21623 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21624 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21625 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21626 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21627
21628 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21629
21630 * cus-start.el (all): Comment change.
21631
21632 2005-02-14 Lute Kamstra <lute@gnu.org>
21633
21634 * cus-start.el (all): Check if symbol is void.
21635
21636 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21637
21638 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21639 optional argument to \cite.
21640
21641 2005-02-14 Richard M. Stallman <rms@gnu.org>
21642
21643 * cus-edit.el (custom-buffer-create-internal): Update help message.
21644 (custom-magic-alist): Update help messages.
21645
21646 * cus-start.el (all): Allow a var to specify a standard value.
21647
21648 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21649
21650 * custom.el (custom-theme-set-variables): Handle variable aliases.
21651
21652 * frame.el (blink-cursor-timer): Doc fix.
21653 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21654 declare obsolete.
21655 (blink-cursor-mode): Define with defcustom and use correct
21656 standard expression in that defcustom.
21657 * startup.el (command-line): Adapt to above changes in frame.el.
21658
21659 2005-02-11 Lute Kamstra <lute@gnu.org>
21660
21661 * apropos.el (apropos-score-doc): Prevent division by zero.
21662
21663 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21664
21665 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21666 (icalendar--get-event-property-attributes)
21667 (icalendar--get-event-properties)
21668 (icalendar--datetime-to-diary-date): New functions.
21669 (icalendar--split-value): Doc fix.
21670 (icalendar--datetime-to-noneuropean-date)
21671 (icalendar--datetime-to-european-date): New optional argument
21672 SEPARATOR. Return result as a string instead of a list.
21673 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21674 (icalendar--convert-string-for-export): Rename arg S to STRING.
21675 (icalendar-export-region): Doc fix. Change name of error buffer.
21676 Save output buffer.
21677 (icalendar-import-file): Add blank at end of prompt.
21678 (icalendar-import-buffer): Doc fix. Do not switch to error
21679 buffer. Indicate status in return value.
21680 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21681 buffer. Save output buffer. Handle exception from recurrence
21682 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21683 events. Fix problems with weekly all-day events.
21684
21685 2005-02-10 Richard M. Stallman <rms@gnu.org>
21686
21687 * simple.el (eval-expression-print-format):
21688 Avoid warning about edebug-active.
21689
21690 * help.el (help-for-help-internal): Rename from help-for-help.
21691 (help-for-help): Define with defalias.
21692
21693 * font-core.el (font-lock-default-function): Use with-no-warnings.
21694
21695 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21696
21697 * custom.el (defface): Doc fix.
21698
21699 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21700
21701 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21702 width 0" to prevent word wrapping problems.
21703
21704 2005-02-09 Kim F. Storm <storm@cua.dk>
21705
21706 * ido.el (ido-file-extensions-order): New defcustom.
21707 (ido-file-extension-lessp, ido-file-extension-aux)
21708 (ido-file-extension-order): New advanced file ordering.
21709 (ido-file-lessp): New simple file ordering.
21710 (ido-sort-list): Remove.
21711 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21712 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21713
21714 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21715
21716 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21717 that some versions of grep produce.
21718 (grep-mode-font-lock-keywords): Likewise.
21719
21720 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21721
21722 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21723 (gdb-cdir): Delete.
21724 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21725 (gdb-source-info): Treat case when source file is in another
21726 directory properly.
21727 (gdb-get-location): New function.
21728
21729 2005-02-07 Jay Belanger <belanger@truman.edu>
21730
21731 * calc/calc-prog.el (calc-write-parse-table-part)
21732 (calc-fix-token-name): Fix a check for language type.
21733
21734 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21735
21736 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21737
21738 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21739 as directory not writable.
21740
21741 2005-02-07 Kim F. Storm <storm@cua.dk>
21742
21743 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21744 (cua--standard-movement-commands): Remove list.
21745 Instead, set CUA property value to move for movement commands.
21746 (cua-movement-commands): Remove. Users must set CUA prop instead.
21747 (cua--pre-command-handler): Check CUA property.
21748 (cua--init-keymaps): Don't remap undo commands.
21749 (cua-mode): Don't call cua--rectangle-on-off.
21750
21751 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21752 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21753 (cua--rect-undo-set-point): New var.
21754 (cua--rectangle-undo-boundary): Setup undo apply entry.
21755 (cua--rect-undo-handler): New function for rectangle undo.
21756 (cua--rect-start-position, cua--rect-end-position): Add.
21757 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21758 for restored rectangle. Set point if cua--rect-undo-set-point.
21759
21760 2005-02-06 Jay Belanger <belanger@truman.edu>
21761
21762 * calc/calc-lang.el (calc-tex-language): Display more information
21763 in messages.
21764
21765 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21766 in TeX mode.
21767
21768 2005-02-06 Richard M. Stallman <rms@gnu.org>
21769
21770 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21771
21772 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21773
21774 * net/ldap.el (ldap-search-internal): Support attributes with
21775 optional descriptions separated by a semi-colon, as in
21776 "userCertificate;binary".
21777
21778 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21779
21780 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21781 isn't a cons (i.e. the version is 0).
21782
21783 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21784
21785 * help.el (help-for-help): Doc fix.
21786
21787 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21788
21789 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21790 GDB-Windows on the menu-bar as this works better.
21791
21792 2005-02-04 Jay Belanger <belanger@truman.edu>
21793
21794 * calc/calc-embed.el (calc-embedded-update): Don't put in
21795 unnecessary newlines. Adjust the end of formula marker.
21796
21797 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21798 (math-latex-parse-two-args): New function.
21799
21800 2005-02-03 Lute Kamstra <lute@gnu.org>
21801
21802 * help-fns.el (help-with-tutorial): Make sure that users cannot
21803 remove the entire text of the tutorial by means of `undo'.
21804
21805 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21806
21807 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21808 in recent changes, where the ispell process was repeatedly
21809 killed & restarted.
21810
21811 * international/mule-cmds.el (set-locale-environment): Set file-name
21812 coding system to utf-8 on Darwin systems.
21813 (set-default-coding-systems): Don't set default-file-name-coding-system
21814 on Darwin systems.
21815
21816 2005-02-03 Richard M. Stallman <rms@gnu.org>
21817
21818 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21819
21820 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21821
21822 * faces.el (list-faces-display): Add optional argument.
21823
21824 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * font-core.el (font-lock-default-function): Handle the rare case where
21827 only font-lock-keywords is set.
21828
21829 2005-02-02 Kenichi Handa <handa@m17n.org>
21830
21831 * international/characters.el: Cancel previous change for
21832 I-WITH-DOT-ABOVE and DOTLESS-i.
21833
21834 * international/latin-5.el: Cancel previous change.
21835
21836 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21837
21838 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21839
21840 2005-02-02 Kenichi Handa <handa@m17n.org>
21841
21842 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21843 DOTLESS-i.
21844
21845 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21846 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21847
21848 * case-table.el (get-upcase-table): New function.
21849 (copy-case-table): Copy upcaes table too if non-nil.
21850 (set-case-syntax-delims): Maintain upcase table too.
21851 (set-case-syntax-pair): Likewise.
21852 (set-upcase-syntax, set-downcase-syntax): New functions.
21853 (set-case-syntax): Maintain upcase table too.
21854
21855 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21856
21857 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21858
21859 * progmodes/gud.el (gud-goto-info): New function.
21860 (gud-tool-bar-map): Use correct icon.
21861
21862 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21863
21864 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21865 When delegating, order args in the funcall correctly.
21866
21867 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21868
21869 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21870
21871 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21872
21873 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21874 buffer not visiting a file.
21875
21876 2005-01-31 Jay Belanger <belanger@truman.edu>
21877
21878 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21879 bound on the line with the formula.
21880
21881 2005-01-31 Kim F. Storm <storm@cua.dk>
21882
21883 * ses.el (ses-create-cell-variable-range)
21884 (ses-destroy-cell-variable-range, ses-reset-header-string)
21885 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21886 (ses-insert-row): Fix format of apply undo entries.
21887
21888 2005-01-31 Jay Belanger <belanger@truman.edu>
21889
21890 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21891 parts.
21892
21893 * calc/calc-embed.el (calc-embedded-open-formula)
21894 (calc-embedded-close-formula): Ignore matrix environments.
21895
21896 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21897 TeX mode.
21898
21899 * calc/calc-lang.el (math-function-table, math-oper-table)
21900 (math-variable-table): Adjust the LaTeX portions.
21901
21902 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21903 (math-latex-ignore-words): New constant.
21904
21905 2005-01-31 Richard M. Stallman <rms@gnu.org>
21906
21907 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21908 (ispell-local-dictionary): Doc fix.
21909 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21910 Don't reinitialize at run time. Don't defcustom.
21911 All uses changed to append ispell-local-dictionary-alist,
21912 or check it first.
21913 (ispell-current-dictionary): New variable for dictionary in use.
21914 (ispell-dictionary): Now used only for global default.
21915 (ispell-start-process): Set ispell-current-dictionary,
21916 not ispell-dictionary.
21917 (ispell-change-dictionary): Use this only for setting
21918 user preferences.
21919 (ispell-internal-change-dictionary): New function
21920 to change the current dictionary in use.
21921 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21922 Use ispell-current-dictionary.
21923 Handle ispell-local-dictionary-overridden.
21924 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21925
21926 2005-01-31 Jay Belanger <belanger@truman.edu>
21927
21928 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21929
21930 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21931 (calc-mode-map): Add calc-latex-language.
21932
21933 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21934 (math-latex-print-frac): New functions.
21935 (math-oper-table, math-function-table, math-variable-table)
21936 (math-complex-format, math-input-filter): Add latex properties.
21937 (calc-set-language): Set math-expr-special-function-mapping.
21938
21939 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21940 (calc-write-parse-table-part): Add LaTeX support.
21941
21942 * calc/calc.el (calc-language): Adjust docstring.
21943 (calc-set-mode-line): Add LaTeX support.
21944 (math-expr-special-function-mapping): New variable.
21945 (math-tex-ignore-words): Add to list.
21946
21947 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21948 Add LaTeX support.
21949 (math-compose-expr): Add support for special functions.
21950
21951 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21952
21953 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21954
21955 * progmodes/gdb-ui.el (gdb-memory-address)
21956 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21957 (gdb-memory-mode-map, gdb-memory-format-keymap)
21958 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21959 (gdb-memory-unit-menu): New variables for a buffer
21960 that lets the user examine program memory.
21961 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21962 (gdb-memory-format-binary, gdb-memory-format-octal)
21963 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21964 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21965 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21966 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21967 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21968 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21969 (gdb-memory-mode, gdb-memory-buffer-name)
21970 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21971 New functions for above buffer.
21972
21973 2005-01-30 Richard M. Stallman <rms@gnu.org>
21974
21975 * cus-edit.el (custom-bury-buffer): Function deleted.
21976 (custom-buffer-done-function): Option deleted.
21977 (custom-buffer-done-kill): New replacement option.
21978 (Custom-buffer-done): Call quit-window.
21979 (custom-buffer-create-internal): Update for above changes.
21980
21981 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21982
21983 * simple.el (undo-ask-before-discard): New var.
21984 (undo-outer-limit-truncate): Implement it.
21985 (undo-extra-outer-limit): Doc update.
21986
21987 2005-01-29 Richard M. Stallman <rms@gnu.org>
21988
21989 * ses.el (undo-more): Delete defadvice.
21990 (ses-begin-change): Doc fix.
21991
21992 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21993 instead of rebinding C-x u and C-_.
21994
21995 * files.el (normal-backup-enable-predicate): Return nil for files
21996 in /tmp, regardless of temporary-file-directory.
21997
21998 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21999
22000 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22001 (open-rectangle, delete-whitespace-rectangle-line)
22002 (clear-rectangle-line): If FILL, pass t instead of FILL
22003 for move-to-column's 2nd arg.
22004
22005 * simple.el (undo): Fix the test for continuing a series of undos.
22006 (undo-more): Set pending-undo-list to t when we reach end.
22007 (pending-undo-list): Move up defvar.
22008
22009 * wid-edit.el (widget-button-click):
22010 Shorten the range of the track-mouse binding.
22011
22012 * comint.el (comint-insert-input): Undo previous changes;
22013 use last-input-event in interactive spec.
22014
22015 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22016
22017 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22018 to nil before invoking call-process. Reset buffer's modified flag
22019 after fontifying it in the no-async branch.
22020
22021 * wid-edit.el (widget-specify-button): If mouse pointer shape
22022 cannot be changed, use mouse face instead.
22023
22024 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22025
22026 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22027 (gdb-goto-breakpoint): Make breakpoint handling work on template
22028 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22029 (gdb-assembler-custom): Update to recognize breakpoint information
22030 added on 2005-01-19.
22031
22032 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22035 (dsssl-mode): Use define-derived-mode.
22036 (scheme-mode-initialize): Remove.
22037 (scheme-mode): Use run-mode-hooks.
22038
22039 * cus-edit.el (customize-group-other-window)
22040 (custom-buffer-create-other-window): Don't override special-display-*.
22041 (custom-mode-map): Make it dense.
22042
22043 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22044 sets the default value.
22045
22046 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22047
22048 * descr-text.el: Add more keywords.
22049
22050 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22051
22052 * speedbar.el: Avoid unnecessary use of locate-library.
22053
22054 * international/mule-cmds.el (standard-display-european-internal):
22055 Don't fiddle with latin-1 non-break space any more since it's now
22056 special cased in the C code.
22057 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22058
22059 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22060
22061 * cus-start.el (all): Add `undo-outer-limit'.
22062
22063 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22064
22065 * textmodes/bibtex.el (bibtex-format-entry):
22066 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22067 field lines.
22068 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22069 not on part of a buffer.
22070
22071 2005-01-25 Lute Kamstra <lute@gnu.org>
22072
22073 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22074 nonempty field text strings like "{letters\\macro{}more letters}".
22075 Clarify docstring.
22076 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22077 (bibtex-entry-offset, bibtex-parse-association)
22078 (bibtex-parse-field-name): Fix typos in docstrings.
22079 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22080
22081 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22082
22083 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22084 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22085 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22086 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22087
22088 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22089 isearch minor mode.
22090
22091 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22092
22093 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22094
22095 2005-01-24 Lute Kamstra <lute@gnu.org>
22096
22097 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22098 CASECHARS and NOT-CASECHARS regular expressions of the
22099 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22100 striding over charsets" error.
22101
22102 2005-01-24 Jay Belanger <belanger@truman.edu>
22103
22104 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22105 display variable name.
22106
22107 2005-01-24 Kenichi Handa <handa@m17n.org>
22108
22109 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22110 Fix setting of the element of encoded-kbd-iso2022-invocations.
22111
22112 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22113
22114 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22115 (gdb-threads-select): Change to also accept mouse events.
22116 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22117 (gdb-threads-mouse-select): Delete.
22118
22119 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22120
22121 * files.el (insert-directory): Take care of empty directory,
22122 listed without -a switch.
22123
22124 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22125
22126 * textmodes/refill.el (refill-post-command-function):
22127 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22128 to the list of functions that we should be careful not to undo.
22129 (refill-late-fill-paragraph-function): Remove.
22130 (refill-saved-state): New var.
22131 (refill-mode): Use it to save fill-paragraph-function.
22132 Save also the value of auto-fill-function.
22133
22134 * term/w32-win.el: Simplify code.
22135
22136 2005-01-23 Kim F. Storm <storm@cua.dk>
22137
22138 * simple.el (line-move): Adapt to new return value from
22139 pos-visible-in-window-p.
22140
22141 * simple.el (line-move): Fix last change. Check partial
22142 visibility at point rather than at window-start.
22143
22144 2005-01-22 Jason Rumney <jasonr@gnu.org>
22145
22146 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22147
22148 2005-01-22 David Kastrup <dak@gnu.org>
22149
22150 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22151
22152 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22153
22154 * type-break.el (type-break-mode): Add a test for
22155 type-break-file-name being non-nil.
22156
22157 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22158
22159 * net/eudc.el (top level): Call (message "") via progn, so that
22160 eudc-options-file is loaded.
22161
22162 2005-01-22 Kim F. Storm <storm@cua.dk>
22163
22164 * simple.el (line-move-1): Rename from line-move.
22165 (line-move): New function that adjusts vscroll for partially
22166 visible rows, and calls line-move-1 otherwise.
22167
22168 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22169
22170 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22171 since it's not a complete read-event implementation
22172
22173 2005-01-20 Jay Belanger <belanger@truman.edu>
22174
22175 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22176 for called function.
22177
22178 2005-01-20 Steven Tamm <steventamm@mac.com>
22179
22180 * term/mac-win.el (process-connection-type): Remove.
22181 Controlled now by s/darwin.h:PTY_ITERATION.
22182
22183 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22184
22185 * window.el (handle-select-window): Don't switch window when we're
22186 in the minibuffer.
22187
22188 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22189
22190 * subr.el (dotimes-with-progress-reporter): New macro.
22191
22192 * ses.el (ses-dotimes-msg): Remove macro.
22193 Use `dotimes-with-progress-reporter' instead.
22194
22195 2005-01-19 Steven Tamm <steventamm@mac.com>
22196
22197 * term/mac-win.el (process-connection-type): Use new
22198 operating-system-release variable to use ptys on Darwin 7 (OS X
22199 10.3) when using carbon build.
22200
22201 2005-01-19 Jay Belanger <belanger@truman.edu>
22202
22203 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22204 flags if the last command was a tab or M-tab.
22205
22206 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22207 in formula editing buffer.
22208
22209 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22210
22211 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22212 breakpoint image symbol in margin.
22213
22214 2005-01-19 Jay Belanger <belanger@truman.edu>
22215
22216 * calc/calc-prog.el (calc-execute-kbd-macro):
22217 Ignore calc-keep-arg-flag.
22218
22219 2005-01-19 Kenichi Handa <handa@m17n.org>
22220
22221 * textmodes/ispell.el (ispell-looking-at): New function.
22222 (ispell-process-line): Use ispell-looking-at to compare the ispell
22223 output and the buffer contents.
22224
22225 2005-01-18 Jay Belanger <belanger@truman.edu>
22226
22227 * calc/calc.el (calc-display-raw): Fix docstring.
22228
22229 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22230
22231 * simple.el (blink-matching-open): Strip extra info from syntax.
22232
22233 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22234 funny chars in the end-of-here-doc marker.
22235
22236 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22237
22238 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22239 that enable/disabled state of breakpoints is shown correctly in
22240 fringe and on ttys.
22241 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22242 Add breakpoint information as text properties.
22243 (gdb-mouse-toggle-breakpoint):
22244 Rename to gdb-mouse-set-clear-breakpoint.
22245 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22246 breakpoints in the margin.
22247 (gdb-remove-strings): Simplify.
22248
22249 2005-01-17 Jay Belanger <belanger@truman.edu>
22250
22251 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22252 erasing buffer.
22253
22254 2005-01-17 Richard M. Stallman <rms@gnu.org>
22255
22256 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22257 for calling grep-compute-defaults.
22258
22259 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22260 if buffer is empty.
22261
22262 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22263
22264 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22265
22266 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22267
22268 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22269 non-preloaded variables.
22270
22271 2005-01-17 Steven Tamm <steventamm@mac.com>
22272
22273 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22274 tex-shell cause to force interactivity when using pipes.
22275
22276 2005-01-17 Kim F. Storm <storm@cua.dk>
22277
22278 * simple.el (just-one-space): Make arg optional.
22279
22280 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22281
22282 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22283 posn-at-x-y to t to access left-margin.
22284
22285 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22286
22287 Sync with Tramp 2.0.47.
22288
22289 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22290 catching keep-date problems in cp/scp operations.
22291 (tramp-handle-copy-file): Don't call `set-file-modes'
22292 unconditionally. Specialized functions should know better what is
22293 necessary. This improves performance a little bit, and the
22294 functions could catch errors with `cp -p' and `scp -p'.
22295 (tramp-do-copy-or-rename-file-via-buffer)
22296 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22297 when appropriate.
22298 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22299 Call `set-file-modes' when appropriate.
22300 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22301 Johnsson <isak@hypergene.com>
22302 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22303 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22304 <joakim@verona.se>
22305 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22306 Emacs only.
22307
22308 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22309 `find-file-hooks' and `dired-mode-hook'.
22310 (tramp-minor-mode-map): Respective map. Add remapping for
22311 `compile' and `recompile'.
22312 (tramp-remap-command, tramp-recompile): New defuns.
22313 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22314 in buffer "*Compilation*". Call the commands asynchronously.
22315
22316 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22317 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22318 `shell-command', because it isn't magic in XEmacs. Reported by
22319 Adrian Aichner <adrian@xemacs.org>.
22320
22321 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22322 `substitute-in-file-name.
22323 (tramp-smb-handle-substitute-in-file-name): New defun.
22324 (tramp-smb-advice-PC-do-completion): Delete advice.
22325
22326 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22327
22328 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22329 Fix error in deleting region.
22330
22331 2005-01-15 Richard M. Stallman <rms@gnu.org>
22332
22333 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22334 In non-temp buffer, switch syntax table temporarily.
22335
22336 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22337
22338 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22339
22340 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22341
22342 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22343 (imenu--generic-function): Use START, not BEG, as pos of definition.
22344
22345 * simple.el (just-one-space): Argument specifies number of spaces.
22346
22347 * simple.el (eval-expression-print-format): Avoid warning
22348 about edebug-active.
22349
22350 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22351
22352 * progmodes/sh-script.el: Code copied from make-mode.el
22353 with small changes,
22354 (sh-mode-map): Bind C-c C-\.
22355 (sh-backslash-column, sh-backslash-align): New variables.
22356 (sh-backslash-region, sh-append-backslash): New functions.
22357
22358 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22359
22360 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22361 (rmail-pop-password, rmail-pop-password-required): Move to
22362 rmail-obsolete group.
22363 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22364 All callers updated.
22365 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22366 Take an argument specifying whether it is POP or IMAP mailbox we
22367 are using. All callers updated.
22368 (rmail-pop-password-error): Rename to
22369 rmail-remote-password-error. Added mailutils-specific error message.
22370 (rmail-movemail-search-path)
22371 (rmail-movemail-variant-in-use): New variables.
22372 (rmail-remote-password, rmail-remote-password-required):
22373 New customization variables.
22374 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22375 (rmail-parse-url): New function.
22376 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22377 with GNU mailutils movemail.
22378
22379 2005-01-15 Kevin Ryde <user42@zip.com.au>
22380
22381 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22382 suffix to space, $ or '$, to correctly position point when going
22383 to @table style constants like DBL_MAX.
22384
22385 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22386
22387 * type-break.el (type-break-mode, type-break-file-time)
22388 (type-break-file-keystroke-count, type-break-choose-file):
22389 Don't store data in or load data from the file if type-break-file-name
22390 is nil.
22391 (type-break-file-name): Doc update as per the above.
22392
22393 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22394
22395 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22396 lookup-key might return nil; handle that.
22397
22398 2005-01-15 Alan Mackenzie <acm@muc.de>
22399
22400 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22401 rather than the element found, thus enabling the tree to be setcar'd.
22402
22403 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22404
22405 * textmodes/org.el (org-show-following-heading): New option.
22406 (org-show-hierarchy-above): Use `org-show-following-heading'.
22407 (org-cycle): Documentation fix.
22408
22409 * textmodes/org.el (orgtbl-optimized): New option
22410 (orgtbl-mode): New command, a minor mode.
22411 (orgtbl-mode-map): New variable.
22412 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22413 (orgtbl-error, orgtbl-self-insert-command)
22414 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22415
22416 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22417 a local variable in each org-mode buffer.
22418
22419 * textmodes/org.el (org-set-regexps-and-options): Rename from
22420 `org-set-regexps'. Added checking for STARTUP keyword.
22421 (org-get-current-options): Add STARTUP options.
22422 (org-table-insert-row): Make mode intelligent about when
22423 realignment is needed.
22424 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22425 New commands.
22426 (org-enable-table-editor): New default value `optimized'.
22427 (org-table-blank-field): Support blanking regions if active.
22428
22429 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22430
22431 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22432 if the year is not given.
22433
22434 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22435 Add new escapes %m and %M, fixed bug with %F by adding
22436 save-match-data.
22437 (reftex-reference): Remove ?. from list of spaces.
22438 (reftex-label-info): Add automatic label prefix recognition.
22439
22440 * textmodes/reftex-index.el (reftex-index-next-phrase):
22441 Add slave parameter to call of `reftex-index-this-phrase'.
22442 (reftex-index-this-phrase): New optional argument.
22443 (reftex-index-region-phrases): Add slave parameter to call of
22444 `reftex-index-this-phrase'.
22445 (reftex-display-index): New argument redo.
22446 (reftex-index-rescan): Add `redo' to arguments of
22447 `reftex-display-index'.
22448 (reftex-index-Rescan, reftex-index-revert)
22449 (reftex-index-switch-index-tag): Add `redo' to arguments of
22450 `reftex-display-index'.
22451 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22452 indexing. Fix bug with matching is there is a quote before or
22453 after the word.
22454
22455 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22456 Fix bug when collecting citation keys in lines with comments.
22457 (reftex-citation): Prefix argument no longer rescans the document,
22458 but forces prompting for optional arguments of cite macros.
22459 (reftex-do-citation): Prompting for optional arguments implemented.
22460
22461 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22462 Add optional arguments to most cite commands.
22463 (reftex-cite-cleanup-optional-args): New option
22464 (reftex-cite-prompt-optional-args): New option.
22465 (reftex-trust-label-prefix): New option.
22466
22467 * textmodes/reftex-toc.el (reftex-toc-find-section):
22468 Add push-mark before changing the position in the buffer.
22469
22470 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22471 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22472
22473 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22474
22475 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22476 more carefully.
22477
22478 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22479
22480 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22481 (sgml-mode): Use it.
22482 (sgml-get-context): Better keep track of implicitly closed tags.
22483
22484 2005-01-13 Kenichi Handa <handa@m17n.org>
22485
22486 * textmodes/ispell.el: These changes are to fix misalignment error
22487 caused by equivalent characters of different Emacs charsets.
22488 (ispell-unified-chars-table): New variable.
22489 (ispell-get-decoded-string): New function.
22490 (ispell-get-casechars, ispell-get-not-casechars)
22491 (ispell-get-otherchars): Call ispell-get-decoded-string.
22492
22493 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22494
22495 * custom.el (custom-declare-variable): Just put symbol instead
22496 of (defvar . symbol) in `current-load-list'.
22497
22498 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22499
22500 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22501
22502 2005-01-12 Jay Belanger <belanger@truman.edu>
22503
22504 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22505 to create a Calc summary.
22506
22507 2005-01-12 Kim F. Storm <storm@cua.dk>
22508
22509 * mouse.el (mouse-on-link-p): Change functionality and doc
22510 string to comply with latest description in lisp ref.
22511
22512 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22513
22514 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22515 Enable mouse clicks on mode-line, header-line and margin.
22516 (event-type): Give mouse event symbols an `event-kind' property
22517 with value `mouse-click'.
22518
22519 2005-01-12 Juri Linkov <juri@jurta.org>
22520
22521 * facemenu.el (list-colors-display): Add new arg buffer-name.
22522 Use it. Fix docstring. Replace code for identifying duplicate
22523 colors by the name with call to `list-colors-duplicates' which
22524 identifies duplicate colors by the value unless the color
22525 is one of special Windows colors. Set truncate-lines to t.
22526 Print sorted duplicate color names on each line. Indent to 22
22527 \(the longest color name in rgb.txt) instead of 20. Optimize.
22528 (list-colors-duplicates): New function.
22529 (facemenu-color-name-equal): Delete function.
22530
22531 * facemenu.el (list-colors-print): New function created from code
22532 in list-colors-display. Print #RRGGBB at the window right edge.
22533 (list-colors-display): When temp-buffer-show-function is not
22534 defined, call list-colors-print from temp-buffer-show-hook
22535 to get the right value of window-width in list-colors-print
22536 after the buffer is displayed.
22537
22538 * simple.el (pop-mark): Move deactivate-mark out of conditional
22539 part to deactivate the active mark regardless of the state of the
22540 mark ring.
22541
22542 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22543 variables line in desktop files.
22544
22545 2005-01-12 Juri Linkov <juri@jurta.org>
22546
22547 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22548 Bring together isearch highlight related options.
22549 (lazy-highlight): Replace group `replace' by `matching'.
22550 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22551 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22552 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22553 and declare them obsolete.
22554 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22555 (isearch-faces): Remove defgroup.
22556 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22557 Move isearch highlighting code closer to lazy highlighting code.
22558
22559 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22560 (query-replace-highlight, query-replace-lazy-highlight)
22561 (query-replace): Move definitions to the beginning of the file.
22562
22563 2005-01-11 Juri Linkov <juri@jurta.org>
22564
22565 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22566 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22567 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22568
22569 * info.el (Info-history-forward): New variable.
22570 (Info-select-node): Reset Info-history-forward to nil.
22571 (Info-last): Turn into defalias.
22572 (Info-history-back): Rename from Info-last.
22573 Add current node to Info-history-forward.
22574 (Info-history-forward): New fun.
22575 (Info-mode-map): Replace Info-last by Info-history-back.
22576 Bind Info-history-forward to "r".
22577 (Info-mode-menu): Replace Info-last by Info-history-back.
22578 Fix menu item text. Add menu item for Info-history-forward.
22579 (info-tool-bar-map): Replace Info-last by Info-history-back.
22580 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22581 for Info-history-forward.
22582 (Info-mode): Replace Info-last by Info-history-back in docstring.
22583 Add local variable Info-history-forward.
22584 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22585
22586 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22587
22588 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22589 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22590 Ignore select-window events rather than fiddle with
22591 mouse-autoselect-window.
22592
22593 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22594
22595 * type-break.el (type-break-mode): Fix previous change.
22596
22597 2005-01-10 Jay Belanger <belanger@truman.edu>
22598
22599 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22600 calculator; only reset when point is inside a calculator.
22601 Don't adjust the window height if the window takes up the whole height
22602 of the frame.
22603
22604 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22605
22606 * ebuff-menu.el (Electric-buffer-menu-mode):
22607 Preserve value of buffer-local var header-line-format.
22608
22609 2005-01-09 Jay Belanger <belanger@truman.edu>
22610
22611 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22612 Make sure settings file exists before accessing it.
22613
22614 * calc/calc-embed.el (calc-embedded-subst):
22615 Replace math-multi-subst-rec, which is only supposed to be called
22616 by math-multi-subst, by math-multi-subst.
22617
22618 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22619
22620 * vc.el (vc-allow-async-revert): New user option.
22621 (vc-disable-async-diff): New internal variable.
22622 (vc-revert-buffer): Use them to disable asynchronous diff.
22623
22624 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22625 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22626 asynchronously if vc-disable-async-diff is t.
22627
22628 2005-01-09 Jay Belanger <belanger@truman.edu>
22629
22630 * calc/calc.el (defcalcmodevar): New macro.
22631 (calc-mode-var-list-restore-default-values)
22632 (calc-mode-var-list-restore-saved-values): New functions.
22633 (calc-mode-var-list): Use defcalcmodevar to define it.
22634 (calc-always-load-extensions, calc-line-numbering)
22635 (calc-line-breaking, calc-display-just, calc-display-origin)
22636 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22637 (calc-group-char, calc-point-char, calc-frac-format)
22638 (calc-prefer-frac, calc-hms-format, calc-date-format)
22639 (calc-float-format, calc-full-float-format, calc-complex-format)
22640 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22641 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22642 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22643 (calc-matrix-brackets, calc-language, calc-language-option)
22644 (calc-left-label, calc-right-label, calc-word-size)
22645 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22646 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22647 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22648 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22649 (calc-window-height, calc-display-trail, calc-show-selections)
22650 (calc-use-selections, calc-assoc-selections)
22651 (calc-display-working-message, calc-auto-why, calc-timing)
22652 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22653 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22654 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22655 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22656 (calc-gnuplot-geometry, calc-graph-default-resolution)
22657 (calc-graph-default-resolution-3d, calc-invocation-macro)
22658 (calc-show-banner): Use defcalcmodevar to declare them and set
22659 their default values.
22660
22661 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22662 instead of default values (but restore default values if there is
22663 an argument of 0).
22664
22665 2005-01-09 David Kastrup <dak@gnu.org>
22666
22667 * desktop.el (desktop-restore-eager): Fix typo in type.
22668
22669 2005-01-08 Richard M. Stallman <rms@gnu.org>
22670
22671 * cus-edit.el (customize): Delete :link.
22672
22673 2005-01-08 Jay Belanger <belanger@truman.edu>
22674
22675 * calc/calc.el (calc-mode): Remove the extension from the
22676 `calc-settings-file' file name when loading it.
22677
22678 2005-01-08 Kim F. Storm <storm@cua.dk>
22679
22680 * info.el (Info-mode-map, Info-next-link-keymap)
22681 (Info-prev-link-keymap, Info-up-link-keymap):
22682 Map follow-link to mouse-face.
22683 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22684
22685 2005-01-08 Jay Belanger <belanger@truman.edu>
22686
22687 * calc/calc.el (calc-settings-file): Change default value.
22688 Suggested by cgw in a comment in calc-mode.el.
22689
22690 * calc/calc-mode.el (calc-settings-file-name):
22691 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22692 Replace ~/.emacs in a prompt by calc-settings-file.
22693
22694 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22695
22696 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22697 (desktop-lazy-idle-delay): New customizable variables.
22698 (desktop-buffer-args-list): New variable.
22699 (desktop-append-buffer-args): New function.
22700 (desktop-save): Call desktop-append-buffer-args for some buffers.
22701 (desktop-lazy-create-buffer): New function.
22702 (desktop-idle-create-buffers): New function.
22703 (desktop-read): Add message about buffers to restore lazily.
22704 (desktop-lazy-abort): New command.
22705 (desktop-clear): Call desktop-lazy-abort.
22706 (desktop-lazy-complete): New command.
22707
22708 2005-01-06 Richard M. Stallman <rms@gnu.org>
22709
22710 * emacs-lisp/find-func.el (find-face-definition):
22711 Rename from find-face.
22712
22713 2005-01-06 Kim F. Storm <storm@cua.dk>
22714
22715 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22716
22717 * man.el (Man-xref-man-page, Man-xref-header-file)
22718 (Man-xref-normal-file): Add follow-link property.
22719
22720 2005-01-06 Jay Belanger <belanger@truman.edu>
22721
22722 * calc/calc-units.el: Make sure the proper macro definitions are
22723 available when compiling.
22724
22725 2005-01-06 Juri Linkov <juri@jurta.org>
22726
22727 * isearch.el (isearch-lazy-highlight-update):
22728 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22729
22730 2005-01-06 Miles Bader <miles@gnu.org>
22731
22732 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22733 (isearch-lazy-highlight-face): Use new name.
22734
22735 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22736
22737 * uniquify.el (uniquify-rationalize-file-buffer-names):
22738 Re-add an interactive spec.
22739 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22740 to the same name.
22741
22742 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22743 (isearch-update, isearch-done): Adjust calls accordingly.
22744
22745 2005-01-05 Richard M. Stallman <rms@gnu.org>
22746
22747 * custom.el (custom-set-variables, custom-theme-set-variables):
22748 Clarify documentation.
22749
22750 * emacs-lisp/find-func.el (find-variable)
22751 (find-variable-other-window, find-variable-other-frame):
22752 Fix the TYPE args to find-function-read and find-function-do-it.
22753 (find-function): Doc fix.
22754 (find-function-at-point): Replace function-at-point alias.
22755
22756 2005-01-04 Richard M. Stallman <rms@gnu.org>
22757
22758 * cus-face.el (custom-declare-face):
22759 Record defface in current-load-list.
22760
22761 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22762
22763 * emacs-lisp/find-func.el: Doc fixes.
22764 (find-face-regexp): New variable.
22765 (find-function-regexp-alist): New variable.
22766 (find-function-C-source): Third arg is now TYPE.
22767 (find-function-search-for-symbol): Handle general TYPE.
22768 (find-function-read, find-function-do-it): Handle general TYPE.
22769 (find-definition-noselect, find-face): New functions.
22770 (function-at-point): Alias deleted.
22771
22772 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22773
22774 * battery.el (display-battery-mode): Rename from display-battery.
22775 Handle the case where it gets turned off.
22776
22777 2005-01-04 Richard M. Stallman <rms@gnu.org>
22778
22779 * cus-edit.el (customize): Make :link point to user doc.
22780
22781 * man.el (Man-fontify-manpage): Turn off undo generation.
22782
22783 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22784
22785 2005-01-04 Andreas Schwab <schwab@suse.de>
22786
22787 * files.el (insert-directory): Only look for error lines in
22788 inserted text. Don't move too far after processing --dired markers.
22789
22790 2005-01-04 Richard M. Stallman <rms@gnu.org>
22791
22792 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22793 Don't expand if the character is @, period, dash, etc.
22794 (define-mail-abbrev): Quote names that contain problem characters.
22795
22796 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22797
22798 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22799
22800 2005-01-03 Richard M. Stallman <rms@gnu.org>
22801
22802 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22803 (query-replace-highlight, query-replace-lazy-highlight)
22804 (query-replace): Definitions moved up. Doc fix.
22805
22806 2005-01-03 Richard M. Stallman <rms@gnu.org>
22807
22808 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22809 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22810 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22811 (lazy-highlight-face): Rename from isearch-lazy-...
22812 Change all references to them.
22813
22814 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22815
22816 * cus-edit.el (custom-file): Doc fix for defcustom.
22817 (custom-file): The function no longer sets the variable
22818 `custom-file' to its return value.
22819
22820 * startup.el (command-line): No longer load `custom-file'.
22821
22822 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22823
22824 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22825
22826 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22827 Don't confuse module-prefixed identifiers for labels.
22828 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22829
22830 2005-01-02 Richard M. Stallman <rms@gnu.org>
22831
22832 * files.el (basic-save-buffer-1): Fix previous change.
22833
22834 * loadhist.el (file-loadhist-lookup): New function.
22835 (file-provides, file-requires): Use it.
22836
22837 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22838 instead of calculating the right size.
22839
22840 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22841
22842 * vc-svn.el (vc-svn-diff): Stay local if possible.
22843
22844 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22845
22846 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22847
22848 * files.el (hack-local-variables): Fix last change.
22849
22850 2005-01-02 Jay Belanger <belanger@truman.edu>
22851
22852 * calc/calc-yank.el (calc-edit-top): New variable.
22853 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22854 object. Change header properties.
22855 (calc-edit-finish, calc-edit-finish-stack-object)
22856 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22857 edited object.
22858 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22859 for the beginning of the edited object.
22860 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22861 for the beginning of the edited object.
22862 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22863 (calc-finish-formula-edit, calc-macro-repeats)
22864 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22865 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22866 beginning of the edited object.
22867 (calc-user-define-edit): Change the header for editing macros.
22868 Remove unnecessary variable.
22869
22870 2005-01-01 Jay Belanger <belanger@truman.edu>
22871
22872 * calc/calc-yank.el (calc-edit-mode): Change default header.
22873 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22874 * calc/calc-store.el (calc-edit-variable): Change title to match new
22875 header.
22876 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22877 mode to match new header.
22878 (calc-user-define-edit): Change titles to include names of commands.
22879 (calc-finish-formula-edit): Adjust to handle new header.
22880 (calc-finish-macro-edit): Remove.
22881 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22882 (calc-edit-macro-command, calc-edit-macro-command-type)
22883 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22884 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22885 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22886 (calc-edit-macro-finish-edit): New functions.
22887 (calc-user-define-edit): Use new functions to edit named calc macros.
22888
22889 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22890
22891 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22892
22893 * ses.el (copy-region-as-kill): Deactivate mark.
22894
22895 2005-01-01 Richard M. Stallman <rms@gnu.org>
22896
22897 * replace.el (occur-1): If the output buffer is also an input,
22898 don't kill it, rename it.
22899
22900 * faces.el (set-face-background, set-face-foreground): Doc fix.
22901
22902 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22903 for :foreground and :background.
22904
22905 * dired.el (dired-view-command-alist): Variable deleted.
22906 (dired-view-file, dired-mouse-find-file-other-window):
22907 Delete the code to use it.
22908
22909 2005-01-01 Kim F. Storm <storm@cua.dk>
22910
22911 * image.el (insert-sliced-image): Use t for line-height property.
22912
22913 See ChangeLog.11 for earlier changes.
22914
22915 ;; Local Variables:
22916 ;; coding: iso-2022-7bit
22917 ;; End:
22918
22919 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22920 Copying and distribution of this file, with or without modification,
22921 are permitted provided the copyright notice and this notice are preserved.
22922
22923 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1