Remove spurious * in docstrings.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * add-log.el: Remove spurious * in docstrings.
4 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5 (add-change-log-entry): Use it here, since it's not specific
6 to iso8601.
7 (add-log-iso8601-time-string): Don't use it here any more.
8 (change-log-indent-text, change-log-indent): Rename from add-log-*.
9
10 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11
12 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13
14 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
15 (rcirc-toggle-low-priority): Doc fix.
16 (rcirc-handler-NOTICE): Remove beginning of line anchor in
17 ChanServ regexp.
18 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
19 #emacs.
20 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
21 (rcirc-decode-coding-system): Use utf-8 as the default.
22 (rcirc-multiline-minor-mode): Set the fill-column.
23 (rcirc-format-response-string): Display bright and dim nicks.
24 (rcirc-browse-url): Update interactive spec to fill ARG.
25 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
26 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
27
28 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
29
30 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
31 case for @Article, etc.
32
33 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
34
35 * net/tramp.el (tramp-register-file-name-handlers): New defun.
36 Added with autoload cookie.
37 (tramp-unload-file-name-handlers): Rename from
38 `tramp-unload-file-name-handler-alist'.
39
40 2006-04-23 Romain Francoise <romain@orebokech.com>
41
42 * comint.el (comint-match-partial-filename): Doc fix.
43
44 2006-04-21 Glenn Morris <rgm@gnu.org>
45
46 * calendar/cal-menu.el (calendar-mode-map): Refer to
47 `diary-view-entries' rather than alias `view-diary-entries'.
48 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
49
50 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
51
52 * progmodes/antlr-mode.el (antlr-default):
53 * cus-edit.el (custom-documentation):
54 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
55 in defface.
56
57 2006-04-21 Kim F. Storm <storm@cua.dk>
58
59 * image.el (image-type): New defun split out of create-image.
60 (create-image): Use it.
61
62 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
63
64 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
65 (org-open-at-point): Remove the "...done" message to keep output
66 in the echo area visible.
67 (org-export-as-xoxo): Fix call to `indent-region'.
68
69 2006-04-21 Kevin Ryde <user42@zip.com.au>
70
71 * international/mule.el (keyboard-coding-system): defcustom
72 info-link fixes: "Specify Coding" has been split, keyboard now in
73 "Terminal Coding", and "Single-Byte Character Support" is now
74 "Unibyte Mode".
75
76 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
77
78 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
79 Use font-lock-warning-face for any errors e.g. no stack.
80 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
81
82 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
83
84 * progmodes/sh-script.el (sh-shell): Mark as safe.
85
86 * newcomment.el (comment-start, comment-start-skip)
87 (comment-end-skip, comment-end): Mark as safe.
88
89 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
90
91 * textmodes/org.el: (org-deadline-announce): Face removed.
92 (org-level-faces, org-n-levels): Convert to constant.
93 (org-compatible-face): New function.
94 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
95 (org-level-5, org-level-6, org-level-7, org-level-8)
96 (org-special-keyword, org-warning, org-headline-done, org-link)
97 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
98 (org-scheduled-today, org-scheduled-previously, org-time-grid):
99 Face definition revised for better color tty support.
100 (org-bold-re, org-italic-re, org-underline-re): New constants.
101 (org-set-font-lock-defaults): Use the new constants.
102 (org-agenda-highlight-todo): New function.
103 (org-agenda-todo): Fix bug with point at end of line.
104 (org-agenda-change-all-lines, org-finalize-agenda-entries):
105 Fontify TODO keywords.
106 (org-insert-link): Preserve relative path in ../ links.
107 (org-export-as-html): Convert links pointing to .org files into
108 links that will work beteen the exported HTML files.
109 (org-todo-list): Fix bug when arg=0.
110 (org-insert-heading): More fine-tuning.
111
112 2006-04-19 Romain Francoise <romain@orebokech.com>
113
114 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
115 from `rmail-mime-charset-pattern'.
116
117 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * progmodes/python.el (python-mode): Fix typo.
120
121 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
122
123 * comint.el (comint-previous-input): Don't clobber input line
124 when moving off either end of the input history ring.
125 (comint-delete-input): New function, used by
126 `comint-previous-input' and others.
127 (comint-previous-matching-input):
128 Use `coming-delete-input'. Save the partial input if leaving the
129 edit line. Goto point-max before deleting input to avoid
130 partial input fragments hanging around.
131 (comint-restore-input): New function, used by `comint-previous-input'.
132
133 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
134
135 * imenu.el (imenu--index-alist): Balance parentheses.
136
137 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
138
139 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
140
141 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
142
143 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
144 file is nil.
145
146 2006-04-18 Richard Stallman <rms@gnu.org>
147
148 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
149
150 * imenu.el (imenu-create-index-function, imenu--index-alist)
151 (imenu--last-menubar-index-alist, imenu--make-index-alist)
152 (imenu-default-create-index-function, imenu--generic-function):
153 Doc fixes.
154
155 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
156
157 * help-mode.el (help-mode): Set view-exit-action to delete window.
158
159 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
160 now works by passing nil as arg.
161
162 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
163
164 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
165 (read-abbrev-file): Provide default when reading filename.
166
167 * files.el (enable-local-variables): Allow :all as value.
168 (hack-local-variables): Implement that value.
169 (safe-local-variable-values, safe-local-eval-forms)
170 (enable-local-variables): Mark as risky.
171 (find-file-visit-truename, kept-old-versions): Mark safe.
172
173 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
174 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
175 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
176
177 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
180 Use forward-line so as to get to BOL even in the presence of fields.
181 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
182 in return.
183 (inferior-tcl): Tell tclsh to work in interactive mode.
184
185 * complete.el (partial-completion-mode):
186 Use 'choose-completion-string-functions to make sure that
187 choose-completion fills the minibuffer properly.
188
189 * complete.el (PC-old-read-file-name-internal): Remove.
190 (PC-read-include-file-name-internal): Remove. Turn it into an advice
191 of read-file-name-internal.
192 (partial-completion-mode): Enable/disable this advice.
193
194 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
195
196 * net/tramp.el (tramp-completion-file-name-handler): Revert change
197 of 2006-04-17.
198
199 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
200
201 * textmodes/org.el (org-insert-heading): Insert heading before
202 current if at beginning of line.
203 (org-todo, org-date): New faces.
204 (org-table-align): Make sure tooltip window contains full text.
205 (org-no-properties): New defsubst.
206 (org-set-font-lock-defaults): Use new faces.
207
208 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
209
210 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
211 for root variables.
212
213 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
214 (gdb-frame-address): Re-use to identify frame for watch expression.
215 (gdb-var-list, gdb-var-create-handler): Add frame address for root
216 variables.
217 (gdb-init-1, gdb-source, gdb-post-prompt)
218 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
219 (gdb-frame-handler): Get gdb-frame-address.
220
221 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
222
223 Sync with Tramp 2.0.53.
224
225 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
226 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
227 (tramp-completion-file-name-handler): Add autoload cookie for
228 adding to `file-name-handler-alist'.
229
230 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
231 the prompt. If it returns earlier (when detecting an error
232 message), the rest of the output will merge accidently with the
233 output of the next command. Reported by M Jared Finder
234 <jared@hpalace.com>.
235
236 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
237 for `process-file', in order to let it work for older Emacsen too.
238
239 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
240
241 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
242 (tex-font-lock-keywords-3): Use it.
243
244 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * newcomment.el (comment-add): New function.
247 (comment-region-default, comment-dwim): Use it.
248
249 2006-04-15 Michael Olson <mwolson@gnu.org>
250
251 * emacs-lisp/tq.el: Improve comments.
252 (tq-queue-head-question): New accessor function.
253 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
254 Update for modified queue structure.
255 (tq-queue-add): Accept `question' argument.
256 (tq-queue-pop): If a question is pending, send it.
257 (tq-enqueue): Accept new optional argument `delay-question'.
258 If this is non-nil, and at least one other question is pending a
259 response, queue the question rather than sending it immediately.
260
261 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
262
263 * calendar/appt.el (appt-add): Check whether an appointment is
264 already present in appt-time-msg-list. Simplify code.
265
266 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * progmodes/cc-langs.el (c-mode-menu):
269 Don't presume c-subword-mode is bound.
270
271 2006-04-13 Bill Wohler <wohler@newt.com>
272
273 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
274 (customize-package-emacs-version): Use cdr instead of cadr now
275 that alists use dotted pairs.
276
277 * custom.el (defcustom): Fix docstring for :package-version.
278
279 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
280
281 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
282 (tramp-handle-shell-command): Display output buffer only when
283 `tramp-display-shell-command-buffer' is true.
284 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
285
286 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
287
288 * textmodes/org.el (org-set-autofill-regexps): Set only the local
289 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
290
291 2006-04-13 Romain Francoise <romain@orebokech.com>
292
293 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
294 leaving temporary .cvsignore buffers behind.
295
296 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
297
298 * textmodes/org.el: (org-set-regexps-and-options)
299 (org-get-current-options): Better names for the startup folding
300 options.
301
302 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
303
304 * vc.el (vc-annotate): Arrange for point to end up at the same
305 line number as in the original, but only when using a new buffer.
306
307 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
308
309 * files.el (hack-one-local-variable-eval-safep):
310 Recognize `edebug-form-spec' for `put', but only if it passes
311 `edebug-basic-spec'. Generalize `put' handling.
312
313 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
314 vetting file-local form specs.
315
316 * allout.el (allout-layout): Autoload its `safe-local-variable'
317 property.
318
319 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
320
321 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
322 (org-agenda-mouse-1-follows-link)
323 (org-mouse-1-follows-link): New options.
324 (org-format-agenda-item): Fix bug if TAGS is nil.
325 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
326
327 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
328
329 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
330 GDB 6.1+ gives full filename for "info sources" so use
331 file-name-nondirectory.
332
333 2006-04-12 Romain Francoise <romain@orebokech.com>
334
335 * subr.el (read-passwd): Bind `message-log-max' to nil.
336
337 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * progmodes/perl-mode.el (perl-indent-new-calculate):
340 Recompute parse-start after jumping backward by a whole sexp.
341
342 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
345 window configuration.
346 (vc-annotate-display-select): Select the buffer so that current-buffer
347 (and selected-window) is the output buffer at the end of vc-annotate.
348
349 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
350
351 * vc.el (vc-annotate-color-map): Add custom TTY color map for
352 8-color terminals, to use all of the colors in a sensible order.
353 256-color terminals work well with the standard map.
354 (vc-annotate-lines): Only strip the first color character if it
355 is "#", to allow for terminal-style named colors.
356 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
357 the correct buffer is scrolled.
358
359 2006-04-11 Richard Stallman <rms@gnu.org>
360
361 * emacs-lisp/bytecomp.el (byte-compile-file):
362 Bind enable-local-variables to :safe, and make normal-mode obey it.
363
364 * files.el (enable-local-variables): Allow value :safe.
365 (normal-mode): Doc fix.
366 (hack-local-variables): Implement enable-local-variables = :safe.
367 (hack-local-variables-confirm): Don't prevent quitting.
368
369 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * loadhist.el (unload-feature): A bit of sanity check of
372 load-history entries. Cancel timer-vars before unbinding them.
373
374 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
375 quote special chars, and make the trick work on the hex part of the
376 buffer as well.
377 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
378 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
379
380 * startup.el (normal-splash-screen): Fix last change so we don't wait
381 2 minutes if we don't show the splash screen.
382
383 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
384
385 * textmodes/org.el (org-export-plain-list-max-depth)
386 (org-table-spaces-around-separators)
387 (org-radio-targets, org-activate-camels)
388 (org-table-spaces-around-invisible-separators): Options removed.
389 (org-time-stamp-rounding-minutes, org-remember-templates)
390 (org-ellipsis, org-activate-links, org-descriptive-links):
391 New options.
392 (org-remember-apply-template, org-current-time)
393 (org-finish-edit-table-field)
394 (org-link-unescape, org-link-escape)
395 (org-string-width, org-table-clean-line, org-html-do-expand)
396 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
397 (org-read-agenda-file-list): New functions.
398 (org-table-edit-field)
399 (org-table-create-or-convert-from-region): New commands
400 (org-table-toggle-vline-visibility): Command removed.
401 (org-table-convert-region): Made a command.
402 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
403 Replace with the normal org- functions.
404 (org-self-insert-command): Don't trigger realign unnecessarily
405 when blanking a field that is not full.
406 (org-mode): `Set buffer-invisibility-spec' for links.
407 (org-activate-links2): Hide link part and only show descriptive
408 part of the link.
409 (org-insert-link): Modify for new linking system.
410 (org-store-link): Store description separately, for use by
411 `org-insert-link'.
412 (org-table-align): Use `org-string-width'.
413 (defgroup): Completely new group structure for custom variables.
414 (org-agenda-files): Option: Single file name allowed. Function:
415 Optional argument unrestrited means ignore any restricitons.
416 (org-install-agenda-files-menu): Find a buffer in Org-mode before
417 trying to modify the menu. Use generalized access to
418 `org-agenda-files.'
419 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
420 (org-agenda-file-to-front, org-remove-file, org-diary)
421 (org-tags-view, org-export-icalendar-all-agenda-files)
422 (org-export-icalendar-combine-agenda-files): Use generalized
423 access to `org-agenda-files'.
424 (org-remember-handler): Correctly preserve heading if present.
425 (org-table-insert-row, org-table-insert-hline): Deal with
426 invisible characters.
427
428 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
429
430 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
431 (vc-annotate-color-map): New 18 element constant
432 value/saturation, rotating hue colormap, from red->blue.
433 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
434 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
435 (vc-annotate): To avoid killing the required local variables,
436 set them before the end of `with-output-to-temp-buffer', and
437 after first switching to annotate-mode.
438 (vc-annotate-warp-version): Add buffer argument in goto-line to
439 ensure annotation, not source, is scrolled.
440
441 2006-04-10 Bill Wohler <wohler@newt.com>
442
443 * custom.el (defcustom, custom-handle-keyword):
444 Add :package-version keyword.
445 (custom-add-package-version): New function. Sets value of new
446 property 'custom-package-version from :package-version keyword.
447 (defcustom): Create Common Keywords section in docstring.
448 (defface, defgroup): Replace definitions of a select few keywords
449 with a reference to the Common Keywords in defcustom.
450 (defcustom, defface, defgroup): Replace reference to Customization
451 chapter in manual with hyperlink.
452
453 * cus-edit.el (customize-package-emacs-version-alist):
454 New variable.
455 (customize-changed-options): Add check for custom-package-version.
456 (customize-package-emacs-version): New function to look up Emacs
457 version corresponding to the given package version.
458
459 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
460 defun name, in similar fashion to find-variable-regexp.
461
462 2006-04-10 Eli Zaretskii <eliz@gnu.org>
463
464 * international/mule-cmds.el (set-locale-environment): Fix last
465 change for when the locale's preferences don't specify any encoding.
466
467 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
470 so the defined var/fun doesn't need to be quoted.
471
472 2006-04-10 Richard Stallman <rms@gnu.org>
473
474 * finder.el (finder-mode-map): Add n and p bindings.
475
476 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
477
478 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
479 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
480 (gdb-setup-windows): Put something in source window if we can't find
481 the source file.
482 (gdb-frame-handler): Make it work again with just assembly.
483 (gdb-data-list-register-values-handler): Make it work when there is
484 no stack.
485
486 2006-04-09 Richard Stallman <rms@gnu.org>
487
488 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
489 specs while looking for charset.
490
491 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
492
493 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
494 Make them faces.
495 (lm-font-lock-keywords): Update appropriately.
496
497 2006-04-10 Kim F. Storm <storm@cua.dk>
498
499 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
500 it can also replace buffer-substring-no-properties.
501
502 * emulation/cua-base.el (cua-delete-region, cua-paste)
503 (cua-repeat-replace-region): Use filter-buffer-substring.
504
505 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
506 (cua-cut-region-to-global-mark): Likewise.
507
508 * emulation/cua-rect.el (cua--extract-rectangle)
509 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
510
511 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
512
513 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
514 entry-type. Add field delimiters to numerical fields if they are
515 not present.
516
517 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
518
519 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
520 string-const to return value.
521 (bibtex-remove-delimiters): Use it.
522
523 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
526 cl-byte-compile-compiler-macro unless it exists.
527
528 2006-04-08 Eli Zaretskii <eliz@gnu.org>
529
530 * files.el (hack-local-variables-confirm) <offer-save>:
531 Clarify message text. Suggested by Ralf Angeli.
532
533 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
534
535 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
536 (delete-extract-rectangle-line): Use `filter-buffer-substring'
537 instead of `buffer-substring' and `delete-region'. (Most of the
538 code actually copied from `kill-region'.)
539
540 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
541
542 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
543 (rcirc-default-port): Rename from rcirc-port.
544 (rcirc-default-nick): Rename from rcirc-nick.
545 (rcirc-default-user-name): Rename from rcirc-user-name.
546 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
547 (rcirc-low-priority-flag): New variable.
548 (rcirc-decode-coding-system): New defcustom.
549 (rcirc-encode-coding-system): New defcustom.
550 (rcirc-coding-system-alist): New defcustom.
551 (rcirc-multiline-major-mode): New defcustom.
552 (rcirc-nick): New internal variable.
553 (rcirc-process): Remove variable.
554 (rcirc-server-buffer): New variable.
555 (rcirc): Update to use rcirc-default-* variables above.
556 (rcirc-connect): Do not add window-configuration-hook-here.
557 (rcirc-server): New internal variable.
558 (rcirc-connect): Do not send keepalive pings if
559 rcirc-keepalive-seconds is nil.
560 (with-rcirc-server-buffer): New macro.
561 (rcirc-send-string): Encode with rcirc-encode-coding-system.
562 (rcirc-server-name): Rename from rcirc-server.
563 (rcirc-buffer-process): New function.
564 (rcirc-buffer-nick): New function.
565 (rcirc-buffer-target): Remove function.
566 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
567 New commands.
568 (rcirc-mode-map): Change binding of C-c C-l to
569 rcirc-toggle-low-priority.
570 (rcirc-mode): Initialize coding system based on
571 rcirc-coding-system-alist. New change-major-mode-hook to part the
572 channel on a mode change. Make kill-buffer-hook buffer-local.
573 (rcirc-change-major-mode-hook): New function.
574 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
575 (rcirc-last-post-time): New variable.
576 (rcirc-process-message): Store the last time user posted a message
577 to this target.
578 (rcirc-multiline-minor-mode): New mode.
579 (rcirc-multiline-minor-mode-map): New mode map.
580 (rcirc-edit-multiline): Put multiline-edit buffer in
581 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
582 (rcirc-print): Ignore any line starting with an ignored nick.
583 (rcirc-print): Decode using rcirc-decode-coding-system.
584 (rcirc-track-minor-mode): Update global-mode-string when disabling
585 this mode.
586 (minor-mode-alist): Add LowPri indicator.
587 (rcirc-toggle-low-priority): New function.
588 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
589 next lowpriority buffer with activity.
590 (rcirc-record-activity): Sort buffers in rcirc-activity by the
591 last time the user posted a message in to the target.
592 (rcirc-update-activity-string): New formatting for low priority
593 buffers.
594 (rcirc-split-activity): New function.
595 (rcirc-handler-PART, rcirc-handler-KICK)
596 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
597 (rcirc-nick-away-alist): New variable.
598 (rcirc-handler-301): New handler. Away messages are printed once
599 per change.
600
601 2006-04-08 Eli Zaretskii <eliz@gnu.org>
602
603 * info.el (Info-follow-nearest-node): Doc fix.
604
605 * international/mule-cmds.el (set-locale-environment): Make sure
606 the coding-system preferred by the locale's language has the same
607 EOL conversion type as the original buffer-file-coding-system.
608 (locale-language-names): Add a few MS Windows language codes.
609
610 2006-04-07 Richard Stallman <rms@gnu.org>
611
612 * simple.el (eval-expression): Doc fix.
613
614 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
615 (eval-defun): Doc fixes.
616
617 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
618
619 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
620
621 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
622
623 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
624 GDB list command without argument for greater generality.
625
626 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
627
628 * subr.el (string-or-null-p): New function.
629
630 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
631
632 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
633
634 * files.el: Update comment about safe-local-variable declarations.
635
636 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
637
638 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
639 See idlwave.org.
640
641 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
642 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
643
644 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
645 See idlwave.org.
646
647 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
648 version 6.0 (minimal changes). See idlwave.org.
649
650 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
651 6.0 (minimal changes). See idlwave.org.
652
653 * progmodes/idlw-rinfo.el: File obsoleted and removed.
654
655 2006-04-06 Romain Francoise <romain@orebokech.com>
656
657 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
658 symmetric encryption features and a new asynchronous interface to
659 GnuPG. This new version is version 1.4, plus whitespace changes.
660
661 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
662
663 * files.el: Move some `safe-local-variable' declarations to the
664 respective files.
665
666 * textmodes/ispell.el (ispell-check-comments)
667 (ispell-local-dictionary): Mark as safe.
668
669 * abbrev.el (abbrev-mode): Mark as safe.
670
671 * add-log.el (change-log-default-name): Mark as safe.
672
673 * textmodes/reftex-vars.el (reftex-vref-is-default)
674 (reftex-fref-is-default, reftex-level-indent)
675 (reftex-guess-label-type): Mark as safe.
676
677 * textmodes/fill.el (colon-double-space): Mark as safe.
678
679 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
680 (sentence-end-double-space, sentence-end-without-period)
681 (sentence-end-without-space, sentence-end, sentence-end-base)
682 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
683
684 2006-04-06 Kim F. Storm <storm@cua.dk>
685
686 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
687 the :set-after list.
688 (ido-downcase-unc-hosts): New user option. Default on.
689 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
690 when it is set, as regexps are now applied on the fly.
691 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
692 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
693 on the fly, but only when ido-process-ignore-lists is set.
694 Do case insensitive filtering if ido-downcase-unc-hosts is set.
695 Only downcase names if ido-downcase-unc-hosts is set.
696
697 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
698
699 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
700
701 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
702
703 2006-04-05 Kim F. Storm <storm@cua.dk>
704
705 * ido.el (ido-mode): Set after ido-unc-hosts and
706 ido-ignore-unc-host-regexps.
707 (ido-save-history): Save ido-unc-hosts-cache.
708 (ido-load-history): Load ido-unc-hosts-cache.
709 (ido-reread-directory): Refresh unc hosts cache in // dir.
710
711 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
712 to nil while displaying slash screen.
713
714 2006-04-05 Daiki Ueno <ueno@unixuser.org>
715
716 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
717 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
718
719 2006-04-05 Kenichi Handa <handa@m17n.org>
720
721 * international/characters.el: Setup cases of Latin, Greek, and
722 Cyrillic characters in CJK charsets.
723
724 2006-03-29 Daiki Ueno <ueno@unixuser.org>
725
726 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
727 default-enable-multibyte-characters. This reverts the change from
728 revision 6.17 which is no longer necessary because the passphrase
729 is sent separately now. GnuPG messages are unreadable under
730 multibyte locales with default-enable-multibyte-characters set to nil.
731
732 2006-04-04 Andreas Schwab <schwab@suse.de>
733
734 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
735 and `byte-compile-warnings' as `safe-local-variable'.
736
737 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
738
739 * man.el (Man-mode-map): Restore the \r binding.
740 (Man-abstract-xref-man-page): If Man-target-string is a function,
741 call it.
742 (Man-highlight-references): Use Man-default-man-entry to get the
743 target. Deal with xrefs too.
744 (Man-highlight-references0): Don't call the target function.
745
746 * woman.el (WoMan-xref-man-page): Strip the section number, woman
747 cannot deal with it.
748
749 2006-04-04 Daiki Ueno <ueno@unixuser.org>
750
751 * pgg-gpg.el: Clean up process buffers every time gpg processes
752 complete.
753
754 2006-04-04 Kenichi Handa <handa@m17n.org>
755
756 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
757 here.
758 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
759 Temporarily bind inhibit-field-text-motion to t.
760
761 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * startup.el (normal-splash-screen): Only set mode-line-format in the
764 splash buffer, so as not to interfere when debugging the code.
765 Ignore errors when switching buffer.
766
767 2006-04-03 Romain Francoise <romain@orebokech.com>
768
769 * dired.el (dired-dnd-protocol-alist): Fix typo.
770
771 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
772
773 * savehist.el (savehist): Add :version.
774 (savehist-ignored-variables): New variable.
775 (savehist-minibuffer-hook): Don't save variables listed in
776 `savehist-ignored-variables'.
777
778 * dired.el (dired-dnd-protocol-alist): Mention that change does
779 only apply to new buffers in doc string.
780
781 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
782
783 * recentf.el (recentf-open-files-item): Include newline in button
784 field, so opening a file will work, when the point is at the end
785 of the file name. Allow, for example, to [i]search a file by
786 extension and just push RET to open it.
787
788 2006-04-03 Daiki Ueno <ueno@unixuser.org>
789
790 * pgg-gpg.el (pgg-gpg-process-filter)
791 (pgg-gpg-wait-for-completion): Check if buffer is alive.
792
793 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
794 lines, temporary fix.
795
796 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
799
800 2006-04-02 Richard Stallman <rms@gnu.org>
801
802 * progmodes/compile.el (compilation-message-face): Make it defcustom.
803
804 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
805
806 * ibuf-macs.el (define-ibuffer-column): Add a new key:
807 header-mouse-map.
808
809 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
810 (ibuffer-mode-header-map): New keymaps.
811 (ibuffer-update-title-and-summary): Enable mouse face highlighting
812 and keybindings for column headers.
813 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
814 property.
815
816 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
817
818 * speedbar.el (speedbar-after-create-hook): Doc fix.
819
820 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
821
822 * shell.el (shell-directory-tracker)
823 (shell-dynamic-complete-command): Doc fixes.
824
825 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
826
827 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
828 terminals.
829
830 2006-04-01 Kim F. Storm <storm@cua.dk>
831
832 * ido.el (ido-unc-hosts-cache): New defvar.
833 (ido-unc-hosts): If value of defcustom is a function, call it to
834 get list of UNC hosts. Add function-item choices to specify
835 ido-unc-hosts-net-view or user function.
836 (ido-ignore-unc-host-regexps): New defcustom.
837 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
838 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
839 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
840
841 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
844 wwidth.
845
846 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
847
848 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
849 (ido-max-work-file-list, ido-switch-buffer)
850 (ido-read-file-name-as-directory-commands):
851 Fix typos in docstrings.
852
853 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
854
855 * term/mac-win.el (mac-system-coding-system): Define and use after
856 Mac-specific coding systems are ready.
857
858 2006-03-27 Romain Francoise <romain@orebokech.com>
859
860 * net/rcirc.el (rcirc-connect): Add autoload cookie.
861
862 * ldefs-boot.el: Update.
863
864 2006-03-27 Daiki Ueno <ueno@unixuser.org>
865
866 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
867 passphrases when it is not needed.
868 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
869 passphrase stuff from gpg, should only be necessary when you use
870 gpg with a smartcard.
871
872 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
873
874 * comint.el (comint-dynamic-list-completions): Allow user to
875 select *Completions* buffer.
876
877 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
878
879 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
880
881 2006-03-26 Andreas Schwab <schwab@suse.de>
882
883 * progmodes/gud.el (gdb): Only complain about multiple debugging
884 when the gdb process is still running.
885
886 2006-03-25 Eli Zaretskii <eliz@gnu.org>
887
888 * mail/rmail.el (tool-bar-map): Defvar it.
889 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
890 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
891
892 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
893
894 * help.el (print-help-return-message): Suggest to use
895 display-buffer instead of switch-to-buffer-other-window to restore
896 the previous window without selecting it.
897
898 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
899
900 * frame.el (select-frame-by-name): Call x-focus-frame also when
901 window-system is mac.
902
903 * term/mac-win.el: Adjust Courier font specifications in
904 x-fixed-font-alist.
905 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
906 when directly encoding to UTF-16 in native byte order, no BOM.
907
908 2006-03-25 Kim F. Storm <storm@cua.dk>
909
910 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
911 (cua--init-keymaps): Use it instead of fixed C-return.
912 (cua-mode): Set after it.
913
914 * emulation/cua-rect.el (cua--init-rectangles):
915 Use cua-rectangle-mark-key instead of fixed C-return.
916
917 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
918
919 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
920 "run" in .gdbinit.
921 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
922
923 2006-03-24 Romain Francoise <romain@orebokech.com>
924
925 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
926 `display-buffer-other-frame'.
927
928 2006-03-24 Kim F. Storm <storm@cua.dk>
929
930 * apropos.el (apropos-synonyms): Add selection => region.
931
932 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
933
934 * progmodes/gdb-ui.el (gdb-var-create-regexp)
935 (gdb-var-list-children-regexp, gdb-var-update-regexp)
936 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
937 (gdb-data-list-register-values-regexp)
938 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
939 Future proof against new fields being added to MI output.
940 (gdb-send): Don't treat backslashes for program input as
941 continuations.
942 (gdb-assembler-handler): Don't use window-start for this handler.
943 (gdb-frame-handler): Don't change to hollow arrow if overlay
944 arrow doesn't move to new frame.
945
946 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
947
948 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
949 prevent compiler warnings.
950 (gdb-stopped): Check for gud-last-last-frame (case: signal).
951 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
952 (gdb-assembler-custom): Use hollow-right-triangle for assembler
953 buffer too.
954
955 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
956
957 * pgg-gpg.el (pgg-gpg-update-agent): Check for
958 make-network-process, so we can use the same code in Gnus v5-10
959 too and have this file fully synchronized with that release.
960
961 2006-03-23 Romain Francoise <romain@orebokech.com>
962
963 * ibuf-ext.el (ibuffer-read-filter-group-name):
964 Use `ibuffer-generate-filter-groups' to make completion list match
965 the filter groups that are really displayed in the Ibuffer buffer.
966 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
967
968 2006-03-23 Kenichi Handa <handa@m17n.org>
969
970 * international/mule-cmds.el (sort-coding-systems): Describe that
971 the argument is modified in docstring.
972
973 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
974
975 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
976 (pgg-gpg-update-agent): New function.
977 (pgg-gpg-use-agent-p): New function.
978 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
979 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
980 (pgg-gpg-sign-region): Use it.
981
982 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
983
984 * cus-edit.el (custom-face-set): Call custom-push-theme before
985 face-spec set so that `changed' theme is correctly saved.
986 (custom-face-reset-standard): Reset to recalculated face rather
987 than defface spec.
988
989 * custom.el (custom-push-theme): Only save `changed' theme if the
990 current face does not match the defface specs.
991
992 2006-03-21 Simon Josefsson <jas@extundo.com>
993
994 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
995 <wilde@sha-bang.de>.
996 (pgg-gpg-use-agent): New variable.
997 (pgg-gpg-process-region): Use it.
998 (pgg-gpg-encrypt-region): Likewise.
999 (pgg-gpg-encrypt-symmetric-region): Likewise.
1000 (pgg-gpg-decrypt-region): Likewise.
1001 (pgg-gpg-sign-region): Likewise.
1002 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1003
1004 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1005
1006 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1007 bracket links.
1008
1009 2006-03-21 Kim F. Storm <storm@cua.dk>
1010
1011 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1012 fringe-indicator-alist instead of modifying global value.
1013 (gdb-frame-handler): Likewise.
1014
1015 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1016
1017 * diff-mode.el (diff-function): Make it inherit from diff-header
1018 instead of diff-context.
1019
1020 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1021 bitmap.
1022 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1023 change names in macro above for consistency.
1024 (gdb-frame-handler): Use hollow-right-triangle for all selected
1025 frames which except the innermost (where execution has stopped).
1026 (gdb-reset): Reset buffer-local values of overlay-arrow.
1027
1028 2006-03-20 Richard Stallman <rms@gnu.org>
1029
1030 * simple.el (set-mark-command): Doc fix.
1031
1032 * files.el (display-buffer-other-frame): New command.
1033 (ctl-x-4-map): Bind C-x 5 C-o to it.
1034
1035 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1038 rather than just defer-time, in case defer-time has been changed but
1039 the timer isn't running yet.
1040 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1041
1042 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1043
1044 * help-mode.el (help-follow-symbol): New function.
1045 Essentially identical to the old `help-follow', but do not let
1046 `push-button' do the work when on an xref.
1047 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1048
1049 2006-03-19 Richard Stallman <rms@gnu.org>
1050
1051 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1052 preceded by the word `program'.
1053 (help-follow-mouse, help-follow): Throw error if not on xref.
1054 Delete no longer used args.
1055
1056 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1057
1058 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1059 annotation ensure gud-overlay-arrow-position is redisplayed.
1060
1061 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1062
1063 * textmodes/bibtex.el (bibtex-include-OPTkey)
1064 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1065 (bibtex-autokey-name-case-convert)
1066 (bibtex-autokey-titleword-case-convert): Make these the aliases
1067 for the following two variables.
1068 (bibtex-autokey-name-case-convert-function)
1069 (bibtex-autokey-titleword-case-convert-function): Make these the
1070 real names.
1071 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1072 bibtex-font-lock-crossref sublists.
1073 (bibtex-mode): Revert 2005-12-30 change (which made
1074 completion-ignore-case buffer-local).
1075 (bibtex-url): Simplify.
1076
1077 2006-03-19 Kim F. Storm <storm@cua.dk>
1078
1079 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1080 cursor property value to 2 (to align with C level change).
1081
1082 2006-03-19 Bill Wohler <wohler@newt.com>
1083
1084 * image.el (image-load-path-for-library): Shorten first line in
1085 docstring.
1086
1087 2006-03-18 Richard Stallman <rms@gnu.org>
1088
1089 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1090
1091 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1092
1093 * isearch.el (isearch-other-meta-char): Handle user bindings for
1094 shifted control characters.
1095
1096 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1097
1098 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1099 part that matches email addresses, file names, etc.
1100
1101 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1102
1103 * term/w32-win.el (mouse-set-font):
1104 Mention w32-list-proportional-fonts in the doc string.
1105
1106 2006-03-18 Kim F. Storm <storm@cua.dk>
1107
1108 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1109 (ido-unc-hosts): New user option to explicitly define list of know
1110 UNC-style hosts for completion.
1111 (ido-cache-unc-host-shares-time): New user option.
1112 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1113 New helper functions for UNC file-name support.
1114 (ido-may-cache-directory): Check for UNC host. Simplify.
1115 (ido-wash-history): Clean out old UNC hosts.
1116 (ido-nonreadable-directory-p): UNC hosts are always readable.
1117 (ido-directory-too-big-p): UNC hosts are never too big.
1118 (ido-set-current-directory): Handle UNC root path.
1119 (ido-file-name-all-completions): Complete UNC host names from
1120 ido-unc-hosts list. Cache UNC host shares.
1121 (ido-make-file-list-1): Don't filter UNC root.
1122 (ido-exhibit): Check for // in root directory, and switch to UNC
1123 mode by setting ido-current-directory to //.
1124
1125 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1126
1127 * cus-edit.el (customize-changed-options): Mention explicit
1128 version number as default in prompt.
1129
1130 2006-03-17 Bill Wohler <wohler@newt.com>
1131
1132 * image.el (image-load-path-for-library): Minor docstring fix.
1133
1134 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1135
1136 * textmodes/org.el (org-read-date): Include subgroup 5 into
1137 replacement text.
1138 (org-popup-calendar-for-date-prompt): Fix customization type.
1139
1140 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1141
1142 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1143 (gdb-continuation): New variable.
1144 (gdb-send): Deal with continuation lines.
1145
1146 * progmodes/gud.el (gud-gdb-complete-command)
1147 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1148 expressions.
1149 (gud-tooltip-mode): Use buffer-local value.
1150
1151 2006-03-16 Kim F. Storm <storm@cua.dk>
1152
1153 * ido.el (ido-edit-input): Use selected match, if any.
1154
1155 2006-03-16 Bill Wohler <wohler@newt.com>
1156
1157 * image.el (image-load-path-for-library): Prefer user's images in
1158 image-load-path.
1159
1160 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1161
1162 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1163 when checking for attempt to drag leftmost or rightmost scrollbar.
1164
1165 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1168 (gdb-force-mode-line-update): New function.
1169 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1170 (gdb-exited): Use them.
1171 (gdb-signal): New function.
1172 (gdb-annotation-rules): Provide a rule for it.
1173
1174 2006-03-16 Kenichi Handa <handa@m17n.org>
1175
1176 * international/mule.el (auto-coding-regexp-alist): Add entries
1177 for Unicode BOM.
1178
1179 * sort.el (sort-build-lists): Temporarily bind
1180 inhibit-field-text-motion to t.
1181
1182 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1183
1184 * locate.el (locate-command, locate-make-command-line)
1185 (locate-fcodes-file, locate-update-command)
1186 (locate-prompt-for-command, locate, locate-with-filter)
1187 (locate-get-file-positions): Doc fixes.
1188 (locate-buffer-name, locate-header-face): Remove leading `*' in
1189 defcustom.
1190 (locate-filter-output): Use `keep-lines' instead of its alias
1191 `delete-non-matching-lines'.
1192 (locate-get-filename, locate-get-dirname): Add introductory comment.
1193 (locate-find-directory-other-window): Give appropriate error
1194 message if used outside main listing.
1195
1196 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1199 the new extend-region feature.
1200 (font-lock-after-change-function): Update correspondingly.
1201 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1202 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1203
1204 2006-03-15 Bill Wohler <wohler@newt.com>
1205
1206 * image.el (image-load-path-for-library): Fix example by not
1207 recommending that one binds image-load-path. Just defvar it to
1208 placate compiler and only use it if previously defined.
1209
1210 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1211
1212 * textmodes/org.el (org-insert-centered): Use `string-width' to
1213 make underlining work for wide characters.
1214 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1215 TAB to `org-cycle', to make sure that no binding in
1216 `outline-mode-map' can supercede it.
1217
1218 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1219
1220 * allout.el: Increment version to 2.2.1 in file commentary.
1221
1222 (allout-version): Increment to 2.2.1.
1223
1224 (allout-default-layout): New customization variable, used when the
1225 file lacks a specific allout-layout. Uses allout-layout-type for
1226 recursively nested definition.
1227
1228 (allout-layout-type): Widget defining allout layouts, necessary for
1229 self-recursive definition.
1230
1231 (allout-mode): Incorporate allout-default-layout as fallback for
1232 allout-layout.
1233
1234 (allout-layout): Mark as 'safe-local-variable', and refer mention
1235 fallback to `allout-default-layout' in absence of a specified value.
1236 (allout-passphrase-verifier-string)
1237 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1238
1239 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1240
1241 (allout-get-encryption-passphrase-verifier): Use correct name of
1242 passphrase verifier in docstring.
1243
1244 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1245
1246 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1247 elements.
1248 (gdb-find-watch-expression): Make it work for arrays too.
1249 Follow change to gdb-var-list.
1250 (gud-watch): Allow the user to enter variable name with a prexix
1251 arg. Create keybindings.
1252 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1253 (gdb-var-list-children-handler, gdb-var-update-handler)
1254 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1255 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1256 Follow change to gdb-var-list.
1257 (gdb-starting): Don't show the overlay arrows when program is running.
1258
1259 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1260 gdb-var-list.
1261
1262 2006-03-14 Bill Wohler <wohler@newt.com>
1263
1264 * image.el (image-load-path-for-library): Pass value of path
1265 rather than symbol. Always return list of directories.
1266 Guarantee that image directory comes first.
1267
1268 2006-03-14 Alan Mackenzie <acm@muc.de>
1269
1270 * font-core.el (font-lock-extend-region\(-function\)?.):
1271 New function/variable.
1272
1273 * font-lock.el (font-lock-after-change-function):
1274 Call font-lock-extend-region. Obey font-lock-lines-before.
1275 (font-lock-default-fontify-region): Remove reference to
1276 font-lock-lines-before.
1277
1278 * jit-lock.el (jit-lock-after-change):
1279 Call font-lock-extend-region. Obey font-lock-lines-before.
1280
1281 2006-03-14 David Ponce <david@dponce.com>
1282
1283 * tree-widget.el (tree-widget-themes-load-path)
1284 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1285
1286 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1287
1288 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1289 (rcirc-print): Mark the start of text at the end of the prompt.
1290 (rcirc-track-minor-mode): Add autoload cookie.
1291 (rcirc-update-activity-string): Add space to front of mode-line
1292 indicator.
1293
1294 2006-03-13 Miles Bader <miles@gnu.org>
1295
1296 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1297 (rcirc-abbrev-nick): Remove function.
1298 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1299
1300 2006-03-13 David Ponce <david@dponce.com>
1301
1302 * tree-widget.el: Handle themes across all occurrences of the main
1303 themes sub-directory found in tree-widget-themes-load-path.
1304 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1305 (tree-widget--locate-sub-directory): Return all occurrences.
1306 (tree-widget-themes-path): New function.
1307 Replace tree-widget-themes-directory, and return a list of directories.
1308 (tree-widget-set-parent-theme)
1309 (tree-widget-lookup-image): Use it.
1310
1311 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1312
1313 * textmodes/org.el (org-link-search): Avoid self-matching of
1314 links, allow target text to be distributed over several lines.
1315 (org-search-not-link): New function.
1316 (org-set-regexps-and-options, org-get-current-options):
1317 New startup options.
1318 (org-export-as-html): Take odd-level setting from local variable.
1319 (org-fontify-emphasized-text): New option.
1320 (org-set-font-lock-defaults): Include emphasized text.
1321 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1322 (org-font-lock): Customize group renamed from `org-faces'.
1323
1324 2006-03-13 John Paul Wallington <jpw@pobox.com>
1325
1326 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1327 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1328
1329 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1330
1331 * cus-start.el (all): Delete :version keyword for members of the
1332 fringe group, since the entire group is new in 22.1.
1333
1334 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1335
1336 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1337 map if value is hexadecimal (an address).
1338 (gud-watch): Only search roots for existing watch expressions.
1339 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1340 prevent caching problems with speedbar-update-directory-contents.
1341
1342 2006-03-12 Juri Linkov <juri@jurta.org>
1343
1344 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1345 before comparing with `low' and `warn'.
1346
1347 * info.el (Info-dir-remove-duplicates): Move point to the
1348 beginning of the current line after deleting the entries from
1349 redundant heading. Use marker for `limit' and compare it with
1350 point before calling `re-search-forward'.
1351
1352 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1353
1354 * simple.el (yank): Fix typo in docstring.
1355
1356 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1357
1358 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1359 messages, where "D" is the 6th character.
1360
1361 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1362
1363 * simple.el (yank): Fix last change.
1364
1365 2006-03-11 David Ponce <david@dponce.com>
1366
1367 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1368 merging elements from the standard ispell-dictionary-alist.
1369 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1370 alist, and return the new alist.
1371
1372 2006-03-11 Richard Stallman <rms@gnu.org>
1373
1374 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1375
1376 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1377 the way it is implemented is too unclean.
1378
1379 * simple.el (kill-region, yank): Doc fix.
1380
1381 * battery.el (battery-echo-area-format): Doc fix.
1382 (battery-mode-line-format): Likewise.
1383 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1384 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1385
1386 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1387
1388 * progmodes/octave-mod.el (octave-indent-for-comment):
1389 Behave according to do string.
1390
1391 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1392
1393 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1394 Be visible only if major mode is Mail Mode.
1395
1396 * textmodes/flyspell.el (flyspell-external-point-words)
1397 (flyspell-process-localwords): Fix last changes.
1398
1399 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1400
1401 * calendar/holidays.el (list-holidays): Doc fix.
1402
1403 * international/mule.el (auto-coding-alist): Add .odt
1404 (OpenOffice's open document) files.
1405
1406 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1407 document) files. Mention in the doc string the need to sync with
1408 auto-coding-alist.
1409
1410 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1413 enable-local-variables is set to always query, or there is no
1414 savable variable.
1415
1416 2006-03-10 Bill Wohler <wohler@newt.com>
1417
1418 * image.el (image-load-path-for-library): Merge at least three
1419 functions from Gnus and MH-E into this one function that can now
1420 be shared.
1421
1422 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1423
1424 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1425 gdb-remove-mouse-face and remove help-echo too.
1426 (gdb-enqueue-input): Correct conditional clause.
1427
1428 2006-03-10 Glenn Morris <rgm@gnu.org>
1429
1430 * calendar/calendar.el (calendar-holidays): Doc fix.
1431 * calendar/holidays.el (list-holidays): Doc fix.
1432
1433 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1436 it gets called in gdb-prompt anyway.
1437 (gdb-use-separate-io-buffer): Only restore window arrangement for
1438 gdb-many-windows.
1439 (gdb-enqueue-input): Make it harder to send GDB input when program
1440 is running.
1441 (gdb-buffer-list): New variable.
1442 (gdb-remove-mouse-face): New function.
1443 (gdb-starting): Use it when GDB input won't get sent.
1444
1445 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * help.el (view-lossage): Remove trailing whitespace before
1448 inserting "\n".
1449
1450 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * files.el (hack-local-variables-confirm):
1453 Set coding-system-for-read to nil before writing to .emacs.
1454
1455 * arc-mode.el (archive-extract): Check if an existing buffer name
1456 comes from a different archive.
1457
1458 * help.el (describe-key-briefly): If KEY is a down event, read and
1459 discard the up event.
1460
1461 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1462
1463 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1464 be edited and use font-lock-warning-face for any changes.
1465
1466 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1467 (gdb-edit-value): Use it to report any errors.
1468
1469 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * help.el (describe-key): Remove leftover test code.
1472
1473 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1474
1475 * textmodes/org.el: Move defvars out of eval-when-compile.
1476 Use buffer-file-name variable.
1477 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1478 arg `file'.
1479 (org-level-faces): Remove startup dependency.
1480 (org-cycle, org-map-tree, org-scan-tags)
1481 (org-remember-handler): Don't call `outline-level' directly.
1482 (org-mhe-search-all-folders): New option.
1483 (org-mhe-get-message-folder-from-index)
1484 (org-mhe-get-message-folder): Fix indexing search.
1485 (org-format-agenda-item): Handle nil TAGS argument.
1486 (org-cleaned-string-for-export, org-activate-target-links)
1487 (org-make-target-link-regexp): Deal with empty radio target list.
1488 (org-tag): New face.
1489 (org-get-level-face): New function.
1490 (org-set-font-lock-defaults): Simplify setup for headlines.
1491 (org-complete): Pass common substring to `display-completion-list'.
1492
1493 2006-03-06 David Ponce <david@dponce.com>
1494
1495 * tree-widget.el: Update Commentary header.
1496 (tree-widget-theme-name): Ignore parent themes.
1497 (tree-widget-set-parent-theme): New function.
1498 (tree-widget-set-theme): Use it.
1499 (tree-widget-set-image-properties): Move definition. Does nothing
1500 if image properties have already been set.
1501 (tree-widget-image-properties): Move definition. Receive an image
1502 name. Set the :pointer property.
1503 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1504 Don't set the :pointer image property.
1505 (tree-widget-convert-widget): New function. Handle :dynargs
1506 compatibility here.
1507 (tree-widget): Use it to :convert-widget. Add the :expander-p
1508 predicate to control when the :expander function is entered.
1509 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1510 (tree-widget-value-create): Handle :expander-p. widget-apply
1511 :expander.
1512 (tree-widget-expander-p): New function. Default value of the
1513 :expander-p property.
1514
1515 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * help.el (describe-key): Properly handle the return value of
1518 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1519 remaps. Handle string and vector `follow-link' values.
1520
1521 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * complete.el (PC-expand-many-files): Try be more careful when parsing
1524 the shell's output.
1525
1526 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * outline.el (hide-sublevels): Provide better interactive default.
1529
1530 2006-03-06 Kenichi Handa <handa@m17n.org>
1531
1532 * international/fontset.el (create-fontset-from-fontset-spec):
1533 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1534
1535 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1536
1537 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1538 backslashes instead of one in regexp.
1539 (gud-tooltip-dereference): Add missing optional argument.
1540
1541 2006-03-04 John Paul Wallington <jpw@pobox.com>
1542
1543 * wdired.el (toplevel): Require `cl' at compile-time.
1544
1545 2006-03-04 Andreas Schwab <schwab@suse.de>
1546
1547 * server.el (server-process-filter): Handle errors during
1548 evaluation of the argument.
1549
1550 2006-03-03 John Paul Wallington <jpw@pobox.com>
1551
1552 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1553 escape parentheses at beginning of line.
1554 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1555 (t-mouse-mode): Remove period from end of error message.
1556
1557 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1558
1559 * textmodes/flyspell.el (flyspell-process-localwords):
1560 Be case-sensitive.
1561
1562 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1563
1564 * cus-edit.el (custom-quote): Remove function, since it has been
1565 moved to custom.el.
1566
1567 * font-lock.el (lisp-font-lock-keywords-2)
1568 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1569 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1570 they have no special meaning.
1571
1572 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1573 indirect buffer gets killed before indirect buffer. Use dolist.
1574
1575 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1576
1577 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1578 value instead of a literal constant (1) on more pauses.
1579
1580 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1581
1582 * textmodes/flyspell.el (flyspell-external-point-words):
1583 Be case-sensitive.
1584
1585 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1586
1587 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1588 with "www".
1589
1590 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1591
1592 * allout.el: Restablish intermediate missing comment header to
1593 preserve outline structure.
1594 (allout-beginning-of-current-entry): Skip invisible text.
1595 (allout-open-topic): Fix opening a topic at end-of-buffer.
1596 (allout-minor-mode): Move nearer to allout-mode function.
1597
1598 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1601
1602 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1603
1604 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1605 is nil.
1606
1607 * progmodes/gud.el (gud-speedbar-menu-items):
1608 Use buffer-local-value and add missing :visible keyword.
1609
1610 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1611
1612 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1613
1614 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1615 must be `follow-link'.
1616
1617 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1618
1619 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1620 formatting: No nested anchors.
1621 (org-all-targets): Fix bug with XEmacs compatibility.
1622 (org-read-date): Add (require 'parse-time).
1623 (org-set-tags): Fix bug with extra inserted space.
1624 (org-export-html-style): Define a style class for targets.
1625 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1626 (org-hide-leading-stars): New option.
1627 (org-hide): New face.
1628 (org-set-font-lock-defaults): Allow to hide leading stars.
1629 (org-get-legal-level, org-tr-level): New functions.
1630 (org-odd-levels-only): New option.
1631 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1632 (org-demote, org-promote): Deal with double-star levels.
1633 (org-convert-to-odd-levels): New command.
1634
1635 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1636
1637 * speedbar.el (speedbar-update-localized-contents): Try to
1638 preserve window-start.
1639 (speedbar-update-directory-contents): Try to preserve window-start
1640 and window-point.
1641 (speedbar-update-special-contents): Don't move back to start of window.
1642
1643 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1644 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1645 speedbar-timer-fn.
1646 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1647 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1648 instead of gdb-speedbar-timer-fn.
1649
1650 2006-02-28 Jay Belanger <belanger@truman.edu>
1651
1652 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1653 (math-compose-expr): Use latex option when calling
1654 `math-compose-tex-matrix' for latex mode.
1655
1656 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1657
1658 * speedbar.el: Re-instate comments about developing for speedbar
1659 [this is what info and gdb-ui use even if better methods exist now].
1660
1661 * t-mouse.el: New file.
1662 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1663 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1664 (t-mouse-make-event-element): Use posn-at-x-y instead.
1665 (t-mouse-make-event): Deal with Fedora Core 3.
1666 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1667 (t-mouse-mouse-position-function): New function. Use it instead
1668 of advising mouse-position.
1669 (t-mouse-mode): New minor mode.
1670 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1671
1672 2006-02-27 Glenn Morris <rgm@gnu.org>
1673
1674 * calendar/calendar.el (calendar-holidays): Doc fix.
1675
1676 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1677
1678 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1679 Re-introduce the concept of a source window.
1680 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1681 consistency with get-buffer-create.
1682 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1683 (gdb-data-list-register-values-handler)
1684 (gdb-stack-list-locals-handler): Try to preserve window-start as
1685 well as window-point.
1686 (gdb-display-source-buffer): New function (old concept).
1687 (gdb-goto-breakpoint): Use it.
1688
1689 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1690 for gdb-ui/gdb-mi (old concept).
1691
1692 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1693
1694 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1695 binding.
1696
1697 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1698
1699 * textmodes/reftex-sel.el (reftex-select-label-map)
1700 (reftex-select-bib-map): Add `follow-mouse' binding.
1701
1702 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1703
1704 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1705 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1706 Give :set functions to provide automatic updating.
1707 Update docstring. Give compiler defvars early in the file
1708 and move the defcustoms to a later spot where all called functions
1709 are defined.
1710 (jka-compr-file-name-handler-entry): Doc fix.
1711 (jka-compr-compression-info-list--internal)
1712 (jka-compr-mode-alist-additions--internal)
1713 (jka-compr-load-suffixes--internal): New variables.
1714 (jka-compr-install): Set the three above variables.
1715 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1716 (jka-compr-update, jka-compr-set): New functions.
1717 (auto-compression-mode): Doc fix.
1718
1719 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1720 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1721 Use jka-compr-compression-info-list--internal,
1722 jka-compr-mode-alist-additions--internal and
1723 jka-compr-load-suffixes--internal.
1724
1725 * files.el (load-library):
1726 * loadhist.el (file-loadhist-lookup):
1727 * startup.el (command-line):
1728 * subr.el (locate-library):
1729 * emacs-lisp/autoload.el (update-directory-autoloads):
1730 * emacs-lisp/find-func.el (find-library-suffixes):
1731 Use `get-load-suffixes' instead of `load-suffixes'.
1732
1733 * subr.el (locate-library):
1734 * emacs-lisp/find-func.el (find-library-name):
1735 Use `load-file-rep-suffixes' instead of '("").
1736
1737 2006-02-26 Kim F. Storm <storm@cua.dk>
1738
1739 * ido.el (ido-save-history, ido-load-history): Simplify.
1740 Don't use find-file-noselect to avoid interference from other modes.
1741
1742 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1743
1744 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1745 to use the default shell if filename is not available.
1746 Reported by Giorgos Keramidas.
1747
1748 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1749
1750 * progmodes/etags.el (tags-completion-table): Do completion from
1751 all the tables in the current list, as documented in the manual.
1752
1753 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1754
1755 * CC Mode Update to 5.31.3.
1756
1757 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1758
1759 * progmodes/cc-mode.el (c-postprocess-file-styles):
1760 Bind inhibit-read-only to t, around the call to
1761 c-remove-any-local-eval-or-mode-variables, so that it works on a
1762 RO file.
1763
1764 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1765
1766 * progmodes/cc-awk.el: Correct a typo.
1767
1768 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1769
1770 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1771 c-hungry-delete-backwards, at the request of RMS. Leave the old
1772 name as an alias.
1773
1774 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1775
1776 * progmodes/cc-mode.el: Correct a typo.
1777
1778 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1779
1780 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1781
1782 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1783
1784 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1785 brace-else-brace (error due to mbeg, mend being undefined).
1786
1787 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1788
1789 * progmodes/cc-mode.el: File Local variables: Solve the problem
1790 where both `mode' and c-file-offsets are specified: `mode' will
1791 overwrite c-f-o's settings:
1792 (c-remove-any-local-eval-or-mode-variables): New function.
1793 (c-postprocess-file-styles): Call the above new function, within
1794 c-tentative-buffer-change, to splat `mode' and `eval' before the
1795 second hack-local-variables.
1796
1797 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1798
1799 * progmodes/cc-mode.el:
1800 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1801 (c-after-change): Protect the match data with save-match-data.
1802 It was getting corrupted by c-after-change-check-<>-operators.
1803
1804 * cc-defs.el: [Supersedes patch V1.38]:
1805 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1806 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1807
1808 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1809 with save-match-data. It was being corrupted when Font Lock was
1810 not enabled.
1811
1812 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1813
1814 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1815 Mode and Subword Mode.
1816
1817 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1818 real labels ("case 1:" or "foo:") from non-labels ("public:").
1819 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1820 coding; c-f-t-2 doesn't move over a token at EOB.
1821
1822 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1823
1824 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1825 (c-update-modeline): Concatenate the minor mode indicators
1826 directly onto mode-name, removing c-submode-indicators.
1827 Sometimes, c-s-i got separated from the mode name on the mode line.
1828
1829 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1830 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1831
1832 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1833
1834 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1835 error message when there's an evaluation error to show whether
1836 it's loaded from source or not.
1837 (c-filter-ops): Make it available at runtime too to work when
1838 `c-make-init-lang-vars-fun' needs to evaluate from source.
1839
1840 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1841
1842 * help.el (help): Revert last part of 2006-02-23 change (deletion
1843 of the `provide' call).
1844
1845 2006-02-23 Juri Linkov <juri@jurta.org>
1846
1847 * compare-w.el (compare-windows-highlight): Add new value
1848 `persistent' and change :type from `boolean' to `choice'.
1849 (compare-windows-overlays1, compare-windows-overlays2):
1850 New internal variables.
1851 (compare-windows-highlight): If compare-windows-highlight is
1852 `persistent', add current overlays to compare-windows-overlays[12]
1853 instead of adding compare-windows-dehighlight to pre-command-hook.
1854 (compare-windows-dehighlight): Delete all overlays from
1855 compare-windows-overlays[12].
1856
1857 * info.el (Info-search): Don't bind search-spaces-regexp to
1858 Info-search-whitespace-regexp in non-regexp isearch mode.
1859
1860 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1863
1864 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * textmodes/org.el (org-xemacs-p)
1867 (org-export-html-show-new-buffer, org-table-may-need-update)
1868 (org-insert-item, org-mhe-get-message-real-folder)
1869 (org-mhe-get-message-folder-from-index)
1870 (org-mhe-get-message-folder, org-mhe-get-message-num)
1871 (org-mhe-get-header, org-make-org-heading-search-string)
1872 (org-make-org-heading-camel, org-table-sort-lines)
1873 (org-format-org-table-html, org-format-table-table-html):
1874 Fix typos in docstrings.
1875
1876 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1877
1878 * textmodes/org.el (org-cleaned-string-for-export)
1879 (org-solidify-link-text): New function.
1880 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1881 XEmacs, just to silence the compiler.
1882 (org-export-as-ascii, org-export-as-html-and-open):
1883 Use `org-cleaned-string-for-export' and create internal links.
1884 (org-follow-mhe-link): Require mh-e, use folder.
1885
1886 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1887
1888 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1889
1890 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1891 gdb-debug-log-length.
1892 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1893 it a real ring but...
1894 (gud-gdba-marker-filter): ...make it work like mark-ring.
1895 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1896 (gdb-mouse-jump): New function. Add bindings.
1897
1898 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1899
1900 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1901 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1902 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1903 (gdb-debug-log-length): Customize it's length.
1904 (gud-watch, gdb-var-create-handler): Display function::var format
1905 but don't use to create variable object.
1906 (gdb-var-create-handler): Use message-box in place of message.
1907 (gdb-stopped): Call gdb-exited if signalled.
1908
1909 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1910
1911 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1912
1913 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1914
1915 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1916 if `reftex-try-all-extensions' is set.
1917
1918 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1919 fail silently when there is no valid argument at point.
1920 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1921 `fail-silently' argument. From a patch by David Reiter.
1922
1923 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1924 New commands.
1925 (org-mark-ring): New variable.
1926 (org-mark-ring-length): New option.
1927 (org-open-at-point, org-goto, org-open-file): Push old position
1928 onto the mark ring.
1929 (org-add-hook): New function.
1930 (org-export-table-remove-special-lines): New option.
1931 (org-skip-comments, org-format-org-table-html): Respect new
1932 option `org-export-table-remove-special-lines'.
1933 (org-open-file): Allow special command configuration for
1934 directory link.
1935 (org-file-apps): Fix bugs in customize type, added setting
1936 for directories.
1937 (org-activate-tags, org-format-agenda-item, org-complete)
1938 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1939 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1940 (org-link-search, org-make-org-heading-search-string)
1941 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1942 (org-radio-targets, org-file-link-context-use-camel-case)
1943 (org-activate-camels): New options.
1944 (org-update-radio-target-regexp, org-all-targets)
1945 (org-make-target-link-regexp, org-activate-target-links):
1946 New functions.
1947 (org-make-org-heading-search-string): New function.
1948 (org-store-link, org-insert-link): Use new option
1949 `org-file-link-context-use-camel-case'.
1950 (org-activate-camels): Use new option `org-activate-camels'.
1951 (org-link-regexp): Add mhe prefix.
1952 (org-open-at-point, org-store-link): Support for mhe links.
1953 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1954 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1955 (org-mhe-get-header, org-follow-mhe-link): New functions.
1956 (org-remove-angle-brackets, org-add-angle-brackets):
1957 New functions.
1958 (org-bracket-link-regexp): New constant.
1959 (org-read-date): Fix bug that was rejecting all typed dates.
1960 (org-link-search): Make hierarchy above visible after a match.
1961 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1962 (org-store-link): Fix bug with link creation when cursor is in
1963 an empty line.
1964 (org-open-at-point): Fix bug with matching a link.
1965 Fixed buggy argument sequence in call to `org-view-tags'.
1966 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1967 (org-prefix-has-tag): New variable.
1968 (org-format-agenda-item): Remove tags from headline
1969 if appropriate.
1970 (org-agenda-remove-tags-when-in-prefix): New option.
1971
1972 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1973
1974 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1975 Fix the regular expressions.
1976
1977 2006-02-21 Richard M. Stallman <rms@gnu.org>
1978
1979 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1980 if there's no other specific basis.
1981
1982 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1983 as variables at all.
1984 (unsafep-variable): Rename arg; doc fix.
1985
1986 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1987
1988 * calendar/appt.el (diary-selective-display): Add defvar.
1989
1990 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1991
1992 * isearch.el (search-whitespace-regexp): Fix custom type.
1993
1994 * help.el (describe-key-briefly): Compute interactive args
1995 in same was as before previous change.
1996
1997 * files.el (enable-local-variables): Doc fix.
1998
1999 2006-02-21 Kim F. Storm <storm@cua.dk>
2000
2001 * fringe.el: Cleanup as file is now pre-loaded.
2002 (fringe-bitmaps): Initialize unconditionally.
2003 (fringe-mode, set-fringe-style): Remove autoload cookies.
2004
2005 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2006
2007 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2008 `horizontal-bar'.
2009 (fringe-cursor-alist): Use `horizontal-bar'.
2010
2011 2006-02-20 Kim F. Storm <storm@cua.dk>
2012
2013 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2014 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2015
2016 * loadup.el: Load "fringe" on window systems.
2017
2018 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2019
2020 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2021 out of scope components.
2022
2023 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2024 default.
2025
2026 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2027
2028 * custom.el (customize-mark-to-save, customize-mark-as-set):
2029 Load the symbol first.
2030
2031 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2034 strech spec so it doesn't display as "^J" on the header line
2035 when `Buffer-menu-use-header-line' is t.
2036
2037 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2038
2039 * speedbar.el (speedbar-make-button): Keep text properties
2040 of string arguments if desired.
2041
2042 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2043 expessions.
2044
2045 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2046 of speedbar.
2047
2048 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2049
2050 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2051 to value of `read-file-name-completion-ignore-case'.
2052
2053 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * custom.el (customize-mark-as-set): Push to `user' theme.
2056
2057 * cus-edit.el (custom-save-variables): Allow unthemed values.
2058 (customize-set-variable): Push setting to `user' theme.
2059
2060 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gud.el: Don't require font-lock as it's now
2063 automatically loaded.
2064 (gud-speedbar-buttons): Replace gdb-var-changed with
2065 gdb-force-update.
2066
2067 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2068 gdb-var-changed.
2069 (gdb-post-prompt): Use it.
2070 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2071 (gdb-var-update-handler, gdb-var-delete)
2072 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2073 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2074 gdb-force-update in gdb-post-prompt.
2075 (gdb-reset): Clear watch expressions from speedbar when quitting.
2076
2077 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2078
2079 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2080 (viper-change-state-to-vi, viper-change-state-to-emacs):
2081 Make aware of cursor coloring in the Emacs state.
2082 (viper-special-read-and-insert-char): Use read-char-exclusive.
2083 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2084
2085 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2086
2087 * viper-util.el (viper-save-cursor-color)
2088 (viper-get-saved-cursor-color-in-replace-mode)
2089 (viper-get-saved-cursor-color-in-insert-mode)
2090 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2091 state.
2092 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2093
2094 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2095 (ediff-ignore-case-option3, ediff-actual-diff-options)
2096 (ediff-actual-diff3-options): New variables to control case sensitivity.
2097 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2098 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2099 (ediff-toggle-ignore-case): New function.
2100 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2101
2102 * ediff-help.el (ediff-long-help-message-narrow2)
2103 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2104 (ediff-long-help-message-word-mode): Add ignore-case command.
2105 (ediff-help-for-quick-help): Add ignore-case command.
2106
2107 * ediff-merg.el: Move provide to the end.
2108
2109 * ediff-ptch.el: Move provide to the end.
2110
2111 * ediff-wind.el: Move provide to the end.
2112
2113 * ediff-mult.el: Move provide to the end.
2114 (ediff-set-meta-overlay): Enable follow-link.
2115
2116 * ediff.el: Move provide to the end.
2117 Break recursive load cycle in eval-when-compile.
2118 (ediff-patch-buffer): Better heuristics.
2119
2120 * ediff-util.el: Move provide to the end.
2121 Break recursive load cycle in eval-when-compile.
2122 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2123 defuns.
2124 (ediff-submit-report): Pass the values of ediff-diff3-program,
2125 ediff-diff3-options.
2126
2127 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2130 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2131 `' (for example, in the docstring of `windmove-default-keybindings').
2132
2133 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2134
2135 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2136 shadow face. Don't provide binding to edit variable when it is
2137 out of scope.
2138
2139 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2140 (gdb-var-update-handler): Detect out of scope variables with pre
2141 GDB 6.4 too.
2142 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2143 Reset status of variable objects to nil in update handlers.
2144 (gdb-var-update-handler-1): Detect when a variable object comes
2145 in scope. setcar on var changes gdb-var-list directly.
2146
2147 2006-02-17 Juri Linkov <juri@jurta.org>
2148
2149 * ffap.el (ffap) <defface>: Add explicit face declaration.
2150 (ffap-highlight): Use face `ffap' directly instead of checking
2151 for its existence.
2152
2153 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2154 `visible-ok' of `other-buffer' to find the right original buffer.
2155
2156 * info.el (Info-search): Skip `Local Variables' node.
2157
2158 2006-02-17 Juri Linkov <juri@jurta.org>
2159
2160 * info.el (Info-find-file): Check for symbols `apropos', `history',
2161 `toc' in the input filename, and return these symbols as is.
2162 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2163 `history', `toc' instead of strings.
2164 (Info-set-mode-line): For non-string Info-current-file use the
2165 symbol's name inside **.
2166 (Info-isearch-push-state): Add quote before Info-current-file and
2167 Info-current-node.
2168 (Info-isearch-pop-state): Use `equal' instead of `string='.
2169 (Info-extract-pointer, Info-following-node-name): Use
2170 `match-string-no-properties' instead of `match-string'.
2171 (Info-up): Check `old-file' for `stringp'.
2172 (Info-history): Use `equal' instead of `string-equal'.
2173 Check `file' for `stringp'.
2174 (Info-history): Use symbol `history' instead of string as first arg
2175 of `Info-find-node'.
2176 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2177 `toc' instead of string.
2178 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2179 instead of `buffer-substring', and `match-string-no-properties'
2180 instead of `match-string'.
2181 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2182 instead of strings.
2183 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2184 Use symbol `apropos' instead of string.
2185 (Info-copy-current-node-name): Check `Info-current-file' for
2186 `stringp' and construct a command with `Info-find-node' from it.
2187 (Info-fontify-node): Use `match-string-no-properties' instead of
2188 `match-string' and check file names for `stringp'.
2189 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2190 `history', `toc' instead of strings.
2191
2192 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * files.el: Rearrange functions and variables in the file local
2195 variables section.
2196
2197 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2198
2199 * files.el: Add truncate-lines, ispell-check-comments and
2200 ispell-local-dictionary as safe local variables.
2201
2202 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2203
2204 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2205 out of scope variables.
2206 (gud-speedbar-buttons): Use unless.
2207
2208 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2209 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2210 (gdb-show-changed-values): Also use for out of scope variables.
2211 (gdb-var-update-handler-1): Note if variable goes out of scope.
2212
2213 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2214
2215 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2216 default to global variable values for unsupplied args.
2217 (rcirc-get-buffer-create): Fix bug with setting the target.
2218 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2219 test for rcirc-always-use-server-buffer-flag here.
2220 (rcirc-response-formats): Add %N, which is a facified nick. %n
2221 uses the default face. Change the ACTION format string. If the
2222 "nick" is the server, don't print anything for that field.
2223 Comment fixes.
2224 (rcirc-target-buffer): Don't test
2225 rcirc-always-use-server-buffer-flag here.
2226 (rcirc-print): Squeeze extra spaces out of the text before message.
2227 (rcirc-put-nick-channel): Strip potential "@" char from nick
2228 before adding them to nick table.
2229 (rcirc-url-regexp): Improve to match address like "foo.com".
2230
2231 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2232
2233 * allout.el (allout-hidden-p): Move this defsubst before
2234 allout-overlay-interior-modification-handler, where it is first
2235 used.
2236
2237 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2238
2239 * allout.el: Use allout invisible-text overlays instead of
2240 selective display for concealed text. Also, lots of general
2241 cleanup, and improved compatibility code.
2242
2243 (allout-version) Incremented, corrected, revised, and refined
2244 module commentary.
2245
2246 (provide 'allout): Moved to the bottom, added a require of overlay.
2247
2248 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2249 `except-current'.
2250 (allout-write-file-hook-handler): Minimize delay.
2251 (count-trailing-whitespace-region): New function so
2252 auto-encryption of current topic can resituate cursor exactly.
2253 PGP/GPG encryption trims trailing whitespace from lines, which
2254 must be accounted for across encryption then decryption.
2255
2256 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2257 just plain "\C-c", to avoid intruding on user's keybinding space.
2258
2259 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2260 parameter, so user request to provide a new password is done.
2261
2262 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2263 Refined mechanism for auto-filling behavior while in allout mode.
2264
2265 (allout-mode): Explicitly specify the mode map in the docstring.
2266 Clarify provision for various write-file hook var names.
2267 Adjusted for invisible-text overlays instead of selective-display.
2268
2269 (allout-depth): Really return 0 if not within any topic. This
2270 rectifies `allout-beginning-of-level' and sequence numbering
2271 errors that occur when cutting and pasting numbered topics.
2272 Changed from a in-line subst to a regular function, as well.
2273
2274 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2275
2276 (allout-end-of-subtree, allout-end-of-subtree)
2277 (allout-end-of-entry, allout-end-of-current-heading)
2278 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2279 (allout-show-children, allout-show-to-offshoot)
2280 (allout-hide-current-entry, allout-show-current-entry): Rectified
2281 handling of trailing blank lines between items.
2282
2283 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2284 (allout-current-depth, allout-unprotected, allout-hidden-p)
2285 (allout-on-current-heading-p, allout-listify-exposed)
2286 (allout-chart-subtree, allout-goto-prefix)
2287 (allout-back-to-current-heading, allout-get-body-text)
2288 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2289 (allout-hide-region-body, allout-toggle-subtree-encryption)
2290 (allout-encrypt-string, allout-encrypted-key-info)
2291 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2292 (allout-file-vars-section-data): Adjusted for use with
2293 invisible-text overlays instead of selective-display.
2294
2295 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2296 Reworked for use with invisible text overlays.
2297
2298 (allout-current-topic-collapsed-p): New function.
2299
2300 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2301 to know when to close the containing topic.
2302
2303 (allout-pre-command-business, allout-post-command-business):
2304 Simplify undo-batching and dynamic isearch exposure.
2305
2306 (allout-set-overlay-category): New for invisible-text overlays.
2307 Sets properties of allout-overlay-category, used by
2308 allout-flag-region to set invisible-text overlay properties.
2309 (allout-get-invisibility-overlay): Get the first qualifying
2310 invisibility overlay, so we can find the extent of it.
2311 (allout-back-to-visible-text): Get to just before the beginnining
2312 of the current invisibility overlay, if any.
2313
2314 (allout-overlay-insert-in-front-handler)
2315 (allout-overlay-interior-modification-handler)
2316 (allout-before-change-handler, allout-isearch-end-handler): New
2317 functions to handle extraordinary actions affecting concealed
2318 text.
2319
2320 (allout-flag-region): Use overlays instead of selective-display
2321 for invisible text - by inheritence from the properties of
2322 allout-overlay-category in mainline Emacs, and applied
2323 property-by-property in XEmacs, some recent versions of which
2324 don't inherit the properties from the category. Provisions to
2325 respond to concealed-text edits simplified drastically.
2326
2327 (allout-isearch-rectification, allout-isearch-was-font-lock)
2328 (allout-isearch-expose, allout-enwrap-isearch)
2329 (allout-isearch-abort, allout-pre-was-isearching)
2330 (allout-isearch-prior-pos, allout-isearch-did-quit)
2331 (allout-isearch-dynamic-expose)
2332 (allout-hide-current-entry-completely): Functions deleted.
2333
2334 (allout-undo-aggregation): Explicit undo aggregation no longer
2335 necessary due to transition away from selective-display.
2336
2337 (set-allout-regexp, allout-up-current-level)
2338 (allout-next-visible-heading, allout-forward-current-level)
2339 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2340 (allout-kill-line, allout-yank-processing, allout-show-children)
2341 (allout-expose-topic, allout-old-expose-topic)
2342 (allout-listify-exposed, allout-insert-latex-header)
2343 (allout-toggle-subtree-encryption, allout-encrypt-string)
2344 (remove-from-invisibility-spec, allout-hide-current-subtree):
2345 Ditched unused variables.
2346
2347 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2348
2349 * textmodes/ispell.el (ispell-change-dictionary): Call
2350 ispell-buffer-local-dict instead of
2351 ispell-accept-buffer-local-defs.
2352 (ispell-local-dictionary-alist): Accept as valid any coding-system
2353 supported by Emacs.
2354 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2355 changed to iso-8859-3.
2356
2357 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2358
2359 * speedbar.el (speedbar-frame-width): Make an inline function
2360 instead of a macro. Use frame-width.
2361 (speedbar-try-completion, speedbar-update-contents)
2362 (speedbar-timer-fn): Use consp.
2363 (speedbar-update-localized-contents): Try to preserve point.
2364
2365 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2366 (menu): Re-order menu items.
2367 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2368 field.
2369 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2370 (gdb-post-prompt): Speed things by not forcing update.
2371
2372 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2375 press and perform default action if we get a mouse movement event.
2376
2377 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * calendar/icalendar.el (icalendar--get-event-property)
2380 (icalendar--get-event-property-attributes): Fix typos in
2381 docstrings.
2382
2383 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2384 docstring.
2385
2386 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2387
2388 * bs.el (bs-mode): Use `buffer-disable-undo'.
2389 (bs--get-file-name): Simplify.
2390 (bs-show-in-buffer): Mark the buffer as not modified.
2391
2392 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2395 widget-button-click.
2396
2397 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2398 (custom-mode): Update docstring.
2399
2400 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2401 binding.
2402
2403 * files.el (hack-local-variables-confirm): Allow scrolling if the
2404 file variable list is too long. Kill temp buffer after use.
2405
2406 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2407
2408 * progmodes/gud.el (gdb): Improve doc string.
2409 (gdb-script-font-lock-keywords): Expand allowed character set.
2410
2411 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2412 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2413 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2414 (gdb-separate-io-stop, gdb-separate-io-eof):
2415 Rename from gdb-inferior-* to gdb-separate-*.
2416 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2417
2418 2006-02-14 Jay Belanger <belanger@truman.edu>
2419
2420 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2421 expression is a symbol before checking that it is bound.
2422
2423 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2424 test to see if equation can be solved.
2425
2426 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * wid-edit.el (widget-button-click): Use :pressed-face property
2429 for overlay face, if it exists.
2430
2431 * cus-edit.el (custom-manual, custom-add-see-also)
2432 (custom-add-parent-links, custom-group-link): Add :pressed-face
2433 property to links.
2434
2435 * files.el (hack-local-variables): Remove ignored variables before
2436 checking if any variables need setting.
2437
2438 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2439
2440 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2441
2442 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * help.el (where-is): Fix message for remapped commands.
2445
2446 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2447 Fix typos in docstrings.
2448
2449 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * files.el (safe-local-variable-values): New option.
2452 (hack-local-variables-prop-line): Return a list of variable-value
2453 pairs if MODE-ONLY is non-nil.
2454 (hack-local-variables): Construct list of variable-value pairs,
2455 and apply or reject them in one go. Ask for confirmation if
2456 variables are not known safe.
2457 (hack-local-variables-confirm): Complete rewrite. Support
2458 `safe-local-variable-values'.
2459 (enable-local-variables): Update docstring to reflect new
2460 behavior.
2461 (ignored-local-variables): Ignore ignored-local-variables and
2462 safe-local-variable-values.
2463 (safe-local-variable-p): New function.
2464 (risky-local-variable-p): `safe-local-variable' property check
2465 moved to safe-local-variable-p.
2466 (hack-one-local-variable): Checks moved to hack-local-variables.
2467
2468 (byte-compile-dynamic, c-basic-offset, c-file-style)
2469 (c-indent-level, comment-column, fill-column, fill-prefix)
2470 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2471 (no-update-autoloads, outline-regexp, page-delimiter)
2472 (paragraph-start, paragraph-separate, sentence-end)
2473 (sentence-end-double-space tab-width, version-control):
2474 Add `safe-local-variable' property.
2475
2476 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2477
2478 * icomplete.el, play/landmark.el: Change nonexistent
2479 `outline-layout' file variable to `allout-layout'.
2480
2481 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2482
2483 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2484 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2485 to gud-comint-buffer.
2486 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2487 gdb-ui.el for gdb-mi.el.
2488 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2489 registers buffer to gdb-get-changed-registers.
2490 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2491 deletion of catchpoints (throw and catch).
2492 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2493 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2494 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2495 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2496 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2497
2498 2006-02-13 Jay Belanger <belanger@truman.edu>
2499
2500 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2501 expression is a symbol before checking that it is bound.
2502
2503 2006-02-13 Richard M. Stallman <rms@gnu.org>
2504
2505 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2506 for the minibuffer too, but not if resize-mini-windows will interfere.
2507
2508 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2509 inside `interactive' spec.
2510 (describe-key-briefly-internal, describe-key-internal):
2511 Functions merged back into their callers.
2512
2513 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2514
2515 * info.el (info-xref-visited): Inherit from info-xref too.
2516 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2517 when propertizing Info-current-file and Info-current-node.
2518
2519 2006-02-13 Juri Linkov <juri@jurta.org>
2520
2521 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2522 (tumme-thumb-name): Fix per-directory format.
2523
2524 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2525
2526 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2527
2528 2006-02-12 Miles Bader <miles@gnu.org>
2529
2530 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2531
2532 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2533
2534 * tumme.el: Remove history section. If someone needs the it, it
2535 can always be found in CVS.
2536
2537 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2538
2539 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2540 about the Thumbnail Managing Standard option.
2541
2542 2006-02-12 Richard M. Stallman <rms@gnu.org>
2543
2544 * subr.el (substitute-key-definition): Doc fix.
2545
2546 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2547
2548 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2549
2550 * info.el (Info-mode): Doc fix.
2551
2552 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2553
2554 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2555
2556 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2557 because on Solaris a POSIX compatible "id" is needed. Reported by
2558 Magnus Henoch <mange@freemail.hu>.
2559
2560 2006-02-12 Juri Linkov <juri@jurta.org>
2561
2562 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2563 (tumme) <defgroup>: Change :group to `multimedia'.
2564 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2565 Managing Standard.
2566 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2567 Fix dostring.
2568 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2569 and %y. Fix docstring.
2570 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2571 (tumme-cmd-create-standard-thumbnail-command): New user options.
2572 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2573 is `standard'. Fix docstring.
2574 (tumme-thumb-width, tumme-thumb-height): New user options.
2575 (tumme-external-viewer): Try to find various viewers.
2576 (tumme-get-thumbnail-image): Use `create-image' instead of
2577 constructing the `image' structure.
2578 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2579 `standard'.
2580 (tumme-thumb-name): Add file name generation for standard storage.
2581 Simplify code for other storages.
2582 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2583 Add modification time %m and thumbnail-nq8 %q.
2584 Use `tumme-cmd-create-standard-thumbnail-command' if
2585 tumme-thumbnail-storage is `standard'.
2586 (tumme-dired-insert-marked-thumbs): New autoload command.
2587 (tumme-dired-after-readin-hook): New function.
2588 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2589 `tumme-thumb-size'.
2590 (tumme-display-image): Replace size-x %x and size-y %y with
2591 width %w and height %h.
2592
2593 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2594 `tumme-dired-insert-marked-thumbs'.
2595
2596 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2597
2598 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2599 include path).
2600 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2601 matching tag.
2602
2603 2006-02-12 Miles Bader <miles@gnu.org>
2604
2605 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2606 New variables.
2607 (rcirc-abbrev-nick): New function.
2608 (rcirc-format-response-string): Rewrite to use the formats in
2609 `rcirc-response-formats' and expand escape sequences therein.
2610 A text-property `rcirc-text' is added over the actual response
2611 text to make easy to find inside the returned string.
2612 (rcirc-print): When filling, just look for the `rcirc-text'
2613 text-property to find the appropriate fill prefix, instead of
2614 using hardwired patterns.
2615
2616 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2617
2618 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2619 Managing Standard.
2620
2621 2006-02-11 Kim F. Storm <storm@cua.dk>
2622
2623 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2624 Don't use insert-buffer; do insert-buffer-substring directly.
2625 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2626
2627 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2628
2629 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2630 with inhibit-read-only. Suggested by Stefan Monnier.
2631 (revert-buffer): Let insert-file-contents discard
2632 buffer-undo-list. Simplify code.
2633 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2634
2635 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2636
2637 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2638
2639 * help.el (describe-key-briefly): Now a wrapper for
2640 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2641 to t. Populate yank-menu if empty.
2642 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2643 (describe-key): Now a wrapper for describe-key-internal. Bind
2644 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2645 (describe-key-internal): Renamed from describe-key.
2646
2647 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2648
2649 * progmodes/glasses.el (glasses-separator): Doc fix.
2650 (glasses-original-separator): New defcustom.
2651 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2652
2653 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2654
2655 * mwheel.el (mouse-wheel-up-event): Doc fix.
2656
2657 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2658
2659 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2660 (tumme-dir): New function. Copied from thumbs.el.
2661
2662 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * desktop.el (desktop-outvar): Fix typo.
2665 (desktop-save-buffer-p): Doc fix.
2666
2667 * subr.el (substitute-key-definition): Fix typo.
2668
2669 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2670
2671 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2672 when window-system is mac.
2673
2674 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2675
2676 2006-02-10 Kim F. Storm <storm@cua.dk>
2677
2678 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2679 indirect-function instead of using condition-case.
2680
2681 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2682
2683 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2684 less `colloquial'...
2685
2686 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2687
2688 * tumme.el: Add a couple of todo items.
2689
2690 2006-02-09 Lars Hansen <larsh@soem.dk>
2691
2692 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2693 (highlight-changes-mode): Don't change desktop-locals-to-save.
2694
2695 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * image-mode.el (image-toggle-display): Clear image cache if using
2698 filename.
2699
2700 2006-02-09 Masatake YAMATO <jet@gyve.org>
2701
2702 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2703 a `dired-man' target.
2704
2705 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2706 boundary of symbols.
2707
2708 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2709
2710 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2711
2712 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2715 `mapcar'; return nil.
2716
2717 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2720 some other event.
2721
2722 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2723
2724 * net/rcirc.el (rcirc-startup-channels-alist):
2725 Add irc.freenode.net and #emacs as defaults.
2726 (rcirc-ignore-all-activity-flag): Remove variable.
2727 (rcirc-authinfo): New variable.
2728 (rcirc-authinfo-filename): Remove variable.
2729 (rcirc-always-use-server-buffer-flag): New flag.
2730 (rcirc): M-x rcirc will automatically connect without prompting.
2731 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2732 connection in lisp.
2733 (rcirc-process-server-response-1): Remove everything but the nick
2734 portion of the sender so it doesn't need to be done everywhere
2735 else. Update related code.
2736 (global-map): Remove global keybindings.
2737 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2738 (rcirc-send-input): Split into several functions.
2739 (rcirc-process-input-line, rcirc-process-message)
2740 (rcirc-process-command): New functions.
2741 (rcirc-target-buffer): New function to determine where to route
2742 messages.
2743 (rcirc-user-nick): Save match data.
2744 (rcirc-toggle-ignore-buffer-activity)
2745 (rcirc-update-activity-string): Remove global ignore functionality,
2746 which can be done now by toggling rcirc-track-minor-mode.
2747 (rcirc-track-minor-mode-map): New keymap.
2748 (rcirc-track-minor-mode): New minor-mode.
2749 (ignore): Make the ignore output nicer. Always print it when
2750 adding or removing nicks.
2751 (rcirc-url-regexp): Improve.
2752 (rcirc-mangle-text): Remove properties before using text in the
2753 modeline.
2754 (rcirc-authenticate): Authentication data comes from
2755 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2756 (rcirc-server-prefix): Inherit from rcirc-server.
2757
2758 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2759
2760 * Makefile.in (compile): Append "|| true" to the end of the `find'
2761 command, like compile-always does.
2762
2763 2006-02-08 Sam Steingold <sds@gnu.org>
2764
2765 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2766 output from a dead connection.
2767
2768 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2769
2770 * dired.el (dired-mode-map): Add more bindings for tumme.
2771
2772 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * wdired.el (wdired-mode-map): Use remap.
2775 (wdired-get-filename): Massage.
2776 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2777 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2778 `keymap' property rather than `local-map'.
2779
2780 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2781
2782 * tumme.el (tumme-get-thumbnail-image): New utility function.
2783 Suggested by from Chong Yidong.
2784 (tumme-dired-with-window-configuration): Rename from
2785 `tumme-dired'. Add code to save window configuration.
2786 (tumme-restore-window-configuration): New command to restore the
2787 window configuration that `tumme-dired-with-window-configuration'
2788 saves before it changes the window configuration.
2789 (tumme-show-all-from-dir): New command to display thumbnails for
2790 all files in a directory entered by the user, like M-x thumbs.
2791 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2792 have been created.
2793 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2794 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2795 Remove obsolete test function.
2796
2797 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * vc.el (small-temporary-file-directory): Remove defvar; there's
2800 a defcustom for it in files.el.
2801
2802 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2803 Fix typo in message.
2804 (tumme-gallery-generate): Fix typo in `error' message.
2805 (tumme-display-window-height-correction)
2806 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2807 (tumme-line-up-interactive): Dox fixes.
2808 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2809 (tumme-restore-window-configuration, tumme-format-properties-string)
2810 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2811 Fix typos in docstrings.
2812
2813 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2814
2815 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2816
2817 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2818
2819 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2820 User should use hook if desired.
2821
2822 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2823 buffer if necessary.
2824 (gdb-delete-frame-or-window): New function.
2825 (gdb-breakpoints-mode-map): Bind "q" to it.
2826
2827 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * textmodes/nroff-mode.el: Clean up name space.
2830 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2831 (nroff-mode): Obey the global setting of nroff-electric-mode.
2832 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2833
2834 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2835
2836 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2837
2838 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2839
2840 2006-02-06 Lars Hansen <larsh@soem.dk>
2841
2842 * generic-x.el (etc-fstab-generic-mode): Add file system types
2843 cifs and usbdevfs. Allow special chars in file names.
2844
2845 2006-02-05 Jay Belanger <belanger@truman.edu>
2846
2847 Update copyright notices of the files in lisp/calc.
2848
2849 2006-02-05 Romain Francoise <romain@orebokech.com>
2850
2851 Update copyright notices of all files in the lisp/play directory.
2852
2853 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2854
2855 * ldefs-boot.el: Regenerate.
2856
2857 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2858
2859 2006-02-05 Kim F. Storm <storm@cua.dk>
2860
2861 * files.el (magic-mode-regexp-match-limit): New defvar.
2862 (set-auto-mode): Use it to limit magic-mode-alist matching.
2863
2864 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2865
2866 * simple.el (display-message-or-buffer): Compare the number of
2867 characters to the frame width when determining whether a 1-line
2868 message string will fit in the echo area. Count screen lines
2869 instead of buffer lines when determining whether a multi-line
2870 message will fit in the echo area/minibuffer window.
2871
2872 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2873
2874 * info.el (Info-index, Info-mode): Improve the description of the
2875 `i' command.
2876
2877 * ldefs-boot.el: Regenerate.
2878
2879 2006-02-03 Werner Lemberg <wl@gnu.org>
2880
2881 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2882 greedy to find the closing bracket in \*[...] and similar
2883 expressions. This is a first rough fix -- many additional
2884 refinements are necessary to make nroff mode really usable with groff.
2885
2886 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2887
2888 * international/mule-cmds.el (set-locale-environment):
2889 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2890 libX11.
2891
2892 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2893
2894 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2895 archive are created in archive-tmpdir.
2896
2897 2006-02-02 John Paul Wallington <jpw@pobox.com>
2898
2899 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2900 (ibuffer-fontification-alist): Use it.
2901 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2902 to "* z" and the Ibuffer Mark menu.
2903
2904 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2905
2906 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * textmodes/table.el (*table--cell-describe-mode)
2909 (*table--cell-describe-bindings): Undo last change since
2910 print-help-return-message is not obsoleted by anything at all.
2911
2912 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2913
2914 * emulation/cua-base.el (cua-mode): Doc fix.
2915
2916 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2917
2918 * dframe.el (dframe-handle-make-frame-visible)
2919 (dframe-handle-iconify-frame, dframe-get-focus)
2920 (dframe-select-attached-frame, dframe-power-click)
2921 (dframe-frame-mode): Fix typos in docstrings.
2922
2923 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2924 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2925 Fix typos in docstrings.
2926
2927 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2928 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2929 (hi-lock-archaic-interface-message-used)
2930 (hi-lock-file-patterns-range): Fix typos in docstrings.
2931
2932 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2933 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2934
2935 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2936 Fix typo in docstring.
2937
2938 * net/newsticker.el (newsticker--decode-iso8601-date)
2939 (newsticker--set-customvar, newsticker--buffer-insert-item)
2940 (newsticker--do-run-auto-mark-filter)
2941 (newsticker--parse-generic-feed): Doc fixes.
2942 (newsticker--retrieval-timer-list, newsticker-url-list)
2943 (newsticker-hide-immortal-items-in-echo-area)
2944 (newsticker-hide-obsolete-items-in-echo-area)
2945 (newsticker-new-item-face, newsticker--enclosure)
2946 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2947 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2948 (newsticker--parse-generic-feed, newsticker--cache-contains)
2949 (newsticker--stat-num-items, newsticker-download-enclosures):
2950 Fix typos in docstrings.
2951
2952 * net/rcirc.el (rcirc-debug): Doc fix.
2953 (rcirc-fill-column, rcirc-receive-message-hooks)
2954 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2955 (rcirc-mode, rcirc-generate-new-buffer-name)
2956 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2957 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2958 Fix typos in docstrings.
2959 (rcirc-print): "?\ " -> "?\s".
2960 (rcirc-cmd-join): Improve argument/docstring consistency.
2961
2962 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2963
2964 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2965 before narrow-to-region.
2966
2967 2006-02-01 Richard M. Stallman <rms@gnu.org>
2968
2969 * simple.el (move-beginning-of-line): Scan properly for invis change.
2970
2971 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2972
2973 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2976 change bit only when id-format is 'integer. Reported by Matt
2977 Hodges <M.P.Hodges@rl.ac.uk>.
2978
2979 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * hilit-chg.el (highlight-changes-initial-state)
2982 (highlight-changes-global-initial-state): Doc fixes.
2983 (highlight-changes-global-modes, global-highlight-changes):
2984 Fix typos in docstrings.
2985
2986 2006-02-01 Kim F. Storm <storm@cua.dk>
2987
2988 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2989 transient-mark-mode in doc string.
2990
2991 2006-01-31 Richard M. Stallman <rms@gnu.org>
2992
2993 * replace.el (multi-occur): Doc fix.
2994 (multi-occur-in-matching-buffers): Rename from
2995 multi-occur-by-filename-regexp. Prefix arg says match
2996 buffer names instead of file names.
2997
2998 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * bs.el: Allow non-default values of `bs-header-lines-length'.
3001 (bs--running-in-xemacs): Remove (not needed anymore).
3002 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3003 instead of `shrink-window', thus avoiding having to compute the
3004 height of the window.
3005 (bs--up): Wrap around even when there's no header.
3006 (bs--down): Use `forward-line' instead of `next-line'.
3007
3008 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * image-mode.el (image-toggle-display): Use file name if possible,
3011 instead of unnecessarily allocating a (possibly huge) lisp string.
3012
3013 2006-01-30 John Paul Wallington <jpw@pobox.com>
3014
3015 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3016 because the `assert' macro signals it at runtime.
3017
3018 * emacs-lisp/cl.el (toplevel): Remove definition of
3019 `cl-assertion-failed' condition.
3020
3021 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3022
3023 * thumbs.el (thumbs-marked-list): Make buffer-local and
3024 permanent-local.
3025 (thumbs-insert-thumb): Make help-echo non-sticky.
3026 (thumbs-file-alist): Use eolp as check for (non)-image.
3027
3028 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3031 (ediff-before-session-group-setup-hooks)
3032 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3033 Fix typos in docstrings.
3034
3035 * window.el (bw-dir, bw-eqdir, balance-windows)
3036 (split-window-keep-point): Fix typos in docstrings.
3037
3038 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3039 (org-quote-string, org-calendar-to-agenda-key)
3040 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3041 (org-show-following-heading, org-tags-column)
3042 (org-use-tag-inheritance, org, org-allow-space-in-links)
3043 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3044 (org-enable-table-editor, org-calc-default-modes)
3045 (org-table-allow-automatic-line-recalculation)
3046 (org-export-html-style, org-export-with-fixed-width)
3047 (org-export-with-sub-superscripts, org-special-keyword)
3048 (org-formula, org-time-grid, org-table-may-need-update)
3049 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3050 (org-goto-quit, org-get-indentation, org-end-of-item)
3051 (org-move-item-down, org-move-item-up)
3052 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3053 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3054 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3055 (org-agenda-log-mode, org-agenda-toggle-diary)
3056 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3057 (org-agenda-file-to-end, org-agenda-no-heading-message)
3058 (org-agenda-get-closed, org-format-agenda-item)
3059 (org-cmp-priority, org-cmp-category, org-cmp-time)
3060 (org-agenda-change-all-lines, org-agenda-diary-entry)
3061 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3062 (org-link-search, org-camel-to-words, org-open-file)
3063 (org-remember-handler, org-table-convert-region)
3064 (org-table-move-row-down, org-table-move-row-up)
3065 (org-table-copy-region, org-table-wrap-region)
3066 (org-table-toggle-vline-visibility)
3067 (org-table-get-vertical-vector, org-table-modify-formulas)
3068 (org-table-get-specials, org-recalc-commands)
3069 (org-table-rotate-recalc-marks, org-table-eval-formula)
3070 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3071 (org-level-color-stars-only, org-insert-heading):
3072 Fix typos in docstrings.
3073 (last-arg): Add defvar.
3074
3075 * makefile.w32-in (WINS): Add erc.
3076 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3077
3078 2006-01-29 Bill Wohler <wohler@newt.com>
3079
3080 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3081 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3082 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3083 (mh-autoloads): Don't use comments on otherwise empty lines.
3084
3085 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3086
3087 * emulation/viper.el (viper-major-mode-modifier-list): Add
3088 insert-state and vi-state entries for erc-mode.
3089 (viper-go-away, viper-set-hooks): Add and remove
3090 viper-comint-mode-hook from erc-mode-hook as appropriate.
3091
3092 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3093
3094 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3095
3096 * bs.el (bs--format-aux): Implement `middle' alignment as
3097 described in the docstring for `bs-attributes-list'.
3098 (bs--get-name): Simplify. Don't pad the buffer name.
3099
3100 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3101
3102 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3103 English aspell dictionary is installed, use the first entry of
3104 ispell-dictionary-alist-1.
3105
3106 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3107
3108 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3109 Doc fix.
3110
3111 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3114 for `process-file', in order to let it work for older Emacsen too.
3115
3116 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3117
3118 * international/latexenc.el: Add a suitable `coding:' tag.
3119 (latexenc-find-file-coding-system): Undo last change.
3120
3121 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3122
3123 * international/latexenc.el (latexenc-find-file-coding-system):
3124 Make sure latexenc-main-file is a regular file and is readable.
3125
3126 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3127
3128 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3129 Pass FILE to vc-user-login-name.
3130
3131 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3132
3133 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3134
3135 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3136 there are no more images to display.
3137 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3138 the next image.
3139
3140 2006-01-26 Richard M. Stallman <rms@gnu.org>
3141
3142 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3143
3144 * wid-edit.el (advertised-widget-backward): New alias.
3145 (widget-keymap): Use advertised-widget-backward for S-TAB.
3146
3147 * tumme.el: Correct the keywords.
3148 (tumme-dir-max-size): Use defvar.
3149 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3150
3151 * simple.el (move-beginning-of-line): Take account of fields.
3152 (clone-indirect-buffer-other-window): Take args like
3153 clone-indirect-buffer, and work like it.
3154
3155 * help-fns.el (describe-function): Don't pass `nil' as default.
3156
3157 * files.el (risky-local-variable-p): Follow var aliases.
3158
3159 * subr.el (lazy-completion-table): Doc fix.
3160
3161 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3162 global binding of `line'.
3163
3164 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3165
3166 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3167 Tramp.
3168
3169 * vc.el (vc-default-dired-state-info): Pass FILE to
3170 vc-user-login-name.
3171 (vc-default-update-changelog): Don't use vc-user-login-name, we
3172 don't need it here.
3173
3174 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3175 no longer necessary.
3176
3177 2006-01-25 Kenichi Handa <handa@m17n.org>
3178
3179 * international/mule.el (decode-char): Avoid the overhead of
3180 calling utf-lookup-subst-table-for-decode if
3181 utf-translate-cjk-mode is nil.
3182 (encode-char): Avoid the overhead of calling
3183 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3184 nil.
3185
3186 2006-01-22 Kenichi Handa <handa@m17n.org>
3187
3188 * international/mule.el (make-subsidiary-coding-system): Reset
3189 `coding-system-define-form' property of subsidiaries to nil.
3190 Avoid duplicated entry in coding-system-alist.
3191 (make-coding-system): Avoid duplicated entry in
3192 coding-system-alist.
3193 (define-coding-system-alias): Likewise.
3194
3195 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3196
3197 * completion.el: Minor fixes in introductory comment.
3198 (completion-def-wrapper): Fix alist.
3199
3200 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3201
3202 * thumbs.el (thumbs-new-image-size): New function.
3203 (thumbs-increment-image-size-element)
3204 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3205 (thumbs-decrement-image-size): Delete.
3206 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3207 temp files and use to resize.
3208 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3209 Use increment argument to enlarge/shrink. Preserve point.
3210 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3211 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3212 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3213 (thumbs-mark, thumbs-unmark): Preserve point.
3214 (thumbs-modify-image): Keep old temp files and use to modify.
3215 Cleanup old temp files at load time. Preserve point.
3216 (thumbs-view-image-mode-map): Use new command names.
3217
3218 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3221
3222 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3223 the nastiest part of the cyclic dependency.
3224 (cal-menu-update): Use dotimes and calendar-increment-month.
3225
3226 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3227 (calendar-week-start-day): Add an :initializer.
3228 (calendar-mode-map): Use suppress-keymap, and command remapping.
3229 (describe-calendar-mode): Setup xref-stack info for the back button.
3230 (calendar-star-date): Insert before delete.
3231 (calendar-set-mode-line): Add file-modified info if applicable.
3232 (calendar-increment-month): New function.
3233
3234 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3235
3236 * font-lock.el (lisp-font-lock-keywords-2):
3237 Recognize "& keywords" only at word boundaries.
3238
3239 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3242 and permanent-local.
3243 (thumbs-max-image-number): New variable.
3244 (thumbs-do-thumbs-insertion): Use them.
3245 (thumbs-per-line): Change default to 4.
3246 (thumbs-marked-list): Rename from thumbs-markedL.
3247 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3248 (thumbs-rename-images): Use -list instead of L for internal variables.
3249 (thumbs-call-convert): Use call-process instead of shell-command.
3250 (thumbs-insert-thumb): Add filename as help-echo to each image.
3251 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3252 Give dir to thumbs-show-thumbs-list.
3253 (thumbs-show-thumbs-list): Set default-directory to that of images.
3254 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3255 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3256 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3257 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3258
3259 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * ses.el (ses-read-cell): Provide a default value.
3262
3263 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * term/w32-win.el (image-library-alist): Add additional names for
3266 GIF library.
3267
3268 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3269
3270 * international/latexenc.el (latexenc-find-file-coding-system):
3271 Add file-regular-p check.
3272
3273 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * simple.el (clone-buffer): Don't show the new buffer in the same
3276 window.
3277
3278 2006-01-23 Juri Linkov <juri@jurta.org>
3279
3280 * faces.el (link, link-visited): New faces based on default values
3281 of `info-xref' and `info-xref-visited'.
3282
3283 * info.el (info-xref): Inherit from `link'.
3284 (info-xref-visited): Inherit from `link-visited'.
3285
3286 * cus-edit.el (custom-buffer-create-internal): Use widget type
3287 `custom-manual' instead of `info-link' and don't set properties
3288 `button-face' and `mouse-face' explicitly.
3289 (custom-browse-group-tag, custom-browse-variable-tag)
3290 (custom-browse-face-tag): Inherit from widget class
3291 `custom-group-link' instead of `push-button'.
3292 (custom-button-unraised): Inherit from `underline' face.
3293 (custom-link): Inherit from `link' face. Fix doc and group.
3294 (custom-add-parent-links, custom-group-value-create): Don't set
3295 properties `button-face' and `mouse-face' explicitly for
3296 `custom-group-link' widget.
3297 (custom-group-link): Add properties `button-face' and `mouse-face'
3298 to widget definition.
3299 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3300 editable-field's :keymap property.
3301 (custom-mode): Fix docstring: substitute keybindings for
3302 `widget-forward' and `widget-backward' from `widget-keymap',
3303 `widget-complete' from `custom-field-keymap', replace old
3304 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3305
3306 * desktop.el (desktop-load-file): Check for `fboundp' before
3307 calling `symbol-function'.
3308
3309 * simple.el (clone-buffer, clone-indirect-buffer)
3310 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3311 `read-string'. Fix prompts.
3312
3313 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3314
3315 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3316
3317 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3318
3319 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3320
3321 * startup.el (inhibit-splash-screen, initial-scratch-message):
3322 Doc fixes.
3323
3324 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3325
3326 Sync with Tramp 2.0.52.
3327
3328 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3329 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3330 `tramp-unload-tramp' for checklist.
3331
3332 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3333 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3334 (tramp-unload-file-name-handler-alist)
3335 (tramp-unload-tramp): New defuns.
3336 (tramp-advice-PC-expand-many-files): New defadvice.
3337 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3338 removed.
3339 (tramp-handle-expand-file-name): Remove double slash.
3340 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3341 It doesn't matter, because it will be converted later on.
3342 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3343 implementation was just heuristic.
3344 (tramp-post-connection): Set uid and gid properties.
3345 (tramp-convert-file-attributes): Set file's gid change bit.
3346 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3347 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3348 in case of su(do)? methods. The home directory of the local user
3349 will be taken else.
3350 (tramp-open-connection-telnet)
3351 (tramp-open-connection-rsh, tramp-open-connection-su)
3352 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3353 local shell prompt could hurt. Reported by Romain Francoise
3354 <romain@orebokech.com>.
3355 (tramp-let-maybe): Add `edebug-form-spec' property.
3356 (tramp-handle-expand-file-name): Bind `default-directory' locally
3357 to "/" in order to avoid problems with UNC shares or Cygwin
3358 mounts.
3359 (tramp-md5-function): Fix typo in error message.
3360
3361 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3362
3363 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3364 for byte-compiler pacification.
3365
3366 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3367
3368 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3369 ID-FORMAT `string'. This allows us to get rid of
3370 `vc-user-login-name UID'.
3371
3372 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3373
3374 2006-01-22 John Paul Wallington <jpw@pobox.com>
3375
3376 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3377
3378 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3379
3380 * emacs-lisp/find-func.el (find-definition-noselect)
3381 (find-variable-noselect): Search variables in C source code too.
3382 (find-function-C-source, find-function-noselect, find-function)
3383 (find-function-other-frame, find-variable-noselect, find-variable)
3384 (find-variable-other-frame, find-variable-at-point):
3385 Fix docstrings.
3386
3387 2006-01-21 Francesco Potorti` <pot@gnu.org>
3388
3389 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3390
3391 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3392
3393 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3394 Default to disabling the "Save affix" question.
3395
3396 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3397
3398 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3399 the first arg to run-python.
3400
3401 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3402
3403 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3404 is not loaded.
3405
3406 2006-01-20 Jay Belanger <belanger@truman.edu>
3407
3408 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3409 limit is 0.
3410
3411 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3412 the correct variable.
3413
3414 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3415
3416 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3417 link. Fixed buggy argument sequence in call to `org-view-tags'.
3418 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3419 (org-prefix-has-tag): New variable.
3420 (org-format-agenda-item): Remove tags from headline if
3421 appropriate.
3422 (org-agenda-remove-tags-when-in-prefix): New option.
3423 (org-get-tags-at): New function.
3424
3425 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3426
3427 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3428 (thumbs-find-image): Move image name and number from buffer name
3429 to mode name. Set thumbs-buffer. Preserve point so that large
3430 images remain visible.
3431 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3432 order.
3433 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3434 mode name.
3435 (thumbs-next-image, thumbs-previous-image): Make them work.
3436
3437 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3438
3439 * cus-edit.el (custom-buffer-create-internal): State in the text above
3440 the whole buffer buttons that they do not operate on hidden items.
3441 (custom-face-menu): Use `custom-face-save' instead of
3442 `custom-face-save-command'.
3443 (custom-face-save-command): Make it an alias for `custom-face-save'
3444 and declare it obsolete.
3445 (custom-face-save): Doc fix.
3446
3447 * dired.el (dired-no-confirm): Add quote.
3448 (dired-subdir-alist-pre-R): Add quote in
3449 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3450
3451 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * textmodes/table.el (table-mode-indicator): Typo in last change.
3454
3455 2006-01-19 Richard M. Stallman <rms@gnu.org>
3456
3457 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3458 Fixes bug reported in Nov 2005.
3459
3460 * isearch.el (isearch-forward): Doc fix.
3461
3462 * dired.el (dired-move-to-filename-regexp): Define as alias.
3463 (dired-no-confirm): Use defcustom.
3464 (dired-subdir-alist-pre-R): Put defvar at top level.
3465
3466 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3467
3468 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3469 Mark as risky.
3470
3471 * simple.el (set-mark-command): Doc fix.
3472 (clone-indirect-buffer-other-window):
3473 Read arg like clone-indirect-buffer.
3474 (move-beginning-of-line): Skip invisible newlines.
3475
3476 2006-01-19 Masatake YAMATO <jet@gyve.org>
3477
3478 * progmodes/cpp.el (cpp-edit-load): Make the order of
3479 listed conditions in a base C code buffer and its associate
3480 CPP Edit buffer the same.
3481
3482 2006-01-19 Kenichi Handa <handa@m17n.org>
3483
3484 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3485 (rmail-mime-feature): Likewise.
3486 (rmail-require-mime-maybe): Use display-warning to show a warning
3487 message.
3488
3489 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3490 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3491
3492 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3493
3494 * array.el: Move defvars out of eval-when-compile.
3495 (array-make-template): Replace undeclared global var with a local one.
3496 (array-mode): Inline initialization functions.
3497 (array-init-local-variables, array-init-max-row)
3498 (array-init-max-column, array-init-columns-per-line)
3499 (array-init-field-width, array-init-rows-numbered)
3500 (array-init-line-length, array-init-lines-per-row): Remove.
3501
3502 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3503 (doc-mode-map): Define explicitly.
3504 (doctor-txtype): Use mapc.
3505
3506 * textmodes/table.el: Move defvars out of eval-when-compile.
3507 Remove harmful code meant to avoid byte-compiler warnings.
3508 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3509 specification that checks table-fixed-width-mode directly.
3510 (table-recognize-region, table-recognize-cell):
3511 Use restore-buffer-modified-p.
3512 (table-fixed-width-mode): Remove code that refreshes
3513 table-fixed-mode-indicator.
3514 (*table--cell-describe-bindings, *table--cell-describe-mode):
3515 Avoid obsolete name print-help-return-message.
3516 (table--test-cell-list): Don't use replace-regexp from elisp.
3517 (table--point-entered-cell-function, table--point-left-cell-function):
3518 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3519
3520 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3521 that was after the end of file. Use buffer-file-name variable.
3522 (org-timestamp-change): Use with-current-buffer.
3523 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3524 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3525 `file'.
3526
3527 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3528 (fortran-break-line): Remove unused var `opoint'.
3529 (fortran-abbrev-start): Obey help-event-list.
3530
3531 2006-01-18 Jesper Harder <harder@phys.au.dk>
3532
3533 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3534
3535 2006-01-18 Masatake YAMATO <jet@gyve.org>
3536
3537 * progmodes/make-mode.el (makefile-imake-mode): New mode
3538 derived from makefile-mode.
3539 (makefile-imake-mode-syntax-table): New syntax table
3540 derived from makefile-mode-syntax-table.
3541 (makefile-mode): Write about makefile-imake-mode in doc string.
3542 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3543 (makefile-imake-font-lock-keywords): New font lock keywords.
3544
3545 * files.el (auto-mode-alist): Add Imakefile.
3546
3547 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3548
3549 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3550 loading the file rather than when turning on flyspell-mode.
3551
3552 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * cus-edit.el (customize-rogue): Minor doc fix.
3555
3556 2006-01-17 Juri Linkov <juri@jurta.org>
3557
3558 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3559 instead of the file at the mark as default if the file at the mark
3560 is the same as the file at point or if dired-dwim-target-directory
3561 is not the same as the current directory and the mark is not active.
3562
3563 * log-view.el (log-view-minor-wrap): Use the same logic to get
3564 revisions as `log-view-diff'.
3565
3566 * info.el (Info-revert-find-node): Check for Info-current-file
3567 before preserving new-history.
3568
3569 * man.el (Man-heading-regexp): Add `/'.
3570
3571 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3572 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3573
3574 2006-01-16 Juri Linkov <juri@jurta.org>
3575
3576 * faces.el (mode-line-faces): New defgroup.
3577 (mode-line-highlight): Move definition after new defgroup.
3578 (mode-line, mode-line-inactive, mode-line-highlight):
3579 Replace :group `modeline' with `mode-line-faces'.
3580 (mode-line-buffer-id): New face.
3581 (modeline-buffer-id): New face alias.
3582 (vertical-border): Remove :group `modeline'.
3583
3584 * bindings.el (propertized-buffer-identification): Use face
3585 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3586 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3587 (mode-line-buffer-identification-keymap): For mouse-1 replace
3588 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3589 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3590 mouse-3.
3591
3592 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3593 Buffer-menu-buffer. Doc fix.
3594 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3595 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3596 `Buffer-menu-buffer'.
3597
3598 * info.el (Info-mode-line-node-keymap): New defvar.
3599 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3600 Propertize Info-current-node with `mode-line-buffer-id' and
3601 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3602
3603 * time.el (display-time-mail-face): Replace :group `faces' with
3604 `mode-line-faces'.
3605
3606 2006-01-16 Kenichi Handa <handa@m17n.org>
3607
3608 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3609
3610 * language/european.el (cp1252): New alias for windows-1252.
3611
3612 * international/mule.el (autoload-coding-system): Prepare for EOL
3613 variants.
3614
3615 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3616
3617 * term.el (term-raw-map): Add mapping for insert.
3618 (term-send-insert): New.
3619 (term-mode): Make variables local here instead of doing it in
3620 `term-emulate-terminal'.
3621 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3622 Scroll reverse needs to take into account the scroll region.
3623 Saving and restoring the cursor should save the color attributes too.
3624 (term-reset-terminal): Reset the scroll region.
3625 (term-handle-ansi-escape): Cursor up and down should take into
3626 account the scroll region.
3627 (term-set-scroll-region): Rename from `term-scroll-region'.
3628 Move to 0,0 after setting the region.
3629 (term-handle-scroll): Handle scroll up.
3630 (term-down): Fix off by one error.
3631 (term-delete-lines): Do not delete outside the scroll region.
3632 (term-insert-lines): Take into account the scroll region.
3633
3634 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * textmodes/ispell.el (ispell-internal-change-dictionary)
3637 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3638 (start, end): Move declaration outside of eval-when-compile.
3639
3640 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3641 (flyspell-mode-on): Use it.
3642
3643 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3644 ispell-kill-ispell-hook.
3645
3646 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3647
3648 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3649 (Custom-reset-saved): Do not ask for confirmation in single option
3650 buffers.
3651
3652 2006-01-13 Richard M. Stallman <rms@gnu.org>
3653
3654 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3655
3656 2006-01-13 Romain Francoise <romain@orebokech.com>
3657
3658 * add-log.el (add-change-log-entry, change-log-merge):
3659 Conditionally use `hard-newline'.
3660
3661 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3662
3663 * wid-edit.el (widget-field-end): If the overlay is no longer
3664 associated with a buffer, behave as if the overlay didn't exist.
3665
3666 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3667 Make sure the links use the `custom-link' face.
3668
3669 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3672 (ld-script-mode): Don't set indent-line-function since we don't
3673 have one.
3674
3675 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3676
3677 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3678 application.
3679 (org-file-apps-defaults-gnu): Use mailcap as the default for
3680 selecting an application on a UNIX system.
3681 (org-agenda-show-tags): New command.
3682 (org-table-insert-hline): Keep cursor in current table line.
3683 (org-table-convert): Offset effect of modifying
3684 `org-table-insert-hline'.
3685 (org-format-agenda-item): New optional argument TAG.
3686 (org-compile-prefix-format): Handle %T format for the tag.
3687 (org-expand-wide-chars): New function.
3688 (org-table-insert-row, org-table-insert-hline):
3689 Use `org-expand-wide-chars'.
3690 (org-open-file): Fix bug in program launch.
3691 (org-get-time-of-day): Fix bug with times before 1am.
3692 (org-agenda-menu): Add tags commands.
3693
3694 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3695
3696 * textmodes/ispell.el (ispell-init-process): Include the used
3697 dictionary in ispell process start message.
3698 (ispell-internal-change-dictionary): When flyspell-mode is active
3699 and dictionary is changed, make sure ispell process is restarted
3700 and flyspell word cache cleared out for the current buffer.
3701 (ispell-change-dictionary): Make sure flyspell word cache is
3702 cleared out in all buffers with active flyspell mode when
3703 dictionary is globally changed.
3704 Call ispell-internal-change-dictionary after dictionary change.
3705
3706 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3707
3708 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3709
3710 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3711 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3712 years. Fix small differences wrt Makefile.in.
3713 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3714 Makefile.in does.
3715
3716 2006-01-12 Bill Wohler <wohler@newt.com>
3717
3718 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3719 mh-search.el.
3720
3721 2006-01-12 Masatake YAMATO <jet@gyve.org>
3722
3723 * progmodes/ld-script.el: Update copyright year.
3724
3725 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3728 Don't add widget if setting undefined.
3729
3730 2006-01-12 John Paul Wallington <jpw@pobox.com>
3731
3732 * help-fns.el (describe-variable): Remove newlines from void
3733 variable output.
3734
3735 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3736
3737 * wdired.el (wdired-mode-map): Add help echo for
3738 wdired-abort-changes.
3739
3740 * man.el (Man-file-name-regexp): Adjust for a list of files.
3741
3742 2006-01-12 Masatake YAMATO <jet@gyve.org>
3743
3744 * progmodes/ld-script.el (auto-mode-alist): Support
3745 suffix conventions used in netbsd and eCos.
3746
3747 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3748
3749 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3750 (custom-variable-menu, custom-face-menu, custom-group-menu)
3751 (Custom-mode-menu): Change names of menu items. (As discussed on
3752 emacs-devel.)
3753 (custom-face-menu): Add "Undo Edits" item.
3754
3755 * startup.el (init-file-user): defcustom -> defvar.
3756
3757 * tooltip.el (tooltip-mode): Doc fix.
3758
3759 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * reveal.el (reveal-post-command): window-buffer signals an error on
3762 dead windows rather than returning nil.
3763 (reveal-open-new-overlays): An overlay might die while we open others.
3764
3765 2006-01-11 Bill Wohler <wohler@newt.com>
3766
3767 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3768 phrasing in docstring.
3769
3770 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3771 can give some systems gas. Add new file mh-buffers.el.
3772
3773 2006-01-06 Masatake YAMATO <jet@gyve.org>
3774
3775 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3776 C preprocessor forward ported from GNU Emacs 21.2.
3777
3778 * progmodes/asm-mode.el (asm-font-lock-keywords):
3779 Use `cpp-font-lock-keywords'.
3780
3781 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3782
3783 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3784 of $ for "\\.ld[s]?".
3785
3786 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3789 (tcl-indent-line): Return `noindent' if inside a string.
3790
3791 * progmodes/flymake.el (flymake-split-string): Remove more than one
3792 empty string at beg/end of the result.
3793 (flymake-find-buildfile, flymake-find-possible-master-files):
3794 Use expand-file-name.
3795 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3796 since expand-file-name does it for us. Use directory-file-name.
3797 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3798 (flymake-ler-get-type, flymake-ler-get-text)
3799 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3800 (flymake-current-line-no): Remove spurious interactive spec.
3801 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3802 (flymake-check-include): Remove arg inc-path merged into inc-name.
3803 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3804 Arg regexp-list replaced by a simple regexp.
3805 (flymake-master-make-header-init, flymake-master-tex-init):
3806 Correspondingly replace regexp-list with a regexp. Fix regexp.
3807
3808 2006-01-10 Simon Josefsson <jas@extundo.com>
3809
3810 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3811 describing AUTH PLAIN fix.
3812
3813 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3814
3815 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3816 (report-emacs-bug): Don't record initial prompt text.
3817 Instead, add text properties to prompting text.
3818 (report-emacs-bug-hook): Delete prompting text.
3819
3820 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3823 `dirs'. Adjust callers.
3824
3825 2006-01-09 John Paul Wallington <jpw@gnu.org>
3826
3827 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3828
3829 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * reveal.el (reveal-open-new-overlays): New extracted fun.
3832 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3833 using them. Simplify the code.
3834 (reveal-post-command): Use them. Fix up obsolete windows in
3835 reveal-open-spots.
3836
3837 * progmodes/flymake.el: Use `require' rather than autoload for
3838 XEmacs's overlays.
3839 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3840 Delete. Use file-relative-name instead.
3841 (flymake-get-syntax-check-program-args, flymake-perl-init):
3842 Simplify the resulting code.
3843
3844 * log-view.el (log-view-file-re, log-view-message-re): Add support
3845 for DaRCS output.
3846
3847 2006-01-09 Alex Schroeder <alex@gnu.org>
3848
3849 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3850 identifiers sometimes added in square brackets at the beginning of
3851 subject lines.
3852
3853 2006-01-07 Richard M. Stallman <rms@gnu.org>
3854
3855 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3856 (Custom-reset-current, Custom-reset-saved): Change question text.
3857 (Custom-reset-standard): Likewise.
3858 (custom-variable-reset-saved): Doc fix.
3859
3860 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3861
3862 * startup.el (init-file-user): Doc fix.
3863
3864 2006-01-07 Alex Schroeder <alex@gnu.org>
3865
3866 * mail/rmail.el (rmail-current-subject): New function.
3867 (rmail-current-subject-regexp): New function.
3868 (rmail-next-same-subject): Use it.
3869
3870 * mail/rmailsum.el (rmail-summary-by-topic):
3871 Use rmail-current-subject and rmail-current-subject-regexp.
3872 (rmail-summary-next-same-subject): Ditto.
3873
3874 * net/rcirc.el (rcirc-send-input): No longer check whether the
3875 process is open, since not all commands need an open process.
3876 (rcirc-send-string): Check whether the process is open before
3877 sending anything.
3878 (rcirc-ignore-list): New option.
3879 (rcirc-ignore-list-automatic): New variable.
3880 (rcirc-print): Take rcirc-ignore-list into account.
3881 (rcirc-cmd-ignore): New command.
3882 (rcirc-ignore-update-automatic): New function.
3883 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3884 list if ignored nicks.
3885 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3886
3887 2006-01-06 David Reitter <david.reitter@gmail.com>
3888
3889 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3890 reflect the address to which the report will be sent.
3891
3892 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3893
3894 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3895 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3896
3897 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3898
3899 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3900
3901 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3902 the doc string: "functoin" => "function".
3903 * ldefs-boot.el: Likewise.
3904
3905 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3906 message text: "Duplicat" => "Duplicate".
3907
3908 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3909
3910 * files.el (basic-save-buffer-2): If backing-up failed, reset
3911 buffer-backed-up to nil.
3912
3913 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3914
3915 * progmodes/gud.el (gdb-script-skip-to-head)
3916 (gdb-script-calculate-indentation): Indent for breakpoint command
3917 lists also.
3918
3919 2006-01-05 Bill Wohler <wohler@newt.com>
3920
3921 * Makefile.in (compile-always): Add mh-autoloads dependency.
3922 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3923 provides it.
3924 (updates): Remove mh-autoloads dependency, since it probably has
3925 already run recently (via recompile).
3926
3927 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3930 argument `force' to disable the flyspell-last-buffer optimization.
3931 (flyspell-mode-on): Use it.
3932
3933 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3934 flymake-simple-cleanup.
3935 (flymake-allowed-file-name-masks): Use this new default.
3936 All the functions are now called in the right buffer rather than
3937 passing the buffer as argument.
3938 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3939 (flymake-parse-err-lines): Remove redundant buffer arg.
3940 (flymake-get-program-dir): Comment out unused function.
3941 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3942 Remove redundant buffer argument.
3943 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3944 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3945
3946 2006-01-05 Richard M. Stallman <rms@gnu.org>
3947
3948 * info.el (Info-find-node): Don't record previous node if have none.
3949 (info): Go to directory only if history is empty.
3950
3951 * simple.el (mark): Doc fix.
3952
3953 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3954
3955 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3956 already of desired type.
3957 (mac-ae-list): Coerce parameter to "list" type.
3958 (mac-dispatch-apple-event): Replace cadr part of event with a
3959 dummy position so that event-start returns it.
3960
3961 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3962
3963 * textmodes/org.el (org-end-of-subtree): New function.
3964 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3965 Use `org-end-of-subtree'.
3966 (org-agenda, org-agenda-convert-date): Protect calls to
3967 `fit-window-to-buffer'.
3968 (org-tags-view): Force matching of sublevels when doing a
3969 todo-only search. Define the correct redo command, including the
3970 arguments.
3971 (org-agenda-redo): Display message.
3972 (org-check-for-org-mode): New function.
3973 (org-agenda-type): New variable.
3974 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3975 Set `org-agenda-type'.
3976 (org-agenda-check-type): New function.
3977 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3978 (org-agenda-week-view, org-agenda-day-view)
3979 (org-agenda-next-date-line, org-agenda-previous-date-line)
3980 (org-agenda-log-mode, org-agenda-toggle-diary)
3981 (org-agenda-toggle-time-grid, org-agenda-date-later)
3982 (org-agenda-date-prompt, org-agenda-diary-entry)
3983 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3984 (org-agenda-convert-date, org-agenda-menu):
3985 Use `org-agenda-check-type'.
3986 (org-make-overlay, org-delete-overlay)
3987 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3988 New compatibility functions.
3989 (org-calendar-select-mouse): New command.
3990
3991 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3992
3993 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3994 (Custom-reset-standard): Fix y-or-n-p messages.
3995 (custom-link): New face for links.
3996 (custom-buffer-create-internal, custom-manual): Use it.
3997 (custom-face-save): Push to theme-face before setting face spec.
3998
3999 * wid-edit.el (widget-default-mouse-face-get): New function.
4000 (widget-specify-button): Handle mouse-face like button-face.
4001
4002 * custom.el (load-theme): Clear old theme settings if reloading.
4003
4004 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4005
4006 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4007 "Erase Customization" button back to same position it occupies in
4008 the individual State menus.
4009
4010 2006-01-04 Kim F. Storm <storm@cua.dk>
4011
4012 * wid-edit.el (key-sequence): Rework widget to read key binding
4013 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4014 (widget-key-sequence-default-value): Default value for empty sequence.
4015 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4016 (widget-key-sequence-read-event): New command for C-q.
4017 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4018 (widget-key-sequence-value-to-external): New functions.
4019
4020 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4023 Use expand-file-name.
4024 (flymake-delete-temp-directory): Use expand-file-name,
4025 file-name-directory, and directory-file-name.
4026 (flymake-strrchr): Delete.
4027 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4028 to the init-f function.
4029 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4030 (flymake-init-find-buildfile-dir)
4031 (flymake-init-create-temp-source-and-master-buffer-copy)
4032 (flymake-simple-make-init-impl, flymake-simple-make-init)
4033 (flymake-master-make-init, flymake-master-make-header-init)
4034 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4035 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4036 (flymake-xml-init): Remove corresponding redundant buffer argument.
4037 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4038 the default anyway. Clean up regexps.
4039
4040 * progmodes/flymake.el (flymake-temp-source-file-name)
4041 (flymake-master-file-name, flymake-temp-master-file-name)
4042 (flymake-base-dir): New buffer-local vars.
4043 (flymake-buffer-data, flymake-get-buffer-value)
4044 (flymake-set-buffer-value): Replace those hash-tables by the new
4045 buffer-local vars. Update callers.
4046
4047 * progmodes/flymake.el (flymake-check-start-time)
4048 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4049 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4050 Move definition, so we can remove redundant earlier declaration.
4051 (flymake-replace-regexp-in-string, flymake-split-string)
4052 (flymake-get-temp-dir): Use defalias.
4053 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4054 (flymake-xemacs-window-edges): Remove unused function.
4055 (flymake-get-point-pixel-pos): Move.
4056 (flymake-pid-to-names, flymake-reg-names)
4057 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4058 Replace by a simple list flymake-processes and by process-buffer.
4059 Update callers. Other than simplify the code, it uses buffers rather
4060 than buffer-names so it doesn't get confused by uniquify.
4061 (flymake-buffer-data): The global value should just be nil.
4062
4063 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4064 Optimize the body of a defalias like any other code.
4065
4066 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4067 Make sure we've setup font-lock's vars. It may influence which
4068 function we then call.
4069 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4070 here since it's too late anyway.
4071
4072 2006-01-03 Romain Francoise <romain@orebokech.com>
4073
4074 * startup.el (fancy-splash-tail, normal-splash-screen):
4075 Update copyright year.
4076
4077 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4078
4079 * mouse.el (mouse-drag-track): Rename, from
4080 `mouse-drag-region-1'. Includes optional argument required to
4081 enable post-drag event processing (e.g. delete region keys).
4082 Can be used without this argument to track a mouse region and operate
4083 on it as soon as the drag completes.
4084 (mouse-drag-region): Use `mouse-drag-track'.
4085
4086 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4089 Move to `custom-buffer' group.
4090
4091 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4092 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4093 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4094 (custom-theme-face-menu): New variables.
4095 (custom-theme-add-variable, custom-theme-variable-action)
4096 (custom-variable-reset-theme, custom-theme-delete-variable)
4097 (custom-face-reset-theme, custom-theme-face-action)
4098 (custom-theme-delete-face, custom-theme-merge-theme)
4099 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4100
4101 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * custom.el: Move Custom Themes commentary to start of theme code.
4104 (custom-known-themes): Rename `standard' theme to `changed'.
4105 (custom-push-theme): Caller no longer specifies what theme to use
4106 when doing `reset'---the setting is simply removed from the theme.
4107 Delete MODE from `theme-value' and `theme-settings' properties.
4108 (custom-declare-theme): Ignore &rest args since we don't use them.
4109
4110 (custom-loaded-themes): Delete variable.
4111 (custom-theme-load-themes, custom-theme-loaded-p)
4112 (custom-theme-value): Delete functions.
4113
4114 (custom-declare-theme): Signal error on invalid theme names.
4115 (provide-theme): custom-loaded-themes was deleted.
4116 (load-theme): Load the file unconditionally.
4117 (enable-theme): Call `load-theme' if theme is undefined.
4118 (custom-enabled-themes): Only update value for successful loads.
4119 (disable-theme): Complete from enabled themes when interactive.
4120 (custom-variable-theme-value): Calculate theme value directly.
4121
4122 (custom-theme-reset-variables, custom-reset-variables): Mark as
4123 XEmacs compatibility functions. We don't actually use these.
4124
4125 * cus-edit.el (custom-variable-state-set):
4126 Use custom-variable-theme-value instead of custom-theme-value.
4127 (custom-face-state-set): Rename `standard' theme to `changed'.
4128 (custom-save-variables, custom-save-faces): Delete unneeded
4129 references to custom-reset-variables.
4130 (custom-save-resets): Delete function.
4131 (custom-save-variables, custom-save-faces): MODE argument deleted.
4132 (custom-save-variables, custom-save-faces): Ignore theme values.
4133
4134 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4135 compatibility function.
4136
4137 2006-01-01 Richard M. Stallman <rms@gnu.org>
4138
4139 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4140 (Custom-reset-current, Custom-reset-saved): Likewise.
4141 (Custom-reset-standard): Show message if aborted.
4142 (custom-mode): Doc fix, describing those commands.
4143
4144 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4145 put on event-kind property.
4146
4147 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * custom.el (provide-theme): Ban `user' theme name.
4150 (custom-enabling-themes): New variable.
4151 (enable-theme): Don't enable user if custom-enabling-themes is t.
4152 (custom-enabled-themes): Make it a defcustom.
4153 (custom-theme-recalc-face): No-op if face is undefined.
4154
4155 * cus-edit.el (custom-button-mouse): New variable.
4156 (custom-button-mouse): New face.
4157 (custom-raised-buttons, custom-mode): Use it.
4158
4159 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4160
4161 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4162
4163 * progmodes/gud.el (gud-display-line): Support hl-line in the
4164 source buffer.
4165
4166 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4167
4168 * mouse.el (mouse-drag-window-above): Verify that the found window
4169 overlaps with the given window in the horizontal dimension.
4170
4171 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4172
4173 * Makefile.in (cvs-update): New target.
4174
4175 * makefile.w32-in (cvs-update): Ditto.
4176
4177 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4180 (custom-new-theme-mode-map): New variable.
4181
4182 2005-12-30 Richard M. Stallman <rms@gnu.org>
4183
4184 * custom.el (custom-load-themes): Function deleted.
4185
4186 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4187 (custom-save-variables): Don't delete or add custom-load-themes call.
4188
4189 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * cus-start.el: Add `visible-cursor'.
4192
4193 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4194 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4195 (flymake-process-filter): Switch to buffer before calling it instead.
4196 (flymake-post-syntax-check, flymake-highlight-err-lines)
4197 (flymake-delete-own-overlays, flymake-parse-err-lines)
4198 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4199 (flymake-count-lines, flymake-parse-residual):
4200 Remove constant buffer argument.
4201 (flymake-start-syntax-check-for-current-buffer): Remove.
4202 Update callers to use flymake-start-syntax-check instead.
4203 (flymake-display-err-menu-for-current-line):
4204 Remove unused var `mouse-pos'.
4205 (flymake-restore-formatting): Comment out unused function.
4206 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4207 argument, use current-buffer instead. Update callers.
4208
4209 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4210
4211 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4212 buffer-local because choose-completion-delete-max-match requires
4213 that we set completion-ignore-case (i.e., binding via let is not
4214 sufficient).
4215 (bibtex-complete): Always set completion-ignore-case and
4216 choose-completion-string-functions. The latter is needed because
4217 choose-completion-string-functions keeps its value if we quit the
4218 *Completions* buffer without requesting a completion.
4219
4220 2005-12-30 Andreas Schwab <schwab@suse.de>
4221
4222 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4223
4224 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4225
4226 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4227
4228 2005-12-30 Juri Linkov <juri@jurta.org>
4229
4230 * locate.el (locate-fcodes-file, locate-header-face)
4231 * progmodes/delphi.el (delphi-other-face)
4232 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4233
4234 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4235 group `paren-showing-faces'.
4236
4237 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4238 (goto-address): Fix docstring.
4239
4240 * net/webjump.el (webjump-sample-sites): Update URLs.
4241
4242 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4243
4244 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4245
4246 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * font-lock.el (font-lock-compile-keywords): Signal an error when
4249 font-lock-set-defaults hasn't been called.
4250
4251 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4252
4253 * subr.el (noreturn, 1value): Doc fixes.
4254
4255 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4256
4257 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4258 that assoc-string returns nil.
4259
4260 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4261
4262 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4263 (bibtex-entry-type-str, bibtex-empty-field-re)
4264 (bibtex-search-backward-string, bibtex-preamble-prefix)
4265 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4266 (bibtex-any-valid-entry-type): New variable.
4267 (bibtex-parse-field-name): Simplify.
4268 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4269 (bibtex-preamble-prefix): Include left delimiter.
4270 (bibtex-search-forward-field, bibtex-search-backward-field):
4271 Allow unbounded search past entry boundaries (required by bibtex-pop).
4272 (bibtex-text-in-field-bounds): Use push.
4273 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4274 (bibtex-parse-preamble, bibtex-valid-entry)
4275 (bibtex-beginning-first-field): New functions.
4276 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4277 (bibtex-map-entries): Fix docstring.
4278 (bibtex-flash-head): New arg prompt. Simplify.
4279 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4280 (bibtex-insert-kill): Simplify. Always insert text past the
4281 current field or entry.
4282 (bibtex-format-entry): Use bibtex-parse-field.
4283 (bibtex-pop): Use bibtex-beginning-of-entry and
4284 bibtex-end-of-entry to initiate the search. Insert empty field if
4285 we found ourselves.
4286 (bibtex-print-help-message): New args field and comma.
4287 Handle entry keys.
4288 (bibtex-make-field): Use bibtex-beginning-of-entry.
4289 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4290 invalid entry.
4291 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4292 Handle preambles. Simplify code for thorough test.
4293 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4294 New arg comma. Handle entry heads.
4295 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4296 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4297 New arg comma.
4298 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4299 (bibtex-fill-field): Simplify.
4300 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4301 bibtex-parse-field.
4302 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4303 (bibtex-complete): Use bibtex-parse-preamble.
4304
4305 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4306
4307 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4308 Display name of expression instead of convenience variable.
4309 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4310
4311 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4312 toggle-gud-tooltip-dereference.
4313 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4314 (gud-tooltip-tips): ...here when dereferencing.
4315
4316 2005-12-28 Bill Wohler <wohler@newt.com>
4317
4318 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4319
4320 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4323 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4324 (vc-annotate-display-autoscale): Adjust call.
4325 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4326 Fix interactive spec.
4327 (vc-annotate-time-span): Remove.
4328 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4329 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4330 (vc-annotate-display-select): Use new name.
4331
4332 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4333 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4334 Correct the construction of span entries. Simplify.
4335 (vc-annotate-display-select): Fix the nil case.
4336 (vc-annotate): Remove obsolete (and now broken) code.
4337 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4338 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4339
4340 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4341
4342 * subr.el (lazy-completion-table): Correct typo in docstring.
4343
4344 * startup.el (command-line): Use `custom-reevaluate-setting' for
4345 `send-mail-function'.
4346
4347 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4348
4349 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4350
4351 * mail/smtpmail.el (smtpmail-try-auth-methods):
4352 Send credentials together with "AUTH PLAIN" command.
4353
4354 2005-12-27 Richard M. Stallman <rms@gnu.org>
4355
4356 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4357 mouse-2, go back to previously selected window, so it's selected
4358 when mouse-2 command runs.
4359
4360 2005-12-27 Juri Linkov <juri@jurta.org>
4361
4362 * descr-text.el (describe-text-sexp): Use square brackets for
4363 button [Show] to distinguish it from the property value `show'.
4364 (describe-property-list): Use `insert-text-button' with
4365 `help-face' type instead of putting face in quotes, because button
4366 is not created automatically for a list of faces.
4367 (describe-text-properties-1): Put button-type value in quotes to
4368 distinguish from plain text "button".
4369 (describe-char): Display code point values in hex. Don't use
4370 `symbol-name' for `current-input-method' because it is a string.
4371 Use `insert-text-button' with `help-face' type instead of putting
4372 hardcoded face in quotes, because button is not created automatically.
4373
4374 2005-12-27 Richard M. Stallman <rms@gnu.org>
4375
4376 * progmodes/glasses.el (glasses-face): More specific custom type.
4377
4378 * files.el (set-visited-file-name): Doc fix.
4379
4380 * textmodes/flyspell.el (flyspell-external-point-words):
4381 Use local var buffer-scan-pos to advance scan for next misspelling.
4382 Advance it only after we find the misspelling.
4383
4384 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4385
4386 * textmodes/flyspell.el (flyspell-external-point-words):
4387 New criteria for finding the misspelling in the buffer.
4388
4389 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4390
4391 * help-mode.el (help-insert-string): Set help-xref-stack-item
4392 rather than call help-setup-xref.
4393
4394 * descr-text.el (describe-char): Revert previous changes for
4395 optional buffer argument.
4396
4397 2005-12-27 Juri Linkov <juri@jurta.org>
4398
4399 * help-mode.el (help-insert-string): New function. Save buffer
4400 contents in cases where it is impossible to recompute the old contents.
4401
4402 * descr-text.el (describe-char): Set help-xref-stack-item
4403 explicitly after buffer has been generated.
4404
4405 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4406
4407 * cus-start.el (all): Add x-gtk-show-hidden-files.
4408
4409 2005-12-26 Richard M. Stallman <rms@gnu.org>
4410
4411 * replace.el (perform-replace): Calculate match-again
4412 before skipping read-only matches.
4413
4414 * paren.el (paren-showing-faces): New group.
4415 (show-paren-match, show-paren-mismatch): Move to that group.
4416
4417 * button.el (button): Put into group `basic-faces'.
4418
4419 * progmodes/make-mode.el: Remove faces from group `faces'.
4420
4421 * apropos.el (apropos, apropos-value): Doc fix.
4422 (apropos-documentation): Doc fix.
4423
4424 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * subr.el (lazy-completion-table): Remove argument `args'.
4427
4428 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4429 Don't use the `args' argument of lazy-completion-table.
4430
4431 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4432
4433 * descr-text.el (describe-char): Add optional argument for buffer.
4434 Set buffer appropriately. Call help-setup-xref.
4435 Suggested by Stefan Monnier.
4436
4437 2005-12-26 Juri Linkov <juri@jurta.org>
4438
4439 * descr-text.el: Require `help-fns' at runtime. Don't require
4440 `button' for byte compilation.
4441 (describe-text-widget): Add `help-echo' for first button.
4442 Use `help-info' for second.
4443 (describe-property-list): Use `help-argument-name' instead of `italic'.
4444 (describe-text-category): Add prompt to interactive spec.
4445 Call `help-setup-xref'.
4446 (describe-char): Use `help-character-set'. Add `help-echo' for
4447 code point. Use `help-input-method'. Remove superfluous insert.
4448
4449 2005-12-25 Richard M. Stallman <rms@gnu.org>
4450
4451 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4452 at point, in case of narrowing.
4453
4454 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4455
4456 * locate.el (locate-header-face): Allow nil in type.
4457
4458 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4459
4460 2005-12-25 Romain Francoise <romain@orebokech.com>
4461
4462 * battery.el (battery-linux-proc-acpi): Also try
4463 `/proc/acpi/thermal_zone/THM0/temperature'.
4464
4465 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * custom.el (custom-push-theme): Fix docstring.
4468
4469 * cus-edit.el (custom-variable-set, custom-variable-save)
4470 (custom-variable-save): Custom-quote widget values.
4471 (customize-save-variable): Fix custom-push-theme call.
4472
4473 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4474
4475 * w32-fns.el (w32-batch-update-autoloads): New function.
4476
4477 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4478 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4479 from the command line.
4480
4481 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4484 reset means to remove setting from theme entirely. Don't keep
4485 expanding theme-settings list; delete old entries if necessary.
4486
4487 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4488 customization" button one line up.
4489 (custom-themed): New face.
4490 (custom-magic-alist): New value, THEMED, for theme settings.
4491 (custom-variable-state-set, custom-face-state-set):
4492 Check theme-value instead of saved-value.
4493 (custom-variable-reset-standard, custom-face-reset-standard):
4494 Remove theme setting entirely. Recalculate new values.
4495 (custom-variable-set, custom-variable-set)
4496 (custom-variable-reset-saved, custom-variable-reset-backup)
4497 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4498 (custom-variable-save): Fix typos.
4499
4500 2005-12-23 Juri Linkov <juri@jurta.org>
4501
4502 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4503 Add autoload cookies.
4504 (edebug-outside-d-c-i-n-s-w): New variable.
4505 (edebug-display, edebug-outside-excursion): Use it to save the
4506 original value of default-cursor-in-non-selected-windows.
4507 Set default-cursor-in-non-selected-windows to t while Edebug
4508 is active.
4509 (edebug-mode, edebug-eval-mode): Doc fix.
4510
4511 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4512 with `buffer-substring-no-properties' to remove common substring
4513 highlighting.
4514
4515 * info.el (info-other-window, info): Rename function argument
4516 `file' to `file-or-node'.
4517 (Info-complete-menu-item): Use local variable `complete-nodes' to
4518 keep the global value of `Info-complete-nodes' unchanged for
4519 subsequent completions.
4520 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4521
4522 * simple.el (get-next-valid-buffer, last-buffer)
4523 (next-error-buffer-p, next-error-find-buffer)
4524 (minibuffer-history-sexp-flag): Doc fix.
4525
4526 * savehist.el (savehist-mode-hook): Add `:group'.
4527
4528 * log-view.el: Call autoload for vc-find-version.
4529 (log-view-current-file): Adjust subgroup numbers.
4530 (log-view-current-tag): Add `length'.
4531
4532 2005-12-23 Richard M. Stallman <rms@gnu.org>
4533
4534 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4535
4536 2005-12-23 Juri Linkov <juri@jurta.org>
4537
4538 * hi-lock.el (hi-lock-archaic-interface-message-used)
4539 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4540 (hi-lock-mode): Display "Hi" in the mode line only when
4541 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4542 (hi-lock-write-interactive-patterns):
4543 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4544 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4545 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4546 font-lock-add-keywords to t.
4547
4548 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4549
4550 * hi-lock.el (hi-lock-highlight-range): New variable.
4551 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4552 only if font-lock-fontified is non-nil. Remove overlays.
4553 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4554 font-lock-fontified is non-nil, otherwise use overlays (instead of
4555 text properties).
4556 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4557 New variables.
4558 (hi-lock-string-serialize) New function.
4559
4560 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4561
4562 * menu-bar.el (menu-find-file-existing): New function.
4563 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4564
4565 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4566
4567 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * vc.el: Remove unnecessary leading * in docstrings.
4570 (vc-annotate-mode-map): Move initialization into declaration.
4571 (vc-static-header-alist): Nitpick on the regexp.
4572 (vc-default-init-version): New fun.
4573 (vc-register): Use it.
4574 (vc-insert-headers): Use dolist.
4575 (vc-annotate-get-backend): Remove unused function.
4576 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4577 (vc-annotate-mode): Remove corresponding call.
4578 (vc-annotate-car-last-cons): Simplify.
4579 (vc-annotate-buffers): Remove var.
4580 (vc-annotate-backend): Make it buffer-local.
4581 (vc-annotate): Move the interaction to the interactive spec.
4582 Add a `buf' argument.
4583 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4584 killing&creating a vc-annotate buffer, which is very disruptive when
4585 the buffers are shown in dedicated frames.
4586
4587 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * descr-text.el: Add FSF as maintainer.
4590 (describe-text-mode, describe-text-mode-map)
4591 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4592 help-mode.
4593 (describe-text-widget, describe-text-sexp)
4594 (describe-property-list, describe-text-category)
4595 (describe-text-properties, describe-text-properties-1)
4596 (describe-char): Use help buttons instead of widgets.
4597 (describe-char-unicodedata-file): Make URL link in doc string.
4598
4599 2005-12-22 Richard M. Stallman <rms@gnu.org>
4600
4601 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4602 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4603 Don't include buttons that write a file when there's no file.
4604 (custom-variable-menu, custom-face-menu, custom-group-menu):
4605 Don't include commands that write a file when there's no file.
4606 (customize-browse): Reword the top-of-buffer help intro.
4607 (custom-buffer-create-internal): Fix previous change.
4608 (customize-changed-options-previous-release): Prev release is 21.1.
4609 (customize-changed-options): Doc fix.
4610 (customize-changed): New alias.
4611 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4612 Say "standard values".
4613 (Custom-reset-standard): Doc fix.
4614 (custom-face-reset-standard): Doc fix.
4615
4616 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4619 even if font-lock-mode is non-nil since it may be t without having
4620 turned on font-lock-mode-internal.
4621 (font-lock-choose-keywords): Minor optimization.
4622 (font-lock-add-keywords, font-lock-remove-keywords)
4623 (font-lock-set-defaults): Don't call make-local-variable on a variable
4624 that we know to already be local.
4625
4626 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4627
4628 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4629 messages if in the minibuffer.
4630
4631 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4634 (tex-mode-flyspell-verify, flyspell-get-word)
4635 (flyspell-external-point-words): Don't use point-min/max uselessly.
4636
4637 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4638 by Kevin Rodgers. Instead, just hide the completions buffer if we
4639 don't need to show it.
4640
4641 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4642
4643 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4644
4645 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4648 delete-windows-on with an inexistent buffer.
4649
4650 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4651
4652 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4653 Delete defcustom variable :tag names.
4654
4655 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4658 (log-view-font-lock-keywords): Ajust subgroup numbers.
4659 (log-view-current-tag): Don't hard code the number of subgroups.
4660
4661 2005-12-20 Juri Linkov <juri@jurta.org>
4662
4663 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4664 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4665
4666 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4667 (menu-bar-non-minibuffer-window-p): Instead of checking
4668 display-multi-frame-p, use selected-frame when menu-updating-frame
4669 is nil.
4670
4671 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4672
4673 * align.el (align-rules-list): Use [ \t] instead of \s-
4674 for column separators in text mode.
4675
4676 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4677
4678 * help-mode.el (help-customize-variable, help-customize-face):
4679 Don't pop help-xref-stack as help-follow no longer pushes
4680 anything on to it.
4681
4682 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4683
4684 * textmodes/org.el (org-agenda-custom-commands): New option.
4685 (org-agenda): Offer custom commands on splash screen.
4686 (org-make-tags-matcher): Parser for Boolean logic added.
4687 (org-agenda-set-tags): New command.
4688 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4689 (org-set-tags): Efficiency improvements.
4690 (org-auto-align-tags): New option.
4691 (org-todo, org-demote, org-promote): Realign tags.
4692 (org-tags-completion-function): Use also "&" and "|" as separators.
4693 (org-org-menu): Agenda commands simplified.
4694
4695 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4696
4697 * cus-edit.el (customize-apropos, customize-apropos-options):
4698 Docstring changes.
4699
4700 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4701
4702 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4703
4704 * longlines.el (longlines-mode): Wrap while widened.
4705 (longlines-decode-region, longlines-encode-region): Compute max
4706 just once.
4707
4708 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4709
4710 * cus-edit.el (mac): New group.
4711
4712 * cus-start.el (all): Add user options in macterm.c. Add test for
4713 Mac-related built-ins. Fix test for GTK-related built-ins.
4714
4715 * term/mac-win.el (mac-handle-language-change)
4716 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4717 (mac-services-open-selection, mac-services-mail-selection)
4718 (mac-services-mail-to, mac-services-insert-text)
4719 (mac-dispatch-apple-event): Add docstrings.
4720 (x-get-selection, mac-select-convert-to-string): Select coding
4721 system from `utf-16be' and `utf-16le' using `byteorder'.
4722
4723 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4724
4725 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4726 a "list" (lambda ...) rather than a real completion list.
4727
4728 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4729 lexical-let when encountering ((lambda (...) ...) ...).
4730
4731 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4732
4733 * progmodes/sh-script.el (sh-mode):
4734 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4735 * textmodes/picture.el (picture-mode): Update docstrings.
4736
4737 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4738
4739 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4740 commands enclosed in $(ARGQUOTE)s should not be split between two
4741 lines, as that will break with GNU Make >3.80, when sh.exe is used
4742 and arg quoting is with '..'.
4743 (autoloads): Don't break the quoted --eval expression between
4744 several lines.
4745
4746 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4749 Capture error from printing circular structures.
4750
4751 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4752
4753 * wid-edit.el (widget-checkbox-action): Clear undo info.
4754
4755 2005-12-16 Bill Wohler <wohler@newt.com>
4756
4757 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4758 bar, not menubar in comment.
4759
4760 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4763 After-change-functions should not clobber the match data.
4764
4765 2005-12-16 Juri Linkov <juri@jurta.org>
4766
4767 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4768 instead of `buffer-substring'.
4769 (completion-common-substring): Doc fix.
4770 (completion-setup-function): Use minibuffer-completion-contents
4771 instead of minibuffer-contents. Don't set common-string-length
4772 initially. Remove special handling of partial-completion-mode.
4773 Move computation of completion-base-size into one cond.
4774 Call completion-base-size-function in mainbuf. In computation of
4775 completion-base-size for file name completion don't move point to
4776 the end of the minibuffer. Move computation of common-string-length
4777 into one cond. Start putting faces only when common-string-length>=0.
4778 Add condition to put completions-common-part when
4779 common-string-length>0.
4780
4781 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4782 place point at the first different character in the minibuffer
4783 even if this position is at the beginning of the minibuffer.
4784
4785 * info.el (Info-read-node-name-1): In completion-base-size-function's
4786 lambda return 1 if common-substring or minibuffer-completion-contents
4787 starts with (, and 0 otherwise.
4788
4789 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4790 Use `crm-current-element' for second arg of `display-completion-list'.
4791
4792 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4793
4794 * files.el (set-auto-mode): Look for an interpreter specified on
4795 the first line also if search for mode specification succeeded,
4796 but the mode is not known.
4797
4798 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4799
4800 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4801 (org-open-at-point): Implement tag searches as links.
4802 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4803 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4804 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4805 (org-agenda-dispatch): New commands.
4806 (org-use-tag-inheritance, org-tags-column): New options.
4807 (org-tab-follows-link, org-return-follows-link): New options.
4808 (org-tags): New customize group.
4809 (org-start-icalendar-file): Get local time zone.
4810 (org-tags-completion-function): New function.
4811 (org-set-font-lock-defaults): Make sure links will also be
4812 highlighted inside headlines.
4813
4814 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4815
4816 * term.el (term-emulate-terminal):
4817 Let term-handle-ansi-terminal-messages override what Bash says about
4818 its current directory.
4819
4820 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4821
4822 * bindings.el (last-buffer): Move to simple.el.
4823 * simple.el (last-buffer): Move here.
4824 (get-next-valid-buffer): New function.
4825 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4826 (prev-buffer): Ditto. Rename to `previous-buffer'.
4827
4828 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4829 * bindings.el (global-map): Ditto.
4830
4831 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4832
4833 * cus-edit.el: Introductory comment change.
4834 (custom-magic-alist): Change message string for the `rogue' state.
4835
4836 2005-12-15 Richard M. Stallman <rms@gnu.org>
4837
4838 * tooltip.el: Delete defcustom variable :tag names.
4839
4840 * complete.el (partial-completion-mode): Doc fix.
4841
4842 * textmodes/flyspell.el (flyspell-external-point-words):
4843 Use save-excursion to ensure we don't move backward in the
4844 search loop, not even one character.
4845 (flyspell-delete-all-overlays): Use remove-overlays directly.
4846
4847 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4848 (ispell-start-process): Set that variable.
4849 Clear ispell-buffer-local-name.
4850 (ispell-internal-change-dictionary):
4851 Set ispell-current-dictionary after killing process.
4852 (ispell-buffer-local-dict):
4853 Don't set spell-personal-dictionary after killing process.
4854 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4855 (ispell-tex-skip-alists, ispell-html-skip-alists)
4856 (ispell-skip-region-alist): Mark as risky.
4857
4858 * net/newsticker.el (newsticker--retrieval-timer-list)
4859 (newsticker--display-timer, newsticker-running-p)
4860 (newsticker-ticker-running-p): Definitions moved up.
4861
4862 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4865
4866 2005-12-15 David Ponce <david@dponce.com>
4867
4868 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4869 (recentf-edit-list, recentf-open-files): Signal an error when
4870 there is no recent file.
4871
4872 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4873
4874 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4875 read-only except for texinfo-format-region evaluation.
4876
4877 2005-12-14 Richard M. Stallman <rms@gnu.org>
4878
4879 * vc.el (vc-default-previous-version, vc-default-next-version)
4880 (vc-do-command): Doc fixes.
4881
4882 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4883
4884 * textmodes/bibtex.el (bibtex-expand-strings)
4885 (bibtex-autokey-expand-string, bibtex-name-part)
4886 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4887 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4888 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4889 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4890 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4891 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4892 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4893 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4894 (bibtex-beginning-of-last-entry): Remove.
4895 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4896 message if comma is missing but buffer is read-only.
4897 (bibtex-parse-field-text): Handle whitespaces at the end of field
4898 text. Return 3-element list with beginning and end of field text
4899 and end of field.
4900 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4901 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4902 (bibtex-search-forward-field, bibtex-search-backward-field):
4903 Search always delimited by limits of entry. Use more efficient
4904 search algorithms.
4905 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4906 bibtex-end-of-name-in-field.
4907 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4908 extracting the content of a field.
4909 (bibtex-text-in-field): Use search limits.
4910 (bibtex-parse-string-prefix): Handle empty string keys based on
4911 bibtex-string-empty-key.
4912 (bibtex-parse-string): Fix docstring.
4913 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4914 (bibtex-preamble-prefix, bibtex-strings): New functions.
4915 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4916 BibTeX entries (consistent with other BibTeX functions).
4917 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4918 (bibtex-search-entry): Fix docstring. Simplify.
4919 (bibtex-flash-head, bibtex-complete-string-cleanup)
4920 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4921 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4922 (bibtex-parse-entry): New optional arg content.
4923 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4924 Use bibtex-text-in-field-bounds.
4925 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4926 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4927 bibtex-parse-string-postfix.
4928 (bibtex-find-text-internal): New function.
4929 (bibtex-remove-delimiters): Use it.
4930 (bibtex-find-text): Use it. New optional arg help.
4931 (bibtex-complete): Handle BibTeX string and preamble entries.
4932 (bibtex-Preamble): Fix order of closing delimiters.
4933
4934 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * vc.el (vc-default-revert): New fun.
4937
4938 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4939
4940 2005-12-14 Romain Francoise <romain@orebokech.com>
4941
4942 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4943 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4944 (font-lock-remove-keywords): Likewise.
4945
4946 2005-12-14 Juri Linkov <juri@jurta.org>
4947
4948 * log-view.el (log-view-diff): Doc fix.
4949
4950 * isearch.el (isearch-query-replace): Use (mark) instead of
4951 isearch-opoint if mark is active in transient-mark-mode.
4952
4953 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4954
4955 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4956
4957 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4958
4959 * progmodes/cpp.el (cpp-face): New widget.
4960 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4961
4962 2005-12-14 Juri Linkov <juri@jurta.org>
4963
4964 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4965 around `erase-buffer' and `insert'.
4966
4967 * descr-text.el (describe-text-properties): Replace buffer name
4968 "*Help-2*" with "*Help*<2>".
4969 (describe-char): Add functions print-help-return-message,
4970 toggle-read-only. Use help-setup-xref with nil to not store
4971 describe-char in help-xref-stack. Use help-make-xrefs to
4972 make [back] button.
4973
4974 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4975
4976 * wdired.el (wdired-old-point): New internal variable.
4977 (wdired-change-to-wdired-mode): Set it buffer-locally.
4978 (wdired-abort-changes): Restore point after aborting changes.
4979
4980 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * vc.el (vc-do-command): Add a new value t for okstatus.
4983
4984 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4985 frame in case of errors.
4986
4987 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4988
4989 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4990 so it comes after "On the Left" in the menu.
4991
4992 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4993
4994 * cus-edit.el (customize-apropos, customize-apropos-options)
4995 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4996
4997 2005-12-12 Bill Wohler <wohler@newt.com>
4998
4999 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5000 non-writable Subversion-controlled files by saving window
5001 configuration before calling vc-do-command. vc-do-command calls
5002 pop-to-buffer on error which is unexpected during registration.
5003
5004 2005-12-12 Jay Belanger <belanger@truman.edu>
5005
5006 * calc/README: Update the summary of changes.
5007
5008 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * descr-text.el (describe-char): Rework last fix to solve the problem
5011 is the same way it's solved for everything else in that function
5012 (i.e. by extracting the info before setting up the *Help* buffer).
5013
5014 2005-12-12 Kim F. Storm <storm@cua.dk>
5015
5016 * subr.el (version-regexp-alist): Allow space as separator before
5017 non-numeric part, e.g. "1.0 alpha".
5018 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5019
5020 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5021
5022 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5023 Implement Logging and the keep-modes setting.
5024 (org-get-category): Make sure a string is returned.
5025 (org-log-done): New function.
5026 (org-log-done, org-closed-string): New options.
5027
5028 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5029
5030 * tooltip.el (tooltip-y-offset): Change default to 20.
5031
5032 2005-12-12 Richard M. Stallman <rms@gnu.org>
5033
5034 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5035
5036 * frame.el (display-hourglass): Doc fix.
5037
5038 * help.el (help-for-help-internal): Simplify entry for `a'.
5039
5040 * info.el (Info-on-current-buffer): Doc fix.
5041 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5042
5043 * startup.el (inhibit-splash-screen): Make this the real name.
5044 (inhibit-startup-message): Make this the alias.
5045 (command-line): Find only simple.el, and use its directory
5046 to fill in other preloaded files' names.
5047 (command-line): Deactivate the mark if deactivate-mark is set.
5048
5049 * international/mule.el (load-with-code-conversion):
5050 Bind deactivate-mark.
5051
5052 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5053
5054 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5055
5056 * cus-edit.el (customize-apropos): Avoid listing an option more
5057 than once under different aliases. No longer list user options
5058 that are not defined with defcustom (unless a prefix arg is given).
5059 Doc fix.
5060 (customize-apropos-options): Doc fix.
5061
5062 2005-12-11 Juri Linkov <juri@jurta.org>
5063
5064 * frame.el (set-background-color, set-foreground-color)
5065 (set-cursor-color, set-mouse-color, set-border-color):
5066 Add explicit prompts to read colors by `facemenu-read-color'.
5067 (show-trailing-whitespace, blink-cursor-delay)
5068 (blink-cursor-interval, display-hourglass, hourglass-delay):
5069 Remove tags.
5070 (display-hourglass, hourglass-delay): Doc fix.
5071 (cursor-in-non-selected-windows): Capitalize words in tag.
5072
5073 * faces.el (frame-background-mode): Replace `choice-item' keywords
5074 with `const' to not make [default] button. Change default value tag
5075 from `default' to `automatic'. Doc fix.
5076 (trailing-whitespace) <defface>: Change group `whitespace' to
5077 `whitespace-faces'.
5078
5079 2005-12-11 Richard M. Stallman <rms@gnu.org>
5080
5081 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5082
5083 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5084
5085 * term/mac-win.el: Create keymap for mac-apple-event-map.
5086
5087 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5088
5089 * tooltip.el (tooltip-mode): Move to start of file so that it
5090 appears at top of customize buffer.
5091
5092 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5093 Add the gud groupname.
5094 (gud-tooltip-mode): Add the tooltip groupname.
5095 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5096 avoid conflict with tooltip-use-echo-area.
5097
5098 2005-12-10 Romain Francoise <romain@orebokech.com>
5099
5100 * help.el (help-for-help-internal): Add `r' in doc string.
5101
5102 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5103
5104 * align.el (align-regexp, align-highlight-rule):
5105 Use region-beginning and region-end instead of point and mark, so that
5106 repetition (with `repeat-complex-command') recomputes the region
5107 bounds.
5108
5109 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5110
5111 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5112 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5113 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5114 (balance-windows): Rewrite using the above new functions.
5115
5116 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5117
5118 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5119 react if global-hi-lock-mode seems intended.
5120 (global-hi-lock-mode) Renamed from hi-lock-mode.
5121 (hi-lock-archaic-interface-message-used)
5122 (hi-lock-archaic-interface-deduce): New variables.
5123 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5124 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5125 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5126 Replace hi-lock-buffer-mode with hi-lock-mode.
5127
5128 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5129
5130 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5131 completion list, even after a partial completion has been
5132 inserted in the current buffer. If there are more than 1
5133 completion, redisplay the *Completions* buffer; if the
5134 completion is unique, delete the *Completions* window.
5135
5136 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5137
5138 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5139 strings and long subject lines that were broken into multiple
5140 lines at arbitrary places. Handle subjects that have "Re: " in
5141 the middle.
5142
5143 2005-12-10 John W. Eaton <jwe@octave.org>
5144
5145 * emacs/octave-mod.el (octave-electric-space): Don't indent
5146 comments or strings if octave-auto-indent is nil.
5147
5148 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5149
5150 * term/mac-win.el: Require url when compiling.
5151 Call mac-process-deferred-apple-events after loading init files.
5152 (mac-apple-event-map): New defvar. Define event handlers in it.
5153 (core-event, internet-event): New Apple event class symbols.
5154 (open-application, reopen-application, open-documents)
5155 (print-documents, open-contents, quit-application)
5156 (application-died, show-preferences, autosave-now, get-url):
5157 New Apple event ID symbols.
5158 (about): New HICommand ID symbol.
5159 (mac-event-spec, mac-event-ae): New macros.
5160 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5161 (mac-ae-selection-range, mac-ae-text-for-search)
5162 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5163 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5164 and Services menu events are now defined in mac-apple-event-map.
5165 (mac-drag-n-drop): Remove selection range handling.
5166
5167 2005-12-10 Kenichi Handa <handa@m17n.org>
5168
5169 * simple.el (zap-to-char):
5170 * isearch.el (isearch-process-search-char): Translate CHAR by
5171 translation-table-for-input.
5172
5173 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * foldout.el (foldout-exit-fold): Properly hide subtree.
5176
5177 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5178
5179 * files.el (save-buffer):
5180 * international/ucs-tables.el (ucs-set-table-for-input):
5181 * mail/mail-extr.el (mail-extract-address-components):
5182 * mail/sendmail.el (mail-mode): Reformat doc string.
5183
5184 2005-12-09 Juri Linkov <juri@jurta.org>
5185
5186 * isearch.el (isearch-highlight): Change main overlay priority
5187 from 1 to 1001. Simplify.
5188 (isearch-lazy-highlight-update): Change lazy overlay priority
5189 from 0 to 1000.
5190
5191 * replace.el (replace-highlight): Change overlay priority from
5192 1 to 1001.
5193
5194 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5195 Change overlay priority from 1 to 1001. Reuse existing overlay.
5196
5197 * compare-w.el (compare-windows-highlight): Change overlay
5198 priority from 1 to 1000.
5199
5200 * menu-bar.el (menu-bar-edit-menu): Add listp around
5201 pending-undo-list to disable menu item "undo" when pending
5202 undo list is empty.
5203
5204 * locate.el (locate): Disable undo in *Locate* buffer.
5205
5206 2005-12-09 Kim F. Storm <storm@cua.dk>
5207
5208 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5209
5210 2005-12-09 David Ponce <david@dponce.com>
5211
5212 * recentf.el: Improvement of the menu code.
5213 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5214 instead of menu hook.
5215 (recentf-show-menu, recentf-hide-menu): New functions.
5216 (recentf-menu-customization-changed, recentf-mode): Use them.
5217 (recentf-menu-action, recentf-max-menu-items)
5218 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5219 (recentf-arrange-by-rule-others)
5220 (recentf-arrange-by-rules-min-items)
5221 (recentf-arrange-by-rule-subfilter) : Don't use
5222 `recentf-menu-customization-changed'.
5223 (recentf-arrange-rules): Likewise. Accept functions to compute
5224 sub-menu titles.
5225 (recentf-menu-filter): Likewise. Doc fix.
5226 (recentf-menu-value-shortcut): Doc fix.
5227 (recentf-dump-variable): Quote atom value.
5228 (recentf-make-menu-items): Update to use it as a menu filter.
5229 (recentf-match-rule): New function.
5230 (recentf-arrange-by-rule): Use it.
5231 (recentf-indirect-mode-rule): New function.
5232 (recentf-build-mode-rules): Use it.
5233 (recentf-dir-rule): New function.
5234 (recentf-arrange-by-dir): Use it.
5235 (recentf-filter-changer-current): Rename from
5236 `recentf-filter-changer-state'. All references updated.
5237 (recentf-filter-changer-alist): Update filter names.
5238 (recentf-filter-changer-select): New function.
5239 (recentf-filter-changer): Use it. Make a sub-menu from filters
5240 available in `recentf-filter-changer-alist'.
5241 (recentf-data-cache, recentf-clear-data)
5242 (recentf-update-menu): Remove. All references updated.
5243 (recentf-match-rule-p, recentf-build-dir-rules)
5244 (recentf-filter-changer-goto-next)
5245 (recentf-filter-changer-get-current)
5246 (recentf-filter-changer-get-next): Remove.
5247
5248 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5249
5250 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5251 buffer "Reset" button to "Reset to Current" for consistency with
5252 the State buttons.
5253
5254 2005-12-08 John Paul Wallington <jpw@pobox.com>
5255
5256 * ibuf-ext.el (define-ibuffer-filter filename):
5257 If `dired-directory' is a list then really use its car.
5258
5259 2005-12-08 Kim F. Storm <storm@cua.dk>
5260
5261 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5262 Fix indention of text on right side of replaced rectangle.
5263
5264 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5267 No need to check gud-comint-buffer is bound.
5268 (gdb): Prevent multiple debugging when first session uses gdba.
5269
5270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5271
5272 CC Mode update to 5.31.
5273
5274 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5275 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5276 We might do this function properly in the future).
5277
5278 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5279 New macros c-sentence-end and c-default-value-sentence end, to cope
5280 with Emacs 22's new function `sentence-end'.
5281
5282 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5283
5284 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5285 compat issue using `c-put-overlay' and `c-delete-overlay'.
5286
5287 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5288 New compat macros to handle overlays/extents.
5289
5290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5291
5292 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5293 (for GNU Emacs 20.4)
5294
5295 * progmodes/cc-defs.el:
5296 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5297
5298 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5299 highlighting mechanism so it will work in XEmacs too.
5300
5301 * progmodes/cc-defs.el: Insert c-int-to-char.
5302
5303 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5304 call to the new macro c-int-to-char. This solves XEmacs's
5305 regarding characters as different from integers.
5306
5307 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5308
5309 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5310 New internal helper.
5311
5312 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5313 construct to make the indirect face lookup work in XEmacs.
5314
5315 (c-cpp-matchers): Append the negation char face to the existing
5316 fontification, so that the cpp face doesn't disappear.
5317 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5318 and strings.
5319
5320 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5321 to map to `font-lock-negation-char-face' in emacsen where it exists.
5322
5323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5324
5325 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5326
5327 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5328 Rename "c-subword-move-mode" as "c-subword-mode".
5329
5330 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5331 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5332
5333 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5334
5335 * progmodes/cc-mode.el: Added autoload directive for
5336 `c-subword-move-mode' for use in older emacsen.
5337
5338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5339
5340 * progmodes/cc-mode.el:
5341 (i) Insert a binding for C-c C-backspace into
5342 c-bind-special-erase-keys which works in TTYs.
5343 (ii) Make sure that when file styles are used, any explicitly
5344 given style variables take priority over those in the style.
5345 Do this by calling `hack-local-variables' a second time.
5346
5347 * progmodes/cc-vars.el: Add language specific customization
5348 widgets for AWK to c-doc-comment-style, c-require-final-newline
5349 and c-default-style. Add a defcustom for awk-mode-hook.
5350 Give c-syntactic-element and c-syntactic-context doc-strings by
5351 directly setting their `variable-documentation' propery.
5352 This allows Emacs 22.1 to read these with C-h v.
5353
5354 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5355
5356 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5357
5358 * progmodes/cc-fonts.el, cc-vars.el
5359 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5360 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5361 Masatake YAMATO.
5362
5363 (c-doc-comment-style): Made GtkDoc default in C mode.
5364
5365 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5366 and C-c C-<delete>.
5367
5368 (c-bind-special-erase-keys): New function for use on
5369 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5370
5371 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5372 <delete> key behavior in XEmacs according to `delete-forward-p'.
5373 C.f. `c-electric-delete'.
5374
5375 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5376
5377 * progmodes/cc-mode.el: Give c-hungry-backspace and
5378 c-hungry-delete-forward permanent key bindings.
5379
5380 * progmodes/cc-cmds.el (c-electric-semi&comma):
5381 Bind c-syntactic-context for calls to "criteria functions", for
5382 consistency with other calls to user functions.
5383
5384 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5385 `current-prefix-arg', since this might be the prefix arg to a
5386 command which calls c-indent-command as a function. Change the
5387 interactive spec from "p" to "P".
5388
5389 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5390 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5391 was difficult to understand.
5392
5393 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5394
5395 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5396 first char of an identifier.
5397
5398 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5399 +" syntax in C++.
5400
5401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5402
5403 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5404 auto-fill doesn't split a c-comment's last word from a hanging
5405 "*/" when a space is typed between them after fill-column.
5406
5407 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5408
5409 * progmodes/cc-styles.el (c-set-style)
5410 (c-setup-paragraph-variables): Abort the command if we're not in a
5411 CC Mode buffer.
5412
5413 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5414 with blank comment-prefix, and a blank line as the comment's
5415 second line.
5416
5417 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5418
5419 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5420 Incorporate the patterns added in the Emacs development branch
5421 for the new Emacs 22 face `font-lock-negation-char-face'.
5422
5423 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5424 of "red" since it stands out better in xterms and DOS terminals.
5425
5426 * progmodes/cc-engine.el (c-literal-faces):
5427 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5428
5429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5430
5431 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5432 forcibly enable c-electric-flag.
5433
5434 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5435 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5436 after the comment-prefix of a C-style comment will close that comment.
5437
5438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5439
5440 * progmodes/cc-fonts.el (c-basic-matchers-before)
5441 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5442 in Pike.
5443
5444 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5445 digraphs.
5446
5447 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5448 (c-cpp-message-directives, c-cpp-include-directives)
5449 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5450 (c-cpp-expr-directives): Introduce new language constants to
5451 control cpp syntax in a cleaner way.
5452
5453 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5454
5455 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5456
5457 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5458 (c-multiline-string-start-char): New language constants and
5459 variables to specify how newlines in string literals work.
5460
5461 (c-font-lock-invalid-string): Use them.
5462
5463 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5464 unbalanced close brace is entered. Optimization by avoiding going
5465 back over arbitrarily large blocks. Removed hints that this
5466 function only would be relevant/useful in AWK.
5467
5468 (c-electric-brace): Indent syntactically after the cleanups since
5469 lineup functions might do it differently then.
5470
5471 * progmodes/cc-engine.el, cc-langs.el
5472 (c-opt-op-identifier-prefix): New language constant and variable.
5473
5474 (c-just-after-func-arglist-p, c-after-special-operator-id)
5475 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5476
5477 * progmodes/cc-align.el, cc-engine.el
5478 (c-after-special-operator-id): New helper to handle C++ operator
5479 identifiers.
5480
5481 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5482 (c-guess-basic-syntax): Handle C++ operator identifiers in
5483 declarations.
5484
5485 * progmodes/cc-langs.el (c-assignment-operators): Add the
5486 trigraph version of ^= too.
5487
5488 * progmodes/cc-langs.el (c-assignment-operators): Add the
5489 trigraph version of |= in C++.
5490
5491 * progmodes/cc-fonts.el (c-font-lock-declarators):
5492 Handle `c-decl-hangon-kwds' after the identifier name.
5493
5494 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5495 whether an arglist is "nonempty", ignore a comment after the open
5496 paren if it isn't followed by a non-comment token on the same line.
5497
5498 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5499 Enable heuristics below the point to cope with classes inside special
5500 brace lists in Pike.
5501
5502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5503
5504 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5505
5506 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5507
5508 * progmodes/cc-guess.el (cc-guess-install): New function to
5509 install an already guessed style in another buffer.
5510
5511 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5512 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5513 anyway if the change always is undone.
5514
5515 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5516
5517 Implement togglable electricity:
5518
5519 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5520 saying when it should be used.
5521
5522 * progmodes/cc-engine.el: Add the new buffer-local variable,
5523 c-electric-flag.
5524
5525 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5526 c-toggle-auto-newline.
5527
5528 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5529 c-toggle-auto-newline. Remove the binding for
5530 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5531 c-toggle-electric-state.
5532
5533 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5534
5535 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5536 c-\(forward\|backward\)-subword.
5537 (c-update-modeline): Add the new modeline flag `l' for
5538 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5539 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5540 Make the old name an alias of the new name.
5541 (c-toggle-electric-state): New function.
5542 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5543 Adapt these functions to do electric things only when
5544 c-electric-flag is non-nil.
5545 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5546 new functions from c-electric-brace.
5547 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5548 mode, so that the tentative extra newline doesn't change the
5549 syntax of the following brace.
5550 (c-electric-brace): Restructure by extracting the above functions.
5551 Tidy up the coding somewhat.
5552 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5553 restructure a bit.
5554
5555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5556
5557 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5558 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5559
5560 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5561 (c-submode-indicators): Change name from `c-auto-hungry-string'
5562 since it's now used to track another submode.
5563
5564 (c-update-modeline): Convert to function and extended to check
5565 `c-subword-move-mode'.
5566
5567 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5568 Convert to compat aliases for `c-forward-subword' and
5569 `c-backward-subword'.
5570
5571 * progmodes/cc-subword.el: New functions and minor mode to handle
5572 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5573
5574 (c-forward-subword, c-backward-subword, c-mark-subword)
5575 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5576 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5577 Functions corresponding to the standard word handling functions.
5578
5579 (c-subword-move-mode): Minor mode that replaces all the standard
5580 word handling functions with their subword equivalences.
5581
5582 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5583
5584 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5585 entry for one-liner-defun.
5586
5587 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5588 name in its def-edebug-spec.
5589
5590 * progmodes/cc-cmds.el (c-electric-brace): Make the
5591 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5592 compacts space before a comment, if this will make things fit on
5593 one line.
5594
5595 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5596
5597 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5598
5599 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5600 clean-up one-liner-defun.
5601
5602 * progmodes/cc-styles.el: Add the new "awk" style.
5603
5604 * progmodes/cc-vars.el: Add description of one-liner-defun to
5605 c-cleanup-list's doc-string. New user options,
5606 c-max-one-liner-length. In c-default-style, set the default style
5607 for AWK to "awk".
5608
5609 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5610
5611 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5612 macros inside labels.
5613
5614 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5615 `c-at-statement-start-p' and `c-at-expression-start-p'.
5616
5617 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5618 error if the mark isn't set.
5619
5620 * progmodes/cc-engine.el (c-guess-continued-construct)
5621 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5622 accurately detect functions inside functions.
5623
5624 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5625 like `c-at-statement-start-p' that additionally recognizes commas
5626 and expression parentheses as delimiters.
5627
5628 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5629 to avoid heuristics that doesn't work for unclosed blocks.
5630 (c-at-statement-start-p): New function.
5631
5632 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5633 Objective-C directives, e.g. directives spanning lines should work
5634 reasonably well now.
5635
5636 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5637
5638 (c-forward-objc-directive): New function to move over any ObjC
5639 directive.
5640
5641 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5642 (c-basic-matchers-before): Use it.
5643
5644 (c-font-lock-objc-iip-decl): Remove.
5645
5646 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5647 in the template arglist recognition.
5648
5649 * progmodes/cc-styles.el (c-style-alist): Fix several
5650 inconsistencies in the Whitesmith style.
5651
5652 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5653 New lineup function to get lines after Whitesmith style blocks
5654 correctly indented.
5655
5656 (c-lineup-whitesmith-in-block): Back out the compensation for
5657 opening parens since it's done using `add' lists in the style
5658 definition instead. Don't use the anchor position since it varies
5659 too much between the syntactic symbols. :P
5660
5661 * progmodes/cc-vars.el (c-valid-offset): Update.
5662
5663 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5664 lists where the offsets are combined according to several
5665 different methods: `first', `min', `max', and `add'.
5666 Report offset evaluation errors with `c-benign-error' so that some kind
5667 of reindentation still is done.
5668
5669 * progmodes/cc-engine.el (c-guess-basic-syntax):
5670 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5671 `arglist-close'.
5672
5673 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5674 situations for `arglist-cont-nonempty' and `arglist-close'.
5675
5676 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5677
5678 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5679 cc-bytecomp-boundp' in a number of places.
5680
5681 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5682 macro related issue.
5683
5684 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5685
5686 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5687 list is now [asdf], a char class [:alpha:].
5688 Include code for char classes.
5689 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5690 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5691
5692 Remove (nearly all of) the cruft associated with AWK Mode's former
5693 concept of "virtual semicolons":
5694
5695 Adapt c-beginning-of-statement, c-end-of-statement (together with
5696 subfunctions) to use the new notion of "virtual semicolon" in
5697 place of the old awkward special handling for AWK. There remains
5698 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5699 * progmodes/cc-cmds.el:
5700 (c-ascertain-adjacent-literal): In the backwards direction, now
5701 recognises AWK regexp delimiters as string delimiters.
5702 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5703 check more rigorously for "end of macro".
5704 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5705 virtual semicolons;
5706 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5707 out the code for forward movement into ...
5708 (c-end-of-statement): Now contains the code for forward movement,
5709 adapted for virtual semicolons.
5710
5711 * progmodes/cc-engine.el:
5712 (c-ws*-string-limit-regexp): New regexp.
5713 (c-forward-single-comment, c-backward-single-comment): Comment out
5714 the (now redundant) "special" AWK stuff.
5715
5716 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5717 c-string-par-start, c-string-par-separate to be more like Text
5718 Mode than Fundamental Mode.
5719
5720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5721
5722 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5723 to the fontified region so that fontification doesn't occur
5724 outside it (could happen e.g. when fontifying a line with an
5725 unfinished declaration).
5726
5727 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5728
5729 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5730 start of the file. ^L now separate sections of the file.
5731 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5732 (c-awk-one-line-possibly-open-string-re)
5733 (c-awk-regexp-one-line-possibly-open-char-class-re)
5734 (c-awk-one-line-possibly-open-regexp-re)
5735 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5736 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5737
5738 Amend the concept of "virtual semicolons" (in the indentation
5739 engine) for languages like AWK, such that they are now
5740 conceptually attached to end of the last token of a statement, not
5741 the end of the line. (In AWK Mode, however, the pertinent text
5742 property is still physically set on the EOL.) Remove the specific
5743 tests for awk-mode, thus facilitating the introduction of other
5744 language modes where EOLs can end statements.
5745 (Note: The funtionality in cc-cmds.el, specifically
5746 c-beginning/end-of-statement has yet to be amended.)
5747
5748 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5749 New macros.
5750
5751 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5752 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5753 c-vsemi-status-unknown-p-fn (in a new page).
5754
5755 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5756 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5757 numerous awkward forms like
5758 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5759 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5760 variable before-ws-ip, the place just after char-before-ip appears.
5761
5762 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5763 a comment.
5764
5765 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5766
5767 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5768 `c-tentative-buffer-changes'.
5769
5770 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5771 convert to macro to choose between Emacs and XEmacs at compile time.
5772
5773 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5774
5775 (c-tentative-buffer-changes): New macro to handle temporary buffer
5776 changes in a convenient way.
5777
5778 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5779 for `c-tentative-buffer-changes'.
5780
5781 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5782 the checks for paren sexps between the point and the keyword, to
5783 avoid some false alarms.
5784
5785 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5786 Fixed a situation where an error could be thrown for unbalanced
5787 parens. Changed to make use of c-keyword-member' to avoid some
5788 repeated regexp matches.
5789
5790 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5791 These language variable are no longer necessary.
5792
5793 (c-block-stmt-kwds): New language constant used by
5794 c-looking-at-inexpr-block'.
5795
5796 (c-guess-basic-syntax): Remove an optional check that looked at
5797 the existence of the now removed language variables.
5798
5799 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5800 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5801 object instantiation expressions as declarations in some contexts.
5802 This bug only affected languages where the declarator can't be
5803 enclosed in parentheses.
5804
5805 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5806 insert newlines before and after substatement braces.
5807
5808 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5809 function declaration headers and the handling of C++ style member
5810 init lists.
5811
5812 (c-just-after-func-arglist-p): Rewritten to use
5813 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5814
5815 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5816
5817 (c-guess-basic-syntax): Adapt case 5B for the new
5818 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5819 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5820 covers all cases now).
5821
5822 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5823
5824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5825
5826 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5827 c-string-par-start/separate c-sentence-end-with-esc-eol,
5828 initialised in c-setup-paragraph-variables, used in string
5829 scanning subroutines of c-beginning-of-statement.
5830
5831 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5832 which precedes the newly inserted `{'.
5833
5834 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5835
5836 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5837 function for declaration level blocks. It should now cope with
5838 templates better and also be a lot more comprehensible.
5839
5840 (c-looking-at-decl-block): The new function.
5841
5842 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5843 for compatibility.
5844
5845 (c-add-class-syntax, c-guess-continued-construct)
5846 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5847
5848 (c-decl-block-key): Change to tell apart ambiguous and
5849 unambiguous keywords. Pike specials are now handled directly in
5850 the code instead.
5851
5852 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5853 New language constants and variables to make the backward skip in
5854 `c-looking-at-decl-block' as tight as possible.
5855
5856 (c-nonsymbol-token-char-list): New language constant.
5857
5858 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5859 find balanced template arglists backwards.
5860
5861 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5862 making char classes for `c-syntactic-skip-backward'.
5863
5864 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5865 16D - can't be a class-close at that point.
5866
5867 * progmodes/cc-engine.el (c-guess-basic-syntax)
5868 (c-add-class-syntax): Don't narrow out the enclosing declaration
5869 level. This makes everything a lot easier, and it was actually
5870 only four small places that needed it to work. Some places that
5871 previously did `widen' are removed now, which has the effect that
5872 `c-guess-basic-syntax' never will look at things outside the
5873 current narrowment now. The anchor position for `topmost-intro'
5874 is affected by this, but it was so bogus it was basically useless
5875 before, and now it's equally bogus but in a slightly different way.
5876
5877 (c-narrow-out-enclosing-class): Gone.
5878
5879 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5880 the narrowed region.
5881
5882 (c-least-enclosing-brace): Remove silly optional argument.
5883
5884 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5885 the point could be left directly after an open paren when finding
5886 the beginning of the first decl in the block.
5887
5888 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5889 Specify which submatch to use.
5890
5891 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5892
5893 (c-decl-start-re): No longer any need for special treatment of
5894 ObjC due to the above.
5895
5896 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5897 presumably follows C in that regard.
5898
5899 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5900 New language constants to specify operator tokens inside
5901 identifiers in a more high level way.
5902
5903 (c-opt-identifier-prefix-key): New internal language constant.
5904
5905 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5906 (c-identifier-start, c-identifier-key): Now completely calculated
5907 from other constants.
5908
5909 (c-identifier-last-sym-match): Decommission since it's no longer used.
5910
5911 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5912
5913 * progmodes/cc-engine.el (c-forward-name): Remove the
5914 optimization when c-identifier-key is equal to c-symbol-key since
5915 it doesn't work in byte compiled files. Don't record empty
5916 regions as identifiers.
5917
5918 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5919 simplify access to `c-operators' and its likes.
5920
5921 (c-operator-list, c-all-op-syntax-tokens)
5922 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5923 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5924 (c-primary-expr-regexp, c-cast-parens): Use it.
5925
5926 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5927 an explicit language in functions.
5928
5929 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5930 variant of adornment.
5931
5932 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5933 variable.
5934
5935 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5936 the Pike value.
5937
5938 * progmodes/cc-engine.el (c-on-identifier)
5939 (c-simple-skip-symbol-backward): Small fix for handling "-"
5940 correctly in `skip-chars-backward'. Affected the operator lfun
5941 syntax in Pike.
5942
5943 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5944 diagnostic message about precompiled language vars not being used.
5945
5946 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5947 "__attribute__" is followed by a parenthesis.
5948
5949 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5950 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5951 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5952
5953 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5954 Internal cleanups to properly detect the declared identifiers in
5955 various declarations.
5956
5957 (c-decl-start-kwds): New language constant to recognize
5958 declarations that can start anywhere. Used for class declarations
5959 in Pike.
5960
5961 (c-specifier-key, c-not-decl-init-keywords)
5962 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5963 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5964
5965 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5966 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5967 handling of the compiler specific extension keywords into a new
5968 language constant `c-decl-hangon-kwds' that defines keyword
5969 clauses to be ignored in declarations.
5970
5971 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5972 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5973 Necessary to stop at the declared identifier in e.g. IDL valuetype
5974 declarations.
5975
5976 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5977 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5978 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5979 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5980 class and enum declarations as such and not as part of the type.
5981
5982 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5983 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5984
5985 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5986 declarations when there's some syntax error later on.
5987
5988 (c-complex-decl-matchers): Did away with a reference to
5989 `c-specifier-key'.
5990
5991 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5992 value - this variable is always dynamically bound.
5993
5994 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5995 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5996 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5997 functions that might do hidden buffer changes: All such internal
5998 functions are now marked instead of those that don't.
5999
6000 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6001 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6002 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6003 (c-literal-type): Allow these functions to make hidden buffer changes,
6004 so that they are free to use text property caching later on.
6005
6006 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6007 (c-electric-brace, c-electric-slash, c-electric-star)
6008 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6009 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6010 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6011 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6012 with the changed semantics of the functions above.
6013
6014 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6015 when macros occur in obscure places. Optimized the sexp movement
6016 a bit.
6017
6018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6019
6020 Enhancements for c-beginning-of-statement to work in AWK Mode:
6021
6022 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6023 (completed statement) with `}' (statement completed by closing
6024 brace or semicolon) and `$' (statement completed by EOL).
6025
6026 (c-awk-virtual-semicolon-ends-prev-line-p)
6027 (c-awk-virtual-semicolon-ends-line-p)
6028 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6029 (c-awk-at-statement-end-p): New functions.
6030
6031 * progmodes/cc-cmds.el: Simplify the structure of functions
6032 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6033 two functions and c-beginning-of-statement to handle AWK Mode.
6034
6035 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6036 c-backward-single-comment for AWK mode. Attempt to clarify their
6037 doc-strings.
6038
6039 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6040
6041 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6042
6043 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6044 label handling. Labels are now recognized in a uniform and more
6045 robust way, regardless of context. Text properties are put on all
6046 labels to recognize the following declarations better.
6047 Multiword labels are handled both in indentation and fontification for
6048 the benefit of language extensions like Qt. For consistency, keywords
6049 in labels are now fontified with the label face instead.
6050 That also applies to "case" and "default".
6051
6052 (c-beginning-of-statement-1): Fix some bugs in the label
6053 handling. Disregard `c-nonlabel-token-key' in labels that begin
6054 with `c-label-kwds'.
6055
6056 (c-find-decl-spots): Support that the callback adds more
6057 `c-decl-end' spots to find.
6058
6059 (c-forward-decl-or-cast-1): Don't treat a list of plain
6060 identifiers followed by a colon as a declaration.
6061
6062 (c-forward-label): New function to recognize labels.
6063
6064 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6065 `c-forward-label'. Moved the label recognition cases (14 and 15)
6066 earlier since they aren't so context sensitive now. Handle labels
6067 on the top level gracefully. Moved access label recognition to
6068 the generic label case (CASE 15) - removed CASE 5E.
6069
6070 (c-font-lock-declarations): Add recognition of labels in the
6071 same round since we need to handle labels in parallell with other
6072 declarations to recognize both accurately. It should also improve
6073 speed.
6074
6075 (c-simple-decl-matchers, c-basic-matchers-after):
6076 Move `c-font-lock-labels' so that it only is used on decoration level 2
6077 since `c-font-lock-declarations' handles it otherwise.
6078
6079 (c-complex-decl-matchers): Remove the simplistic recognition of
6080 access labels.
6081
6082 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6083 with labels earlier.
6084
6085 (c-decl-start-re): New language variable to make
6086 `c-font-lock-declarations' stop for the special protection labels
6087 in Objective-C that start with `@'.
6088
6089 (c-label-key): Remove since it's no longer used.
6090
6091 (c-recognize-colon-labels, c-label-prefix-re): New language
6092 constants to support recognition of generic colon-terminated labels.
6093
6094 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6095 are colon terminated labels.
6096
6097 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6098 first argument starts with a special brace list.
6099
6100 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6101 (c-font-lock-declarations): Break out the declaration and cast
6102 recognition from `c-font-lock-declarations' to a new function, so
6103 that it can be used in the indentation engine.
6104
6105 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6106 up to the start of the literal. Fixed bug with the point on the
6107 wrong side of the search limit that could happen when the start
6108 position is inside a literal.
6109
6110 * progmodes/cc-engine.el (c-parse-state)
6111 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6112 so that it's kept a little bit back to increase the hit rate.
6113
6114 (c-parse-state): Change the macro handling and fixed some
6115 glitches. Macro context is checked more often than necessary now,
6116 but otoh less garbage conses are generated.
6117
6118 * progmodes/cc-engine.el (c-parse-state)
6119 (c-invalidate-state-cache): Cache the last position where
6120 `c-state-cache' applies. This can speed up refontification quite
6121 a bit in blocks where there are many non-brace parens before the point.
6122
6123 (c-state-cache-end): New variable for this.
6124
6125 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6126 cache variable.
6127
6128 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6129 get close initial continue positions when the start position is
6130 inside a literal or macro. Do not call the callback for spots
6131 before the start position (which can happen e.g. for `c-decl-end'
6132 spots inside comments). Optimize better in special cases when the
6133 region is a single line inside a literal or macro (typically when
6134 the current line is refontified).
6135
6136 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6137 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6138 entries from the paren state.
6139
6140 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6141 special case for "else if" clauses.
6142
6143 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6144 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6145
6146 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6147 New language variable to recognize the gcc extension with statement
6148 blocks inside expressions.
6149
6150 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6151 it somewhat more comprehensible. The argument AT-BLOCK-START is
6152 no longer used and hence removed.
6153
6154 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6155 to `c-add-stmt-syntax'.
6156
6157 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6158 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6159 This fixes bogus label recognition.
6160
6161 * progmodes/cc-engine.el (c-add-type, c-check-type)
6162 (c-forward-name, c-forward-type): Improve storage of template
6163 types in `c-found-types' so that they can be recognized better.
6164
6165 (c-syntactic-content): Add option to skip past nested parens.
6166
6167 * progmodes/cc-engine.el (c-forward-name):
6168 Set `c-last-identifier-range' all the time. It's less work that way.
6169 Handle that there might not be an identifier to store in
6170 `c-last-identifier-range'.
6171
6172 (c-forward-type): Handle that `c-last-identifier-range' might be
6173 nil from `c-forward-name'.
6174
6175 * progmodes/cc-defs.el (c-safe-scan-lists)
6176 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6177
6178 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6179 to work even if the form fails.
6180
6181 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6182 down in a large file in one go.
6183
6184 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6185
6186 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6187 function which is like `c-lineup-math' but returns nil instead of
6188 `c-basic-offset' when it doesn't match.
6189
6190 (c-lineup-math): Change to use `c-lineup-assignments'.
6191
6192 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6193
6194 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6195 c-beginning-of-statement. New subfunctions
6196 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6197
6198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6199
6200 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6201 hardcoded char classes whereever possible. Changed a couple of
6202 places to use skip by syntax instead of skip by char class.
6203
6204 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6205 Fix a bug in the regexp that caused extreme backtracking.
6206
6207 * progmodes/cc-langs.el (c-block-comment-starter)
6208 (c-block-comment-ender): New language constants to specify in a
6209 single place how block comments look.
6210
6211 (c-comment-start-regexp, c-block-comment-start-regexp)
6212 (comment-start, comment-end, comment-start-skip)
6213 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6214 (c-syntactic-ws, c-nonempty-syntactic-ws)
6215 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6216 `c-line-comment-starter', `c-block-comment-starter' and
6217 `c-block-comment-ender'.
6218
6219 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6220 New language constants to break up things a bit.
6221
6222 (c-simple-ws): New language constant for simple whitespace.
6223
6224 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6225
6226 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6227 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6228 newlines. Allow and ignore nil elements in the list.
6229
6230 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6231
6232 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6233 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6234
6235 * progmodes/cc-cmds.el: Tidy up the comments in
6236 c-beginning-of-statement and subfunctions.
6237
6238 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6239 more flexible c-put-char-property and c-clear-char-properties.
6240 Add the author's email address.
6241
6242 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6243
6244 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6245 closing "*/" of a block comment.
6246
6247 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6248 subfunctions) so that it works at BOB and EOB.
6249
6250 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6251 c-beginning-of-statement, including new variable
6252 c-block-comment-start-regexp.
6253
6254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6255
6256 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6257 symbols from `*-font-lock-extra-types' so that there's no need to
6258 use `regexp-opt' on those lists.
6259
6260 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6261 `c-type-modifier-kwds' is empty.
6262
6263 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6264 there are several strings on the same line.
6265
6266 * progmodes/cc-engine.el (c-literal-limits): Remove the
6267 compatibility function for older emacsen. `c-literal-limits-fast'
6268 has now taken the place of this function.
6269
6270 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6271 with older emacsen: We now require `pps-extended-state'.
6272
6273 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6274
6275 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6276 which obviates the need to hack sentence-end. This now handles
6277 escaped newlines in strings correctly. Correct minor bugs in
6278 c-move-over-sentence and in c-beginning-of-statement.
6279
6280 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6281 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6282 that movement over macros and code are rigorously separated from
6283 eachother. Correct a few incidental bugs.
6284
6285 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6286 Improve its doc-string. Improve the handling of certain specific cases.
6287
6288 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6289
6290 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6291 (c-guess-basic-syntax): Change the way class-level labels are
6292 recognized; they can now contain essentially any symbols.
6293
6294 (c-opt-extra-label-key): New language variable to cope with the
6295 special protection label syntax in Objective-C.
6296
6297 (c-opt-access-key): Remove; this is now handled better by
6298 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6299
6300 (c-complex-decl-matchers): Update to handle that
6301 `c-opt-access-key' no longer exists.
6302
6303 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6304 improved label recognition in `c-beginning-of-statement-1'.
6305
6306 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6307 Recognize bitfields better.
6308
6309 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6310 Remove some cruft and fixed a bug that could cause it to go to a
6311 position further down.
6312
6313 * progmodes/cc-langs.el, cc-engine.el
6314 (c-beginning-of-statement-1): Improve detection of labels in
6315 declaration contexts.
6316
6317 (c-beginning-of-decl-1): Use it.
6318
6319 (c-nonlabel-token-key): New language constant and variable needed
6320 by `c-beginning-of-statement-1'.
6321
6322 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6323 manifested itself due to the correction in `c-forward-sexp'.
6324
6325 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6326 Make these behave as documented when used at the buffer limits.
6327
6328 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6329 (c-type-decl-end-used): Made this a language variable.
6330
6331 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6332 correctly when `combine-after-change-calls' is used together with
6333 temporary narrowings.
6334
6335 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6336 Report labels correctly when the start point is immediately after the
6337 colon.
6338
6339 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6340 Remove since it isn't used anymore.
6341
6342 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6343 bracket arglists such as template parens in C++.
6344
6345 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6346 in the last check-in. Some optimization.
6347
6348 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6349 where it could stop at the same level in a preceding sexp when
6350 PAREN-LEVEL is set.
6351
6352 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6353 text property lookup only when it's needed.
6354
6355 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6356 Change the policy for paren marked angle brackets to be more
6357 persistent; once marked they remain marked even when they're found
6358 to be unbalanced in the searched region. This should keep the
6359 paren syntax around even when individual lines are refontified in
6360 multiline template arglists.
6361
6362 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6363 to control markup so that incorrect angle bracket arglists aren't
6364 marked in contexts where the correct value for
6365 `c-disallow-comma-in-<>-arglists' isn't known.
6366
6367 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6368 argument has become `c-parse-and-markup-<>-arglists'.
6369
6370 (c-remove-<>-arglist-properties): Remove - no longer used.
6371
6372 (c-after-change-check-<>-operators): New function used on
6373 `after-change-functions' to avoid that "<" and ">" characters that
6374 are part of longer operators have paren syntax.
6375
6376 (c-<>-multichar-token-regexp): New language variable used by
6377 `c-after-change-check-<>-operators'.
6378
6379 (c-after-change): Call `c-after-change-check-<>-operators'.
6380
6381 (c-font-lock-<>-arglists): Use the context properties set by
6382 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6383 correctly to avoid doing invalid markup.
6384
6385 (c-font-lock-declarations): Remove code that undoes the invalid
6386 markup done by `c-font-lock-<>-arglists'.
6387
6388 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6389 after `c-font-lock-declarations'.
6390
6391 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6392 Add paren-level feature.
6393
6394 (c-guess-basic-syntax): Improve the anchor position for
6395 `template-args-cont' in nested template arglists. There's still
6396 much to be desired in this area, though.
6397
6398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6399
6400 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6401 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6402
6403 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6404
6405 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6406 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6407
6408 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6409 it doesn't work no longer are supported.
6410
6411 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6412 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6413 requires support for the syntax-table' text property, which rules
6414 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6415 cruft associated with those versions.
6416
6417 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6418 for the `syntax-table' text property, which rules out Emacs 19 and
6419 XEmacs < 21.4. Removed various compatibility cruft associated
6420 with those versions.
6421
6422 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6423 support for the `syntax-table' text property.
6424
6425 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6426 variable and use an extra quoted face name instead. All the
6427 emacsen flavors handle that correctly.
6428
6429 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6430 (c-font-lock-declarators, c-font-lock-declarations)
6431 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6432 property to mark the items in in declarator lists to handle
6433 refontification inside multiline declarations better.
6434
6435 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6436 construct like "a * b = c;" as a declaration.
6437
6438 2005-12-08 Kim F. Storm <storm@cua.dk>
6439
6440 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6441 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6442 select either meta, hyper, or super modifier for rectangle commands.
6443 (cua--rectangle-modifier-key): New defvar.
6444 (cua--M/H-key): Use it. Remove special case for `space'.
6445 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6446 on X, to meta otherwise. Always bind C-return to toggle
6447 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6448
6449 * emulation/cua-rect.el (cua-help-for-rectangle):
6450 Use cua--rectangle-modifier-key. Handle super modifier too.
6451 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6452 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6453
6454 * ido.el: Move Acknowledgements and History after Commentary.
6455 Minor changes to Commentary.
6456
6457 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6458 keymap if cua--prefix-override-timer is `shift'.
6459 (cua--shift-control-prefix): New function; emulate "type prefix
6460 key twice" functionality to handle shifted prefix key override.
6461 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6462 New commands.
6463 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6464
6465 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6466
6467 * textmodes/org.el (org-insert-heading): Try to do items before
6468 headings.
6469 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6470 (org-insert-item): New function.
6471 (org-renumber-ordered-list): Don't skip to higher level lists.
6472
6473 2005-12-08 Juri Linkov <juri@jurta.org>
6474
6475 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6476
6477 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6478
6479 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6480
6481 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6482 the constructed function name fun-1.
6483
6484 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6485 because such links don't lead to parent documentation.
6486
6487 2005-12-08 Kenichi Handa <handa@m17n.org>
6488
6489 * descr-text.el (describe-char): Use *Help-2* buffer if the
6490 current buffer is *Help*. Call describe-text-properties while
6491 setting the original buffer.
6492
6493 2005-12-07 Bill Wohler <wohler@newt.com>
6494
6495 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6496 and causes problems with non-MH users (such as Gnus users).
6497
6498 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6499
6500 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6501 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6502 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6503 command "info sources". Move calls to GDB command "list".
6504 (gdb-find-file-hook): Just use gdb-source-file-list.
6505 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6506 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6507 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6508 (gdb-data-list-register-values-handler): Use correct trigger name.
6509
6510 2005-12-07 Kim F. Storm <storm@cua.dk>
6511
6512 * ido.el (ido-completion-map): Rename from ido-mode-map.
6513 (ido-common-completion-map, ido-file-completion-map)
6514 (ido-file-dir-completion-map, ido-buffer-completion-map):
6515 Rename from ido-mode-....-map.
6516 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6517 (ido-setup-completion-map): Rename from ido-define-mode-map.
6518 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6519 to ido-completion-map.
6520
6521 2005-12-07 Kenichi Handa <handa@m17n.org>
6522
6523 * international/mule-cmds.el
6524 (set-display-table-and-terminal-coding-system): If the coding
6525 system specified in `unibyte-display' property is different from
6526 the arg coding-system, don't setup standard-display-table.
6527
6528 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6531 that comments end at \n, regardless of selective-display.
6532
6533 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6534
6535 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6536 (gdb-version): New variables.
6537 (gdb-source-file-list, gdb-register-names)
6538 (gdb-changed-registers): New variables for use with GDB 6.4+.
6539 (gdb-ann3): Replace with...
6540 (gdb-init-1, gdb-init-2): ...two new functions.
6541 (gdba, gdb-prompt): Call gdb-init-1.
6542 (gdb-get-version): New function. Call gdb-init-2 from here.
6543 (gud-watch): Make it work with mouse events too.
6544 (gdb-post-prompt): Don't add to queue until GDB version is known.
6545 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6546 (gdb-locals-mode): Use gdb-version.
6547 (gdb-memory-format-map, gdb-memory-unit-map)
6548 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6549 (gdb-locals-font-lock-keywords-1)
6550 (gdb-locals-font-lock-keywords-2): New variables.
6551 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6552 (gdb-set-gud-minor-mode-existing-buffers-1)
6553 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6554 (gdb-var-update-1, gdb-var-update-handler-1)
6555 (gdb-data-list-register-values-handler)
6556 (gdb-data-list-register-values-custom)
6557 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6558 (gdb-stack-list-locals-handler, gdb-get-register-names):
6559 New functions for use with GDB 6.4+.
6560 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6561 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6562 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6563 (gdb-stack-list-locals-regexp)
6564 (gdb-data-list-register-names-regexp): New regexps for use with
6565 GDB 6.4+.
6566
6567 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6570
6571 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6572
6573 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6574 prompts work for AUTH PLAIN. Also reported by Steve Allan
6575 <seallan@verizon.net>.
6576
6577 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6578
6579 * frame.el (set-frame-parameter): Add doc string.
6580
6581 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/org.el (org-occur-highlights): New variable.
6584 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6585 (org-highlight-sparse-tree-matches): New option.
6586 (org-do-occur): New function.
6587 (org-get-heading): Make it work also at beginning of line.
6588 (org-category-table): New variable.
6589 (org-get-category-table, org-get-category)
6590 (org-camel-to-words, org-link-search): New functions.
6591 (org-select-this-todo-keyword): New variable.
6592 (org-todo-list): New command.
6593 (org-shiftright, org-shiftleft): New commands.
6594 (org-agenda-todo): Add prefix argument.
6595 (org-show-hierarchy-above): New option.
6596 (org-show-todo-tree): Numerical prefix creates tree for specific
6597 TODO keyword.
6598 (org-outline-level): New function, to assign a level to plain
6599 lists items.
6600 (org-cycle-include-plain-lists): New option.
6601 (org-mode): Use `org-outline-level' as value of `outline-level'.
6602 (org-cycle): Temporarily switch `outline-regexp' if
6603 `org-cycle-include-plain-lists' is non-nil.
6604 (org-start-icalendar-file): Fix format bug.
6605 (org-agenda-get-day-entries): Create category table.
6606 (org-agenda-get-todos, org-agenda-get-timestamps)
6607 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6608 (org-agenda-get-blocks): Use `org-get-category'.
6609 (org-context-in-file-links): Rename from
6610 `org-line-numbers-in-file-links'.
6611
6612 2005-12-06 Romain Francoise <romain@orebokech.com>
6613
6614 * window.el (balance-windows): Delete extraneous third arg in call
6615 to `enlarge-window'.
6616
6617 2005-12-06 Kenichi Handa <handa@m17n.org>
6618
6619 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6620
6621 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6622
6623 * progmodes/gdb-ui.el (gdb-var-create-handler)
6624 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6625 (gdb-var-list-children-handler, gdb-var-update-handler):
6626 Current buffer is already gdb-partial-output-buffer, don't
6627 make it current again.
6628
6629 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6630
6631 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6632 (list-buffers-noselect): Use it.
6633
6634 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6637 (mail-yank-ignored-headers): Use regexp-opt.
6638 (mail-mode-map): Move initialization into declaration.
6639 (mail-sent-via): Remove unused shadowed var `to-line'.
6640 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6641 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6642 (mail-do-fcc): Use dolist and push.
6643 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6644 (mail-yank-ignored-headers): Don't autoload.
6645
6646 2005-12-05 Kenichi Handa <handa@m17n.org>
6647
6648 * international/mule-cmds.el (set-language-info-internal): New fun.
6649 (set-language-info): Call set-language-info-internal to update
6650 language-info-alist. If LANG-ENV is the current one, call
6651 set-language-environment to make INFO effective now.
6652 (set-language-info-alist): Likewise.
6653 (locale-language-names): With locale "en", use English
6654 lang. env. but set the default codings to iso-8859-1.
6655
6656 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6657
6658 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6659 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6660 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6661 for plain strings.
6662 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6663 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6664 Create registers buffer if necessary. Echo new state in minibuffer.
6665 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6666
6667 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6668
6669 * info.el (Info-fontify-node): Match external links using
6670 non-directory part of filename.
6671
6672 2005-12-04 Juri Linkov <juri@jurta.org>
6673
6674 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6675 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6676 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6677 because there is no customization option for it.
6678
6679 * font-lock.el (lisp-font-lock-keywords-1):
6680 Add define-global-minor-mode.
6681
6682 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6683
6684 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6685 properties on the constructed variable names.
6686
6687 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6688 Put `definition-name' properties on the constructed function names
6689 next-sym and prev-sym.
6690
6691 * emacs-lisp/find-func.el (find-function-regexp):
6692 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6693 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6694 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6695 and easy-menu-define.
6696
6697 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6698 easy-mmode-define-global-mode and define-global-minor-mode.
6699 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6700
6701 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6702 instead of easy-mmode-define-global-mode.
6703
6704 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6705 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6706
6707 * cus-edit.el (customize-group, customize-group-other-window):
6708 Filter out autoloaded options from the group completion list by
6709 using heuristics that autoloaded groups don't have `custom-autoload'
6710 property on their symbols (they have only `custom-loads').
6711
6712 * simple.el (completion-setup-function): Put completions-common-part
6713 face on complete completion string too (i.e. completion string
6714 without completions-first-difference face).
6715
6716 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6717
6718 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6719
6720 * view.el (view-mode): Doc fix.
6721
6722 * disp-table.el (standard-display-european): Add to the warning
6723 message a reference to the doc string.
6724
6725 * play/yow.el (apropos-zippy): Call print-help-return-message,
6726 similar to other Help and Apropos commands.
6727
6728 * help.el (print-help-return-message): If pop-up-frames is
6729 non-nil, set up help-return-method to delete the help window and,
6730 possibly, its frame as well, and don't display message about
6731 scrolling the help window. Doc fix.
6732 (help-return-method): Doc fix.
6733
6734 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6735
6736 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6737 whereby names of length one or names starting with a
6738 symbol-constituent character would not be returned.
6739
6740 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6741
6742 * subr.el (atomic-change-group): Add edebug and indentation spec.
6743
6744 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * completion.el (save-completions-file-name): Fix typo in last change.
6747
6748 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6749
6750 * info.el: Move back/forward history to the beginning of the tool bar.
6751
6752 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6753
6754 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6755 Add fset of allout-real-isearch-abort during compile to fix
6756 byte-compilation warnings.
6757 (allout-mode-p): Move definition of this macro above all uses, or
6758 byte compilation in barren emacs (eg, during emacs build) will
6759 lack the definition.
6760 (allout-mode): Move this variable above any uses, or byte
6761 compilation will fail.
6762 (allout-resolve-xref): Remove use of personal file-reference function.
6763 (allout-toggle-current-subtree-encryption): Do the current (ie,
6764 visible containing) topic, rather than nearest around point. Doc fix.
6765 (allout-toggle-subtree-encryption): New function, workhorse that
6766 works on nearest topic containing point.
6767 (allout-encrypt-string): Signal requirement for newer version of pgg.
6768 (allout-resumptions): Doc fix.
6769
6770 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6771
6772 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6773
6774 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6775
6776 * textmodes/flyspell.el (flyspell-external-point-words):
6777 Consider a misspelling as found in the string search if: (a) misspelling
6778 and found string lengths match, or (b) misspelling is found as
6779 element in a boundary-chars separated longer string, or (c)
6780 ispell-program-name is really ispell and misspelling is found as
6781 part of a TeX string. After successful match move beginning of
6782 search region to end of match. Warn about not found misspellings
6783 once the process is done.
6784 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6785
6786 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6787
6788 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6789 tool bar (removed inadvertently).
6790
6791 2005-12-02 Juri Linkov <juri@jurta.org>
6792
6793 * log-view.el (log-view-diff): Clarify doc string.
6794
6795 2005-12-01 Bill Wohler <wohler@newt.com>
6796
6797 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6798 triggers lm-verify errors.
6799
6800 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6801
6802 * simple.el (transient-mark-mode, line-number-mode)
6803 (column-number-mode, size-indication-mode): Remove `:require nil'.
6804
6805 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6806
6807 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6808 in the margin also.
6809 (gdb-breakpoints-mode-map): Use D instead of d for
6810 gdb-delete-breakpoint.
6811 (gdb-get-frame-number): Require a number to match on.
6812 (gdb-threads-mode-map): Add follow-link binding.
6813
6814 2005-11-30 Jason Rumney <jasonr@gnu.org>
6815
6816 * isearch.el (isearch-mode-map): Avoid exiting search on
6817 language-change event.
6818
6819 2005-11-30 Romain Francoise <romain@orebokech.com>
6820
6821 * speedbar.el (speedbar-default-position): New defcustom.
6822 (speedbar-frame-reposition-smartly): Use it.
6823
6824 * dframe.el (dframe-reposition-frame-emacs): Fix position
6825 computation for `left' location.
6826 Update copyright year.
6827
6828 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * help.el (help-map): Move initialization into declaration.
6831
6832 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6833
6834 * help-fns.el (help-argument-name): Don't autoload.
6835 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6836 to be re-loaded when customizing the `help' group.
6837
6838 2005-11-30 John Paul Wallington <jpw@gnu.org>
6839
6840 * help-fns.el (describe-function-1): Fill arglist output.
6841
6842 2005-11-30 Kim F. Storm <storm@cua.dk>
6843
6844 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6845 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6846 after revert-buffer (or anything else which kills all local variables).
6847
6848 * apropos.el (apropos-parse-pattern): Doc fix.
6849 Set apropos-regexp directly, rather than expecting callers to do so.
6850 (apropos-command, apropos, apropos-value, apropos-documentation):
6851 Simplify calls to apropos-parse-pattern.
6852
6853 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6854
6855 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6856 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6857 (hi-lock-write-interactive-patterns): Use comment-region.
6858
6859 * longlines.el (longlines-mode): Add mail-setup-hook.
6860
6861 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6862
6863 * simple.el (sendmail-user-agent-compose, next-line):
6864 Conditionally use hard-newline.
6865
6866 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * international/latexenc.el (latex-inputenc-coding-alist):
6869 Reword doc string.
6870
6871 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * help.el (describe-key-briefly, describe-key): Recognize default
6874 bindings.
6875
6876 2005-11-29 Romain Francoise <romain@orebokech.com>
6877
6878 * view.el (view-inhibit-help-message): New defcustom.
6879 (view-mode-enter): Use it.
6880
6881 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6882
6883 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6884 Preserve user position.
6885
6886 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * font-lock.el: Throw error if facemenu is not loaded to prevent
6889 accidental change of loading order in loadup.el. (Suggested by RMS.)
6890
6891 * loadup.el: Add comment explaining why facemenu must be loaded
6892 before font-lock.
6893
6894 2005-11-28 Jay Belanger <belanger@truman.edu>
6895
6896 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6897 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6898
6899 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6900
6901 * calc/calc-embed.el (calc-do-embedded): Update help message.
6902
6903 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6904
6905 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6908
6909 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6910 called-interactively-p.
6911 (elp-profilable-p): Rename from elp-not-profilable-p.
6912 Invert result and take into account macros and autoloaded functions.
6913 (elp-instrument-function): Update call.
6914 (elp-instrument-package): Update call. Add completion.
6915 (elp-pack-number): Use match-string.
6916 (elp-results-jump-to-definition-by-mouse): Merge into
6917 elp-results-jump-to-definition and then remove.
6918 (elp-output-insert-symname): Make help echo text single-line.
6919
6920 * replace.el (query-replace-map): Move initialization into declaration.
6921 (occur-engine): Use with-current-buffer.
6922 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6923 (occur-mode-mouse-goto): Replace with an alias.
6924
6925 2005-11-28 Juri Linkov <juri@jurta.org>
6926
6927 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6928
6929 * term/w32-win.el: Bind [S-tab] to [backtab].
6930
6931 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6932 `Info-find-file' to t.
6933
6934 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6935 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6936 and same-window-regexps.
6937 (occur-next-error): Don't move point for arg 0.
6938
6939 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6942
6943 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * log-edit.el (log-edit-changelog-use-first): New var.
6946 (log-edit-changelog-ours-p): Use it.
6947 (log-edit-insert-changelog): Set it with new arg `use-first'.
6948 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6949 (log-edit-hook): Add them to the list of suggested options.
6950
6951 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6952 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6953 redundant work.
6954 (flyspell-mode-on): Use add-hook for after-change-functions.
6955 (flyspell-mode-off): Use remove-hook for after-change-functions.
6956 (flyspell-changes): Make it buffer-local.
6957 (flyspell-after-change-function): Make it non-interactive. Use push.
6958 (flyspell-post-command-hook): Check input-pending-p while processing
6959 the potentially long list of buffer changes.
6960
6961 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6962
6963 * buff-menu.el (list-buffers-noselect): Display the selected
6964 frame's buffer list, not the global one.
6965
6966 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6967
6968 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6969 that (list last-input-event) works as in interactive spec.
6970
6971 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6972
6973 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6974 `facemenu-keymap' needs to be defined when font-lock is loaded.
6975 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6976
6977 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * completion.el: Remove useless leading * in defcustom docstrings.
6980 (save-completions-file-name): Use ~/.emacs.d if available.
6981 (completion-standard-syntax-table): Rename from
6982 cmpl-standard-syntax-table and fold initialization into declaration,
6983 thus removing cmpl-make-standard-completion-syntax-table.
6984 (completion-lisp-syntax-table, completion-c-syntax-table)
6985 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6986 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6987 (symbol-under-point, symbol-before-point)
6988 (symbol-under-or-before-point, symbol-before-point-for-complete)
6989 (add-completions-from-c-buffer): Use with-syntax-table.
6990 (make-completion): Don't return a list of completion entries.
6991 Update callers.
6992 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6993 (completion-initialize): Rename from initialize-completions.
6994 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6995 (kill-emacs-save-completions): Collect stats here.
6996 (save-completions-to-file, load-completions-from-file):
6997 Use with-current-buffer.
6998 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6999 into a function. Move all calls to toplevel.
7000 (completion-lisp-mode-hook): New fun.
7001 (completion-c-mode-hook, completion-setup-fortran-mode):
7002 Set the syntax-table here. Use local-set-key.
7003 (completion-saved-bindings): New var.
7004 (dynamic-completion-mode): Make it into a proper minor mode.
7005 (load-completions-from-file): Remove unused var `num-uses'.
7006
7007 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7008 constructor if it is explicitly overridden.
7009
7010 * complete.el (PC-completion-as-file-name-predicate):
7011 Use minibuffer-completing-file-name.
7012 (partial-completion-mode): Use find-file-not-found-functions.
7013 (PC-lisp-complete-symbol): Use with-syntax-table.
7014 (PC-look-for-include-file): Remove dead setq.
7015 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7016 (PC-complete): Use with-current-buffer.
7017
7018 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7019 escape single quotes.
7020
7021 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7024 of `if' whose condition always returned nil. Doc fix.
7025
7026 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7027 window's buffer the current buffer around the call to
7028 `list-buffers-noselect'. This is necessary to mark that buffer
7029 with a `.' in the Buffer Menu when called from Lisp, for instance
7030 by Auto Revert Mode.
7031
7032 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7033
7034 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7035 attaching to it.
7036 (gdb-pre-prompt): Make sure gdb-error is reset.
7037
7038 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7039 with a child process, detect it.
7040 (gud-speedbar-buttons): Match regexp more carefully.
7041
7042 2005-11-27 Richard M. Stallman <rms@gnu.org>
7043
7044 * mouse.el (mouse-drag-move-window-bottom):
7045 Use adjust-window-trailing-edge.
7046
7047 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7048
7049 * simple.el (blink-matching-open): Ignore
7050 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7051 (blink-matching-paren-on-screen): Update docstring.
7052
7053 * paren.el (show-paren-mode): No longer change
7054 `blink-matching-paren-on-screen'.
7055
7056 2005-11-27 John Paul Wallington <jpw@pobox.com>
7057
7058 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7059 (gdb-threads-select, gdb-edit-register-value):
7060 Use `posn-set-point' instead of `mouse-set-point' because the
7061 latter is not fbound when configured without X.
7062
7063 2005-11-27 Kim F. Storm <storm@cua.dk>
7064
7065 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7066 existing face when partially highlighting a TAB in a rectangle.
7067
7068 2005-11-26 Kim F. Storm <storm@cua.dk>
7069
7070 * ido.el (ido-mode-map): Doc fix.
7071 (ido-mode-common-map, ido-mode-file-map)
7072 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7073 (ido-define-mode-map): Rewrite. Select one of the new maps as
7074 parent for ido-mode-map instead of building from scratch.
7075 (ido-init-mode-maps): New defun to initialize new maps.
7076 (ido-mode): Call it.
7077 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7078 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7079
7080 2005-11-26 John Paul Wallington <jpw@pobox.com>
7081
7082 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7083 `mouse-set-point' because the latter is not fbound when configured
7084 without X.
7085
7086 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7087
7088 * files.el (file-relative-name): Doc fix.
7089
7090 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7091
7092 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7093 non-empty string for secondary prompt PS2.
7094
7095 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * progmodes/compile.el (compilation-setup): Fix last change.
7098
7099 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7100
7101 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7102 (gdb-mouse-toggle-breakpoint-margin)
7103 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7104 Add gdb-server-prefix to keep out of command history.
7105 (gdb-edit-register-value): New function.
7106 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7107 (gdb-info-registers-custom): Use above map.
7108
7109 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * custom.el (enable-theme): Signal error if argument is not a
7112 theme. Don't recalculate a face if it's not loaded yet.
7113
7114 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7115 the `user' theme is in effect.
7116
7117 * info.el (Info-on-current-buffer): Record actual filename in
7118 Info-current-file, instead of t, or a fake filename if a non-file
7119 buffer. Make autoload.
7120 (Info-find-node, Info-revert-find-node): No need to check for
7121 Info-current-file nil.
7122 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7123 Info-current-file is now never `t'.
7124 (Info-fontify-node): Many simplifications due to Info-current-file
7125 always being valid. Use Info-find-file to find node filename.
7126
7127 2005-11-25 David Kastrup <dak@gnu.org>
7128
7129 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7130 new character, then delete" in order to preserve markers.
7131
7132 2005-11-25 David Ponce <david@dponce.com>
7133
7134 * recentf.el (recentf-arrange-by-rule): Handle a special
7135 `auto-mode-alist'-like "strip suffix" rule.
7136 (recentf-build-mode-rules): Handle second level auto-mode entries.
7137
7138 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7139
7140 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7141 window modes.
7142
7143 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7144 jde-javadoc-checker-report-mode.
7145
7146 * ediff-wind (ediff-make-wide-display): Slight simplification.
7147
7148 * ediff.el (ediff-date): Change the date of last update.
7149
7150 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7153 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7154 (hi-lock-mode): New global minor mode.
7155 (turn-on-hi-lock-if-enabled): New function.
7156 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7157 Change arguments to regexp and face instead of a font-lock pattern.
7158 Directly set face property, instead of refontifying.
7159 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7160 (hi-lock-find-patterns): Use line-number-at-pos.
7161
7162 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7163 arguments for hi-lock-set-pattern.
7164 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7165 Call font-lock-fontify-buffer.
7166 (hi-lock-find-file-hook, hi-lock-current-line)
7167 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7168
7169 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7170 turned off.
7171
7172 * progmodes/compile.el (compilation-setup): Don't fiddle with
7173 font-lock-defaults.
7174
7175 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * progmodes/gdb-ui.el (gdb-var-create-handler)
7178 (gdb-var-list-children-handler): Find values for all variable
7179 objects. gud-speedbar-buttons decides whether to display them.
7180
7181 2005-11-24 Romain Francoise <romain@orebokech.com>
7182
7183 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7184 buffer name with a space.
7185
7186 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7187
7188 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7189 `org-export-local-list-max-depth'. Change default value to 3.
7190 (org-auto-renumber-ordered-lists)
7191 (org-plain-list-ordered-item-terminator): New options.
7192 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7193 (org-get-indentation, org-get-string-indentation)
7194 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7195 New functions.
7196 (org-move-item-down, org-move-item-up): New commands.
7197 (org-export-as-html): New classes for CSS support. Bug fix in
7198 regular expression detecting fixed-width regions. Respect
7199 `org-local-list-ordered-item-terminator'.
7200 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7201 also a list item.
7202 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7203 New item moving functions.
7204
7205 2005-11-24 Juri Linkov <juri@jurta.org>
7206
7207 * isearch.el (isearch-repeat): With empty search ring set
7208 `isearch-error' to the error string instead of signaling error
7209 with the function `error'.
7210
7211 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7212
7213 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7214
7215 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7216
7217 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7218 and variable.
7219 (gdb-var-create-handler, gdb-var-list-children-handler):
7220 Don't match on "char **...".
7221 (gdb-var-update-handler): Find values for all variable objects.
7222 (gdb-info-frames-custom): Identify frames by leading "#".
7223
7224 * progmodes/gud.el (gud-speedbar-menu-items): Add
7225 gdb-speedbar-auto-raise as radio button.
7226 (gud-speedbar-buttons): Raise speedbar if requested.
7227 Don't match on "char **...".
7228 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7229 Make it editable.
7230
7231 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * info.el (Info-fontify-node): Handle the case where
7234 Info-current-file is t.
7235
7236 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * simple.el (blink-matching-open): Fix off-by-one in last change.
7239
7240 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7241
7242 * term/mac-win.el: Don't change default directory.
7243
7244 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7247 buffers correctly. (It used to throw an error in such buffers.)
7248 Make it ask for confirmation in group buffers and other Custom
7249 buffers containing more than one customization item.
7250
7251 2005-11-22 John Paul Wallington <jpw@gnu.org>
7252
7253 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7254 property on mail and url overlays.
7255 (goto-address-at-point): Use `posn-set-point' instead of
7256 `mouse-set-point' because the latter is not fbound when configured
7257 without X.
7258
7259 2005-11-22 Lars Hansen <larsh@soem.dk>
7260
7261 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7262 (ls-lisp-classify, ls-lisp-format): Delete call to
7263 ls-lisp-parse-symlink.
7264 (ls-lisp-handle-switches): Handle symlinks to directories as
7265 directories when ls-lisp-dirs-first in non-nil.
7266
7267 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7268
7269 * startup.el (command-line): Make sure that loaddefs.el is handled
7270 correctly in load-history.
7271
7272 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7273
7274 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7275 (gdb-struct-string, gdb-array-string): New constants.
7276 (gdb-info-locals-handler): Use them.
7277 (gdb-reset): Reset gdb-var-list to nil.
7278
7279 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7282 in patterns.
7283
7284 2005-11-21 Juri Linkov <juri@jurta.org>
7285
7286 * custom.el (defcustom): Update link types in docstring.
7287
7288 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7289
7290 * custom.el (defgroup): Add doc-string-elt info.
7291
7292 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7293
7294 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * newcomment.el (comment-enter-backward): Fix last fix.
7297
7298 * simple.el (blink-matching-open):
7299 * paren.el (show-paren-function): Allow new paren-class info.
7300
7301 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7302
7303 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7304 handled automagically.
7305
7306 2005-11-20 Andreas Schwab <schwab@suse.de>
7307
7308 * descr-text.el (describe-char): When copying overlays put them
7309 over the full char description instead of just the first character
7310 of it.
7311
7312 2005-11-20 Juri Linkov <juri@jurta.org>
7313
7314 * simple.el (what-cursor-position):
7315 * descr-text.el (describe-char): Use Lisp-readable syntax
7316 for octal and hex. Reorder decimal, octal and hex values.
7317 Remove excess whitespace in the output. Use `=' in `column='
7318 like in `point=' and `Hscroll='.
7319
7320 * international/mule-cmds.el (encoded-string-description):
7321 Use Lisp-readable syntax for hex.
7322
7323 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * newcomment.el (comment-enter-backward): Handle the case where the
7326 comment is closed by EOB.
7327
7328 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * longlines.el (longlines-before-revert-hook)
7331 (longlines-after-revert-hook): New functions.
7332 (longlines-mode): Turn off longlines temporarily when reverting.
7333 Add a message-setup-hook.
7334 (longlines-decode-buffer): New function.
7335 (longlines-wrap-line): Preserve marker positions.
7336
7337 2005-11-19 Andreas Schwab <schwab@suse.de>
7338
7339 * emacs-lisp/shadow.el: Handle compressed files.
7340
7341 2005-11-19 Romain Francoise <romain@orebokech.com>
7342
7343 * net/browse-url.el (browse-url-default-browser): Signal an error
7344 if no usable browser can be found, rather than try to load w3.
7345
7346 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7347
7348 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7349 replacing existing properties.
7350 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7351 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7352 tty specs.
7353 (rcirc-server-prefix, rcirc-server): New faces.
7354 (rcirc-url-regexp): Generate with rx macro.
7355 (rcirc-last-server-message-time): New variable.
7356 (rcirc-filter): Record time of last message.
7357 (rcirc-keepalive): Kill processes that did not send a message
7358 since the last ping.
7359 (rcirc-mode): Give rcirc-topic a local binding here.
7360
7361 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7362
7363 * subr.el (read-passwd): Fontify the prompt as we do with other
7364 prompts.
7365
7366 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7367
7368 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7369 binding buffer-read-only to nil.
7370
7371 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7372
7373 * complete.el (partial-completion-mode):
7374 Mention completion-auto-help in the doc string.
7375
7376 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7377 more Lisp-ish way.
7378
7379 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7380
7381 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7382 digits, not 8, to avoid misalignment for files larger than 100MB.
7383
7384 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7385
7386 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7387 Mention "keyboard shortcuts" in the help text.
7388
7389 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7390
7391 * startup.el (fancy-splash-default-action): Discard only
7392 mouse-down and succeeding mouse-up events in the splash screen
7393 window so that drag-n-drop event can be processed.
7394
7395 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * longlines.el (longlines-mode): Add hacks for mail-mode and
7398 message-mode.
7399
7400 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7401
7402 * textmodes/org.el (org-table-sort-lines): New command.
7403 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7404 (org-add-file): Command removed, use `org-agenda-file-to-front'
7405 instead.
7406 (org-export-icalendar): Use `org-icalendar-combined-name'.
7407 (org-cycle-agenda-files, org-agenda-file-to-end)
7408 (org-agenda-file-to-front): New commands.
7409 (org-table-tab-jumps-over-hlines, org-export-html-style):
7410 New options.
7411 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7412 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7413 New functions.
7414 (org-fill-paragraph): Call `org-table-align' in tables.
7415 (org-mode): Call `org-set-autofill-regexps'.
7416 (org-export-as-html): Support for local handformatted lists.
7417 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7418 (org-export-local-list-max-depth): New option.
7419 (org-html-expand): Use `org-html-protect'.
7420
7421 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7422
7423 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7424 to "p".
7425 (gdb): Move definition of gud-pp to...
7426
7427 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7428 speedbar.
7429 (gdb-find-watch-expression): New function.
7430
7431 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * faces.el (face-attribute, set-face-attribute): Mention existence
7434 of `:ignore-defface' setting in docstring.
7435
7436 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * simple.el (completion-setup-function): Fix last change.
7439
7440 2005-11-17 John Paul Wallington <jpw@pobox.com>
7441
7442 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7443 Use `posn-set-point' instead of `mouse-set-point' because the
7444 latter is not fbound when configured without X.
7445
7446 * comint.el (comint-insert-input): Likewise.
7447
7448 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7449
7450 * simple.el (hard-newline): New variable.
7451 (sendmail-user-agent-compose, next-line): Use it.
7452
7453 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7454 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7455 (mail-mail-reply-to, mail-mail-followup-to)
7456 (mail-position-on-field, mail-signature, mail-yank-original)
7457 (mail-attach-file): Likewise.
7458
7459 * mail/mailheader.el (mail-header-format)
7460 (mail-header-format-function): Likewise.
7461
7462 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7463
7464 2005-11-17 Juri Linkov <juri@jurta.org>
7465
7466 * font-lock.el (font-lock-faces): Rename this defgroup from
7467 `font-lock-highlighting-faces'.
7468 (font-lock-comment-face, font-lock-comment-delimiter-face)
7469 (font-lock-string-face, font-lock-doc-face)
7470 (font-lock-keyword-face, font-lock-builtin-face)
7471 (font-lock-function-name-face, font-lock-variable-name-face)
7472 (font-lock-type-face, font-lock-constant-face)
7473 (font-lock-warning-face, font-lock-negation-char-face)
7474 (font-lock-preprocessor-face)
7475 (font-lock-regexp-grouping-backslash)
7476 (font-lock-regexp-grouping-construct): Rename :group from
7477 `font-lock-highlighting-faces' to `font-lock-faces'.
7478
7479 * cus-edit.el (lisp, c, tex):
7480 * progmodes/ada-mode.el (ada):
7481 * progmodes/asm-mode.el (asm):
7482 * progmodes/cperl-mode.el (cperl-faces):
7483 * progmodes/cpp.el (cpp):
7484 * progmodes/dcl-mode.el (dcl):
7485 * progmodes/f90.el (f90):
7486 * progmodes/fortran.el (fortran):
7487 * progmodes/icon.el (icon):
7488 * progmodes/idlwave.el (idlwave-misc):
7489 * progmodes/m4-mode.el (m4):
7490 * progmodes/make-mode.el (makefile):
7491 * progmodes/meta-mode.el (meta-font):
7492 * progmodes/modula2.el (modula2):
7493 * progmodes/octave-mod.el (octave):
7494 * progmodes/pascal.el (pascal):
7495 * progmodes/perl-mode.el (perl):
7496 * progmodes/prolog.el (prolog):
7497 * progmodes/ps-mode.el (PostScript-edit):
7498 * progmodes/scheme.el (scheme):
7499 * progmodes/sh-script.el (sh-script):
7500 * progmodes/simula.el (simula):
7501 * progmodes/tcl.el (tcl):
7502 * textmodes/nroff-mode.el (nroff):
7503 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7504 * textmodes/sgml-mode.el (sgml):
7505 * textmodes/texinfo.el (texinfo):
7506 Add :link (custom-group-link font-lock-faces) to defgroup.
7507
7508 * hi-lock.el (hi-lock): Rename this defgroup from
7509 `hi-lock-interactive-text-highlighting'. Change parent group from
7510 `faces' to `font-lock'. Add link to the manual.
7511 (hi-lock-mode, hi-lock-file-patterns-range)
7512 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7513 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7514 (hi-lock-faces): Add :group `faces'.
7515
7516 * cus-edit.el (custom-variable-prompt): Clarify the code.
7517
7518 * faces.el (face-read-string): Set the default value arg of
7519 completing-read.
7520
7521 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7522
7523 * rfn-eshadow.el (file-name-shadow-properties)
7524 (file-name-shadow-tty-properties, file-name-shadow-mode):
7525 Remove autoloads, because the file is now preloaded.
7526
7527 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * printing.el (easy-menu-intern): Don't define.
7530 (pr-get-symbol): Use easy-menu-intern only if defined.
7531
7532 * simple.el (blink-matching-open): Simplify a bit.
7533 (completion-setup-function): Fix the case of partial-completion-mode
7534 when the minibuffer's contents start with "-".
7535 Obey completion-base-size-function even when
7536 minibuffer-completing-file-name is non-nil.
7537
7538 2005-11-16 Richard M. Stallman <rms@gnu.org>
7539
7540 * net/eudcb-ph.el (eudc-ph-open-session):
7541 Use set-process-query-on-exit-flag.
7542
7543 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7544
7545 * international/ucs-tables.el (ucs-set-table-for-input):
7546 Use make-local-variable, not make-variable-buffer-local.
7547
7548 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7549 Improve warning message text.
7550
7551 * savehist.el (savehist-save-hook): Add :group.
7552
7553 * menu-bar.el (menu-bar-help-menu):
7554 Rename Find Extra Packages to External Packages.
7555
7556 * cus-edit.el (Custom-reset-standard): Verify that
7557 :custom-standard-value prop exists before calling it.
7558
7559 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7560
7561 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7562
7563 * wid-edit.el (color): Enclose %t in %{...%}.
7564
7565 * cus-edit.el (face): Enclose %t in %{...%}.
7566
7567 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7568
7569 * savehist.el (savehist-mode-hook): Re-add the var.
7570 (savehist-mode): Use it.
7571
7572 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * textmodes/flyspell.el: Fix commenting convention.
7575 Remove unnecessary leading * in custom docstrings.
7576 (flyspell-emacs): Remove unused var.
7577 (flyspell-delete-region-overlays): Use remove-overlays.
7578 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7579 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7580 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7581 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7582 (make-flyspell-overlay): Don't locally reuse a global name.
7583 (flyspell-highlight-incorrect-region)
7584 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7585 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7586 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7587 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7588 Wrap calls to accept-process-output inside with-local-quit since it's
7589 often called from a post-command-hook.
7590 (flyspell-correct-word, flyspell-auto-correct-word):
7591 Use ispell-send-string.
7592 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7593
7594 * calendar/diary-lib.el (diary-list-entries): Also hide the
7595 terminating newline.
7596
7597 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7598
7599 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7600 window-system, to allow fonts on tty.
7601
7602 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7603
7604 * progmodes/gud.el (gud-speedbar-item-info): New function.
7605 (gud-install-speedbar-variables): Use it to display data type
7606 of watch expression as a tooltip in speedbar.
7607
7608 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * font-core.el (global-font-lock-mode): Add :version keyword,
7611 because default was changed.
7612
7613 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7614
7615 * startup.el (command-line): Use `custom-reevaluate-setting' for
7616 `file-name-shadow-mode'.
7617
7618 * loadup.el: Preload rfn-eshadow.
7619
7620 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7621 Add :version keyword.
7622 (file-name-shadow-properties, file-name-shadow-tty-properties)
7623 (file-name-shadow): Add :version keyword.
7624
7625 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7626 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7627 in the custom-group property of the symbol frames and the fringe
7628 group got no link to its parent group frames.
7629 Doc fix.
7630
7631 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * progmodes/gud.el (gud-stop-subjob): New function.
7634 (gud-menu-map, gud-tool-bar-map): Use it.
7635
7636 2005-11-16 Kim F. Storm <storm@cua.dk>
7637
7638 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7639 than kill it.
7640 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7641 to a more useful/logical place.
7642
7643 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7644
7645 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7646 go buttons complementary.
7647
7648 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7651 (rfn-eshadow-sifn-equal): New function.
7652 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7653
7654 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7655
7656 * viper-utils.el (viper-non-word-characters-reformed-vi):
7657 Quote `-' in string.
7658
7659 * viper.el (viper-emacs-state-mode-list): Ensure that
7660 rcirc-mode buffers come up in Emacs state.
7661
7662 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7663 operation.
7664
7665 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7666
7667 * term.el (term-termcap-format): Fix typos.
7668 (term-down): Fix the negative argument case.
7669
7670 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7673 2005-08-15.
7674 (gdb-ann3): New command gud-go.
7675 (menu): Accomodate gdb-mi.el.
7676 (gdb-assembler-custom): Make buffer of selected window current
7677 so that set-window-point works.
7678
7679 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7680 buttons and include new ones.
7681
7682 2005-11-16 Kim F. Storm <storm@cua.dk>
7683
7684 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7685 (gud-menu-map): Use it.
7686
7687 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7690 that works correctly for Custom and that does not override a user
7691 who disables it.
7692
7693 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7694 (help-xref-interned, help-follow): Make hyperlinks for variables
7695 that are unbound, but have a non-nil variable-documentation property.
7696
7697 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7698 mode hook. (It conflicted with defcustoms for some mode hooks.)
7699 Use the `variable-documentation' property to give the mode hook a
7700 docstring and expand that docstring.
7701
7702 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7703
7704 * savehist.el (savehist-mode): Don't bother with
7705 `custom-set-minor-mode'.
7706 (savehist-coding-system): Check XEmacs version.
7707 (history-length): Declare also at run time.
7708 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7709 Don't set the customize state.
7710 (savehist-minibuffer-hook): Special case for when
7711 minibuffer-history-variable is equal to t.
7712
7713 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * files.el (write-file): Refresh VC status.
7716
7717 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7718 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7719 than fundamental-mode to see if the mode was set.
7720
7721 2005-11-14 Romain Francoise <romain@orebokech.com>
7722
7723 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7724 dummy function in `eval-when-compile' to avoid compiler warning.
7725 Require `man' at compile time.
7726
7727 2005-11-14 Jay Belanger <belanger@truman.edu>
7728
7729 * calc-alg.el (calcFunc-write-out-power): Rename it to
7730 calcFunc-powerexpand.
7731 (math-write-out-power): Rename it to math-powerexpand; have it
7732 handle negative exponents.
7733 (calc-writeoutpower): Rename it to calc-powerexpand.
7734
7735 * calc-ext.el: Change calcFunc-writeoutpower and
7736 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7737 autoloads.
7738 Add calcFunc-ldiv to autoloads.
7739
7740 * calc-arith.el (calcFunc-ldiv): New function.
7741
7742 * calc.el (calc-left-divide): New function.
7743
7744 2005-11-14 Juri Linkov <juri@jurta.org>
7745
7746 * cus-edit.el (custom-variable-prompt): Set the default value arg
7747 of completing-read.
7748
7749 * cus-dep.el (custom-make-dependencies): Reverse the list of
7750 found dependencies.
7751
7752 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7753
7754 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7755 Highlighting" entry, it is on by default now.
7756 (menu-bar-options-save): Do not save global-font-lock-mode.
7757
7758 2005-11-13 Richard M. Stallman <rms@gnu.org>
7759
7760 * textmodes/flyspell.el (flyspell-large-region):
7761 Call flyspell-accept-buffer-local-defs.
7762
7763 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7764
7765 * textmodes/flyspell.el (flyspell-notify-misspell):
7766 Fix misspelling of "Misspelling".
7767 (flyspell-process-localwords): New function.
7768 (flyspell-large-region): Call flyspell-process-localwords and
7769 flyspell-delete-region-overlays.
7770 (flyspell-delete-region-overlays): New function.
7771 (flyspell-delete-all-overlays): Call that.
7772
7773 2005-11-13 Richard M. Stallman <rms@gnu.org>
7774
7775 * help.el (help-for-help-internal): Improve doc of C-h a.
7776 (describe-key): Improve prompt; doc fix.
7777
7778 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * vc-svn.el (vc-svn-registered): Catch all errors.
7781
7782 * cus-dep.el (custom-make-dependencies): Typo.
7783
7784 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7785
7786 * net/tramp-util.el (top): Fix compilation warning.
7787
7788 2005-11-13 Kim F. Storm <storm@cua.dk>
7789
7790 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7791
7792 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7793
7794 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7795 (gud-speedbar-buttons): Match on "const char *" too.
7796
7797 * progmodes/gdb-ui.el (gdb-var-create-handler)
7798 (gdb-var-list-children-handler): Match on "const char *" too.
7799 (gdb-var-evaluate-expression-handler): Match on empty string.
7800 (gdb-var-update-handler): Only call
7801 gdb-var-evaluate-expression-handler when required.
7802
7803 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7804
7805 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7806 selected window. This still doesn't work for speedbar.
7807 (gud-speedbar-buttons): Handle string expressions properly.
7808
7809 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7810 (gdb-var-create-handler): Handle string expressions properly.
7811 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7812 Handle string expressions properly. Move "type" field into regexp.
7813
7814 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7815
7816 * bookmark.el (bookmark-maybe-message): New function to reduce
7817 code duplication: invokes `message' iff baud-rate is high enough.
7818 (bookmark-write-file): Use above instead of an inline conditional.
7819 (bookmark-load): Same.
7820
7821 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7822
7823 * bookmark.el (bookmark-write-file): Don't visit the destination
7824 file, just write the data to it using write-region. This is
7825 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7826 change to avoid visiting the file in the first place.
7827
7828 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * hi-lock.el (hi-lock-mode): Set the default value of
7831 font-lock-defaults.
7832
7833 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7836 arg to `file-attributes'.
7837 (find-lisp-format): The UID and GID can now be strings.
7838
7839 2005-11-12 Kim F. Storm <storm@cua.dk>
7840
7841 * help.el (help-map): Bind C-h d to apropos-documentation.
7842
7843 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7844 when point is at end-of-buffer.
7845
7846 * apropos.el (apropos-match-face): Doc fix.
7847 (apropos-sort-by-scores): Add new choice `verbose'.
7848 (apropos-documentation-sort-by-scores): New defcustom.
7849 (apropos-pattern): Now contains the pattern entered by the user.
7850 (apropos-pattern-quoted): New defvar.
7851 (apropos-regexp): New defvar, containing the regexp corresponding
7852 to apropos-pattern.
7853 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7854 (apropos-read-pattern): New defun. Use it to read pattern arg in
7855 interactive calls; returns list of words for a word list, and
7856 string for a regexp.
7857 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7858 parses a list of words or regexp as returned by apropos-read-pattern.
7859 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7860 (apropos-score-doc): Return a very high score if the string
7861 entered by the user matches literally.
7862 (apropos-variable): Doc fix. Use apropos-read-pattern.
7863 (apropos-command): Doc fix. Use apropos-read-pattern and
7864 apropos-parse-pattern. Call apropos-print with nosubst=t.
7865 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7866 apropos-parse-pattern.
7867 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7868 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7869 apropos-documentation-sort-by-scores. Call apropos-print with
7870 nosubst=t.
7871 (apropos-documentation-internal): Pass doc string through
7872 substitute-key-definition before adding text properties.
7873 Highlight substring matching literal user input if possible.
7874 (apropos-documentation-check-doc-file): Remove locals beg and end.
7875 Fix calculation of score (as added twice). Pass doc string through
7876 substitute-key-definition before adding text properties.
7877 (apropos-documentation-check-elc-file): Pass doc string through
7878 substitute-key-definition before adding text properties.
7879 Highlight substring matching literal user input if possible.
7880 (apropos-print): Add new arg NOSUBST; if set, command and variable
7881 doc strings have already been passed through substitute-key-definition.
7882 Add code to handle apropos-accumulator items without score element
7883 for backwards compatibility (e.g. with woman package).
7884 Only show scores if apropos-sort-by-scores is `verbose'.
7885
7886 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7889 Add jka-compr-load-suffixes to load-suffixes.
7890
7891 * jka-compr.el: Require jka-cmpr-hook.
7892 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7893 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7894 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7895 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7896 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7897 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7898 (jka-compr-uninstall): Remove entries from
7899 jka-compr-added-to-file-coding-system-alist after they are used.
7900 (jka-compr-error): Remove unused var `curbuf'.
7901 (jka-compr-file-local-copy): Remove unused var `notfound'.
7902
7903 2005-11-10 Romain Francoise <romain@orebokech.com>
7904
7905 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7906
7907 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7908
7909 * progmodes/gud.el (gud-menu-map): Move parentheses.
7910 (gdb): New command gud-pv.
7911
7912 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * tar-mode.el: Remove spurious or unnecessary leading stars
7915 in docstrings.
7916 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7917 (tar-parse-octal-integer-safe): Use mapc.
7918 (tar-header-block-summarize): Remove unused var `ck'.
7919 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7920 cleared before. Obey default-enable-multibyte-characters.
7921 Use mapconcat. Simplify setting of tar-header-offset.
7922 (tar-mode-map): Move initialization inside delcaration.
7923 (tar-flag-deleted): Use `abs'.
7924 (tar-expunge-internal): Remove unused var `line'.
7925 (tar-expunge-internal): Don't hardcode point-min==1.
7926 (tar-expunge): Widen while doing set-buffer-multibyte.
7927 (tar-rename-entry): Use file-name-coding-system.
7928 (tar-alter-one-field): Don't hardcode point-min==1.
7929 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7930 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7931
7932 2005-11-10 Masatake YAMATO <jet@gyve.org>
7933
7934 * add-log.el (add-log-current-defun): Handle class::method
7935 notation of c++. Fix incorrect comment.
7936
7937 2005-11-10 Alan Mackenzie <acm@muc.de>
7938
7939 * help-fns.el (describe-variable): Make C-h v work when a variable
7940 has variable documentation yet is unbound.
7941
7942 2005-11-10 Masatake YAMATO <jet@gyve.org>
7943
7944 * man.el (Man-highlight-references): Set an empty
7945 string to `Man-arguments' if it is nil.
7946 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7947
7948 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7951 commenting conventions.
7952
7953 * cus-dep.el (custom-make-dependencies): Simplify.
7954 Better follow the commenting conventions.
7955
7956 2005-11-09 Richard M. Stallman <rms@gnu.org>
7957
7958 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7959 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7960 All uses changed.
7961 (apropos-rewrite-regexp): Doc fix.
7962 (apropos-variable, apropos-command, apropos, apropos-value):
7963 Change prompt; carry through the argument renaming.
7964
7965 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7966
7967 * find-lisp.el: Require dired.
7968 (find-lisp-find-dired-internal): Do not call
7969 `abbreviate-file-name' on DIR.
7970
7971 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7972
7973 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7974
7975 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7976
7977 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7978 when using the speedbar.
7979 (gdb): New command gud-pp.
7980 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7981
7982 2005-11-09 Juri Linkov <juri@jurta.org>
7983
7984 * replace.el (occur-excluded-properties): New defcustom.
7985 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7986
7987 2005-11-08 Jay Belanger <belanger@truman.edu>
7988
7989 * calc/calc-units.el (math-convert-units): Replace any composite
7990 unit by its definition.
7991
7992 2005-11-08 Lars Hansen <larsh@soem.dk>
7993
7994 * emacs-lisp/autoload.el (update-directory-autoloads):
7995 Add obsolete function alias.
7996
7997 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8000 comment-indent-function.
8001 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8002
8003 * reveal.el (reveal-post-command): Rework the handling of
8004 reveal-open-spots, so as to be more reliable. There were several
8005 tricky corner cases where an open spot might be lost, or where
8006 a closed spot might end up on the list of open spots.
8007 Only reveal text that's ellipsised.
8008
8009 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8010
8011 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8012
8013 2005-11-07 John Paul Wallington <jpw@gnu.org>
8014
8015 * ibuffer.el (ibuffer): Search iconified frames too when
8016 getting Ibuffer buffer's window.
8017
8018 2005-11-06 Richard M. Stallman <rms@gnu.org>
8019
8020 * progmodes/compile.el (compilation-internal-error-properties):
8021 save-excursion around the computation of MARKER.
8022
8023 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8024
8025 * textmodes/flyspell.el (flyspell-external-point-words):
8026 flyspell-get-word returns a list, not just a string.
8027
8028 2005-11-06 John Paul Wallington <jpw@pobox.com>
8029
8030 * ibuffer.el (ibuffer): Search all visible frames when getting
8031 Ibuffer buffer's window.
8032
8033 2005-11-07 Masatake YAMATO <jet@gyve.org>
8034
8035 * man.el (Man-reference-regexp): Accept spaces between
8036 `Man-name-regexp' and `Man-section-regexp'.
8037 (Man-apropos-regexp): New variable.
8038 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8039 if available.
8040 (Man-highlight-references, Man-highlight-references0):
8041 Handle the case when `Man-arguments' includes "-k".
8042 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8043 `TARGET'. `TARGET' can be a number, function or nil.
8044
8045 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8046
8047 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8048 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8049 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8050 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8051 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8052 (gdb-send-item): Use buffer-local-value and simplify.
8053
8054 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * startup.el (command-line): Use `custom-reevaluate-setting' for
8057 `global-font-lock-mode'.
8058
8059 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8060 by default, except in batch mode or when the -D option is given.
8061
8062 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8063 specified keyword args on to `define-minor-mode'. Update docstring.
8064
8065 2005-11-05 Romain Francoise <romain@orebokech.com>
8066
8067 * replace.el (occur-engine): Add marker at end of line, too.
8068
8069 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8070
8071 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8072 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8073 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8074 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8075 argument to all these routines, so the passphrase can be managed
8076 externally and passed in to the system.
8077 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8078 pgg-add-passphrase-to-cache function.
8079
8080 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8081 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8082 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8083 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8084 argument to all these routines, so the passphrase can be managed
8085 externally and passed in to the system.
8086 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8087 function.
8088
8089 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8090
8091 * font-lock.el: Don't deal with font-lock-face-attributes here,
8092 move the code ...
8093
8094 * startup.el (command-line): ... here. Use face-spec-set instead
8095 of custom-declare-face.
8096
8097 * faces.el (face-spec-set): Reset the face if spec is not nil.
8098
8099 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * newcomment.el (comment-region-internal): Box more tightly in the
8102 common case where there's no TAB in the boxed text.
8103
8104 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8105
8106 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8107 up-node.
8108
8109 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8110
8111 * newsticker.el: Commentary updated. Code formatting changed.
8112 (newsticker-version): Change to "1.9".
8113 (newsticker, newsticker-feed): Doc fix.
8114 (newsticker-url-list): Doc fix. Add option "Weekly".
8115 (newsticker-retrieval-interval): Add option "Weekly".
8116 (newsticker-headline-processing): Doc fix.
8117 (newsticker-auto-mark-filter): Remove.
8118 (newsticker-auto-mark-filter-list): New.
8119 (newsticker-layout, newsticker-sort-method): Doc fix.
8120 (newsticker-hide-old-items-in-newsticker-buffer)
8121 (newsticker-heading-format, newsticker-item-format)
8122 (newsticker-desc-format): Doc fix.
8123 (newsticker-show-all-rss-elements): Remove.
8124 (newsticker-show-all-news-elements): New.
8125 (newsticker-faces, newsticker-ticker): Doc fix.
8126 (remove-from-invisibility-spec): Code formatting.
8127 (newsticker--process-ids): New.
8128 (newsticker-mode): Doc fix.
8129 (newsticker-mode): Change mode-line-format.
8130 (newsticker-start): Remove debug output.
8131 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8132 (newsticker-w3m-show-inline-images): Code formatting.
8133 (newsticker-next-item): Call `force-mode-line-update'.
8134 (newsticker-previous-item): Call `force-mode-line-update'.
8135 (newsticker-next-feed): Call `force-mode-line-update'.
8136 (newsticker-previous-feed): Call `force-mode-line-update'.
8137 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8138 (newsticker-show-old-items): Do not show descs.
8139 (newsticker-hide-entry): Hide too much.
8140 (newsticker-hide-entry, newsticker-show-entry)
8141 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8142 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8143 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8144 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8145 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8146 (newsticker-get-news): Call `force-mode-line-update'.
8147 Collect process ids.
8148 (newsticker--sentinel): Change coding system handling.
8149 Move image retrieval to new functions newsticker--get-logo-url-*.
8150 Move feed parsing to new functions newsticker--parse-*.
8151 Update list of process ids.
8152 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8153 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8154 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8155 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8156 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8157 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8158 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8159 (newsticker--decode-coding-string): Remove.
8160 (newsticker--decode-numeric-entities): Check input. Format code.
8161 (newsticker--remove-whitespace): Check input.
8162 (newsticker--do-forget-preformatted): Doc fix.
8163 (newsticker--decode-rfc822-date): Allow for missing time.
8164 (newsticker--update-process-ids): New.
8165 (newsticker--image-sentinel): Change comment.
8166 (newsticker--image-read): Change error message.
8167 (newsticker--imenu-goto): Doc fix. Show headline title.
8168 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8169 (newsticker--buffer-do-insert-text): Clean whitespace in
8170 html-rendered headline title. Code formatting.
8171 Call `newsticker--buffer-print-extra-elements'.
8172 (newsticker--buffer-print-extra-element): Remove.
8173 (newsticker--buffer-print-extra-elements): New.
8174 (newsticker--buffer-do-print-extra-element): New.
8175 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8176 large sizes.
8177 (newsticker--run-auto-mark-filter)
8178 (newsticker--do-run-auto-mark-filter):
8179 Use `newsticker-auto-mark-filter-list'.
8180
8181 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8182
8183 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8184 (rcirc-print): Force redisplay before running hooks. Do long
8185 buffer truncation after making new text read-only. Deal with nil
8186 text when decoding strings. If TARGET is nil, use either the
8187 currently selected buffer, if it is an rcirc buffer and of the
8188 same process or the process buffer.
8189 (rcirc-mode): Remove header-line. Recompute short buffer names.
8190 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8191 (rcirc-short-buffer-name): Add variable.
8192 (rcirc-kill-buffer-hook): Recompute short buffer names.
8193 Remove nick from private channel.
8194 (rcirc-send-input): Send command text to current-buffer.
8195 Don't clear overlay arrow here.
8196 (rcirc-short-buffer-name): Return a short buffer name.
8197 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8198 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8199 buffer-name abbreviations.
8200 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8201 Do not touch nick-table when killing a parted channel.
8202 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8203 Clear arrow from current buffer if it is now hidden.
8204 (rcirc-current-buffer): Add variable.
8205 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8206 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8207 Remove -face from names.
8208 (rcirc-update-activity-string): Print "DND" when globally ignoring
8209 activity.
8210 (rcirc-ignore-buffer-activity-flag): Rename from
8211 rcirc-ignore-channel-activity.
8212 (rcirc-ignore-all-activity-flag): Doc fix.
8213 (rcirc-channels): Remove variable.
8214 (rcirc-kill-buffer-hook):
8215 (rcirc-get-buffer-create): Add nick to private channel.
8216 (rcirc-multiline-edit-submit): Remove tabs.
8217 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8218 folded.
8219 (rcirc-remove-nick-channel): Bug fix.
8220 (rcirc-toggle-ignore-buffer-activity): Rename from
8221 rcirc-toggle-ignore-channel-activity.
8222 (rcirc-record-activity): Add buffers to the front of the list.
8223 (rcirc-update-activity): Remove killed buffers from list.
8224 (rcirc-process-server-response-1): Remove last argument if it is
8225 null before calling handler.
8226 (rcirc): Add "rcirc" defcustom prefix.
8227 (rcirc-prompt): Simplify default prompt.
8228 Use custom-initialize-default.
8229 (rcirc-private-chats): Remove variable.
8230 (rcirc-prompt): Change initialization.
8231 (rcirc-version): Remove function.
8232 (rcirc-id-string): Add constant.
8233 (rcirc-last-buffer): Remove variable.
8234 (rcirc-buffer-alist): Add variable.
8235 (rcirc-connect): Update variable setup.
8236 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8237 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8238 default.
8239 (rcirc-handler-generic): Trigger activity.
8240 (rcirc-send-message): Create the buffor of the target.
8241 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8242 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8243 (rcirc-multiline-edit-cancel): Remove function.
8244 (rcirc-set-last-buffer): Remove function.
8245 (rcirc-get-any-buffer): Add function.
8246 (rcirc-join-channels): Don't print /join text.
8247 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8248 messages.
8249 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8250 (rcirc-handler-NOTICE): Recognize CTCP responses.
8251 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8252 constructing TOPIC string for buffers we are not JOINed.
8253 (rcirc-handler-CTCP-response): Add handler.
8254 (rcirc-multiline-edit-submit): Restore the window-configuration
8255 before adjusting point.
8256 (rcirc): Add customization group.
8257 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8258 (rcirc-user-full-name, rcirc-startup-channels-alist)
8259 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8260 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8261 (rcirc-input-ring-size, rcirc-read-only-flag)
8262 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8263 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8264 Change defvar to defcustom.
8265 (rcirc-update-prompt): Add optional ALL arg, which will update
8266 prompts in all rcirc buffers. Regexp quote replacement text.
8267 (rcirc-fill-column): Accept frame-width as a value.
8268 (rcirc-set-changed): Add function.
8269 (rcirc-next-active-buffer): Write more meaningful messages.
8270 (rcirc-faces): Add customization group.
8271 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8272 (rcirc-nick-in-message-face, rcirc-prompt-face)
8273 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8274 (with-rcirc-process-buffer): Move before first usage.
8275 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8276 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8277 (rcirc-debug): Rename from `rcirc-log'.
8278 (rcirc-format-response-string): Do not print `-' chars for a
8279 NOTICE with no sender. Simplify output of server responses.
8280
8281 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8282
8283 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8284 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8285 Make urls mouse and RET clickable.
8286
8287 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8288
8289 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8290
8291 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8292
8293 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8294 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8295 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8296 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8297 argument to all these routines, so the passphrase can be managed
8298 externally and passed in to the system.
8299 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8300 pgg-add-passphrase-to-cache function.
8301
8302 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8303 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8304 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8305 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8306 argument to all these routines, so the passphrase can be managed
8307 externally and passed in to the system.
8308 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8309 function.
8310
8311 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8312
8313 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8314 from goto-address-url-regexp.
8315
8316 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8317
8318 * textmodes/org.el (org-read-date, org-goto-calendar)
8319 (org-recenter-calendar, org-agenda-goto-calendar):
8320 Temporarily clear `calendar-move-hook'.
8321
8322 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8323
8324 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8325 merging.
8326
8327 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8328 have merge clashes.
8329
8330 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8331
8332 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8333 Undo previous change.
8334
8335 * startup.el (command-line): Use `custom-reevaluate-setting' for
8336 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8337 tty-register-default-colors on Mac.
8338
8339 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8340
8341 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8342 (gdb-buffer-type): Make it automatically buffer local...
8343 (gdb-get-create-buffer): ...and set it accordingly.
8344 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8345 actually work.
8346
8347 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8348
8349 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8350 not red.
8351
8352 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8353
8354 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8355 case GUD buffer is not visible.
8356 (gdb-goto-breakpoint): Try to force display in source buffer.
8357 (gdb-frame-gdb-buffer): Copy other similar functions.
8358 (gdb-restore-windows): Don't display source if not asked for.
8359 (gdb-assembler-buffer-name): Don't capitalise.
8360
8361 2005-11-03 Richard M. Stallman <rms@gnu.org>
8362
8363 * wid-edit.el (key-sequence): New widget type.
8364
8365 * simple.el (set-mark-command-repeat-pop): New variable.
8366 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8367 if set-mark-command-repeat-pop is true.
8368
8369 * info.el (Info-fontify-node): Don't display extra "see" if there
8370 already is one here.
8371
8372 * mouse.el: Fix special handling of DEL after dragging a region:
8373 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8374 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8375
8376 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8377
8378 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8379 not to assume it pertains to an affix.
8380
8381 * textmodes/flyspell.el (flyspell-post-command-hook):
8382 Bind deactivate-mark to prevent deactivation.
8383
8384 2005-11-03 Lars Hansen <larsh@soem.dk>
8385
8386 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8387 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8388 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8389
8390 2005-11-03 Romain Francoise <romain@orebokech.com>
8391
8392 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8393 Update copyright years.
8394
8395 2005-11-03 Sam Steingold <sds@gnu.org>
8396
8397 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8398 Use system-type instead of window-system because window-system is not
8399 correctly defined during loadup.
8400
8401 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8402
8403 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8404 (xml-parse-tag): Join strings separated by a comment properly.
8405
8406 2005-11-02 Andreas Schwab <schwab@suse.de>
8407
8408 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8409
8410 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8413 (byte-optimize-pure-func): Quote the eval'd value.
8414
8415 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8416 Rename from perl-font-lock-syntactic-face-function.
8417 Change the calling convention so it can be used as a font-lock MATCHER.
8418 Do the parse-partial-sexp loop outselves.
8419 (perl-font-lock-syntactic-keywords): Use it.
8420 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8421
8422 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8423
8424 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8425 disassembly buffer too.
8426 (gdb-exited): Remove overlay arrows when execution has finished.
8427 (gdb-info-frames-custom, gdb-info-threads-custom)
8428 (gdb-info-registers-custom): Don't add inappropriate text
8429 properties if inferior is not active.
8430
8431 2005-11-02 Glenn Morris <rgm@gnu.org>
8432
8433 * progmodes/fortran.el (fortran-blink-match):
8434 Use `blink-matching-delay'.
8435
8436 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8437
8438 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8439
8440 2005-11-02 Lars Hansen <larsh@soem.dk>
8441
8442 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8443 "Permission denied".
8444
8445 2005-11-01 Richard M. Stallman <rms@gnu.org>
8446
8447 * textmodes/flyspell.el (flyspell-external-point-words):
8448 Pass nil to flyspell-get-word.
8449
8450 2005-11-02 Kim F. Storm <storm@cua.dk>
8451
8452 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8453 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8454
8455 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8458 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8459 (calendar-mouse-print-dates): Add optional `event' argument.
8460 Update interactive-spec.
8461 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8462 Use `calendar-event-to-date' instead of `event'.
8463
8464 2005-11-02 Masatake YAMATO <jet@gyve.org>
8465
8466 * progmodes/ld-script.el (ld-script-builtins):
8467 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8468 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8469 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8470
8471 2005-11-01 Romain Francoise <romain@orebokech.com>
8472
8473 * vc-sccs.el: Update copyright year.
8474 * ezimage.el: Likewise.
8475
8476 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8477
8478 * info.el (Info-fontify-node): Use `string-width' for fontifying
8479 underlined titles.
8480
8481 2005-11-01 Juri Linkov <juri@jurta.org>
8482
8483 * info.el (Info-fontify-node): Downcase node header keywords Node,
8484 Prev, Next, Up before comparison.
8485 (Info-history): Insert absolute directory name, and put invisible
8486 property on it.
8487
8488 2005-11-01 Juri Linkov <juri@jurta.org>
8489
8490 * info.el (Info-file-supports-index-cookies): New variable.
8491 (Info-find-node-2): Check makeinfo version for index cookie support.
8492 (Info-index-nodes): Search for nodes with index cookies only when
8493 Info-file-supports-index-cookies is t. Otherwise, search nodes
8494 with "Index" in the node name.
8495 (Info-index-node): Search index cookie in the current node only when
8496 Info-file-supports-index-cookies is t. Otherwise, check the word
8497 "Index" in the node name.
8498 (Info-find-emacs-command-nodes): Remove code that searches nodes
8499 with "Index" node name in the top menu.
8500
8501 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * progmodes/scheme.el (scheme-mode-variables): Use the default
8504 comment-indent-function.
8505
8506 * faces.el (face-attribute): Handle the case where a face inherits from
8507 a non-existent face.
8508
8509 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8510 for octal and hexa output, and merge the char into the paren.
8511 (kill-new): Use push.
8512 (copy-to-buffer): Use with-current-buffer.
8513 (completion-setup-function): Move code in loop to remove redundancy.
8514 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8515 those inherited from minibuffer-local-completion-map.
8516
8517 * savehist.el (savehist-mode) <defcustom>:
8518 Use custom-set-minor-mode if available.
8519 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8520 and emit a message if applicable.
8521
8522 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8523
8524 * savehist.el: Sync up to version 19.
8525 (savehist-mode): New minor mode.
8526 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8527 (savehist-length): Remove (use history-length instead).
8528 (savehist-file-modes): Rename from savehist-modes.
8529 (savehist-save-hook, savehist-loaded): New vars.
8530 (savehist-load): Use savehist-mode. Try to smooth up transition from
8531 old format to new format.
8532 (savehist-install): Allow savehist-autosave-interval to be nil.
8533 (savehist-save): Run the new hook. Be more careful to only trim the
8534 history variables.
8535 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8536 (savehist-printable): Print into a buffer rather than char-by-char.
8537
8538 2005-11-01 John Wiegley <johnw@newartisans.com>
8539
8540 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8541 toggle-ignore keybinding (C-a). The author said it had been
8542 disabled much earlier due to a possible incompatibility, but after
8543 many months of usage I have encountered no problems (and it is a
8544 rather useful option, especially for switching to " *temp*").
8545
8546 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8547 support for OS/X's AddressBook, by calling out to the open source
8548 program "contacts" (installable through Fink).
8549
8550 * net/eudc.el (eudc-expand-inline): If the
8551 `eudc-multiple-match-handling-method' is set to `all', delete the
8552 query string before inserting the query result.
8553
8554 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8555 flag, to prevent Eshell from using the system ls when
8556 `eshell-ls-insert-directory' is in used.
8557 (eshell-ls-insert-directory): Disable font-lock in directory
8558 buffer so that Eshell's own fontification is seen. This broke
8559 recently due to changes in font-lock, so this goes back to version
8560 21 behavior.
8561
8562 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8563
8564 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8565 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8566 (gdb-many-windows): Doc fix.
8567
8568 2005-10-31 Romain Francoise <romain@orebokech.com>
8569
8570 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8571
8572 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8573
8574 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8575 that global-font-lock-mode can be enabled by default.
8576
8577 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8578 (font-lock-add-keywords, font-lock-remove-keywords)
8579 (font-lock-fontify-buffer): Remove autoload cookies.
8580
8581 * jit-lock.el (jit-lock-register): Likewise.
8582
8583 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8584
8585 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8586
8587 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8588 intact if there is no gud-comint-buffer.
8589
8590 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8593 old prompt comint-prompt-read-only is t and GDB commands are
8594 issued from tool bar etc.
8595
8596 2005-10-31 Masatake YAMATO <jet@gyve.org>
8597
8598 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8599
8600 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8603 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8604
8605 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8606
8607 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8608 starting at beginning of line. Fontification is messed up when
8609 `open-paren-in-column-0-is-defun-start' set to t.
8610 Reported by John Paul Wallington <jpw@pobox.com>.
8611
8612 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8613
8614 * comint.el (comint-send-input): Call `comint-update-fence' when
8615 `comint-process-echoes' and `comint-prompt-read-only' are both
8616 non-nil, to avoid leftover read-only newline.
8617
8618 2005-10-30 Richard M. Stallman <rms@gnu.org>
8619
8620 * textmodes/flyspell.el (flyspell-external-point-words):
8621 Detect when WORD can't be checked properly because
8622 flyspell-get-word finds just part of it, and move on.
8623
8624 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8625 boundarychar for Polish.
8626 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8627 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8628
8629 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8632 (gdb-registers-font-lock-keywords): Delete.
8633 (gdb-registers-mode): Don't fontify.
8634 (gdb-info-registers-custom): Use text properties instead as, in
8635 future, changed register values will use font-lock-warning-face.
8636 (gdb-local-font-lock-keywords): Rename to...
8637 (gdb-locals-font-lock-keywords): ...for consistency.
8638
8639 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8640
8641 * vc.el (vc-switch-backend): Better error message if the buffer is
8642 not visiting a file under version control.
8643
8644 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8645
8646 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8649 ~/.emacs.d/.emacs.
8650
8651 2005-10-29 Richard M. Stallman <rms@gnu.org>
8652
8653 * replace.el (occur-mode-mouse-goto): Always go to other window.
8654 (occur-mode-goto-occurrence): Always switch in same window.
8655
8656 * simple.el (undo): Display message at end, not at start.
8657
8658 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8659 New arg REUSE-CELL.
8660 (cancel-timer-internal): New function.
8661 (timer-event-handler): Use cancel-timer-internal,
8662 and pass the cell it returns to timer-activate...
8663
8664 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8665 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8666 (jit-lock-after-change): Test memory-full.
8667
8668 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8669
8670 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8671 part of the decoded armor to find the key-identifier.
8672 (pgg-gpg-lookup-key-owner): New function to return the
8673 human-readable identifier of a key owner.
8674 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8675 key itself.
8676 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8677 the key value) if we have a key and can match it against a secret
8678 key. Also, added a note pointing out fact that the prompt only
8679 indicates the first matching key.
8680
8681 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8682 pgg-decrypt-region.
8683 (pgg-pending-timers): A new hash for tracking the passphrase cache
8684 timers, so that new ones supercede old ones.
8685 (pgg-add-passphrase-to-cache): Rename from
8686 `pgg-add-passphrase-cache' to reduce confusion (all callers
8687 changed). Modified to cancel old timers when new ones are added.
8688 (pgg-remove-passphrase-from-cache): Rename from
8689 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8690 changed). Modified to cancel old timers when their keys are
8691 removed from the cache.
8692 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8693 XEmacs, an indirection to delete-itimer.
8694 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8695 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8696 users can only check cache without risk of prompting. Correct bug in
8697 notruncate behavior.
8698 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8699 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8700 Add informative docstrings.
8701 (pgg-decrypt): Convey provided passphrase in subordinate call to
8702 pgg-decrypt-region.
8703
8704 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8705 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8706 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8707 `passphrase' argument, so the passphrase can be managed externally
8708 and then passed in to the system.
8709
8710 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8711 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8712 so the passphrase cache can be used reliably with identifiers
8713 besides a pgp packet's key id.
8714
8715 * pgg-gpg.el (pgg-pgp-encrypt-region)
8716 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8717 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8718 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8719 argument to all these routines, so the passphrase can be managed
8720 externally and passed in to the system.
8721
8722 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8723 `notruncate' argument, so the passphrase cache can be used
8724 reliably with identifiers besides a pgp packet's key id.
8725
8726 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8727
8728 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8729 symmetric encryption.
8730 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8731 encrypted session key.
8732 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8733 message ask for the passphrase in a proper way.
8734
8735 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8736 New user commands for symmetric encryption.
8737
8738 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8739
8740 * textmodes/conf-mode.el (conf-assignment-sign)
8741 (conf-assignment-regexp): Fix docstrings.
8742 (conf-mode-initialize): New function.
8743 (conf-mode): Remove optional args. Use delay-mode-hooks to
8744 recognize recursive calls.
8745 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8746 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8747 (conf-xdefaults-mode): Use define-derived-mode and
8748 conf-mode-initialize.
8749
8750 2005-10-29 Romain Francoise <romain@orebokech.com>
8751
8752 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8753
8754 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8755
8756 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8757 part of the decoded armor to find the key-identifier.
8758 (pgg-gpg-lookup-key-owner): New function to return the
8759 human-readable identifier of a key owner.
8760 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8761 key itself.
8762 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8763 the key value) if we have a key and can match it against a secret
8764 key. Also, added a note pointing out fact that the prompt only
8765 indicates the first matching key.
8766
8767 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8768 pgg-decrypt-region.
8769 (pgg-pending-timers): A new hash for tracking the passphrase cache
8770 timers, so that new ones supercede old ones.
8771 (pgg-add-passphrase-to-cache): Rename from
8772 `pgg-add-passphrase-cache' to reduce confusion (all callers
8773 changed). Modified to cancel old timers when new ones are added.
8774 (pgg-remove-passphrase-from-cache): Rename from
8775 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8776 changed). Modified to cancel old timers when their keys are
8777 removed from the cache.
8778 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8779 XEmacs, an indirection to delete-itimer.
8780 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8781 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8782 users can only check cache without risk of prompting. Correct bug in
8783 notruncate behavior.
8784 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8785 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8786 Add informative docstrings.
8787 (pgg-decrypt): Convey provided passphrase in subordinate call to
8788 pgg-decrypt-region.
8789
8790 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8791
8792 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8793 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8794 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8795 `passphrase' argument, so the passphrase can be managed externally
8796 and then passed in to the system.
8797
8798 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8799 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8800 so the passphrase cache can be used reliably with identifiers
8801 besides a pgp packet's key id.
8802
8803 * pgg-gpg.el (pgg-pgp-encrypt-region)
8804 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8805 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8806 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8807 argument to all these routines, so the passphrase can be managed
8808 externally and passed in to the system.
8809
8810 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8811 `notruncate' argument, so the passphrase cache can be used
8812 reliably with identifiers besides a pgp packet's key id.
8813
8814 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8815
8816 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8817 symmetric encryption.
8818 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8819 encrypted session key.
8820 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8821 message ask for the passphrase in a proper way.
8822
8823 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8824 New user commands for symmetric encryption.
8825
8826 2005-10-28 Bill Wohler <wohler@newt.com>
8827
8828 * help-mode.el (help-url): New button type. Calls browse-url.
8829 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8830 Similar to Info nodes: URL `url'.
8831 (help-make-xrefs): Create help-url buttons for
8832 help-xref-url-regexp matches.
8833
8834 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * tool-bar.el (tool-bar-add-item-from-menu)
8837 (tool-bar-local-item-from-menu): Fix doc strings.
8838
8839 2005-10-28 Romain Francoise <romain@orebokech.com>
8840
8841 * ldefs-boot.el: Update.
8842
8843 * subr.el (locate-library): Move from help-fns.el.
8844 * help-fns.el (locate-library): Move to subr.el.
8845
8846 2005-10-28 Richard M. Stallman <rms@gnu.org>
8847
8848 * net/tramp.el (tramp-completion-mode): defvar moved up.
8849
8850 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8851
8852 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8853
8854 * files.el (find-file-noselect): Use %d to format large file size.
8855
8856 * bindings.el (mode-line-format): Add %e.
8857
8858 * loadup.el ("facemenu"): Load unconditionally.
8859 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8860 ("x-dnd"): Load, when appropriate.
8861
8862 * startup.el (command-line): Call before-init-hook earlier.
8863 Warn about some bad characters in -u user name.
8864
8865 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8866 (flyspell-external-point-words): Error if misspelled word is not found.
8867 Set flyspell-large-region-beg at end of word.
8868
8869 2005-10-28 Andreas Schwab <schwab@suse.de>
8870
8871 * view.el (View-revert-buffer-scroll-page-forward):
8872 Use view-page-size-default.
8873
8874 2005-10-28 Juri Linkov <juri@jurta.org>
8875
8876 * international/quail.el (quail-get-current-str): Translate last
8877 raw character for deterministic input methods.
8878
8879 2005-10-27 Jay Belanger <belanger@truman.edu>
8880
8881 * calc/calc-ext.el: Add functions to autoloads.
8882 (math-identity-matrix-p, math-ident-row-p): New functions.
8883
8884 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8885 multiplication by an identity matrix; don't turn multiplication by
8886 an inverse matrix into division.
8887 (math-div-symbol-fancy): Replace division by matrices with
8888 multiplication by inverse.
8889
8890 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8891
8892 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8893 (calc-writeoutpower): New functions.
8894
8895 2005-10-27 Romain Francoise <romain@orebokech.com>
8896
8897 * replace.el (occur-engine): Include colon in mouse-face highlight.
8898
8899 * dired-x.el: Change Maintainer field.
8900
8901 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * longlines.el (longlines-mode): Bind after-change-functions to
8904 nil during initial decoding and final encoding.
8905
8906 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8907
8908 * term.el (term-emulate-terminal, term-handle-colors-array)
8909 (term-handle-ansi-escape): Specify the terminfo capabilities
8910 implemented.
8911
8912 2005-10-26 Richard M. Stallman <rms@gnu.org>
8913
8914 * info.el (Info-fontify-node): Fix detection of sentence-break
8915 before *Note.
8916
8917 2005-10-26 Romain Francoise <romain@orebokech.com>
8918
8919 * smerge-mode.el: Add `tools' to file keywords.
8920
8921 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8922
8923 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8924 when the fringe is not available.
8925
8926 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8927 (def-gdb-auto-update-trigger): Simplify construction.
8928 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8929 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8930 defined explicitly.
8931 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8932 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8933 defined explicitly.
8934 (gdb-info-locals-custom): Remove as it's a no-op.
8935
8936 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8937
8938 * longlines.el (longlines-mode): Remove narrowing before
8939 performing the initial decoding or final encoding.
8940
8941 2005-10-25 Romain Francoise <romain@orebokech.com>
8942
8943 * emacs-lisp/find-func.el (find-library-name): Also strip
8944 extension if library name ends in .el, to take advantage of
8945 `find-library-suffixes'.
8946
8947 2005-10-25 Richard M. Stallman <rms@gnu.org>
8948
8949 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8950
8951 2005-10-25 Juri Linkov <juri@jurta.org>
8952
8953 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8954 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8955
8956 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8959 (blackbox-redefine-key): Add argument `map'.
8960
8961 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8962 regions when moving the jit-lock-context-unfontify-pos boundary.
8963
8964 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8965
8966 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8967
8968 2005-10-25 Masatake YAMATO <jet@gyve.org>
8969
8970 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8971
8972 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8973
8974 * play/blackbox.el (blackbox-redefine-key): New function.
8975 (blackbox-mode-map): Use it to remap existing bindings for cursor
8976 motion instead of binding literal keys.
8977
8978 2005-10-25 Glenn Morris <rgm@gnu.org>
8979
8980 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8981 diary does not end in a newline. Do not assume a blank line at
8982 the start of the diary file.
8983
8984 2005-10-25 Kenichi Handa <handa@m17n.org>
8985
8986 * international/quail.el (quail-translate-key): If the input
8987 method is deterministic and failed to handle the last key, restart
8988 the key handling loop from an appropriate key.
8989
8990 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8991
8992 * vc.el (vc-dired-mode): Extend comment for binding of
8993 `directory-listing-before-filename-regexp'.
8994
8995 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * textmodes/texinfo.el (texinfo-mode):
8998 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8999 not to unnecessarily expose emacs-mule's internal char codes.
9000
9001 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9002
9003 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9004 Display hand pointer and help-echo on disabled icon too.
9005 (gdb-mouse-until): New function.
9006 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9007
9008 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9009
9010 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9011 with 2005-10-23 change to doctor.el.
9012
9013 * finder.el (finder-mode-map): Add follow-link binding.
9014
9015 2005-10-25 Kim F. Storm <storm@cua.dk>
9016
9017 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9018 to gdb-mouse-toggle-breakpoint-fringe.
9019 (gdb-mouse-toggle-breakpoint-margin): Rename from
9020 gdb-mouse-toggle-breakpoint. Fix doc.
9021 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9022 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9023 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9024 string properties also for fringe breakpoint bitmaps.
9025
9026 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9027
9028 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9029
9030 2005-10-25 Masatake YAMATO <jet@gyve.org>
9031
9032 * simple.el (completion-common-substring):
9033 Use `completion-common-substring' prior to `completion-base-size'.
9034
9035 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9036
9037 * savehist.el: Require CL while compiling.
9038 (savehist-history-variables): Remove.
9039 (savehist-save-minibuffer-history, savehist-additional-variables)
9040 (savehist-minibuffer-history-variables): New vars.
9041 (savehist-save): Use them.
9042 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9043 (savehist-install): New fun, extracted from savehist-load.
9044 (savehist-load): Use them.
9045
9046 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9049 a dummy doc-string-elt property.
9050 (defalias, defvaralias, define-category): Add a docstring property.
9051
9052 * image.el (defimage):
9053 * widget.el (define-widget):
9054 * custom.el (defface, defcustom): Add `doc-string' declaration.
9055
9056 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9057 (defadvice): Add `doc-string' declaration.
9058
9059 * emacs-lisp/byte-run.el (macro-declaration-function):
9060 Handle `doc-string' declarations.
9061 (define-obsolete-function-alias, define-obsolete-variable-alias):
9062 Add `doc-string' declaration.
9063
9064 2005-10-24 Kenichi Handa <handa@m17n.org>
9065
9066 * international/utf-7.el (utf-7): Add autoload cookie.
9067
9068 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9069
9070 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9071
9072 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9073 list of directories passed to batch-update-autoloads. Add "." to
9074 the list of the echoed directories.
9075
9076 * pgg-def.el:
9077 * pgg-gpg.el:
9078 * pgg-parse.el:
9079 * pgg-pgp.el:
9080 * pgg-pgp5.el:
9081 * pgg.el: Moved here from the gnus subdirectory.
9082
9083 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9084
9085 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9086 in case comint-prompt-read-only is set to t.
9087
9088 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9089 in case comint-prompt-read-only is set to t.
9090
9091 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9092
9093 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9094 Now a string.
9095 (icalendar-import-format): Handle CLASS, STATUS, URL.
9096 Rename `subject' to `summary'.
9097 (icalendar-import-format-summary): Rename from
9098 `icalendar-import-format-subject'.
9099 (icalendar-import-format-url, icalendar-import-format-status)
9100 (icalendar-import-format-class): New variables.
9101 (icalendar--rris): Take variable argument list.
9102 (icalendar--datestring-to-isodate): Remove unnecessary
9103 calendar-style check when converting dates with explicit month names.
9104 (icalendar-export-region): Change return type of conversion
9105 subroutines. Bury current buffer unless error occurred.
9106 (icalendar--convert-to-ical)
9107 (icalendar--parse-summary-and-rest): New functions.
9108 (icalendar--convert-ordinary-to-ical)
9109 (icalendar--convert-weekly-to-ical)
9110 (icalendar--convert-yearly-to-ical)
9111 (icalendar--convert-block-to-ical)
9112 (icalendar--convert-cyclic-to-ical)
9113 (icalendar--convert-anniversary-to-ical): Change return type.
9114 Strip trailing blanks from subject.
9115 (icalendar--convert-sexp-to-ical): Change return type.
9116 Strip trailing blanks from subject. Handle simple sexp
9117 entries as generated by icalendar.el.
9118 (icalendar--convert-float-to-ical)
9119 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9120 (icalendar-import-file): Doc fix.
9121 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9122 Correct call to icalendar--rris.
9123 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9124 `summary'.
9125 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9126
9127 2005-10-24 Romain Francoise <romain@orebokech.com>
9128
9129 * server.el (server-sentinel): Set query-on-exit flag to nil on
9130 new client processes (it isn't inherited from the server process).
9131
9132 * replace.el (occur-engine): Rearrange text properties.
9133
9134 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9137 case-fold-search is nil.
9138 (debug-help-follow): Use help-xref-interned directly.
9139
9140 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * thumbs.el (thumbs-image-type): Add .pbm.
9143
9144 2005-10-23 Richard M. Stallman <rms@gnu.org>
9145
9146 * faces.el (inhibit-face-set-after-frame-default): New variable.
9147 (set-face-attribute): Bind it.
9148 (face-set-after-frame-default): Test it.
9149
9150 * help-fns.el (describe-simplify-lib-file-name): New function.
9151 (describe-function-1, describe-variable): Use it.
9152
9153 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9154
9155 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9156 Eliminate nil as possible value.
9157 (tooltip-hide-delay): Reduce internal-border-width.
9158
9159 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9160 (menu-bar-file-menu) <new-file>: Likewise.
9161
9162 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9163
9164 * international/mule.el (load-with-code-conversion):
9165 Pass full file name to `eval-buffer' unless preloading.
9166
9167 * textmodes/flyspell.el (flyspell-large-region):
9168 Call ispell-check-version.
9169
9170 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9171 Fix the make-variable-buffer-local call that was supposed
9172 to be for this variable.
9173 (ispell-aspell-supports-utf8): Doc fix.
9174 (ispell-find-aspell-dictionaries): Preserve elements of
9175 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9176 (ispell-aspell-find-dictionary): Return nil on error.
9177
9178 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9179 (doctor-symptoms): Likewise.
9180
9181 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9182
9183 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9186 (custom-raised-buttons): Add :set spec.
9187 (custom-button-unraised, custom-button-pressed-unraised):
9188 New faces, so that custom-raised-buttons actually does something.
9189 (custom-mode): Use custom-button and custom-button-pressed.
9190
9191 * wid-edit.el (widget-specify-button): Don't ignore
9192 widget-mouse-face on graphic terminals.
9193 (widget-move-and-invoke): Cleanup.
9194
9195 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9196
9197 * whitespace.el (whitespace-cleanup): Doc fix.
9198
9199 2005-10-23 Romain Francoise <romain@orebokech.com>
9200
9201 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9202 `eval-after-load' to avoid evaluating their result.
9203
9204 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9205
9206 * files.el (directory-listing-before-filename-regexp):
9207 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9208
9209 * dired.el (dired-move-to-filename-regexp): Remove.
9210 All occurences replaced by `directory-listing-before-filename-regexp'.
9211
9212 * dired-x.el, locate.el, vc.el:
9213 Replace `dired-move-to-filename-regexp' by
9214 `directory-listing-before-filename-regexp'. In vc.el it is
9215 overwritten locally; maybe this can be handled in files.el too.
9216
9217 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9218 replaced by `directory-listing-before-filename-regexp'.
9219
9220 2005-10-23 Andreas Schwab <schwab@suse.de>
9221
9222 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9223 and eval-next-after-load.
9224
9225 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9226
9227 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9228 exist, create it.
9229
9230 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9231
9232 * allout.el: Remove autoloads for mailcrypt and crypt++.
9233 Require pgg, pgg-gpg during compilation.
9234 (allout-version): Increment version number to 2.1, and use a literal
9235 rather than RCS Id.
9236 (allout-default-encryption-scheme): Remove.
9237 (allout-passphrase-verifier-handling)
9238 (allout-passphrase-verifier-string)
9239 (allout-file-passphrase-verifier-string)
9240 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9241 (allout-passphrase-hint-handling): Rename and simplify.
9242 (allout-init): Use `find-file-hook' if available, otherwise
9243 `find-file-hooks'.
9244 (allout-mode): Use `write-file-functions' if available, otherwise
9245 `local-write-file-hooks' and, instead of making auto-save-hook
9246 buffer local, make the write-file-hook activity contingent to
9247 allout-mode.
9248 (allout-mode): Use key-binding substitution in the docstring.
9249 (allout-kill-line): Spell-out kill ring data structure mutation
9250 instead of using byte-compiler-complaint-provoking `pop'.
9251 (allout-insert-listified): Use `insert' rather than `insert-string'
9252 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9253 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9254 (allout-encrypt-string): Totally revamped vis new underlying
9255 encryption facilities.
9256 (allout-mc-activate-passwd): Remove.
9257 (allout-obtain-passphrase): New, more or less replaces
9258 allout-mc-activate-passwd.
9259 (allout-encrypted-key-info): More or less replaces
9260 allout-encrypted-text-type.
9261 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9262 (my-mark-marker): Use `(featurep 'xemacs)'.
9263
9264 2005-10-23 Lars Hansen <larsh@soem.dk>
9265
9266 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9267 (byte-compile-file-form-defmumble, byte-compile-defun)
9268 (byte-compile-defmacro): Use it.
9269 (byte-compile-form): Don't call byte-compile-set-symbol-position
9270 when a byte-compile handler is called.
9271
9272 2005-10-22 Romain Francoise <romain@orebokech.com>
9273
9274 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9275
9276 * subr.el (eval-after-load): Convert library name to an absolute
9277 file name using locate-library, since load-history no longer has
9278 library names in it.
9279
9280 2005-10-22 Richard M. Stallman <rms@gnu.org>
9281
9282 * files.el (make-temp-file): Move from subr.el.
9283 * subr.el (make-temp-file): Move to files.el.
9284
9285 * window.el (get-buffer-window-list): Move from subr.el.
9286 * subr.el (get-buffer-window-list): Move to window.el.
9287
9288 * image.el (image-load-path): Use eval-at-startup to initialize.
9289
9290 * subr.el (eval-at-startup): New macro.
9291
9292 * subr.el: Much rearrangement of functions and division
9293 into pages. No code changes.
9294
9295 2005-10-22 Kenichi Handa <handa@m17n.org>
9296
9297 * tar-mode.el (tar-extract): Be sure to call
9298 find-operation-coding-system if set-auto-coding doesn't find a
9299 coding system.
9300
9301 2005-10-22 Kim F. Storm <storm@cua.dk>
9302
9303 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9304 Change users.
9305 (image-type-file-name-regexps): New defconst.
9306 (image-type-from-data): Simplify loop.
9307 (image-type-from-buffer): New defun.
9308 (image-type-from-file-header): Use it instead of image-type-from-data.
9309 Use image-search-load-path instead of only looking in data-directory.
9310 (image-type-from-file-name): New defun.
9311 (image-search-load-path): Change `pathname' to `filename'.
9312 Make PATH arg optional, default to image-load-path.
9313
9314 2005-10-21 Richard M. Stallman <rms@gnu.org>
9315
9316 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9317
9318 * textmodes/paragraphs.el (sentence-end-base): New variable.
9319 (sentence-end): Use sentence-end-base.
9320
9321 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9324 property independently from the font-lock-multiline variable.
9325
9326 2005-10-21 Richard M. Stallman <rms@gnu.org>
9327
9328 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9329
9330 * startup.el (command-line): Convert library names
9331 in `load-history' to absolute file names.
9332
9333 * subr.el (symbol-file): Doc fix.
9334
9335 * loadhist.el (file-loadhist-lookup): Call locate-library
9336 instead of find-library-name. Don't try converting
9337 abs file names to library names, since load-history no longer
9338 has library names in it.
9339 (file-dependents, file-provides, file-requires): Doc fixes.
9340
9341 2005-10-21 Juri Linkov <juri@jurta.org>
9342
9343 * progmodes/etags.el (tags-table-mode): New function.
9344 (tags-verify-table): Replace initialize-new-tags-table with
9345 tags-table-mode.
9346
9347 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9348 default value.
9349 (desktop-modes-not-to-save): Add tags-table-mode to the
9350 default value.
9351
9352 * info.el (Info-index-next): Add total number of index
9353 alternatives to the message.
9354
9355 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9356 backward only space (instead of space and period) before looking
9357 at sentence end.
9358
9359 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9360 Add the old variable value as 4th default-value arg of read-string.
9361
9362 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9363
9364 * cus-face.el (custom-declare-face): Make face from X resources
9365 also on Mac.
9366
9367 * disp-table.el (standard-display-g1, standard-display-graphic):
9368 Refuse to use string glyphs also on Mac.
9369 (standard-display-european): Don't set terminal coding system also
9370 on Mac.
9371
9372 * frame.el (display-screens): Use x-display-screens also on Mac.
9373
9374 2005-10-21 Romain Francoise <romain@orebokech.com>
9375
9376 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9377
9378 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9381 and $? into sexps.
9382
9383 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9384 warning face on open-paren-in-column-0.
9385
9386 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9387 boundary case. Fix typo.
9388 Suggested by Martin Rudalics <rudalics@gmx.at>.
9389
9390 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9391
9392 * textmodes/org.el (org-combined-agenda-icalendar-file)
9393 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9394 (org-export-icalendar-this-file)
9395 (org-export-icalendar-all-agenda-files)
9396 (org-export-icalendar-combine-agenda-files): New commands.
9397 (org-export-icalendar, org-print-icalendar-entries)
9398 (org-start-icalendar-file, org-finish-icalendar-file)
9399 (org-ical-ts-to-string): New functions.
9400 (org-read-date, org-goto-calendar)
9401 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9402 call to `calendar'.
9403 (orgtbl-setup): Remove the :keys arguments from the menu description.
9404 (org-after-save-iCalendar-file-hook): New variable.
9405
9406 2005-10-21 Kenichi Handa <handa@m17n.org>
9407
9408 * language/vietnamese.el (tcvn-5712): Make it an alias of
9409 vietnamese-tcvn coding-system.
9410
9411 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9412
9413 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9414 group id is given.
9415
9416 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9419 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9420 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9421 whose line is either continued or ends with a comment.
9422
9423 2005-10-20 Romain Francoise <romain@orebokech.com>
9424
9425 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9426
9427 * replace.el (occur-engine): Add follow-link property.
9428
9429 * font-core.el (font-lock-mode): Doc fix.
9430
9431 2005-10-20 Richard M. Stallman <rms@gnu.org>
9432
9433 * net/rcirc.el: New file.
9434
9435 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9436
9437 * term.el (term-term-name): Initialize to "eterm-color".
9438
9439 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9440
9441 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9442 for encryption functionality.
9443 Move allout customization subgroup from `editing' to `outlines' group.
9444 Fix commentary keywords to legitimate ones.
9445 Update author info (using my current email address, obscurified).
9446 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9447 (allout-encrypted-topic-p, allout-encrypted-text-type)
9448 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9449 (allout-situate-encryption-key-verifier)
9450 (allout-get-encryption-key-verifier, allout-verify-key)
9451 (allout-next-topic-pending-encryption)
9452 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9453 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9454 (outline-key-verifier-handling, outline-key-hint-handling)
9455 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9456 (allout-file-key-verifier-string, allout-encryption-scheme)
9457 (allout-key-verifier-string, allout-key-hint-string)
9458 (allout-after-save-decrypt): New variables.
9459 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9460 (allout-after-saves-handler): New hook functions.
9461 (allout-post-command-business): Do allout-after-save-decrypt.
9462 (allout-enable-file-variable-adjustment): Custom var to enable
9463 mechanism for adding and adjusting settings of Emacs file variables.
9464 (allout-adjust-file-variable, allout-file-vars-section-data):
9465 New functions, implement the mechanism.
9466 (outlineify-sticky): Use the file vars mechanism.
9467 (allout-inhibit-protection, allout-during-write-cue)
9468 (allout-override-protect, allout-before-change-protect): Remove.
9469 (allout-flag-region, allout-open-topic): Adjust read-only text.
9470 (allout-open-line-not-read-only): Add to facilitate read-only
9471 text based protection.
9472 (allout-kill-line): Revise to adjust read-only text, clue the
9473 user about the inhibition.
9474 (allout-unprotected): Use unwind-protect.
9475 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9476 topic deeper than the offspring depth of the previous topic -
9477 avoiding confusing "containment discontinuities".
9478 (allout-reindent-bodies): Fix retention of body relative hanging
9479 indent during promotion of collapsed bodies.
9480 (allout-open-topic): Make it easy to open new topic with same
9481 bullet as current topic - topic creation functions provided with
9482 any universal argument provokes now prompt for bullet, defaulting
9483 to the bullet of the previous topic.
9484 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9485 Plain bullet alternates `.' period and `,' comma only. All other
9486 bullets are relegated to special status (but customizable).
9487 (allout-end-of-entry): Rename from allout-end-of-current-entry
9488 since it actually operates w.r.t. most immediately containing
9489 entry, visible or not.
9490 (allout-hide-current-entry, allout-show-current-entry): Use the
9491 revised version.
9492 (allout-old-expose-topic): Solidify deprecation.
9493 (allout-end-of-subtree): Add so we can span concealed as well
9494 as visible topics.
9495 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9496 (allout-end-of-current-heading): Tweak to just respect the first line.
9497 (allout-get-body-text): Add.
9498 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9499 when invoked interactively.
9500 (allout-up-current-level): Use `interactive-p'.
9501 (allout-mode, allout-init): Miscellaneous docstring and
9502 operational refinements, as well as hookups of new encryption stuff.
9503 (allout-beginning-of-current-entry): Now works as advertised.
9504 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9505 (allout-isearch-rectification): Refine condition for isearching.
9506 (allout-isearch-abort, allout-enwrap-isearch)
9507 (allout-flag-region, my-region-active-p): Relocate some macros.
9508 (allout-title): Fallback title is (buffer-name), not
9509 non-existing (current-buffer-name).
9510 (subst-char-in-string): Define if absent (for some XEmacs versions).
9511
9512 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9513
9514 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9515 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9516 (mail-citation-prefix-regexp, mail-signature-file)
9517 (mail-default-headers, mail-bury-selects-summary)
9518 (mail-send-nonascii): Add autoload cookies.
9519
9520 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9521
9522 * frame.el (blink-cursor-mode): Add `mac' to the list of
9523 window-system's that support blinking cursor.
9524
9525 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9526
9527 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9528
9529 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9530
9531 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9532 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9533 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9534
9535 2005-10-20 Kim F. Storm <storm@cua.dk>
9536
9537 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9538 (ido-set-current-directory): Don't add / after final @.
9539 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9540 Explicitly handle ange-ftp completion oddities.
9541 (ido-make-file-list): Don't rotate list at tramp root to avoid
9542 triggering tramp file handler for expand-file-name via get-file-buffer.
9543
9544 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9547
9548 2005-10-19 Jay Belanger <belanger@truman.edu>
9549
9550 * calc/calc-units.el (math-standard-units): Add units, adjust
9551 symbols and update values.
9552 (math-unit-prefixes): Add more prefixes.
9553
9554 2005-10-19 Romain Francoise <romain@orebokech.com>
9555
9556 * bookmark.el (bookmark-menu-heading): New face.
9557 (bookmark-bmenu-list): Use it.
9558 Don't fiddle with `baud-rate' at top-level.
9559
9560 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9561
9562 * image.el (create-image, find-image): Mention max-image-size in
9563 docstring.
9564
9565 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * savehist.el (savehist-load): Revert to checking XEmacs.
9568
9569 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9570 Various docstring and line-width fixups.
9571 (conf-mode): Use cond.
9572 Set font-lock-defaults. Don't set comment-use-syntax.
9573
9574 2005-10-18 David Ponce <david@dponce.com>
9575
9576 * tree-widget.el (tree-widget-button-click): New function.
9577 (tree-widget-button-keymap): Use it.
9578
9579 2005-10-18 Romain Francoise <romain@orebokech.com>
9580
9581 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9582 (bookmark-bmenu-hide-filenames): Add follow-link property.
9583 Improve help-echo text.
9584
9585 * ffap.el (find-file-at-point): Doc fix.
9586
9587 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9588
9589 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9590
9591 2005-10-18 Masatake YAMATO <jet@gyve.org>
9592
9593 Install to the CVS repository what I forgot to install in my
9594 2005-10-16 changes.
9595
9596 * progmodes/python.el (python-complete-symbol): Pass the common
9597 prefix substring of completion to `display-completion-list'.
9598
9599 * textmodes/org.el (org-complete): Ditto.
9600
9601 2005-10-18 Masatake YAMATO <jet@gyve.org>
9602
9603 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9604
9605 * woman.el (WoMan-xref-man-page): New button type derived
9606 from `Man-abstract-xref-man-page'.
9607 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9608
9609 * man.el (Man-abstract-xref-man-page): New button type.
9610 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9611 (Man-highlight-references): Add new optional argument `xref-man-type'.
9612
9613 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9614
9615 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9616
9617 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * cus-edit.el (Custom-move-and-invoke): Delete.
9620 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9621
9622 * wid-edit.el (widget-move-and-invoke): New function, from
9623 Custom-move-and-invoke.
9624
9625 2005-10-17 Bill Wohler <wohler@newt.com>
9626
9627 Move all remaining images from lisp/toolbar to etc/images, move
9628 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9629 the low resolution images in their own directory (low-color).
9630
9631 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9632 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9633 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9634 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9635 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9636 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9637 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9638
9639 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9640 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9641 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9642 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9643 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9644 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9645 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9646 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9647 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9648 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9649 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9650 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9651 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9652 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9653 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9654
9655 To conform with convention, replace the underscore (_) in the
9656 following image names with dash (-) or (/) as appropriate.
9657
9658 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9659 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9660 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9661 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9662 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9663 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9664 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9665 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9666 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9667 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9668 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9669 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9670 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9671 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9672 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9673
9674 * info.el (info-tool-bar-map): Replace underscores in image names
9675 with dashes.
9676
9677 * makefile.w32-in (WINS): Remove toolbar.
9678
9679 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9680
9681 * tool-bar.el: Move to lisp from toolbar. Now that
9682 toolbar is empty, it should be deleted when folks run "cvs up -P".
9683
9684 2005-10-18 Jay Belanger <belanger@truman.edu>
9685
9686 * calc/calc-store.el (calc-store-into): Get the proper variable name
9687 to display in message.
9688
9689 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9690
9691 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9692 expressions display in speedbar for all buffers when debugging.
9693 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9694
9695 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9696 (speedbar-insert-button, speedbar-make-button):
9697 Use add-text-properties.
9698 (speedbar-update-localized-contents)
9699 (speedbar-update-directory-contents)
9700 (speedbar-update-special-contents): Use dolist.
9701 (speedbar-buffer-easymenu-definition): Add a menu separator.
9702
9703 2005-10-17 Jason Rumney <jasonr@gnu.org>
9704
9705 * makefile.w32-in: Use $(lisp) consistently.
9706 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9707 for shell specific generation of mh-autoloads.
9708
9709 2005-10-17 Richard M. Stallman <rms@gnu.org>
9710
9711 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9712
9713 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * jit-lock.el (jit-lock-fontify-now):
9716 Move jit-lock-context-unfontify-pos to avoid wasted work.
9717
9718 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9719
9720 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9721 `tramp-completion-mode' for checking if we are in completion mode.
9722 (tramp-completion-handle-file-name-all-completions): Reorder code
9723 in order to complete for file names only in case there are no
9724 method/user/host completions. This is necessary for cooperation
9725 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9726
9727 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * longlines.el (longlines-search-forward)
9730 (longlines-search-backward): Match any number of spaces.
9731
9732 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9733
9734 * diff-mode.el (diff-mode): Doc fix.
9735
9736 2005-10-16 David Reitter <david.reitter@gmail.com>
9737
9738 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9739 as default on darwin and windows systems.
9740
9741 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9742
9743 * arc-mode.el (archive-zip-extract): Doc fix.
9744
9745 2005-10-16 Romain Francoise <romain@orebokech.com>
9746
9747 * mouse.el (mouse-1-click-follows-link): Doc fix.
9748
9749 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * savehist.el: Don't require CL at runtime.
9752 (savehist-xemacs): Remove.
9753 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9754 (savehist-no-conversion): Use (featurep 'xemacs).
9755 (savehist-load): Check existence of start-itimer rather than XEmacs.
9756 Use an idle timer.
9757 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9758 `delete-if-not'.
9759
9760 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9761
9762 * savehist.el: Newer version.
9763 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9764 (savehist-last-checksum, savehist-no-conversion): New vars.
9765 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9766 New functions.
9767 (savehist-load, savehist-save): Use them.
9768 (savehist-delimit): Remove.
9769
9770 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * progmodes/compile.el (compilation-goto-locus): Display the
9773 compilation buffer first and the source buffer second, in case they're
9774 in overlapping frames. Don't raise the compilation frame if it was the
9775 selected window upon entry. Pass the `other-window' arg to
9776 pop-to-buffer.
9777
9778 * info.el (Info-fontify-node): Use dolist.
9779 Change add-text-properties to put-text-property.
9780
9781 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9782
9783 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9784 bound of search.
9785
9786 2005-10-16 Masatake YAMATO <jet@gyve.org>
9787
9788 * dabbrev.el (dabbrev-completion): Pass the common
9789 prefix substring of completion to `display-completion-list'.
9790
9791 * filecache.el (file-cache-minibuffer-complete)
9792 (file-cache-complete): Ditto.
9793
9794 * tempo.el (tempo-display-completions): Ditto.
9795
9796 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9797
9798 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9799
9800 * eshell/em-hist.el (eshell-list-history): Ditto.
9801
9802 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9803
9804 * mail/mailalias.el (mail-complete): Ditto.
9805
9806 * progmodes/etags.el (complete-tag): Ditto.
9807
9808 * progmodes/make-mode.el (makefile-complete): Ditto.
9809
9810 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9811
9812 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9813
9814 * progmodes/pascal.el (pascal-complete-word)
9815 (pascal-show-completions): Ditto.
9816
9817 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9818
9819 * simple.el (completion-common-substring): New variable.
9820 (completion-setup-function): Use `completion-common-substring'
9821 to put faces.
9822
9823 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9824
9825 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9826 (x-get-selection, mac-select-convert-to-string): Convert from/to
9827 UTF-16 clipboard data as in native byte order, no BOM.
9828
9829 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9832 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9833 (gud-sentinel): Use speedbar-frame to check for speedbar.
9834
9835 2005-10-15 Richard M. Stallman <rms@gnu.org>
9836
9837 * savehist.el: New file.
9838
9839 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9840
9841 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9842 Fix bug in \bf fontification.
9843
9844 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * pcvs.el (cvs-edit-log-files): New var.
9847 (cvs-mode-edit-log): New arg `file'.
9848 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9849 Instead force the use of the original file and nothing else.
9850 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9851 the cvs-minor-wrap-function is set.
9852 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9853
9854 2005-10-14 Bill Wohler <wohler@newt.com>
9855
9856 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9857 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9858 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9859 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9860 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9861 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9862 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9863 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9864 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9865 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9866 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9867 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9868 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9869 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9870 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9871
9872 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9873 appropriately (for example, gud-break to gud/break).
9874
9875 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9876
9877 * longlines.el (longlinges-search-function)
9878 (longlines-search-forward, longlines-search-backward): New functions.
9879 (longlines-mode): Set isearch-search-fun-function to
9880 longlinges-search-function.
9881
9882 * mouse.el (mouse-drag-region-1): Handle the case where a
9883 double-click event is bound to an arbitrary function.
9884
9885 2005-10-14 David Ponce <david@dponce.com>
9886
9887 * recentf.el (recentf-track-opened-file)
9888 (recentf-track-closed-file, recentf-update-menu)
9889 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9890 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9891 mouse-1-click-follows-link.
9892
9893 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9894
9895 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9896 Gnome file-manager.png. Suggested by
9897 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9898
9899 * toolbar/README: Add diropen.xpm.
9900
9901 2005-10-13 Bill Wohler <wohler@newt.com>
9902
9903 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9904 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9905
9906 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9909 Don't waste the byte-compiler's time on constant data.
9910
9911 2005-10-13 Kenichi Handa <handa@m17n.org>
9912
9913 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9914 byte with `escape-glyph' face.
9915
9916 * international/fontset.el (ccl-encode-unicode-font):
9917 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9918 Handle the case that ucs-mule-to-mule-unicode translates a character to
9919 ASCII (usually for IPA characters).
9920
9921 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9924 Don't hide the underline of titles if font-lock-mode is disabled.
9925
9926 2005-10-12 Bill Wohler <wohler@newt.com>
9927
9928 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9929 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9930 files in MH-E-SRC have been updated.
9931 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9932
9933 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9936 (mixal-mode-syntax-table): Add \n as end-comment.
9937 (mixal-operation-codes-alist): Immediately initialize to full value.
9938 (mixal-add-operation-code): Remove.
9939 (mixal-describe-operation-code): Make the arg non-optional.
9940 Use the interactive spec instead.
9941 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9942 (mixal-font-lock-keywords): Don't highlight comments here any more.
9943 (mixal-font-lock-syntactic-keywords): New var.
9944 (mixal-mode): Use it. Fix comment-start-skip.
9945
9946 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9947
9948 * startup.el (command-line-x-option-alist): -nb => -nbi
9949
9950 2005-10-12 Kim F. Storm <storm@cua.dk>
9951
9952 * startup.el (fancy-splash-default-action): Discard mouse click in
9953 the splash screen window, as it has no sensible meaning in the
9954 next window to be selected. Fixes error reported by Jan D.
9955
9956 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9957
9958 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9959
9960 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9963 Try to fix up minor layout issues like indentation, line break, etc...
9964 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9965 because it doesn't work.
9966 (mixal-operation-codes): Add some more codes.
9967 (mixal-font-lock-keywords): Process comments here.
9968 (mixal-mode): mixasm no longer needs -g option.
9969
9970 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9971
9972 * progmodes/sh-script.el (sh-tmp-file):
9973 Use mktemp -t. Finish support for es and rc shells.
9974
9975 2005-10-11 Jay Belanger <belanger@truman.edu>
9976
9977 * calc/calcalg2.el (calc-integral): With an argument, compute the
9978 definite integral.
9979
9980 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * mouse.el (mouse-drag-region-1): Don't try to catch a
9983 double-click when doing follow-link (it's overridden anyway).
9984
9985 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9986
9987 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9988 (autoload-print-form-outbuf): Add docstring.
9989
9990 2005-10-11 Juri Linkov <juri@jurta.org>
9991
9992 * info.el (Info-mode-menu): Delete menu item "Edit".
9993 (Info-mode): Delete description of Info-edit from docstring,
9994 and rearrange descriptions of Info commands in the order
9995 they are documented in the Info manual.
9996
9997 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * calendar/appt.el (appt-check): Use diary-selective-display var.
10000
10001 2005-10-10 Richard M. Stallman <rms@gnu.org>
10002
10003 * net/newsticker.el (newsticker-start, newsticker-show-news):
10004 Add autoload cookies.
10005
10006 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10007
10008 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10009
10010 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10011
10012 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10013
10014 2005-10-10 Jay Belanger <belanger@truman.edu>
10015
10016 * calc/calc-arith.el (math-check-known-scalarp)
10017 (math-check-known-matrixp): Check the values of arguments that are
10018 variables.
10019 (math-check-known-square-matrixp): New function.
10020 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10021 (math-super-types): Add sqmatrix type.
10022
10023 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10024 mode name `square' to `sqmatrix'.
10025
10026 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10027 mode name `square' to `sqmatrix'.
10028
10029 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * progmodes/etags.el (select-tags-table-mode): Don't use
10032 selective-display.
10033 (tags-select-tags-table): Pass `button' to the action function.
10034 (select-tags-table): Place the side-info on button properties rather
10035 than in hidden text. Abbreviate file names.
10036 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10037 (select-tags-table-select): Add `button' argument.
10038 Get side-info from the button property rather than from hidden text.
10039
10040 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10043 (gud-speedbar-buttons): Preserve point if possible.
10044 (gud-sentinel): Restore previous speedbar display type.
10045
10046 * progmodes/gdb-ui.el (gdba): Improve diagram.
10047 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10048 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10049 Call get-buffer-window once.
10050
10051 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10054 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10055 (pascal-indent-command): Remove unused var `ind'.
10056 (pascal-indent-case): Remove unused var `oldpos'.
10057 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10058 since it's now used as a proper minor mode map.
10059 (pascal-outline): Rename to pascal-outline-mode.
10060 (pascal-outline-mode): Use define-minor-mode.
10061 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10062 selective-display.
10063
10064 2005-10-10 Andreas Schwab <schwab@suse.de>
10065
10066 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10067 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10068
10069 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10070 outside source directory.
10071
10072 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10073
10074 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10075 C-x' as a prefix.
10076 (orgtbl-mode-map): Full keymap instead of sparse, because all
10077 `self-insert-command' keys are redefined in this map.
10078 (org-export-as-html): Specify charset for HTML file, by taking it
10079 from the coding system.
10080
10081 2005-10-10 Kenichi Handa <handa@m17n.org>
10082
10083 * textmodes/flyspell.el (flyspell-check-word-p):
10084 If unread-command-events is non-empty, don't call sit-for.
10085
10086 2005-10-09 Richard M. Stallman <rms@gnu.org>
10087
10088 * font-lock.el (font-lock-syntactic-keywords)
10089 (font-lock-keywords): Doc fixes.
10090
10091 * textmodes/flyspell.el (flyspell-external-point-words):
10092 Simplify logic, and don't try to check for consecutive appearances
10093 of one incorrect word.
10094
10095 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10096
10097 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10098 separator.
10099
10100 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10101 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10102 (gud-expansion-speedbar-buttons): New function.
10103 (gud-speedbar-buttons): Check for gud-comint-buffer.
10104
10105 2005-10-09 Bill Wohler <wohler@newt.com>
10106
10107 * Makefile.in (updates): Add mh-loaddefs dependency.
10108
10109 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * speedbar.el (speedbar-file-key-map): Fix typo.
10112
10113 2005-10-09 Daniel Brockman <daniel@brockman.se>
10114
10115 * cus-start.el (line-spacing): Add custom spec.
10116
10117 2005-10-09 Romain Francoise <romain@orebokech.com>
10118
10119 * textmodes/ispell.el (ispell-check-version): Fix last change.
10120
10121 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10122
10123 * term/x-win.el: Remove -i, --icon-type from comment.
10124
10125 * startup.el (command-line-x-option-alist): Remove options -i,
10126 -itype, --icon-type, added -nb, --no-bitmap-icon
10127
10128 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10129
10130 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10131 instead of :active.
10132
10133 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10134
10135 * textmodes/ispell.el (ispell-check-version):
10136 Ignore hyphen, and all that follows, in aspell's version text.
10137
10138 2005-10-08 Jay Belanger <belanger@truman.edu>
10139
10140 * calc/calc-arith.el (math-known-square-matrixp): New function.
10141 (math-pow-fancy): Check for matrices before distributing exponent
10142 across products.
10143
10144 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10145 fullscreen keypad. Suggested by Luc Teirlinck.
10146 (calc-keypad-show-input): Add space for formatting.
10147
10148 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10149 Add square matrix option.
10150
10151 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10152 of checking calc-matrix-mode when deciding how to expand.
10153
10154 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10155
10156 2005-10-08 Lars Hansen <larsh@soem.dk>
10157
10158 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10159 Add error handling.
10160 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10161
10162 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10163
10164 Sync with Tramp 2.0.51.
10165
10166 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10167 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10168 Insert special handling for `last-coding-system-used', again
10169 it still seems to be necessary (unlike stated before).
10170 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10171 (tramp-password-prompt-regexp): There might be other words before
10172 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10173 (tramp-chunksize): Improve docstring.
10174 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10175 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10176 Christian Joergensen <bugs@razor.dk>.
10177
10178 2005-10-07 Glenn Morris <rgm@gnu.org>
10179
10180 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10181 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10182 precision'.
10183
10184 2005-10-07 Romain Francoise <romain@orebokech.com>
10185
10186 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10187 (ibuffer-do-shell-command-pipe-replace)
10188 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10189 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10190 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10191 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10192 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10193 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10194 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10195 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10196 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10197 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10198 Autoload file sans suffix.
10199
10200 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10201
10202 2005-10-07 David Ponce <david@dponce.com>
10203
10204 * recentf.el (recentf-menu-open-all-flag): New option.
10205 (recentf-digit-shortcut-command-name): New function.
10206 (recentf--shortcuts-keymap): New variable.
10207 (recentf-menu-shortcuts): New variable.
10208 (recentf-make-menu-items): Initialize it. Replace the "More..."
10209 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10210 (recentf-menu-value-shortcut): New function.
10211 (recentf-make-menu-item): Use it. No more in-lined.
10212 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10213 (recentf-open-most-recent-file): Rename from
10214 `recentf-open-file-with-key'. Don't depend on key binding.
10215 (recentf-mode-map): New variable.
10216 (recentf-mode): Use it.
10217
10218 2005-10-06 Bill Wohler <wohler@newt.com>
10219
10220 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10221
10222 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10223 (MH-E-SRC): New. Used by mh-autoloads.
10224 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10225 files in MH-E-SRC have been updated.
10226 (compile, recompile, bootstrap): Depend on mh-autoloads.
10227
10228 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10229
10230 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10231 gud-break and gud-remove icons when the fringe is not available.
10232
10233 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10234 Typo.
10235
10236 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10237
10238 * play/zone.el (zone): Wrap body with save-window-excursion.
10239
10240 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10243 Use the new `list-only' arg to diary-list-entries.
10244
10245 * calendar/diary-lib.el: Use overlays rather than selective-display.
10246 (diary-selective-display): New var.
10247 (diary-header-line-format): Use it.
10248 (diary-list-entries): Add argument `list-only'.
10249 Put the buffer in diary-mode. Don't add \^M at beg and end.
10250 Replace \^M by invisible overlays.
10251 (diary-unhide-everything): Replace \^M by invisible overlays.
10252 (print-diary-entries): Look for overlays rather than \^M.
10253 Add a space to the temp buffer name.
10254 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10255 Put the buffer in diary-mode.
10256 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10257 (diary-anniversary): Make the year arg optional.
10258 (diary-time-regexp): New const.
10259 (diary-font-lock-keywords): Use it to accept a few more time formats.
10260
10261 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10262
10263 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10264
10265 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10266 Fix bug introduced 2005-07-03: Use (car (last ...))
10267 to faithfully reproduce replaced artist-last.
10268 (artist-set-arrow-points-for-poly): Likewise.
10269 Suggested by Johan Bockg\e,Ae\e(Brd.
10270
10271 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10274 * wid-edit.el (widget):
10275 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10276 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10277
10278 2005-10-06 Kenichi Handa <handa@m17n.org>
10279
10280 * international/mule-cmds.el (set-language-environment):
10281 Fix setting up of case-table for unibyte mode.
10282
10283 * simple.el (what-cursor-position): If the character is displayed
10284 by some `display' text property, show that. Don't use
10285 single-key-description for eight-bit characters in multibyte mode.
10286
10287 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10288
10289 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10290 (gdb-ann3): Set it.
10291 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10292 (gdb-info-frames-custom): Use inverse-video for first five
10293 characters of selected frame only.
10294 (gdb-get-frame-number): Select frame even when point is on frame
10295 number.
10296
10297 2005-10-06 Masatake YAMATO <jet@gyve.org>
10298
10299 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10300 Put `font-lock-function-name-face'.
10301 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10302 and `font-lock-variable-name-face'
10303 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10304 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10305 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10306 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10307 (gdb-local-font-lock-keywords): New font lock keywords definition.
10308 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10309 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10310 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10311
10312 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10313
10314 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10315 (ediff-merge-region-is-non-clash-to-skip): Previously called
10316 ediff-merge-region-is-non-clash.
10317
10318 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10319 Use insert-buffer-substring.
10320
10321 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10322 selecting files to patch. Also bug fixes.
10323
10324 * ediff-util.el (ediff-setup): Bug fix.
10325 (ediff-next-difference): Never skip clashes that differ in white
10326 space only.
10327
10328 * ediff-wind.el (ediff-setup-control-frame)
10329 (ediff-destroy-control-frame): Check the menubar feature.
10330
10331 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10332 (viper-refresh-mode-line): Use make-local-variable to localize
10333 some vars instead of make-variable-buffer-local. Suggested by
10334 Stefan Monnier.
10335
10336 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10337 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10338 Use make-local-variable instead of make-variable-buffer-local.
10339 Suggested by Stefan Monnier.
10340
10341 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10342 (viper-comint-mode-hook): Use make-local-variable on
10343 require-final-newline.
10344 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10345
10346 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10349 also the second char of a comment-start sequence.
10350 (scheme-sexp-comment-syntax-table): New var.
10351 (lambda, define): Set their scheme-doc-string-elt property.
10352 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10353 Use lisp-font-lock-syntactic-face-function now that it properly
10354 handles |...| symbols.
10355 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10356 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10357
10358 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10359 bit from # to |.
10360 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10361
10362 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10363 (lisp-doc-string-elt-property): New var.
10364 (lisp-font-lock-syntactic-face-function): Use it.
10365 Rewrite to recognize docstrings even for forms not at toplevel.
10366
10367 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10368 annotation on the | part of #| rather than on the # part.
10369 (scheme-font-lock-syntactic-face-function): New function, to
10370 distinguish strings from |...| symbols.
10371 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10372 syntax-table so that #|...|# is properly highlighted.
10373
10374 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10375 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10376
10377 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10380 and C-e.
10381
10382 * emacs-lisp/eldoc.el: Move comments into docstrings.
10383 (eldoc-message-commands): Initialize in its declaration.
10384 Add move-beginning-of-line and move-end-of-line.
10385 (eldoc-add-command, eldoc-add-command-completions)
10386 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10387
10388 * outline.el (outline-mark-subtree): Activate the mark.
10389
10390 * calendar/appt.el (appt-time-regexp): New var.
10391 (appt-add, appt-make-list): Use it.
10392 (appt-convert-time): Clean up.
10393
10394 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10395 Don't set any syntax-table property here.
10396 (tex-font-lock-verb): New function. Do it here.
10397 (tex-font-lock-syntactic-keywords): Use it.
10398
10399 2005-10-04 Richard M. Stallman <rms@gnu.org>
10400
10401 * wid-edit.el (widget-file-complete): Get the widget start point
10402 the right way. Default directory to `/' if file has none.
10403
10404 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10405
10406 * textmodes/flyspell.el (flyspell-mode-on):
10407 Call ispell-maybe-find-aspell-dictionaries.
10408
10409 * textmodes/ispell.el (ispell-word, ispell-region):
10410 Call ispell-maybe-find-aspell-dictionaries.
10411 (ispell-accept-buffer-local-defs):
10412 Don't call ispell-maybe-find-aspell-dictionaries
10413
10414 2005-10-04 Richard M. Stallman <rms@gnu.org>
10415
10416 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10417
10418 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10419
10420 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10421 instead of `fboundp' in order to allow for anonymous functions.
10422
10423 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10426 case the user clicks on the link while another window is selected.
10427 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10428
10429 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10430 functionality.
10431 (dframe-help-echo): Save point in case mouse tracking is off.
10432
10433 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10434
10435 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10436
10437 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10440 not change the global value of those vars.
10441
10442 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10443 make-local-variable which we do not need any more.
10444
10445 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10448 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10449 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10450 (speedbar-path-line): Define obsolete aliases.
10451 (speedbar-line-directory): Doc fix.
10452
10453 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10454 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10455 instead of speedbar-line-path.
10456
10457 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10458
10459 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10460 to nil if dropping on a window. Handle dropping on a minibuffer window
10461 like dropping on a non-window part of Emacs.
10462
10463 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * net/ange-ftp.el: Use with-current-buffer.
10466 (ange-ftp-insert-directory): Do not follow symlinks any more.
10467
10468 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10469 Remove interactive spec.
10470
10471 2005-10-03 Kim F. Storm <storm@cua.dk>
10472
10473 * ido.el (ido-mode): Use custom-initialize-set.
10474
10475 2005-10-02 Richard M. Stallman <rms@gnu.org>
10476
10477 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10478 Use insert-buffer-substring.
10479
10480 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10481 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10482
10483 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10486 in last change.
10487 (ange-ftp-insert-directory): Fix up the search for the case where
10488 `file' is absolute.
10489
10490 2005-10-02 Romain Francoise <romain@orebokech.com>
10491
10492 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10493
10494 2005-10-02 Andreas Schwab <schwab@suse.de>
10495
10496 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10497 directory component in the session info.
10498
10499 2005-10-01 Richard M. Stallman <rms@gnu.org>
10500
10501 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10502
10503 * simple.el (next-error-internal): New function.
10504
10505 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10506 (compilation-start): Pass new arg to compilation-buffer-name.
10507 (compile-goto-error): Use next-error-internal.
10508
10509 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10510
10511 * speedbar.el: Remove RCS tag.
10512 (speedbar-check-read-only): Handle non-existent files.
10513
10514 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10515
10516 * info.el (Info-speedbar-hierarchy-buttons)
10517 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10518
10519 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10520
10521 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10522 Do not match newline.
10523 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10524 (bibtex-summary): Remove unnecessary save-excursion.
10525 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10526
10527 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10528
10529 * term/mac-win.el: Add charset info for "iso10646-1".
10530 Modify default fontset to use ATSUI-compatible fonts for some charsets
10531 if available.
10532
10533 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * speedbar.el: Re-apply arch tag.
10536 (speedbar-version): Rename to version 1.0. Suggested by Eric
10537 M. Ludlam.
10538 Reapply two changes from Emacs CVS' version of speedbar lost
10539 during the merge:
10540 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10541 (speedbar-frame-parameters): Improve customize type.
10542
10543 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10546 (ange-ftp-file-directory-p): Fix the symlink case.
10547 (ange-ftp-insert-directory): When listing a single file, get a list of
10548 the parent buffer and extract the relevant line. Inspired from a patch
10549 by Katsumi Yamaoka <yamaoka@jpl.org>.
10550 (ange-ftp-file-name-sans-versions): Simplify.
10551
10552 2005-09-30 Bill Wohler <wohler@newt.com>
10553
10554 Move MH-E image files from toolbar and mail directories into
10555 etc/images.
10556
10557 * mail/reply2.*: Move to etc/images/mail/reply*.
10558
10559 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10560 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10561 etc/images.
10562
10563 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10564 * toolbar/reply*: Move to etc/images/mail.
10565
10566 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10567
10568 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10569
10570 * speedbar.el: New version 1.0pre3.
10571
10572 Frame management code (including timer, and mouse click specifics)
10573 moved to dframe.el:
10574 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10575 (speedbar-timer): Removed. Use dframe-timer.
10576 (speedbar-close-frame): Removed. Use dframe-close-frame.
10577 (speedbar-activity-change-focus-flag): Removed. Use
10578 dframe-activity-change-focus-flag.
10579 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10580 dframe-update-speed.
10581
10582 (speedbar-current-frame): New macro. Use this instead of the
10583 variable speedbar-frame.
10584
10585 (speedbar-use-images, speedbar-expand-image-button-alist)
10586 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10587
10588 (speedbar-find-image-on-load-path): Removed. Replaced by
10589 defezimage in ezimage.el.
10590 (speedbar-expand-image-button-alist): Removed. Replaced by
10591 ezimage-expand-image-button-alist in ezimage.el.
10592
10593 (speedbar-ignored-directory-regexp)
10594 (speedbar-add-ignored-directory-regexp)
10595 (speedbar-ignored-directory-expressions)
10596 (speedbar-line-directory, speedbar-buffers-line-directory)
10597 (speedbar-directory-line, speedbar-buffers-line-directory):
10598 Renamed, replacing `path' with `directory'.
10599
10600 (speedbar-create-directory, speedbar-expand-line-descendants)
10601 (speedbar-toggle-line-expansion)
10602 (speedbar-contract-line-descendants): New commands.
10603
10604 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10605 (speedbar-use-tool-tips-flag): New options.
10606
10607 (speedbar-check-read-only, speedbar-require-version)
10608 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10609 (speedbar-handle-delete-frame, speedbar-try-completion)
10610 (speedbar-update-localized-contents): New functions.
10611
10612 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10613 (speedbar-object-read-only-indicator): New variables.
10614
10615 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10616 New hooks.
10617
10618 (speedbar-separator-face): New face.
10619
10620 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10621 (speedbar-ignored-modes): Add fundamental-mode.
10622 (speedbar-directory-unshown-regexp): Add . directories.
10623
10624 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10625 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10626 `]' for full expand/close.
10627 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10628
10629 (speedbar-check-vc): Support hidden files.
10630 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10631 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10632 state is nil, it is not checked out.
10633
10634 (speedbar-line-text, speedbar-line-token): Support expand buttons
10635 with no text.
10636 (speedbar-refresh): Universal argument acts as power-click.
10637 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10638 that buffer to get variable values.
10639
10640 And many other bugfixes.
10641
10642 * dframe.el, ezimage.el, sb-image.el: New files.
10643
10644 * sb-*.xpm: Remove files. New image files installed into
10645 etc/images/ezimage.
10646
10647 2005-09-30 Kenichi Handa <handa@m17n.org>
10648
10649 * ps-mule.el (ps-mule-show-warning): If a character is in
10650 ps-print-translation-table, don't treat it as non-printable.
10651
10652 2005-09-30 David Ponce <david@dponce.com>
10653
10654 * tree-widget.el (tree-widget-themes-load-path): New variable.
10655 (tree-widget-themes-directory): Doc fix.
10656 (tree-widget-image-formats) [Emacs]: Doc fix.
10657 (tree-widget--locate-sub-directory): New function.
10658 (tree-widget-themes-directory): Use it.
10659
10660 * recentf.el (recentf-filename-handlers): Rename from
10661 `recentf-filename-handler'. Allow a list of functions.
10662 (recentf-menu-items-for-commands): Fix :help strings.
10663 (recentf-apply-filename-handlers): New function.
10664 (recentf-expand-file-name): Use it.
10665 (recentf-cleanup): Remove duplicates too.
10666
10667 2005-09-29 Juri Linkov <juri@jurta.org>
10668
10669 * faces.el: Rearrange face definitions to be in the same order as
10670 their face descriptions in "(emacs)Standard Faces".
10671
10672 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10673
10674 * tooltip.el (tooltip): Add group `basic-faces'.
10675
10676 * buff-menu.el (Buffer-menu-buffer): Remove group
10677 `font-lock-highlighting-faces'.
10678
10679 * progmodes/compile.el (compilation-error, compilation-warning)
10680 (compilation-info, compilation-line-number, compilation-column-number):
10681 Change group from `font-lock-highlighting-faces' to `compilation'.
10682
10683 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10684 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10685 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10686 (vhdl-font-lock-reserved-words-face)
10687 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10688 `font-lock-highlighting-faces'.
10689
10690 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10691
10692 2005-09-28 Kim F. Storm <storm@cua.dk>
10693
10694 * emulation/cua-base.el: Set CUA move property on additional commands:
10695 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10696 forward-sexp, backward-sexp, forward-list, backward-list.
10697
10698 2005-09-28 Romain Francoise <romain@orebokech.com>
10699
10700 * comint.el (comint-show-output): Really set point at the
10701 beginning of the output when not using `comint-use-prompt-regexp'.
10702
10703 2005-09-27 Jay Belanger <belanger@truman.edu>
10704
10705 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10706 in TeX mode.
10707
10708 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10709
10710 * textmodes/org.el (org-table-sum): Fix format string.
10711
10712 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10713 Quote face names.
10714
10715 2005-09-26 Romain Francoise <romain@orebokech.com>
10716
10717 * isearch.el (isearch-forward-regexp): Close doc string.
10718
10719 2005-09-25 Richard M. Stallman <rms@gnu.org>
10720
10721 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10722
10723 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10724
10725 * progmodes/compile.el (compilation-error-properties):
10726 When getting the file from the previous error message,
10727 correctly decode the new data format.
10728
10729 * progmodes/cc-cmds.el (c-electric-paren):
10730 Call old-blink-paren only for close-paren.
10731
10732 2005-09-24 Andreas Schwab <schwab@suse.de>
10733
10734 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10735 condition.
10736
10737 2005-09-25 Romain Francoise <romain@orebokech.com>
10738
10739 * dired-aux.el (dired-copy-file-recursive):
10740 * dired.el (dired-delete-file):
10741 * ediff-mult.el (ediff-dir-diff-copy-file):
10742 * ediff-util.el (ediff-test-save-region):
10743 * forms.el (forms-mode):
10744 * ido.el (ido-file-internal, ido-delete-file-at-head):
10745 * log-edit.el (log-edit-done):
10746 * ses.el (ses-yank-resize):
10747 * play/gomoku.el (gomoku-human-plays, gomoku)
10748 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10749 (gomoku-offer-a-draw):
10750 * play/landmark.el (lm-human-resigns, lm):
10751 * net/eudcb-ldap.el (eudc-ldap-check-base):
10752 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10753 * progmodes/ebrowse.el (ebrowse-find-pattern):
10754 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10755 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10756 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10757
10758 * vc.el (vc-delete-file):
10759 * play/gomoku.el (gomoku-terminate-game, gomoku)
10760 (gomoku-prompt-for-move, gomoku-human-takes-back):
10761 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10762 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10763
10764 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10765
10766 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10767 color rxvt terminals by using the code xterm.el used to use before
10768 2005-04-09 in order to match the colors used by rxvt.
10769
10770 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10771
10772 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10773 colors rxvt-unicode terminals by using the same code as xterm.el.
10774
10775 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10778 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10779 new symbol used for the tex-verbatim face.
10780
10781 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10782
10783 * woman.el (woman-file-name):
10784 * wid-edit.el (widget-file-prompt-value)
10785 (widget-coding-system-prompt-value):
10786 * w32-fns.el (set-w32-system-coding-system):
10787 * vc.el (vc-version-diff, vc-annotate):
10788 * textmodes/reftex-auc.el (reftex-arg-cite)
10789 (reftex-arg-index-tag):
10790 * textmodes/refer.el (refer-get-bib-files):
10791 * textmodes/artist.el (artist-figlet-choose-font):
10792 * terminal.el (terminal-emulator):
10793 * replace.el (occur-read-primary-args):
10794 * rect.el (string-rectangle, string-insert-rectangle):
10795 * ps-print.el (ps-print-preprint):
10796 * progmodes/pascal.el (pascal-goto-defun):
10797 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10798 * progmodes/compile.el (compilation-find-file):
10799 * printing.el (pr-interactive-n-up):
10800 * play/animate.el (animate-birthday-present):
10801 * net/rcompile.el (remote-compile):
10802 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10803 * mail/rmailsum.el (rmail-summary-search-backward)
10804 (rmail-summary-search):
10805 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10806 (rmail-output-read-file-name):
10807 * mail/rmail.el (rmail-search, rmail-search-backwards):
10808 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10809 * locate.el (locate):
10810 * international/quail.el (quail-show-keyboard-layout):
10811 * international/mule.el (set-buffer-file-coding-system)
10812 (revert-buffer-with-coding-system, set-file-name-coding-system)
10813 (set-terminal-coding-system, set-keyboard-coding-system)
10814 (set-next-selection-coding-system):
10815 * international/mule-diag.el (describe-coding-system)
10816 (describe-font, describe-fontset):
10817 * international/mule-cmds.el (universal-coding-system-argument)
10818 (search-unencodable-char, describe-input-method)
10819 (set-language-environment, describe-language-environment):
10820 * international/codepage.el (codepage-setup):
10821 * international/code-pages.el (codepage-setup):
10822 * info.el (Info-search, Info-follow-reference)
10823 (Info-search-backward):
10824 * emacs-lisp/advice.el (ad-read-advised-function)
10825 (ad-read-advice-class, ad-clear-cache, ad-activate)
10826 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10827 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10828 (ad-read-regexp):
10829 * ediff-util.el (ediff-toggle-regexp-match):
10830 * ediff-ptch.el (ediff-prompt-for-patch-file):
10831 * dired-aux.el (dired-diff):
10832 * diff.el (diff):
10833 * cus-edit.el (custom-variable-prompt):
10834 * calendar/timeclock.el (timeclock-ask-for-project):
10835 * calc/calcalg3.el (calc-get-fit-variables):
10836 * calc/calc-store.el (calc-edit-variable)
10837 (calc-permanent-variable):
10838 * vc-mcvs.el (vc-mcvs-register):
10839 * shadowfile.el (shadow-define-literal-group):
10840 * woman.el (woman-file-name):
10841 * vc.el (vc-version-diff, vc-merge):
10842 * textmodes/reftex-index.el (reftex-index-complete-tag):
10843 * format.el (format-decode-buffer, format-decode-region):
10844 * emulation/viper-cmd.el (viper-read-string-with-history):
10845 * emacs-lisp/debug.el (cancel-debug-on-entry):
10846 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10847 * ediff.el (ediff-merge-revisions)
10848 (ediff-merge-revisions-with-ancestor, ediff-revision):
10849 * completion.el (interactive-completion-string-reader):
10850 * calc/calc-prog.el (calc-user-define-formula):
10851 Follow convention for reading with the minibuffer.
10852
10853 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10854
10855 * progmodes/python.el (python-describe-symbol): Add globals() and
10856 locals() to the arguments of emacs.ehelp.
10857
10858 2005-09-24 Magnus Henoch <mange@freemail.hu>
10859
10860 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10861 New function, code extracted from ispell-valid-dictionary-list.
10862 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10863 Call it.
10864
10865 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10866
10867 * subr.el (version-regexp-alist): Extend valid syntax for version
10868 strings: allow any of the characters -,_,+ to separate the
10869 alpha/beta/rc part from the version part. Doc fix.
10870 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10871
10872 2005-09-23 David Reitter <david.reitter@gmail.com>
10873
10874 * mail/mailclient.el: New file.
10875
10876 2005-09-23 Richard M. Stallman <rms@gnu.org>
10877
10878 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10879 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10880 Doc fixes.
10881
10882 * progmodes/cc-mode.el (c-font-lock-init):
10883 Specify font-lock-lines-before.
10884
10885 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10886
10887 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10888 whole conflict.
10889
10890 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10891
10892 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10893 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10894 of `remap' feature when available. Additional key bindings for
10895 better tty support.
10896 (org-mode-restart, org-force-self-insert): New commands.
10897 (org-time-stamp-inactive): New command.
10898 (org-remap): New function.
10899 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10900 (org-enable-fixed-width-editor): Move to `org-structure'
10901 customization group.
10902 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10903 blank field after field motion commands.
10904
10905 2005-09-23 Kenichi Handa <handa@m17n.org>
10906
10907 * international/mule-cmds.el (set-language-environment):
10908 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10909 have to call utf-translate-cjk-load-tables.
10910
10911 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * mouse.el (mouse-move-drag-overlay): Fix last change.
10914
10915 2005-09-22 David Ponce <david@dponce.com>
10916
10917 * tree-widget.el (tree-widget-value-create): Fix previous change.
10918
10919 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10920
10921 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10922
10923 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * mouse.el (mouse-move-drag-overlay): New function.
10926 (mouse-drag-region-1): Use it.
10927 Try to simplify a bit the state handling. Handle clicks on links
10928 inside intangible areas.
10929 (mouse-save-then-kill): Minor simplification.
10930 (mouse-secondary-overlay): Make it always non-nil instead of
10931 recreating it each time.
10932 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10933 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10934 Simplify accordingly.
10935
10936 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10937
10938 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10939
10940 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10941
10942 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10943 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10944 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10945 to patch.
10946
10947 * ediff-util.el: Use insert-buffer-substring.
10948
10949 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10950
10951 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10952 field boundaries in the minibuffer.
10953 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10954 (viper-minibuffer-post-command-hook): New hook.
10955 (viper-line): Don't move cursor at bolp.
10956
10957 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10958
10959 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10960 avoid compiler warnings.
10961
10962 * emulation/viper-macs.el (ex-map): Better messages.
10963
10964 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10965
10966 * emulation/viper.el: Replace make-variable-buffer-local with
10967 viper-make-variable-buffer-local everywhere, to avoid warnings.
10968
10969 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10972 Delete unused var `old-selected-window'.
10973 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10974 (mouse-drag-secondary): Delete unused var `start-frame'.
10975
10976 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10977
10978 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10979
10980 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10983 Re-indent within 80 columns. Use inhibit-read-only.
10984
10985 2005-09-19 Romain Francoise <romain@orebokech.com>
10986
10987 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10988
10989 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10992 unconditionally, since the after-change-function already did it.
10993
10994 2005-09-19 Miles Bader <miles@gnu.org>
10995
10996 * net/newsticker.el: Get rid of CVS keyword.
10997
10998 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10999
11000 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11001 The prompt is formatted later.
11002
11003 2005-09-19 David Ponce <david@dponce.com>
11004
11005 * tree-widget.el (tree-widget-value-create): Save the converted
11006 tree :node widget.
11007
11008 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11009
11010 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11011 variable `message'.
11012
11013 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11014
11015 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11016 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11017 <slawomir.nowaczyk.847@student.lu.se>.
11018
11019 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * image.el (image-load-path): Use symbol `data-directory' instead
11022 of its value, for backward compatibility with packages that bind
11023 it during `find-image'. Suggested by Katsumi Yamaoka.
11024 (image-search-load-path): Handle symbols whose values are strings.
11025
11026 2005-09-18 Romain Francoise <romain@orebokech.com>
11027
11028 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11029 with-current-buffer form in save-excursion.
11030
11031 2005-09-18 D Goel <deego@gnufans.org>
11032
11033 * apropos.el (apropos-command): Fix `message' call: first arg
11034 should be a format spec. In this and all other cases that appear
11035 below and elsewhere in the source code, I made a change only when
11036 two conditions were satisfied: [1] I can think of a possibility
11037 that the arguments would cause an error, for example, the code in
11038 question relies on external variables such as filenames. [2] I
11039 was sure that the arg to `message' could not have been nil in the code.
11040
11041 * textmodes/tildify.el (tildify-region): Ditto.
11042
11043 * textmodes/reftex-index.el (reftex-index-change-entry)
11044 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11045 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11046 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11047 (org-priority, org-table-sum):
11048 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11049 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11050 (flyspell-word, flyspell-display-next-corrections):
11051 * textmodes/bibtex.el (bibtex-print-help-message):
11052 * textmodes/artist.el (artist-key-set-point-poly):
11053 * term/mac-win.el (mac-services-insert-text):
11054 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11055 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11056 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11057 (vhdl-compose-configuration):
11058 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11059 (sh-set-indent, sh-learn-line-indent):
11060 * progmodes/ps-mode.el (ps-mode-target-column):
11061 * progmodes/idlwave.el (idlwave-make-tags)
11062 (idlwave-scan-library-catalogs):
11063 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11064 * progmodes/gud.el (gud-jdb-analyze-source):
11065 * progmodes/flymake.el (flymake-log):
11066 * progmodes/ebnf2ps.el (ebnf-generate-region):
11067 * progmodes/cmacexp.el (c-macro-expansion):
11068 * progmodes/ada-xref.el (ada-treat-cmd-string):
11069 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11070 (ada-justified-indent-current, ada-batch-reformat):
11071 * play/zone.el (zone):
11072 * play/landmark.el (lm-move):
11073 * play/decipher.el (decipher-show-alphabet):
11074 * net/newsticker.el (newsticker--display-jump)
11075 (newsticker--display-scroll):
11076 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11077 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11078 * mail/feedmail.el (feedmail-dump-message-to-queue):
11079 * eshell/esh-proc.el (eshell-remove-process-entry):
11080 * emulation/ws-mode.el (ws-last-error):
11081 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11082 (viper-record-kbd-macro):
11083 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11084 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11085 * emacs-lisp/find-func.el (find-function-noselect):
11086 * calendar/timeclock.el (timeclock-status-string)
11087 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11088 (timeclock-when-to-leave-string):
11089 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11090 * calc/calc-units.el (calc-enter-units-table):
11091 * calc/calc-mode.el (calc-mode-record-mode):
11092 * woman.el (woman-mini-help):
11093 * wdired.el (wdired-change-to-wdired-mode):
11094 * vc.el (vc-retrieve-snapshot):
11095 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11096 * startup.el (display-startup-echo-area-message):
11097 * simple.el (set-goal-column):
11098 * ses.el (ses-command-hook, ses-recalculate-cell):
11099 * server.el (server-process-filter):
11100 * printing.el (pr-interface-txt-print, pr-interface-printify)
11101 (pr-interface-ps):
11102 * pcvs.el (cvs-help):
11103 * log-edit.el (log-edit, log-edit-mode-help):
11104 * iswitchb.el (iswitchb-possible-new-buffer):
11105 * isearch.el (isearch-edit-string):
11106 * image-mode.el (image-mode, image-minor-mode):
11107 * ibuf-macs.el (define-ibuffer-filter):
11108 * hi-lock.el (hi-lock-find-patterns):
11109 * files.el (toggle-read-only):
11110 * ediff-util.el (ediff-copy-diff)
11111 (ediff-write-merge-buffer-and-maybe-kill):
11112 * echistory.el (Electric-history-undefined):
11113 * dnd.el (dnd-insert-text):
11114 * dired-aux.el (dired-query):
11115 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11116 * bookmark.el (bookmark-bmenu-locate):
11117 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11118 Fix `message' calls to ensure first arg is a format string.
11119 The change was made only when these two conditions were satisfied:
11120 [1] when there is a possibility that the arguments would cause an error
11121 for example, if the code in question relies on external variables
11122 such as filenames, and
11123 [2] if the arg to `message' could not have been nil in the code.
11124
11125 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11126 Not having a %s would be weird, though not technically wrong.
11127
11128 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11129
11130 * term/mac-win.el (mac-add-charset-info): Doc fix.
11131
11132 2005-09-17 Romain Francoise <romain@orebokech.com>
11133
11134 * shell.el (shell-resync-dirs): Handle echoing processes more
11135 reliably. Don't insert resync command if `comint-process-echoes'
11136 is non-nil.
11137
11138 2005-09-17 Magnus Henoch <mange@freemail.hu>
11139
11140 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11141 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11142 aspell versions >= 0.60.
11143 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11144 only if ispell-aspell-supports-utf8 is non-nil.
11145
11146 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11147
11148 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11149 buffer-local value to lisp-indent-function.
11150
11151 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11152
11153 * progmodes/glasses.el (glasses-make-readable): If
11154 glasses-separator differs from underscore, put appropriate
11155 overlays over underscore characters.
11156 (glasses-convert-to-unreadable): If glasses-separator differs from
11157 underscore, try to convert glasses-separator characters to
11158 underscores.
11159
11160 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11163 Use with-syntax-table and dolist.
11164
11165 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11166
11167 * textmodes/reftex-auc.el:
11168 * textmodes/reftex-cite.el:
11169 * textmodes/reftex-dcr.el:
11170 * textmodes/reftex-global.el:
11171 * textmodes/reftex-parse.el:
11172 * textmodes/reftex-ref.el:
11173 * textmodes/reftex-sel.el:
11174 * textmodes/reftex-toc.el:
11175 * textmodes/reftex-vars.el:
11176 * textmodes/reftex.el: Small changes to remove compiler warnings.
11177
11178 * textmodes/reftex-index.el: Likewise.
11179 (reftex-query-index-phrase): More efficient use of markers.
11180
11181 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * image.el (image-load-path): New variable.
11184 (image-search-load-path): New function.
11185 (find-image): Search for images in `image-load-path'.
11186
11187 2005-09-15 Richard M. Stallman <rms@gnu.org>
11188
11189 * follow.el: Change Maintainer field.
11190
11191 2005-09-15 David Ponce <david@dponce.com>
11192
11193 * recentf.el (recentf-save-file-modes): New option.
11194 (recentf-save-list): Use it.
11195
11196 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11197
11198 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11199 (mode-line-mule-info, mode-line-modified): Move bindings from
11200 mouse-3 to mouse-1.
11201
11202 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11203
11204 * simple.el (sendmail-user-agent-compose): Revert last change.
11205
11206 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11209 Use with-current-buffer.
11210 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11211 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11212 (ange-ftp-insert-directory): Remove unused var `short'.
11213 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11214
11215 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11216 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11217
11218 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11219 (check-calendar-holidays, diary-list-entries): Autoload.
11220 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11221 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11222
11223 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11224 which mistakenly removed a call to display-buffer.
11225
11226 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11229
11230 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11231
11232 * progmodes/hideshow.el
11233 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11234 (hs-allow-nesting): New user var.
11235 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11236 (hs-hide-block-at-point): When nesting allowed,
11237 if there is already an overlay in place, delete it.
11238 (hs-safety-is-job-n): Delete func; remove call sites.
11239 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11240 (hs-overlay-at): New func.
11241 (hs-already-hidden-p, hs-show-block): Use it.
11242 (hs-hide-all): Don't pre-clean if nesting allowed.
11243 (hs-show-all): Temporarily disallow
11244 nesting around call to `hs-discard-overlays'.
11245
11246 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11247
11248 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11249 Delete unused local var.
11250
11251 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11252
11253 * help-fns.el (describe-categories): "?\ " -> "?\s".
11254 (help-do-arg-highlight): Recognize also ARG-n, as in
11255 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11256
11257 * international/codepage.el (dos-unsupported-char-glyph):
11258 * net/newsticker.el (tool-bar-map, w3-mode-map)
11259 (w3m-minor-mode-map):
11260 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11261 (ent-alist):
11262 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11263
11264 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11265
11266 * custom.el (custom-push-theme): Handle the case where a symbol is
11267 bound but face properties have not yet been assigned.
11268
11269 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11270 Fix behavior if noerase is `t' and there is no mail buffer.
11271
11272 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11273 if `continue' is nil, rather than signal an error.
11274
11275 2005-09-12 Richard M. Stallman <rms@gnu.org>
11276
11277 * font-lock.el (font-lock-keywords): Add autoload.
11278
11279 * help-fns.el (describe-variable): Rearrange to put source link
11280 in a predictable place.
11281
11282 * net/newsticker.el: New file.
11283
11284 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11287 (calendar-basic-setup): Use the new nil arg.
11288 (number-of-diary-entries): Move to diary-lib.el.
11289
11290 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11291 (diary-list-entries): Use with-syntax-table and dolist.
11292 Rename from list-diary-entries.
11293 Use number-of-diary-entries if `number' is nil.
11294 (diary, diary-view-entries): Use this new name and new nil arg value.
11295 (number-of-diary-entries): Move from calendar.el.
11296 (diary-unhide-everything): New function.
11297 (include-other-diary-files, fancy-diary-display)
11298 (diary-show-all-entries, make-diary-entry): Use it.
11299 (diary-mail-entries): Use buffer-string.
11300 (mark-diary-entries): Fix long standing paren typo.
11301 (diary-sexp-entry): Use count-lines.
11302 (make-diary-entry): Avoid `previous-line'.
11303 (diary-mode-map): New var.
11304 (diary-mode): Redraw cal after saving. Setup header-line.
11305 (fancy-diary-display-mode): Use local-set-key.
11306
11307 * startup.el (command-line): Try calling various terminal-init-foo-bar
11308 functions by stripping hyphenated suffixes from $TERM.
11309
11310 * files.el (normal-mode): Check boundness of font-lock-keywords.
11311
11312 2005-09-12 Richard M. Stallman <rms@gnu.org>
11313
11314 * progmodes/compile.el: Don't decide a file's directory
11315 until the user actually tries to go there.
11316 (compilation-next-error-function):
11317 Pass compilation-find-file the directory from the file-struct.
11318 (compilation-internal-error-properties): Separate local FILE-STRUCT
11319 from FILE. Doc the args better. Rename arg FMT to FMTS.
11320 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11321 Expand it, and if nil, use default-directory.
11322 (compilation-get-file-structure): Don't mix specified directory
11323 with default directory. Put specified directory into
11324 file-struct. Don't make the file name absolute.
11325
11326 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11327 (compile-command): Add autoload.
11328 (compilation-disable-input): Add autoload.
11329
11330 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11331
11332 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11333 strings of the variables it can override.
11334 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11335 %Q and %q, for fully-qualified domain name and unqualified host name.
11336
11337 2005-09-11 Kim F. Storm <storm@cua.dk>
11338
11339 * emacs-lisp/authors.el (authors-aliases): Update list.
11340 (authors-fixed-entries): Update mldrag.el entry.
11341
11342 2005-09-10 Alan Mackenzie <acm@muc.de>
11343
11344 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11345 from the region narrowed to.
11346
11347 2005-09-10 Magnus Henoch <mange@freemail.hu>
11348
11349 * textmodes/ispell.el (ispell-check-version): Signal an error if
11350 aspell version is less than 0.60.
11351
11352 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11353
11354 * progmodes/octave-inf.el (inferior-octave-startup):
11355 Resync current dir at the end.
11356
11357 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11358
11359 * woman.el (woman-topic-at-point-default):
11360 Rename to woman-use-topic-at-point-default.
11361 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11362 (woman-file-name): Reflect renames above. Automatically use the
11363 word at point as topic if woman-use-topic-at-point is non-nil.
11364 Otherwise offer it as default but don't insert it in the
11365 minibuffer. Also use `test-completion' instead of `assoc' as
11366 suggested by Stefan Monnier.
11367
11368 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11369
11370 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11371 the attempt to do it over Tramp. This is not yet supported.
11372
11373 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11374
11375 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11376 (menu-bar-non-minibuffer-window-p): New functions.
11377 ("Split Window", "Save As..."): Use them.
11378 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11379 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11380 Use menu-bar-menu-frame-live-and-visible-p.
11381 ("Save Buffer", "Insert File", "Open Directory...")
11382 ("Open File...", "Visit New File..."):
11383 Use menu-bar-non-minibuffer-window-p.
11384 (kill-this-buffer-enabled-p, dired <menu-enable>):
11385 Use menu-bar-non-minibuffer-window-p.
11386
11387 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11388
11389 * cus-start.el (all): Don't complain about fringe-related
11390 built-ins if fringes are not supported. Ditto about
11391 selection-related built-ins. Fix the test for GTK-related built-ins.
11392
11393 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11394 ("Postscript Print Buffer", "Print Region", "Save As...")
11395 ("Save", "Insert File...", "Open Directory...")
11396 ("Open File...", "Visit New File..."")
11397 ("Truncate Long Lines in this Buffer"): Don't look at
11398 menu-updating-frame if this display does not support multiple frames.
11399
11400 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11401
11402 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11403
11404 2005-09-09 Emilio Lopes <eclig@gmx.net>
11405
11406 * woman.el: Format- and whitespace-related changes.
11407
11408 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11409
11410 * woman.el: Fix my email address.
11411
11412 2005-09-08 Richard M. Stallman <rms@gnu.org>
11413
11414 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11415 (sh-mode): Locally set skeleton-pair-default-alist.
11416
11417 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11418
11419 * progmodes/flymake.el: Require `compile' unconditionally.
11420
11421 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11422
11423 * woman.el (woman-file-name): Provide a default, not initial input.
11424
11425 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11426
11427 * font-lock.el (font-lock-support-mode): Doc fix.
11428
11429 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11430
11431 2005-09-08 Richard M. Stallman <rms@gnu.org>
11432
11433 * simple.el (blink-matching-open): Get rid of text props from
11434 the string shown in echo area. Don't permanently set point.
11435 Some rearrangements.
11436
11437 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11438
11439 * recentf.el (recentf-filename-handler): Add custom choice
11440 `abbreviate-file-name'.
11441
11442 * msb.el (msb--very-many-menus): Fix typo.
11443
11444 * disp-table.el (standard-display-european): Don't set
11445 enable-multibyte-characters to nil.
11446
11447 2005-09-08 David Ponce <david@dponce.com>
11448
11449 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11450 (recentf-expand-file-name): Doc fix.
11451 (recentf-dialog-mode-map): Define digit shortcuts.
11452 (recentf--files-with-key): New variable.
11453 (recentf-show-digit-shortcut-filter): New function.
11454 (recentf-open-files-items): New function.
11455 (recentf-open-files): Use it.
11456 (recentf-open-file-with-key): New command.
11457
11458 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11459
11460 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11461 Suggested by Kim F. Storm.
11462 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11463 (Buffer-menu-make-sort-button): Use global keymap.
11464
11465 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11466
11467 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11468 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11469 necessary any longer with the remapped command.
11470 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11471 formatting time only.
11472
11473 * net/tramp.el (tramp-action-password)
11474 (tramp-multi-action-password): Compile the password prompt from
11475 `method', `user' and `host'. Sometimes it isn't obvious which
11476 password to enter, for example with remote files offered by
11477 recentf.el, or with multiple steps. Suggested by Robert Marshall
11478 <robert@chezmarshall.freeserve.co.uk>.
11479
11480 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11483 Fix regexp for when "s///" is at the beginning of line.
11484
11485 2005-09-07 Jay Belanger <belanger@truman.edu>
11486
11487 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11488 when in matrix mode.
11489
11490 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11493 non-anonymous functions.
11494
11495 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11496
11497 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11498 when using a header line. Otherwise, use mouse-1-click-follows-link.
11499
11500 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11501 can't be moved; don't signal an error.
11502
11503 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * cus-theme.el (custom-theme-write-faces): Save the current face
11506 spec, not the defface spec.
11507
11508 * custom.el (custom-known-themes): Clarify meaning of "standard".
11509 (custom-push-theme): Save old values in the standard theme.
11510 (disable-theme): Correct typo.
11511 (custom-face-theme-value) Deleted unused function.
11512 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11513
11514 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * progmodes/compile.el (compilation-goto-locus): Take into account
11517 iconified frames when determining whether the buffer is
11518 already visible.
11519 Don't reset window height if the window already existed.
11520
11521 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * custom.el (load-theme): Rename from require-theme.
11524 Add interactive spec.
11525 (enable-theme): Rename from custom-enable-theme.
11526 Add interactive spec.
11527 (disable-theme): Rename from custom-disable-theme.
11528 Add interactive spec.
11529 (custom-make-theme-feature): Doc fix.
11530 (custom-theme-directory): Doc fix.
11531 (provide-theme): Call enable-theme.
11532
11533 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * obsolete/lazy-lock.el (lazy-lock-mode):
11536 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11537 font-lock-mode if it's off. Print a warning instead.
11538
11539 * progmodes/compile.el (compilation-start): Ignore errors if the
11540 process died before we get to send-eof.
11541
11542 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11543 Undo last change. Enclosing the result in quotes broke things on Unix
11544 since tex-send-command passes it through shell-quote-argument.
11545 (tex-send-command): Pass `file' through convert-standard-filename
11546 when possible.
11547 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11548 info in a transcript.
11549
11550 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11551
11552 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11553 fix compilation warning. Reorder the key definitions to group
11554 together keys emitted by the current version of xterm.
11555
11556 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11557 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11558 Reorder predicates to correct min-color usage.
11559
11560 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11563 Kill local variables when longlines-mode is turned off.
11564
11565 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11568
11569 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11570
11571 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11572
11573 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11574 (font-lock-lines-before): Change default to being inactive.
11575 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11576 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11577
11578 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11579
11580 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11581 Deactivate temporarily advice if active (not needed for Emacs 22,
11582 but for backwards compatibility).
11583 (tramp-exists-file-name-handler): Rewrite. First implementation
11584 was too simple.
11585 (tramp-advice-make-auto-save-file-name):
11586 Call `tramp-handle-make-auto-save-file-name' (again, just for
11587 backwards compatibility).
11588
11589 2005-08-31 Reto Zimmermann <reto@gnu.org>
11590
11591 * progmodes/vhdl-mode.el
11592 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11593 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11594 (vhdl-set-default-project): New function (easier setting of default).
11595 (vhdl-port-copy): Handle extended identifiers for generics.
11596 (vhdl-compiler-alist): Better description for error message regexp.
11597 (vhdl-make): Query for target, use previous as default.
11598 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11599 (vhdl-font-lock-keywords-2): Fix fontification for record
11600 el. assign.
11601 (vhdl-speedbar-make-subpack-line): Add package body link.
11602 (vhdl-generate-makefile-1): Not include itself as dependency.
11603 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11604 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11605 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11606 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11607 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11608 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11609 (vhdl-import-project): Add string argument for `error'.
11610 (vhdl-compose-configuration)
11611 (vhdl-compose-configuration-architecture): Add configuration
11612 declaration generation.
11613 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11614 (vhdl-trailer-re): Add "record" keyword (better indentation).
11615 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11616 "[^ \t-\"]+".
11617 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11618 (vhdl-testbench-entity-file-name)
11619 (vhdl-testbench-architecture-file-name): Allow separate
11620 customization of testbench file names.
11621 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11622 (vhdl-get-visible-signals): Allow newline within alias declaration.
11623 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11624 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11625 (member-ignore-case): Alias for missing function in XEmacs.
11626 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11627 (vhdl-update-sensitivity-list): Ignore case on read signals.
11628 (vhdl-replace-string): Adjust case only for file names.
11629 (vhdl-update-sensitivity-list): Fix search for read signals.
11630 (vhdl-update-sensitivity-list): Exclude formal parameters.
11631 (vhdl-get-visible-signals): Include aliases of signals.
11632 (vhdl-get-visible-signals): Fix signal name searching.
11633 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11634 (vhdl-fixup-whitespace-region): Fix for character
11635 literals (e.g. `:').
11636
11637 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11638
11639 * ansi-color.el (comint-last-output-start):
11640 * bs.el (font-lock-verbose):
11641 * diff-mode.el (add-log-buffer-file-name-function):
11642 * dired-x.el (vm-folder-directory):
11643 * faces.el (help-xref-stack-item):
11644 * files.el (font-lock-keywords):
11645 * find-lisp.el (dired-buffers, dired-subdir-alist):
11646 * ido.el (cua-inhibit-cua-keys):
11647 * log-view.el (cvs-minor-wrap-function):
11648 * outline.el (font-lock-warning-face):
11649 * simple.el (compilation-current-error):
11650 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11651 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11652 * tooltip.el (comint-prompt-regexp):
11653 * w32-fns.el (explicit-shell-file-name):
11654 * term/mac-win.el (mac-charset-info-alist)
11655 (mac-services-selection, mac-system-script-code):
11656 * term/tty-colors.el (msdos-color-values):
11657 * term/w32-win.el (xlfd-regexp-registry-subnum):
11658 * term/x-win.el (x-keysym-table, x-selection-timeout)
11659 (x-session-id, x-session-previous-id):
11660 * textmodes/ispell.el (mail-yank-prefix):
11661 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11662 * textmodes/org.el (calc-embedded-close-formula)
11663 (calc-embedded-open-formula)
11664 (font-lock-unfontify-region-function):
11665 * textmodes/reftex-global.el (isearch-next-buffer-function)
11666 (TeX-master):
11667 * textmodes/reftex.el (font-lock-keywords):
11668 * textmodes/tex-mode.el (font-lock-comment-face)
11669 (font-lock-doc-face):
11670 * textmodes/texinfo.el (outline-heading-alist):
11671 Add defvars.
11672
11673 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11674 (artist-spray-chars, artist-mode-init, artist-replace-string)
11675 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11676 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11677 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11678
11679 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11680 (conf-align-assignments): "?\ " -> "?\s".
11681
11682 * textmodes/reftex-index.el (TeX-master): Add defvar.
11683 (reftex-index-phrases-marker): Move up defvar.
11684
11685 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11686 (reftex-toc-include-labels-indicator)
11687 (reftex-toc-include-index-indicator)
11688 (reftex-toc-max-level-indicator): Move up declarations.
11689
11690 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11691 of args to `tramp-run-real-handler', even if it's empty in this case.
11692
11693 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11694
11695 * dired.el (dired-move-to-filename-regexp): Add date format for
11696 Mac OS X 10.3 in East Asian locales.
11697
11698 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11699
11700 * files.el (make-auto-save-file-name): Add file name handler call
11701 if applicable.
11702
11703 * net/tramp.el (tramp-file-name-handler-alist)
11704 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11705 (tramp-handle-make-auto-save-file-name): Rename from
11706 `tramp-make-auto-save-file-name'.
11707 (tramp-exists-file-name-handler): New defun.
11708 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11709 `make-auto-save-file-name' is not a magic file name operation.
11710
11711 2005-08-30 Richard M. Stallman <rms@gnu.org>
11712
11713 * files.el (risky-local-variable-p):
11714 Match `-predicates' and `-commands.
11715
11716 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11717 (custom-save-all): Visit the file if necessary;
11718 kill the buffer if we created it.
11719 (custom-save-delete): Don't visit file or kill buffer here.
11720
11721 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11722
11723 * textmodes/org.el (org-special-keyword): New face.
11724 (org-table-copy-down, org-table-eval-formula)
11725 (org-table-recalculate, org-init-section-numbers):
11726 Use `string-to-number' instead of `string-to-int'.
11727 (org-get-location): Use `insert-buffer-substring' instead of
11728 `insert-buffer'.
11729 (org-modify-diary-entry-string): New function.
11730 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11731 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11732 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11733 active region.
11734 (org-export-as-html): Handle QUOTE keyword.
11735 (org-quote-string): New option.
11736 (org-bookmark-jump-unhide): New function, used for
11737 `bookmark-after-jump-hook'.
11738 (org-diary-default-entry): Apply only when not called through
11739 `org-agenda'.
11740
11741 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11742
11743 * net/eudc.el (mode-popup-menu):
11744 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11745 * progmodes/ada-mode.el (compile-auto-highlight)
11746 (skeleton-further-elements):
11747 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11748 * progmodes/cmacexp.el (msdos-shells):
11749 * progmodes/compile.el (font-lock-extra-managed-props)
11750 (font-lock-keywords, font-lock-maximum-size)
11751 (font-lock-support-mode):
11752 * progmodes/grep.el (font-lock-lines-before):
11753 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11754 * progmodes/mixal-mode.el (compile-command):
11755 * progmodes/perl-mode.el (font-lock-comment-face)
11756 (font-lock-doc-face, font-lock-string-face):
11757 * progmodes/prolog.el (comint-prompt-regexp):
11758 * progmodes/sh-script.el (font-lock-comment-face)
11759 (font-lock-set-defaults, font-lock-string-face):
11760 * progmodes/sql.el (font-lock-keyword-face)
11761 (font-lock-set-defaults, font-lock-string-face):
11762 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11763 (itimer-version, lazy-lock-defer-contextually)
11764 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11765 Add defvars.
11766
11767 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11768 (cperl-electric-keyword, cperl-electric-pod)
11769 (cperl-electric-backspace, cperl-forward-re)
11770 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11771 (vc-rcs-header, vc-sccs-header): Add defvars.
11772
11773 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11774 (font-lock-syntactic-keywords, gud-find-expr-function):
11775 Add defvars.
11776
11777 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11778 (gdb-frame-parameters): Declare before use.
11779
11780 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11781 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11782 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11783 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11784
11785 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11786 (idlwave-help-with-source): Use `insert-buffer-substring', not
11787 `insert-buffer'.
11788
11789 2005-08-29 Juri Linkov <juri@jurta.org>
11790
11791 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11792 Put outline-back-to-heading function call inside save-excursion.
11793
11794 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * man.el (Man-init-defvars, Man-translate-references)
11797 (Man-support-local-filenames, Man-highlight-references):
11798 * progmodes/sql.el (sql-interactive-mode):
11799 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11800
11801 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11802 (compilation-mode-font-lock-keywords): Add defvars.
11803 (checkdoc-interactive-loop): "?\ " -> "?\s".
11804
11805 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11806 (font-lock-doc-face, font-lock-string-face)
11807 (font-lock-keywords-case-fold-search): Add defvars.
11808 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11809
11810 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11811 Don't pass X and Y (they are ignored anyway).
11812 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11813 (mouse-delete-window): Make arguments optional.
11814
11815 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11816 (caesar-translate-table, minor-modes, news-buffer-save)
11817 (news-group-name, news-minor-modes): Add defvars.
11818
11819 * emacs-lisp/lselect.el (mouse-highlight-priority)
11820 (x-lost-selection-functions, zmacs-regions):
11821 * emacs-lisp/pp.el (font-lock-verbose):
11822 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11823 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11824 (ses-mode-map):
11825 * emacs-lisp/tcover-unsafep.el (safe-functions):
11826 * international/mule-cmds.el (mac-system-coding-system)
11827 (mac-system-locale):
11828 * language/ethio-util.el (rmail-current-message)
11829 (rmail-message-vector):
11830 * language/thai-util.el (thai-auto-composition-mode):
11831 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11832 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11833 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11834 (vm-primary-inbox, vm-spool-files):
11835 * mail/rmail.el (deleted-head, font-lock-fontified)
11836 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11837 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11838 (total-messages):
11839 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11840 (rmail-summary-mode-map):
11841 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11842 (rmail-last-label, rmail-last-multi-labels)
11843 (rmail-summary-vector, rmail-total-messages):
11844 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11845 * mail/rmailsum.el (msgnum):
11846 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11847 (rmail-current-message):
11848 * obsolete/fast-lock.el (font-lock-face-list):
11849 * obsolete/rnewspost.el (mail-reply-buffer):
11850 * obsolete/scribe.el (compile-command):
11851 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11852
11853 2005-08-28 John Paul Wallington <jpw@gnu.org>
11854
11855 * ibuf-ext.el (ibuffer-auto-update-changed):
11856 Use `frame-or-buffer-changed-p' to check whether we need to update.
11857 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11858 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11859 as a `frame-or-buffer-changed-p' state vector instead.
11860
11861 2005-08-27 Romain Francoise <romain@orebokech.com>
11862
11863 * textmodes/makeinfo.el (makeinfo-compile):
11864 Use `compilation-start'. Set `next-error-function' according to
11865 `disable-errors'.
11866 (makeinfo-next-error): New function.
11867 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11868 (makeinfo-buffer): Likewise.
11869
11870 * progmodes/compile.el (compilation-start): Add autoload cookie.
11871
11872 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11873 * textmodes/sgml-mode.el: Likewise.
11874 * progmodes/python.el: Likewise.
11875
11876 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11877
11878 * simple.el (blink-matching-paren-distance): Document the meaning
11879 of nil value, and allow to customize to nil.
11880
11881 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11882 command.com, not command.exe.
11883
11884 2005-08-26 John Wiegley <johnw@newartisans.com>
11885
11886 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11887 code around a bit so that an extraneous nil argument is not added
11888 to a command when no args are given.
11889
11890 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11891 double-quoted argument resolves to nil, return it as an empty
11892 string rather than as nil. This made it impossible to pass "" to
11893 a shell script as a null string argument.
11894
11895 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11896
11897 * outline.el (outline-invent-heading): New fun.
11898 (outline-promote, outline-demote): Use it.
11899 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11900 (outline-end-of-subtree): Remove unused var `opoint'.
11901
11902 2005-08-26 David Reitter <david.reitter@gmail.com>
11903
11904 * menu-bar.el (truncate-lines, write-file, print-buffer)
11905 (ps-print-buffer-faces, ps-print-buffer, split-window):
11906 Disable menu items when the frame they refer to is invisible, or when
11907 they refer to a buffer and the minibuffer is selected.
11908
11909 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11910
11911 * progmodes/flymake.el (flymake-highlight-err-lines):
11912 Use save-excursion around flymake-highlight-line to preserve point.
11913
11914 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11915
11916 * progmodes/octave-mod.el: Change Author and Maintainer address.
11917 (octave-maintainer-address): Change Kurt's email address.
11918 * progmodes/octave-inf.el: Change Author and Maintainer address.
11919 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11920
11921 2005-08-26 Kim F. Storm <storm@cua.dk>
11922
11923 * subr.el (version-list-<, version-list-<=, version-list-=):
11924 Rename from integer-list-*.
11925 (version-list-not-zero): Likewise. Fix while loop.
11926 (version=): Use version-list-= instead of string-equal.
11927
11928 2005-08-26 Richard M. Stallman <rms@gnu.org>
11929
11930 * outline.el (outline-promote): Try shortening the heading.
11931 As last resort, read the heading to use.
11932 (outline-demote): As last resort, read the heading to use.
11933
11934 2005-08-26 Romain Francoise <romain@orebokech.com>
11935
11936 * progmodes/compile.el (compilation-start): Doc fix.
11937
11938 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11939 (antlr-font-lock-additional-keywords): Fix reference to
11940 `antlr-font-lock-literal-regexp' erroneously changed during the
11941 mass face rename.
11942 (antlr-run-tool): Use `compilation-start'.
11943
11944 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11945 instead of the obsolete `compile-internal'.
11946
11947 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11948
11949 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11950 (number, original-date):
11951 * calendar/cal-china.el (date):
11952 * calendar/cal-coptic.el (date):
11953 * calendar/cal-french.el (date):
11954 * calendar/cal-hebrew.el (date, entry, number, original-date):
11955 * calendar/cal-islam.el (date, number, original-date):
11956 * calendar/cal-iso.el (date):
11957 * calendar/cal-julian.el (date):
11958 * calendar/cal-mayan.el (date):
11959 * calendar/cal-menu.el (date, event):
11960 * calendar/cal-persia.el (date):
11961 * calendar/lunar.el (date):
11962 * calendar/solar.el (date): Add defvars.
11963
11964 * emerge.el:
11965 * ibuffer.el:
11966 * info-xref.el:
11967 * obsolete/bg-mouse.el:
11968 * obsolete/sun-curs.el:
11969 * obsolete/swedish.el: Move the `defvar's to the top level.
11970
11971 * smerge-mode.el (smerge-refined-change): Add :group.
11972
11973 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11976 (smerge-keep-n): Remove props.
11977 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11978 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11979 now that it's done in smerge-keep-n.
11980 (smerge-refined-change): New face.
11981 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11982 (smerge-refine): New funs.
11983 (smerge-basic-map): Bind smerge-refine.
11984
11985 2005-08-25 Juri Linkov <juri@jurta.org>
11986
11987 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11988 compilation-process-setup-function and compilation-disable-input
11989 in grep-mode instead of let-bindings in grep.
11990
11991 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11992 Delete "Automatic File De/compression" (auto-compression-mode).
11993
11994 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11997 Silence warning about non-existent variable.
11998
11999 2005-08-25 Richard M. Stallman <rms@gnu.org>
12000
12001 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12002 Rename "Describe Key" to "Describe Key or Mouse Operation".
12003
12004 * mail/mailalias.el (build-mail-aliases): Delete comments
12005 from the contents before processing them.
12006
12007 * isearch.el (isearch-edit-string): Erase the Search prompt
12008 if user enters an empty string and there is no default.
12009
12010 * comint.el (comint-file-name-prefix): Add autoload.
12011
12012 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12013
12014 * subr.el (play-sound): Rearrange to avoid warning.
12015
12016 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12017
12018 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12019 New hook.
12020 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12021
12022 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12025
12026 * custom.el (custom-theme-set-variables): Sort minor modes last.
12027
12028 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12029
12030 * subr.el (version-separator, version-regexp-alist): New vars used by
12031 version comparison funs.
12032 (integer-list-<, integer-list-=, integer-list-<=)
12033 (integer-list-not-zero): New funs for integer list comparison.
12034 (version-to-list, version=, version<, version<=): New funs for version
12035 comparison.
12036
12037 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12038
12039 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12040 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12041 time to silence the byte-compiler.
12042
12043 * ibuffer.el (ibuffer-compile-make-eliding-form)
12044 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12045 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12046 so it's silly to get warnings for it).
12047 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12048 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12049 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12050 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12051 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12052 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12053 Defvar at compile time.
12054 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12055 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12056 Declare them before use.
12057
12058 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12059 (info-xref-good, info-xref-bad): Defvar at compile time.
12060
12061 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12062 Use `let*' instead of `let'.
12063
12064 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12065 (*mouse-y*, menu, char): Defvar at compile time.
12066 (sc::menu): Declare it before use.
12067 (sc::pack-one-line): Use `let', not `let*'.
12068
12069 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12070 (mail-send-hook): Defvar at compile time.
12071
12072 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12073 Defvar at compile time.
12074
12075 * term/sun-mouse.el (current-global-mousemap)
12076 (current-local-mousemap): Declare them before use.
12077
12078 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12079
12080 * bookmark.el (bookmark-after-jump-hook): New hook.
12081 (bookmark-jump): Run `bookmark-after-jump-hook'.
12082
12083 2005-08-23 Juri Linkov <juri@jurta.org>
12084
12085 * faces.el (minibuffer-prompt): Doc fix.
12086
12087 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * progmodes/xscheme.el: Trivial changes to silence warnings.
12090 (xscheme-previous-mode, xscheme-previous-process-state):
12091 Add defvars.
12092 (xscheme-last-input-end, xscheme-process-command-line)
12093 (xscheme-process-name, xscheme-buffer-name)
12094 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12095 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12096 (xscheme-control-g-synchronization-p)
12097 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12098 (default-xscheme-runlight, xscheme-runlight)
12099 (xscheme-runlight-string, xscheme-process-filter-state)
12100 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12101 Move to beginning of file.
12102 (scheme-interaction-mode-commands-alist)
12103 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12104 Declare them before use. Note: the initialization code for the variables
12105 has not been moved because it uses functions that reference the variables.
12106 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12107 (xscheme-prompt-for-expression-map): Declare them before use.
12108 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12109
12110 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12111
12112 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12113
12114 2005-08-22 Juri Linkov <juri@jurta.org>
12115
12116 * faces.el (set-face-underline): Delete this duplicate function
12117 and make an obsolete alias to set-face-underline-p.
12118 (set-face-underline-p): Use docstring of set-face-underline.
12119 (describe-face): Create hyperlink to parent face.
12120
12121 * info.el (Info-insert-dir): Use save-excursion around
12122 insert-buffer-substring.
12123 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12124 (Info-escape-percent): Delete function.
12125 (Info-fontify-node): Replace Info-escape-percent by
12126 replace-regexp-in-string with REP arg set to lambda that
12127 duplicates `%' and preserves text properties.
12128
12129 * progmodes/compile.el (compilation-disable-input): Doc fix.
12130 (define-compilation-mode): Doc fix and refill.
12131 (kill-compilation): Use `mode-name' in the error message.
12132 (compilation-find-file): Use `compilation-error' in the
12133 read-file-name's prompt.
12134
12135 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12138 (smerge-auto-leave): Make undo re-enable the mode.
12139 (debug-ignored-errors): Add the user-error of impossible resolution.
12140 (smerge-resolve): Move things around a bit, in preparation for later.
12141 (smerge-diff): Don't fail if the buffer has no associated file.
12142 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12143 (smerge-conflict-overlay): New function.
12144 (smerge-match-conflict): Don't add text properties here.
12145 (smerge-find-conflict): Instead, add an overlay here.
12146 Also check for the case where we're inside a conflict already, so as to
12147 obviate the need for font-lock-multiline, which is unbearably slow with
12148 large conflicts and ciomplex font-lock patterns.
12149 (smerge-remove-props): Remove overlay rather than text-properties.
12150 (smerge-mode): Don't set font-lock-multiline.
12151 Remove overlays when turned off.
12152
12153 2005-08-21 Kim F. Storm <storm@cua.dk>
12154
12155 * ido.el (ido-ignore-item-p): Use save-match-data.
12156 Bind case-fold-search to ido-case-fold locally.
12157
12158 2005-08-20 Richard M. Stallman <rms@gnu.org>
12159
12160 * files.el (normal-mode): If font lock is on, turn it off and on.
12161
12162 * subr.el (replace-regexp-in-string): Doc fix.
12163
12164 * startup.el (command-line-1): Don't suppress startup screen
12165 due to existing processes.
12166
12167 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12168
12169 * progmodes/compile.el (compilation-disable-input): Default to nil.
12170
12171 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12172
12173 * progmodes/compile.el (compilation-disable-input): New defcustom.
12174 (compilation-start): If compilation-disable-input is non-nil, send
12175 EOF to the compilation process.
12176
12177 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12178
12179 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12180 Run the argument of tex-shell-cd-command through
12181 convert-standard-filename, to get the correct style of slashes on
12182 Windows, and enclose the result in quotes, in case the file name
12183 includes whitespace or other special characters.
12184
12185 2005-08-19 Andreas Schwab <schwab@suse.de>
12186
12187 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12188 process.
12189
12190 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12191
12192 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12193
12194 2005-08-18 Kim F. Storm <storm@cua.dk>
12195
12196 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12197
12198 2005-08-18 Richard M. Stallman <rms@gnu.org>
12199
12200 * scroll-lock.el: New file.
12201
12202 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12203
12204 * dired.el (dired-move-to-end-of-filename):
12205 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12206
12207 2005-08-18 Kim F. Storm <storm@cua.dk>
12208
12209 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12210 rather than toggle mode when custom value is nil.
12211 (ido-everywhere): Fix defun doc string.
12212
12213 2005-08-17 Richard M. Stallman <rms@gnu.org>
12214
12215 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12216 as tag instead of "Inviolable".
12217
12218 2005-08-17 Kim F. Storm <storm@cua.dk>
12219
12220 * windmove.el (windmove-coordinates-of-position): Remove.
12221 (windmove-coordinates-of-window-position): Remove.
12222 (windmove-reference-loc): Use posn-at-point instead.
12223
12224 * subr.el (insert-for-yank-1): Doc fix.
12225
12226 * ido.el (ido-enter-matching-directory): Rename from
12227 ido-enter-single-matching-directory. Change `slash' choice to
12228 `only'. Add `first' choice.
12229 (ido-exhibit): Adapt to above changes.
12230
12231 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12232
12233 * Makefile.in: Expand comment about building loaddefs.el.
12234
12235 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12236
12237 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12238 Comment use of defadvice.
12239
12240 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12241
12242 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12243
12244 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12245 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12246 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12247 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12248 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12249 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12250 for backward compatibility for faces that did not appear in the
12251 previous Emacs release.
12252
12253 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12254
12255 2005-08-15 Kim F. Storm <storm@cua.dk>
12256
12257 * emulation/cua-base.el (cua-delete-region): Return t if
12258 deleted region was non-empty.
12259 (cua-replace-region): Inhibit overwrite-mode for
12260 self-insert-command if replaced region was non-empty.
12261 (cua--explicit-region-start, cua--status-string): Make them
12262 buffer-local at top-level...
12263 (cua-mode): ...rather than when mode is enabled.
12264
12265 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12266
12267 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12268 Set t for Emacs 21, 22, and so on.
12269
12270 2005-08-15 David Ponce <david@dponce.com>
12271
12272 * tree-widget.el: Update Commentary header.
12273 (tree-widget-theme): Doc fix.
12274 (tree-widget-space-width): New option.
12275 (tree-widget-image-properties): Look up in the default theme too.
12276 (tree-widget--cursors): Only for images with arrow pointer shape.
12277 (tree-widget-lookup-image): Pointer shape is hand by default.
12278 (tree-widget-icon): Rename generic icon widget from
12279 `tree-widget-control'.
12280 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12281 derive from `tree-widget-icon'.
12282 (tree-widget-handle): Improve default look and feel of the text
12283 representation.
12284 (tree-widget): Rename :*-control properties to :*-icon properties.
12285 Add :action and :help-echo properties.
12286 (tree-widget-after-toggle-functions): Move.
12287 (tree-widget-close-node, tree-widget-open-node): Remove.
12288 (tree-widget-before-create-icon-functions): New hook.
12289 (tree-widget-value-create): Update to allow customization of icons
12290 and nodes at run-time via that new hook.
12291 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12292 (tree-widget-icon-action, tree-widget-icon-help-echo)
12293 (tree-widget-action, tree-widget-help-echo): New functions.
12294
12295 2005-08-15 Kim F. Storm <storm@cua.dk>
12296
12297 * ido.el (ido-buffer-internal): Use with-no-warnings.
12298 (ido-make-merged-file-list): Use while-no-input.
12299
12300 2005-08-15 Richard M. Stallman <rms@gnu.org>
12301
12302 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12303 (flyspell-large-region): Fix doc and custom type.
12304
12305 2005-08-14 Richard M. Stallman <rms@gnu.org>
12306
12307 * files.el (interpreter-mode-alist): Doc fix.
12308
12309 * mail/rmail.el (rmail-nonignored-headers): New variable.
12310 (rmail-clear-headers): Use it.
12311 (rmail-reply): Better handling of mail-followup-to header.
12312
12313 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12314 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12315 don't try to refer to executable-font-lock-keywords.
12316 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12317 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12318 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12319 (sh-mode): Set comment-start-skip, local-abbrev-table,
12320 imenu-case-fold-search.
12321 (sh-set-shell): Don't set them here.
12322 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12323 Don't cache the results in the original alist; don't ever modify
12324 that alist.
12325
12326 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12327
12328 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12329 empty.
12330
12331 2005-08-15 Andreas Schwab <schwab@suse.de>
12332
12333 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12334
12335 * dired.el, info.el, mail/rmail.el: Revert last change.
12336
12337 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12338
12339 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12340 modification in `eval-after-load' form.
12341 * info.el: Likewise.
12342 * mail/rmail.el: Likewise.
12343
12344 2005-08-14 Juri Linkov <juri@jurta.org>
12345
12346 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12347 Remove highlighting of "Compilation started". Highlight only
12348 the word "finished" in "Compilation finished". Add highlighting
12349 of "interrupt", "killed", "terminated" and the exit code.
12350 (compilation-start): Add newline after header. Use exactly the
12351 same time stamp format as the finishing message.
12352 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12353
12354 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12355 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12356 Add highlighting of "interrupt", "killed", "terminated".
12357
12358 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12359 enabled and the current command is self-insert-command, call it
12360 explicitly with overwrite-mode bound to nil, to not allow it
12361 to delete the character after the selected region.
12362
12363 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12364
12365 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12366 move-end-of-line, end-of-line, and beginning-of-line to the list
12367 of commands after which the echo area is updated.
12368
12369 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12370
12371 * cus-edit.el (custom-save-all, custom-save-delete):
12372 Bind recentf-exclude to exclude custom-file.
12373
12374 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12375
12376 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12377 to go to the bottom of the mail message. Added to
12378 `rmail-summary-mode-map' with key "/".
12379 (rmail-summary-show-message): New (internal) function for use by
12380 both `rmail-summary-beginning/end-of-message'.
12381 (rmail-summary-beginning-of-message): Change to use
12382 rmail-summary-show-message.
12383
12384 * mail/rmail.el (rmail-end-of-message): New command to go to the
12385 end of the current message. Added to `rmail-mode-map' with key "/".
12386 (rmail-beginning-of-message): Fix to work as documented.
12387 (rmail-mode): Change documentation.
12388
12389 * progmodes/compile.el (compilation-start): Add the line
12390 "Compilation started" with compilation start time.
12391 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12392
12393 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12396 of menu items.
12397
12398 2005-08-11 Richard M. Stallman <rms@gnu.org>
12399
12400 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12401
12402 * battery.el (battery-status-function): Don't use ignore-errors.
12403
12404 2005-08-11 Lute Kamstra <lute@gnu.org>
12405
12406 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12407 define-obsolete-variable-alias.
12408
12409 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12412 (ange-ftp-send-cmd): Revert last change, and expand
12413 the comment explaining the problem.
12414
12415 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12416
12417 * ldefs-boot.el: Update.
12418
12419 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12420 item to "Time, Load and Mail". Change help echo text.
12421
12422 * time.el (display-time-use-mail-icon, display-time-format)
12423 (display-time-string-forms): Shorten first line of docstrings.
12424
12425 2005-08-10 Lars Hansen <larsh@soem.dk>
12426
12427 * desktop.el (desktop-buffer-mode-handlers):
12428 Make non-customizable. Add autoload cookie. Change initial value to
12429 nil; add elements in respective modules instead. Fix doc string.
12430 (desktop-load-file): New function.
12431 (desktop-minor-mode-handlers): New autoloaded variable.
12432 (desktop-create-buffer): Call minor mode handlers.
12433 Use desktop-load-file to load major and minor mode modules prior to
12434 checking for a handler.
12435 (desktop-save): Don't add nil to desktop-minor-modes for minor
12436 modes with nil function in desktop-minor-mode-table. Don't delete
12437 desktop file before rewriting it.
12438 (desktop-locals-to-save): Add autoload cookie. Don't make
12439 automatically buffer-local. Add variables column-number-mode,
12440 size-indication-mode, indent-tabs-mode,
12441 indicate-buffer-boundaries, indicate-empty-lines and
12442 show-trailing-whitespace.
12443 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12444 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12445 (desktop-clear-preserve-buffers-regexp): Delete.
12446 (desktop-clear-preserve-buffers): Update initial value and docstring.
12447 (desktop-save-buffer): Fix doc string.
12448
12449 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12450 (hilit-chg-desktop-restore): New function.
12451 (highlight-changes-mode): Add highlight-changes-mode to
12452 desktop-locals-to-save.
12453
12454 * dired.el: Add handler to desktop-buffer-mode-handlers.
12455 (dired-restore-desktop-buffer): Remove autoload cookie.
12456 (dired-mode): Add autoload cookie.
12457
12458 * info.el: Add handler to desktop-buffer-mode-handlers.
12459 (Info-restore-desktop-buffer): Remove autoload cookie.
12460 (Info-mode): Add autoload cookie.
12461
12462 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12463 (mh-restore-desktop-buffer): Remove autoload cookie.
12464 (mh-folder-mode): Add autoload cookie.
12465
12466 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12467 (rmail-restore-desktop-buffer): Remove autoload cookie.
12468
12469 2005-08-11 Masatake YAMATO <jet@gyve.org>
12470
12471 * hexl.el (hexl-address-region):
12472 (hexl-ascii-region, hexl-font-lock-keywords):
12473 (hexl-highlight-line-range): Use the term "region"
12474 instead of "area" for consistency with the other symbols
12475 defined in hexl.el.
12476
12477 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12478
12479 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12480 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12481 out by Juri Linkov). Add `display-battery-mode'.
12482
12483 2005-08-09 Juri Linkov <juri@jurta.org>
12484
12485 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12486 Remove `-text' from face variable names.
12487 (compilation-error-file-name, compilation-warning-file-name)
12488 (compilation-info-file-name): Delete faces.
12489 (compilation-line-number, compilation-column-number):
12490 Remove face underlining.
12491 (compilation-message-face): Set to `underline' value by default.
12492 (compilation-error-face, compilation-warning-face)
12493 (compilation-info-face): Remove `-file-name' from face names.
12494 (compilation-error-text-face, compilation-warning-text-face)
12495 (compilation-info-text-face): Delete face variables.
12496 (compilation-text-face): Delete function.
12497
12498 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12499 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12500 (grep-error-face): Set to `compilation-error' instead of
12501 `compilation-error-face' (which is redefined to `grep-hit-face' in
12502 grep buffers).
12503 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12504 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12505
12506 * dired-aux.el (dired-do-query-replace-regexp):
12507 Use `query-replace-read-args'.
12508
12509 * replace.el (query-replace-read-from, query-replace-read-to)
12510 (query-replace-read-args): Rename arg `string' to `prompt'.
12511
12512 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12513
12514 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12515
12516 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12517 uploading files.
12518 (ange-ftp-canonize-filename): Handle file names beginning with ~
12519 correctly.
12520
12521 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12522
12523 * textmodes/fill.el (canonically-space-region)
12524 (fill-context-prefix, fill-french-nobreak-p)
12525 (fill-delete-newlines, fill-comment-paragraph)
12526 (justify-current-line): "?\ " -> "?\s".
12527
12528 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12529
12530 * textmodes/fill.el (fill-nonuniform-paragraphs):
12531 Improve argument/docstring consistency.
12532
12533 2005-08-09 Richard M. Stallman <rms@gnu.org>
12534
12535 * textmodes/ispell.el (ispell-word): More fboundp checks.
12536
12537 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12538 (find-file-noselect-1): Call it here, only if RAWFILE.
12539 (normal-mode): Always set some major mode.
12540 (save-some-buffers-action-alist): Change some explanation strings.
12541 (file-name-non-special): In the `quote' method, use unwind-protect.
12542
12543 2005-08-09 Magnus Henoch <mange@freemail.hu>
12544
12545 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12546 (ispell-have-aspell-dictionaries): New variable.
12547 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12548 (ispell-get-aspell-config-value): New function.
12549 (ispell-aspell-find-dictionary): New function.
12550 (ispell-aspell-add-aliases): New function.
12551 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12552 appropriate. Don't look for ispell dictionaries if we use aspell.
12553 (ispell-menu-map): Don't build a submenu of dictionaries.
12554
12555 2005-08-09 Richard M. Stallman <rms@gnu.org>
12556
12557 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12558 (sql-read-passwd): Use read-passwd.
12559
12560 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12561 (idlwave-toolbar-is-possible): Add defvars.
12562
12563 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12564 Avoid warnings.
12565
12566 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12567 (idlwave-system-class-info, idlwave-executive-commands-alist):
12568 Use defvar.
12569
12570 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12571
12572 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12573 Avoid warnings.
12574
12575 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12576 and content-type: headers.
12577
12578 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12579
12580 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12581 and rename some of them to be more self-explanatory.
12582
12583 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12584
12585 * startup.el (command-line-1): Implement -scriptload.
12586
12587 * replace.el (occur-engine): Initial *Occur* output not undoable.
12588
12589 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12590 and improve help strings.
12591
12592 * isearch.el (isearch-repeat): When changing direction,
12593 mark search successful.
12594
12595 * ediff-init.el: Use (featurep 'xemacs).
12596
12597 * comint.el (send-invisible): Identify buffer, if not selected.
12598
12599 * align.el: Delete autoload for c-guess-basic-syntax.
12600
12601 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12602
12603 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12604 Improve argument/docstring consistency. Doc fixes.
12605 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12606 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12607 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12608 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12609 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12610 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12611 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12612 Defvar at compile time.
12613
12614 2005-08-09 Juri Linkov <juri@jurta.org>
12615
12616 * info.el: Replace `info' with upper-case `Info' where appropriate.
12617 (info-title-1, info-title-2, info-title-3, info-title-4)
12618 (info-menu-header): Move up face definitions.
12619 (info-menu-star): Rename from `info-menu-5'.
12620 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12621 (Info-fontify-visited-nodes): Fix docstring.
12622 (Info-hide-note-references): Fix docstring.
12623 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12624 menu items in the same way as on cross-references.
12625 (info-apropos): Fix sorting order and formatting to be like in the
12626 stand-alone Info browser. Display error messages for 1 sec.
12627 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12628 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12629 from the menu bar.
12630 (Info-insert-dir): Restore point after calling
12631 `insert-buffer-substring'.
12632
12633 2005-08-08 Richard M. Stallman <rms@gnu.org>
12634
12635 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12636 (recompute-lucid-menubar): Add defvars.
12637
12638 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12639
12640 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12641
12642 * net/net-utils.el (run-dig): Rename from `dig'.
12643
12644 * play/gametree.el (gametree-mode): Use make-local-variable,
12645 not make-variable-buffer-local.
12646
12647 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12648
12649 * ansi-color.el (ansi-color-make-extent)
12650 (ansi-color-set-extent-face): Use fboundp, not functionp.
12651
12652 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12653 not make-variable-buffer-local.
12654
12655 * bookmark.el (Info-current-file): Add defvar.
12656 (bookmark-jump-noselect): Use with-no-warnings.
12657
12658 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12659
12660 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12661
12662 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12663
12664 * find-file.el (ada-procedure-start-regexp)
12665 (ada-package-start-regexp): Add defvars.
12666
12667 * info.el (Info-insert-dir): Use insert-buffer-substring.
12668
12669 * xml.el (xml-att-def-re): Add defvar.
12670
12671 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12672 calling convention.
12673
12674 * subr.el (while-no-input): Return t if there is input.
12675
12676 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12677
12678 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12679
12680 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12683 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12684
12685 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12686
12687 * cmuscheme.el (scheme-start-file): Replace reference to
12688 `user-emacs-directory' by "~/.emacs.d/".
12689
12690 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12691
12692 * info.el (Info-dir-remove-duplicates): Avoid case folding
12693 in loop; instead, keep downcased strings for comparison.
12694 Suggested by Helmut Eller.
12695
12696 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12697
12698 Sync with Tramp 2.0.50.
12699
12700 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12701 XEmacs case; not necessary anymore.
12702 (tramp-user-regexp): Allow "@" as part of user name.
12703 (tramp-handle-set-visited-file-modtime)
12704 (tramp-handle-insert-file-contents)
12705 (tramp-handle-write-region): No special handling for
12706 `last-coding-system-used, because this is done in
12707 `tramp-accept-process-output' now.
12708 (tramp-accept-process-output): New defun.
12709 (tramp-process-one-action, tramp-process-one-multi-action)
12710 (tramp-wait-for-regexp, tramp-wait-for-output)
12711 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12712 Howells <dhowells@redhat.com>.
12713 (clear-visited-file-modtime): Defadvice removed. The check for
12714 unset buffer's modtime does not need to be based on
12715 `tramp-buffer-file-attributes'. Suggested by RMS.
12716 (tramp-message): Insert "\n" if not being at beginning of line.
12717 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12718 sequence with same logic.
12719 (tramp-completion-handle-expand-file-name): Discard call of
12720 `tramp-drop-volume-letter'. It is not necessary, and there have
12721 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12722 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12723 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12724 should always be visible.
12725 (tramp-handle-insert-directory, tramp-setup-complete)
12726 (tramp-set-process-query-on-exit-flag)
12727 (tramp-append-tramp-buffers): Pacify byte-compiler.
12728 (tramp-bug): Delete non-existing variables from list.
12729 Apply `tramp-load-report-modules' as pre-hook.
12730 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12731 `shell-prompt-pattern' because of non-7bit characters.
12732 Reported by Sebastian Luque <sluque@mun.ca>.
12733 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12734 (tramp-match-string-list): Remove function.
12735 (tramp-wait-for-regexp): Remove call of that function.
12736 Suggested by Kim F. Storm <storm@cua.dk>.
12737 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12738 instead of octal character code ?\600. The latter resulted in a
12739 syntax error with XEmacs.
12740
12741 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12742 XEmacs case; not necessary anymore.
12743 (tramp-smb-handle-write-region): No special handling for
12744 `last-coding-system-used, because this is done in
12745 `tramp-accept-process-output' now.
12746 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12747
12748 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12749
12750 * wid-edit.el (widget-choice-value-create):
12751 Unconditionally respect user choice. Set :explicit-choice back to nil
12752 when no longer needed.
12753 (widget-choice-action): Unconditionally respect user choice.
12754 Eliminate :explicit-choice-value.
12755
12756 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12757
12758 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12759 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12760 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12761 running new function `toggle-indicate-empty-lines'.
12762 Rename "Customize" item to "Customize fringe".
12763 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12764 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12765 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12766 Delete "Empty lines only" item.
12767 (menu-bar-showhide-fringe-ind-customize): New function.
12768 (menu-bar-showhide-fringe-ind-mixed)
12769 (menu-bar-showhide-fringe-ind-box)
12770 (menu-bar-showhide-fringe-ind-right)
12771 (menu-bar-showhide-fringe-ind-left)
12772 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12773 instead of `fringe-indicators'.
12774
12775 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12776
12777 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12778 Change the date of last update.
12779
12780 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12781
12782 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12783 (viper-exec-yank, viper-put-back): Don't display modification msg
12784 if in the minibuffer.
12785
12786 * viper-init.el (viper-replace-overlay-cursor-color)
12787 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12788 Make variables frame local.
12789
12790 * viper-util.el (viper-append-filter-alist): Use append instead of
12791 nconc.
12792
12793 * viper.el (viper-vi-state-mode-list)
12794 (viper-emacs-state-mode-list): Move help-mode and
12795 completion-list-mode from the first list to the second.
12796 (viper-mode): Docstring.
12797 (viper-go-away, viper-non-hook-settings): Don't localize
12798 minor-mode-alist in newer Emacsen. Add advice to
12799 set-cursor-color. Don't bind "\C-c\\".
12800
12801 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12802
12803 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12804 (scheme-macro-expand-command): New user options.
12805 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12806 (scheme-form-at-point, scheme-start-file)
12807 (scheme-interactively-start-process): New functions.
12808 (scheme-get-process): New function, extracted from `scheme-proc'.
12809 (run-scheme): Call `scheme-start-file' to get start file, and pass
12810 it to `make-comint'.
12811 (switch-to-scheme, scheme-proc):
12812 Call `scheme-interactively-start-process' if no Scheme buffer/process
12813 is available.
12814
12815 2005-08-06 Juri Linkov <juri@jurta.org>
12816
12817 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12818 Use `compilation-text-face', `compilation-info-text-face' and
12819 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12820 (compilation-error): New face.
12821 (compilation-error-file-name): Inherit from
12822 `compilation-error' instead of `font-lock-warning-face'.
12823 (compilation-warning-file-name): Inherit from
12824 `compilation-warning' instead of `font-lock-warning-face'.
12825 (compilation-info, compilation-error-file-name)
12826 (compilation-warning-file-name, compilation-info-file-name)
12827 (compilation-line-number, compilation-column-number): Doc fix.
12828 (compilation-error-text-face, compilation-warning-text-face)
12829 (compilation-info-text-face): New face variables.
12830 (compilation-line-face, compilation-column-face)
12831 (compilation-enter-directory-face)
12832 (compilation-leave-directory-face): Doc fix.
12833 (compilation-text-face): New function.
12834
12835 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12836 instead of 1 to display binary file names as info file links.
12837 (grep-error-face): Use `compilation-error-face' instead of
12838 `font-lock-keyword-face'.
12839 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12840 and `compilation-warning-text-face' instead of
12841 `font-lock-keyword-face'. Use `compilation-error-text-face'
12842 instead of `grep-error-face'.
12843
12844 2005-08-05 Kenichi Handa <handa@m17n.org>
12845
12846 * international/code-pages.el: Add autoload cookies for all coding
12847 systems.
12848
12849 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12850
12851 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12852
12853 2005-08-04 Juri Linkov <juri@jurta.org>
12854
12855 * progmodes/compile.el (compilation-mode-map):
12856 * progmodes/grep.el (grep-mode-map):
12857 Bind TAB to `compilation-next-error' and [backtab] to
12858 `compilation-previous-error'.
12859
12860 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12861 matching line numbers, column numbers and their ranges with regexp
12862 matching only line numbers.
12863 (grep-context-face): New face variable.
12864 (grep-mode-font-lock-keywords): Use it.
12865
12866 * faces.el (read-face-name): Delete duplicate faces.
12867
12868 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12869
12870 * thumbs.el (thumbs-find-image): Don't make variables
12871 automatically buffer local.
12872 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12873 (thumbs-image-num): Make automatically buffer local.
12874 (thumbs-show-thumbs-list): Use `make-local-variable', not
12875 `make-variable-buffer-local'.
12876 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12877
12878 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12879 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12880 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12881 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12882 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12883 (feelings-about, foullst, found, hello, history, howareyoulst)
12884 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12885 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12886 (neglst, obj, object, owner, please, problems, qlist)
12887 (random-adjective, relation, remlst, repetitive-shortness)
12888 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12889 (shortlst, something, sportslst, stallmanlst, states, subj)
12890 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12891 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12892 Defvar at compile time.
12893
12894 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12895 not `make-variable-buffer-local'.
12896
12897 2005-08-02 Kim F. Storm <storm@cua.dk>
12898
12899 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12900 rectangle overlay in selected window.
12901
12902 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12903
12904 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12905 instead of display group. Make `indicate-buffer-boundaries'
12906 customizable through Custom.
12907
12908 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12909
12910 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12911 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12912 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12913 (gdb-put-string): Fix typos in docstrings.
12914
12915 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12916
12917 Update copyright notices of files in progmodes directory for
12918 release of Emacs 22.1.
12919
12920 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12921
12922 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12923 Don't barf if the GUD buffer has been killed.
12924
12925 2005-08-01 Kim F. Storm <storm@cua.dk>
12926
12927 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12928
12929 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12930
12931 * simple.el (next-error-follow-minor-mode):
12932 make-variable-buffer-local -> make-local-variable.
12933
12934 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12935
12936 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12937 (byte-compile-form-make-variable-buffer-local): New functions to warn
12938 about misuses of make-variable-buffer-local where make-local-variable
12939 was meant.
12940
12941 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * bs.el (bs-attributes-list): Doc fix.
12944 (bs): Update url-link.
12945
12946 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12947 (desktop-load-default): Simplify.
12948
12949 * ibuffer.el (ibuffer-columnize-and-insert-list)
12950 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12951 (ibuffer-unmark-all, ibuffer-toggle-marks)
12952 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12953 (ibuffer-compile-make-format-form, ibuffer-format-column)
12954 (ibuffer-current-buffers-with-marks)
12955 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12956 (ibuffer): Doc fix.
12957 (ibuffer-mode): Fix typo in docstring.
12958 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12959 with `define-obsolete-variable-alias'.
12960 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12961
12962 2005-07-29 Kenichi Handa <handa@m17n.org>
12963
12964 * international/mule-cmds.el (select-message-coding-system):
12965 Be sure to use LF for end-of-line. If no coding system is decided,
12966 return iso-8859-1-unix.
12967
12968 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12971 (ange-ftp-pending-error-line): New vars.
12972 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12973 to handle the non-fatal no-route-to-host messages.
12974 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12975
12976 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12977
12978 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12979 (isearch-quote-char, isearch-printing-char)
12980 (isearch-text-char-description): "?\ " -> "?\s".
12981 (isearch-lazy-highlight-cleanup)
12982 (isearch-lazy-highlight-initial-delay)
12983 (isearch-lazy-highlight-interval)
12984 (isearch-lazy-highlight-max-at-a-time)
12985 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12986 Declare with define-obsolete-*-alias macros.
12987 (isearch-forward): Fix typo in docstring.
12988 (search-invisible, search-ring-yank-pointer)
12989 (regexp-search-ring-yank-pointer): Doc fixes.
12990
12991 * recentf.el (recentf-menu-append-commands-p): Declare with
12992 `define-obsolete-variable-alias'.
12993 (recentf-max-saved-items, recentf-menu-filter)
12994 (recentf-arrange-by-rule-subfilter): Doc fixes.
12995 (recentf-menu-append-commands-flag)
12996 (recentf-initialize-file-name-history, recentf-expand-file-name)
12997 (recentf-clear-data): Fix typos in docstrings.
12998
12999 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13000
13001 * progmodes/gdb-ui.el: Smarten comments.
13002 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13003
13004 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13005
13006 * term/apollo.el (terminal-init-apollo): New function containing
13007 all former top level forms in the file.
13008 * term/bobcat.el (terminal-init-bobcat):
13009 * term/cygwin.el (terminal-init-cygwin):
13010 * term/iris-ansi.el (terminal-init-iris-ansi):
13011 * term/linux.el (terminal-init-linux):
13012 * term/news.el (terminal-init-news):
13013 * term/rxvt.el (terminal-init-rxvt):
13014 * term/sun.el (terminal-init-sun):
13015 * term/tvi970.el (terminal-init-tvi970):
13016 * term/vt100.el (terminal-init-vt100):
13017 * term/vt102.el (terminal-init-vt102):
13018 * term/vt125.el (terminal-init-vt125):
13019 * term/vt200.el (terminal-init-vt200):
13020 * term/vt201.el (terminal-init-vt201):
13021 * term/vt220.el (terminal-init-vt220):
13022 * term/vt240.el (terminal-init-vt240):
13023 * term/vt300.el (terminal-init-vt300):
13024 * term/vt320.el (terminal-init-vt320):
13025 * term/vt400.el (terminal-init-vt400):
13026 * term/vt420.el (terminal-init-vt420):
13027 * term/wyse50.el (terminal-init-wyse50):
13028 * term/xterm.el (terminal-init-xterm): Likewise.
13029
13030 * term/README: Describe the terminal-init-* functionality.
13031
13032 * startup.el (command-line): After loading the terminal initialization
13033 file call the corresponding terminal initialization function.
13034
13035 2005-07-27 Kenichi Handa <handa@m17n.org>
13036
13037 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13038 negative.
13039
13040 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13041 (ps-mule-composition-prologue): Fix for the case that
13042 RelativeCompose is false.
13043
13044 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13047
13048 * descr-text.el (describe-char): Handle the case where the list of
13049 chars is displayed in a separate frame.
13050 Be a bit more discriminating when looking for the char.
13051
13052 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13053
13054 * bookmark.el (bookmark-automatically-show-annotations)
13055 (bookmark-read-annotation-text-func): Doc fixes.
13056 (bookmark-save): Improve argument/docstring consistency.
13057 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13058 (bookmark-alist-from-buffer)
13059 (bookmark-upgrade-file-format-from-0)
13060 (bookmark-grok-file-format-version)
13061 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13062 (bookmark-read-annotation-mode)
13063 (bookmark-insert-current-bookmark, bookmark-jump)
13064 (bookmark-exit-hook): Fix typos in docstrings.
13065 (bookmark-exit-hooks): Define as obsolete alias.
13066 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13067 not `bookmark-exit-hooks'. Fix docstring.
13068 (bookmark-bmenu-select): "?\ " -> "?\s".
13069
13070 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13071
13072 * startup.el (command-line): Fix typo.
13073
13074 2005-07-24 Richard M. Stallman <rms@gnu.org>
13075
13076 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13077 not emacs-quick-startup.
13078
13079 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13082 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13083 instead of `reb-with-current-window'.
13084 (reb-prev-match): Likewise. Also, don't move left if the search
13085 was unsuccessful.
13086 (reb-initialize-buffer): New function.
13087 (re-builder, reb-change-syntax): Use it.
13088
13089 * man.el (Man-goto-page): Make second argument NOERROR optional.
13090
13091 2005-07-23 Richard M. Stallman <rms@gnu.org>
13092
13093 * man.el (Man-bgproc-sentinel): Check here for failure to find
13094 any man page in the output, and report the error here.
13095 (Man-arguments): Make it permanent local.
13096 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13097 (Man-mode): Pass t for NOERROR.
13098
13099 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13100 (grep-mode-font-lock-keywords):
13101 Don't use compilation-...-face for messages that are not file names.
13102
13103 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13104 Don't use compilation-...-face for messages that are not file names.
13105
13106 2005-07-22 Juri Linkov <juri@jurta.org>
13107
13108 * startup.el (normal-splash-screen): Update menu name.
13109
13110 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13111
13112 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13113
13114 * term/xterm.el: Load term/rxvt if the terminal is actually an
13115 rxvt terminal.
13116 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13117
13118 * term/rxvt.el (function-key-map): Use substitute-key-definition
13119 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13120
13121 * term/cygwin.el: New file.
13122
13123 2005-07-22 Kim F. Storm <storm@cua.dk>
13124
13125 * image-file.el (insert-image-file, image-file-yank-handler):
13126 Fix last change to maintain a (unique) yank-handler on yanked images.
13127
13128 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13129
13130 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13131 of the file size (as in "177B" for 177 bytes). This happens with
13132 "ls -lh" on FreeBSD.
13133
13134 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13135
13136 * hilit-chg.el (highlight-changes-global-initial-state)
13137 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13138 (hilit-chg-fixup, highlight-changes-mode):
13139 Fix typos in docstrings.
13140 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13141 Doc fixes.
13142
13143 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13144
13145 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13146 mode function using `eval-after-load'.
13147
13148 2005-07-21 Kim F. Storm <storm@cua.dk>
13149
13150 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13151 included when reporting an emacs crash, and tell about the DEBUG file.
13152
13153 * image-file.el (insert-image-file): Add yank-handler.
13154 (image-file-yank-handler): Yank handler to make unique copies of
13155 images when they are yanked into a buffer next to each other.
13156
13157 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13158
13159 * comint.el (comint-use-prompt-regexp, comint-send-input)
13160 (comint-source-default, comint-extract-string)
13161 (comint-get-source, comint-word, comint-completion)
13162 (comint-source, comint-prompt-read-only, comint-update-fence):
13163 Fix typos in docstrings.
13164 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13165 Declare with define-obsolete-*-alias macros.
13166 (comint-previous-matching-input-from-input)
13167 (comint-next-matching-input-from-input)
13168 (comint-previous-matching-input, comint-next-matching-input)
13169 (comint-forward-matching-input):
13170 Improve argument/docstring consistency.
13171
13172 * desktop.el (desktop-clear-preserve-buffers-regexp):
13173 Also preserve the *server* buffer.
13174
13175 * simple.el (clone-indirect-buffer): Doc fix.
13176 (fixup-whitespace, just-one-space)
13177 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13178 (next-error, next-error-highlight)
13179 (next-error-highlight-no-select, next-error-last-buffer)
13180 (next-error-buffer-p, next-error-find-buffer, next-error)
13181 (previous-error, next-error-no-select, previous-error-no-select)
13182 (open-line, split-line, minibuffer-prompt-width, kill-new)
13183 (binary-overwrite-mode): Fix typos in docstrings.
13184 (set-fill-column): Fix typo in message.
13185
13186 * skeleton.el (skeleton-proxy-new): Doc fix.
13187
13188 * strokes.el (strokes-load-hook): Doc fix.
13189 (strokes-grid-resolution, strokes-get-grid-position)
13190 (strokes-renormalize-to-grid, strokes-read-stroke)
13191 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13192 (strokes-global-map): Fix typos in docstrings.
13193 (strokes-help): Doc fix. Fix help message and pass it through
13194 `substitute-command-keys'.
13195
13196 * tempo.el (tempo-insert-prompt, tempo-interactive)
13197 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13198 (tempo-insert-string-functions, tempo-local-tags)
13199 (tempo-define-template, tempo-insert-template)
13200 (tempo-insert-prompt-compat, tempo-is-user-element)
13201 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13202 Fix typos in docstrings.
13203
13204 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13205 (vcursor-key-bindings, vcursor-use-vcursor-map)
13206 (vcursor-find-window, vcursor-scroll-down)
13207 (vcursor-disable, vcursor-beginning-of-buffer)
13208 (vcursor-end-of-buffer): Fix typos in docstrings.
13209 (vcursor-relative-move, vcursor-get-char-count):
13210 Improve argument/docstring consistency.
13211
13212 * version.el: "?\ " -> "?\s".
13213
13214 * wid-edit.el (widget-default-create, widget-after-change)
13215 (widget-default-format-handler, widget-checklist-add-item)
13216 (widget-radio-add-item, widget-choose, widget-specify-secret)
13217 (widget-field-value-create, widget-field-value-get)
13218 (widget-editable-list-format-handler)
13219 (widget-editable-list-entry-create, widget-group-value-create)
13220 (widget-documentation-link-add)
13221 (widget-documentation-string-value-create): "?\ " -> "?\s".
13222 (widget-convert-text): Doc fix.
13223 (widget-narrow-to-field, widget-field-find)
13224 (widget-url-link-action, widget-emacs-library-link-action)
13225 (widget-color-notify): Fix typos in docstrings.
13226
13227 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13228 (x-select-text, set-w32-system-coding-system)
13229 (w32-add-charset-info): Fix typos in docstrings.
13230
13231 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13232 (cua-enable-cua-keys, cua-use-hyper-key)
13233 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13234 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13235
13236 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13237
13238 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13239 `defalias' instead of faking it.
13240
13241 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13242 (eshell-ls-missing, eshell-ls-dired-initial-args)
13243 (eshell-ls-use-in-dired): Fix typos in docstrings.
13244
13245 2005-07-20 Kim F. Storm <storm@cua.dk>
13246
13247 * emulation/cua-base.el (cua-mode): Improve doc string.
13248
13249 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13250
13251 * abbrev.el (expand-region-abbrevs): Doc fix.
13252 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13253 Improve argument/docstring consistency.
13254
13255 * arc-mode.el (archive-get-descr, archive-alternate-display):
13256 Doc fixes.
13257 (archive-l-e): Improve argument/docstring consistency.
13258 (archive-tmpdir, archive-unixdate, archive-unixtime)
13259 (archive-chmod-entry): Fix typos in docstrings.
13260 (archive-unflag, archive-unflag-backwards)
13261 (archive-unmark-all-files): "?\ " -> "?\s".
13262
13263 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13264 (Buffer-menu-not-modified, Buffer-menu-execute)
13265 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13266 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13267
13268 * composite.el (compose-string, encode-composition-rule)
13269 (compose-last-chars): Fix typos in docstrings.
13270
13271 * desktop.el (desktop-enable, desktop-basefilename):
13272 Declare with `define-obsolete-variable-alias'.
13273 (desktop-internal-v2s): Don't quote keywords.
13274 (desktop-clear): "?\ " -> "?\s".
13275
13276 * dired.el (dired-align-file, dired-flag-backup-files)
13277 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13278 (dired-listing-switches, dired-ls-F-marks-symlinks)
13279 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13280 (dired-directory, dired-faces, dired, dired-revert)
13281 (dired-mode, dired-summary, dired-view-file)
13282 (dired-copy-filename-as-kill, dired-delete-file)
13283 (dired-no-confirm, dired-unmark-all-marks)
13284 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13285 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13286 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13287 Fix typos in message strings.
13288
13289 * dired-x.el (virtual-dired): Declare with `defalias'.
13290 (dired-mark-unmarked-files, dired-local-variables-file)
13291 (dired-omit-here-always): Doc fix.
13292 (dired-omit-mode, dired-find-subdir)
13293 (dired-enable-local-variables, dired-clean-up-buffers-too)
13294 (dired-extra-startup, dired-mark-extension, dired-jump)
13295 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13296 (dired-smart-shell-command, dired-guess-shell-alist-user)
13297 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13298 (dired-x-bind-find-file, dired-x-submit-report):
13299 Fix typos in docstrings.
13300 (dired-mark-unmarked-files): "?\ " -> "?\s".
13301
13302 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13303
13304 * faces.el (describe-face): "?\ " -> "?\s".
13305 (read-all-face-attributes, read-face-font, modify-face)
13306 (face-attr-construct, italic): Fix typos in docstrings.
13307 (frame-update-face-colors): Declare with
13308 `define-obsolete-function-alias'.
13309
13310 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13311 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13312 (magic-mode-alist, buffer-file-numbers-unique)
13313 (write-file-functions, get-free-disk-space):
13314 Fix typos in docstrings.
13315 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13316 (write-contents-hooks, write-file-hooks):
13317 Declare with `define-obsolete-variable-alias'.
13318
13319 * forms-d2.el (arch-rj): Fix typo in docstrings.
13320 (arch-tocol): Likewise. "?\ " -> "?\s".
13321
13322 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13323 Fix typo in docstring.
13324 (set-screen-width, set-screen-height): Delete redundant info in
13325 doctrings.
13326 (new-frame, screen-height, screen-width): Declare with
13327 `define-obsolete-function-alias'.
13328 (delete-frame-hook, blink-cursor): Declare with
13329 `define-obsolete-variable-alias'.
13330
13331 * paths.el (prune-directory-list): Fix typos in docstring.
13332
13333 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13334 (cvs-prefix-get): Fix typos in docstrings.
13335
13336 * ps-print.el (ps-extend-face-list, ps-extend-face)
13337 (ps-print-background-image): Fix typos in docstrings.
13338 (ps-default-fg, ps-default-bg): Doc fixes.
13339
13340 * s-region.el (s-region-bind): Doc fix.
13341 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13342
13343 * textmodes/org.el (org-table-formula-substitute-names)
13344 (org-table-get-vertical-vector): Doc fixes.
13345 (org-table-recalculate): Remove unused argument to `message'.
13346
13347 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13348
13349 * textmodes/org.el (org-table-column-names)
13350 (org-table-column-name-regexp)
13351 (org-table-named-field-locations): New variables.
13352 (org-archive-subtree): Protect `this-command' when calling
13353 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13354 the kill buffer.
13355 (org-complete): Remove fixed-formula completion.
13356 (org-edit-formulas-map): New variable.
13357 (org-table-edit-formulas): New command.
13358 (org-finish-edit-formulas, org-abort-edit-formulas)
13359 (org-show-variable, org-table-get-vertical-vector): New functions.
13360 (org-table-maybe-eval-formula): Handle `:=' fields.
13361 (org-table-get-stored-formulas, org-table-store-formulas)
13362 (org-table-get-formula, org-table-modify-formulas)
13363 (org-table-replace-in-formulas): Handle named field formulas.
13364 (org-table-get-specials): Store locations of named fields.
13365
13366 2005-07-19 Juri Linkov <juri@jurta.org>
13367
13368 * progmodes/grep.el (grep-regexp-alist)
13369 (grep-mode-font-lock-keywords, grep-process-setup):
13370 Use default GNU grep match color "01;31m" instead of "01;41m".
13371 (grep-regexp-alist, grep-mode-font-lock-keywords):
13372 Use `\\[[0-9]*m' instead of `\\[00m'.
13373 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13374 sgr_start where its handling is more important. Use the real
13375 length of sgr_start instead of constant 8.
13376 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13377 specially. Delete all remaining escape sequences.
13378 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13379 (grep-regexp-alist): Make hyperlink only for binary file name
13380 instead of the whole line.
13381 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13382 (grep-mode): Add autoload.
13383
13384 * emacs-lisp/find-func.el (find-function-regexp):
13385 Add `define-compilation-mode'.
13386
13387 2005-07-19 Juri Linkov <juri@jurta.org>
13388
13389 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13390 (compare-windows-sync-string-size, compare-windows-recenter)
13391 (compare-windows-highlight, compare-windows): Add version 22.1.
13392 (compare-windows) <defface>: Inherit from lazy-highlight instead
13393 of duplicating its default value.
13394
13395 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13396 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13397
13398 * descr-text.el (describe-char): Create link buttons for `charset'
13399 and `code point'. Add the current input method name with a link
13400 button to `to input' field. Print face names of display table
13401 characters in `The display table entry is displayed by' section
13402 instead of printing face-id in the `display' field.
13403 Guess hardcoded faces and create a link button for them.
13404 Skip empty fields when calculating max-width.
13405 Treat `widget-create' specially while inserting strings from the
13406 collected field list.
13407 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13408
13409 * diff-mode.el (diff-file-header): Change foreground color from
13410 yellow to green on light backgrounds.
13411 (diff-context): Inherit from `shadow' only for color/grayscale
13412 with more than 88 colors.
13413 (diff-indicator-removed, diff-indicator-added)
13414 (diff-indicator-changed): New faces.
13415 (diff-font-lock-keywords): Use new faces. Regroup rules.
13416 Add "^---$" for `normal' diff format. Fontify `#' lines with
13417 font-lock-comment-delimiter-face and font-lock-comment-face.
13418 Add `#' to ^[^...] in the rule for `diff-context-face'.
13419
13420 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13421 a button-like box. Inherit from `highlight' on low colors.
13422 (shadow): Use shades of gray only for color/grayscale with
13423 more than 88 colors. Use green for light backgrounds with
13424 8 colors, and yellow for dark backgrounds with 8 colors.
13425
13426 * font-lock.el (font-lock-regexp-grouping-backslash):
13427 Don't inherit from escape-glyph (use bold for all cases).
13428
13429 * info.el (info-xref-visited): Use light foreground color `violet'
13430 for dark backgrounds instead of dark color `magenta3'.
13431 (info-title-1): Use `yellow' color for dark backgrounds.
13432
13433 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13434 too-light magenta2.
13435
13436 * replace.el (match): Use slightly more light RoyalBlue3 instead
13437 of dark RoyalBlue4.
13438
13439 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13440
13441 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13442
13443 * novice.el (disabled-command-hook): Declare it with
13444 `define-obsolete-variable-alias'.
13445
13446 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13447 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13448 (desktop-load-default): Add release to obsolescence info.
13449 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13450 (desktop-append-buffer-args, desktop-read):
13451 Fix typos in docstrings.
13452 (desktop-kill): Fix typo in message.
13453 (desktop-save): Doc fix.
13454
13455 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13456
13457 * viper-cmd.el (viper-escape-to-state): Bug fix.
13458 (viper-envelop-ESC-key): Change the definition of fast
13459 keysequence so it'll work with keyboard macros.
13460
13461 * ediff.el (ediff-patch-buffer): Change the docstring.
13462
13463 2005-07-19 Kenichi Handa <handa@m17n.org>
13464
13465 * international/mule-cmds.el (select-safe-coding-system): Try to
13466 use an auto-coding (if any) before anything else. If the found
13467 auto-coding is invalid, show a warning message.
13468
13469 * international/mule.el (find-auto-coding): New function created
13470 by modifying the body of set-auto-coding.
13471 (set-auto-coding): Use find-auto-coding to find a coding.
13472
13473 2005-07-18 Richard M. Stallman <rms@gnu.org>
13474
13475 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13476 not isearch-mode-end-hook-error.
13477 (allout-before-change-protect): Fix error message.
13478
13479 2005-07-18 Juri Linkov <juri@jurta.org>
13480
13481 * allout.el (allout-mode):
13482 * calculator.el (calculator-copy):
13483 * custom.el (custom-known-themes):
13484 * dired.el (dired-desktop-buffer-misc-data)
13485 (dired-restore-desktop-buffer):
13486 * dired-x.el (dired-omit-marker-char):
13487 * files.el (basic-save-buffer):
13488 * font-core.el (font-lock-mode):
13489 * calendar/calendar.el (calendar-goto-hebrew-date)
13490 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13491 (calendar-goto-persian-date):
13492 * language/ethio-util.el (ethio-sera-to-fidel-region):
13493 * textmodes/picture.el (picture-mode):
13494 Delete duplicate duplicate words.
13495
13496 2005-07-18 Juri Linkov <juri@jurta.org>
13497
13498 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13499 chars * ? } |.
13500 (isearch-fallback): Don't call `isearch-process-search-char'.
13501 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13502 (isearch-process-search-char): Call `isearch-fallback' for regexp
13503 chars * ? } |.
13504 (isearch-return-char): Make obsolete with `make-obsolete' instead
13505 of simply documenting it as obsolete in the docstring.
13506 (isearch-fallback): Refill docstring.
13507
13508 * international/isearch-x.el
13509 (isearch-process-search-multibyte-characters): Remove unneeded
13510 `concat'. Add intermediate values to `junk-hist' instead of
13511 `minibuffer-history'. Test the length of `str'.
13512
13513 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * allout.el (allout-resolve-xref): Fix typos in error strings.
13516 (allout-before-change-protect): Remove unneeded `concat'.
13517
13518 * array.el (array-mode, array-reconfigure-rows)
13519 (untabify-backward): Fix typos in docstrings.
13520 (array-reconfigure-rows): Use `insert-buffer-substring', not
13521 `insert-buffer'.
13522
13523 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13524 * progmodes/ada-mode.el (ada-make-body):
13525 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13526
13527 * dired.el (dired-log):
13528 * tar-mode.el (tar-subfile-save-buffer):
13529 * play/zone.el (zone-pgm-stress-destress):
13530 Use `insert-buffer-substring', not `insert-buffer'.
13531
13532 2005-07-17 Simon Josefsson <jas@extundo.com>
13533
13534 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13535
13536 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13537
13538 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13539 Add plain auth method.
13540 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13541
13542 2005-07-17 Kim F. Storm <storm@cua.dk>
13543
13544 * ido.el (dired-other-window): Add ido property.
13545
13546 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13549 Fix typo in docstring.
13550 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13551 `insert-file-literally'.
13552
13553 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13554 info and delete redundant message. Doc fix.
13555 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13556 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13557
13558 2005-07-16 Richard M. Stallman <rms@gnu.org>
13559
13560 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13561 (byte-compile-and): Use byte-compile-and-recursion.
13562 (byte-compile-or-recursion): New function.
13563 (byte-compile-or): Use that.
13564 (byte-compile-if): Guard the else-clause too.
13565 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13566
13567 * isearch.el (isearch-mode-end-hook-quit): New variable.
13568 (isearch-done): Bind it.
13569 (isearch-mode-end-hook): Doc fix.
13570
13571 * allout.el (allout-isearch-did-quit): Variable deleted.
13572 (allout-real-isearch-abort): Function name no longer used.
13573 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13574 (allout-isearch-rectification): isearch-mode always exists.
13575 Don't set allout-isearch-did-quit.
13576 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13577 allout-isearch-did-quit.
13578 (allout-enwrap-isearch): Just add the hook.
13579 (allout-isearch-abort): Function deleted.
13580 (allout-pre-command-business): Avoid warning.
13581
13582 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13583 Correctly avoid warnings.
13584 (pascal-outline): Likewise.
13585
13586 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13587
13588 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13589
13590 * play/tetris.el (tetris-mode): Avoid warning.
13591
13592 * play/snake.el (snake-mode): Avoid warning.
13593
13594 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13595 (gamegrid-set-display-table): Avoid warning.
13596 (gamegrid-set-timer): Likewise.
13597 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13598 (gamegrid-add-score-with-update-game-score-1): Take FILE
13599 as argument.
13600 (gamegrid-add-score-with-update-game-score): Pass that argument.
13601 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13602
13603 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13604
13605 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13606 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13607
13608 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13609 and insert-file.
13610
13611 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13612 (sc-ask): Avoid warnings.
13613
13614 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13615 (eshell-hist-initialize): Use that var the natural way.
13616
13617 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13618
13619 * emacs-lisp/re-builder.el (reb-cook-regexp):
13620 Avoid warning calling lre-compile-string.
13621 (reb-color-display-p): Avoid warning.
13622
13623 * calculator.el (calculator-last-input): Guard uses
13624 of event-key and key-press-event-p.
13625 (event-key, key-press-event-p): Delete definitions.
13626
13627 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13628 (find-gc-source-directory, find-gc-subrs-callers)
13629 (find-gc-noreturn-list, find-gc-source-files)
13630 (find-gc-subrs-called): Vars renamed and defvar'd.
13631
13632 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13633 (checkdoc-overlay-put, checkdoc-delete-overlay)
13634 (checkdoc-overlay-start, checkdoc-overlay-end)
13635 (checkdoc-mode-line-update, checkdoc-char=):
13636 Define such that compiler knows they are defined.
13637 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13638 (checkdoc-read-event): Delete. Use read-event directly.
13639
13640 * whitespace.el (whitespace-make-overlay)
13641 (whitespace-overlay-put, whitespace-delete-overlay)
13642 (whitespace-overlay-start, whitespace-overlay-end):
13643 Define such that compiler knows they are defined.
13644 (whitespace): Move conditional inside.
13645
13646 * tempo.el (tempo-insert-template): Suppress warning.
13647
13648 * ediff-diff.el (longlines-mode): Add defvar.
13649
13650 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13651
13652 * server.el: Bind "C-x #" in a way that works even if C-x is
13653 redefined to a command key, not a prefix key.
13654
13655 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13656
13657 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13658 cl-make-type-test till execution time.
13659
13660 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13661
13662 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13663 arg ARG and use it.
13664
13665 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13666
13667 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13668
13669 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13670
13671 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13672 a defcustom with two :set or :type keywords.
13673
13674 2005-07-15 Richard M. Stallman <rms@gnu.org>
13675
13676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13677 Don't give ^M comment-end syntax.
13678
13679 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13680
13681 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13682 Don't consider gdbmi (gdb-mi.el has its own update functions).
13683 (gdb-var-delete): Make it work for gdbmi as well.
13684 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13685
13686 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13687 (gud-speedbar-menu-items): Correct logic for enabling items.
13688
13689 2005-07-15 Kim F. Storm <storm@cua.dk>
13690
13691 * ido.el: Fix commentary.
13692 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13693 Use with-no-warnings around ffap-guesser.
13694 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13695 Let bind minibuffer-completing-file-name to t.
13696
13697 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13698
13699 * startup.el (site-run-file, keyboard-type): Doc fixes.
13700 (command-line): Check for "--basic-display" argument; also for
13701 "--quick", not "--bare-bones" (which was renamed).
13702 (fancy-splash-text): Add missing item "Getting New Versions".
13703 (normal-splash-screen): Fix typos and improve consistency with
13704 `fancy-splash-text'. Update copyright year.
13705
13706 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13707 valid binding for `help-char'.
13708
13709 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13710
13711 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13712
13713 * term.el (term-mode): Disable cua-mode for term buffers.
13714
13715 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13716
13717 * add-log.el (add-log-mailing-address, change-log-merge):
13718 Doc fixes.
13719 (change-log-get-method-definition): Fix typo in docstring.
13720
13721 2005-07-14 Kim F. Storm <storm@cua.dk>
13722
13723 * emulation/cua-base.el:
13724 (cua--pre-command-handler-1, cua--pre-command-handler)
13725 (cua--post-command-handler-1, cua--post-command-handler):
13726 Split in two. Check (buffer local) value of cua-mode.
13727 (cua-selection-mode): New command.
13728
13729 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13730
13731 * custom.el (custom-initialize-safe-set)
13732 (custom-initialize-safe-default): Doc fixes.
13733
13734 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13735 and simplify :init-value again.
13736
13737 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13738 and simplify :init-value again. Delete autoload.
13739
13740 * startup.el (command-line): Use `custom-reevaluate-setting' again
13741 for tooltip-mode.
13742
13743 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13744 a defcustom with two :initialize keywords.
13745
13746 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13747
13748 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13749 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13750 (allout-post-command-business, allout-flag-region)
13751 (isearch-reenable-font-lock, allout-yank)
13752 (allout-insert-latex-header, allout-insert-latex-trailer)
13753 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13754 (allout-latex-verb-quote): Fix typos in docstrings.
13755 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13756 (allout-unprotected, allout-prefix-data):
13757 Improve argument/docstring consistency.
13758 (allout-chart-subtree): Fix argument spec.
13759 (allout-open-topic): Rename `use_sib_bullet' argument to
13760 `use-sib-bullet'. Doc fix.
13761
13762 * whitespace.el (whitespace-check-buffer-leading)
13763 (whitespace-check-buffer-trailing)
13764 (whitespace-check-buffer-indent)
13765 (whitespace-check-buffer-spacetab)
13766 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13767 (whitespace-check-leading-whitespace)
13768 (whitespace-check-trailing-whitespace)
13769 (whitespace-check-spacetab-whitespace)
13770 (whitespace-check-indent-whitespace)
13771 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13772 (whitespace-modes): Fix typos in docstrings.
13773 (defgroup, defcustom): Doc fixes.
13774
13775 * winner.el (winner-mode, winner-boring-buffers)
13776 (winner-pending-undo-ring): Doc fixes.
13777 (winner-ring): Remove unneeded `progn'.
13778 (winner-equal): `defsubst' it.
13779 (winner-redo): Fix message.
13780
13781 2005-07-13 Kim F. Storm <storm@cua.dk>
13782
13783 * simple.el (line-move-1): Always use vertical-motion to
13784 do the last (or only) line move to ensure some movement.
13785 Undo 2005-06-23 change--don't check for overlays.
13786
13787 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13788
13789 * term/mac-win.el (ccl-encode-mac-roman-font)
13790 (ccl-encode-mac-centraleurroman-font)
13791 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13792 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13793 Change charset-id boundary of dimension to ?\xef.
13794 (mac-char-fontspec-list): New constant.
13795 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13796 argument. Nil uses itself as family in font-spec. Previous
13797 behavior for nil is now provided by non-nil non-string argument.
13798 All callers changed. Add font-specs for Mac fonts to
13799 "fontset-default" unless iso8859-1 fonts are installed.
13800
13801 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13804 a continuation line if the \ is preceded by SPC or TAB.
13805 (sh-get-indent-info): Simplify.
13806 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13807 Use with-current-buffer.
13808
13809 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13810 when the matched text is empty.
13811
13812 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13813
13814 * startup.el (command-line): Revert to previous handling of
13815 tooltip-mode. Explain in comment why the complexity is needed.
13816
13817 * tooltip.el (tooltip-mode): Revert to previous implementation of
13818 its defcustom.
13819
13820 * frame.el (blink-cursor-mode): Revert to previous implementation
13821 of its defcustom. Update comment.
13822
13823 2005-07-12 Lars Hansen <larsh@soem.dk>
13824
13825 * desktop.el: Update e-mail address.
13826
13827 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13828
13829 * term/mac-win.el (mac-services-mail-selection)
13830 (mac-services-mail-to): New functions.
13831 (mac-application-menu-map): Bind them.
13832
13833 2005-07-12 wulei <milton@wulei.net> (tiny change)
13834
13835 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13836
13837 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13838
13839 * custom.el (custom-reevaluate-setting): Doc fix.
13840
13841 2005-07-11 Jay Belanger <belanger@truman.edu>
13842
13843 * calc/calc.el (calc-embedded-announce-formula-alist)
13844 (calc-embedded-open-close-plain-alist)
13845 (calc-embedded-open-close-mode-alist): Add checks for additional
13846 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13847
13848 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * custom.el (custom-enable-theme): Don't add theme to
13851 `custom-enabled-themes' with `push' because there is no
13852 setf-method for `delq'.
13853
13854 2005-07-11 Richard M. Stallman <rms@gnu.org>
13855
13856 * custom.el (custom-declare-variable): Doc fix.
13857
13858 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13859 from the alists.
13860
13861 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13862 Do nothing if edebug-active.
13863
13864 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13865 (edebug-display): Do it here instead.
13866
13867 2005-07-10 Richard M. Stallman <rms@gnu.org>
13868
13869 * cus-face.el (custom-theme-set-faces): Make it work.
13870 (custom-reset-faces): Doc fix.
13871 (custom-theme-reset-internal-face, custom-theme-face-value):
13872 Functions deleted.
13873
13874 * custom.el (custom-push-theme): Maintain list of the settings
13875 of a given theme in its theme-settings property.
13876 Maintain position of old settings in the theme-value
13877 or theme-face property.
13878 (custom-enabled-themes): New variable.
13879 (custom-theme-enabled-p): New function.
13880 (provide-theme): Update custom-enabled-themes.
13881 Disable and reenable the `user' theme.
13882 (require-theme): Doc fix.
13883 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13884 (custom-theme-value, custom-theme-variable-value): Likewise.
13885 (custom-theme-reset-internal): Likewise.
13886 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13887 (custom-enable-theme, custom-disable-theme): New functions.
13888 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13889 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13890 (custom-theme-reset-variables): Simplify.
13891 (deftheme, custom-declare-theme, custom-make-theme-feature):
13892 Definitions moved.
13893
13894 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13895
13896 * longlines.el (longlines-show-region)
13897 (longlines-unshow-hard-newlines): Recognize hard newlines by
13898 non-nil hard property, instead of t.
13899
13900 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13901
13902 * viper-cmd.el (viper--key-maps): New variable.
13903 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13904 emulation-mode-map-alists.
13905 (viper-envelop-ESC-key): Use viper-subseq.
13906 (viper-search-forward/backward/next): Disable debug-on-error.
13907
13908 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13909 (viper-ESC-key): New defcustoms.
13910
13911 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13912
13913 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13914 (viper-subseq): Copy of subseq from cl.el.
13915
13916 * viper.el (viper-go-away, viper-set-hooks): Use
13917 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13918
13919 * viper-mous.el (viper-current-frame-saved): Use defvar.
13920
13921 * viper-init.el: Get rid of -face in face names.
13922
13923 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13924 Make it work with longlines mode
13925
13926 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13927
13928 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13929
13930 * ediff-init.el: Get rid of -face in face names.
13931
13932 2005-07-10 Richard M. Stallman <rms@gnu.org>
13933
13934 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13935 and with-timeout-unsuspend.
13936
13937 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13938 and with-timeout-unsuspend.
13939
13940 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13941 (with-timeout): Bind that variable to record timers.
13942 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13943
13944 * emacs-lisp/debug.el (debug-help-follow): New function.
13945 (debugger-mode-map): Use that instead of help-follow.
13946 (debugger-setup-buffer): Use eval-buffer-list
13947 to handle eval-buffer frames.
13948
13949 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13950
13951 * timezone.el (timezone-parse-date): Change first regexp
13952 so it will not mistakenly match dates with no time zone.
13953
13954 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13955
13956 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13957
13958 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13959
13960 * custom.el (custom-initialize-safe-set)
13961 (custom-initialize-safe-default): New functions.
13962
13963 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13964 and simplify :init-value.
13965
13966 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13967 and simplify :init-value. Delete obsolete comment.
13968
13969 * startup.el (command-line): Use `custom-reevaluate-setting' to
13970 handle `tooltip-mode'. Delete obsolete comment.
13971
13972 * files.el (set-visited-file-name): Avoid calling
13973 `file-name-nondirectory' with a nil argument.
13974
13975 2005-07-09 Richard M. Stallman <rms@gnu.org>
13976
13977 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13978 was called with nil for the buffer, handle the read position right.
13979 Handle read position for eval-region, too.
13980
13981 2005-07-09 Juri Linkov <juri@jurta.org>
13982
13983 * fringe.el (fringe-mode): Add period in docstring.
13984 (fringe-query-style): Build prompt depending on `all-frames' arg.
13985
13986 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13987 to not create links to unrelated functions in the Help buffer.
13988
13989 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13990 Doc fix.
13991
13992 * simple.el (next-error-hook): New variable.
13993 (next-error): Use it. Doc fix.
13994
13995 * textmodes/ispell.el (ispell-command-loop): Add current
13996 dictionary name and program name to mode-line-format.
13997 (ispell-region, ispell-process-line): Add current dictionary name
13998 and program name to messages.
13999
14000 2005-07-08 Jay Belanger <belanger@truman.edu>
14001
14002 * calc/calc.el (calc-embedded-announce-formula-alist)
14003 (calc-embedded-open-close-formula-alist)
14004 (calc-embedded-open-close-word-alist)
14005 (calc-embedded-open-close-plain-alist)
14006 (calc-embedded-open-close-new-formula-alist)
14007 (calc-embedded-open-close-mode-alist)
14008 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14009 (calc-embedded-mode-hook): New variables.
14010
14011 * calc/calc-embed.el (calc-embedded-firsttime)
14012 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14013 New variables.
14014 (calc-do-embedded): Use calc-embedded-firsttime,
14015 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14016 determine whether or not to run hooks.
14017 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14018 calc-embedded-firsttime-formula appropriately.
14019 Set calc-embedded delimiter variables according to mode.
14020
14021 2005-07-08 Richard M. Stallman <rms@gnu.org>
14022
14023 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14024 Check for "emacs", etc., as entire symbol, not just as word.
14025 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14026
14027 * files.el (set-visited-file-name): Report the error
14028 for "empty filename" earlier.
14029 (kill-some-buffers): Ignore buffers already dead.
14030
14031 * fringe.el (fringe-mode): Doc fix.
14032
14033 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14034 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14035 Use unwind-protect to ensure byte-compile-unresolved-functions
14036 is updated.
14037
14038 * whitespace.el (whitespace-buffer-leading-cleanup):
14039 Simplify w/ skip-chars-forward.
14040 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14041
14042 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14043 Unconditionally try to leave point at the same old place.
14044
14045 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14046
14047 * comint.el (comint-postoutput-scroll-to-bottom)
14048 (comint-show-maximum-output): Take scroll-margin into consideration.
14049
14050 2005-07-08 Kim F. Storm <storm@cua.dk>
14051
14052 * ido.el (ido-use-filename-at-point): New choice `guess'.
14053 (ido-file-internal): Try ffap-guesser if selected.
14054
14055 * ido.el (ido-before-fallback-functions): New hook.
14056 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14057 (ido-read-file-name): Run it.
14058
14059 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14062 strings rather than a list of symbols to the completion function.
14063
14064 2005-07-07 Jay Belanger <belanger@truman.edu>
14065
14066 * calc/calc-units.el (math-apply-units): Change the places in
14067 which units are simplified.
14068
14069 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14070
14071 * cus-edit.el (customize-option, customize-option-other-window):
14072 Make them handle aliases.
14073
14074 * custom.el (custom-variable-p): Make it recursively follow
14075 aliases. Mention that in the docstring.
14076
14077 2005-07-07 Richard M. Stallman <rms@gnu.org>
14078
14079 * cus-start.el (exec-path): Use `directory' instead of `file'.
14080 Fix tag for nil.
14081
14082 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14083
14084 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14085 when called non-interactively. Doc fix.
14086
14087 2005-07-07 Lute Kamstra <lute@gnu.org>
14088
14089 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14090 new address as well.
14091
14092 2005-07-07 Kenichi Handa <handa@m17n.org>
14093
14094 * international/mule.el (make-coding-system):
14095 Describe `ascii-incompatible' property in the docstring.
14096 (set-file-name-coding-system): Signal an error if coding-system is
14097 ascii-incompatible.
14098 (set-keyboard-coding-system): Likewise.
14099
14100 * international/mule-cmds.el (set-default-coding-systems):
14101 Don't set default-file-name-coding-system and
14102 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14103
14104 * international/utf-16.el: Declare that all UTF-16-based coding
14105 systems are ASCII-incompatible.
14106
14107 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14108
14109 * progmodes/gud.el: Require font-lock for displaying errors.
14110 Used by gdb-ui.el.
14111
14112 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14115 values for the pattern lists which are `read'able but not
14116 `append'able (like symbols).
14117
14118 2005-07-06 Richard M. Stallman <rms@gnu.org>
14119
14120 * progmodes/flymake.el (flymake-float-time): Instead of
14121 with-no-warnings, test for xemacs.
14122 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14123 to avoid warning.
14124
14125 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14126
14127 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14128
14129 2005-07-05 Lute Kamstra <lute@gnu.org>
14130
14131 * battery.el: Add support for Darwin (with much debugging help
14132 from Samuel Lauber <sam124@operamail.com>).
14133 (battery-status-function, battery-echo-area-format)
14134 (battery-mode-line-format): Add support for pmset on Darwin.
14135 (battery-load-low, battery-load-critical): New user options.
14136 (battery-pmset): New function.
14137
14138 2005-07-05 Lute Kamstra <lute@gnu.org>
14139
14140 Update FSF's address in GPL notices.
14141
14142 * textmodes/page-ext.el: Update FSF's address.
14143
14144 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14147 filling from using prefix when filling a single-line docstring.
14148
14149 * progmodes/flymake.el: Remove useless eval-when-compile.
14150
14151 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14152
14153 2005-07-04 Richard M. Stallman <rms@gnu.org>
14154
14155 * textmodes/org.el (org-file-apps-defaults-gnu):
14156 Rename from org-file-apps-defaults-linux.
14157 (org-default-apps): Don't test system-type for `linux'.
14158 (org-file-apps): Doc fix.
14159
14160 2005-07-04 David Ponce <david@dponce.com>
14161
14162 * tree-widget.el: Improve header Commentary section.
14163 (tree-widget) [defgroup]
14164 (tree-widget-image-enable, tree-widget-themes-directory)
14165 (tree-widget-theme, tree-widget-image-properties-emacs)
14166 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14167 (tree-widget-image-formats, tree-widget-control)
14168 (tree-widget-empty-control, tree-widget-leaf-control
14169 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14170 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14171 (tree-widget-keep, tree-widget-after-toggle-functions)
14172 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14173 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14174 :help-echo message.
14175 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14176 (tree-widget-image-properties): Doc fix. Clearer implementation.
14177 (tree-widget--cursors): New constant.
14178 (tree-widget-lookup-image): New function split from
14179 `tree-widget-find-image'. Clearer implementation.
14180 (tree-widget-find-image): Use it.
14181 (tree-widget-button-keymap): Use `set-keymap-parent'.
14182 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14183 Define the sub-widgets here.
14184 (tree-widget-node): Check that :node is not a tree-widget.
14185 (tree-widget-get-super, tree-widget-open-control)
14186 (tree-widget-close-control, tree-widget-empty-control)
14187 (tree-widget-leaf-control, tree-widget-guide)
14188 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14189 (tree-widget-no-handle, tree-widget-value-delete)
14190 (tree-widget-map): Remove.
14191 (tree-widget-children-value-save): Doc fix. Simplified.
14192 (tree-widget-value-create): Update according to previous changes.
14193
14194 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14195
14196 * textmodes/org.el: Leading space replaced by TABS.
14197 (org-recalc-marks, org-table-rotate-recalc-marks)
14198 (org-table-get-specials): Treat "^" and "_" marks.
14199 (org-table-justify-field-maybe): Optional argument NEW.
14200 (org-table-eval-formula): Parsing of the format simplified.
14201 New modes C,I. Honor the %= parameter in the current table.
14202 Avoid unnecessary re-align by using the NEW argument to
14203 `org-table-justify-field-maybe'.
14204 (org-calc-default-modes): Default for date-format mimicks org-mode.
14205 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14206
14207 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14208
14209 * cus-face.el (custom-theme-set-faces): Make it handle face
14210 aliases whose alias declarations are pre- or autoloaded.
14211
14212 2005-07-04 Juri Linkov <juri@jurta.org>
14213
14214 * faces.el (read-face-name): Put the code for getting a face name
14215 from the buffer before adding the faces from the `face' property.
14216 Use `completing-read-multiple' instead of `completing-read'.
14217 Require `crm'. Add default value and post-process the returned
14218 list of faces.
14219
14220 * emacs-lisp/crm.el (crm-find-current-element)
14221 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14222
14223 * emacs-lisp/lisp-mode.el (eval-defun-1):
14224 * emacs-lisp/edebug.el (edebug-eval-defun):
14225 Remove unnecessary quotes.
14226
14227 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14228
14229 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14230 (prolog-indent-level): Fix typo in docstring.
14231
14232 * info.el (Info-history, Info-history-forward)
14233 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14234
14235 * add-log.el (add-change-log-entry):
14236 * comint.el (comint-dynamic-list-input-ring)
14237 (comint-dynamic-list-completions):
14238 * dabbrev.el (dabbrev-expand):
14239 * delim-col.el (delimit-columns-rectangle-line):
14240 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14241 (diff-unified->context):
14242 * ediff-init.el (ediff-abbrev-jobname):
14243 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14244 (ediff-replace-session-activity-marker-in-meta-buffer):
14245 * info.el (Info-summary):
14246 * lpr.el (printify-region):
14247 * printing.el (pr-create-interface):
14248 * ps-print.el (ps-print-quote):
14249 * ses.el (ses-column-widths, ses-print-cell)
14250 (ses-adjust-print-width, ses-center):
14251 * shell.el (shell-file-name-quote-list):
14252 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14253 (strokes-fill-current-buffer-with-whitespace)
14254 (strokes-xpm-for-stroke, strokes-list-strokes)
14255 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14256 * term.el (term-dynamic-list-input-ring)
14257 (term-dynamic-list-completions):
14258 * calc/calc.el (math-format-stack-value):
14259 * emacs-lisp/edebug.el (edebug-display-freq-count):
14260 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14261 (delphi-new-comment-line):
14262 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14263 * progmodes/executable.el (executable-set-magic):
14264 * progmodes/python.el (inferior-python-mode):
14265 * progmodes/scheme.el (scheme-mode-syntax-table):
14266 * progmodes/sh-script.el (sh-maybe-here-document):
14267 * progmodes/sql.el (sql-copy-column):
14268 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14269 * textmodes/bibtex.el (bibtex-mode):
14270 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14271 (sgml-auto-attributes):
14272 * textmodes/table.el (table-insert, table-shorten-cell)
14273 (table--generate-source-scan-lines, table-delete-row)
14274 (*table--cell-delete-char, table--spacify-frame)
14275 (table--horizontally-shift-above-and-below)
14276 (table--cell-insert-char, table--cell-blank-str)
14277 (table--fill-region-strictly):
14278 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14279 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14280
14281 * add-log.el (change-log):
14282 * apropos.el (apropos):
14283 * comint.el (comint-completion, comint-source):
14284 * dabbrev.el (dabbrev):
14285 * delim-col.el (columns):
14286 * diff-mode.el (diff-mode):
14287 * ediff.el (ediff):
14288 * ediff-diff.el (ediff-diff):
14289 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14290 * ediff-mult.el (ediff-mult):
14291 * ediff-ptch.el (ediff-ptch):
14292 * ediff-wind.el (ediff-window):
14293 * facemenu.el (facemenu):
14294 * indent.el (indent):
14295 * info.el (info):
14296 * jka-cmpr-hook.el (compression, jka-compr):
14297 * lpr.el (lpr):
14298 * outline.el (outlines):
14299 * pcmpl-cvs.el (pcmpl-cvs):
14300 * pcmpl-rpm.el (pcmpl-rpm):
14301 * printing.el (printing):
14302 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14303 (ps-print-vertical, ps-print-headers, ps-print-font)
14304 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14305 (ps-print-background, ps-print-printer, ps-print-page)
14306 (ps-print-miscellany):
14307 * ses.el (ses):
14308 * shell.el (shell, shell-directories, shell-faces):
14309 * startup.el (initialization):
14310 * strokes.el (strokes):
14311 * term.el (term):
14312 * uniquify.el (uniquify):
14313 * w32-vars.el (w32):
14314 * calc/calc.el (calc):
14315 * emacs-lisp/bytecomp.el (bytecomp):
14316 * emacs-lisp/cl-indent.el (lisp-indent):
14317 * emacs-lisp/edebug.el (edebug):
14318 * emacs-lisp/elp.el (elp):
14319 * emacs-lisp/testcover.el (testcover):
14320 * emacs-lisp/trace.el (trace):
14321 * emulation/viper-ex.el (viper-ex):
14322 * emulation/viper-mous.el (viper-mouse):
14323 * mail/mailalias.el (mailalias):
14324 * mail/supercite.el (supercite, supercite-frames)
14325 (supercite-attr, supercite-cite, supercite-hooks):
14326 * net/rcompile.el (remote-compile):
14327 * net/rlogin.el (rlogin):
14328 * obsolete/ooutline.el (outlines):
14329 * progmodes/delphi.el (delphi):
14330 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14331 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14332 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14333 (ebnf-optimization):
14334 * progmodes/etags.el (etags):
14335 * progmodes/executable.el (executable):
14336 * progmodes/idlwave.el (idlwave):
14337 * progmodes/pascal.el (pascal):
14338 * progmodes/prolog.el (prolog):
14339 * progmodes/python.el (python):
14340 * progmodes/scheme.el (scheme):
14341 * progmodes/sh-script.el (sh, sh-script):
14342 * progmodes/sql.el (SQL):
14343 * progmodes/tcl.el (tcl):
14344 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14345 * textmodes/enriched.el (enriched):
14346 * textmodes/makeinfo.el (makeinfo):
14347 * textmodes/sgml-mode.el (sgml):
14348 * textmodes/table.el (table-hooks):
14349 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14350 * textmodes/texinfo.el (texinfo):
14351 * textmodes/two-column.el (two-column):
14352 Finish `defgroup' description with period.
14353
14354 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14355 * eshell/esh-var.el (eshell-var):
14356 * progmodes/vhdl-mode.el (vhdl-testbench):
14357 * textmodes/org.el (org): Fix typos in docstrings.
14358
14359 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14360 consistency.
14361
14362 * progmodes/flymake.el (flymake-find-file): Remove.
14363 (flymake-float-time): Use `with-no-warnings'.
14364 (flymake-check-start-time, flymake-check-was-interrupted)
14365 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14366 (flymake-new-err-info): `defvar' at compile time.
14367
14368 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14369
14370 * replace.el (occur-hook): Doc fix.
14371 (occur-1): Don't call `occur-hook' if there are no matches.
14372
14373 2005-07-03 Richard M. Stallman <rms@gnu.org>
14374
14375 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14376 global-map, save the same map.
14377 (global-map): Don't alter it at top level.
14378 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14379 Then alter it here instead.
14380 (tpu-edt-off): Set global-map to the saved one.
14381
14382 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14383 All references simplified.
14384 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14385 (zmacs-regions): Add defvar.
14386 (repeat-complex-command-map): Everything about that deleted.
14387
14388 * textmodes/artist.el (artist-key-is-drawing)
14389 (artist-key-endpoint1, artist-key-poly-point-list)
14390 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14391 (artist-key-compl-table, artist-rb-save-data)
14392 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14393 Don't put them in eval-when-compile.
14394 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14395
14396 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14397 Use with-no-warnings.
14398
14399 * net/browse-url.el (dos-windows-version): Add defvar.
14400
14401 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14402
14403 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14404 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14405 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14406 Add defvar.
14407 (rmail-summary-beginning-of-message): Use with-no-warnings.
14408 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14409
14410 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14411 Use with-no-warnings.
14412
14413 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14414 (c-mark-function): Add point-moving-unit property.
14415 (vi-goto-line): Use with-no-warnings.
14416
14417 * emulation/edt.el (edt-last-copied-word): Add defvar.
14418 (zmacs-region-stays): Likewise.
14419 (edt-mark-section-wisely): Use c-mark-function for C.
14420 Use makr-defun for Fortran.
14421 (time-string): defvar deleted.
14422 (edt-display-the-time): Don't set time-string.
14423
14424 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14425
14426 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14427 Don't warn when name is not constant
14428 or for defining the group `emacs'.
14429
14430 * tooltip.el (gud-tooltip-mode): Add defvar.
14431
14432 * startup.el (default-frame-background-mode): Add defvar.
14433
14434 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14435
14436 * info.el (tool-bar-map): Add defvar.
14437
14438 * dired.el (dnd-protocol-alist): Add defvar.
14439
14440 * dired-aux.el (dired-query): Display question with answer, when
14441 the user answers.
14442
14443 * custom.el (custom-add-option): Doc fix.
14444
14445 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14446
14447 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14448
14449 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14450 bogus name from the last change.
14451
14452 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14453
14454 * custom.el (custom-declare-variable): Fix typos in comment.
14455 (custom-known-themes): Doc fix.
14456 (custom-theme-directory): New defcustom.
14457 (require-theme): Make it check `custom-theme-directory'.
14458
14459 * cus-theme.el (custom-new-theme-mode): New function.
14460 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14461 (custom-theme-description): Add compiler defvars.
14462 (customize-create-theme): Add doc to the "*New Custom Theme*"
14463 buffer. Use `custom-new-theme-mode'.
14464 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14465 and save it to the `custom-theme-directory'. Make this the
14466 default directory of the buffer.
14467
14468 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14469
14470 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14471 Fix unbalanced parentheses.
14472
14473 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14476 into flymake-mode and delegate to flymake-mode.
14477
14478 * find-file.el (ff-which-function-are-we-in): Clean up.
14479
14480 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14481
14482 * replace.el (occur-rename-buffer): Fix docstring.
14483
14484 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14485 (edt-last-copied-word, edt-learn-macro-count)
14486 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14487 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14488 (time-string, zmacs-region-stays):
14489 * emulation/edt-mapper.el (edt-save-function-key-map)
14490 (EDT-key-name): `defvar' to silence the byte-compiler.
14491
14492 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14493
14494 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14495 font-lock-regexp-backslash. Doc fix.
14496 (font-lock-regexp-backslash-grouping-construct): Rename from
14497 font-lock-regexp-backslash-construct. Doc fix.
14498 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14499 grouping constructs.
14500
14501 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14502
14503 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14504 updating all the prerequisites.
14505
14506 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14507
14508 * textmodes/org.el (org-agenda-start-on-weekday)
14509 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14510 (org-agenda-use-time-grid, org-archive-location)
14511 (org-allow-space-in-links, org-usenet-links-prefer-google)
14512 (org-enable-table-editor, org-export-default-language)
14513 (org-export-html-show-new-buffer, org-fill-paragraph)
14514 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14515 (org-goto-quit, org-occur, org-eval-in-calendar)
14516 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14517 (org-agenda-diary-entry, org-remember-help)
14518 (org-table-convert-region, org-at-table-p)
14519 (org-table-move-row-down, org-table-move-row-up)
14520 (org-table-copy-region, org-table-toggle-vline-visibility)
14521 (org-table-get-stored-formulas, org-table-get-specials)
14522 (org-recalc-commands, org-table-eval-formula)
14523 (org-table-formula-substitute-names, orgtbl-make-binding)
14524 (org-format-org-table-html, org-format-table-table-html)
14525 (org-format-table-table-html-using-table-generate-source)
14526 (org-customize): Fix typos in docstrings.
14527 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14528 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14529 (org-back-to-heading): Doc fixes.
14530 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14531 (org-agenda-change-all-lines, org-get-header):
14532 Improve argument/docstring consistency.
14533 (orgtbl-error): Fix error message.
14534
14535 * progmodes/flymake.el (flymake-find-possible-master-files)
14536 (flymake-master-file-compare, flymake-get-line-err-count)
14537 (flymake-highlight-line, flymake-gui-warnings-enabled):
14538 Fix typos in docstrings.
14539 (flymake-parse-line, flymake-get-project-include-dirs-function)
14540 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14541 Doc fixes.
14542 (flymake-get-project-include-dirs-function)
14543 (flymake-make-err-menu-data):
14544 Improve argument/docstring consistency.
14545
14546 2005-07-01 Lute Kamstra <lute@gnu.org>
14547
14548 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14549 Catch errors with ignore-errors. Use temporary buffer.
14550 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14551
14552 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14553 background color faces.
14554 (facemenu-set-foreground, facemenu-set-background):
14555 Use facemenu-set-face-from-menu.
14556 (facemenu-set-face-from-menu): Treat face names that start with
14557 "fg:" or "bg:" as special.
14558 (facemenu-add-new-color): Don't create faces. Simplify.
14559
14560 2005-06-30 Richard M. Stallman <rms@gnu.org>
14561
14562 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14563 (crm-find-current-element): Likewise.
14564
14565 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14566
14567 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14568
14569 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14572 (archive-mouse-extract): Make it an obsolete alias.
14573 (archive-mode-map): Don't use archive-mouse-extract any more.
14574 (archive-mode, archive-extract): write-contents-hooks ->
14575 write-contents-functions.
14576 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14577 first arg.
14578 (archive-rename-entry): Update the call.
14579 (archive-zip-summarize): Remove unused var `method'.
14580 (archive-lzh-summarize): Remove unused var `creator'.
14581
14582 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14583 dedicated frame upon exit.
14584
14585 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14586 (archive-zip-extract, archive-zip-expunge)
14587 (archive-zip-update, archive-zip-update-case): Use executable-find.
14588 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14589 Use restore-buffer-modified-p.
14590 (archive-extract, archive-add-new-member, archive-write-file-member):
14591 Use with-current-buffer.
14592 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14593
14594 2005-06-30 Andreas Schwab <schwab@suse.de>
14595
14596 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14597
14598 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14599
14600 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14601
14602 2005-06-30 Juri Linkov <juri@jurta.org>
14603
14604 * faces.el (vertical-border): Inherit from mode-line-inactive
14605 only on tty.
14606
14607 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14608
14609 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14610 example, -NLINES in the `occur' docstring).
14611
14612 * replace.el (occur-1): When no matches are found, do not set the
14613 `buffer-read-only' and modified flags for the occur buffer,
14614 because it is deleted.
14615
14616 * emulation/cua-base.el (cua-check-pending-input)
14617 (cua-repeat-replace-region, cua-mode, cua-debug)
14618 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14619 Fix typos in docstrings.
14620
14621 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14622 (cua-cut-region-to-global-mark)
14623 (cua--cut-rectangle-to-global-mark):
14624 Remove period from end of messages.
14625
14626 * emulation/cua-rect.el (cua-do-rectangle-padding):
14627 Remove period from end of messages.
14628 (cua--rectangle-seq-format): Fix typo in docstring.
14629 (cua-sequence-rectangle, cua-fill-char-rectangle):
14630 Improve argument/docstring consistency.
14631
14632 2005-06-29 Juri Linkov <juri@jurta.org>
14633
14634 * faces.el (default-frame-background-mode): New internal variable.
14635 (frame-set-background-mode): Use it.
14636
14637 * startup.el (normal-top-level): Set default-frame-background-mode
14638 instead of frame-background-mode. Before setting it, test for its
14639 nil value. Remove tests for frame-background-mode and frame
14640 parameter `reverse'. Add test for "unspecified-fg".
14641
14642 * term/xterm.el (xterm-rxvt-set-background-mode):
14643 * term/rxvt.el (rxvt-set-background-mode):
14644 Set default-frame-background-mode instead of frame-background-mode.
14645
14646 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * simple.el (set-variable): Warn about obsolete user variables.
14649
14650 * imenu.el (imenu--completion-buffer):
14651 * mouse.el (mouse-buffer-menu-alist):
14652 * msb.el (msb-invisible-buffer-p):
14653 * calendar/diary-lib.el (diary-header-line-format):
14654 * emacs-lisp/pp.el (pp-buffer):
14655 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14656 * textmodes/picture.el (picture-replace-match):
14657 Change space constants followed by a sexp to "?\s ".
14658
14659 * play/decipher.el (decipher-loop-with-breaks):
14660 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14661 constants "protected" from end of line by a comment to "?\s".
14662
14663 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * font-lock.el (save-buffer-state): Use `declare'.
14666
14667 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14668 reset the syntax-table to cperl-mode-syntax-table.
14669 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14670 "foo_print_bar" is not matched as a reserved keyword.
14671
14672 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14673
14674 * textmodes/org.el (orgtbl-setup): New function, for delayed
14675 setup for the orgtbl commands.
14676 (org-calc-default-modes): New option.
14677 (orgtbl-make-binding): Use `defun' to get better help display.
14678 (org-diary): Call `org-compile-prefix-format'.
14679 (org-table-formula-substitute-names): New function.
14680 (org-agenda-day-view, org-agenda-week-view): New commands.
14681 (org-agenda-toggle-week-view): Command removed.
14682 (org-tbl-menu): Split off from org-org-menu.
14683 (org-mode): Move removal of outline-mode menus to here.
14684 (org-table-formula-debug): New option.
14685 (org-table-insert-row): Keep first field if just "#" or "*".
14686 (org-mode): Paragraph regexps fixed.
14687 (org-table-recalculate-regexp): New constant.
14688 (org-table-justify-field-maybe): Avoid replace if not necessary.
14689 (org-copy-special, org-cut-special): Use `call-interactively'.
14690 (org-table-copy-region): Take region from `interactive' call.
14691 (org-trim): Return string even if no match.
14692 (org-formula): New face.
14693 (org-set-font-lock-defaults): No longer highlight "FIXME".
14694 But highlight formula-related fields in table.
14695 (org-table-p): Use regexp, not fontification.
14696 (org-table-align): Handle white space at end of line.
14697 (org-table-formula-evaluate-inline): New option.
14698 (org-mode): Auto-wrapping in comment lines turned off.
14699 (org-table-copy-down): Evaluate only in copied field, not in
14700 destination.
14701 (org-table-current-formula): Variable removed.
14702 (org-table-store-formulas, org-table-get-stored-formulas)
14703 (org-table-modify-formulas, org-table-replace-in-formulas)
14704 (org-table-maybe-eval-formula): New functions.
14705 (org-table-get-formula): Modify to use stored formulas.
14706 (org-table-insert-column, org-table-delete-column)
14707 (org-table-move-column): Call `org-table-modify-formulas'.
14708 (org-complete): Add completion for keyword formulas.
14709 (orgtbl-mode): Pull orgtbl-mode-map to start of
14710 minor-mode-map-alist.
14711
14712 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * progmodes/python.el (python-check): Require `compile' before
14715 modifying its variables.
14716
14717 * newcomment.el (comment-indent-default): Don't get fooled by an early
14718 end of buffer.
14719
14720 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14721
14722 * ps-print.el (ps-print-version): Fix version number.
14723
14724 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14725
14726 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14727
14728 2005-06-28 Richard M. Stallman <rms@gnu.org>
14729
14730 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14731 (flyspell-local-mouse-map): Declaration deleted.
14732 (flyspell-mouse-map): Bind only mouse-2.
14733 (flyspell-mode-map): Don't test flyspell-use-local-map.
14734 (flyspell-overlay-keymap-property-name): Var deleted.
14735 (flyspell-mode-on): Don't make local bindings for
14736 flyspell-mouse-map and flyspell-mode-map.
14737 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14738
14739 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14740
14741 * progmodes/compile.el (compilation-next-error-function):
14742 Don't switch buffers; operate on the current buffer.
14743
14744 * progmodes/compile.el (compilation-error-file-name)
14745 (compilation-warning-file-name, compilation-info-file-name)
14746 (compilation-line-number, compilation-column-number): New faces.
14747 (compilation-error-face, compilation-warning-face)
14748 (compilation-info-face, compilation-line-face)
14749 (compilation-column-face): Use them.
14750
14751 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14752
14753 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14754
14755 * bindings.el (global-map): Bind insertchar and its variants.
14756
14757 2005-06-27 Richard M. Stallman <rms@gnu.org>
14758
14759 * textmodes/artist.el (artist-text-overwrite)
14760 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14761
14762 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14763
14764 * ps-print.el: It was not working the page selection for printing.
14765 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14766 (ps-print-version): New version 6.6.7.
14767 (ps-end-sheet): New fun.
14768 (ps-header-sheet, ps-end-job): Call it.
14769
14770 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14771
14772 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14773
14774 2005-06-27 Lute Kamstra <lute@gnu.org>
14775
14776 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14777 background color faces.
14778 (facemenu-get-face): Delete function.
14779 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14780 (facemenu-add-new-color): Make second argument mandatory.
14781 Create the appropriate face and return it. Simplify.
14782 (facemenu-set-foreground, facemenu-set-background): Don't check if
14783 color is defined. Use return value of facemenu-add-new-color.
14784
14785 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14786
14787 * progmodes/gud.el (gud-filter): Add missing argument to
14788 with-selected-window.
14789
14790 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14793 a :require to the defcustom.
14794
14795 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14796 defcustoms corresponding to minor modes.
14797
14798 2005-06-26 David Ponce <david@dponce.com>
14799
14800 * recentf.el: Require tree-widget instead of wid-edit.
14801 (recentf-filename-handler): Fix widget :type.
14802 (recentf-cancel-dialog, recentf-open-more-files)
14803 (recentf-open-files-action): Doc fix.
14804 (recentf-dialog-goto-first): New function.
14805 (recentf-dialog-mode-map): Set parent keymap first.
14806 (recentf-dialog-mode): Define with define-derived-mode.
14807 Don't display continuation lines in dialogs.
14808 (recentf-edit-list): Rename from recentf-edit-selected-items.
14809 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14810 Simplify.
14811 (recentf-edit-list-validate): New function.
14812 (recentf-edit-list): Update accordingly.
14813 (recentf-open-files-item-shift): Remove.
14814 (recentf-open-files-item): Convert menu elements into tree and
14815 link widgets. Don't create the widgets.
14816 (recentf-open-files): Update accordingly.
14817 (recentf-save-list): Untabify.
14818
14819 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14820
14821 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14822 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14823 partially contained in the active region. Do not take active
14824 region into account when called from Lisp, unless INTERACTIVE arg
14825 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14826 avoid trouble with fields. Make marker point nowhere when no
14827 longer used. Always return nil. Doc fix.
14828 (flush-lines): Add INTERACTIVE arg. Do not take active region
14829 into account when called from Lisp, unless INTERACTIVE arg is
14830 non-nil. Use `forward-line' instead of `beginning-of-line' to
14831 avoid trouble with fields. Make marker point nowhere when no
14832 longer used. Always return nil. Doc fix.
14833 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14834 interchangeable. Do not take active region into account when
14835 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14836 message in echo area when called from Lisp, unless INTERACTIVE arg
14837 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14838 Return the number of matches. Doc fix.
14839 (occur): Doc fix.
14840 (perform-replace): Make comment follow double space convention for
14841 the sake of `outline-minor-mode'.
14842
14843 * faces.el (facep): Doc fix.
14844
14845 2005-06-25 Richard M. Stallman <rms@gnu.org>
14846
14847 * facemenu.el (facemenu-enable-faces-p): New function.
14848 (facemenu-background-menu, facemenu-foreground-menu)
14849 (facemenu-face-menu): Add menu-enable property.
14850
14851 * jka-compr.el (jka-compr-insert-file-contents):
14852 Special handling if cannot find the uncompression program.
14853
14854 * cus-face.el (custom-face-attributes): Add autoload.
14855
14856 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14857 Bind comment-indent-function locally.
14858
14859 * window.el (save-selected-window): Use save-current-buffer.
14860
14861 * subr.el (with-selected-window): Use save-current-buffer.
14862
14863 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14864 and with-current-buffer.
14865
14866 2005-06-24 Richard M. Stallman <rms@gnu.org>
14867
14868 * simple.el (line-move-1): Fix previous change.
14869
14870 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14871
14872 * replace.el (occur-1): Set `buffer-read-only' and the
14873 buffer-modified flag before running `occur-hook' to protect
14874 against unintentional buffer switches that can lead to data loss.
14875
14876 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14877
14878 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14879 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14880 initial error.
14881
14882 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14883 after fresh input.
14884 (gdb-var-create-handler): Put name of expression in quotes.
14885
14886 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14887
14888 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14889 elements of RING in order, and without bogus nil elements.
14890
14891 2005-06-23 Richard M. Stallman <rms@gnu.org>
14892
14893 * simple.el (set-variable): Args renamed; doc fix.
14894 (line-move-1): When there are overlays around, use vertical-motion.
14895
14896 * faces.el (escape-glyph): Use brown against light background.
14897 (nobreak-space): Rename from no-break-space.
14898 Fix previous change.
14899
14900 * dired-aux.el (dired-do-copy): Fix arg prompt.
14901
14902 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14903
14904 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14905
14906 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14907 rather than "Distributor".
14908
14909 2005-06-23 Lute Kamstra <lute@gnu.org>
14910
14911 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14912 (debug-on-entry): Use it. New interactive declaration that uses
14913 function-called-at-point.
14914
14915 2005-06-23 Kim F. Storm <storm@cua.dk>
14916
14917 * subr.el (save-match-data): Add comment about using evaporate arg
14918 to set-match-data.
14919
14920 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14921
14922 * cus-edit.el (customize-face)
14923 (customize-face-other-window): Handle face aliases.
14924
14925 * faces.el (face-documentation, set-face-attribute)
14926 (face-spec-set): Handle face aliases.
14927
14928 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14929
14930 * help-mode.el (help-make-xrefs): If a symbol representing a face
14931 name is not followed by the word "face", it could still be a
14932 function or variable name, so don't bypass other checks.
14933
14934 2005-06-22 Juri Linkov <juri@jurta.org>
14935
14936 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14937 Replace aliased functions with calls where second arg `inherit' is t.
14938
14939 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14940
14941 * progmodes/gdb-ui.el (gdb-error): New variable.
14942 (gdb-error): New function.
14943 (gdb-annotation-rules): Act on error-begin and error annotations.
14944 (gdb-concat-output): Use font-lock-warning-face for errors.
14945
14946 2005-06-22 Miles Bader <miles@gnu.org>
14947
14948 * bindings.el (propertized-buffer-identification): Use renamed
14949 `Buffer-menu-buffer' face.
14950
14951 * faces.el (vertical-border): Rename from `vertical-divider'.
14952 (escape-glyph): Change dark-background color back to `cyan'.
14953
14954 2005-06-21 Juri Linkov <juri@jurta.org>
14955
14956 * faces.el (face-user-default-spec): Try getting `customized-face'
14957 prior to `saved-face'.
14958 (frame-background-mode): Refill docstring.
14959
14960 * emacs-lisp/lisp-mode.el (eval-defun-1):
14961 * emacs-lisp/edebug.el (edebug-eval-defun):
14962 Set `saved-face' temporarily to nil before calling form.
14963 Set `customized-face' to the new spec after that.
14964
14965 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14966
14967 * subr.el (1value, lambda, key-substitution-in-progress):
14968 Doc fixes.
14969
14970 * autoinsert.el (auto-insert-alist):
14971 * ses.el (ses-call-printer):
14972 * subr.el (noreturn):
14973 * emacs-lisp/lisp.el (check-parens):
14974 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14975 * net/browse-url.el (browse-url-mosaic):
14976 * progmodes/cc-defs.el (c-safe-scan-lists):
14977 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14978 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14979 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14980 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14981 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14982 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14983
14984 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14985
14986 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14987
14988 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14989
14990 * calendar/appt.el (appt-make-list): Activate the package, if
14991 not already active (for backwards compatibility).
14992
14993 2005-06-20 Kim F. Storm <storm@cua.dk>
14994
14995 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14996
14997 2005-06-20 Miles Bader <miles@gnu.org>
14998
14999 * faces.el (vertical-divider): New face.
15000
15001 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15002
15003 * simple.el (kill-whole-line): Doc fix.
15004 (next-error-buffer-p, next-error-find-buffer)
15005 (clone-indirect-buffer): Fix typos in docstrings.
15006 (comment-line-break-function): Doc fix: don't say variable
15007 is automatically buffer-local (it isn't).
15008
15009 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15010
15011 * net/tramp-ftp.el (top):
15012 * net/tramp-smb.el (top):
15013 * net/tramp-util.el (top):
15014 * net/tramp-uu.el (top):
15015 * net/tramp-vc.el (top):
15016 * net/tramp.el (top): Revert copyright years back to original
15017 ones. Tramp has a life outside GNU Emacs.
15018
15019 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15020
15021 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15022
15023 2005-06-18 Juri Linkov <juri@jurta.org>
15024
15025 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15026 end of first regexp to limit the match to the position between
15027 line number and source line with same separator character as used
15028 between file name and line number. In the second regexp limit
15029 mouse-face area to file name and line number by adding new group
15030 for them and referring it in HYPERLINK arg.
15031 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15032 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15033 previous line where grep markers may be already removed.
15034
15035 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15036
15037 * progmodes/ps-mode.el: Update version and maintainer's email address.
15038
15039 2005-06-18 Steve Youngs <steve@xemacs.org>
15040
15041 * net/browse-url.el (browse-url-browser-function)
15042 (browse-url-default-browser): Add firefox.
15043 (browse-url-firefox-program, browse-url-firefox-arguments)
15044 (browse-url-firefox-startup-arguments)
15045 (browse-url-firefox-new-window-is-tab): New defcustoms.
15046 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15047
15048 2005-06-17 Richard M. Stallman <rms@gnu.org>
15049
15050 * startup.el (command-line): Warn if specified user name has
15051 no home directory.
15052
15053 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15054 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15055
15056 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15057 Doc fixes.
15058
15059 * faces.el (underline): Try bold if terminal doesn't support underline.
15060
15061 * mail/sendmail.el (mail-setup-with-from): New variable.
15062 (mail-insert-from-field): New function.
15063 (sendmail-send-it): Call it.
15064 (mail-setup): Optionally call it here.
15065
15066 * term/linux.el: Call tty-no-underline.
15067
15068 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15069
15070 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15071
15072 2005-06-17 Miles Bader <miles@gnu.org>
15073
15074 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15075 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15076 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15077 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15078 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15079 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15080 Remove "-face" suffix from face names.
15081 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15082 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15083 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15084 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15085 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15086 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15087 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15088 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15089 New backward-compatibility aliases for renamed faces.
15090 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15091 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15092 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15093 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15094 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15095 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15096 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15097 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15098 Use renamed ediff faces.
15099
15100 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15101 Remove "-face" suffix from face names.
15102 (eshell-test-ok-face, eshell-test-failed-face):
15103 New backward-compatibility aliases for renamed faces.
15104 (eshell-run-test): Use renamed eshell-test faces.
15105
15106 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15107 face name.
15108 (eshell-prompt-face): New backward-compatibility alias for renamed
15109 face.
15110 (eshell-emit-prompt): Use renamed eshell-prompt face.
15111
15112 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15113 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15114 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15115 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15116 Remove "-face" suffix from face names.
15117 (eshell-ls-directory-face, eshell-ls-symlink-face)
15118 (eshell-ls-executable-face, eshell-ls-readonly-face)
15119 (eshell-ls-unreadable-face, eshell-ls-special-face)
15120 (eshell-ls-missing-face, eshell-ls-archive-face)
15121 (eshell-ls-backup-face, eshell-ls-product-face)
15122 (eshell-ls-clutter-face):
15123 New backward-compatibility aliases for renamed faces.
15124 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15125
15126 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15127 Remove "-face" suffix from face name.
15128 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15129 instead of literal face.
15130
15131 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15132
15133 * emacs-lisp/warnings.el (display-warning, lwarn)
15134 (warning-minimum-log-level): Doc fixes.
15135 (warning-minimum-level, warning-minimum-log-level):
15136 Add :debug to :type choices.
15137
15138 * progmodes/ada-mode.el (ada-format-paramlist)
15139 (ada-get-indent-case, ada-check-matching-start)
15140 (ada-check-defun-name, ada-goto-matching-decl-start)
15141 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15142 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15143 (ada-make-subprogram-body): Follow error conventions.
15144 (ada-case-exception-file, ada-indent-comment-as-code)
15145 (ada-indent-handle-comment-special, ada-indent-renames)
15146 (ada-indent-return, ada-search-directories-internal)
15147 (ada-tab-policy, ada-case-exception-substring)
15148 (ada-other-file-alist, ada-matching-start-re)
15149 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15150 (ada-imenu-generic-expression, ada-compile-goto-error)
15151 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15152 (ada-popup-menu, ada-add-extensions, ada-mode)
15153 (ada-region-selected, ada-create-case-exception)
15154 (ada-create-case-exception-substring, ada-after-keyword-p)
15155 (ada-activate-keys-for-case, ada-adjust-case-region)
15156 (ada-adjust-case-buffer, ada-format-paramlist)
15157 (ada-scan-paramlist, ada-insert-paramlist)
15158 (ada-indent-newline-indent)
15159 (ada-indent-newline-indent-conditional)
15160 (ada-justified-indent-current, ada-goto-previous-word)
15161 (ada-indent-current, ada-get-indent-open-paren)
15162 (ada-get-indent-paramlist, ada-get-indent-end)
15163 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15164 (ada-get-indent-block-start, ada-get-indent-subprog)
15165 (ada-get-indent-noindent, ada-get-indent-label)
15166 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15167 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15168 (ada-goto-stmt-end, ada-goto-next-word)
15169 (ada-check-matching-start, ada-check-defun-name)
15170 (ada-goto-matching-decl-start, ada-goto-matching-start)
15171 (ada-goto-matching-end, ada-search-ignore-string-comment)
15172 (ada-in-decl-p, ada-looking-at-semi-or)
15173 (ada-looking-at-semi-private, ada-in-paramlist-p)
15174 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15175 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15176 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15177 (ada-previous-package, ada-create-menu)
15178 (ada-fill-comment-paragraph-justify)
15179 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15180 (ada-other-file-name, ada-last-which-function-line)
15181 (ada-last-which-function-subprog, ada-which-function)
15182 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15183 (ada-gen-treat-proc, ada-check-emacs-version)
15184 (ada-continuation-indent, ada-align-region-separate):
15185 Fix typos in docstrings.
15186 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15187
15188 2005-06-16 Lute Kamstra <lute@gnu.org>
15189
15190 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15191 conditionally.
15192
15193 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15194
15195 * comint.el (comint-replace-by-expanded-filename)
15196 (comint-prompt-regexp, comint-delimiter-argument-list)
15197 (comint-preinput-scroll-to-bottom):
15198 * info.el (Info-hide-cookies-node):
15199 * ls-lisp.el (ls-lisp-classify):
15200 * find-file.el (ff-search-directories, ff-special-constructs)
15201 (ff-find-other-file):
15202 * font-lock.el (font-lock-keywords):
15203 * shell.el (shell-prompt-pattern)
15204 (shell-dynamic-complete-functions, shell-mode)
15205 (shell-delimiter-argument-list):
15206 * term.el (term-replace-by-expanded-filename)
15207 (term-prompt-regexp, term-delimiter-argument-list):
15208 * woman.el (woman-ignore, woman0-if):
15209 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15210 * emacs-lisp/elint.el (elint-init-env):
15211 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15212 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15213 * language/ethio-util.el (ethio-tilde-escape)
15214 (ethio-use-three-dot-question):
15215 * net/zone-mode.el (zone-mode-load-time-setup):
15216 * progmodes/cc-align.el (c-lineup-argcont):
15217 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15218 * progmodes/cperl-mode.el (cperl-set-style-back):
15219 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15220 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15221 Fix spellings in docstrings.
15222
15223 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15224 * progmodes/modula2.el (m2-for): Fix spellings.
15225
15226 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15227
15228 * simple.el (undo-more): Don't use `format' on `error' arguments.
15229 Improve argument/docstring consistency.
15230 (pending-undo-list): Doc fix.
15231
15232 * smerge-mode.el (smerge-ensure-match):
15233 * emulation/vip.el (vip-ex):
15234 * net/zone-mode.el (zone-mode-update-serial):
15235 * progmodes/idlwave.el (idlwave-complete):
15236 * progmodes/vhdl-mode.el (vhdl-visit-file)
15237 (vhdl-compose-wire-components):
15238 Don't use `format' on `error' arguments.
15239
15240 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15241 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15242 (tooltip-help-tips): Fix typos in docstrings.
15243
15244 2005-06-16 David Ponce <david@dponce.com>
15245
15246 * tree-widget.el (tree-widget-value-create): Simplify last change.
15247
15248 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15249
15250 * ido.el (ido-incomplete-regexp): New variable.
15251 (ido-set-matches-1): Handle invalid-regexp error and set
15252 ido-incomplete-regexp.
15253 (ido-incomplete-regexp): New face.
15254 (ido-completions): Use it.
15255 (ido-complete, ido-exit-minibuffer, ido-completions):
15256 Handle incomplete regexps.
15257 (ido-completions): Add check for complete match when entering a regexp.
15258
15259 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15262
15263 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15264
15265 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15266 by field delimiters.
15267
15268 2005-06-15 David Ponce <david@dponce.com>
15269
15270 * tree-widget.el: eval-and-compile inlined functions so they will
15271 be available at run-time too.
15272 (tree-widget-super-format-handler)
15273 (tree-widget-format-handler): Remove.
15274 (tree-widget-value-create): Handle the :indent property.
15275
15276 2005-06-15 Miles Bader <miles@gnu.org>
15277
15278 * progmodes/which-func.el (which-func): Only inherit
15279 `font-lock-function-name-face' when that makes sense against the
15280 default mode-line face, otherwise set the face color explicitly.
15281
15282 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15283 faces instead of (non-existent) variables.
15284
15285 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15288 (iswitchb-get-matched-buffers): Likewise. Simplify.
15289
15290 2005-06-14 Miles Bader <miles@gnu.org>
15291
15292 * progmodes/ld-script.el (ld-script-location-counter):
15293 Remove "-face" suffix from face name.
15294 (ld-script-location-counter-face):
15295 New backward-compatibility alias for renamed face.
15296 (ld-script-location-counter-face): Use renamed face.
15297
15298 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15299 (cperl-hash): Remove "-face" suffix from face names.
15300 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15301 New backward-compatibility aliases for renamed faces.
15302 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15303 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15304
15305 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15306 name.
15307 (which-func-face): New backward-compatibility alias for renamed face.
15308 (which-func-format): Use renamed which-func face.
15309
15310 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15311 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15312 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15313 names.
15314 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15315 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15316 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15317 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15318 (vhdl-speedbar-architecture-selected)
15319 (vhdl-speedbar-configuration-selected)
15320 (vhdl-speedbar-package-selected)
15321 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15322 names.
15323 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15324 Use renamed faces.
15325 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15326 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15327 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15328 Use renamed faces.
15329 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15330 names.
15331 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15332 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15333 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15334 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15335 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15336 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15337
15338 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15339 face name.
15340 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15341 (sh-heredoc-face): Use renamed sh-heredoc face.
15342
15343 * progmodes/idlw-help.el (idlwave-help-link):
15344 Remove "-face" suffix from face name.
15345 (idlwave-help-link-face):
15346 New backward-compatibility alias for renamed face.
15347 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15348
15349 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15350 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15351 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15352 New backward-compatibility aliases for renamed faces.
15353 (idlwave-shell-disabled-breakpoint-face)
15354 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15355
15356 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15357 Remove "-face" suffix from face names.
15358 (flymake-errline-face, flymake-warnline-face):
15359 New backward-compatibility aliases for renamed faces.
15360 (flymake-highlight-line): Use renamed flymake faces.
15361
15362 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15363 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15364 (ebrowse-member-class, ebrowse-progress):
15365 Remove "-face" suffix from face names.
15366 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15367 (ebrowse-file-name-face, ebrowse-default-face)
15368 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15369 (ebrowse-progress-face):
15370 New backward-compatibility aliases for renamed faces.
15371 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15372 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15373 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15374 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15375
15376 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15377 antlr-syntax)
15378 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15379 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15380 names.
15381 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15382 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15383 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15384 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15385 backward-compatibility aliases for renamed faces.
15386 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15387 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15388 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15389 remove "font-lock-". Use renamed antlr-mode faces.
15390 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15391 literal face-names with face variable references.
15392
15393 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15394 face name.
15395 (Buffer-menu-buffer-face): New backward-compatibility alias for
15396 renamed face.
15397 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15398
15399 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15400
15401 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15402 Eliminate "-face" suffix.
15403 (makefile-targets): Inherit from font-lock-function-name-face and
15404 eliminate "-face" suffix.
15405 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15406 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15407 actions, instead of prepending, to make it less visible.
15408 (makefile-previous-dependency, makefile-match-dependency):
15409 Don't match a target on a continuation line.
15410
15411 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15412
15413 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15414
15415 * progmodes/gdb-ui.el (menu): Re-order menu items.
15416 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15417
15418 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15419 Define in tooltip.el.
15420 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15421 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15422 gud-tooltip-echo-area.
15423
15424 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15425 backward compatibility and make obsolete.
15426 (tooltip-help-tips): Use tooltip-use-echo-area.
15427 (tooltip-show-help-function): Rename to...
15428 (tooltip-show-help): ...this, because it is a function.
15429 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15430
15431 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15432
15433 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15434 (edebug-print-length, edebug-print-level, edebug-print-circle)
15435 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15436 (edebug-eval-print-last-sexp): Doc fixes.
15437
15438 2005-06-14 Kim F. Storm <storm@cua.dk>
15439
15440 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15441 as the coverage buffer/file/both may change.
15442
15443 2005-06-14 Lute Kamstra <lute@gnu.org>
15444
15445 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15446 and run-mode-hooks. Simplify.
15447
15448 * mail/rmailedit.el (rmail-edit-mode):
15449 * progmodes/octave-inf.el (inferior-octave-mode):
15450 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15451
15452 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15453 and run-mode-hooks.
15454 (recentf-edit-list, recentf-open-files): Don't call
15455 kill-all-local-variables directly.
15456
15457 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15458
15459 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * emacs-lisp/byte-run.el (make-obsolete)
15462 (define-obsolete-function-alias): Rename arguments FUNCTION and
15463 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15464 (make-obsolete-variable, define-obsolete-variable-alias):
15465 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15466 respectively.
15467
15468 * isearchb.el (isearchb-activate):
15469 * pcvs.el (cvs-mode):
15470 * ses.el (ses-load):
15471 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15472 * net/tramp.el (tramp-find-file-exists-command)
15473 (tramp-find-shell):
15474 * progmodes/ada-mode.el (ada-create-case-exception)
15475 (ada-create-case-exception-substring, ada-make-subprogram-body):
15476 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15477 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15478 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15479 * textmodes/org.el (org-promote, org-evaluate-time-range)
15480 (org-agenda-next-date-line, org-agenda-previous-date-line)
15481 (org-agenda-error, org-open-at-point, org-table-move-row)
15482 (org-format-table-table-html-using-table-generate-source)
15483 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15484 * textmodes/reftex.el (reftex-access-scan-info):
15485 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15486 (reftex-toc-promote-prepare): Follow error conventions.
15487
15488 * diff-mode.el (diff-mode): Fix typo in docstring.
15489
15490 * forms.el (forms--intuit-from-file): Fix reference to
15491 `forms-number-of-fields' in error message.
15492 (forms-print): Fix quoting in error message.
15493
15494 * forms.el (forms-mode):
15495 * emulation/vi.el (vi-goto-insert-state):
15496 * progmodes/flymake.el (flymake-new-err-info)
15497 (flymake-start-syntax-check-for-current-buffer)
15498 (flymake-simple-cleanup):
15499 * eshell/esh-var.el (eshell/export):
15500 * progmodes/gud.el (xdb):
15501 * textmodes/flyspell.el (flyspell-incorrect-hook)
15502 (flyspell-maybe-correct-transposition)
15503 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15504
15505 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15506
15507 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15508 minibuffer prompt.
15509
15510 2005-06-13 Kim F. Storm <storm@cua.dk>
15511
15512 * subr.el (add-to-ordered-list): New defun.
15513
15514 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15515 add cua--keymap-alist to emulation-mode-map-alists.
15516
15517 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * subr.el (complete-in-turn): New macro.
15520 (dynamic-completion-table, lazy-completion-table): Add debug info.
15521
15522 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15523 in preference to face aliases.
15524
15525 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15526 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15527 Remove unused vars `start' and `firstline'.
15528 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15529 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15530
15531 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15532
15533 * cus-start.el (all): Don't complain about missing GTK-related
15534 variables, unless either `gtk' is boundp or this isn't a
15535 `windows-nt' build.
15536
15537 2005-06-13 Lute Kamstra <lute@gnu.org>
15538
15539 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15540 run-mode-hooks.
15541
15542 * ediff-mult.el (ediff-meta-mode):
15543 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15544
15545 * ledit.el (ledit-mode): Use delay-mode-hooks.
15546
15547 * woman.el (woman-mode-line-format): Delete constant.
15548 (woman-mode-map): Initialize it properly.
15549 (woman-mode): Set mode-class property to special.
15550 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15551 Set major-mode and mode-name. Don't set mode-line-format directly.
15552 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15553
15554 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15555 string argument obsolete.
15556
15557 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15558
15559 * textmodes/org.el (org-CUA-compatible): New option.
15560 (org-disputed-keys): New variable.
15561 (org-key): New function.
15562 (orgtbl-make-binding): Add docstring to the created function.
15563 (org-mode): Set paragraph start/separate regexps.
15564 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15565 (org-archive-location, org-archive-mark-done)
15566 (org-archive-stamp-time): New options.
15567 (org-archive-subtree): New command.
15568 (org-fill-paragraph): New function.
15569 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15570 (org-fake-empty-table-line): Function removed.
15571 (org-format-org-table-html): Do not create empty table lines at
15572 separator lines. Improved table header treatment.
15573 (org-link-format): New option.
15574 (org-make-link): New function.
15575 (org-insert-link, org-store-link): Use org-make-link.
15576 (org-open-file): Quote file name for shell command, to allow
15577 spaces in file names.
15578 (org-link-regexp): Fix bug with mailto link.
15579 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15580 New constants.
15581 (org-export-as-html): Deal with the optional angles around a link.
15582 Better treatment of file: links.
15583 (org-open-at-point): Replace @{ and @} with < and >.
15584 (org-run-mode-hooks): Function removed.
15585 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15586
15587 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15588
15589 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15590 MI command -data-list-register-values.
15591 (gdb-post-prompt): Indent properly.
15592
15593 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15594
15595 * hilit-chg.el (highlight-changes-colors): Rename from
15596 `highlight-changes-colours'.
15597 (highlight-changes-colours): Keep as obsolete alias.
15598 (highlight-changes-face-list): Doc fix.
15599 (hilit-chg-make-list): Use `highlight-changes-colors'.
15600
15601 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15602
15603 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15604 defun-prompt-regexp.
15605
15606 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15607
15608 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15609 and cygwin.
15610
15611 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15612 Don't use an old loaddefs.el, as in Makefile.in.
15613
15614 2005-06-12 Lute Kamstra <lute@gnu.org>
15615
15616 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15617
15618 * man.el (Man-mode-map): Initialize it properly.
15619 (Man-mode): Set mode-class property to special.
15620
15621 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15622
15623 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15624
15625 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15626 A newline is needed in the docstring there.
15627
15628 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15629 Doc fixes.
15630
15631 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15632
15633 * printing.el: Doc fix. The menubar is no more changed when printing
15634 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15635 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15636 (pr-version): New version number (6.8.4).
15637 (pr-menu-bind): New command.
15638 (pr-update-menus): Docstring and code fix.
15639 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15640 Docstring fix.
15641 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15642 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15643
15644 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15645
15646 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15647 "Returns" to "return", document useful return values, etc.
15648
15649 2005-06-11 Alan Mackenzie <acm@muc.de>
15650
15651 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15652 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15653 (adaptive-file-function): Minor amendment to doc-string.
15654
15655 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15656
15657 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15658 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15659 Fix :type--it is `integer', not `string'.
15660
15661 * faces.el (modeline-highlight): Rename from (the erroneous)
15662 `modeline-higilight'.
15663
15664 2005-06-11 Lute Kamstra <lute@gnu.org>
15665
15666 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15667 lisp-interaction-mode-map but make it the parent.
15668 (edebug-eval-mode): Use define-derived-mode.
15669
15670 2005-06-11 Andreas Schwab <schwab@suse.de>
15671
15672 * bindings.el: Add binding of `ESC functionkey' for every
15673 `M-functionkey'.
15674 * hexl.el (hexl-mode-map): Likewise.
15675
15676 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15677
15678 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15679 [msft]: update regexp for newer msft compilers.
15680
15681 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15682
15683 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15684 ATTLIST portions of included DTDs.
15685 (xml-parse-dtd): Eliminate use of inefficient match-data.
15686
15687 2005-06-10 Miles Bader <miles@gnu.org>
15688
15689 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15690 (mpuz-text): Remove "-face" suffix from face names.
15691 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15692 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15693 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15694
15695 * play/gomoku.el (gomoku-O, gomoku-X):
15696 Remove "-face" suffix from face names.
15697 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15698 New backward-compatibility aliases for renamed faces.
15699 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15700
15701 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15702
15703 * thumbs.el: Fixes for changes of 2005-06-09.
15704 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15705 as a directory.
15706 (thumbs-thumbname): Remove directory separator from format string;
15707 `thumbs-thumbsdir' now returns a valid directory name.
15708 (thumbs-temp-dir): New defsubst.
15709 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15710 Use it.
15711
15712 * cus-edit.el (minibuffer):
15713 * files.el (make-backup-file-name-function):
15714 * filesets.el (filesets-external-viewers):
15715 * hilit-chg.el (highlight-changes-colours)
15716 (highlight-changes-face-list, highlight-changes-rotate-faces):
15717 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15718 * kmacro.el (kmacro-call-macro):
15719 * log-edit.el (log-edit-changelog-full-paragraphs):
15720 * mouse.el (mouse-1-click-follows-link):
15721 * skeleton.el (skeleton-autowrap):
15722 * subr.el (insert-for-yank-1):
15723 * tempo.el (tempo-insert-region):
15724 * terminal.el (terminal-emulator):
15725 * time.el (display-time-mail-face):
15726 * vc.el (vc-annotate):
15727 * vcursor.el (vcursor-copy-line):
15728 * woman.el (woman-bold-headings, woman-ignore)
15729 (woman-default-faces, woman-monochrome-faces):
15730 * calendar/todo-mode.el (todo-insert-threshold):
15731 * emulation/pc-select.el (pc-select-selection-keys-only)
15732 (pc-selection-mode):
15733 * emulation/vip.el (vip-find-char-forward):
15734 * emulation/viper-cmd.el (viper-find-char-forward):
15735 * international/mule-cmds.el
15736 (select-safe-coding-system-accept-default-p)
15737 (input-method-exit-on-invalid-key):
15738 * international/mule-diag.el (describe-coding-system):
15739 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15740 * net/browse-url.el (browse-url-xterm-program):
15741 * obsolete/lazy-lock.el (lazy-lock-mode):
15742 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15743 (cperl-mode):
15744 * progmodes/cpp.el (cpp-face-light-name-list)
15745 (cpp-face-dark-name-list):
15746 * progmodes/delphi.el (delphi-newline-always-indents):
15747 Fix spellings in docstrings.
15748
15749 * ido.el (ido-mode, ido-file-extensions-order)
15750 (ido-default-file-method, ido-default-buffer-method)
15751 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15752 (ido-decorations, ido-read-file-name-as-directory-commands)
15753 (ido-read-file-name-non-ido, ido-work-directory-list)
15754 (ido-ignore-item-temp-list, ido-current-directory)
15755 (ido-magic-forward-char, ido-enter-find-file)
15756 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15757 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15758
15759 2005-06-10 Lute Kamstra <lute@gnu.org>
15760
15761 * play/dunnet.el (dun-mode): Use define-derived-mode.
15762 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15763 obsolete alias.
15764
15765 * play/doctor.el (doctor-mode-map): Remove defvar.
15766 (doctor-mode): Use define-derived-mode.
15767
15768 * mail/mspools.el (mspools-mode):
15769 * net/eudc-hotlist.el (eudc-hotlist-mode):
15770 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15771
15772 2005-06-10 Miles Bader <miles@gnu.org>
15773
15774 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15775 Remove "-face" suffix from face names.
15776 (flyspell-incorrect-face, flyspell-duplicate-face):
15777 New backward-compatibility aliases for renamed faces.
15778 (flyspell-mode-on, make-flyspell-overlay)
15779 (flyspell-highlight-incorrect-region)
15780 (flyspell-highlight-duplicate-region)
15781 (flyspell-display-next-corrections)
15782 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15783
15784 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15785 from face name.
15786 (texinfo-heading-face): New backward-compatibility alias for
15787 renamed face.
15788 (texinfo-heading-face): Use renamed texinfo-heading face.
15789
15790 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15791 suffix from face names.
15792 (tex-math-face, tex-verbatim-face):
15793 New backward-compatibility aliases for renamed faces.
15794 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15795 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15796 literal face name.
15797
15798 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15799 name.
15800 (table-cell-face): New backward-compatibility alias for renamed face.
15801 (table--put-cell-face-property, table--update-cell-face):
15802 Use renamed table-cell face.
15803
15804 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15805 from face name.
15806 (sgml-namespace-face): New backward-compatibility alias for
15807 renamed face.
15808 (sgml-namespace-face): Use renamed sgml-namespace face.
15809
15810 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15811 (org-level-4, org-level-5, org-level-6, org-level-7)
15812 (org-level-8, org-warning, org-headline-done)
15813 (org-deadline-announce, org-scheduled-today)
15814 (org-scheduled-previously, org-link, org-done, org-table)
15815 (org-time-grid): Remove "-face" suffix from face names.
15816 (org-level-1-face, org-level-2-face, org-level-3-face)
15817 (org-level-4-face, org-level-5-face, org-level-6-face)
15818 (org-level-7-face, org-level-8-face, org-warning-face)
15819 (org-headline-done-face, org-deadline-announce-face)
15820 (org-scheduled-today-face, org-scheduled-previously-face)
15821 (org-link-face, org-done-face, org-table-face)
15822 (org-time-grid-face):
15823 New backward-compatibility aliases for renamed faces.
15824 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15825 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15826 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15827 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15828
15829 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15830 (viper-minibuffer-emacs, viper-minibuffer-insert)
15831 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15832 (viper-search-face, viper-replace-overlay-face)
15833 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15834 (viper-minibuffer-vi-face):
15835 New backward-compatibility aliases for renamed faces.
15836 (viper-search-face, viper-replace-overlay-face)
15837 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15838 (viper-minibuffer-vi-face): Use renamed viper faces.
15839
15840 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15841 Remove "-face" suffix from face names.
15842 (testcover-nohits-face, testcover-1value-face):
15843 New backward-compatibility aliases for renamed faces.
15844 (testcover-mark): Use renamed testcover faces.
15845
15846 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15847 face name.
15848 (diary-button-face): New backward-compatibility alias for renamed face.
15849 (diary-entry): Use renamed diary-button face.
15850
15851 * calendar/calendar.el (diary, calendar-today, holiday)
15852 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15853 (diary-face, calendar-today-face, holiday-face):
15854 New backward-compatibility aliases for renamed faces.
15855 (eval-after-load "facemenu", diary-entry-marker)
15856 (calendar-today-marker, calendar-holiday-marker, diary-face):
15857 Use renamed calendar faces.
15858
15859 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15860 (compare-windows-face): New backward-compatibility alias for
15861 renamed face.
15862 (compare-windows-highlight): Use renamed compare-windows face.
15863
15864 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15865 (strokes-char-face): New backward-compatibility alias for renamed face.
15866 (strokes-encode-buffer): Use renamed strokes-char face.
15867
15868 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15869 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15870 Remove "-face" suffix from face names.
15871 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15872 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15873 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15874 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15875 Use renamed pcvs faces.
15876 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15877 * pcvs-defs.el (cvs-mode-map): Likewise.
15878 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15879
15880 * info.el (info-title-1, info-title-2, info-title-3)
15881 (info-title-4): Remove "-face" suffix from and downcase face names.
15882 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15883 (Info-title-4-face):
15884 New backward-compatibility aliases for renamed faces.
15885 (Info-fontify-node): Use renamed info faces.
15886
15887 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15888 Remove "-face" suffix from face names.
15889 (highlight-changes-face, highlight-changes-delete-face):
15890 New backward-compatibility aliases for renamed faces.
15891 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15892 (hilit-chg-make-list): Use renamed highlight-changes faces.
15893
15894 * generic-x.el (show-tabs-tab, show-tabs-space):
15895 Remove "-face" suffix from face names.
15896 (show-tabs-tab-face, show-tabs-space-face):
15897 New backward-compatibility aliases for renamed faces.
15898 (show-tabs-generic-mode-font-lock-defaults-1)
15899 (show-tabs-generic-mode-font-lock-defaults-2):
15900 Use renamed show-tabs faces.
15901
15902 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15903 (smerge-markers): Remove "-face" suffix from face names.
15904 (smerge-mine-face, smerge-other-face, smerge-base-face)
15905 (smerge-markers-face):
15906 New backward-compatibility aliases for renamed faces.
15907 (smerge-mine-face, smerge-other-face, smerge-base-face)
15908 (smerge-markers-face): Use renamed smerge faces.
15909
15910 * log-view.el (log-view-file, log-view-message): Remove "-face"
15911 suffix from face names.
15912 (log-view-file-face, log-view-message-face):
15913 New backward-compatibility aliases for renamed faces.
15914 (log-view-file-face, log-view-message-face): Use renamed log-view
15915 faces.
15916
15917 * paren.el (show-paren-match, show-paren-mismatch):
15918 Remove "-face" suffix from face names.
15919 (show-paren-match-face, show-paren-mismatch-face):
15920 New backward-compatibility aliases for renamed faces.
15921 (show-paren-function): Use renamed show-paren faces.
15922
15923 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15924 (ruler-mode-margins, ruler-mode-fringes)
15925 (ruler-mode-column-number, ruler-mode-fill-column)
15926 (ruler-mode-comment-column, ruler-mode-goal-column)
15927 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15928 suffix from face names.
15929 (ruler-mode-default-face, ruler-mode-pad-face)
15930 (ruler-mode-margins-face, ruler-mode-fringes-face)
15931 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15932 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15933 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15934 New backward-compatibility aliases for renamed faces.
15935 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15936 (ruler-mode-column-number, ruler-mode-fill-column)
15937 (ruler-mode-comment-column, ruler-mode-goal-column)
15938 (ruler-mode-tab-stop, ruler-mode-current-column)
15939 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15940 faces.
15941
15942 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15943 face name.
15944 (whitespace-highlight-the-space): Use renamed face.
15945 (whitespace-highlight-face): New backward-compatibility alias for
15946 renamed face.
15947
15948 * woman.el (woman-italic, woman-bold, woman-unknown)
15949 (woman-addition, woman-symbol-face):
15950 Remove "-face" suffix from face names.
15951 (woman-italic-face, woman-bold-face, woman-unknown-face)
15952 (woman-addition-face):
15953 New backward-compatibility aliases for renamed faces.
15954 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15955 (woman-decode-region, woman-replace-match)
15956 (woman-display-extended-fonts, woman-special-characters)
15957 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15958 Use renamed woman faces.
15959
15960 * longlines.el (longlines-visible-face): Face removed.
15961
15962 * diff-mode.el (diff-header, diff-file-header, diff-index)
15963 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15964 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15965 suffix from face names.
15966 (diff-header-face, diff-file-header-face, diff-index-face)
15967 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15968 (diff-changed-face, diff-function-face, diff-context-face)
15969 (diff-nonexistent-face): New backward-compatibility aliases for
15970 renamed faces.
15971 (diff-header-face, diff-file-header-face)
15972 (diff-index, diff-index-face, diff-hunk-header)
15973 (diff-hunk-header-face, diff-removed, diff-removed-face)
15974 (diff-added, diff-added-face, diff-changed-face, diff-function)
15975 (diff-function-face, diff-context-face, diff-nonexistent)
15976 (diff-nonexistent-face): Use renamed diff-mode faces.
15977
15978 * progmodes/compile.el (compilation-warning-face)
15979 (compilation-info-face): Remove "-face" suffix from face names.
15980 (compilation-warning-face, compilation-info-face):
15981 New backward-compatibility aliases for renamed faces.
15982 (compilation-warning-face, compilation-info-face):
15983 Use renamed compilation faces.
15984
15985 * add-log.el (change-log-date, change-log-name)
15986 (change-log-email, change-log-file, change-log-list)
15987 (change-log-conditionals, change-log-function)
15988 (change-log-acknowledgement): Remove "-face" suffix from face names.
15989 (change-log-date-face, change-log-name-face)
15990 (change-log-email-face, change-log-file-face)
15991 (change-log-list-face, change-log-conditionals-face)
15992 (change-log-function-face, change-log-acknowledgement-face):
15993 New backward-compatibility aliases for renamed faces.
15994 (change-log-font-lock-keywords): Use renamed change-log faces.
15995
15996 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15997 (custom-set, custom-changed, custom-saved, custom-button)
15998 (custom-button-pressed, custom-documentation, custom-state)
15999 (custom-comment, custom-comment-tag, custom-variable-tag)
16000 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16001 (custom-group-tag): Remove "-face" suffix from face names.
16002 (custom-magic-alist, custom-magic-value-create)
16003 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16004 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16005 (custom-set-face, custom-changed-face, custom-saved-face)
16006 (custom-button-face, custom-button-pressed-face)
16007 (custom-documentation-face, custom-state-face)
16008 (custom-comment-face, custom-comment-tag-face)
16009 (custom-variable-tag-face, custom-variable-button-face)
16010 (custom-face-tag-face, custom-group-tag-face-1)
16011 (custom-group-tag-face):
16012 New backward-compatibility aliases for renamed faces.
16013
16014 * wid-edit.el (widget-documentation, widget-button)
16015 (widget-field, widget-single-line-field, widget-inactive)
16016 (widget-button-pressed): "-face" suffix removed from face names.
16017 (widget-documentation-face, widget-button-face)
16018 (widget-field-face, widget-single-line-field-face)
16019 (widget-inactive-face, widget-button-pressed-face):
16020 New backward-compatibility aliases for renamed faces.
16021 (widget-documentation-face, widget-button-face)
16022 (widget-button-pressed-face, widget-specify-field)
16023 (widget-specify-inactive): Use renamed widget faces.
16024
16025 2005-06-10 Kenichi Handa <handa@m17n.org>
16026
16027 * term/x-win.el (x-clipboard-yank): Remove condition-case
16028 wrapping.
16029
16030 2005-06-11 Kenichi Handa <handa@m17n.org>
16031
16032 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16033 date lines stricter.
16034
16035 2005-06-10 Zhang Wei <id.brep@gmail.com>
16036
16037 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16038 of x-get-selection.
16039
16040 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16041
16042 * comint.el (comint-mode, comint-snapshot-last-prompt):
16043 * frame.el (frame-current-scroll-bars):
16044 * term.el (term-mode, term-check-proc, term-input-sender)
16045 (term-simple-send, term-extract-string, term-word)
16046 (term-match-partial-filename):
16047 * window.el (window-current-scroll-bars):
16048 * emulation/cua-base.el (cua-normal-cursor-color)
16049 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16050 (cua-global-mark-cursor-color):
16051 * mail/undigest.el (rmail-forward-separator-regex):
16052 Fix typos in docstrings.
16053
16054 * comint.el (comint-check-proc, make-comint-in-buffer)
16055 (comint-source-default): Doc fixes.
16056
16057 * term.el (term-send-string): Improve argument/docstring consistency.
16058
16059 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16060
16061 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16062 call to `delete-region'.
16063 (comint-mode-hook): Do not enable Font Lock by default.
16064
16065 2005-06-09 Lute Kamstra <lute@gnu.org>
16066
16067 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16068 could be void.
16069
16070 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16073 (debug): Use it.
16074 (debugger-step-through, debugger-continue, debugger-jump)
16075 (debugger-return-value): Set it when needed.
16076 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16077 Use inhibit-read-only.
16078
16079 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16080
16081 * window.el (shrink-window-if-larger-than-buffer)
16082 (window-size-fixed): Fix typo in docstring.
16083
16084 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16085 thumbnails directory on loading.
16086 (thumbs-conversion-program): Use `eq' to check the system type,
16087 not `equal'.
16088 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16089 not "/tmp". Fix docstring.
16090 (thumbs-thumbsdir): New function to return the thumbnails
16091 directory, creating it if needed.
16092 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16093 (thumbs-temp-file): Delete variable and make it into a function.
16094 (thumbs-resize-image, thumbs-modify-image): Use it.
16095 (thumbs-kill-buffer): Simplify.
16096 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16097 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16098 docstrings.
16099
16100 2005-06-09 Kim F. Storm <storm@cua.dk>
16101
16102 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16103 set-match-data to free markers in match-data.
16104
16105 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16106 match-data to unchain markers in match-data.
16107
16108 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16109
16110 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16111 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16112 unnecessary now.
16113
16114 2005-06-08 Richard M. Stallman <rms@gnu.org>
16115
16116 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16117 give the variable a doc string that doesn't say don't set it directly.
16118
16119 * textmodes/ispell.el (ispell-check-version):
16120 Use match-string-no-properties.
16121 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16122 (ispell-buffer-local-words): Likewise.
16123
16124 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16125 except on terminals with enough colors to really display it.
16126 (makefile-dependency-regex): Delete spurious `bb'.
16127
16128 * faces.el (escape-glyph): Use blue once again in last case.
16129 (no-break-space): Redefine so that it isn't invisible on a tty.
16130
16131 2005-06-08 Kim F. Storm <storm@cua.dk>
16132
16133 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16134 also when reading directory name.
16135
16136 2005-06-08 Lute Kamstra <lute@gnu.org>
16137
16138 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16139 (flyspell-mode-line-string): Remove autoload cookie.
16140 (flyspell-mode): Remove defvar.
16141
16142 2005-06-07 Lute Kamstra <lute@gnu.org>
16143
16144 * textmodes/org.el (org-run-mode-hooks): New function.
16145 (org-agenda-mode): Use it.
16146
16147 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16148
16149 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16150
16151 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16152
16153 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16154
16155 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16156
16157 * font-lock.el (font-lock-add-keywords): Doc fix.
16158
16159 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16162 (tex-compile-default): In the absence of any history, use the order in
16163 tex-compile-alist to choose the preferred command.
16164 (tex-compile-commands): Reorder a bit.
16165
16166 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16167 (flyspell-incorrect-face, flyspell-duplicate-face):
16168 Use (X)Emacs-agnostic code.
16169 (flyspell-mode-map): Don't overwrite at each load. Remove code
16170 redundant with the subsequent add-minor-mode. Merge Emacs and
16171 XEmacs code.
16172 (flyspell-word): Minor simplification.
16173 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16174 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16175 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16176 Merge the corresponding Emacs code.
16177 (flyspell-correct-word, flyspell-xemacs-popup):
16178 Use flyspell-do-correct.
16179
16180 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16181 a dedicated window.
16182
16183 * international/latexenc.el (latexenc-find-file-coding-system):
16184 Undo part of last patch, to turn off a compiler warning.
16185
16186 2005-06-06 Juri Linkov <juri@jurta.org>
16187
16188 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16189 Rename `tmm-inactive-face' to `tmm-inactive'.
16190
16191 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16192
16193 * iswitchb.el: Rename faces.
16194
16195 2005-06-06 Kim F. Storm <storm@cua.dk>
16196
16197 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16198 (cua-global-mark): Remove -face suffix from face names.
16199
16200 * emulation/cua-gmrk.el (cua--init-global-mark):
16201 Remove cua-global-mark face setup.
16202
16203 2005-06-06 Richard M. Stallman <rms@gnu.org>
16204
16205 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16206 just like other allowed characters.
16207 (makefile-match-dependency): Exclude leading and training whitespace
16208 from the range of regexp subexp 1.
16209 (makefile-macroassign-regex): Don't try to match the body,
16210 just the name of the macro being defined.
16211
16212 * info.el (Info-read-node-name-2): New function.
16213 (Info-read-node-name-1): Use that.
16214 Add a completion-base-size-function property.
16215
16216 * simple.el (completion-setup-function): Look for
16217 completion-base-size-function property of minibuffer-completion-table.
16218
16219 * files.el (locate-file-completion): Doc fix.
16220
16221 * printing.el: Don't call pr-update-menus; user must do that.
16222
16223 * emacs-lisp/debug.el (debugger-window): New variable.
16224 (debug): Use debugger-window if it is set and still alive.
16225 Record debugger-window for next entry.
16226
16227 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16228
16229 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16230
16231 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16232 (hack-one-local-variable, hack-local-variables)
16233 (hack-local-variables-prop-line): Pass that arg.
16234
16235 2005-06-06 Kim F. Storm <storm@cua.dk>
16236
16237 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16238 (ido-indicator): Remove -face suffix from face names.
16239
16240 2005-06-06 Juri Linkov <juri@jurta.org>
16241
16242 * font-lock.el (font-lock-regexp-backslash)
16243 (font-lock-regexp-backslash-construct): New faces.
16244 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16245 after `('. Add `while-no-input' to control structures.
16246
16247 * faces.el (no-break-space, shadow): New faces.
16248 (escape-glyph): Use less loud colors pink2 and red4.
16249
16250 * diff-mode.el (diff-context-face)
16251 * dired.el (dired-ignored)
16252 * rfn-eshadow.el (file-name-shadow)
16253 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16254
16255 * info.el (Info-title-1-face): Use green instead of yellow because
16256 bold yellow is not readable on light backgrounds.
16257
16258 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16259 before selecting the desired mode to not spend time fontifying
16260 old contents.
16261
16262 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16263
16264 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16265 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16266
16267 * ps-print.el (ps-default-fg, ps-default-bg):
16268 Fix typos in docstrings.
16269
16270 * isearchb.el (isearchb): Don't pass a spurious second argument to
16271 `iswitchb-completions'.
16272
16273 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16274
16275 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16276 to preserve point.
16277 (gdb-find-file-hook): Add doc string.
16278
16279 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16280 C dereferenced pointer expression.
16281 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16282
16283 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16284
16285 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16286 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16287 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16288 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16289 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16290 Make background transparent.
16291
16292 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16293
16294 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16295 (font-lock-remove-keywords): Doc fix.
16296 (font-lock-mode-major-mode): Compiler defvar.
16297 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16298
16299 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16300 (font-lock-mode): Update `font-lock-mode-major-mode'.
16301 (font-lock-set-defaults): Compiler defvar.
16302 (font-lock-default-function): Take `font-lock-mode-major-mode'
16303 into account.
16304
16305 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16306 keep track of which major mode it enabled the minor mode for.
16307 Use find-file-hook again. Update docstring.
16308
16309 * simple.el (eval-expression-print-level)
16310 (eval-expression-print-length, eval-expression-debug-on-error):
16311 Doc fixes.
16312
16313 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16314
16315 * iswitchb.el (iswitchb-single-match-face)
16316 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16317 (iswitchb-invalid-regexp-face): New faces.
16318 (iswitchb-completions): Use them.
16319 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16320 now marked as an obsolete alias.
16321 (iswitchb-read-buffer): Remove check for bound font variables.
16322 (iswitchb-invalid-regexp): New free variable.
16323 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16324 set iswitchb-invalid-regexp.
16325 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16326 invalid regexps.
16327 (iswitchb-completions): Add check for complete match when entering
16328 a regexp.
16329 (iswitchb-completions): Remove require-match argument.
16330 (iswitchb-exhibit): Fix caller.
16331 (iswitchb-common-match-inserted): New variable.
16332 (iswitchb-complete, iswitchb-completion-help): Use it.
16333
16334 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16335
16336 * url-http.el (url-http-chunked-encoding-after-change-function):
16337 Use `url-http-debug' instead of `message'.
16338
16339 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16340
16341 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16342 callback argument.
16343
16344 2005-06-04 Kim F. Storm <storm@cua.dk>
16345
16346 * simple.el (line-move): Only call sit-for when moving backwards.
16347
16348 * ido.el (ido-make-merged-file-list-1): New defun split from
16349 ido-make-merged-file-list.
16350 (ido-make-merged-file-list): Bind throw-on-input around call to
16351 ido-make-merged-file-list-1. Return input-pending-p if
16352 interrupted by more input available.
16353 (ido-read-internal): Handle input-pending-p return value from
16354 ido-make-merged-file-list.
16355
16356 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16359 compatibility code.
16360
16361 * international/latexenc.el (latexenc-find-file-coding-system):
16362 Don't inherit the EOL part of the coding-system from the
16363 tex-main buffer. Fit within 80 columns.
16364
16365 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16366
16367 * tmm.el (tmm-inactive-face): New face.
16368 (tmm-remove-inactive-mouse-face): New function.
16369 (tmm-prompt, tmm-add-one-shortcut)
16370 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16371 but not selectable.
16372
16373 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16374
16375 * faces.el (face-equal): Improve argument/docstring consistency.
16376
16377 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16378
16379 * progmodes/make-mode.el (makefile-targets-face)
16380 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16381 (makefile-bsdmake-dependency-regex)
16382 (makefile-makepp-rule-action-regex)
16383 (makefile-bsdmake-rule-action-regex): New constants.
16384 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16385
16386 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16387 Allow (...) within `...' for makepp messages.
16388
16389 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16390
16391 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16392
16393 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16394 "." files are deleted from all file lists before comparison.
16395
16396 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16397 (viper-ESC-key): Made them customizable.
16398
16399 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16400
16401 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16402
16403 * autorevert.el (auto-revert-buffers): Use save-match-data.
16404
16405 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16408 menu items with a nil command binding.
16409
16410 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16411
16412 * emacs-lisp/cl-macs.el (defsetf):
16413 Improve argument/docstring consistency.
16414
16415 * faces.el (list-faces-display): Improve the formatting by
16416 computing the maximum length required for any face-name (reworked
16417 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16418 (internal-find-face): Remove redundant info in docstring.
16419
16420 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16421
16422 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16423 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16424 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16425 (gdb-assembler-custom): Improve regexps.
16426 (def-gdb-auto-update-handler): Use window point to preserve point.
16427
16428 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16429
16430 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16431
16432 2005-05-31 Jay Belanger <belanger@truman.edu>
16433
16434 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16435 to calc-embedded.
16436 (calc-embedded-make-info): Have plain prefix argument select
16437 entire line.
16438
16439 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16440
16441 * faces.el (list-faces-display): Signal error if passed a regexp
16442 that matches no face name.
16443
16444 * simple.el (filter-buffer-substring): Fix typo in docstring.
16445
16446 2005-05-31 Richard M. Stallman <rms@gnu.org>
16447
16448 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16449 (vhdl-emacs-21): Doc fix.
16450 (vhdl-mode): Unconditionally set comment-padding.
16451 (vhdl-fixup-whitespace-region): Insert spaces only where
16452 there are none.
16453 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16454
16455 2005-05-30 John Wiegley <johnw@newartisans.com>
16456
16457 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16458 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16459 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16460 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16461 `string-to-number'.
16462
16463 2005-05-30 Jay Belanger <belanger@truman.edu>
16464
16465 * calc/calc.el (calc-bug-address): Fix docstring.
16466 (calc-window-hook, calc-trail-window-hook): New variables.
16467 (calc-trail-display): Restore use of calc-trail-window-hook.
16468 (calc): Restore use of calc-window-hook.
16469
16470 2005-05-31 Masatake YAMATO <jet@gyve.org>
16471
16472 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16473
16474 * help-fns.el (help-C-file-name): Add autoload mark for
16475 `find-function-noselect'.
16476
16477 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16480 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16481
16482 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16483
16484 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16485 included diary buffer if it was not already being visited.
16486 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16487
16488 * calendar/icalendar.el (top-level): Do not require appt.
16489
16490 * mail/supercite.el (sc-select-attribution): Only use a list
16491 element from sc-attrib-selection-list if it returns a string.
16492 Reported by Davide G. M. Salvetti <salve@debian.org>.
16493
16494 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16495
16496 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16497 includes a hash value to improve its uniqueness, and has a ".jpg"
16498 extension. Also, it is now a valid filename on all systems.
16499 (thumbs-make-thumb): Use `let', not `let*'.
16500 (thumbs-show-thumbs-list): Check for JPEG availability.
16501
16502 2005-05-30 Richard M. Stallman <rms@gnu.org>
16503
16504 * filesets.el (filesets-menu-ensure-use-cached):
16505 Prevent warning when emacs-version>= is undefined.
16506
16507 * printing.el (pr-interactive-n-up): Use string-to-number.
16508
16509 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16510
16511 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16512 Warn only when name to be defined is quoted.
16513
16514 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16515
16516 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16517 Make regexp more robust.
16518 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16519 Force regeneration of disassembly.
16520
16521 2005-05-29 Jay Belanger <belanger@truman.edu>
16522
16523 * calc/calc.el (calc-user-invocation): Check if
16524 calc-invocation-macro is non-nil.
16525
16526 2005-05-29 Juri Linkov <juri@jurta.org>
16527
16528 * add-log.el (change-log-font-lock-keywords):
16529 Add `+' to e-mail regexp to accept mail address with keywords.
16530
16531 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16532
16533 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16534
16535 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16536
16537 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16538
16539 2005-05-29 Richard M. Stallman <rms@gnu.org>
16540
16541 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16542 Undo the change that moves to end of the current word.
16543
16544 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16545
16546 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16547 Throw error when count <= 0 to ensure input is a number.
16548 (gdb-read-memory-custom): Pick up address from buffer.
16549 (gdb-memory-mode): Allow user to increment and decrement
16550 memory address from header line.
16551
16552 2005-05-29 Richard M. Stallman <rms@gnu.org>
16553
16554 * flyspell.el (flyspell-version): Function deleted.
16555 (flyspell-auto-correct-previous-hook): Doc fix.
16556
16557 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16558 Do nothing if memory is full.
16559
16560 * font-lock.el (font-lock-fontify-syntactically-region):
16561 Pass t for GREEDY to looking-back.
16562
16563 * saveplace.el (save-place-alist-to-file): Write the file
16564 using write-region.
16565
16566 * subr.el (looking-back): New argument GREEDY.
16567
16568 * progmodes/compile.el (compilation-start): Set the mode
16569 before inserting the initial text.
16570
16571 * progmodes/which-func.el (which-func-update-1): Turn the mode
16572 off in case of error by setting which-func-mode.
16573
16574 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16575
16576 * flyspell.el (flyspell-auto-correct-previous-word):
16577 Narrow down to what's on the screen, and recenter overlays
16578 at the end of the next word.
16579
16580 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16581
16582 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16583 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16584 (flyspell-abbrev-p): Default to nil.
16585 (flyspell-use-global-abbrev-table-p): Doc fix.
16586 (flyspell-large-region): Allow nil as value.
16587 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16588
16589 (mail-mode-flyspell-verify): More robust handling
16590 of `mail-header-separator'. More efficient signature detection.
16591 Allow for regexp metacharacters in message-header-separator.
16592 Adding `To' not to be checked in mail-mode-flyspell-verify.
16593
16594 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16595 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16596 Bind flyspell-auto-correct-binding.
16597 Bind C-. and C-, .
16598 (flyspell-mode-map): Likewise.
16599 (flyspell-mode): Doc fix.
16600 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16601 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16602 (flyspell-word-cache-result): New var, always local.
16603 (flyspell-check-pre-word-p): Doc fix.
16604 (flyspell-check-changed-word-p): Handle spc like newline.
16605 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16606 (flyspell-word-search-backward, flyspell-word-search-forward):
16607 New functions.
16608 (flyspell-word): Return t if nothing to check.
16609 When parsing TeX code, check for after } or \.
16610 Use flyspell-word-search-backward to find previous word.
16611 Return nil if duplicated word.
16612 For word already checked, return same value as last time.
16613 Set flyspell-word-cache-result after checking.
16614 Don't clobber the return value.
16615 (flyspell-get-word): Major rewrite.
16616 (flyspell-external-point-words): New locals pword, pcount.
16617 Fix size used in progress message.
16618 Find the proper corresponding word in flyspell-large-region-buffer.
16619 (flyspell-region): Check for flyspell-large-region = nil.
16620 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16621 (flyspell-auto-correct-word): Check that WORD is a cons.
16622 (flyspell-correct-word): Likewise.
16623
16624 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16625
16626 * progmodes/make-mode.el (makefile-rule-action-regex)
16627 (makefile-macroassign-regex, makefile-makepp-mode)
16628 (makefile-bsdmake-mode): Continuation lines may be empty.
16629 Reported by Joshua Varner.
16630 (makefile-makepp-font-lock-keywords): Add $(stem).
16631
16632 2005-05-28 Karl Berry <karl@gnu.org>
16633
16634 * textmodes/tex-mode.el: Now that tex-send-command calls
16635 shell-quote-argument (2005-03-31 change), remove all calls to
16636 shell-quote-argument; they all end up invoking tex-send-command.
16637 The double quoting loses on filenames with non-safe characters,
16638 such as "@". Reported by Frederik Fouvry.
16639
16640 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16641
16642 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16643 about preserving point.
16644
16645 2005-05-27 Jay Belanger <belanger@truman.edu>
16646
16647 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16648 Info-goto-node.
16649
16650 * calc/calc-embed.el (calc-embed-arg): New variable.
16651 (calc-do-embedded-activate, calc-embedded-activate-formula)
16652 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16653 variable by new variable.
16654 (calc-embedded-make-info): Replace undeclared variable by new
16655 variable. When selecting region with positive prefix
16656 argument, use end of previous line instead of beginning of line.
16657
16658 * calc/calc-aent.el (calc-arg-values): Declare it.
16659
16660 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16661 Declare them.
16662
16663 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16664
16665 * calc/calc.el (calc-alg-map): Declare it.
16666
16667 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16668
16669 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16670
16671 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16672 (gdb-registers-buffer, toggle-gdb-all-registers):
16673 Toggle display of floating point registers.
16674 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16675
16676 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16677 (toggle-gud-tooltip-dereference):
16678 Rename from gud-toggle-tooltip-dereference.
16679
16680 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16683
16684 2005-05-27 Jay Belanger <belanger@truman.edu>
16685
16686 * calc/calc-prog.el (calc-kbd-report): Remove.
16687 (calc-kbd-query): Rewrite.
16688
16689 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16690
16691 * image.el (image-library-alist): Move to image.c.
16692 (image-type-available-p): Doc fix.
16693
16694 2005-05-27 Lute Kamstra <lute@gnu.org>
16695
16696 * calc/calc.el (calc):
16697 * outline.el (outline-1, outline-2, outline-3, outline-4)
16698 (outline-5, outline-6, outline-7, outline-8):
16699 * textmodes/dns-mode.el (dns-mode):
16700 * textmodes/sgml-mode.el (sgml-namespace-face):
16701 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16702 (tex-verbatim-face, tex-use-reftex):
16703 * textmodes/texinfo.el (texinfo-heading-face):
16704 Specify customization group.
16705
16706 * longlines.el: Don't require easy-mmode.
16707 (longlines-visible-face): Specify customization group.
16708
16709 2005-05-27 Kenichi Handa <handa@m17n.org>
16710
16711 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16712 encoding table of windows-1251.
16713
16714 * international/ucs-tables.el (ucs-set-table-for-input):
16715 If translation-table-for-input of a coding system is a symbol, get
16716 its translation-table property.
16717
16718 * international/code-pages.el: Don't register a coding system into
16719 non-iso-charset-alist more than once.
16720 (cp-make-coding-system): Likewise.
16721
16722 2005-05-26 John Wiegley <johnw@newartisans.com>
16723
16724 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16725 `eshell-resume-eval' is wrapped in a list, it indicates that the
16726 command was run asynchronously. In that case, unwrap the value
16727 before checking the delimiter value.
16728
16729 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16730 character before a space at the end of a line is \, assume the space
16731 is part of the last argument rather than a final argument separator.
16732
16733 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16734 is in use, and the target is `t' or `nil' (which are the most common
16735 values), don't assume that the symbol target is a buffer.
16736
16737 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16738
16739 * calendar/calendar.el (calendar-mode-line-format):
16740 Use mode-line-highlight as mouse-face.
16741
16742 * time.el (display-time-string-forms, display-time-update):
16743 Use mode-line-highlight as mouse-face.
16744
16745 2005-05-26 Jay Belanger <belanger@truman.edu>
16746
16747 * calc/calc.el (calc-language-alist): Remove extra defvar.
16748
16749 2005-05-26 Lute Kamstra <lute@gnu.org>
16750
16751 * arc-mode.el (archive-mode):
16752 * bookmark.el (bookmark-read-annotation-mode)
16753 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16754 * bs.el (bs-mode):
16755 * calc/calc-yank.el (calc-edit-mode):
16756 * calc/calc.el (calc-mode, calc-trail-mode):
16757 * calculator.el (calculator-mode):
16758 * chistory.el (command-history-mode):
16759 * comint.el:
16760 * cus-edit.el (custom-mode):
16761 * descr-text.el (describe-text-mode):
16762 * ebuff-menu.el (Electric-buffer-menu-mode):
16763 * ediff-util.el (ediff-mode):
16764 * emacs-lisp/re-builder.el (reb-mode):
16765 * emulation/vi.el (vi-mode-setup):
16766 * emulation/ws-mode.el (wordstar-mode):
16767 * eshell/esh-mode.el (eshell-mode):
16768 * forms.el (forms-mode):
16769 * help-mode.el (help-mode):
16770 * hexl.el (hexl-mode):
16771 * ibuffer.el (ibuffer-mode):
16772 * ielm.el (inferior-emacs-lisp-mode):
16773 * info.el (Info-mode, Info-edit-mode):
16774 * international/swedish.el:
16775 * ledit.el (ledit-from-lisp-mode):
16776 * locate.el (locate-mode):
16777 * mail/rmail.el (rmail-mode):
16778 * mail/rmailedit.el (rmail-edit-mode):
16779 * mail/rmailsum.el (rmail-summary-mode):
16780 * mail/supercite.el (sc-electric-mode):
16781 * net/eudc.el (eudc-mode):
16782 * net/quickurl.el (quickurl-list-mode):
16783 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16784 * obsolete/ooutline.el (outline-mode):
16785 * obsolete/options.el (Edit-options-mode):
16786 * obsolete/rnews.el (news-mode):
16787 * obsolete/rnewspost.el (news-reply-mode):
16788 * play/5x5.el (5x5-mode):
16789 * play/decipher.el (decipher-mode, decipher-stats-mode):
16790 * play/gomoku.el (gomoku-mode):
16791 * play/snake.el (snake-mode):
16792 * play/solitaire.el (solitaire-mode):
16793 * play/tetris.el (tetris-mode):
16794 * progmodes/ada-mode.el (ada-mode):
16795 * progmodes/antlr-mode.el (antlr-mode):
16796 * progmodes/autoconf.el (autoconf-mode):
16797 * progmodes/dcl-mode.el (dcl-mode):
16798 * progmodes/delphi.el (delphi-mode):
16799 * progmodes/ebrowse.el (ebrowse-tree-mode)
16800 (ebrowse-electric-list-mode, ebrowse-member-mode)
16801 (ebrowse-electric-position-mode):
16802 * progmodes/f90.el (f90-mode):
16803 * progmodes/fortran.el (fortran-mode):
16804 * progmodes/icon.el (icon-mode):
16805 * progmodes/idlw-help.el (idlwave-help-mode):
16806 * progmodes/idlw-shell.el (idlwave-shell-mode):
16807 * progmodes/idlwave.el (idlwave-mode):
16808 * progmodes/inf-lisp.el (inferior-lisp-mode):
16809 * progmodes/m4-mode.el (m4-mode):
16810 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16811 * progmodes/modula2.el (modula-2-mode):
16812 * progmodes/octave-inf.el (inferior-octave-mode):
16813 * progmodes/octave-mod.el (octave-mode):
16814 * progmodes/pascal.el (pascal-mode):
16815 * progmodes/sh-script.el (sh-mode):
16816 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16817 * progmodes/vhdl-mode.el (vhdl-mode):
16818 * progmodes/xscheme.el (scheme-interaction-mode):
16819 * replace.el (occur-mode):
16820 * ses.el (ses-mode):
16821 * simple.el (completion-list-mode):
16822 * skeleton.el:
16823 * speedbar.el (speedbar-mode):
16824 * term.el (term-mode):
16825 * terminal.el (terminal-edit-mode):
16826 * textmodes/reftex-index.el (reftex-index-mode)
16827 (reftex-index-phrases-mode):
16828 * textmodes/reftex-sel.el (reftex-select-label-mode)
16829 (reftex-select-bib-mode):
16830 * textmodes/reftex-toc.el (reftex-toc-mode):
16831 * wdired.el (wdired-change-to-wdired-mode):
16832 * wid-browse.el (widget-browse-mode):
16833 Use run-mode-hooks.
16834
16835 * array.el (array-mode):
16836 * calendar/todo-mode.el (todo-mode):
16837 * man.el (Man-mode):
16838 * play/landmark.el (lm-mode):
16839 * play/mpuz.el (mpuz-mode):
16840 Use kill-all-local-variables and run-mode-hooks.
16841
16842 * subr.el (delay-mode-hooks): Specify indentation.
16843
16844 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16845
16846 * xml.el (xml-substitute-special): Don't die for undefined xml
16847 entities.
16848
16849 2005-05-26 Jay Belanger <belanger@truman.edu>
16850
16851 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16852 of nil.
16853
16854 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16855
16856 * progmodes/gdb-ui.el (gdb-frame-address):
16857 Rename from gdb-current-address.
16858 (gdb-previous-frame-address): Rename from gdb-previous-address.
16859 (gdb-selected-frame): Rename from gdb-current-frame.
16860 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16861 (gdb-frame-number): Rename from gdb-current-stack-level.
16862 (gdb-ann3): Match new mode-name for disassembly buffer.
16863 Extend initialization of variables.
16864 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16865 (gdb-memory-mode): Use mouse-face in header line.
16866 (gdb-assembler-buffer-name): Call it disassembly and give frame
16867 in mode line.
16868 (gdb-source-spec-regexp, gdb-assembler-custom)
16869 (gdb-invalidate-assembler, gdb-frame-handler):
16870 Make robust to leading zeroes in address format.
16871
16872 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16873
16874 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16875 define `org-mode'.
16876 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16877
16878 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * log-edit.el (log-edit-changelog-entries): Distinguish between
16881 filenames like xfns.c and fns.c.
16882
16883 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16884
16885 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16886 point after reverting.
16887 (Buffer-menu-make-sort-button): Handle the case where
16888 `Buffer-menu-use-header-line' is nil.
16889
16890 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16891
16892 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16893 New funcs. In minibuffer-local-completion-map bind `]', `/'
16894 and `:' to them.
16895
16896 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * startup.el (normal-top-level): Allow modification of load-path while
16899 we're iterating over it.
16900
16901 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16902
16903 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16904 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16905 (thumbs-resize-interactive, thumbs-insert-image)
16906 (thumbs-insert-thumb, thumbs-dired-show-marked)
16907 (thumbs-find-image-at-point, thumbs-delete-images)
16908 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16909 (thumbs-increment-image-size, thumbs-decrement-image-size):
16910 Fix typos in docstrings.
16911
16912 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16913
16914 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16915 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16916 (cperl-mode): Use them.
16917
16918 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16919
16920 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16921 Doc fixes.
16922
16923 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16924
16925 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16926 Bind C-d to gdb-inferior-io-eof.
16927
16928 * dired.el (dired-dnd-popup-notice): Use message-box.
16929
16930 2005-05-23 Masatake YAMATO <jet@gyve.org>
16931
16932 * bindings.el (mode-line-major-mode-keymap):
16933 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16934
16935 * faces.el (mode-line-highlight): New face.
16936
16937 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16938 as mouse-face.
16939
16940 * bindings.el (top-level, help-echo, mode-line-modified)
16941 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16942 as mouse-face.
16943
16944 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16945
16946 * progmodes/cc-engine.el (c-guess-basic-syntax):
16947 Remove spurious call to `zerop'.
16948
16949 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16950
16951 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16952
16953 CC Mode update to 5.30.10:
16954
16955 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16956 could go past the limit in decoration level 2, thereby causing
16957 errors during interactive fontification.
16958
16959 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16960 the file is evaluated interactively.
16961
16962 * cc-engine.el (c-guess-basic-syntax): Handle operator
16963 declarations somewhat better in C++.
16964
16965 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16966 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16967 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16968 (awk-mode): Use it.
16969 (make-local-hook): Suppress warning about obsoleteness.
16970
16971 * cc-engine.el, cc-align.el, cc-cmds.el
16972 (c-append-backslashes-forward, c-delete-backslashes-forward)
16973 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16974 Compensate for return value from `forward-line' when it has moved
16975 but not to a different line due to eob.
16976
16977 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16978 `objc-method-intro' and `objc-method-args-cont'.
16979
16980 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16981
16982 CC Mode update to 5.30.10:
16983
16984 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16985 in the copyright statement. Incidentally, change "along with GNU
16986 Emacs" to "along with this program" where it occurs.
16987
16988 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16989 so that it is interactive, hence can be found by M-x awk-mode
16990 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16991 <gmorris+emacs@ast.cam.ac.uk>.
16992
16993 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16994 Mode's regexps.
16995
16996 2005-05-23 Kevin Ryde <user42@zip.com.au>
16997
16998 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16999 c-parse-state, to avoid a lisp error (on bad code).
17000
17001 2005-05-23 Lute Kamstra <lute@gnu.org>
17002
17003 * subr.el (font-lock-defaults): Remove defvar as it's already
17004 defined in font-core.el.
17005
17006 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17007
17008 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17009
17010 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17011 more general and work when GDB variable "print pretty" is on,
17012 as with Emacs, for example.
17013
17014 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17015
17016 * font-core.el: Update comment.
17017
17018 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17019 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17020
17021 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17022
17023 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17024
17025 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17026 and `yank-handler' in the doc strings.
17027
17028 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17029
17030 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17031
17032 2005-05-22 Richard M. Stallman <rms@gnu.org>
17033
17034 * help.el (describe-key): Move print-help-return-message call
17035 out of conditional.
17036
17037 * progmodes/etags.el (list-tags): Use with-no-warnings.
17038
17039 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17040 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17041 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17042
17043 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17044
17045 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17046 Add defvar.
17047
17048 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17049 Use defvar, not defconst.
17050
17051 * hexl.el (hexl-follow-line): Use with-no-warnings.
17052
17053 * emulation/tpu-extras.el: Use write-file-functions instead of
17054 write-file-hooks.
17055
17056 * dired.el (dired-font-lock-keywords): Fontify files with junk
17057 extensions even if marked by -F.
17058
17059 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17060
17061 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17062 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17063 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17064 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17065 (concatenate, list-length, get*, getf, cl-remprop):
17066 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17067 (etypecase, progv, lexical-let, lexical-let*)
17068 (multiple-value-bind, multiple-value-setq, shiftf):
17069 Improve argument/docstring consistency.
17070
17071 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17072
17073 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17074
17075 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17076 doesn't exist.
17077
17078 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17079 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17080
17081 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17082
17083 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17084 already deleted variables: auto-fill-hook, blink-paren-hook,
17085 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17086 suspend-hooks, comment-indent-hook, meta-flag,
17087 before-change-function, after-change-function,
17088 font-lock-doc-string-face.
17089
17090 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17091
17092 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17093
17094 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17095
17096 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17097 rmail-dont-reply-to.
17098
17099 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17100
17101 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17102 literal blank when splitting new-header-values.
17103
17104 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17105
17106 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17107 string so that tmm doesn't create a completion entry for it.
17108
17109 * textmodes/table.el (table-disable-menu): Ditto.
17110
17111 2005-05-21 Richard M. Stallman <rms@gnu.org>
17112
17113 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17114
17115 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17116
17117 * net/rcompile.el (remote-compile): Use compilation-start.
17118
17119 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17120
17121 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17122
17123 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17124 Default to makefile-bsdmake-mode on BSD systems.
17125
17126 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17127 REGEXP may also be a search function now. The part of doc-string
17128 for describing the structure was 95% identical to that of
17129 `imenu--generic-function'. Unify it there.
17130
17131 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17132 Use function to find dependencies, because regexp alone is so complex,
17133 it easily goes into an endless loop.
17134 (makefile-makepp-mode): Also add submenu for Perl functions
17135 defined in the makefile.
17136 (makefile-bsdmake-mode): Special imenu-generic-expression no
17137 longer needed, due to function call.
17138 (makefile-match-dependency): Take BOUND into account when checking
17139 if we're through.
17140
17141 2005-05-20 Jay Belanger <belanger@truman.edu>
17142
17143 * calc/calc-units.el (calc-invalidate-units-table):
17144 Use inhibit-read-only.
17145 (math-build-units-table-buffer): Use view-mode.
17146
17147 2005-05-20 David Kastrup <dak@gnu.org>
17148
17149 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17150 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17151
17152 2005-05-20 Lute Kamstra <lute@gnu.org>
17153
17154 * diff-mode.el (diff-header-face, diff-file-header-face)
17155 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17156 (diff-added-face, diff-changed-face, diff-function-face)
17157 (diff-context-face, diff-nonexistent-face): Put them in the
17158 diff-mode customization group.
17159
17160 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17163
17164 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17165
17166 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17167 Minor regexp-optimization.
17168
17169 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17170
17171 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17172 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17173 (org-agenda-add-time-grid-maybe): New function.
17174 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17175 (org-table-create): `dotimes' instead of `mapcar'.
17176 (org-xor): Simplify implementation.
17177 (org-agenda): `inhibit-redisplay' turned on.
17178 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17179 a consistent line after a state change.
17180 (org-agenda-remove-times-when-in-prefix): New option.
17181 (org-prefix-has-time): New variable.
17182 (org-parse-time-string): Optional argument NODEFAULT.
17183 (org-format-agenda-item): Parse items for time-of-day
17184 specifications and move these into the prefix if possible.
17185 (org-agenda-priority): Get current heading, not previous heading
17186 during agenda remote editing.
17187
17188 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17189
17190 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17191 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17192 (remove-duplicates, delete-duplicates, substitute)
17193 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17194 (nsubstitute-if-not, find, find-if, find-if-not, position)
17195 (position-if, position-if-not, count, count-if, count-if-not)
17196 (mismatch, search, sort*, stable-sort, merge, member*)
17197 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17198 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17199 (intersection, nintersection, set-difference, nset-difference)
17200 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17201 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17202 (nsublis, tree-equal): Improve argument/docstring consistency.
17203
17204 * subr.el (send-string, send-region): Remove obsolescence declaration.
17205 (window-dot, set-window-dot, read-input, show-buffer)
17206 (eval-current-buffer, string-to-int):
17207 Add release number to obsolescence declarations.
17208
17209 2005-05-19 Kim F. Storm <storm@cua.dk>
17210
17211 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17212 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17213
17214 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17215
17216 * faces.el (list-faces-display): Make back button respect optional
17217 regexp arg.
17218
17219 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17220
17221 * calculator.el (calculator-radix-grouping-mode)
17222 (calculator-radix-grouping-digits, calculator-displayer)
17223 (calculator-radix-grouping-separator, calculator-copy-displayer):
17224 * dabbrev.el (dabbrev-search-these-buffers-only):
17225 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17226 (diff-advance-after-apply-hunk, diff-mode-hook)
17227 (diff-minor-mode-prefix):
17228 * imenu.el (imenu-use-popup-menu):
17229 * jit-lock.el (jit-lock-context-time):
17230 * newcomment.el (comment-fill-column, comment-column)
17231 (comment-style, comment-padding, comment-multi-line)
17232 (comment-empty-lines, comment-auto-fill-only-comments):
17233 * reveal.el (reveal-around-mark):
17234 * uniquify.el (uniquify-buffer-name-style)
17235 (uniquify-after-kill-buffer-p)
17236 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17237 (uniquify-min-dir-content, uniquify-separator)
17238 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17239 * w32-vars.el (w32-fixed-font-alist):
17240 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17241 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17242 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17243 * progmodes/perl-mode.el (perl-indent-level)
17244 (perl-continued-statement-offset, perl-continued-brace-offset)
17245 (perl-brace-offset, perl-brace-imaginary-offset)
17246 (perl-label-offset, perl-indent-continued-arguments)
17247 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17248 * progmodes/tcl.el (tcl-indent-level)
17249 (tcl-continued-indent-level, tcl-auto-newline)
17250 (tcl-tab-always-indent, tcl-electric-hash-style)
17251 (tcl-help-directory-list, tcl-use-smart-word-finder)
17252 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17253 (inferior-tcl-source-command):
17254 * textmodes/fill.el (enable-kinsoku):
17255 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17256 * textmodes/table.el (table-yank-handler):
17257 Specify missing group (and type, if simple) in defcustom.
17258
17259 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17260
17261 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17262
17263 2005-05-19 Richard M. Stallman <rms@gnu.org>
17264
17265 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17266
17267 * subr.el (event-basic-type): Don't get an error.
17268 (left-fringe-p): Function deleted.
17269
17270 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17271 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17272
17273 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17274 in recursive copy.
17275
17276 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17277
17278 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17279
17280 * emacs-lisp/bytecomp.el
17281 (byte-compile-file-form-custom-declare-variable):
17282 Call byte-compile-nogroup-warn if appropriate.
17283
17284 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17285 (compilation-set-window): Don't call left-fringe-p; do it directly.
17286
17287 2005-05-19 Jay Belanger <belanger@truman.edu>
17288
17289 * calc/calc-graph.el (calc-graph-format-data): Make sure
17290 var-PlotRejects is bound before trying to check its value.
17291
17292 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17293
17294 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17295 definition of this variable from reftex-global.el to reftex.el,
17296 because it is needed in the menu.
17297
17298 2005-05-19 Lute Kamstra <lute@gnu.org>
17299
17300 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17301 years are fixed. Don't insert a space after a dash.
17302
17303 2005-05-19 Kim F. Storm <storm@cua.dk>
17304
17305 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17306
17307 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17308
17309 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17310 strings, because (eq ... ?\\) is fairly frequent.
17311
17312 * progmodes/make-mode.el (makefile-add-this-line-targets):
17313 Simplify and integrate into `makefile-pickup-targets'.
17314 (makefile-add-this-line-macro): Simplify and integrate into
17315 `makefile-pickup-macros.
17316 (makefile-pickup-filenames-as-targets): Simplify.
17317 (makefile-previous-dependency, makefile-match-dependency):
17318 Don't stumble over `::'.
17319
17320 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17321
17322 * subr.el (post-command-idle-hook, post-command-idle-delay):
17323 Remove obsoletion of post-command-idle-hook and
17324 post-command-idle-delay.
17325
17326 * faces.el (list-faces-display): Provide button when describe-face
17327 is called to take user back to the list of faces.
17328
17329 * help-fns.el (describe-variable): Remove hyperlinks in a
17330 variable's value as these are quite frequently inappropriate.
17331
17332 * follow.el (follow-submit-feedback, follow-mode):
17333 Remove references to post-command-idle-hook.
17334
17335 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17336
17337 * progmodes/make-mode.el (makefile-previous-dependency)
17338 (makefile-match-dependency): Check for := (and in bsd mode also
17339 !=) to give a better result, even when font-lock is not on.
17340
17341 2005-05-18 Jay Belanger <belanger@truman.edu>
17342
17343 * calc/calc-help.el (calc-s-prefix-help):
17344 Add `calc-copy-special-constant' to help string.
17345
17346 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17347
17348 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17349
17350 2005-05-18 Jay Belanger <belanger@truman.edu>
17351
17352 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17353 in linear factors are in proper order.
17354
17355 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17356
17357 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17358 Support for jurabib.
17359
17360 * textmodes/reftex.el (featurep): Define aliases for overlay
17361 commands, for XEmacs compatibility, and use these aliases in
17362 overlay initializations.
17363 (reftex-highlight): Use `reftex-move-overlay'.
17364 (reftex-unhighlight): Use `reftex-delete-overlay'.
17365 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17366 (reftex-access-search-path): Use `reftex-uniquify' instead of
17367 `reftex-uniq'
17368
17369 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17370 `before-string' property modification enables for Emacs as well.
17371 (reftex-select-item): Use `reftex-delete-overlay'.
17372 (reftex-select-mark): Use `reftex-make-overlay' and
17373 `reftex-overlay-put'.
17374 (reftex-select-unmark): Use `reftex-delete-overlay' and
17375 `reftex-overlay-put'.
17376
17377 2005-05-18 Lute Kamstra <lute@gnu.org>
17378
17379 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17380
17381 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17382
17383 * add-log.el (add-change-log-entry):
17384 * array.el (array-make-template, array-reconfigure-rows)
17385 (array-init-max-row, array-init-max-column)
17386 (array-init-columns-per-line, array-init-field-width):
17387 * replace.el (replace-match-maybe-edit, perform-replace):
17388 * textmodes/spell.el (spell-region):
17389 Replace `read-input' by `read-string'.
17390
17391 * forms.el (forms-mode):
17392 * finder.el (finder-compile-keywords):
17393 * shadowfile.el (shadow-read-files):
17394 Replace `eval-current-buffer' by `eval-buffer'.
17395
17396 * terminal.el (te-pass-through):
17397 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17398 (ange-ftp-raw-send-cmd):
17399 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17400 (send-process-next-char, telnet-initial-filter, telnet):
17401 Replace `send-string' by `process-send-string'.
17402
17403 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17404 (prolog-consult-region): Replace `send-string' by
17405 `process-send-string'; replace `send-region' by `process-send-region'.
17406
17407 * progmodes/delphi.el (delphi-log-msg):
17408 Replace `set-window-dot' by `set-window-point'.
17409
17410 * subr.el (window-dot, set-window-dot, read-input, send-string)
17411 (send-region, show-buffer, eval-current-buffer):
17412 Make really obsolete, as the comment says.
17413
17414 2005-05-17 Kim F. Storm <storm@cua.dk>
17415
17416 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17417 (cua--init-keymaps): Bind C-return instead of S-return to set
17418 rectangle mark.
17419
17420 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17421 instead of S-return to toggle/clear rectangle mark.
17422
17423 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17424
17425 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17426 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17427 Also fontify plain strings assigned to variables, mostly so that a
17428 colon has a face and is thus not taken as a dependency separator.
17429 (makefile-previous-dependency): Inline the new matcher, because it
17430 is too complex to work in both directions.
17431 (makefile-match-dependency): Eliminate `backward' arg (see above).
17432 Completely reimplemented so as to not sometimes go into an endless
17433 loop. It should also be more efficient, because first it only
17434 searches for `:', instead of applying the very complex regexp.
17435 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17436 to be fontified in one piece can be too long for JIT.
17437 Makefiles are never *that* big.
17438
17439 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17440
17441 * dired.el (dired-mode): Simplify.
17442
17443 2005-05-17 Lute Kamstra <lute@gnu.org>
17444
17445 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17446 defcustom for the mode hook variable.
17447
17448 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17449 Emacs Lisp Reference Manual.
17450
17451 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17452
17453 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17454 (evenp, list*):
17455 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17456 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17457
17458 * net/tramp-smb.el (tramp-smb-open-connection):
17459 Pass `tramp-chunksize' as fifth (required) argument.
17460
17461 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17462
17463 * font-lock.el (lisp-font-lock-keywords-1):
17464 Set `font-lock-negation-char-face' for [^...] char group.
17465 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17466
17467 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17468 a var, and refine it to mask one more level of nested vars.
17469 (makefile-rule-action-regex): Turn it into a var, and refine it so
17470 it recognizes backslashed continuation lines as belonging to the
17471 same command.
17472 (makefile-macroassign-regex): Refine it so it recognizes
17473 backslashed continuation lines as belonging to the same command.
17474 (makefile-var-use-regex): Don't look at the next char, because it
17475 might be the same one to be skipped by the initial [^$], leading
17476 to an overlooked variable use.
17477 (makefile-make-font-lock-keywords): Remove two parameters, which
17478 are now variables that some of the modes set locally.
17479 Handle dependency and rule action matching through functions, because
17480 regexps alone match too often. Dependency matching now comes
17481 last, so it can check, whether a colon already matched something else.
17482 (makefile-mode): Inform that font-lock improves makefile parsing
17483 capabilities.
17484 (makefile-match-dependency, makefile-match-action): New functions.
17485
17486 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17487
17488 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17489
17490 * align.el (align-regexp):
17491 * ansi-color.el (ansi-color-get-face):
17492 * array.el (array-reconfigure-rows, array-init-max-row)
17493 (array-init-max-column, array-init-columns-per-line)
17494 (array-init-field-width):
17495 * dired-aux.el (dired-trample-file-versions):
17496 * dired-x.el (dired-mark-sexp):
17497 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17498 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17499 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17500 * faces.el (face-read-integer):
17501 * files.el (backup-extract-version, insert-directory):
17502 * hexl.el (hexl-insert-decimal-char):
17503 * server.el (server-process-filter):
17504 * shell.el (shell-extract-num):
17505 * startup.el (command-line-1):
17506 * term.el (term-command-hook):
17507 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17508 (time-stamp-do-number):
17509 * time.el (display-time-update):
17510 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17511 (timezone-fix-time):
17512 * vms-patch.el (vms-suspend-resume-hook):
17513 * calendar/appt.el (appt-convert-time):
17514 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17515 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17516 * calendar/cal-islam.el (mark-islamic-diary-entries):
17517 * calendar/calendar.el (calendar-cursor-to-date)
17518 (calendar-star-date):
17519 * calendar/diary-lib.el (diary-attrtype-convert)
17520 (mark-diary-entries, diary-entry-time):
17521 * calendar/solar.el (solar-get-number):
17522 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17523 * emacs-lisp/re-builder.el (reb-display-subexp):
17524 * emulation/edt.el (edt-set-scroll-margins):
17525 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17526 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17527 (vip-get-ex-count):
17528 * emulation/viper-ex.el (viper-get-ex-token)
17529 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17530 * international/fontset.el (fontset-plain-name):
17531 * mail/feedmail.el (feedmail-look-at-queue-directory):
17532 * mail/mailalias.el (mail-get-names):
17533 * mail/rmail.el (rmail-convert-to-babyl-format):
17534 * mail/rmailsum.el (rmail-make-basic-summary-line)
17535 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17536 (rmail-summary-goto-msg):
17537 * mail/smtpmail.el (smtpmail-read-response):
17538 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17539 (ange-ftp-vms-add-file-entry):
17540 * play/gametree.el (gametree-looking-at-ply)
17541 (gametree-current-branch-score):
17542 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17543 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17544 * progmodes/cperl-mode.el (condition-case):
17545 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17546 (ebrowse-set-member-buffer-column-width)
17547 (ebrowse-select-1st-to-9nth):
17548 * progmodes/etags.el (etags-snarf-tag):
17549 * progmodes/flymake.el (flymake-parse-line):
17550 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17551 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17552 (idlwave-shell-menu-def):
17553 * progmodes/ps-mode.el (ps-run-goto-error):
17554 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17555 (vhdl-speedbar-contract-level):
17556 * term/mac-win.el (x-handle-numeric-switch):
17557 * term/sun-mouse.el (sun-get-frame-data):
17558 * term/w32-win.el (x-handle-numeric-switch):
17559 * term/x-win.el (x-handle-numeric-switch):
17560 * textmodes/ispell.el (ispell-parse-output):
17561 * textmodes/nroff-mode.el (nroff-outline-level):
17562 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17563 (reftex-bib-sort-year-reverse, reftex-format-citation):
17564 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17565 (reftex-section-number):
17566 * textmodes/texinfmt.el (texinfo-paragraphindent):
17567 Replace `string-to-int' by `string-to-number'.
17568
17569 * international/latexenc.el: Add page marker to force the "Local
17570 Variables:" string out of the last page.
17571
17572 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17573
17574 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17575 tooltip-change-major-mode.
17576 (gud-tooltip-print-command): Remove case where gud-minor-mode
17577 is gdb ("--fullname").
17578 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17579 explain to user.
17580
17581 2005-05-16 Jay Belanger <belanger@truman.edu>
17582
17583 * calc/calc-store.el (calc-copy-special-constant): New function.
17584
17585 * calc/calc-ext.el (calc-init-extensions): Add binding for
17586 `calc-copy-special-constant'.
17587
17588 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17589 for the `calc-copy-special-constant' command.
17590
17591 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17592
17593 * subr.el (left-fringe-p): New function.
17594
17595 * progmodes/compile.el (compilation-setup): Set local value of
17596 overlay-arrow-string to "" always.
17597 (compilation-set-window): Left fringe then don't scroll.
17598 No left fringe then no arrow and scroll message to top.
17599 (compilation-context-lines): Adjust doc string accordingly.
17600
17601 2005-05-16 Kim F. Storm <storm@cua.dk>
17602
17603 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17604 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17605 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17606 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17607 (ido-read-file-name): Handle commands with ido property value
17608 equal to find-file as reading a file name, to allow C-d to enter dired.
17609 (ibuffer-find-file): Add ido property with value find-file.
17610
17611 2005-05-15 Kim F. Storm <storm@cua.dk>
17612
17613 * subr.el (open-network-stream-nowait): Remove.
17614 (open-network-stream-server): Remove.
17615
17616 2005-05-15 Richard M. Stallman <rms@gnu.org>
17617
17618 * faces.el (describe-face): Output a definition link button.
17619
17620 * help-mode.el (help-face-def): New button type.
17621
17622 * emacs-lisp/copyright.el (copyright-fix-years):
17623 Match properly if the first year is 2-digit.
17624 Don't mess up the whitespace after the years by filling.
17625
17626 * dired-aux.el (dired-mark-confirm):
17627 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17628
17629 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17630 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17631 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17632
17633 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17634 Set font-lock-comment-start-skip.
17635
17636 * font-lock.el (font-lock-comment-start-skip): New variable.
17637 (font-lock-comment-end-skip): New variable.
17638 (font-lock-fontify-syntactically-region): Use them if non-nil.
17639
17640 2005-05-15 Jay Belanger <belanger@truman.edu>
17641
17642 * calc/calc-store.el (calc-store-value): Return a string rather
17643 than display it as a message.
17644 Use calc-var-name for variable name.
17645 (calc-store-into): Add the result of calc-store-value to message.
17646 (calc-copy-variable): Add a message.
17647 (calc-store-exchange): Improve error messages.
17648 (calc-store-binary, calc-store-map): Don't reset the values of
17649 special constants.
17650
17651 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17652
17653 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17654 manual to docstring.
17655
17656 * files.el (hack-local-variables-confirm): Add STRING argument.
17657 Make the function handle non file visiting buffers correctly.
17658 (hack-local-variables-prop-line, hack-local-variables)
17659 (hack-one-local-variable): Use STRING arg of
17660 `hack-local-variables-confirm'.
17661
17662 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17663
17664 Sync with Tramp 2.0.49.
17665
17666 * net/tramp.el (tramp-handle-dired-call-process)
17667 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17668 because the contents of the Tramp buffer is changed before
17669 insertion (`expand-file' and alike).
17670 (tramp-handle-insert-directory): If `localname' has an empty
17671 nondirectory name, it must not be quoted.
17672 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17673 variable `tramp-chunksize'. Change callees.
17674 (tramp-open-connection-setup-interactive-shell): Check remote host
17675 for buggy `send-process-string' implementation.
17676 Set `tramp-chunksize' if found. Reported by Michael Kifer
17677 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17678 (tramp-handle-shell-command): `insert-buffer' cannot be used
17679 because the contents of the Tramp buffer is changed before
17680 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17681 <frederic.bothamy@free.fr>.
17682 (tramp-set-auto-save): Actions should be done for Tramp file name
17683 handler only. Ange-FTP has its own auto-save mechanism.
17684 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17685 (tramp-set-auto-save-file-modes): Set file modes of
17686 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17687 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17688 (tramp-bug): Remove obsolete variable.
17689 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17690 for presence of `mml-mode'. Make it running for older Emacsen as well.
17691
17692 2005-05-14 John Paul Wallington <jpw@pobox.com>
17693
17694 * ibuf-ext.el (define-ibuffer-filter filename):
17695 If `dired-directory' is a list, use its car.
17696
17697 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17698
17699 * ibuffer.el (define-ibuffer-column filename):
17700 If `dired-directory' is a list, use its car.
17701
17702 2005-05-14 Richard M. Stallman <rms@gnu.org>
17703
17704 * subr.el (symbol-file): Doc fix.
17705
17706 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17707 (byte-compile-form): Call byte-compile-nogroup-warn.
17708 (byte-compile-warning-types): Doc fix.
17709
17710 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17711
17712 * progmodes/cc-engine.el (c-literal-faces):
17713 Add font-lock-comment-delimiter-face.
17714
17715 * net/net-utils.el (dig): Use with-no-warnings.
17716
17717 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17718 (sc-recite-frame-alist, sc-default-cite-frame)
17719 (sc-default-uncite-frame, sc-default-recite-frame)
17720 (sc-attrib-selection-list, sc-rewrite-header-list):
17721 Mark as risky-local-variable.
17722
17723 * international/ogonek.el (ogonek-jak, ogonek-how):
17724 Don't use beginning-of-buffer.
17725
17726 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17727
17728 * calendar/solar.el (solar-data-list): Move definition up.
17729
17730 * dnd.el (dnd-protocol-alist): Add autoload.
17731
17732 * progmodes/sh-script.el: Many doc usage fixes.
17733 (sh-indent-after-do): Change default to match common styles.
17734
17735 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17736
17737 * files.el (interpreter-mode-alist)
17738 (auto-mode-interpreter-regexp): Doc fixes.
17739
17740 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17741
17742 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17743
17744 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17745
17746 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17747
17748 * dired.el (dired-mode): make-variable-buffer-local =>
17749 make-local-variable.
17750
17751 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17752
17753 * term/mac-win.el (mac-select-convert-to-string): Try coding
17754 systems in mac-script-code-coding-systems if specified one cannot
17755 encode string for `com.apple.traditional-mac-plain-text'.
17756
17757 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17758
17759 * progmodes/make-mode.el (makefile-targets-face)
17760 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17761 (makefile-dependency-regex): Fix it to not make the colon in
17762 $(var:a=b) special.
17763 (makefile-rule-action-regex): New regexp for highlighting embedded
17764 Shell strings.
17765 (makefile-macroassign-regex): Handle != for highlighting as
17766 embedded Shell strings.
17767 (makefile-var-use-regex): New const.
17768 (makefile-statements, makefile-automake-statements)
17769 (makefile-gmake-statements, makefile-makepp-statements)
17770 (makefile-bsdmake-statements): New consts.
17771 (makefile-make-font-lock-keywords): New function.
17772 (makefile-automake-font-lock-keywords)
17773 (makefile-gmake-font-lock-keywords)
17774 (makefile-makepp-font-lock-keywords)
17775 (makefile-bsdmake-font-lock-keywords): New consts.
17776 (makefile-mode-map): Add switchers between the various submodes.
17777 (makefile-mode): Document the availability of the variants.
17778 (makefile-automake-mode, makefile-gmake-mode)
17779 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17780
17781 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17782 new variants of makefile-mode.
17783
17784 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17787 the inheritance.
17788
17789 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17790
17791 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17792 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17793
17794 * files.el (normal-mode): Extend the scope of the
17795 `enable-local-variables' binding to include the `set-auto-mode' call.
17796 (magic-mode-alist): Doc fix.
17797
17798 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17801 font-lock-comment-face rather than copying its setting.
17802
17803 2005-05-12 Andreas Schwab <schwab@suse.de>
17804
17805 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17806
17807 2005-05-12 Lute Kamstra <lute@gnu.org>
17808
17809 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17810 defcustom for the mode hook variable. Delete the last argument.
17811 * generic-x.el: Fix callers of define-generic-mode.
17812 (generic-x-modes): Delete group.
17813 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17814 generic-x customization group.
17815
17816 2005-05-12 Kim F. Storm <storm@cua.dk>
17817
17818 * font-lock.el (font-lock-negation-char-face): Default to "off".
17819
17820 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17821 font-lock-negation-char-face to ! in !=.
17822
17823 2005-05-12 Masatake YAMATO <jet@gyve.org>
17824
17825 * add-log.el (find-change-log): Fix typos in the docstring
17826 of function.
17827
17828 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17829
17830 * international/latexenc.el (latexenc-find-file-coding-system):
17831 Avoid `re-search-forward' when looking for input encoding because
17832 of speed and safety. Better regular expressions for recognizing
17833 input encoding. Limit a search for TeX-master/tex-main-file to
17834 the local variable section.
17835
17836 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17837
17838 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17839 syntax of $ to "'" (quote).
17840
17841 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17842
17843 * dnd.el (dnd-protocol-alist): Improve custom type.
17844
17845 * dired.el (dired-dnd-protocol-alist): New variable.
17846 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17847 `dired-mode-hook' to the end.
17848
17849 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17852 comment-end if comment-start-skip is not set.
17853 Obey the font-lock-comment-delimiter-face variables.
17854
17855 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * files.el (executable-find): Move from executable.el. Use
17858 locate-file.
17859 * progmodes/executable.el (executable-find): Move to files.el.
17860
17861 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17862 when trying to ensure forward progress.
17863
17864 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17865
17866 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17867 (mouse-select, mouse-select-internal, mouse-extend-internal):
17868 Use it to implement mouse-1-click-follows-link functionality.
17869
17870 2005-05-11 Richard M. Stallman <rms@gnu.org>
17871
17872 * font-lock.el (font-lock-fontify-syntactically-region):
17873 Use font-lock-comment-delimiter-face for comment delimiters.
17874
17875 2005-05-10 Jay Belanger <belanger@truman.edu>
17876
17877 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17878 preserving embedded modes.
17879
17880 2005-05-10 Richard M. Stallman <rms@gnu.org>
17881
17882 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17883
17884 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17885 Move from ada-stmt.el.
17886 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17887
17888 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17889 Move to ada-mode.el.
17890 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17891
17892 * cus-edit.el (custom-file): Call file-chase-links.
17893
17894 * files.el (read-directory-name): Fix previous change.
17895 (hack-local-variables-confirm): New function.
17896 (hack-local-variables-prop-line, hack-local-variables)
17897 (hack-one-local-variable): Use it.
17898
17899 2005-05-10 Lute Kamstra <lute@gnu.org>
17900
17901 * font-lock.el (font-lock-keywords-alist)
17902 (font-lock-removed-keywords-alist): Clarify docstrings.
17903
17904 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17905
17906 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17907 (gdb-source-info): Check for preprocessor info.
17908 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17909 a macro for a function.
17910 (gdb-info-breakpoints-custom): Try to find file again if not already
17911 found (user might have used GDB dir command).
17912 (gdb-get-location): Update gdb-location-alist correctly for change
17913 to gdb-info-breakpoints-custom.
17914
17915 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17916 (gud-tooltip-print-command): Add gdbmi case.
17917 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17918 preprocessor info.
17919
17920 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17921
17922 * startup.el (fancy-splash-insert): Fix typo in doc string.
17923
17924 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17925
17926 * obsolete/float.el (string-to-float):
17927 * obsolete/hilit19.el (hilit-add-pattern):
17928 * obsolete/rnews.el (news-parse-range, news-select-message)
17929 (news-get-pruned-list-of-files): Replace `string-to-int' by
17930 `string-to-number'.
17931
17932 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17933 `find-file-not-found-hooks'; use `add-hook'.
17934 (uncompress-while-visiting): Set `write-file-functions', not
17935 `write-file-hooks'; use `add-hook'.
17936
17937 2005-05-09 Kim F. Storm <storm@cua.dk>
17938
17939 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17940 (cua-paste): Handle clipboard action.
17941 (cua--init-keymaps): Remap clipboard-kill-region and
17942 clipboard-kill-ring-save.
17943
17944 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17945
17946 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17947 Improve commentary.
17948
17949 * simple.el (next-error-overlay-arrow-position): Revert the change
17950 made on 2005-04-30.
17951
17952 2005-05-07 Jay Belanger <belanger@truman.edu>
17953
17954 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17955 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17956 `calc-sel-reselect'.
17957
17958 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17959 Calc is in embedded mode.
17960
17961 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17962
17963 * progmodes/compile.el (compilation-setup):
17964 Set overlay-arrow-string to an empty string on text terminals.
17965
17966 * textmodes/ispell.el (ispell-program-name): Try looking for
17967 "aspell" along exec-path, and if found, use it as the default
17968 speller program.
17969
17970 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17971
17972 * international/mule.el (sgml-xml-auto-coding-function):
17973 Recognize encoding='FOO' in single quotes as well as in double quotes.
17974
17975 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17976
17977 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17978 as well as `interactive', so that defmacro* would recognize
17979 `declare' forms.
17980
17981 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17982
17983 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17984 Explain more about the LIGHTER arg's usage in the doc string.
17985 Add commentary to clarify what the code does. Fix the regexp that
17986 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17987 since it could have characters special to regular expressions.
17988
17989 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17990
17991 * replace.el (occur-1): Bind inhibit-read-only so that
17992 erase-buffer doesn't barf on read-only text properties (likewise
17993 for add-text-properties in occur-engine). Mark buffer as unmodified.
17994 (occur-engine): Don't set buffer-read-only here.
17995
17996 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17997
17998 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17999 list-buffers-directory. This caused the *cvs-commit* buffer to be
18000 sometimes mistakenly reused as a *cvs* buffer.
18001
18002 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18003
18004 * tooltip.el: Move code for GUD tooltips into gud.el.
18005 (require): CL no longer needed to compile case.
18006 (tooltip-mode): Do not toggle functions for GUD tooltips.
18007 (tooltip-gud-tips-p): Remove. Replace with minor mode
18008 gud-tooltip-mode in gud.el.
18009 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18010 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18011 tooltip-gud prefix with gud-tooltip and obsolete.
18012 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18013 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18014 (tooltip-mouse-motion): Mouse movement functions/variable.
18015 Rename in gud.el by adding gud prefix.
18016 (tooltip-gud-original-filter, tooltip-gud-dereference)
18017 (tooltip-gud-event, tooltip-toggle-gud-tips)
18018 (tooltip-gud-process-output, tooltip-gud-print-command)
18019 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18020 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18021 (gdb-tooltip-print): Move to gdb-ui.el.
18022
18023 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18024 (require): CL needed to compile case.
18025 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18026 tooltip-gud-tips-p. Make it a minor-mode.
18027 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18028 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18029 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18030 (gud-tooltip-change-major-mode)
18031 (gud-tooltip-activate-mouse-motions-if-enabled)
18032 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18033 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18034 (gud-tooltip-original-filter, gud-tooltip-dereference)
18035 (gud-tooltip-event, tooltip-toggle-gud-tips)
18036 (gud-tooltip-process-output, gud-tooltip-print-command)
18037 (gud-tooltip-tips): Move from tooltip.el.
18038
18039 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18040 (gdb-cpp-define-alist-flags): Doc fix.
18041 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18042 gud-tooltip-mode is t.
18043
18044 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18047 evaporate if their text is deleted.
18048 (goto-address-at-point): Make it work as a mouse binding as well.
18049 (goto-address-at-mouse): Obsolete it. Update users.
18050
18051 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18052
18053 * calendar/appt.el (top-level): No longer activate on load.
18054
18055 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18056
18057 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18058 * net/webjump.el (webjump):
18059 * progmodes/idlw-help.el (idlwave-do-context-help1)
18060 (idlwave-highlight-linked-completions):
18061 * textmodes/po.el (po-find-file-coding-system-guts):
18062 Replace `assoc-ignore-case' by `assoc-string'.
18063
18064 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18065
18066 * files.el (locate-file): Doc fix.
18067
18068 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18069 Remove the redundant test for ms-dos.
18070
18071 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18072 look for the preprocessor with exec-suffixes. If not found in
18073 standard places, look in exec-path. Remove most of the tests that
18074 used system-type.
18075
18076 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18077
18078 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18079
18080 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18081 file-name clash with jka-compr.el on 8+3 filesystems.
18082
18083 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18084
18085 * term/mac-win.el: Don't define or bind scroll bar functions if
18086 x-toolkit-scroll-bars is t.
18087 (x-select-text, x-get-selection-value): Clear
18088 x-last-selected-text-clipboard if x-select-enable-clipboard is
18089 nil.
18090 (PRIMARY): Put mac-scrap-name property.
18091 (mac-select-convert-to-file-url): New function.
18092 (public.file-url): New selection target type. Add to
18093 selection-converter-alist.
18094 (x-get-selection, x-selection-value): Handle it.
18095 (x-cut-buffer-or-selection-value): New alias.
18096
18097 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18098
18099 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18100 entry to avoid calling bibtex-find-entry with arg global
18101 being t. Remove arg key.
18102 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18103 (bibtex-copy-summary-as-kill): Change accordingly.
18104
18105 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18108 (org-agenda-date-later): Use with-current-buffer.
18109
18110 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18111
18112 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18113 (define-obsolete-variable-alias): Doc Fixes.
18114
18115 2005-05-06 Kim F. Storm <storm@cua.dk>
18116
18117 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18118 vertical-motion when selective-display is active.
18119
18120 * ido.el (ido-setup-hook): New hook.
18121 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18122 (ido-input-stack): New var.
18123 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18124 ido-next-work-file binding to M-O.
18125 Bind M-f to ido-wide-find-file-or-pop-dir.
18126 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18127 (ido-read-internal): Run ido-setup-hook.
18128 Catch quit in read-file-name and read-string to cancel edit.
18129 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18130 Automatically pop-all when completing a directory name (RET).
18131 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18132 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18133 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18134 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18135 New functions for M-b/M-f to move among the directory components.
18136 (ido-make-merged-file-list): Catch quit to cancel merge.
18137 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18138 (ido-completion-help): No warnings for ido-completion-buffer-full.
18139
18140 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18141
18142 * font-lock.el (font-lock-negation-char-face): New face and variable.
18143 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18144 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18145 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18146 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18147
18148 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18149
18150 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18151 Fix typo in docstring.
18152
18153 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18154 (ebrowse-print-statistics-line)
18155 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18156
18157 * term/w32-win.el (image-library-alist): Add additional name for
18158 Xpm library.
18159
18160 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18161
18162 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18163 use gcc instead of cpp.
18164
18165 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18166 (gdb-create-define-alist): Use it.
18167 (gdb-cpp-define-alist-program): Update for MS-DOS.
18168
18169 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18170
18171 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18172
18173 2005-05-04 Richard M. Stallman <rms@gnu.org>
18174
18175 * help.el (describe-key): No error when UNTRANSLATED is nil.
18176
18177 * simple.el (line-move-1): Fix previous change to signal errors
18178 appropriately.
18179
18180 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18181
18182 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18183 (icalendar-duration-correction): Remove.
18184 (icalendar--get-event-properties): Split result at commas.
18185 (icalendar--decode-isoduration): New optional argument
18186 DURATION-CORRECTION.
18187 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18188 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18189 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18190 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18191 (icalendar--convert-anniversary-to-ical): New functions, extracted
18192 from icalendar-export-region, with bug fixes.
18193 (icalendar-export-region): Use the above functions.
18194 (icalendar-import-buffer): Check before saving diary file.
18195 (icalendar--convert-recurring-to-diary)
18196 (icalendar--convert-non-recurring-all-day-to-diary)
18197 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18198 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18199 (icalendar--convert-ical-to-diary): Use the above functions.
18200
18201 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18202
18203 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18204 Remove these recent additions.
18205 (c-mode): Restore to before 2005-04-28.
18206
18207 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18208 recent addition.
18209
18210 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18211 (gdb-define-alist): New variables.
18212 (gdb-create-define-alist): New function.
18213 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18214 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18215 with string-to-number.
18216 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18217
18218 * progmodes/gud.el: Replace string-to-int with string-to-number.
18219 (gud-find-file): Handle gdb-define-alist.
18220
18221 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18222
18223 2005-05-02 Jay Belanger <belanger@truman.edu>
18224
18225 * calc/calc-aent.el (math-read-token):
18226 * calc/calc-bin.el (calc-word-size):
18227 * calc/calc-ext.el (calc-read-number-fancy):
18228 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18229 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18230 * calc/calc-frac.el (calc-over-notation):
18231 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18232 (calc-graph-num-points, calc-graph-init):
18233 * calc/calc-prog.el (calc-read-parse-table-part)
18234 (calc-edit-macro-repeats):
18235 * calc/calc-yank.el (calc-do-grab-rectangle):
18236 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18237 Replace `string-to-int' by `string-to-number'.
18238
18239 2005-05-02 Kim F. Storm <storm@cua.dk>
18240
18241 * kmacro.el: Use executing-kbd-macro-index variable.
18242
18243 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18244
18245 * net/rlogin.el (rlogin-parse-words): Delete func.
18246 (rlogin): Use split-string, not rlogin-parse-words.
18247 Also, if there are option-like elements in the parsed args,
18248 take the host to be the first arg immediately following them.
18249 Suggested by Michael Mauger.
18250
18251 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18252
18253 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18254
18255 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18256
18257 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18258 (cc-mode-cpp-program): Rename to cc-define-list-program and
18259 move to cc-vars.el.
18260
18261 * progmodes/cc-vars.el (cc-define-list-program):
18262 Change to "gcc -E -dM -". Make customizable.
18263
18264 2005-05-02 Kim F. Storm <storm@cua.dk>
18265
18266 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18267
18268 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18269
18270 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18271
18272 * international/mule-util.el (truncate-string): Remove alias and
18273 obsolete declaration.
18274
18275 * international/mule-cmds.el (update-iso-coding-systems):
18276 Remove alias and obsolete declaration.
18277
18278 * international/mule.el (coding-system-parent): Remove alias and
18279 obsolete declaration.
18280
18281 * subr.el (define-function, sref): Remove aliases and obsolete
18282 declarations.
18283 (chars-in-region): Remove obsolete declaration.
18284
18285 2005-05-01 Richard M. Stallman <rms@gnu.org>
18286
18287 * info.el (Info-mode): Set widen-automatically to nil, locally.
18288
18289 * simple.el (widen-automatically): New variable.
18290 (pop-global-mark): Obey widen-automatically.
18291
18292 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18293
18294 * term/xterm.el (function-key-map): Call substitute-key-definition
18295 before the keymap size is increased by a lot of define-key calls.
18296
18297 2005-05-01 Richard M. Stallman <rms@gnu.org>
18298
18299 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18300 Rename ARG to ELEMENT. Doc fix.
18301
18302 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18303
18304 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18305 Remove references to allout-exposure/change to allout-new-exposure.
18306
18307 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18308 bytecode symbols.
18309
18310 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18311 (compiled-function-p, focus-frame, unfocus-frame):
18312 Remove aliases and obsolete declarations.
18313 Back out inadvertent changes from previous commit.
18314
18315 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18316
18317 * files.el (require-final-newline): Make Custom tags consistent
18318 with mode-require-final-newline.
18319 (mode-require-final-newline): Doc fix.
18320
18321 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18322
18323 * international/latexenc.el (latexenc-find-file-coding-system):
18324 Fix regular expressions.
18325
18326 2005-05-01 David Kastrup <dak@gnu.org>
18327
18328 * international/latexenc.el (latexenc-find-file-coding-system):
18329 Fix regular expressions.
18330
18331 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18332
18333 * subr.el (string-to-int): Make obsolete.
18334
18335 2005-04-30 Richard M. Stallman <rms@gnu.org>
18336
18337 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18338
18339 * loadup.el: load jka-comp-hook.
18340
18341 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18342 (jka-compr-handler): Add autoload. `put' calls moved
18343 to jka-comp-hook.el.
18344 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18345 (jka-compr-inhibit): Autoload.
18346
18347 * jka-comp-hook.el: New file.
18348 Enable the mode by default.
18349
18350 * files.el (backup-buffer-copy): Use copy-file instead
18351 of write-region, and put back the 'excl.
18352
18353 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18354
18355 * progmodes/flymake.el (flymake-split-string)
18356 (flymake-split-string, flymake-log, flymake-pid-to-names)
18357 (flymake-reg-names, flymake-get-source-buffer-name)
18358 (flymake-unreg-names, flymake-add-line-err-info)
18359 (flymake-add-err-info): Clarify docstrings.
18360 (flymake-popup-menu, flymake-make-emacs-menu)
18361 (flymake-make-xemacs-menu): Add docstrings.
18362 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18363 Set variables directly throughout.
18364
18365 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18366
18367 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18368 exists. Initialize cc-define-alist.
18369 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18370 If there is no file (Macroexpansion) don't create an alist.
18371
18372 2005-04-29 Sam Steingold <sds@gnu.org>
18373
18374 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18375 (cc-create-define-alist): Use it instead of the hard-coded string.
18376
18377 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18378
18379 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18380 for latexenc.
18381
18382 2005-04-29 Lute Kamstra <lute@gnu.org>
18383
18384 * emacs-lisp/generic.el: Improve commentary section.
18385 (define-generic-mode): Improve docstring.
18386
18387 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18388
18389 * textmodes/org.el (many places): Change to quiet the byte compiler.
18390 (org-prefix-format-compiled): New variable.
18391 (org-compile-prefix-format): New function.
18392 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18393 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18394 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18395 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18396 consistency with entries from `org-mode' files.
18397 (org-get-time-of-day): Fix bug with partial matches early in a line.
18398 (org-non-link-chars): New constant.
18399 (org-link-regexp): Respect `org-non-link-chars'.
18400 (org-agenda-day-view): Remove command.
18401 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18402 (org-follow-bbdb-link, org-store-link): Search also company field.
18403 (org-highlight-overlay): New variable.
18404 (org-highlight, org-unhighlight): New functions.
18405 (org-agenda-mode): Add pre-command-hook to remove highlight.
18406 (org-evaluate-time-range): Behavior depends upon whether time stamp
18407 contains a time or not.
18408 (org-show-subtree, org-show-entry): New functions.
18409 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18410
18411 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18412
18413 * comint.el (comint-output-filter-functions): Add autoload cookie.
18414
18415 2005-04-28 Kim F. Storm <storm@cua.dk>
18416
18417 * ido.el (ido-everywhere): Fix last change.
18418
18419 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18420
18421 * international/latexenc.el: New file.
18422 * international/mule-conf.el (file-coding-system-alist): For .tex,
18423 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18424
18425 2005-04-28 Lute Kamstra <lute@gnu.org>
18426
18427 * font-lock.el (font-lock-add-keywords)
18428 (font-lock-remove-keywords): Clarify docstring.
18429 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18430 Don't start docstrings with a `*'.
18431 (font-lock-update-removed-keyword-alist): Give it a docstring.
18432
18433 * generic-x.el: Update commentary section.
18434 Only require font-lock when compiling.
18435 Define all modes conditionally.
18436 Place all generic modes in the generic-x-modes customization group.
18437 (generic-x-modes): New customization group.
18438 (generic-default-modes, generic-mswindows-modes)
18439 (generic-unix-modes, generic-other-modes): New constants.
18440 (generic-define-mswindows-modes, generic-define-unix-modes):
18441 Update docstrings. Make them obsolete.
18442 (generic-extras-enable-list): New default value. Update docstring.
18443 Improve :type. Change :set function.
18444 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18445 Fix docstring.
18446
18447 * emacs-lisp/generic.el (generic-mode-internal):
18448 Simplify font-lock-defaults.
18449 (define-generic-mode): Fix docstring.
18450
18451 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18454 font-lock-face property to highlight matches.
18455
18456 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18457
18458 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18459 (cc-define-alist): New variable.
18460 (c-mode): Make it local and initialize it.
18461
18462 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18463 (gdb-exited): New function.
18464 (gdb-annotation-rules): Use it.
18465 (gdb-starting): Set gdb-active-process to t.
18466 (gdb-stopping): Amend doc string.
18467 (gdb-reset): Set gdb-active-process to nil.
18468
18469 * tooltip.el (tooltip-gud-tips): Show the associated #define
18470 directives when a C program under GDB is not executing.
18471
18472 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18475 font-lock-fontify-syntactic-keywords.
18476
18477 * font-lock.el (font-lock-default-fontify-region): Don't force
18478 parse-sexp-lookup-properties to nil.
18479
18480 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18481
18482 * man.el (man-mode-syntax-table): Set up `:' to have
18483 word-constituent syntax.
18484
18485 2005-04-27 Lute Kamstra <lute@gnu.org>
18486
18487 * novice.el (disable-command): Don't add spurious newlines to the
18488 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18489
18490 2005-04-26 Jay Belanger <belanger@truman.edu>
18491
18492 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18493 than one window before deleting window.
18494
18495 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18496
18497 * shell.el (shell-prompt-pattern): Doc fix.
18498 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18499
18500 * comint.el (comint-prompt-regexp, comint-get-old-input)
18501 (comint-use-prompt-regexp)
18502 (comint-use-prompt-regexp-instead-of-fields)
18503 (comint-replace-by-expanded-history, comint-send-input)
18504 (comint-output-filter, comint-get-old-input-default)
18505 (comint-line-beginning-position, comint-bol, comint-show-output)
18506 (comint-backward-matching-input, comint-forward-matching-input)
18507 (comint-next-prompt, comint-previous-prompt):
18508 Rename `comint-use-prompt-regexp-instead-of-fields' to
18509 `comint-use-prompt-regexp'. Keep old name as alias and declare
18510 obsolete.
18511 (comint-use-prompt-regexp): Shorten first line of doc string.
18512
18513 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18514 Set paragraph-separate buffer locally to "\\'".
18515
18516 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18517 Adapt to above name change.
18518
18519 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18520 (smbclient-prompt-regexp): Ditto.
18521
18522 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18523
18524 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18525
18526 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18527 gdb-location-list.
18528 Break lines that are over 80 characters wide.
18529
18530 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18531
18532 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18533 New fun and var, to preserve compatibility.
18534
18535 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18536
18537 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18538
18539 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18540 name to file-newer-than-file-p.
18541
18542 2005-04-26 Richard M. Stallman <rms@gnu.org>
18543
18544 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18545
18546 * progmodes/python.el (python-mode):
18547 Use new name eldoc-documentation-function.
18548
18549 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18550
18551 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18552 (eldoc-documentation-function):
18553 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18554
18555 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18556
18557 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18558
18559 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18560
18561 * term/xterm.el (function-key-map): Fix strings for
18562 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18563 {C,S,A,C-S}-{f1-f12}.
18564
18565 2005-04-26 Kenichi Handa <handa@m17n.org>
18566
18567 * international/mule-cmds.el (select-safe-coding-system):
18568 Fix previous change.
18569
18570 2005-04-26 Lute Kamstra <lute@gnu.org>
18571
18572 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18573
18574 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18575 (font-lock-comment-delimiter-face): Ditto.
18576
18577 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18578
18579 2005-04-25 Jay Belanger <belanger@truman.edu>
18580
18581 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18582 to t while inserting information; use help-mode.
18583
18584 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18585
18586 * term.el (ansi-term-color-vector): Use the xterm colors.
18587 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18588
18589 2005-04-25 Lute Kamstra <lute@gnu.org>
18590
18591 * font-core.el (font-lock-defaults): Fix docstring.
18592
18593 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18594
18595 2005-04-25 Kenichi Handa <handa@m17n.org>
18596
18597 * international/mule-cmds.el (select-safe-coding-system):
18598 Don't check consistency with coding: spec, etc if raw-text or
18599 no-conversion was found to be safe.
18600
18601 2005-04-24 Richard M. Stallman <rms@gnu.org>
18602
18603 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18604 citation markers at start of each line.
18605
18606 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18607 citation markers at start of each line.
18608
18609 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18610
18611 * files.el (mode-require-final-newline): Fix previous change.
18612 (require-final-newline): Fix type label.
18613
18614 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18615
18616 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18617 statement in buffer (broken by 2004-11-24 change).
18618
18619 2005-04-24 Kim F. Storm <storm@cua.dk>
18620
18621 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18622 and read-file-name-function values. Don't overwrite existing
18623 non-nil values if ido-mode is enabled without ido-everywhere.
18624
18625 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18626
18627 * files.el (mode-require-final-newline): Minor doc fix.
18628
18629 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18630
18631 * subr.el (syntax-after): Doc fix.
18632 (syntax-class): If argument is nil, return nil. Mask off upper 16
18633 bits, not 8 bits.
18634
18635 * files.el (mode-require-final-newline): Doc fix.
18636 (backup-buffer-copy): Fix last change.
18637
18638 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18639
18640 * term/mac-win.el: Require select. Set selection-coding-system to
18641 mac-system-coding-system. Call menu-bar-enable-clipboard.
18642 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18643 (x-select-enable-clipboard): New variables.
18644 (x-select-text, x-get-selection, x-selection-value)
18645 (x-get-selection-value, mac-select-convert-to-string)
18646 (mac-services-open-file, mac-services-open-selection)
18647 (mac-services-insert-text): New functions.
18648 (CLIPBOARD, FIND): Put mac-scrap-name property.
18649 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18650 (public.tiff): Put mac-ostype property.
18651 (selection-converter-alist): Add entries for them.
18652 (mac-application-menu-map): New keymap.
18653 (interprogram-cut-function, interprogram-paste-function): Set to
18654 x-select-text and x-get-selection-value, respectively.
18655 (split-window-keep-point): Set to t.
18656
18657 2005-04-23 Richard M. Stallman <rms@gnu.org>
18658
18659 * files.el (read-directory-name): Always pass non-nil
18660 DEFAULT-FILENAME arg to read-file-name.
18661 (backup-buffer-copy, basic-save-buffer-2): Take care against
18662 writing thru an unexpected existing symlink.
18663 (revert-buffer): In indirect buffer, revert the base buffer.
18664 (magic-mode-alist): Doc fix.
18665 (buffer-stale-function): Doc fix.
18666 (minibuffer-with-setup-hook): Avoid warning.
18667 (mode-require-final-newline): Doc and custom fix.
18668
18669 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18670
18671 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18672 use the default appearance.
18673 (font-lock-comment-delimiter-face): New face, new variable.
18674
18675 * imenu.el (imenu--generic-function): The official position of a
18676 definition is the start of the line that BEG is in.
18677
18678 * midnight.el (midnight-timer): Move defvar up.
18679
18680 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18681
18682 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18683
18684 * startup.el (command-line): Use with-no-warnings.
18685
18686 * window.el (window-size-fixed): New defvar.
18687
18688 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18689
18690 * mail/rmail.el (rmail-font-lock-keywords):
18691 Use font-lock-comment-delimiter-face.
18692
18693 * mail/sendmail.el (mail-font-lock-keywords):
18694 Use font-lock-comment-delimiter-face.
18695
18696 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18697
18698 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18699
18700 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18701 Specify t for LAXMATCH when matching directories.
18702 Save match data around compilation-compat-error-properties form.
18703
18704 2005-04-23 David Kastrup <dak@gnu.org>
18705
18706 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18707 Mention that the autoloaded aliases should be kept for AUCTeX.
18708
18709 2005-04-23 Andreas Schwab <schwab@suse.de>
18710
18711 * isearch.el (isearch-forward): Doc fix.
18712
18713 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18714
18715 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18716 (jit-lock-stealth-nice): Change default value to 0.5.
18717
18718 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18719
18720 * abbrev.el (write-abbrev-file): Write table entries in
18721 alphabetical order by table name.
18722
18723 2005-04-22 Kim F. Storm <storm@cua.dk>
18724
18725 * ido.el (ido-read-internal): Fix `list' completion.
18726
18727 2005-04-22 Kenichi Handa <handa@m17n.org>
18728
18729 * recentf.el (recentf-save-file-coding-system): New variable.
18730 (recentf-save-list): Encode the file by
18731 recentf-save-file-coding-system and add coding: tag.
18732
18733 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18734
18735 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18736
18737 2005-04-21 Lute Kamstra <lute@gnu.org>
18738
18739 * loadhist.el (unload-feature): Don't remove a function from hooks
18740 if it is about to be restored to an autoload . Remove functions
18741 that will become unbound from auto-mode-alist. Simplify the code.
18742
18743 * subr.el (assq-delete-all): New implementation that is linear,
18744 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18745 (rassq-delete-all): New function.
18746
18747 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18748 Add size-indication-mode.
18749
18750 2005-04-21 Kenichi Handa <handa@m17n.org>
18751
18752 * international/mule-cmds.el: Add autoload for widget-value in
18753 eval-when-compile.
18754
18755 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18756
18757 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18758 Add tooltip-mode.
18759
18760 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18761
18762 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18763
18764 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18765 (inferior-lisp-filter-regexp, inferior-lisp-program)
18766 (inferior-lisp-load-command, inferior-lisp-prompt)
18767 (inferior-lisp-mode-hook, lisp-source-modes)
18768 (inferior-lisp-load-hook): defvar->defcustom.
18769 (inferior-lisp-program, inferior-lisp-prompt)
18770 (inferior-lisp-load-hook): Doc fixes.
18771 (inferior-lisp-install-letter-bindings): Small change in
18772 introductory comment.
18773
18774 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18775
18776 * vc.el (vc-annotate-color-map): Change some colors so that text
18777 using them as foreground is readable on both white and black
18778 backgrounds.
18779
18780 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18781
18782 * international/mule-conf.el (translation-table-for-input):
18783 Remove redundant declaration.
18784
18785 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18786
18787 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18788
18789 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18790 (tooltip-toggle-gud-tips): New function.
18791
18792 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18793
18794 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18795 right angle brackets.
18796
18797 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18798
18799 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18800
18801 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18802
18803 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18804 Remove. Update callers to use expand-file-name instead.
18805
18806 * subr.el (syntax-class): New function.
18807
18808 * simple.el (blink-matching-open): Use it.
18809
18810 * paren.el (show-paren-function): Use it to recognize parens that are
18811 also used in 2-char comment markers.
18812
18813 2005-04-19 Lute Kamstra <lute@gnu.org>
18814
18815 * loadhist.el (unload-feature): Update for new format of
18816 load-history. Simplify the code.
18817
18818 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18819
18820 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18821 (mac-add-charset-info): New function. Initialize variable
18822 mac-charset-info-alist using it.
18823 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18824 for translation.
18825 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18826 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18827 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18828 New CCL programs.
18829
18830 2005-04-19 Kim F. Storm <storm@cua.dk>
18831
18832 * simple.el (next-buffer, prev-buffer, next-error)
18833 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18834 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18835
18836 * bindings.el (next-buffer, prev-buffer, next-error)
18837 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18838 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18839 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18840 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18841
18842 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * isearch.el (isearch-edit-string): Make the search-ring available for
18845 minibuffer history commands.
18846 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18847 the default history commands now work just as well.
18848 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18849
18850 2005-04-18 Kim F. Storm <storm@cua.dk>
18851
18852 * emulation/cua-base.el (cua--pre-command-handler): Add more
18853 elaborate check for shift modifier on non-window systems.
18854
18855 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18856
18857 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18858
18859 2005-04-18 Kim F. Storm <storm@cua.dk>
18860
18861 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18862 and make it optional. Don't test tooltip-gud-echo-area here.
18863 (tooltip-gud-process-output, gdb-tooltip-print):
18864 Pass tooltip-gud-echo-area to tooltip-show.
18865 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18866
18867 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18868
18869 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18870 `display-graphic-p' may not be bound yet.
18871
18872 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18873
18874 * startup.el (command-line): No longer enable Xterm Mouse mode by
18875 default in terminals compatible with xterm.
18876
18877 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18878
18879 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18880
18881 * tooltip.el (tooltip-gud-echo-area): Rename from
18882 tooltip-use-echo-area.
18883 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18884 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18885 area independently of where help tooltips are displayed.
18886
18887 2005-04-17 David Kastrup <dak@gnu.org>
18888
18889 * cus-theme.el (custom-theme-write-variables): Quote variables
18890 where necessary.
18891
18892 2005-04-17 Richard M. Stallman <rms@gnu.org>
18893
18894 * simple.el (yank-excluded-properties): Add follow-link to value.
18895
18896 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18897
18898 * startup.el (fancy-splash-max-time): Just 30 seconds.
18899 (fancy-splash-delay): Just 7.
18900 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18901
18902 * loadhist.el (unload-feature): Update for new format of load-history.
18903 Simplify the code.
18904
18905 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18906 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18907
18908 * mail/sendmail.el (mail-font-lock-keywords):
18909 Don't fontify subject text.
18910 Don't fontify the text of a citation.
18911
18912 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18913
18914 * comint.el (comint-output-filter): Run comint-output-filter-functions
18915 with point where the user had it.
18916
18917 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * international/ucs-tables.el (ucs-set-table-for-input):
18920 Disable when using unify-on-decoding.
18921
18922 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18923
18924 * emulation/cua-base.el (cua-global-mark-face): Add special case
18925 for displays supporting a high number of colors.
18926
18927 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18928
18929 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18930
18931 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18932
18933 * filesets.el (filesets-add-buffer): If user supplies a name of a
18934 non-existing fileset, create a new fileset.
18935
18936 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18937
18938 * textmodes/org.el (org-up-heading-all): Fix bug with
18939 `outline-up-heading-all'.
18940
18941 2005-04-16 Andreas Schwab <schwab@suse.de>
18942
18943 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18944 /etc/permissions.d/* and /etc/aliases.d/*.
18945
18946 2005-04-16 Kenichi Handa <handa@m17n.org>
18947
18948 * international/code-pages.el (cp-make-coding-system):
18949 Set `translation-table-for-input' property value to the symbol
18950 ucs-mule-to-mule-unicode, not to that value.
18951 (pt154): Escape guillemet by `\'.
18952
18953 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18954
18955 * loadup.el: Load tooltip if x-show-tip is fboundp.
18956
18957 * startup.el (command-line): Add comment.
18958
18959 * tooltip.el (tooltip-mode): Specify correct standard value for
18960 Custom in init-value.
18961
18962 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18963
18964 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18965 possible.
18966
18967 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18968
18969 * textmodes/org.el (org-agenda-date-prompt): Rename from
18970 `org-agenda-date-today'.
18971 (org-evaluate-time-range): Insert at point instead of directly
18972 after time range.
18973 (org-first-headline-recenter, org-subtree-end-visible-p)
18974 (org-optimize-window-after-visibility-change): New functions
18975 (org-agenda-post-command-hook): Don't allow point at end of line,
18976 to make sure it always hits the text properties.
18977 (org-agenda-next-date-line, org-agenda-previous-date-line):
18978 New commands.
18979 (org-set-regexps-and-options): Category may contain white space.
18980 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18981 Improve marker positions.
18982 (org-agenda-new-marker): Argument POS made optional.
18983 (org-agenda-get-timestamps): Deadlines which are done are listed
18984 in org-done-face now.
18985 (org-agenda-get-todos, org-agenda-get-timestamps)
18986 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18987 Set `undone-face' and `done-face' properties.
18988 (org-last-todo-state-is-todo): New variable.
18989 (org-todo): Set `org-last-todo-state-is-todo'.
18990 (org-agenda-todo): Change face according to
18991 `org-last-todo-state-is-todo'. And change other lines referring to
18992 the same entry.
18993 (org-calendar-goto-agenda): New command.
18994 (org-calendar-to-agenda-key): New option.
18995 (org-startup-folded): New allowed value `content'.
18996 (org-set-regexps-and-options): Accept new value `content' for
18997 `org-startup-folded'.
18998 (org-get-current-options): Handle new value `content' for
18999 `org-startup-folded'.
19000 (org-insert-todo-heading): New command.
19001 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19002 interactively in empty file and option
19003 `org-insert-mode-line-in-empty-file' has been set.
19004 (org-agenda-todo, org-agenda-priority): Modify to use
19005 `org-agenda-change-all-lines'.
19006 (org-warning-face): Change color on dark background
19007
19008 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19009
19010 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19011 use preferences AppleLocale and AppleLanguages, and variable
19012 mac-system-locale for default locale. On Mac OS Classic, use
19013 mac-system-coding-system for default coding systems.
19014
19015 * term/mac-win.el: Don't set file-name-coding-system.
19016 Decode variables system-name, emacs-build-system, user-login-name, and
19017 user-full-name by mac-system-coding-system on Mac OS Classic.
19018 (mac-system-coding-system): New variable.
19019
19020 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19021
19022 * startup.el (command-line): Handle `xterm-mouse-mode' before
19023 reading init file.
19024
19025 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19026
19027 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19028
19029 * progmodes/sh-script.el (sh-here-document-word): Make it a
19030 defcustom. Doc fix.
19031 (sh-add): Bash uses $(( )) for arithmetic.
19032 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19033 (sh-maybe-here-document): Remove quotes and leading whitespace
19034 from heredoc word when closing. Indent heredoc with tabs if word
19035 starts with "-".
19036
19037 2005-04-13 Richard M. Stallman <rms@gnu.org>
19038
19039 * simple.el (undo): Fix previous change.
19040
19041 * custom.el (defface): Doc fix.
19042
19043 2005-04-13 Lute Kamstra <lute@gnu.org>
19044
19045 * Makefile.in (DONTCOMPILE): Remove list.
19046 (compile, compile-always): Don't use DONTCOMPILE.
19047 (update-authors): Load the library in which batch-update-authors
19048 is defined.
19049 * makefile.w32-in (DONTCOMPILE): Remove list.
19050 (compile, compile-always): Fix comments.
19051 (update-authors): Load the library in which batch-update-authors
19052 is defined.
19053
19054 * generic-x.el (generic-mode-ini-file-find-file-hook):
19055 Rename to ini-generic-mode-find-file-hook.
19056 Keep generic-mode-ini-file-find-file-hook as an alias.
19057 (ini-generic-mode-find-file-hook): Rename from
19058 generic-mode-ini-file-find-file-hook. Fix docstring.
19059 (ini-generic-mode): Docstring change.
19060 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19061
19062 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19063 called from lisp.
19064
19065 * generic.el: Move to the emacs-lisp subdir.
19066
19067 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19068
19069 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19070 and C-S- function and cursor motion keys.
19071
19072 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19073
19074 * startup.el (command-line): Enable Xterm Mouse mode by default.
19075 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19076 for Custom. No longer show "Mouse" in mode line when enabled.
19077 Doc fix.
19078
19079 2005-04-12 Kim F. Storm <storm@cua.dk>
19080
19081 * emulation/cua-base.el (cua-rectangle-face)
19082 (cua-rectangle-noselect-face): Define face attributes here.
19083
19084 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19085
19086 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19087
19088 * startup.el (command-line): Turn off blinking cursor if
19089 cursorBlink in resources is off or false.
19090
19091 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19092
19093 * term/mac-win.el (dnd): Require dnd.
19094 (mac-drag-n-drop): Call dnd-handle-one-url.
19095 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19096 (kTextEncodingISOLatin2): Remove constants.
19097 (mac-script-code-coding-systems): New constant.
19098 (mac-handle-language-change): New function.
19099 (special-event-map): Bind it to `language-change' event.
19100 (mac-centraleurroman, mac-cyrillic): New coding systems.
19101 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19102 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19103 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19104 encode-mac-cyrillic, respectively.
19105
19106 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19107
19108 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19109 Don't set overlay-arrow-string to "=>" as this is done
19110 globally in C now.
19111
19112 2005-04-12 Lute Kamstra <lute@gnu.org>
19113
19114 * generic-x.el (rc-generic-mode, rul-generic-mode):
19115 Fix auto-mode-alist entries.
19116 (etc-fstab-generic-mode): Tweak fontification.
19117
19118 * generic.el (generic-make-keywords-list): Fix docstring.
19119 (generic-mode-internal): Simplify generic-font-lock-keywords.
19120
19121 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19122
19123 * whitespace.el (whitespace-buffer-leading)
19124 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19125 However, fix the highlight area for the leading and
19126 trailing whitespaces to show space.
19127
19128 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19129
19130 * whitespace.el (whitespace-version): Bump to 3.5
19131
19132 (whitespace-buffer-leading, whitespace-buffer-trailing):
19133 Invert sense of the test to highlight the whitespace.
19134
19135 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19136
19137 * progmodes/gud.el (gud-display-line): GUD uses its own
19138 overlay arrow now so don't set overlay-arrow-string.
19139 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19140
19141 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19142
19143 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19144 (term-ansi-current-reverse, term-ansi-current-invisible)
19145 (term-ansi-face-already-done): Change to boolean.
19146 (term-reset-terminal, term-handle-colors-array): Handle the above
19147 vars accordingly.
19148 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19149 (term-emulate-terminal): Use the new name.
19150
19151 * faces.el (secondary-selection): Use yellow1, not yellow.
19152 (trailing-whitespace): Use red1, not red.
19153
19154 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19155
19156 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19157 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19158 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19159
19160 * cus-edit.el (dnd): New group.
19161
19162 * term/w32-win.el (dnd): Require dnd
19163 (w32-drag-n-drop): Call dnd-handle-one-url.
19164
19165 * x-dnd.el: Require dnd.
19166 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19167 Call dnd-handle-one-url.
19168 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19169 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19170 to dnd-insert-text.
19171 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19172 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19173 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19174 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19175
19176 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19177
19178 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19179
19180 * wdired.el: Doc fixes.
19181 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19182 (wdired-use-dired-vertical-movement): Rename from
19183 wdired-always-move-to-filename-beginning.
19184 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19185 (wdired-change-to-wdired-mode): Change mode name.
19186 (wdired-newline): Delete.
19187
19188 2005-04-11 Richard M. Stallman <rms@gnu.org>
19189
19190 * whitespace.el (whitespace-highlight-the-space):
19191 Don't call whitespace-unhighlight-the-space here.
19192
19193 * simple.el (undo): Record t in undo-equiv-table
19194 for the redo record made by an undo-in-region.
19195
19196 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19199 (gdb-frame-inferior-io-buffer): New Functions to control
19200 display of separate IO buffer.
19201 (menu): Add them to menu-bar.
19202 (gdb-display-buffer): Check for buffer another frame.
19203 Protect GUD buffer.
19204 (gdb-setup-windows): Create IO buffer if not already there.
19205 (gdb-memory-mode): Remove purecopy noops.
19206
19207 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19208
19209 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19210 and pass to self-insert-command.
19211
19212 2005-04-11 Lute Kamstra <lute@gnu.org>
19213
19214 * generic.el: Commentary section cleanup.
19215 (generic): Delete.
19216 (generic-use-find-file-hook, generic-lines-to-scan)
19217 (generic-find-file-regexp, generic-ignore-files-regexp)
19218 (default-generic-mode, generic-mode-find-file-hook)
19219 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19220 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19221 (generic-use-find-file-hook, generic-lines-to-scan)
19222 (generic-find-file-regexp, generic-ignore-files-regexp)
19223 (default-generic-mode, generic-mode-find-file-hook)
19224 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19225
19226 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19227
19228 * bookmark.el (bookmark-write-file): Catch errors writing file.
19229 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19230
19231 2005-04-10 Richard M. Stallman <rms@gnu.org>
19232
19233 * startup.el (fancy-splash-tail): Update copyright year.
19234 (command-line): Split part of -Q into -D.
19235 (emacs-basic-display): New defvar.
19236 (fancy-splash-text): Correct name of menu item.
19237
19238 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19239
19240 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19241 lines in one node.
19242
19243 * comint.el (comint-send-input): New arg ARTIFICIAL.
19244 Callers in this file changed.
19245
19246 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19247
19248 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19249
19250 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19251
19252 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19253 `ldap-search-internal'.
19254
19255 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19256
19257 * files.el (set-auto-mode-1): Use line-end-position.
19258
19259 * international/latin-1.el:
19260 * international/latin-2.el:
19261 * international/latin-3.el:
19262 * international/latin-4.el:
19263 * international/latin-5.el:
19264 * international/latin-8.el:
19265 * international/latin-9.el: Give punctuation syntax to NBSP.
19266
19267 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19268 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19269 Use char-classes to accept non-ascii letters, accepted in some recent
19270 bibtex implementations.
19271
19272 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19273
19274 * custom.el (custom-set-minor-mode): Any non-nil value for the
19275 variable should enable the mode when set through Custom.
19276
19277 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19278
19279 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19280 TAB binding so tab-always-indent is obeyed.
19281 (vhdl-minibuffer-local-map): Move initialization into declaration.
19282 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19283 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19284 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19285 (vhdl-current-line): Use line-beginning-position.
19286 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19287 with-output-to-temp-buffer, so the current position can be recorded.
19288
19289 2005-04-10 Masatake YAMATO <jet@gyve.org>
19290
19291 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19292 Add regexp for gcov.
19293
19294 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19295
19296 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19297 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19298 syntax which Emacs 20 doesn't support.
19299
19300 2005-04-09 Richard M. Stallman <rms@gnu.org>
19301
19302 * help.el (describe-key-briefly, describe-key):
19303 Replace strings as event types with "(any string)".
19304
19305 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * arc-mode.el (archive-mode-map): Move initialization into
19308 the declaration. Override *all* bindings of `undo'.
19309 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19310
19311 2005-04-09 Jay Belanger <belanger@truman.edu>
19312
19313 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19314
19315 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19316
19317 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19318 (xterm-register-default-colors): Update color values computation
19319 to match xterm-200.
19320
19321 2005-04-09 Kenichi Handa <handa@m17n.org>
19322
19323 * international/code-pages.el (iso-latin-7): Fix the map.
19324
19325 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19326
19327 * emacs-lisp/lisp.el (defun-prompt-regexp)
19328 (parens-require-spaces, buffer-end, end-of-defun)
19329 (insert-parentheses): Doc fixes.
19330
19331 2005-04-08 Kim F. Storm <storm@cua.dk>
19332
19333 * comint.el (comint-highlight-prompt): Fix face spec.
19334 * hi-lock.el (hi-green): Likewise.
19335
19336 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19337
19338 * cus-edit.el (custom-modified-face):
19339 * comint.el (comint-highlight-input): Fix previous changes.
19340 * term.el (term-handle-ansi-escape): Add a comment.
19341
19342 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19345 in the buffer and in whitespace-highlighted-space.
19346 (whitespace-unhighlight-the-space): Simplify.
19347 (whitespace-buffer): Simplify.
19348
19349 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19350
19351 * textmodes/table.el (table-cell-face): Add special case for
19352 displays supporting a high number of colors.
19353 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19354 (vhdl-font-lock-reserved-words-face)
19355 (vhdl-speedbar-architecture-face)
19356 (vhdl-speedbar-instantiation-face)
19357 (vhdl-speedbar-architecture-selected-face)
19358 (vhdl-speedbar-instantiation-selected-face): Likewise.
19359 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19360 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19361 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19362 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19363 (ebrowse-progress-face): Likewise.
19364 * progmodes/compile.el (compilation-info-face): Likewise.
19365 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19366 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19367 * calendar/calendar.el (diary-face): Likewise.
19368 * woman.el (woman-italic-face, woman-bold-face)
19369 (woman-unknown-face): Likewise.
19370 * wid-edit.el (widget-button-pressed-face): Likewise.
19371 * whitespace.el (whitespace-highlight-face): Likewise.
19372 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19373 * pcvs-info.el (cvs-marked-face): Likewise.
19374 * info.el (info-xref): Likewise.
19375 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19376 * hilit-chg.el (highlight-changes-face)
19377 (highlight-changes-delete-face): Likewise.
19378 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19379 (hi-red-b): Likewise.
19380 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19381 * font-lock.el (font-lock-keyword-face)
19382 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19383 * cus-edit.el (custom-invalid-face, custom-modified-face)
19384 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19385 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19386 * comint.el (comint-highlight-prompt): Likewise.
19387
19388 2005-04-08 Lute Kamstra <lute@gnu.org>
19389
19390 * font-lock.el (font-lock-keywords): Docstring fixes.
19391
19392 2005-04-08 Kenichi Handa <handa@m17n.org>
19393
19394 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19395 chars are more than a limit, print " and more..." at the tail.
19396
19397 2005-04-08 Kim F. Storm <storm@cua.dk>
19398
19399 * emacs-lisp/authors.el (authors-aliases): Update list.
19400 (authors-ignored-files): New list.
19401 (authors-fixed-entries): Fix typo.
19402 (authors-renamed-files-alist): Update list.
19403 (authors-add): Check authors-ignored-files.
19404
19405 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19406
19407 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19408 optional, to ensure backward compatibility.
19409
19410 2005-04-08 Stephen Eglen <stephen@gnu.org>
19411
19412 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19413
19414 2005-04-08 Kim F. Storm <storm@cua.dk>
19415
19416 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19417
19418 * mouse.el (mouse-on-link-p): Doc fix.
19419
19420 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19421
19422 * ielm.el (ielm-prompt-read-only): Doc fix.
19423
19424 * comint.el (comint-prompt-read-only): Doc fix.
19425
19426 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19427
19428 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19429 ensure dired always handles wildcards passed to ffap.
19430 (find-file-at-point): Use it.
19431 (ffap-dired-wildcards): Doc fix.
19432
19433 2005-04-07 Juri Linkov <juri@jurta.org>
19434
19435 * simple.el (next-error-overlay-arrow-position): New defvar.
19436 Put "=>" on its property `overlay-arrow-string'. Add it to
19437 `overlay-arrow-variable-list'.
19438
19439 * progmodes/compile.el (compilation-setup):
19440 Set `next-error-overlay-arrow-position' to nil. Also set it to
19441 nil in the local hook `kill-buffer-hook'. Make local variable
19442 `overlay-arrow-string' and set it to "=>".
19443 (compilation-goto-locus): Set BOL position to
19444 `next-error-overlay-arrow-position' instead of
19445 `overlay-arrow-position'.
19446
19447 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19448 locally instead of adding it to the global hook.
19449 (Info-kill-buffer): Move up.
19450
19451 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19452
19453 * term/xterm.el (xterm-standard-colors): Update color values from
19454 xterm-200.
19455
19456 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19457
19458 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19459
19460 * fast-lock.el:
19461 * lazy-lock.el: Move them to the obsolete subdir.
19462
19463 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19464
19465 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19466 (wdired-add-replace-advice): Remove.
19467 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19468
19469 2005-04-06 Kim F. Storm <storm@cua.dk>
19470
19471 * startup.el (command-line): Add --bare-bones alias for -Q.
19472
19473 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19474
19475 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19476 create the startup fontset if a font specification ends with
19477 `mac-roman'.
19478
19479 2005-04-06 Lute Kamstra <lute@gnu.org>
19480
19481 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19482 change.
19483
19484 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19485 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19486
19487 2005-04-05 Lute Kamstra <lute@gnu.org>
19488
19489 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19490 (define-generic-mode): Ditto. Fix debug declaration.
19491
19492 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19493 Put them in the generic-x group.
19494
19495 * calendar/timeclock.el (timeclock): Doc fix.
19496
19497 * generic.el (define-generic-mode): Don't use custom-current-group.
19498 Document default :group value.
19499 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19500 (define-global-minor-mode): Don't use custom-current-group.
19501
19502 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19503
19504 * startup.el (command-line-1): Display startup-echo-area-message
19505 when fancy splash screen is in use.
19506
19507 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19508 (sh-escaped-newline): New face.
19509 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19510 newline, and use sh-escaped-newline face.
19511
19512 * progmodes/tcl.el (tcl-escaped-newline): New face.
19513 (tcl-builtin-list): New variable.
19514 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19515 newlines. Fix keywords subexpression number.
19516
19517 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19518
19519 * textmodes/org.el (org-diary-default-entry): Fix call to
19520 `add-to-diary-entry'.
19521
19522 2005-04-05 Kim F. Storm <storm@cua.dk>
19523
19524 * ediff-init.el: Use (featurep 'xemacs).
19525
19526 2005-04-05 David Ponce <david@dponce.com>
19527
19528 * cus-edit.el (face): Derive from symbol widget. Display sample
19529 of the current face on the fly.
19530 (widget-face-sample-face-get, widget-face-notify): New functions.
19531 (widget-face-value-create): Remove.
19532
19533 * wid-edit.el (widget-field-end): Temporarily remove field
19534 narrowing before to call `get-char-property'.
19535
19536 2005-04-04 Jay Belanger <belanger@truman.edu>
19537
19538 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19539 (math-read-subscripts): New variable.
19540 (math-read-preprocess-string): Process subscripts.
19541
19542 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19543
19544 * comint.el (comint-prompt-read-only): Doc fix.
19545
19546 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19547 `-1'. Doc fix.
19548
19549 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19550
19551 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19552 Change default value to nil.
19553
19554 2005-04-04 Lute Kamstra <lute@gnu.org>
19555
19556 * autorevert.el (auto-revert-mode): Specify :group.
19557 * battery.el (display-battery-mode): Specify :group.
19558 * diff-mode.el (diff-minor-mode): Specify :group.
19559 * font-core.el (font-lock-mode): Specify :group.
19560 * hl-line.el (hl-line-mode): Specify :group.
19561 * iimage.el (iimage): New customization group.
19562 (iimage-mode): Specify :group.
19563 * longlines.el (longlines-mode): Specify :group.
19564 * master.el: Don't require easy-mmode.
19565 (master): New customization group.
19566 (master-mode): Specify :group.
19567 * msb.el (msb-mode): Specify :group.
19568 * reveal.el (reveal-mode): Specify :group.
19569 * simple.el (next-error-follow-minor-mode): Specify :group.
19570 * smerge-mode.el (smerge-mode): Specify :group.
19571 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19572 * emulation/cua-base.el (cua-mode): Specify :group.
19573 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19574 * language/thai-util.el (thai-auto-composition-mode)
19575 (thai-word-mode): Specify :group.
19576 * mail/supercite.el (sc-minor-mode): Specify :group.
19577 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19578 * progmodes/flymake.el (flymake-mode): Specify :group.
19579 * progmodes/glasses.el (glasses-mode): Specify :group.
19580 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19581 * textmodes/enriched.el (enriched-mode): Specify :group.
19582 * textmodes/refill.el (refill-mode): Specify :group.
19583
19584 * add-log.el (change-log-font-lock-keywords): Names in
19585 parenthesized lists can contain spaces.
19586
19587 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19588
19589 * startup.el (fancy-splash-text): Shorten default text of
19590 "Emacs Tutorial" line. Also, if the current language env
19591 indicates an available tutorial file other than TUTORIAL,
19592 extract its title and append it to the line in parentheses.
19593 (fancy-splash-insert): If arg is a thunk, funcall it.
19594
19595 2005-04-04 Jay Belanger <belanger@truman.edu>
19596
19597 * calc.el (calc-language-alist): Add tags to customization type.
19598
19599 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19600
19601 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19602 Doc fix.
19603
19604 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19605
19606 * add-log.el (change-log-font-lock-keywords): The manual
19607 describing a Change Log entry, says: (...) "Aside from these
19608 header lines, every line in the change log starts with a space or
19609 a tab.". The font-lock was not highlighting lines started with
19610 spaces, added support for it.
19611
19612 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19613
19614 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19615 (bibtex-generate-url-list): Update docstring accordingly. Put the
19616 complex example in the docstring.
19617 (bibtex-font-lock-url): Use pop.
19618
19619 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19620
19621 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19622
19623 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19624
19625 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19626
19627 * filesets.el (filesets-set-default): Doc fix.
19628
19629 2005-04-03 Lute Kamstra <lute@gnu.org>
19630
19631 * generic.el (define-generic-mode): Add argument to specify
19632 keywords for defcustom.
19633 (default-generic-mode): Specify :group.
19634
19635 * generic-x.el: Specify :group for all generic modes.
19636
19637 * desktop.el (desktop-no-desktop-file-hook)
19638 (desktop-after-read-hook): Doc fix.
19639
19640 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19641
19642 * simple.el (visible-mode): Use explicit :group keyword.
19643 This changes the group of `visible-mode-hook' from paren-blinking
19644 to editing-basics.
19645
19646 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19647
19648 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19649 mailbox specifications as well as URLs.
19650 (rmail-insert-inbox-text): Remove unused conditional branches.
19651
19652 2005-04-01 Jay Belanger <belanger@truman.edu>
19653
19654 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19655 (calc-gnuplot-print-command): Move definitions to calc.el.
19656
19657 * calc/calc-embed.el (calc-embedded-announce-formula)
19658 (calc-embedded-open-formula, calc-embedded-close-formula)
19659 (calc-embedded-open-word, calc-embedded-close-word)
19660 (calc-embedded-open-plain, calc-embedded-close-plain)
19661 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19662 (calc-embedded-open-mode, calc-embedded-close-mode):
19663 Move definitions to calc.el.
19664
19665 * calc/calc.el (calc-settings-file, calc-language-alist):
19666 Make customizable.
19667 (calc-embedded-announce-formula, calc-embedded-open-formula)
19668 (calc-embedded-close-formula, calc-embedded-open-word)
19669 (calc-embedded-close-word, calc-embedded-open-plain)
19670 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19671 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19672 (calc-embedded-close-mode, calc-gnuplot-name)
19673 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19674 from other files and make customizable.
19675
19676 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19679 Use buffer-live-p.
19680 (cvs-mode-run): Don't call cvs-update-header here.
19681 (cvs-run-process): Call cvs-update-header.
19682 Use process properties for cvs-postprocess and cvs-buffer so that
19683 the sentinel can behave better if the temp buffer is killed.
19684 Use a pipe rather than a tty, to better handle unexpected prompts.
19685 (cvs-sentinel): Rewrite. Call cvs-update-header.
19686
19687 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19688
19689 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19690 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19691
19692 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * generic.el (define-generic-mode): Add indentation rule.
19695
19696 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19697
19698 * files.el (mode-require-final-newline): Make Custom correctly
19699 report a nil value and allow to set it to nil via Custom.
19700 Doc fix.
19701
19702 2005-04-01 Kenichi Handa <handa@m17n.org>
19703
19704 * international/characters.el: Enable the correct case setting for
19705 dotless-i and dotted-I.
19706
19707 2005-04-01 Kim F. Storm <storm@cua.dk>
19708
19709 * ido.el (ido-file-internal): Fall back to non-ido command if
19710 initial directory is on slow ftp (or tramp) host.
19711
19712 2005-03-31 Richard M. Stallman <rms@gnu.org>
19713
19714 * emacs-lisp/autoload.el (make-autoload):
19715 Handle define-global-minor-mode.
19716
19717 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19718 Rename from easy-mmode-define-global-mode.
19719 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19720
19721 * progmodes/scheme.el (scheme-mode-syntax-table):
19722 Update syntax of | and # for two-character comment syntax.
19723
19724 2005-03-31 Lute Kamstra <lute@gnu.org>
19725
19726 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19727 (define-minor-mode): Call custom-current-group at load-time.
19728
19729 * generic.el (define-generic-mode): Add debug declaration.
19730 Add defcustom for the mode hook.
19731 (generic-mode-internal): Use run-mode-hooks.
19732
19733 2005-03-31 Kim F. Storm <storm@cua.dk>
19734
19735 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19736 (mouse-fixup-help-message): New defun called by show_help_echo
19737 to fixup mouse-2 prefix in help messages when applicable.
19738
19739 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19740
19741 2005-03-31 Kenichi Handa <handa@m17n.org>
19742
19743 * language/thai-word.el (thai-find-word-ends): Pay attention to
19744 the case that we reach the end of buffer.
19745
19746 * textmodes/fill.el (fill-text-properties-at): New function.
19747 (fill-newline): Use fill-text-properties-at instead of
19748 text-properties-at.
19749
19750 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19751
19752 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19753 not comint-quote-filename.
19754
19755 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19756
19757 * help-fns.el (help-with-tutorial): Revert last change.
19758
19759 2005-03-31 Kim F. Storm <storm@cua.dk>
19760
19761 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19762
19763 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19764
19765 * calendar/cal-china.el: Update reference to "Calendrical
19766 Calculations" book; there's a new edition.
19767 * calendar/cal-coptic.el: Likewise.
19768 * calendar/cal-french.el: Likewise.
19769 * calendar/cal-hebrew.el: Likewise.
19770 * calendar/cal-islam.el: Likewise.
19771 * calendar/cal-iso.el: Likewise.
19772 * calendar/cal-julian.el: Likewise.
19773 * calendar/cal-mayan.el: Likewise.
19774 * calendar/cal-persia.el: Likewise.
19775 * calendar/calendar.el: Likewise.
19776 * calendar/holidays.el: Likewise.
19777 * calendar/lunar.el: Likewise.
19778 * calendar/solar.el: Likewise.
19779
19780 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19781 white space from doc string.
19782
19783 2005-03-30 Jay Belanger <belanger@truman.edu>
19784
19785 * calc/calc-help.el (calc-full-help): Remove email address.
19786
19787 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19788
19789 * help-fns.el (help-with-tutorial): Delete title line.
19790
19791 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19792
19793 * calendar/cal-x.el (calendar-one-frame-setup)
19794 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19795 rather than `symbol' for set-window-dedicated-p.
19796
19797 * calendar/appt.el (appt-buffer-name): Make it a constant.
19798 (appt-add): Doc fix.
19799
19800 * filesets.el (filesets-menu-path, filesets-menu-before)
19801 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19802 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19803 (filesets-add-submenu): Delete and use add-submenu instead.
19804
19805 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19806
19807 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19808 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19809 (org-diary-default-entry): New function.
19810 (org-get-entries-from-diary): Better parsing of diary entries.
19811 (org-agenda-check-no-diary): New function.
19812 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19813 linking to diary entries.
19814 (org-agenda-execute-calendar-command): New function.
19815 (org-agenda): Improve visible section in window.
19816 Use `org-fit-agenda-window'.
19817 (org-fit-agenda-window): New option.
19818 (org-move-subtree-down): Better handling of empty lines
19819 at end of subtree.
19820 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19821 levels up.
19822 (org-fontify-done-headline): New option.
19823 (org-headline-done-face): New face.
19824 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19825 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19826 When current field is non-empty, it is copied to next row.
19827 (org-table-copy-from-above): Fix bug which made it
19828 impossible to copy fields containing only a single non-white character.
19829
19830 2005-03-30 Kim F. Storm <storm@cua.dk>
19831
19832 * kmacro.el (kmacro-end-macro): Isearch may store this command
19833 into the macro -- so ignore it when executing keyboard macro.
19834
19835 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19836
19837 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19838
19839 2005-03-29 Kenichi Handa <handa@m17n.org>
19840
19841 * language/thai.el ("Thai"): Set setup-function and exit-function
19842 for Thai language environment.
19843
19844 * language/thai-util.el: Require thai-word.
19845 (thai-word-mode-map): New variable.
19846 (thai-word-mode): New minor mode.
19847 (setup-thai-language-environment-internal): New function.
19848 (exit-thai-language-environment-internal): New function.
19849
19850 * language/thai-word.el (thai-word-table): Declare it by defvar,
19851 use dolist to initialize it.
19852 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19853 (thai-fill-find-break-point): New functions.
19854
19855 2005-03-29 Richard M. Stallman <rms@gnu.org>
19856
19857 * simple.el (idle-update-delay): Move definition up.
19858 (set-mark): Doc fix.
19859
19860 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19861
19862 * longlines.el: New file.
19863
19864 * simple.el (buffer-substring-filters): New variable.
19865 (filter-buffer-substring): New function.
19866 (kill-region, copy-region-as-kill): Use it.
19867
19868 * register.el (copy-to-register, append-to-register)
19869 (prepend-to-register): Use filter-buffer-substring.
19870
19871 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19872
19873 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19874 (gud-filter-pending-text): Move in front of gdb.
19875 (gud-overlay-arrow-position): New variable.
19876 (gud-sentinel, gud-display-line): Use it in place of
19877 overlay-arrow-position.
19878
19879 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19880
19881 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19882 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19883 (fortran-font-lock-keywords-4): New variable.
19884 (fortran-blocks-re, fortran-end-block-re)
19885 (fortran-start-block-re): New constants, for hideshow.
19886 (hs-special-modes-alist): Add a Fortran entry.
19887 (fortran-mode-map): Bind fortran-end-of-block,
19888 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19889 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19890 (fortran-looking-at-if-then, fortran-end-of-block)
19891 (fortran-beginning-of-block): New functions, for hideshow.
19892
19893 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19894 Doc fix. Tweak regexp.
19895 (f90-beginning-of-block): Push mark first.
19896
19897 2005-03-29 Jay Belanger <belanger@truman.edu>
19898
19899 * calc/calc.el: Update copyright date.
19900 (calc-version): Increase to 2.1.
19901 (calc-version-date): Remove.
19902
19903 * calc/calc-help.el: Update copyright date.
19904 (calc-full-help): Remove reference to calc-version-date.
19905 Update copyright date.
19906
19907 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19908
19909 * vc.el (vc-do-command): Use a pipe for async processes, so password
19910 prompts don't show up at places where the user can't reply.
19911
19912 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19913
19914 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19915 on the file name we pass to the inferior shell.
19916
19917 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19918
19919 * progmodes/which-func.el (which-function): Be robust in the face of an
19920 imenu--make-index-alist failure.
19921
19922 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19925
19926 * progmodes/python.el (python-preoutput-filter): Fix last change.
19927
19928 2005-03-29 Lute Kamstra <lute@gnu.org>
19929
19930 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19931 functions and compiled macros.
19932 (debug-convert-byte-code): Handle macros too.
19933 (debug-on-entry-1): Don't signal an error when trying to clear a
19934 function that is not set to debug on entry.
19935
19936 2005-03-29 Jay Belanger <belanger@truman.edu>
19937
19938 * calc/calc-lang.el: Add functions to math-function-table
19939 properties of tex and math.
19940
19941 2005-03-29 Kenichi Handa <handa@m17n.org>
19942
19943 * ps-mule.el (ps-mule-plot-string): Translate characters by
19944 ps-print-translation-table.
19945 (ps-mule-begin-job): Call find-charset-region/string with
19946 ps-print-translation-table.
19947 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19948
19949 * ps-print.el (ps-print-translation-table): New variable.
19950 (ps-plot-region): Translate characters by ps-print-translation-table.
19951
19952 2005-03-29 Juri Linkov <juri@jurta.org>
19953
19954 * simple.el (next-error-highlight-timer): New variable.
19955
19956 * progmodes/compile.el (compilation-goto-locus):
19957 Use `next-error-highlight-timer' instead of `sit-for'.
19958
19959 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * mail/supercite.el (sc-mail-field): Use assoc-string.
19962 (sc-get-address): Simplify regexps.
19963
19964 * files.el (minibuffer-with-setup-hook): New macro.
19965 (find-file-read-args): Use it to avoid let-binding
19966 minibuffer-with-setup-hook (which breaks turning on/off
19967 file-name-shadow-mode while in the prompt).
19968
19969 * complete.el (PC-read-include-file-name-internal):
19970 Use test-completion.
19971
19972 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19973
19974 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19975
19976 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * window.el (window-buffer-height): Use count-screen-lines.
19979
19980 * progmodes/python.el (python-preoutput-leftover): New var.
19981 (python-preoutput-filter): Use it.
19982 (python-send-receive): Loop until all the result has been received.
19983
19984 2005-03-28 Juri Linkov <juri@jurta.org>
19985
19986 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19987
19988 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19989 "Recover Crashed Session".
19990 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19991 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19992 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19993 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19994 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19995 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19996 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19997 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19998
19999 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20000 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20001 Ediff Sessions", "Toggle use of separate control buffer frame",
20002 "Use separate frame for Ediff control buffer".
20003
20004 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20005 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20006 "Rename Bookmark", "Delete Bookmark".
20007
20008 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20009 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20010 Add `:active Info-index-alternatives' to "Next Matching Item".
20011
20012 * wdired.el (wdired-change-to-wdired-mode):
20013 Mention `wdired-abort-changes' key in the initial message.
20014
20015 * international/mule.el (auto-coding-alist): Associate non-ascii
20016 image filename extensions with `no-conversion'.
20017
20018 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * international/iso-acc.el:
20021 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20022
20023 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20024
20025 * textmodes/sgml-mode.el (html-mode): Doc update.
20026
20027 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20028
20029 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20030
20031 * term.el (term-move-columns): Fix face after extending a line.
20032 (term-insert-spaces): Likewise.
20033 (term-reset-terminal): Fix off by one error.
20034
20035 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20036
20037 * international/mule.el (auto-coding-alist): Add .xpi files.
20038
20039 * files.el (auto-mode-alist): Add .xpi files.
20040
20041 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20042
20043 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20044
20045 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20046
20047 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20048
20049 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20050
20051 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20052 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20053
20054 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20055 cursor to Jan 1 when needed.
20056 (calendar-end-of-year): Fix -/+ typo.
20057 Reported by Chong Yidong <cyd@stupidchicken.com>.
20058
20059 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20062
20063 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20064 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20065
20066 2005-03-25 Richard M. Stallman <rms@gnu.org>
20067
20068 * filesets.el (filesets-init): Add autoload.
20069
20070 * mail/mailalias.el (mail-directory): Doc fix.
20071
20072 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20073
20074 * mail/mailalias.el (mail-directory-process): Do nothing if
20075 mail-directory-process is an atom.
20076 (mail-get-names): Ignore mail-directory-names if it is an atom.
20077 (mail-directory-process defvar): Doc fix.
20078 (mail-names): Doc fix.
20079
20080 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20081
20082 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20083
20084 2005-03-26 Kenichi Handa <handa@m17n.org>
20085
20086 * international/mule-util.el (detect-coding-with-priority):
20087 Call update-coding-systems-internal before detect-coding-region.
20088
20089 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20090
20091 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20092 (gdb-frames-mode-map): Add follow-link property.
20093
20094 2005-03-25 Jay Belanger <belanger@truman.edu>
20095
20096 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20097 for variables.
20098
20099 2005-03-25 Juri Linkov <juri@jurta.org>
20100
20101 * image-mode.el: Optimize image filename extension regexps in
20102 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20103 in `auto-mode-alist'.
20104 (image-mode): Add `image-toggle-display-text' to local hook
20105 `change-major-mode-hook'. Display the image as an image by
20106 default. Set `cursor-type' and `truncate-lines' if the image
20107 is already displayed. Take into account the current mode (image
20108 or text) in message.
20109 (image-minor-mode): New minor mode.
20110 (image-mode-maybe, image-toggle-display-text): New functions.
20111 (image-toggle-display): Use called-interactively-p.
20112 Let-bind `inhibit-read-only' to t.
20113
20114 * image-mode.el (image-minor-mode): Set `cursor-type' and
20115 `truncate-lines' if the image is already displayed. Add turning
20116 image-minor-mode off to `change-major-mode-hook'. Add message.
20117 Call `image-toggle-display-text' after turning image-minor-mode off.
20118
20119 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20122 Terminal.app, use utf-8.
20123 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20124 (set-locale-environment): Use it.
20125
20126 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20127
20128 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20129
20130 * progmodes/python.el (python-close-block-statement-p)
20131 (python-outdent-p, python-current-defun): Use symbol-end.
20132
20133 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20134
20135 * files.el (save-some-buffers): Doc fix.
20136
20137 2005-03-25 Werner Lemberg <wl@gnu.org>
20138
20139 * complete.el, thumbs.el: Replace `legal' with `valid'.
20140 * calendar/calendar.el: Replace `legal' with `valid'.
20141 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20142 * mail/supercite.el: Replace `legal' with `valid'.
20143 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20144 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20145 Replace `legal' with `valid'.
20146 * textmodes/reftex-vars.el, textmodes/reftex.el:
20147 Replace `legal' with `valid'.
20148
20149 2005-03-25 Werner Lemberg <wl@gnu.org>
20150
20151 * calc/calc-forms.el, calc/calc-sel.el
20152 * midnight.el, vc-cvs.el
20153 * emacs-lisp/cl-macs.el
20154 * emulation/vip.el
20155 * eshell/esh-io.el, eshell/esh-var.el
20156 * mail/supercite.el
20157 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20158 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20159 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20160 * progmodes/sh-script.el, progmodes/xscheme.el
20161 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20162 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20163 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20164 * textmodes/reftex.el, textmodes/org.el:
20165 Replace `illegal' with `invalid'.
20166
20167 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20170 (flymake-find-buildfile, flymake-find-possible-master-files)
20171 (flymake-check-include, flymake-parse-line): Replace loops over the
20172 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20173
20174 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20175 Substitute file-name-as-directory in the rest of the file.
20176 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20177 (flymake-replace-region): Remove unused arg `buffer'.
20178 (flymake-check-patch-master-file-buffer): Update calls to it.
20179 (flymake-add-err-info): Remove unused var `count'.
20180 (flymake-mode): Use define-minor-mode.
20181
20182 * progmodes/flymake.el: Use with-current-buffer.
20183 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20184 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20185 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20186 Avoid testing for `xemacs'.
20187 (flymake-nop): Move.
20188 (flymake-region-has-flymake-overlays): Return the computed value.
20189 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20190 Remove unused var `endline'.
20191 (flymake-get-line-count): Remove unused function.
20192 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20193
20194 * emulation/vi.el:
20195 * generic.el:
20196 * hilit-chg.el (global-highlight-changes):
20197 * hi-lock.el (hi-lock-mode):
20198 * follow.el: find-file-hooks -> find-file-hook.
20199
20200 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20201
20202 2005-03-24 Juri Linkov <juri@jurta.org>
20203
20204 * dired.el (dired-mode-map): Add menu item "Compare directories"
20205 for dired-compare-directories.
20206
20207 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20208 Doc fix. Replace `read-file-name' with `read-directory-name'.
20209
20210 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20213
20214 2005-03-24 Jay Belanger <belanger@truman.edu>
20215
20216 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20217 relevant mode settings in calc-embedded-original-modes when modes
20218 are permanently changed.
20219
20220 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20221
20222 * autoinsert.el: find-file-hooks -> find-file-hook.
20223
20224 2005-03-24 Lute Kamstra <lute@gnu.org>
20225
20226 * generic.el (generic-font-lock-defaults): Make it obsolete.
20227 (generic-font-lock-keywords): New variable to replace
20228 generic-font-lock-defaults.
20229 (generic-mode-set-font-lock): Delete it.
20230 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20231 (generic-bracket-support): Add docstring.
20232
20233 * generic-x.el: Rename generic-font-lock-defaults to
20234 generic-font-lock-keywords throughout.
20235 (mailagent-rules-setup-function): Delete it.
20236 (mailagent-rules-generic-mode): Use anonymous function instead.
20237 (show-tabs-generic-mode-font-lock-defaults-1)
20238 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20239 Quote faces.
20240 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20241 not foreground.
20242
20243 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20244 Recognize define-generic-mode.
20245
20246 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20247
20248 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20249 if there's no completion table.
20250
20251 2005-03-23 Miles Bader <miles@gnu.org>
20252
20253 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20254 Remove tty-specific variants, as they're no longer needed.
20255
20256 2005-03-23 Lute Kamstra <lute@gnu.org>
20257
20258 * generic-x.el: Code cleanup: make args constant whenever possible.
20259 (installshield-statement-keyword-list)
20260 (installshield-system-functions-list)
20261 (installshield-system-variables-list, installshield-types-list)
20262 (installshield-funarg-constants-list): Make them constants.
20263
20264 * generic.el (generic-make-keywords-list): Add autoload cookie.
20265
20266 * calendar/time-date.el: Add comment on time value formats.
20267 Don't require parse-time.
20268 (with-decoded-time-value): New macro.
20269 (encode-time-value): New function.
20270 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20271 (days-to-time): Return a valid time value when arg is huge.
20272 (time-since): Use time-subtract.
20273 (time-to-number-of-days): Use time-to-seconds.
20274
20275 2005-03-23 David Ponce <david@dponce.com>
20276
20277 * recentf.el (recentf-keep): New option.
20278 (recentf-menu-action): Default to `find-file'.
20279 (recentf-keep-non-readable-files-flag)
20280 (recentf-keep-non-readable-files-p)
20281 (recentf-file-readable-p, recentf-find-file)
20282 (recentf-cleanup-remote): Remove.
20283 (recentf-include-p): More robust.
20284 (recentf-keep-p): New function.
20285 (recentf-remove-if-non-kept): Rename from
20286 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20287 All callers updated.
20288 (recentf-menu-items-for-commands): Fix help string.
20289 (recentf-track-closed-file): Update. Doc fix.
20290 (recentf-cleanup): Update. Count removed files. Doc fix.
20291
20292 2005-03-23 Kim F. Storm <storm@cua.dk>
20293
20294 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20295 Don't inherit from fringe face (now happens automatically).
20296
20297 2005-03-22 Kim F. Storm <storm@cua.dk>
20298
20299 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20300 position values.
20301
20302 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * menu-bar.el (showhide-date-time): Remove.
20305 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20306 (menu-bar-make-mm-toggle): Simplify.
20307
20308 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20309
20310 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20311 Accept qualified variable and function names.
20312
20313 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20314
20315 * bindings.el (completion-ignored-extensions):
20316 Remove ".lis" for `vax-vms'.
20317
20318 2005-03-22 Andreas Schwab <schwab@suse.de>
20319
20320 * generic-x.el: Revert last change.
20321 * ldefs-boot.el: Update.
20322
20323 2005-03-22 Jay Belanger <belanger@truman.edu>
20324
20325 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20326 (calc-embedded-save-original-modes)
20327 (calc-embedded-restore-original-modes): New functions.
20328 (calc-do-embedded): Save original modes when entering embedded mode
20329 and restore when leaving embedded mode.
20330 (calc-embedded-modes-change): Change the value of
20331 calc-embedded-original-modes to reflect permanent changes.
20332
20333 2005-03-22 Lute Kamstra <lute@gnu.org>
20334
20335 * generic-x.el: Require generic again.
20336
20337 2005-03-22 Miles Bader <miles@gnu.org>
20338
20339 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20340 Tweak details to look good on both ttys and bitmap displays, light
20341 or dark background, etc.
20342
20343 2005-03-21 Kim F. Storm <storm@cua.dk>
20344
20345 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20346 mouse position.
20347
20348 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * icomplete.el: Don't forcibly turn on the mode upon load.
20351 (icomplete-mode): Use define-minor-mode.
20352 (icomplete-eoinput): Default to nil.
20353 (icomplete-minibuffer-setup): Remove autoload.
20354 (icomplete-tidy): Simplify.
20355 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20356 in the initial state or if the user has modified the field.
20357 Fix handling of icomplete-max-delay-chars.
20358 Remove code that handles the oddball case where
20359 minibuffer-completion-table is an integer.
20360 Wrap icomplete-completions in while-no-input in case building
20361 completions takes more time than expected.
20362 (icomplete-completions): Simplify.
20363
20364 2005-03-21 Richard M. Stallman <rms@gnu.org>
20365
20366 * jka-compr.el (jka-compr-really-do-compress):
20367 Make variable buffer-local.
20368
20369 * image-mode.el: Handle .xpm files too.
20370 (image-toggle-display): Preserve modification flag.
20371
20372 * help.el (where-is): Don't mention aliases with no key bindings.
20373
20374 2005-03-21 Lute Kamstra <lute@gnu.org>
20375
20376 * generic.el: Fix commentary section. Don't require cl for
20377 compilation.
20378 (generic-mode-list): Add autoload cookie.
20379 (generic-use-find-file-hook, generic-lines-to-scan)
20380 (generic-find-file-regexp, generic-ignore-files-regexp)
20381 (generic-mode, generic-mode-find-file-hook)
20382 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20383 (define-generic-mode): Make it a defmacro. Fix docstring.
20384 (generic-mode-internal): Code cleanup. Add autoload cookie.
20385 (generic-mode-set-comments): Code cleanup.
20386 * generic-x.el: Don't prevent compilation. Don't require generic.
20387 Follow coding conventions. Minor code cleanup.
20388 (etc-fstab-generic-mode): Add some keywords.
20389 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20390 define-generic-mode like a function declaration.
20391
20392 2005-03-21 Jay Belanger <belanger@truman.edu>
20393
20394 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20395 changing modes.
20396
20397 2005-03-21 Sam Steingold <sds@gnu.org>
20398
20399 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20400
20401 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20402
20403 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20404 Add underscore to "f$ lexicals" regexp.
20405
20406 2005-03-20 Juri Linkov <juri@jurta.org>
20407
20408 * subr.el (progress-reporter-do-update): When `min-value' is equal
20409 to `max-value', set `percentage' to 0 and prevent division by zero.
20410
20411 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20412
20413 Sync with Tramp 2.0.48.
20414
20415 * net/tramp.el (all): Change all addresses to .gnu.org.
20416 (tramp-append-tramp-buffers): New defun.
20417 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20418 Catch `dont-send' signal.
20419 (tramp-set-auto-save-file-modes): Set always permissions, because
20420 there might be an old auto-saved file belonging to another
20421 original file. This could be a security threat. Reported by
20422 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20423 Check for Emacs 21.3.50 removed.
20424
20425 * net/tramp-smb.el (all): Remove debug construct for
20426 `with-parsed-tramp-file-name'.
20427 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20428 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20429 No error message if DIRECTORY or FILENAME doesn't exist.
20430 (tramp-smb-open-connection): Check existence of
20431 `tramp-smb-program'.
20432
20433 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20434
20435 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20436 Properly handle the case where the `m' or `s' command's argument is not
20437 yet terminated.
20438 (perl-indent-new-calculate): New function.
20439 (perl-indent-line): Use it.
20440
20441 2005-03-20 Miles Bader <miles@gnu.org>
20442
20443 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20444 in text-mode too. Change to new face names.
20445 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20446 Add `:weight bold' attribute.
20447 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20448
20449 2005-03-19 Juri Linkov <juri@jurta.org>
20450
20451 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20452
20453 * international/mule.el (auto-coding-alist): Sync with
20454 `auto-mode-alist' by adding upper case archive file extensions
20455 and adding ear/war to jar extension.
20456
20457 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20458
20459 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20460 running, restart it.
20461
20462 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20463
20464 * finder.el (finder-current-item): Throw an error on an empty line.
20465
20466 * man.el (Man-follow-manual-reference): If current-word returns
20467 nil, use "".
20468
20469 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20470
20471 * simple.el (goto-line): Doc fix.
20472
20473 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20474
20475 * files.el (save-buffer): Doc fix.
20476
20477 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20478
20479 * recentf.el (recentf-cleanup-remote): New variable.
20480 (recentf-cleanup): Use it to conditionally check availability of
20481 remote files.
20482
20483 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20484
20485 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20486 function names.
20487
20488 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20489
20490 * language/thai-word.el: New file.
20491
20492 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20493
20494 * files.el (backup-buffer): If the file's directory is not
20495 writable, use copy instead of move to backup the file.
20496
20497 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20498
20499 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20500
20501 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20502
20503 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20504 Use functionp instead of symbolp and fboundp. Reported by Drkm
20505 <darkman_spam@yahoo.fr>.
20506 (ps-print-version): New version 6.6.6.
20507
20508 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20509
20510 * textmodes/table.el (table--line-column-position): New idiom.
20511 (table--row-column-insertion-point-p): New function to test
20512 validity of row and column insertion operation at a location.
20513 (table-global-menu, table-cell-menu): Use above functions for
20514 deterministic test operation.
20515 (table--editable-cell-p): Behave in deterministic fashion.
20516
20517 2005-03-18 Juri Linkov <juri@jurta.org>
20518
20519 * isearch.el (isearch-lazy-highlight-new-loop):
20520 Make arguments beg and end optional.
20521 (isearch-update): Remove optional arguments nil from
20522 isearch-lazy-highlight-new-loop.
20523 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20524 isearch-lazy-highlight-case-fold-search instead of
20525 isearch-case-fold-search, and let-bind isearch-regexp to
20526 isearch-lazy-highlight-regexp.
20527 Use isearch-lazy-highlight-last-string instead of isearch-string.
20528
20529 * replace.el (perform-replace): Remove bindings of global
20530 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20531 Add three new arguments to `replace-highlight'.
20532 (replace-highlight): Add arguments string, regexp, case-fold.
20533 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20534 to allow isearch-lazy-highlight-new-loop to use these values
20535 to set corresponding isearch-lazy-highlight-* internal
20536 variables whose values lazy highlighting will use regardless of
20537 changes to global variables isearch-string, isearch-regexp,
20538 isearch-case-fold-search during lazy highlighting loop.
20539 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20540 to `lazy-highlight-cleanup'.
20541
20542 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20543 (ispell-highlight-face): Set default face to `isearch' when
20544 lazy highlighting is enabled.
20545 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20546 priority to 1. Add lazy highlighting.
20547 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20548 from `isearch-dehighlight'.
20549
20550 2005-03-18 David Ponce <david@dponce.com>
20551
20552 * files.el (hack-local-variables): Do a case-insensitive search
20553 for End.
20554
20555 2005-03-18 Juri Linkov <juri@jurta.org>
20556
20557 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20558 `isearch-lazy-highlight-cleanup', add alias to old name and
20559 declare obsolete. Add release numbers to other obsolete vars.
20560 (isearch-done, isearch-lazy-highlight-new-loop):
20561 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20562 (lazy-highlight-cleanup) <variable>: Doc fix.
20563 (isearch-lazy-highlight-update): Rename obsolete
20564 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20565
20566 2005-03-18 Kenichi Handa <handa@m17n.org>
20567
20568 * language/thai-util.el: Fix categorization of Thai characters in
20569 thai-category-table.
20570 (thai-composition-pattern): Adjust it for the above change.
20571 (thai-self-insert-command, thai-compose-syllable): New functions.
20572 (thai-compose-region): Use thai-compose-syllable.
20573 (thai-compose-string): Likewise.
20574 (thai-composition-function): Likewise.
20575 (thai-auto-composition): New function.
20576 (thai-auto-composition-mode): New minor mode.
20577
20578 * language/thai.el: Fix patterns to be registered in
20579 composition-function-table.
20580
20581 * international/quail.el (quail-input-method): Locally bind
20582 inhibit-modification-hooks to t.
20583
20584 2005-03-17 Richard M. Stallman <rms@gnu.org>
20585
20586 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20587 (perl-mode): Use run-mode-hooks.
20588
20589 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20590 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20591 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20592
20593 * mail/sendmail.el (sendmail-send-it): Reenable the code
20594 to compute resend-to-address and use it.
20595
20596 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20597
20598 * image-mode.el: New file.
20599
20600 * image.el (insert-sliced-image): Add autoload cookie.
20601
20602 * font-lock.el (font-lock-lines-before): New user option.
20603 (font-lock-after-change-function): Obey it.
20604
20605 * bindings.el (esc-map): Make M-g a prefix.
20606 Bind M-g g and M-g M-g to goto-line.
20607
20608 * faces.el (face-id): Doc fix.
20609
20610 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20611
20612 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20613 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20614 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20615
20616 * mail/sendmail.el (mail-yank-ignored-headers)
20617 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20618 Add Mail-Followup-To and Mail-Reply-To headers.
20619 (mail-citation-hook): Add autoload cookie.
20620 (mail-mode): Doc fix.
20621 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20622 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20623 (mail-mode-fill-paragraph): Handle those headers.
20624 (mail-mailing-lists): New variable.
20625 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20626
20627 2005-03-17 Juri Linkov <juri@jurta.org>
20628
20629 * isearch.el (isearch-fallback): Check for `(car previous)'
20630 before calling `isearch-other-end-state'.
20631
20632 2005-03-17 Kim F. Storm <storm@cua.dk>
20633
20634 * simple.el (move-beginning-of-line): Move to beginning of buffer
20635 line, as well as beginning of screen line.
20636
20637 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20638
20639 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20640 argument REDRAW rather than calendar-redrawing variable.
20641 * calendar/calendar.el (calendar-redrawing): Delete.
20642 (redraw-calendar): Do not bind calendar-redrawing.
20643
20644 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20645
20646 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20647 diary-file buffer.
20648
20649 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * help.el (describe-mode): Allow a :minor-mode-function property to
20652 specify a different minor mode toggle function than the variable.
20653 * simple.el (auto-fill-function):
20654 * subr.el (add-minor-mode): Use it.
20655
20656 2005-03-16 Kenichi Handa <handa@m17n.org>
20657
20658 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20659 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20660 (ethio-fidel-to-sera-buffer): Likewise.
20661
20662 2005-03-16 Juri Linkov <juri@jurta.org>
20663
20664 * emacs-lisp/find-func.el (find-function-regexp):
20665 Add defun-emitting macro `menu-bar-make-toggle'.
20666
20667 * isearch.el: Put `isearch-scroll' property to
20668 `split-window-horizontally'.
20669
20670 * info.el: Update error messages for `debug-ignored-errors'.
20671 (Info-isearch-search): Doc fix.
20672 (Info-find-node): Move up code to go into info buffer before
20673 recording the node to the history.
20674 (Info-fontify-node): Fontify titles only if the next line
20675 has two or more `*', `=', `-', `.'.
20676 Display "go to this node" for empty (match-string 3).
20677
20678 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20679
20680 * term/mac-win.el: Add mouse pointer shape constants.
20681
20682 2005-03-15 Kim F. Storm <storm@cua.dk>
20683
20684 * simple.el (move-beginning-of-line): Use vertical-motion.
20685
20686 2005-03-15 Juri Linkov <juri@jurta.org>
20687
20688 * isearch.el (isearch-error): New variable.
20689 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20690 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20691 (isearch-within-brackets-state): Remove.
20692 (isearch-case-fold-search-state, isearch-pop-fun-state):
20693 Decrease frame index.
20694 (isearch-mode, isearch-top-state, isearch-push-state)
20695 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20696 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20697 (isearch-search, isearch-lazy-highlight-new-loop):
20698 Replace `isearch-invalid-regexp' with `isearch-error'.
20699 Remove `isearch-within-brackets'.
20700 (isearch-search): Add `search-failed' handler to `condition-case'.
20701 (isearch-lazy-highlight-search): Add `condition-case' to catch
20702 errors and allow `isearch-lazy-highlight-update' to try
20703 highlighting from the beginning of the window.
20704 (isearch-repeat): Move up code to set isearch-wrapped to t
20705 before calling isearch-wrap-function.
20706
20707 * info.el (Info-isearch-initial-node): New internal variable.
20708 (Info-search): Signal an error in isearch mode when search leaves
20709 the initial node. Signal an error when `bound' is non-nil and
20710 nothing was found in the current subfile.
20711 (Info-isearch-search): Remove `condition-case'.
20712 (Info-isearch-wrap): Don't wrap when search failed during leaving
20713 the initial node. If `Info-isearch-search' is nil, wrap around
20714 the current node.
20715 (Info-isearch-start): New fun.
20716 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20717 `isearch-mode-hook'.
20718
20719 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20720
20721 * simple.el (normal-erase-is-backspace): Set default to t if
20722 running on Mac.
20723
20724 * term/mac-win.el (function-key-map): Sync with x-win.el.
20725
20726 2005-03-15 Kenichi Handa <handa@m17n.org>
20727
20728 * international/mule-cmds.el (locale-language-names): Modify the
20729 format of elements and add more entries.
20730 (locale-preferred-coding-systems): Add more entries.
20731 (set-locale-environment): Adjust for the change of
20732 locale-language-names.
20733
20734 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * pcvs.el (smerge-ediff): Remove bogus autoload.
20737
20738 2005-03-14 Lute Kamstra <lute@gnu.org>
20739
20740 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20741 Ignore a `*' at the beginning of a line.
20742
20743 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20744 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20745 subr.el.
20746 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20747 to specify indentation.
20748
20749 * generic.el (define-generic-mode): Let generic-mode-list be a
20750 list of strings; test membership with equal.
20751
20752 2005-03-14 Kim F. Storm <storm@cua.dk>
20753
20754 * simple.el (next-line, previous-line): Add optional try-vscroll
20755 arg to recognize interactive use. Pass it on to line-move.
20756 (line-move): Don't perform auto-window-vscroll when defining or
20757 executing keyboard macro to ensure consistent behavior.
20758
20759 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20760
20761 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20762
20763 2005-03-13 Lute Kamstra <lute@gnu.org>
20764
20765 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20766 debugger-setup-buffer so that backtrace marks the frames set to
20767 debug-on-exit and we don't have to do it manually. Set an extra
20768 debug-on-exit for macro's.
20769 (debugger-setup-buffer): Don't mark the top frame manually.
20770
20771 2005-03-12 Lute Kamstra <lute@gnu.org>
20772
20773 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20774 lisp-indent-function throughout.
20775 (with-no-warnings): Set lisp-indent-function property.
20776
20777 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20778
20779 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20780 Add entry for backslash.
20781
20782 2005-03-12 Juri Linkov <juri@jurta.org>
20783
20784 * info.el (Info-search): Four fixes for backward search.
20785
20786 2005-03-11 Jay Belanger <belanger@truman.edu>
20787
20788 * calc/calc.el (calc-language-alist): New variable.
20789 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20790 (calc-embedded-find-modes): Use calc-language-alist instead of
20791 calc-embedded-language-alist.
20792
20793 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20794
20795 * calendar/calendar.el (calendar-redrawing): New internal
20796 variable.
20797 (redraw-calendar): Remove bogus save-excursion from previous
20798 change. Bind calendar-redrawing to t for mark-diary-entries.
20799 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20800 calendar if that is why we were called.
20801
20802 2005-03-11 Kenichi Handa <handa@m17n.org>
20803
20804 * international/mule.el (make-coding-system): Set property
20805 coding-system-define-form to nil.
20806 (define-coding-system-alias): Likewise.
20807
20808 2005-03-11 Kenichi Handa <handa@m17n.org>
20809
20810 These changes are suggested by Dave Love <fx@gnu.org>.
20811
20812 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20813 coding: tag.
20814 (adaptive-fill-regexp): Add more bullets.
20815 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20816 regexps.
20817
20818 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * help.el (describe-mode): Properly handle non-trivial lighters.
20821 Don't ignore minor modes that are not listed in minor-mode-list.
20822
20823 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20824 feature ON when the user requests to turn it OFF.
20825
20826 2005-03-10 Lute Kamstra <lute@gnu.org>
20827
20828 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20829 (implement-debug-on-entry): New function to replace debug-entry-code.
20830 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20831 second argument as the 2005-03-07 change makes it obsolete.
20832 (debug-on-entry, cancel-debug-on-entry): Update call to
20833 debug-on-entry-1.
20834 (debug, debugger-setup-buffer): Comment update.
20835 (debugger-frame-number): Update to work with implement-debug-on-entry.
20836
20837 2005-03-10 Jay Belanger <belanger@truman.edu>
20838
20839 * calc/calc-embed.el (math-ms-args): Declare it.
20840 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20841 math-ms-args.
20842 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20843 variables.
20844
20845 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20846
20847 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20848 Use message-box.
20849
20850 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20851 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20852 (tooltip-gud-tips): Simplify.
20853 (tooltip-gud-tips-p): Remove superfluous :set.
20854 (tooltip-gud-modes): Add fortran-mode.
20855 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20856
20857 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20858
20859 2005-03-09 Kim F. Storm <storm@cua.dk>
20860
20861 * play/animate.el (animate-place-char): Use forward-line instead
20862 of next-line to improve performance.
20863
20864 2005-03-09 Simon Josefsson <jas@extundo.com>
20865
20866 * net/browse-url.el (browse-url-default-browser): Doc fix.
20867
20868 2005-03-09 Miles Bader <miles@gnu.org>
20869
20870 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20871 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20872
20873 2005-03-09 Kenichi Handa <handa@m17n.org>
20874
20875 * international/latin-1.el: Set case and syntax for 255 only if
20876 set-case-syntax-set-multibyte is nil.
20877
20878 * textmodes/ispell.el (ispell-insert-word): New function.
20879 (ispell-word): Use ispell-insert-word to insert a new word.
20880 (ispell-process-line): Likewise.
20881 (ispell-complete-word): Likewise.
20882
20883 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20884
20885 * calendar/calendar.el (redraw-calendar): Preserve point.
20886 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20887 (calendar-week-start-day): Move after definition of
20888 redraw-calendar. Delete buffer test, since redraw-calendar has
20889 that now.
20890
20891 * calendar/diary-lib.el (mark-diary-entries): Only call
20892 redraw-calendar in the first of any recursive calls.
20893 Reported by Alan Shutko <ats@acm.org>.
20894
20895 2005-03-08 Juri Linkov <juri@jurta.org>
20896
20897 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20898 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20899 (html-radio-buttons): Add a space before the trailing `/>' where
20900 sgml-xml-mode is non-nil.
20901 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20902 the subsequent tag of the empty XML tag.
20903 (html-href-anchor): Don't set initial input to "http:".
20904 (html-image): Ask for the image URL and set point inside alt="".
20905 (html-name-anchor): Duplicate the name in the `id' attribute when
20906 sgml-xml-mode is non-nil.
20907 (html-paragraph): Remove \n before <p>.
20908 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20909 instead of `checked' when sgml-xml-mode is non-nil.
20910
20911 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20912 Remove 1 space before #RRGGBB to not truncate it on terminal
20913 windows w/o fringes. Remove 1 space between bg and fg examples
20914 to get more space.
20915 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20916 avoid byte-compile warnings.
20917
20918 * image-file.el (image-file-handler): Put `safe-magic' property to
20919 `image-file-handler'.
20920
20921 * info.el (Info-isearch-search): Emulate word search in
20922 isearching through multiple Info nodes with Info-search.
20923 (Info-isearch-wrap): Allow isearch-word.
20924
20925 2005-03-08 Lute Kamstra <lute@gnu.org>
20926
20927 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20928 stepping into the debugger's code is not possible.
20929 (debugger-jumping-flag): Docstring update.
20930
20931 2005-03-08 Jay Belanger <belanger@truman.edu>
20932
20933 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20934 embedded mode begins.
20935 (calc-embedded-language-alist): New variable.
20936 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20937 set default language mode.
20938
20939 2005-03-08 Kenichi Handa <handa@m17n.org>
20940
20941 * international/ccl.el (define-ccl-program): Fix docstring about
20942 extra 256 bytes assured for the output buffer.
20943
20944 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20945 Fix BUFFER_MAGNIFICATION to 2.
20946 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20947
20948 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20949
20950 * align.el (align-rules-list): Added an alignment rule for CSS
20951 declarations (applies to css-mode and html-mode buffers).
20952
20953 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20954
20955 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20956
20957 2005-03-07 Kim F. Storm <storm@cua.dk>
20958
20959 * simple.el (move-beginning-of-line): New command.
20960
20961 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20962
20963 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20964
20965 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20966 and move-beginning-of-line.
20967
20968 * apropos.el (apropos-print): Omit command from M-x ... RET.
20969
20970 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20971
20972 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20973 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20974
20975 2005-03-06 Richard M. Stallman <rms@gnu.org>
20976
20977 * bindings.el (esc-map): Bind M-g to goto-line.
20978
20979 * facemenu.el (global-map): Bind M-o, not M-g.
20980
20981 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20982
20983 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20984 "Open Directory" as for "Open File".
20985
20986 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20987
20988 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20989 (push-mark-command): Run activate-mark-hook.
20990
20991 2005-03-06 Richard M. Stallman <rms@gnu.org>
20992
20993 * help-mode.el (help-mode-finish): Don't alter the element
20994 in view-return-to-alist if there already is one.
20995
20996 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20997 make sure the current buffer is the expected one.
20998
20999 * novice.el (disabled-command-function): Output in *Disabled Command*.
21000 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21001
21002 * textmodes/flyspell.el (flyspell-large-region):
21003 Pass args differently for aspell.
21004
21005 * files.el (mode-require-final-newline): Doc fix.
21006
21007 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21008
21009 * progmodes/which-func.el (which-function):
21010 Specify NOERROR when calling imenu--make-index-alist.
21011
21012 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21013
21014 * simple.el (normal-erase-is-backspace): Define default value.
21015
21016 * custom.el (custom-theme-set-variables): Remove unused var
21017 `immediate'.
21018 (custom-reevaluate-setting): Simple function to handle variables
21019 that are defined before their default value can really be
21020 computed.
21021
21022 * startup.el (command-line): Use it for temporary-file-directory,
21023 small-emporary-file-directory, auto-save-file-name-transforms,
21024 blink-cursor-mode, and normal-erase-is-backspace.
21025
21026 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21027 progress, even with buggy anchored keywords.
21028
21029 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21030
21031 * simple.el (goto-line): Remove unbalanced final parenthesis.
21032
21033 2005-03-05 Richard M. Stallman <rms@gnu.org>
21034
21035 * simple.el (goto-line): Use a number at point as the default.
21036 With C-u as arg, switch buffers.
21037
21038 2005-03-05 Juri Linkov <juri@jurta.org>
21039
21040 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21041 with `no-blinking-cursor'.
21042
21043 * startup.el (no-blinking-cursor): New defvar.
21044 (command-line): Add `--no-blinking-cursor' to longopts.
21045 Set `no-blinking-cursor' to t for command line arguments
21046 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21047 with `no-blinking-cursor' in the condition for calling
21048 `blink-cursor-mode'.
21049
21050 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21051
21052 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21053 (menu-bar-options-save): Add blink-cursor-mode.
21054 (menu-bar-options-menu): Add blink-cursor-mode.
21055
21056 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21057
21058 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21059 (icalendar-export-file, icalendar-export-region)
21060 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21061 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21062
21063 2005-03-04 Lute Kamstra <lute@gnu.org>
21064
21065 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21066 (debug-function-list): Ditto.
21067
21068 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21069
21070 * textmodes/texinfmt.el (texinfo-append-refill):
21071 Redefine the types of line to which @refill
21072 is not appended by replacing a search for `@refill\\|@bye' with
21073 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21074 itemize@refill' bug and the unfilled long lines bug.
21075 (texinfmt-version): Update number and date.
21076
21077 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21078
21079 * international/code-pages.el (windows-1250, windows-125[2-8])
21080 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21081
21082 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21083
21084 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21085 bound yet.
21086
21087 2005-03-02 Romain Francoise <romain@orebokech.com>
21088
21089 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21090 buffer after removing limits.
21091 (ibuffer-pop-filter): Ditto.
21092 Update copyright.
21093
21094 2005-03-02 Miles Bader <miles@gnu.org>
21095
21096 * button.el (make-text-button): If the user doesn't specify a
21097 type, use the default. Rewrite to use `add-text-properties' and
21098 plist functions.
21099
21100 2005-03-01 Lute Kamstra <lute@gnu.org>
21101
21102 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21103 (debugger-jumping-flag): New var.
21104 (debug-entry-code): Use it.
21105 (debugger-jump): Use debugger-jumping-flag and add
21106 debugger-reenable to post-command-hook.
21107 (debugger-reenable): Use debugger-jumping-flag and remove itself
21108 from post-command-hook.
21109 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21110 debugger-reenable.
21111
21112 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21113
21114 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21115 inclusion of "itemize\\|", which may be unnecessary, is certainly
21116 inelegant, and stops refilling in itemize lists when formatting
21117 Japanese Texinfo files to Info.
21118 Update copyright to 2005.
21119
21120 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21121
21122 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21123 of an error if GDB can't find the source file.
21124
21125 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21126
21127 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21128 not just the calendar.
21129
21130 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21131 first.
21132 (diary-redraw-calendar): New function.
21133 (make-diary-entry): Add diary-redraw-calendar to local
21134 write-contents-functions. Turn off selective display before
21135 inserting in diary.
21136
21137 2005-03-01 Kim F. Storm <storm@cua.dk>
21138
21139 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21140
21141 2005-03-01 Lute Kamstra <lute@gnu.org>
21142
21143 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21144 that debug-entry-code can be safely removed from a function while
21145 this code is being evaluated. Revert the 2005-02-27 change as the
21146 new implementation no longer requires it. Make sure that a
21147 function body containing just a string is not mistaken for a docstring.
21148 (debug): Skip one more frame in case of debug on entry.
21149 (debugger-setup-buffer): Delete one more frame line in case of
21150 debug on entry.
21151 (debugger-frame-number): Update to use the new text introduced by
21152 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21153
21154 2005-02-28 Kim F. Storm <storm@cua.dk>
21155
21156 * double.el (double-translate-key): Call force-window-update after
21157 read-event to avoid crash in redisplay.
21158
21159 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21160
21161 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21162 (debug): Use it. Move the inhibit-trace earlier.
21163 (debug-entry-code): New const.
21164 (debug-on-entry-1): Use it.
21165
21166 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21167
21168 * international/utf-16.el (ccl-encode-mule-utf-16le):
21169 Fix BUFFER_MAGNIFICATION to 2.
21170 (ccl-encode-mule-utf-16be): Likewise.
21171
21172 2005-02-28 Kenichi Handa <handa@m17n.org>
21173
21174 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21175 Fix BUFFER_MAGNIFICATION to 4.
21176 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21177
21178 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21179
21180 * speedbar.el (speedbar-update-flag): Doc fix.
21181 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21182 argument.
21183
21184 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21185
21186 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21187 have a non-nil `invisible' property but are actually visible.
21188
21189 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21190 for perldoc sections.
21191 (perl-outline-regexp, perl-outline-level): New var and function.
21192 (perl-mode): Use them.
21193
21194 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21195
21196 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21197 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21198
21199 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21200
21201 * cus-edit.el: Comment change.
21202 (custom-buffer-create-internal): Slightly reword text at top of
21203 Custom buffers. Mention there that saving an option edits the
21204 init file. Add link to Emacs manual node on `custom-file'.
21205 (custom-magic-alist): Rewrite individual State messages to use
21206 capitalized keywords. Doc fix.
21207
21208 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21209
21210 * calendar/calendar.el (calendar-buffer): Move above
21211 calendar-week-start-day.
21212 (calendar-week-start-day): Doc fix. Add :set function.
21213 (calendar-minimum-window-height): New variable.
21214 (generate-calendar-window): Only resize window if selected-window
21215 is displaying the calendar buffer. Use new variable
21216 calendar-minimum-window-height.
21217 (generate-calendar): Reword error message.
21218 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21219
21220 2005-02-27 Andreas Schwab <schwab@suse.de>
21221
21222 * vc.el (vc-do-command): Don't run command asynchronously when
21223 operating in a remote directory.
21224
21225 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21226 change from sync with Tramp 2.0.47.
21227
21228 2005-02-27 Richard M. Stallman <rms@gnu.org>
21229
21230 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21231
21232 * textmodes/flyspell.el (flyspell-mode-on):
21233 Call ispell-change-dictionary only if necessary.
21234
21235 * emacs-lisp/re-builder.el (regexp-builder): New function.
21236
21237 * register.el (describe-register-1): Explicitly handle
21238 yank-excluded-properties = t.
21239
21240 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21241 (custom-magic-alist): Change the status descriptions again.
21242 (face widget-type): Total rewrite based on `restricted-sexp'
21243 to eliminate the confusing double hiding levels.
21244
21245 * emacs-lisp/debug.el (debug-on-entry-1):
21246 If function body is empty, add nil as body form.
21247
21248 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * emacs-lisp/trace.el (inhibit-trace): New var.
21251 (trace-make-advice): Use it.
21252
21253 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21254
21255 2005-02-26 Kim F. Storm <storm@cua.dk>
21256
21257 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21258 (mouse-on-link-p, mouse-drag-region-1): Use it.
21259
21260 2005-02-25 Lute Kamstra <lute@gnu.org>
21261
21262 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21263
21264 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21265
21266 * frame.el (blink-cursor-mode): Add :group keyword.
21267
21268 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21269
21270 * calendar/icalendar.el (icalendar--decode-isodatetime):
21271 New optional argument DAY-SHIFT.
21272 (icalendar-export-region): Fix coding-system-for-write.
21273 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21274 events by one.
21275
21276 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21279
21280 2005-02-24 Kim F. Storm <storm@cua.dk>
21281
21282 * international/iso-acc.el (iso-accents-compose): Fix crash
21283 during redisplay. Call force-window-update after read-event
21284 and delete-region to signal that window is not accurate.
21285
21286 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21287
21288 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21289 Remove unused and inexistent var `inhibit-trace'.
21290 (debugger-mode): Use run-mode-hooks.
21291 (debugger-list-functions): Add buttons; setup xref stack.
21292
21293 2005-02-23 Richard M. Stallman <rms@gnu.org>
21294
21295 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21296 appointment says it was explicitly made.
21297 (appt-add): Set the 3rd element.
21298 (appt-make-list): Preserve explicit appointments.
21299
21300 * subr.el (find-tag-default): Catch errors in forward-sexp.
21301
21302 2005-02-23 Juri Linkov <juri@jurta.org>
21303
21304 * info.el (Info-isearch-search): New defcustom.
21305 (Info-isearch-search): Call the default isearch function
21306 when Info-isearch-search is nil.
21307 (Info-isearch-wrap): Use variable Info-isearch-search.
21308
21309 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21310
21311 * cus-edit.el: Comment change.
21312
21313 2005-02-22 Kim F. Storm <storm@cua.dk>
21314
21315 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21316 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21317
21318 2005-02-22 Simon Josefsson <jas@extundo.com>
21319
21320 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21321 New variable.
21322 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21323 Oskarsson" <myrkraverk@users.sourceforget.net>.
21324
21325 2005-02-22 Kim F. Storm <storm@cua.dk>
21326
21327 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21328 check that window of that event is the selected window.
21329 (mouse-drag-region-1): Compare mouse event window to selected
21330 window before setting point.
21331
21332 * tooltip.el (tooltip-show-help-function): Pass event to
21333 mouse-on-link-p so it can check selected window.
21334
21335 2005-02-22 Kenichi Handa <handa@m17n.org>
21336
21337 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21338 (ps-mule-show-warning): New function.
21339 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21340 characters are found.
21341
21342 * ps-print.el (ps-header-footer-string): Return a list of header
21343 and footer strings.
21344
21345 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21346
21347 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21348
21349 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * frame.el (blink-cursor-mode): Use define-minor-mode.
21352
21353 * term/mac-win.el (function-key-map): Use char-names more consistently.
21354 (file-name-coding-system): Only set it for MacOS-9. The other case is
21355 already handled in mule-cmds.el (where it also works when mac-win.el
21356 is not used).
21357
21358 2005-02-21 Kenichi Handa <handa@m17n.org>
21359
21360 * international/mule.el (ctext-pre-write-conversion): Always use
21361 " *code-converting-work*" buffer for work.
21362
21363 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21364
21365 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21366
21367 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21368
21369 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21370
21371 * ses.el (undo-more): Restore defadvice, but only the part that
21372 allows changes outside the restricted area of the buffer.
21373
21374 2005-02-20 Kim F. Storm <storm@cua.dk>
21375
21376 * simple.el (line-move): Add fourth optional arg try-vscroll which
21377 must be set to perform auto-window-vscroll.
21378 When moving backwards and doing auto-window-vscroll, automatically
21379 vscroll to the last part of lines which are taller than the window.
21380 (next-line, previous-line): Set try-vscroll arg on line-move.
21381
21382 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21383
21384 * replace.el (query-replace, query-replace-regexp)
21385 (replace-string, replace-regexp): When operating on region, make
21386 the minibuffer prompt say so.
21387
21388 * isearch.el (isearch-forward): Document isearch-query-replace and
21389 isearch-query-replace-regexp keybindings.
21390
21391 2005-02-19 Jay Belanger <belanger@truman.edu>
21392
21393 * calc/calc-aent.el (math-read-token): Add local variable.
21394
21395 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21396 (calc-edit-top): Move declaration to earlier in file.
21397 (calc-edit-macro-repeats): Add local variables.
21398
21399 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21400 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21401 calcFunc-tanh.
21402 Adjust integration rule for calcFunc-tan.
21403
21404 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21405
21406 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21407 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21408 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21409 (viper-skip-separators): Bug fix.
21410 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21411 particular major mode.
21412 (viper-del-backward-char-in-replace): Don't put deleted char on the
21413 kill ring.
21414
21415 * viper-ex.el (viper-color-display-p): New function.
21416 (viper-has-face-support-p): Use viper-color-display-p.
21417
21418 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21419
21420 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21421
21422 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21423 (viper-file-remote-p): Make equivalent to file-remote-p.
21424
21425 * viper.el (viper-major-mode-modifier-list):
21426 Use viper-gnus-modifier-map.
21427
21428 2005-02-19 David Kastrup <dak@gnu.org>
21429
21430 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21431 quoting.
21432
21433 2005-02-19 Jay Belanger <belanger@truman.edu>
21434
21435 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21436 Remove extra definitions.
21437 (calc-coth): New function.
21438 (calcFunc-cot): Fix `let'.
21439
21440 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21441
21442 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21443 the reasons we use "type pc" in these faces.
21444
21445 * button.el (button): Ditto.
21446
21447 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21448
21449 * replace.el (query-replace-read-from): Set the value of
21450 query-replace-from-history-variable to handle the case of an empty
21451 string entered to accept the suggested default.
21452
21453 * net/tramp.el (tramp-file-name-for-operation):
21454 Use dired-call-process instead of dired-call-process-command.
21455
21456 2005-02-19 Jay Belanger <belanger@truman.edu>
21457
21458 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21459 (math-div-non-trig): New variables.
21460 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21461 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21462 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21463 trig expressions.
21464
21465 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21466
21467 * progmodes/gdb-ui.el (gdb-var-update-handler)
21468 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21469 for watch expressions,
21470 (gdb-var-create-handler): Don't set speedbar-update-flag.
21471 (gdb-post-prompt): Simplify test for speedbar.
21472
21473 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21474
21475 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21476 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21477 we use the syntax table of the correct buffer.
21478 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21479 Felix Gatzemeier.
21480
21481 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21482 (ediff-file-remote-p): Make synonymous with file-remote-p.
21483 In all deffaces ediff-*-face-*, use min-colors.
21484
21485 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21486 ediff-recurse-to-subdirectories.
21487 (ediff-mark-if-equal): Check that the arguments are strings, use
21488 ediff-same-contents (after to Felix Gatzemeier).
21489
21490 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21491 nil.
21492
21493 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21496
21497 2005-02-18 David Kastrup <dak@gnu.org>
21498
21499 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21500 use `mark-active' when defined.
21501
21502 2005-02-18 Kenichi Handa <handa@m17n.org>
21503
21504 * ps-print.el (ps-font-info-database): New entry
21505 ZapfChancery-MediumItalic with correct font name. Fix font name
21506 of the entry Zapf-Chancery-MediumItalic.
21507
21508 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21509
21510 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21511
21512 2005-02-16 Kim F. Storm <storm@cua.dk>
21513
21514 * ido.el (ido-fallback-command): Pass user input to fallback command.
21515
21516 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21517
21518 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21519 (gdb-find-file-hook): Add server prefix.
21520
21521 2005-02-16 Richard M. Stallman <rms@gnu.org>
21522
21523 * replace.el (perform-replace): Pass new args to replace-highlight.
21524 (replace-highlight): Take region args,
21525 and pass them to isearch-lazy-highlight-new-loop.
21526
21527 * novice.el (disabled-command-hook): Autoload the defalias
21528 and the make-obsolete-variable call.
21529
21530 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21531
21532 * isearch.el (isearch-lazy-highlight-start-limit)
21533 (isearch-lazy-highlight-end-limit): New variables limit
21534 the region for highlighting.
21535 (isearch-lazy-highlight-new-loop): New args BEG and END.
21536 (isearch-lazy-highlight-search): Use the new vars.
21537 (isearch-lazy-highlight-update): Likewise.
21538
21539 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21540
21541 * cus-start.el (all): Use default-boundp.
21542
21543 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21544
21545 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21546
21547 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21548
21549 * autorevert.el (auto-revert-stop-on-user-input)
21550 (auto-revert-verbose): Doc fixes.
21551
21552 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21553
21554 * international/mule-cmds.el (set-locale-environment): Remove call
21555 to set-selection-coding-system on Windows.
21556
21557 2005-02-15 Jay Belanger <belanger@truman.edu>
21558
21559 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21560 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21561 calcFunc-coth.
21562 (math-simplify-sqrt): Add simplifications.
21563
21564 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21565 to list.
21566
21567 * calc/calc-ext.el: Add functions to autoloads.
21568
21569 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21570 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21571 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21572 (math-csc-raw, math-cot-raw): New functions.
21573
21574 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21575
21576 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21577 the variable name in a message.
21578
21579 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21580 calcFunc-csc, calcFunc-cot.
21581
21582 * calc/calcalg2.el: Add derivative and integration rules for
21583 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21584 calcFunc-csch, calcFunc-coth.
21585 (math-do-integral-methods): Add to checks for when to use
21586 substitutions.
21587
21588 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21589
21590 2005-02-15 Lute Kamstra <lute@gnu.org>
21591
21592 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21593 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21594 <monnier@iro.umontreal.ca>
21595 (lisp-outline-level): Improve efficiency. Suggested by David
21596 Kastrup <dak@gnu.org>.
21597
21598 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21599
21600 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21601 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21602 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21603 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21604 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21605
21606 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21607
21608 * cus-start.el (all): Comment change.
21609
21610 2005-02-14 Lute Kamstra <lute@gnu.org>
21611
21612 * cus-start.el (all): Check if symbol is void.
21613
21614 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21615
21616 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21617 optional argument to \cite.
21618
21619 2005-02-14 Richard M. Stallman <rms@gnu.org>
21620
21621 * cus-edit.el (custom-buffer-create-internal): Update help message.
21622 (custom-magic-alist): Update help messages.
21623
21624 * cus-start.el (all): Allow a var to specify a standard value.
21625
21626 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21627
21628 * custom.el (custom-theme-set-variables): Handle variable aliases.
21629
21630 * frame.el (blink-cursor-timer): Doc fix.
21631 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21632 declare obsolete.
21633 (blink-cursor-mode): Define with defcustom and use correct
21634 standard expression in that defcustom.
21635 * startup.el (command-line): Adapt to above changes in frame.el.
21636
21637 2005-02-11 Lute Kamstra <lute@gnu.org>
21638
21639 * apropos.el (apropos-score-doc): Prevent division by zero.
21640
21641 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21642
21643 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21644 (icalendar--get-event-property-attributes)
21645 (icalendar--get-event-properties)
21646 (icalendar--datetime-to-diary-date): New functions.
21647 (icalendar--split-value): Doc fix.
21648 (icalendar--datetime-to-noneuropean-date)
21649 (icalendar--datetime-to-european-date): New optional argument
21650 SEPARATOR. Return result as a string instead of a list.
21651 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21652 (icalendar--convert-string-for-export): Rename arg S to STRING.
21653 (icalendar-export-region): Doc fix. Change name of error buffer.
21654 Save output buffer.
21655 (icalendar-import-file): Add blank at end of prompt.
21656 (icalendar-import-buffer): Doc fix. Do not switch to error
21657 buffer. Indicate status in return value.
21658 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21659 buffer. Save output buffer. Handle exception from recurrence
21660 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21661 events. Fix problems with weekly all-day events.
21662
21663 2005-02-10 Richard M. Stallman <rms@gnu.org>
21664
21665 * simple.el (eval-expression-print-format):
21666 Avoid warning about edebug-active.
21667
21668 * help.el (help-for-help-internal): Rename from help-for-help.
21669 (help-for-help): Define with defalias.
21670
21671 * font-core.el (font-lock-default-function): Use with-no-warnings.
21672
21673 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21674
21675 * custom.el (defface): Doc fix.
21676
21677 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21678
21679 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21680 width 0" to prevent word wrapping problems.
21681
21682 2005-02-09 Kim F. Storm <storm@cua.dk>
21683
21684 * ido.el (ido-file-extensions-order): New defcustom.
21685 (ido-file-extension-lessp, ido-file-extension-aux)
21686 (ido-file-extension-order): New advanced file ordering.
21687 (ido-file-lessp): New simple file ordering.
21688 (ido-sort-list): Remove.
21689 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21690 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21691
21692 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21693
21694 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21695 that some versions of grep produce.
21696 (grep-mode-font-lock-keywords): Likewise.
21697
21698 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21699
21700 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21701 (gdb-cdir): Delete.
21702 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21703 (gdb-source-info): Treat case when source file is in another
21704 directory properly.
21705 (gdb-get-location): New function.
21706
21707 2005-02-07 Jay Belanger <belanger@truman.edu>
21708
21709 * calc/calc-prog.el (calc-write-parse-table-part)
21710 (calc-fix-token-name): Fix a check for language type.
21711
21712 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21713
21714 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21715
21716 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21717 as directory not writable.
21718
21719 2005-02-07 Kim F. Storm <storm@cua.dk>
21720
21721 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21722 (cua--standard-movement-commands): Remove list.
21723 Instead, set CUA property value to move for movement commands.
21724 (cua-movement-commands): Remove. Users must set CUA prop instead.
21725 (cua--pre-command-handler): Check CUA property.
21726 (cua--init-keymaps): Don't remap undo commands.
21727 (cua-mode): Don't call cua--rectangle-on-off.
21728
21729 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21730 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21731 (cua--rect-undo-set-point): New var.
21732 (cua--rectangle-undo-boundary): Setup undo apply entry.
21733 (cua--rect-undo-handler): New function for rectangle undo.
21734 (cua--rect-start-position, cua--rect-end-position): Add.
21735 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21736 for restored rectangle. Set point if cua--rect-undo-set-point.
21737
21738 2005-02-06 Jay Belanger <belanger@truman.edu>
21739
21740 * calc/calc-lang.el (calc-tex-language): Display more information
21741 in messages.
21742
21743 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21744 in TeX mode.
21745
21746 2005-02-06 Richard M. Stallman <rms@gnu.org>
21747
21748 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21749
21750 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21751
21752 * net/ldap.el (ldap-search-internal): Support attributes with
21753 optional descriptions separated by a semi-colon, as in
21754 "userCertificate;binary".
21755
21756 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21757
21758 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21759 isn't a cons (i.e. the version is 0).
21760
21761 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21762
21763 * help.el (help-for-help): Doc fix.
21764
21765 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21766
21767 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21768 GDB-Windows on the menu-bar as this works better.
21769
21770 2005-02-04 Jay Belanger <belanger@truman.edu>
21771
21772 * calc/calc-embed.el (calc-embedded-update): Don't put in
21773 unnecessary newlines. Adjust the end of formula marker.
21774
21775 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21776 (math-latex-parse-two-args): New function.
21777
21778 2005-02-03 Lute Kamstra <lute@gnu.org>
21779
21780 * help-fns.el (help-with-tutorial): Make sure that users cannot
21781 remove the entire text of the tutorial by means of `undo'.
21782
21783 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21786 in recent changes, where the ispell process was repeatedly
21787 killed & restarted.
21788
21789 * international/mule-cmds.el (set-locale-environment): Set file-name
21790 coding system to utf-8 on Darwin systems.
21791 (set-default-coding-systems): Don't set default-file-name-coding-system
21792 on Darwin systems.
21793
21794 2005-02-03 Richard M. Stallman <rms@gnu.org>
21795
21796 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21797
21798 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21799
21800 * faces.el (list-faces-display): Add optional argument.
21801
21802 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21803
21804 * font-core.el (font-lock-default-function): Handle the rare case where
21805 only font-lock-keywords is set.
21806
21807 2005-02-02 Kenichi Handa <handa@m17n.org>
21808
21809 * international/characters.el: Cancel previous change for
21810 I-WITH-DOT-ABOVE and DOTLESS-i.
21811
21812 * international/latin-5.el: Cancel previous change.
21813
21814 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21815
21816 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21817
21818 2005-02-02 Kenichi Handa <handa@m17n.org>
21819
21820 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21821 DOTLESS-i.
21822
21823 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21824 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21825
21826 * case-table.el (get-upcase-table): New function.
21827 (copy-case-table): Copy upcaes table too if non-nil.
21828 (set-case-syntax-delims): Maintain upcase table too.
21829 (set-case-syntax-pair): Likewise.
21830 (set-upcase-syntax, set-downcase-syntax): New functions.
21831 (set-case-syntax): Maintain upcase table too.
21832
21833 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21834
21835 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21836
21837 * progmodes/gud.el (gud-goto-info): New function.
21838 (gud-tool-bar-map): Use correct icon.
21839
21840 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21841
21842 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21843 When delegating, order args in the funcall correctly.
21844
21845 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21846
21847 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21848
21849 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21850
21851 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21852 buffer not visiting a file.
21853
21854 2005-01-31 Jay Belanger <belanger@truman.edu>
21855
21856 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21857 bound on the line with the formula.
21858
21859 2005-01-31 Kim F. Storm <storm@cua.dk>
21860
21861 * ses.el (ses-create-cell-variable-range)
21862 (ses-destroy-cell-variable-range, ses-reset-header-string)
21863 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21864 (ses-insert-row): Fix format of apply undo entries.
21865
21866 2005-01-31 Jay Belanger <belanger@truman.edu>
21867
21868 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21869 parts.
21870
21871 * calc/calc-embed.el (calc-embedded-open-formula)
21872 (calc-embedded-close-formula): Ignore matrix environments.
21873
21874 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21875 TeX mode.
21876
21877 * calc/calc-lang.el (math-function-table, math-oper-table)
21878 (math-variable-table): Adjust the LaTeX portions.
21879
21880 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21881 (math-latex-ignore-words): New constant.
21882
21883 2005-01-31 Richard M. Stallman <rms@gnu.org>
21884
21885 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21886 (ispell-local-dictionary): Doc fix.
21887 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21888 Don't reinitialize at run time. Don't defcustom.
21889 All uses changed to append ispell-local-dictionary-alist,
21890 or check it first.
21891 (ispell-current-dictionary): New variable for dictionary in use.
21892 (ispell-dictionary): Now used only for global default.
21893 (ispell-start-process): Set ispell-current-dictionary,
21894 not ispell-dictionary.
21895 (ispell-change-dictionary): Use this only for setting
21896 user preferences.
21897 (ispell-internal-change-dictionary): New function
21898 to change the current dictionary in use.
21899 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21900 Use ispell-current-dictionary.
21901 Handle ispell-local-dictionary-overridden.
21902 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21903
21904 2005-01-31 Jay Belanger <belanger@truman.edu>
21905
21906 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21907
21908 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21909 (calc-mode-map): Add calc-latex-language.
21910
21911 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21912 (math-latex-print-frac): New functions.
21913 (math-oper-table, math-function-table, math-variable-table)
21914 (math-complex-format, math-input-filter): Add latex properties.
21915 (calc-set-language): Set math-expr-special-function-mapping.
21916
21917 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21918 (calc-write-parse-table-part): Add LaTeX support.
21919
21920 * calc/calc.el (calc-language): Adjust docstring.
21921 (calc-set-mode-line): Add LaTeX support.
21922 (math-expr-special-function-mapping): New variable.
21923 (math-tex-ignore-words): Add to list.
21924
21925 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21926 Add LaTeX support.
21927 (math-compose-expr): Add support for special functions.
21928
21929 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21930
21931 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21932
21933 * progmodes/gdb-ui.el (gdb-memory-address)
21934 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21935 (gdb-memory-mode-map, gdb-memory-format-keymap)
21936 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21937 (gdb-memory-unit-menu): New variables for a buffer
21938 that lets the user examine program memory.
21939 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21940 (gdb-memory-format-binary, gdb-memory-format-octal)
21941 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21942 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21943 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21944 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21945 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21946 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21947 (gdb-memory-mode, gdb-memory-buffer-name)
21948 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21949 New functions for above buffer.
21950
21951 2005-01-30 Richard M. Stallman <rms@gnu.org>
21952
21953 * cus-edit.el (custom-bury-buffer): Function deleted.
21954 (custom-buffer-done-function): Option deleted.
21955 (custom-buffer-done-kill): New replacement option.
21956 (Custom-buffer-done): Call quit-window.
21957 (custom-buffer-create-internal): Update for above changes.
21958
21959 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21960
21961 * simple.el (undo-ask-before-discard): New var.
21962 (undo-outer-limit-truncate): Implement it.
21963 (undo-extra-outer-limit): Doc update.
21964
21965 2005-01-29 Richard M. Stallman <rms@gnu.org>
21966
21967 * ses.el (undo-more): Delete defadvice.
21968 (ses-begin-change): Doc fix.
21969
21970 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21971 instead of rebinding C-x u and C-_.
21972
21973 * files.el (normal-backup-enable-predicate): Return nil for files
21974 in /tmp, regardless of temporary-file-directory.
21975
21976 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21977
21978 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21979 (open-rectangle, delete-whitespace-rectangle-line)
21980 (clear-rectangle-line): If FILL, pass t instead of FILL
21981 for move-to-column's 2nd arg.
21982
21983 * simple.el (undo): Fix the test for continuing a series of undos.
21984 (undo-more): Set pending-undo-list to t when we reach end.
21985 (pending-undo-list): Move up defvar.
21986
21987 * wid-edit.el (widget-button-click):
21988 Shorten the range of the track-mouse binding.
21989
21990 * comint.el (comint-insert-input): Undo previous changes;
21991 use last-input-event in interactive spec.
21992
21993 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21994
21995 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21996 to nil before invoking call-process. Reset buffer's modified flag
21997 after fontifying it in the no-async branch.
21998
21999 * wid-edit.el (widget-specify-button): If mouse pointer shape
22000 cannot be changed, use mouse face instead.
22001
22002 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22003
22004 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22005 (gdb-goto-breakpoint): Make breakpoint handling work on template
22006 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22007 (gdb-assembler-custom): Update to recognize breakpoint information
22008 added on 2005-01-19.
22009
22010 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22013 (dsssl-mode): Use define-derived-mode.
22014 (scheme-mode-initialize): Remove.
22015 (scheme-mode): Use run-mode-hooks.
22016
22017 * cus-edit.el (customize-group-other-window)
22018 (custom-buffer-create-other-window): Don't override special-display-*.
22019 (custom-mode-map): Make it dense.
22020
22021 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22022 sets the default value.
22023
22024 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22025
22026 * descr-text.el: Add more keywords.
22027
22028 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22029
22030 * speedbar.el: Avoid unnecessary use of locate-library.
22031
22032 * international/mule-cmds.el (standard-display-european-internal):
22033 Don't fiddle with latin-1 non-break space any more since it's now
22034 special cased in the C code.
22035 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22036
22037 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22038
22039 * cus-start.el (all): Add `undo-outer-limit'.
22040
22041 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22042
22043 * textmodes/bibtex.el (bibtex-format-entry):
22044 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22045 field lines.
22046 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22047 not on part of a buffer.
22048
22049 2005-01-25 Lute Kamstra <lute@gnu.org>
22050
22051 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22052 nonempty field text strings like "{letters\\macro{}more letters}".
22053 Clarify docstring.
22054 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22055 (bibtex-entry-offset, bibtex-parse-association)
22056 (bibtex-parse-field-name): Fix typos in docstrings.
22057 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22058
22059 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22060
22061 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22062 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22063 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22064 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22065
22066 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22067 isearch minor mode.
22068
22069 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22070
22071 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22072
22073 2005-01-24 Lute Kamstra <lute@gnu.org>
22074
22075 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22076 CASECHARS and NOT-CASECHARS regular expressions of the
22077 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22078 striding over charsets" error.
22079
22080 2005-01-24 Jay Belanger <belanger@truman.edu>
22081
22082 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22083 display variable name.
22084
22085 2005-01-24 Kenichi Handa <handa@m17n.org>
22086
22087 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22088 Fix setting of the element of encoded-kbd-iso2022-invocations.
22089
22090 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22091
22092 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22093 (gdb-threads-select): Change to also accept mouse events.
22094 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22095 (gdb-threads-mouse-select): Delete.
22096
22097 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22098
22099 * files.el (insert-directory): Take care of empty directory,
22100 listed without -a switch.
22101
22102 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * textmodes/refill.el (refill-post-command-function):
22105 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22106 to the list of functions that we should be careful not to undo.
22107 (refill-late-fill-paragraph-function): Remove.
22108 (refill-saved-state): New var.
22109 (refill-mode): Use it to save fill-paragraph-function.
22110 Save also the value of auto-fill-function.
22111
22112 * term/w32-win.el: Simplify code.
22113
22114 2005-01-23 Kim F. Storm <storm@cua.dk>
22115
22116 * simple.el (line-move): Adapt to new return value from
22117 pos-visible-in-window-p.
22118
22119 * simple.el (line-move): Fix last change. Check partial
22120 visibility at point rather than at window-start.
22121
22122 2005-01-22 Jason Rumney <jasonr@gnu.org>
22123
22124 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22125
22126 2005-01-22 David Kastrup <dak@gnu.org>
22127
22128 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22129
22130 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22131
22132 * type-break.el (type-break-mode): Add a test for
22133 type-break-file-name being non-nil.
22134
22135 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22136
22137 * net/eudc.el (top level): Call (message "") via progn, so that
22138 eudc-options-file is loaded.
22139
22140 2005-01-22 Kim F. Storm <storm@cua.dk>
22141
22142 * simple.el (line-move-1): Rename from line-move.
22143 (line-move): New function that adjusts vscroll for partially
22144 visible rows, and calls line-move-1 otherwise.
22145
22146 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22147
22148 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22149 since it's not a complete read-event implementation
22150
22151 2005-01-20 Jay Belanger <belanger@truman.edu>
22152
22153 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22154 for called function.
22155
22156 2005-01-20 Steven Tamm <steventamm@mac.com>
22157
22158 * term/mac-win.el (process-connection-type): Remove.
22159 Controlled now by s/darwin.h:PTY_ITERATION.
22160
22161 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22162
22163 * window.el (handle-select-window): Don't switch window when we're
22164 in the minibuffer.
22165
22166 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22167
22168 * subr.el (dotimes-with-progress-reporter): New macro.
22169
22170 * ses.el (ses-dotimes-msg): Remove macro.
22171 Use `dotimes-with-progress-reporter' instead.
22172
22173 2005-01-19 Steven Tamm <steventamm@mac.com>
22174
22175 * term/mac-win.el (process-connection-type): Use new
22176 operating-system-release variable to use ptys on Darwin 7 (OS X
22177 10.3) when using carbon build.
22178
22179 2005-01-19 Jay Belanger <belanger@truman.edu>
22180
22181 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22182 flags if the last command was a tab or M-tab.
22183
22184 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22185 in formula editing buffer.
22186
22187 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22188
22189 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22190 breakpoint image symbol in margin.
22191
22192 2005-01-19 Jay Belanger <belanger@truman.edu>
22193
22194 * calc/calc-prog.el (calc-execute-kbd-macro):
22195 Ignore calc-keep-arg-flag.
22196
22197 2005-01-19 Kenichi Handa <handa@m17n.org>
22198
22199 * textmodes/ispell.el (ispell-looking-at): New function.
22200 (ispell-process-line): Use ispell-looking-at to compare the ispell
22201 output and the buffer contents.
22202
22203 2005-01-18 Jay Belanger <belanger@truman.edu>
22204
22205 * calc/calc.el (calc-display-raw): Fix docstring.
22206
22207 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22208
22209 * simple.el (blink-matching-open): Strip extra info from syntax.
22210
22211 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22212 funny chars in the end-of-here-doc marker.
22213
22214 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22215
22216 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22217 that enable/disabled state of breakpoints is shown correctly in
22218 fringe and on ttys.
22219 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22220 Add breakpoint information as text properties.
22221 (gdb-mouse-toggle-breakpoint):
22222 Rename to gdb-mouse-set-clear-breakpoint.
22223 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22224 breakpoints in the margin.
22225 (gdb-remove-strings): Simplify.
22226
22227 2005-01-17 Jay Belanger <belanger@truman.edu>
22228
22229 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22230 erasing buffer.
22231
22232 2005-01-17 Richard M. Stallman <rms@gnu.org>
22233
22234 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22235 for calling grep-compute-defaults.
22236
22237 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22238 if buffer is empty.
22239
22240 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22241
22242 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22243
22244 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22245
22246 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22247 non-preloaded variables.
22248
22249 2005-01-17 Steven Tamm <steventamm@mac.com>
22250
22251 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22252 tex-shell cause to force interactivity when using pipes.
22253
22254 2005-01-17 Kim F. Storm <storm@cua.dk>
22255
22256 * simple.el (just-one-space): Make arg optional.
22257
22258 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22259
22260 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22261 posn-at-x-y to t to access left-margin.
22262
22263 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22264
22265 Sync with Tramp 2.0.47.
22266
22267 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22268 catching keep-date problems in cp/scp operations.
22269 (tramp-handle-copy-file): Don't call `set-file-modes'
22270 unconditionally. Specialized functions should know better what is
22271 necessary. This improves performance a little bit, and the
22272 functions could catch errors with `cp -p' and `scp -p'.
22273 (tramp-do-copy-or-rename-file-via-buffer)
22274 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22275 when appropriate.
22276 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22277 Call `set-file-modes' when appropriate.
22278 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22279 Johnsson <isak@hypergene.com>
22280 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22281 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22282 <joakim@verona.se>
22283 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22284 Emacs only.
22285
22286 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22287 `find-file-hooks' and `dired-mode-hook'.
22288 (tramp-minor-mode-map): Respective map. Add remapping for
22289 `compile' and `recompile'.
22290 (tramp-remap-command, tramp-recompile): New defuns.
22291 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22292 in buffer "*Compilation*". Call the commands asynchronously.
22293
22294 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22295 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22296 `shell-command', because it isn't magic in XEmacs. Reported by
22297 Adrian Aichner <adrian@xemacs.org>.
22298
22299 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22300 `substitute-in-file-name.
22301 (tramp-smb-handle-substitute-in-file-name): New defun.
22302 (tramp-smb-advice-PC-do-completion): Delete advice.
22303
22304 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22305
22306 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22307 Fix error in deleting region.
22308
22309 2005-01-15 Richard M. Stallman <rms@gnu.org>
22310
22311 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22312 In non-temp buffer, switch syntax table temporarily.
22313
22314 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22315
22316 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22317
22318 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22319
22320 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22321 (imenu--generic-function): Use START, not BEG, as pos of definition.
22322
22323 * simple.el (just-one-space): Argument specifies number of spaces.
22324
22325 * simple.el (eval-expression-print-format): Avoid warning
22326 about edebug-active.
22327
22328 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22329
22330 * progmodes/sh-script.el: Code copied from make-mode.el
22331 with small changes,
22332 (sh-mode-map): Bind C-c C-\.
22333 (sh-backslash-column, sh-backslash-align): New variables.
22334 (sh-backslash-region, sh-append-backslash): New functions.
22335
22336 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22337
22338 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22339 (rmail-pop-password, rmail-pop-password-required): Move to
22340 rmail-obsolete group.
22341 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22342 All callers updated.
22343 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22344 Take an argument specifying whether it is POP or IMAP mailbox we
22345 are using. All callers updated.
22346 (rmail-pop-password-error): Rename to
22347 rmail-remote-password-error. Added mailutils-specific error message.
22348 (rmail-movemail-search-path)
22349 (rmail-movemail-variant-in-use): New variables.
22350 (rmail-remote-password, rmail-remote-password-required):
22351 New customization variables.
22352 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22353 (rmail-parse-url): New function.
22354 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22355 with GNU mailutils movemail.
22356
22357 2005-01-15 Kevin Ryde <user42@zip.com.au>
22358
22359 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22360 suffix to space, $ or '$, to correctly position point when going
22361 to @table style constants like DBL_MAX.
22362
22363 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22364
22365 * type-break.el (type-break-mode, type-break-file-time)
22366 (type-break-file-keystroke-count, type-break-choose-file):
22367 Don't store data in or load data from the file if type-break-file-name
22368 is nil.
22369 (type-break-file-name): Doc update as per the above.
22370
22371 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22372
22373 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22374 lookup-key might return nil; handle that.
22375
22376 2005-01-15 Alan Mackenzie <acm@muc.de>
22377
22378 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22379 rather than the element found, thus enabling the tree to be setcar'd.
22380
22381 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22382
22383 * textmodes/org.el (org-show-following-heading): New option.
22384 (org-show-hierarchy-above): Use `org-show-following-heading'.
22385 (org-cycle): Documentation fix.
22386
22387 * textmodes/org.el (orgtbl-optimized): New option
22388 (orgtbl-mode): New command, a minor mode.
22389 (orgtbl-mode-map): New variable.
22390 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22391 (orgtbl-error, orgtbl-self-insert-command)
22392 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22393
22394 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22395 a local variable in each org-mode buffer.
22396
22397 * textmodes/org.el (org-set-regexps-and-options): Rename from
22398 `org-set-regexps'. Added checking for STARTUP keyword.
22399 (org-get-current-options): Add STARTUP options.
22400 (org-table-insert-row): Make mode intelligent about when
22401 realignment is needed.
22402 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22403 New commands.
22404 (org-enable-table-editor): New default value `optimized'.
22405 (org-table-blank-field): Support blanking regions if active.
22406
22407 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22408
22409 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22410 if the year is not given.
22411
22412 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22413 Add new escapes %m and %M, fixed bug with %F by adding
22414 save-match-data.
22415 (reftex-reference): Remove ?. from list of spaces.
22416 (reftex-label-info): Add automatic label prefix recognition.
22417
22418 * textmodes/reftex-index.el (reftex-index-next-phrase):
22419 Add slave parameter to call of `reftex-index-this-phrase'.
22420 (reftex-index-this-phrase): New optional argument.
22421 (reftex-index-region-phrases): Add slave parameter to call of
22422 `reftex-index-this-phrase'.
22423 (reftex-display-index): New argument redo.
22424 (reftex-index-rescan): Add `redo' to arguments of
22425 `reftex-display-index'.
22426 (reftex-index-Rescan, reftex-index-revert)
22427 (reftex-index-switch-index-tag): Add `redo' to arguments of
22428 `reftex-display-index'.
22429 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22430 indexing. Fix bug with matching is there is a quote before or
22431 after the word.
22432
22433 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22434 Fix bug when collecting citation keys in lines with comments.
22435 (reftex-citation): Prefix argument no longer rescans the document,
22436 but forces prompting for optional arguments of cite macros.
22437 (reftex-do-citation): Prompting for optional arguments implemented.
22438
22439 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22440 Add optional arguments to most cite commands.
22441 (reftex-cite-cleanup-optional-args): New option
22442 (reftex-cite-prompt-optional-args): New option.
22443 (reftex-trust-label-prefix): New option.
22444
22445 * textmodes/reftex-toc.el (reftex-toc-find-section):
22446 Add push-mark before changing the position in the buffer.
22447
22448 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22449 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22450
22451 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22452
22453 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22454 more carefully.
22455
22456 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22457
22458 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22459 (sgml-mode): Use it.
22460 (sgml-get-context): Better keep track of implicitly closed tags.
22461
22462 2005-01-13 Kenichi Handa <handa@m17n.org>
22463
22464 * textmodes/ispell.el: These changes are to fix misalignment error
22465 caused by equivalent characters of different Emacs charsets.
22466 (ispell-unified-chars-table): New variable.
22467 (ispell-get-decoded-string): New function.
22468 (ispell-get-casechars, ispell-get-not-casechars)
22469 (ispell-get-otherchars): Call ispell-get-decoded-string.
22470
22471 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22472
22473 * custom.el (custom-declare-variable): Just put symbol instead
22474 of (defvar . symbol) in `current-load-list'.
22475
22476 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22477
22478 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22479
22480 2005-01-12 Jay Belanger <belanger@truman.edu>
22481
22482 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22483 to create a Calc summary.
22484
22485 2005-01-12 Kim F. Storm <storm@cua.dk>
22486
22487 * mouse.el (mouse-on-link-p): Change functionality and doc
22488 string to comply with latest description in lisp ref.
22489
22490 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22491
22492 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22493 Enable mouse clicks on mode-line, header-line and margin.
22494 (event-type): Give mouse event symbols an `event-kind' property
22495 with value `mouse-click'.
22496
22497 2005-01-12 Juri Linkov <juri@jurta.org>
22498
22499 * facemenu.el (list-colors-display): Add new arg buffer-name.
22500 Use it. Fix docstring. Replace code for identifying duplicate
22501 colors by the name with call to `list-colors-duplicates' which
22502 identifies duplicate colors by the value unless the color
22503 is one of special Windows colors. Set truncate-lines to t.
22504 Print sorted duplicate color names on each line. Indent to 22
22505 \(the longest color name in rgb.txt) instead of 20. Optimize.
22506 (list-colors-duplicates): New function.
22507 (facemenu-color-name-equal): Delete function.
22508
22509 * facemenu.el (list-colors-print): New function created from code
22510 in list-colors-display. Print #RRGGBB at the window right edge.
22511 (list-colors-display): When temp-buffer-show-function is not
22512 defined, call list-colors-print from temp-buffer-show-hook
22513 to get the right value of window-width in list-colors-print
22514 after the buffer is displayed.
22515
22516 * simple.el (pop-mark): Move deactivate-mark out of conditional
22517 part to deactivate the active mark regardless of the state of the
22518 mark ring.
22519
22520 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22521 variables line in desktop files.
22522
22523 2005-01-12 Juri Linkov <juri@jurta.org>
22524
22525 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22526 Bring together isearch highlight related options.
22527 (lazy-highlight): Replace group `replace' by `matching'.
22528 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22529 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22530 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22531 and declare them obsolete.
22532 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22533 (isearch-faces): Remove defgroup.
22534 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22535 Move isearch highlighting code closer to lazy highlighting code.
22536
22537 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22538 (query-replace-highlight, query-replace-lazy-highlight)
22539 (query-replace): Move definitions to the beginning of the file.
22540
22541 2005-01-11 Juri Linkov <juri@jurta.org>
22542
22543 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22544 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22545 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22546
22547 * info.el (Info-history-forward): New variable.
22548 (Info-select-node): Reset Info-history-forward to nil.
22549 (Info-last): Turn into defalias.
22550 (Info-history-back): Rename from Info-last.
22551 Add current node to Info-history-forward.
22552 (Info-history-forward): New fun.
22553 (Info-mode-map): Replace Info-last by Info-history-back.
22554 Bind Info-history-forward to "r".
22555 (Info-mode-menu): Replace Info-last by Info-history-back.
22556 Fix menu item text. Add menu item for Info-history-forward.
22557 (info-tool-bar-map): Replace Info-last by Info-history-back.
22558 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22559 for Info-history-forward.
22560 (Info-mode): Replace Info-last by Info-history-back in docstring.
22561 Add local variable Info-history-forward.
22562 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22563
22564 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22565
22566 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22567 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22568 Ignore select-window events rather than fiddle with
22569 mouse-autoselect-window.
22570
22571 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22572
22573 * type-break.el (type-break-mode): Fix previous change.
22574
22575 2005-01-10 Jay Belanger <belanger@truman.edu>
22576
22577 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22578 calculator; only reset when point is inside a calculator.
22579 Don't adjust the window height if the window takes up the whole height
22580 of the frame.
22581
22582 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22583
22584 * ebuff-menu.el (Electric-buffer-menu-mode):
22585 Preserve value of buffer-local var header-line-format.
22586
22587 2005-01-09 Jay Belanger <belanger@truman.edu>
22588
22589 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22590 Make sure settings file exists before accessing it.
22591
22592 * calc/calc-embed.el (calc-embedded-subst):
22593 Replace math-multi-subst-rec, which is only supposed to be called
22594 by math-multi-subst, by math-multi-subst.
22595
22596 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22597
22598 * vc.el (vc-allow-async-revert): New user option.
22599 (vc-disable-async-diff): New internal variable.
22600 (vc-revert-buffer): Use them to disable asynchronous diff.
22601
22602 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22603 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22604 asynchronously if vc-disable-async-diff is t.
22605
22606 2005-01-09 Jay Belanger <belanger@truman.edu>
22607
22608 * calc/calc.el (defcalcmodevar): New macro.
22609 (calc-mode-var-list-restore-default-values)
22610 (calc-mode-var-list-restore-saved-values): New functions.
22611 (calc-mode-var-list): Use defcalcmodevar to define it.
22612 (calc-always-load-extensions, calc-line-numbering)
22613 (calc-line-breaking, calc-display-just, calc-display-origin)
22614 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22615 (calc-group-char, calc-point-char, calc-frac-format)
22616 (calc-prefer-frac, calc-hms-format, calc-date-format)
22617 (calc-float-format, calc-full-float-format, calc-complex-format)
22618 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22619 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22620 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22621 (calc-matrix-brackets, calc-language, calc-language-option)
22622 (calc-left-label, calc-right-label, calc-word-size)
22623 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22624 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22625 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22626 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22627 (calc-window-height, calc-display-trail, calc-show-selections)
22628 (calc-use-selections, calc-assoc-selections)
22629 (calc-display-working-message, calc-auto-why, calc-timing)
22630 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22631 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22632 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22633 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22634 (calc-gnuplot-geometry, calc-graph-default-resolution)
22635 (calc-graph-default-resolution-3d, calc-invocation-macro)
22636 (calc-show-banner): Use defcalcmodevar to declare them and set
22637 their default values.
22638
22639 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22640 instead of default values (but restore default values if there is
22641 an argument of 0).
22642
22643 2005-01-09 David Kastrup <dak@gnu.org>
22644
22645 * desktop.el (desktop-restore-eager): Fix typo in type.
22646
22647 2005-01-08 Richard M. Stallman <rms@gnu.org>
22648
22649 * cus-edit.el (customize): Delete :link.
22650
22651 2005-01-08 Jay Belanger <belanger@truman.edu>
22652
22653 * calc/calc.el (calc-mode): Remove the extension from the
22654 `calc-settings-file' file name when loading it.
22655
22656 2005-01-08 Kim F. Storm <storm@cua.dk>
22657
22658 * info.el (Info-mode-map, Info-next-link-keymap)
22659 (Info-prev-link-keymap, Info-up-link-keymap):
22660 Map follow-link to mouse-face.
22661 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22662
22663 2005-01-08 Jay Belanger <belanger@truman.edu>
22664
22665 * calc/calc.el (calc-settings-file): Change default value.
22666 Suggested by cgw in a comment in calc-mode.el.
22667
22668 * calc/calc-mode.el (calc-settings-file-name):
22669 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22670 Replace ~/.emacs in a prompt by calc-settings-file.
22671
22672 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22673
22674 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22675 (desktop-lazy-idle-delay): New customizable variables.
22676 (desktop-buffer-args-list): New variable.
22677 (desktop-append-buffer-args): New function.
22678 (desktop-save): Call desktop-append-buffer-args for some buffers.
22679 (desktop-lazy-create-buffer): New function.
22680 (desktop-idle-create-buffers): New function.
22681 (desktop-read): Add message about buffers to restore lazily.
22682 (desktop-lazy-abort): New command.
22683 (desktop-clear): Call desktop-lazy-abort.
22684 (desktop-lazy-complete): New command.
22685
22686 2005-01-06 Richard M. Stallman <rms@gnu.org>
22687
22688 * emacs-lisp/find-func.el (find-face-definition):
22689 Rename from find-face.
22690
22691 2005-01-06 Kim F. Storm <storm@cua.dk>
22692
22693 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22694
22695 * man.el (Man-xref-man-page, Man-xref-header-file)
22696 (Man-xref-normal-file): Add follow-link property.
22697
22698 2005-01-06 Jay Belanger <belanger@truman.edu>
22699
22700 * calc/calc-units.el: Make sure the proper macro definitions are
22701 available when compiling.
22702
22703 2005-01-06 Juri Linkov <juri@jurta.org>
22704
22705 * isearch.el (isearch-lazy-highlight-update):
22706 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22707
22708 2005-01-06 Miles Bader <miles@gnu.org>
22709
22710 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22711 (isearch-lazy-highlight-face): Use new name.
22712
22713 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22714
22715 * uniquify.el (uniquify-rationalize-file-buffer-names):
22716 Re-add an interactive spec.
22717 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22718 to the same name.
22719
22720 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22721 (isearch-update, isearch-done): Adjust calls accordingly.
22722
22723 2005-01-05 Richard M. Stallman <rms@gnu.org>
22724
22725 * custom.el (custom-set-variables, custom-theme-set-variables):
22726 Clarify documentation.
22727
22728 * emacs-lisp/find-func.el (find-variable)
22729 (find-variable-other-window, find-variable-other-frame):
22730 Fix the TYPE args to find-function-read and find-function-do-it.
22731 (find-function): Doc fix.
22732 (find-function-at-point): Replace function-at-point alias.
22733
22734 2005-01-04 Richard M. Stallman <rms@gnu.org>
22735
22736 * cus-face.el (custom-declare-face):
22737 Record defface in current-load-list.
22738
22739 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22740
22741 * emacs-lisp/find-func.el: Doc fixes.
22742 (find-face-regexp): New variable.
22743 (find-function-regexp-alist): New variable.
22744 (find-function-C-source): Third arg is now TYPE.
22745 (find-function-search-for-symbol): Handle general TYPE.
22746 (find-function-read, find-function-do-it): Handle general TYPE.
22747 (find-definition-noselect, find-face): New functions.
22748 (function-at-point): Alias deleted.
22749
22750 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22751
22752 * battery.el (display-battery-mode): Rename from display-battery.
22753 Handle the case where it gets turned off.
22754
22755 2005-01-04 Richard M. Stallman <rms@gnu.org>
22756
22757 * cus-edit.el (customize): Make :link point to user doc.
22758
22759 * man.el (Man-fontify-manpage): Turn off undo generation.
22760
22761 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22762
22763 2005-01-04 Andreas Schwab <schwab@suse.de>
22764
22765 * files.el (insert-directory): Only look for error lines in
22766 inserted text. Don't move too far after processing --dired markers.
22767
22768 2005-01-04 Richard M. Stallman <rms@gnu.org>
22769
22770 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22771 Don't expand if the character is @, period, dash, etc.
22772 (define-mail-abbrev): Quote names that contain problem characters.
22773
22774 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22775
22776 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22777
22778 2005-01-03 Richard M. Stallman <rms@gnu.org>
22779
22780 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22781 (query-replace-highlight, query-replace-lazy-highlight)
22782 (query-replace): Definitions moved up. Doc fix.
22783
22784 2005-01-03 Richard M. Stallman <rms@gnu.org>
22785
22786 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22787 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22788 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22789 (lazy-highlight-face): Rename from isearch-lazy-...
22790 Change all references to them.
22791
22792 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22793
22794 * cus-edit.el (custom-file): Doc fix for defcustom.
22795 (custom-file): The function no longer sets the variable
22796 `custom-file' to its return value.
22797
22798 * startup.el (command-line): No longer load `custom-file'.
22799
22800 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22801
22802 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22803
22804 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22805 Don't confuse module-prefixed identifiers for labels.
22806 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22807
22808 2005-01-02 Richard M. Stallman <rms@gnu.org>
22809
22810 * files.el (basic-save-buffer-1): Fix previous change.
22811
22812 * loadhist.el (file-loadhist-lookup): New function.
22813 (file-provides, file-requires): Use it.
22814
22815 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22816 instead of calculating the right size.
22817
22818 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22819
22820 * vc-svn.el (vc-svn-diff): Stay local if possible.
22821
22822 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22823
22824 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22825
22826 * files.el (hack-local-variables): Fix last change.
22827
22828 2005-01-02 Jay Belanger <belanger@truman.edu>
22829
22830 * calc/calc-yank.el (calc-edit-top): New variable.
22831 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22832 object. Change header properties.
22833 (calc-edit-finish, calc-edit-finish-stack-object)
22834 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22835 edited object.
22836 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22837 for the beginning of the edited object.
22838 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22839 for the beginning of the edited object.
22840 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22841 (calc-finish-formula-edit, calc-macro-repeats)
22842 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22843 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22844 beginning of the edited object.
22845 (calc-user-define-edit): Change the header for editing macros.
22846 Remove unnecessary variable.
22847
22848 2005-01-01 Jay Belanger <belanger@truman.edu>
22849
22850 * calc/calc-yank.el (calc-edit-mode): Change default header.
22851 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22852 * calc/calc-store.el (calc-edit-variable): Change title to match new
22853 header.
22854 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22855 mode to match new header.
22856 (calc-user-define-edit): Change titles to include names of commands.
22857 (calc-finish-formula-edit): Adjust to handle new header.
22858 (calc-finish-macro-edit): Remove.
22859 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22860 (calc-edit-macro-command, calc-edit-macro-command-type)
22861 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22862 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22863 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22864 (calc-edit-macro-finish-edit): New functions.
22865 (calc-user-define-edit): Use new functions to edit named calc macros.
22866
22867 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22868
22869 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22870
22871 * ses.el (copy-region-as-kill): Deactivate mark.
22872
22873 2005-01-01 Richard M. Stallman <rms@gnu.org>
22874
22875 * replace.el (occur-1): If the output buffer is also an input,
22876 don't kill it, rename it.
22877
22878 * faces.el (set-face-background, set-face-foreground): Doc fix.
22879
22880 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22881 for :foreground and :background.
22882
22883 * dired.el (dired-view-command-alist): Variable deleted.
22884 (dired-view-file, dired-mouse-find-file-other-window):
22885 Delete the code to use it.
22886
22887 2005-01-01 Kim F. Storm <storm@cua.dk>
22888
22889 * image.el (insert-sliced-image): Use t for line-height property.
22890
22891 See ChangeLog.11 for earlier changes.
22892
22893 ;; Local Variables:
22894 ;; coding: iso-2022-7bit
22895 ;; End:
22896
22897 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22898 Copying and distribution of this file, with or without modification,
22899 are permitted provided the copyright notice and this notice are preserved.
22900
22901 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1