]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(sentence-end-double-space, sentence-end-without-period)
[gnu-emacs] / lisp / ChangeLog
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/paragraphs.el (sentence-end-double-space)
4 (sentence-end-without-period, sentence-end-without-space)
5 (page-delimiter, paragraph-ignore-fill-prefix):
6 Tighten up a bit the safety predicate.
7
8 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9
10 * progmodes/python.el (python-continuation-line-p)
11 (python-beginning-of-statement): syntax-ppss may return
12 a negative depth.
13 (python-mode): Don't forcefully enable font-lock.
14
15 * time-stamp.el (time-stamp-start, time-stamp-end)
16 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
17
18 * add-log.el: Remove spurious * in docstrings.
19 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
20 (add-change-log-entry): Use it here, since it's not specific
21 to iso8601.
22 (add-log-iso8601-time-string): Don't use it here any more.
23 (change-log-indent-text, change-log-indent): Rename from add-log-*.
24
25 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
26
27 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
28
29 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
30 (rcirc-toggle-low-priority): Doc fix.
31 (rcirc-handler-NOTICE): Remove beginning of line anchor in
32 ChanServ regexp.
33 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
34 #emacs.
35 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
36 (rcirc-decode-coding-system): Use utf-8 as the default.
37 (rcirc-multiline-minor-mode): Set the fill-column.
38 (rcirc-format-response-string): Display bright and dim nicks.
39 (rcirc-browse-url): Update interactive spec to fill ARG.
40 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
41 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
42
43 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
44
45 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
46 case for @Article, etc.
47
48 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
49
50 * net/tramp.el (tramp-register-file-name-handlers): New defun.
51 Added with autoload cookie.
52 (tramp-unload-file-name-handlers): Rename from
53 `tramp-unload-file-name-handler-alist'.
54
55 2006-04-23 Romain Francoise <romain@orebokech.com>
56
57 * comint.el (comint-match-partial-filename): Doc fix.
58
59 2006-04-21 Glenn Morris <rgm@gnu.org>
60
61 * calendar/cal-menu.el (calendar-mode-map): Refer to
62 `diary-view-entries' rather than alias `view-diary-entries'.
63 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
64
65 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
66
67 * progmodes/antlr-mode.el (antlr-default):
68 * cus-edit.el (custom-documentation):
69 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
70 in defface.
71
72 2006-04-21 Kim F. Storm <storm@cua.dk>
73
74 * image.el (image-type): New defun split out of create-image.
75 (create-image): Use it.
76
77 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
78
79 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
80 (org-open-at-point): Remove the "...done" message to keep output
81 in the echo area visible.
82 (org-export-as-xoxo): Fix call to `indent-region'.
83
84 2006-04-21 Kevin Ryde <user42@zip.com.au>
85
86 * international/mule.el (keyboard-coding-system): defcustom
87 info-link fixes: "Specify Coding" has been split, keyboard now in
88 "Terminal Coding", and "Single-Byte Character Support" is now
89 "Unibyte Mode".
90
91 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
92
93 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
94 Use font-lock-warning-face for any errors e.g. no stack.
95 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
96
97 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
98
99 * progmodes/sh-script.el (sh-shell): Mark as safe.
100
101 * newcomment.el (comment-start, comment-start-skip)
102 (comment-end-skip, comment-end): Mark as safe.
103
104 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
105
106 * textmodes/org.el: (org-deadline-announce): Face removed.
107 (org-level-faces, org-n-levels): Convert to constant.
108 (org-compatible-face): New function.
109 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
110 (org-level-5, org-level-6, org-level-7, org-level-8)
111 (org-special-keyword, org-warning, org-headline-done, org-link)
112 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
113 (org-scheduled-today, org-scheduled-previously, org-time-grid):
114 Face definition revised for better color tty support.
115 (org-bold-re, org-italic-re, org-underline-re): New constants.
116 (org-set-font-lock-defaults): Use the new constants.
117 (org-agenda-highlight-todo): New function.
118 (org-agenda-todo): Fix bug with point at end of line.
119 (org-agenda-change-all-lines, org-finalize-agenda-entries):
120 Fontify TODO keywords.
121 (org-insert-link): Preserve relative path in ../ links.
122 (org-export-as-html): Convert links pointing to .org files into
123 links that will work beteen the exported HTML files.
124 (org-todo-list): Fix bug when arg=0.
125 (org-insert-heading): More fine-tuning.
126
127 2006-04-19 Romain Francoise <romain@orebokech.com>
128
129 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
130 from `rmail-mime-charset-pattern'.
131
132 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
133
134 * progmodes/python.el (python-mode): Fix typo.
135
136 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
137
138 * comint.el (comint-previous-input): Don't clobber input line
139 when moving off either end of the input history ring.
140 (comint-delete-input): New function, used by
141 `comint-previous-input' and others.
142 (comint-previous-matching-input):
143 Use `coming-delete-input'. Save the partial input if leaving the
144 edit line. Goto point-max before deleting input to avoid
145 partial input fragments hanging around.
146 (comint-restore-input): New function, used by `comint-previous-input'.
147
148 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
149
150 * imenu.el (imenu--index-alist): Balance parentheses.
151
152 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
153
154 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
155
156 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
157
158 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
159 file is nil.
160
161 2006-04-18 Richard Stallman <rms@gnu.org>
162
163 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
164
165 * imenu.el (imenu-create-index-function, imenu--index-alist)
166 (imenu--last-menubar-index-alist, imenu--make-index-alist)
167 (imenu-default-create-index-function, imenu--generic-function):
168 Doc fixes.
169
170 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
171
172 * help-mode.el (help-mode): Set view-exit-action to delete window.
173
174 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
175 now works by passing nil as arg.
176
177 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
178
179 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
180 (read-abbrev-file): Provide default when reading filename.
181
182 * files.el (enable-local-variables): Allow :all as value.
183 (hack-local-variables): Implement that value.
184 (safe-local-variable-values, safe-local-eval-forms)
185 (enable-local-variables): Mark as risky.
186 (find-file-visit-truename, kept-old-versions): Mark safe.
187
188 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
189 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
190 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
191
192 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
195 Use forward-line so as to get to BOL even in the presence of fields.
196 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
197 in return.
198 (inferior-tcl): Tell tclsh to work in interactive mode.
199
200 * complete.el (partial-completion-mode):
201 Use 'choose-completion-string-functions to make sure that
202 choose-completion fills the minibuffer properly.
203
204 * complete.el (PC-old-read-file-name-internal): Remove.
205 (PC-read-include-file-name-internal): Remove. Turn it into an advice
206 of read-file-name-internal.
207 (partial-completion-mode): Enable/disable this advice.
208
209 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
210
211 * net/tramp.el (tramp-completion-file-name-handler): Revert change
212 of 2006-04-17.
213
214 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
215
216 * textmodes/org.el (org-insert-heading): Insert heading before
217 current if at beginning of line.
218 (org-todo, org-date): New faces.
219 (org-table-align): Make sure tooltip window contains full text.
220 (org-no-properties): New defsubst.
221 (org-set-font-lock-defaults): Use new faces.
222
223 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
226 for root variables.
227
228 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
229 (gdb-frame-address): Re-use to identify frame for watch expression.
230 (gdb-var-list, gdb-var-create-handler): Add frame address for root
231 variables.
232 (gdb-init-1, gdb-source, gdb-post-prompt)
233 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
234 (gdb-frame-handler): Get gdb-frame-address.
235
236 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
237
238 Sync with Tramp 2.0.53.
239
240 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
241 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
242 (tramp-completion-file-name-handler): Add autoload cookie for
243 adding to `file-name-handler-alist'.
244
245 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
246 the prompt. If it returns earlier (when detecting an error
247 message), the rest of the output will merge accidently with the
248 output of the next command. Reported by M Jared Finder
249 <jared@hpalace.com>.
250
251 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
252 for `process-file', in order to let it work for older Emacsen too.
253
254 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
255
256 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
257 (tex-font-lock-keywords-3): Use it.
258
259 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * newcomment.el (comment-add): New function.
262 (comment-region-default, comment-dwim): Use it.
263
264 2006-04-15 Michael Olson <mwolson@gnu.org>
265
266 * emacs-lisp/tq.el: Improve comments.
267 (tq-queue-head-question): New accessor function.
268 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
269 Update for modified queue structure.
270 (tq-queue-add): Accept `question' argument.
271 (tq-queue-pop): If a question is pending, send it.
272 (tq-enqueue): Accept new optional argument `delay-question'.
273 If this is non-nil, and at least one other question is pending a
274 response, queue the question rather than sending it immediately.
275
276 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
277
278 * calendar/appt.el (appt-add): Check whether an appointment is
279 already present in appt-time-msg-list. Simplify code.
280
281 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * progmodes/cc-langs.el (c-mode-menu):
284 Don't presume c-subword-mode is bound.
285
286 2006-04-13 Bill Wohler <wohler@newt.com>
287
288 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
289 (customize-package-emacs-version): Use cdr instead of cadr now
290 that alists use dotted pairs.
291
292 * custom.el (defcustom): Fix docstring for :package-version.
293
294 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
295
296 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
297 (tramp-handle-shell-command): Display output buffer only when
298 `tramp-display-shell-command-buffer' is true.
299 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
300
301 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
302
303 * textmodes/org.el (org-set-autofill-regexps): Set only the local
304 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
305
306 2006-04-13 Romain Francoise <romain@orebokech.com>
307
308 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
309 leaving temporary .cvsignore buffers behind.
310
311 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
312
313 * textmodes/org.el: (org-set-regexps-and-options)
314 (org-get-current-options): Better names for the startup folding
315 options.
316
317 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
318
319 * vc.el (vc-annotate): Arrange for point to end up at the same
320 line number as in the original, but only when using a new buffer.
321
322 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
323
324 * files.el (hack-one-local-variable-eval-safep):
325 Recognize `edebug-form-spec' for `put', but only if it passes
326 `edebug-basic-spec'. Generalize `put' handling.
327
328 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
329 vetting file-local form specs.
330
331 * allout.el (allout-layout): Autoload its `safe-local-variable'
332 property.
333
334 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
335
336 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
337 (org-agenda-mouse-1-follows-link)
338 (org-mouse-1-follows-link): New options.
339 (org-format-agenda-item): Fix bug if TAGS is nil.
340 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
341
342 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
343
344 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
345 GDB 6.1+ gives full filename for "info sources" so use
346 file-name-nondirectory.
347
348 2006-04-12 Romain Francoise <romain@orebokech.com>
349
350 * subr.el (read-passwd): Bind `message-log-max' to nil.
351
352 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/perl-mode.el (perl-indent-new-calculate):
355 Recompute parse-start after jumping backward by a whole sexp.
356
357 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
360 window configuration.
361 (vc-annotate-display-select): Select the buffer so that current-buffer
362 (and selected-window) is the output buffer at the end of vc-annotate.
363
364 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
365
366 * vc.el (vc-annotate-color-map): Add custom TTY color map for
367 8-color terminals, to use all of the colors in a sensible order.
368 256-color terminals work well with the standard map.
369 (vc-annotate-lines): Only strip the first color character if it
370 is "#", to allow for terminal-style named colors.
371 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
372 the correct buffer is scrolled.
373
374 2006-04-11 Richard Stallman <rms@gnu.org>
375
376 * emacs-lisp/bytecomp.el (byte-compile-file):
377 Bind enable-local-variables to :safe, and make normal-mode obey it.
378
379 * files.el (enable-local-variables): Allow value :safe.
380 (normal-mode): Doc fix.
381 (hack-local-variables): Implement enable-local-variables = :safe.
382 (hack-local-variables-confirm): Don't prevent quitting.
383
384 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * loadhist.el (unload-feature): A bit of sanity check of
387 load-history entries. Cancel timer-vars before unbinding them.
388
389 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
390 quote special chars, and make the trick work on the hex part of the
391 buffer as well.
392 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
393 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
394
395 * startup.el (normal-splash-screen): Fix last change so we don't wait
396 2 minutes if we don't show the splash screen.
397
398 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
399
400 * textmodes/org.el (org-export-plain-list-max-depth)
401 (org-table-spaces-around-separators)
402 (org-radio-targets, org-activate-camels)
403 (org-table-spaces-around-invisible-separators): Options removed.
404 (org-time-stamp-rounding-minutes, org-remember-templates)
405 (org-ellipsis, org-activate-links, org-descriptive-links):
406 New options.
407 (org-remember-apply-template, org-current-time)
408 (org-finish-edit-table-field)
409 (org-link-unescape, org-link-escape)
410 (org-string-width, org-table-clean-line, org-html-do-expand)
411 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
412 (org-read-agenda-file-list): New functions.
413 (org-table-edit-field)
414 (org-table-create-or-convert-from-region): New commands
415 (org-table-toggle-vline-visibility): Command removed.
416 (org-table-convert-region): Made a command.
417 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
418 Replace with the normal org- functions.
419 (org-self-insert-command): Don't trigger realign unnecessarily
420 when blanking a field that is not full.
421 (org-mode): `Set buffer-invisibility-spec' for links.
422 (org-activate-links2): Hide link part and only show descriptive
423 part of the link.
424 (org-insert-link): Modify for new linking system.
425 (org-store-link): Store description separately, for use by
426 `org-insert-link'.
427 (org-table-align): Use `org-string-width'.
428 (defgroup): Completely new group structure for custom variables.
429 (org-agenda-files): Option: Single file name allowed. Function:
430 Optional argument unrestrited means ignore any restricitons.
431 (org-install-agenda-files-menu): Find a buffer in Org-mode before
432 trying to modify the menu. Use generalized access to
433 `org-agenda-files.'
434 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
435 (org-agenda-file-to-front, org-remove-file, org-diary)
436 (org-tags-view, org-export-icalendar-all-agenda-files)
437 (org-export-icalendar-combine-agenda-files): Use generalized
438 access to `org-agenda-files'.
439 (org-remember-handler): Correctly preserve heading if present.
440 (org-table-insert-row, org-table-insert-hline): Deal with
441 invisible characters.
442
443 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
444
445 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
446 (vc-annotate-color-map): New 18 element constant
447 value/saturation, rotating hue colormap, from red->blue.
448 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
449 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
450 (vc-annotate): To avoid killing the required local variables,
451 set them before the end of `with-output-to-temp-buffer', and
452 after first switching to annotate-mode.
453 (vc-annotate-warp-version): Add buffer argument in goto-line to
454 ensure annotation, not source, is scrolled.
455
456 2006-04-10 Bill Wohler <wohler@newt.com>
457
458 * custom.el (defcustom, custom-handle-keyword):
459 Add :package-version keyword.
460 (custom-add-package-version): New function. Sets value of new
461 property 'custom-package-version from :package-version keyword.
462 (defcustom): Create Common Keywords section in docstring.
463 (defface, defgroup): Replace definitions of a select few keywords
464 with a reference to the Common Keywords in defcustom.
465 (defcustom, defface, defgroup): Replace reference to Customization
466 chapter in manual with hyperlink.
467
468 * cus-edit.el (customize-package-emacs-version-alist):
469 New variable.
470 (customize-changed-options): Add check for custom-package-version.
471 (customize-package-emacs-version): New function to look up Emacs
472 version corresponding to the given package version.
473
474 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
475 defun name, in similar fashion to find-variable-regexp.
476
477 2006-04-10 Eli Zaretskii <eliz@gnu.org>
478
479 * international/mule-cmds.el (set-locale-environment): Fix last
480 change for when the locale's preferences don't specify any encoding.
481
482 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
485 so the defined var/fun doesn't need to be quoted.
486
487 2006-04-10 Richard Stallman <rms@gnu.org>
488
489 * finder.el (finder-mode-map): Add n and p bindings.
490
491 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
492
493 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
494 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
495 (gdb-setup-windows): Put something in source window if we can't find
496 the source file.
497 (gdb-frame-handler): Make it work again with just assembly.
498 (gdb-data-list-register-values-handler): Make it work when there is
499 no stack.
500
501 2006-04-09 Richard Stallman <rms@gnu.org>
502
503 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
504 specs while looking for charset.
505
506 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
507
508 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
509 Make them faces.
510 (lm-font-lock-keywords): Update appropriately.
511
512 2006-04-10 Kim F. Storm <storm@cua.dk>
513
514 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
515 it can also replace buffer-substring-no-properties.
516
517 * emulation/cua-base.el (cua-delete-region, cua-paste)
518 (cua-repeat-replace-region): Use filter-buffer-substring.
519
520 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
521 (cua-cut-region-to-global-mark): Likewise.
522
523 * emulation/cua-rect.el (cua--extract-rectangle)
524 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
525
526 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
527
528 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
529 entry-type. Add field delimiters to numerical fields if they are
530 not present.
531
532 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
533
534 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
535 string-const to return value.
536 (bibtex-remove-delimiters): Use it.
537
538 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
541 cl-byte-compile-compiler-macro unless it exists.
542
543 2006-04-08 Eli Zaretskii <eliz@gnu.org>
544
545 * files.el (hack-local-variables-confirm) <offer-save>:
546 Clarify message text. Suggested by Ralf Angeli.
547
548 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
549
550 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
551 (delete-extract-rectangle-line): Use `filter-buffer-substring'
552 instead of `buffer-substring' and `delete-region'. (Most of the
553 code actually copied from `kill-region'.)
554
555 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
556
557 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
558 (rcirc-default-port): Rename from rcirc-port.
559 (rcirc-default-nick): Rename from rcirc-nick.
560 (rcirc-default-user-name): Rename from rcirc-user-name.
561 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
562 (rcirc-low-priority-flag): New variable.
563 (rcirc-decode-coding-system): New defcustom.
564 (rcirc-encode-coding-system): New defcustom.
565 (rcirc-coding-system-alist): New defcustom.
566 (rcirc-multiline-major-mode): New defcustom.
567 (rcirc-nick): New internal variable.
568 (rcirc-process): Remove variable.
569 (rcirc-server-buffer): New variable.
570 (rcirc): Update to use rcirc-default-* variables above.
571 (rcirc-connect): Do not add window-configuration-hook-here.
572 (rcirc-server): New internal variable.
573 (rcirc-connect): Do not send keepalive pings if
574 rcirc-keepalive-seconds is nil.
575 (with-rcirc-server-buffer): New macro.
576 (rcirc-send-string): Encode with rcirc-encode-coding-system.
577 (rcirc-server-name): Rename from rcirc-server.
578 (rcirc-buffer-process): New function.
579 (rcirc-buffer-nick): New function.
580 (rcirc-buffer-target): Remove function.
581 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
582 New commands.
583 (rcirc-mode-map): Change binding of C-c C-l to
584 rcirc-toggle-low-priority.
585 (rcirc-mode): Initialize coding system based on
586 rcirc-coding-system-alist. New change-major-mode-hook to part the
587 channel on a mode change. Make kill-buffer-hook buffer-local.
588 (rcirc-change-major-mode-hook): New function.
589 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
590 (rcirc-last-post-time): New variable.
591 (rcirc-process-message): Store the last time user posted a message
592 to this target.
593 (rcirc-multiline-minor-mode): New mode.
594 (rcirc-multiline-minor-mode-map): New mode map.
595 (rcirc-edit-multiline): Put multiline-edit buffer in
596 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
597 (rcirc-print): Ignore any line starting with an ignored nick.
598 (rcirc-print): Decode using rcirc-decode-coding-system.
599 (rcirc-track-minor-mode): Update global-mode-string when disabling
600 this mode.
601 (minor-mode-alist): Add LowPri indicator.
602 (rcirc-toggle-low-priority): New function.
603 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
604 next lowpriority buffer with activity.
605 (rcirc-record-activity): Sort buffers in rcirc-activity by the
606 last time the user posted a message in to the target.
607 (rcirc-update-activity-string): New formatting for low priority
608 buffers.
609 (rcirc-split-activity): New function.
610 (rcirc-handler-PART, rcirc-handler-KICK)
611 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
612 (rcirc-nick-away-alist): New variable.
613 (rcirc-handler-301): New handler. Away messages are printed once
614 per change.
615
616 2006-04-08 Eli Zaretskii <eliz@gnu.org>
617
618 * info.el (Info-follow-nearest-node): Doc fix.
619
620 * international/mule-cmds.el (set-locale-environment): Make sure
621 the coding-system preferred by the locale's language has the same
622 EOL conversion type as the original buffer-file-coding-system.
623 (locale-language-names): Add a few MS Windows language codes.
624
625 2006-04-07 Richard Stallman <rms@gnu.org>
626
627 * simple.el (eval-expression): Doc fix.
628
629 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
630 (eval-defun): Doc fixes.
631
632 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
633
634 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
635
636 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
637
638 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
639 GDB list command without argument for greater generality.
640
641 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
642
643 * subr.el (string-or-null-p): New function.
644
645 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
646
647 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
648
649 * files.el: Update comment about safe-local-variable declarations.
650
651 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
652
653 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
654 See idlwave.org.
655
656 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
657 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
658
659 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
660 See idlwave.org.
661
662 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
663 version 6.0 (minimal changes). See idlwave.org.
664
665 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
666 6.0 (minimal changes). See idlwave.org.
667
668 * progmodes/idlw-rinfo.el: File obsoleted and removed.
669
670 2006-04-06 Romain Francoise <romain@orebokech.com>
671
672 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
673 symmetric encryption features and a new asynchronous interface to
674 GnuPG. This new version is version 1.4, plus whitespace changes.
675
676 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
677
678 * files.el: Move some `safe-local-variable' declarations to the
679 respective files.
680
681 * textmodes/ispell.el (ispell-check-comments)
682 (ispell-local-dictionary): Mark as safe.
683
684 * abbrev.el (abbrev-mode): Mark as safe.
685
686 * add-log.el (change-log-default-name): Mark as safe.
687
688 * textmodes/reftex-vars.el (reftex-vref-is-default)
689 (reftex-fref-is-default, reftex-level-indent)
690 (reftex-guess-label-type): Mark as safe.
691
692 * textmodes/fill.el (colon-double-space): Mark as safe.
693
694 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
695 (sentence-end-double-space, sentence-end-without-period)
696 (sentence-end-without-space, sentence-end, sentence-end-base)
697 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
698
699 2006-04-06 Kim F. Storm <storm@cua.dk>
700
701 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
702 the :set-after list.
703 (ido-downcase-unc-hosts): New user option. Default on.
704 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
705 when it is set, as regexps are now applied on the fly.
706 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
707 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
708 on the fly, but only when ido-process-ignore-lists is set.
709 Do case insensitive filtering if ido-downcase-unc-hosts is set.
710 Only downcase names if ido-downcase-unc-hosts is set.
711
712 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
713
714 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
715
716 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
717
718 2006-04-05 Kim F. Storm <storm@cua.dk>
719
720 * ido.el (ido-mode): Set after ido-unc-hosts and
721 ido-ignore-unc-host-regexps.
722 (ido-save-history): Save ido-unc-hosts-cache.
723 (ido-load-history): Load ido-unc-hosts-cache.
724 (ido-reread-directory): Refresh unc hosts cache in // dir.
725
726 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
727 to nil while displaying slash screen.
728
729 2006-04-05 Daiki Ueno <ueno@unixuser.org>
730
731 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
732 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
733
734 2006-04-05 Kenichi Handa <handa@m17n.org>
735
736 * international/characters.el: Setup cases of Latin, Greek, and
737 Cyrillic characters in CJK charsets.
738
739 2006-03-29 Daiki Ueno <ueno@unixuser.org>
740
741 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
742 default-enable-multibyte-characters. This reverts the change from
743 revision 6.17 which is no longer necessary because the passphrase
744 is sent separately now. GnuPG messages are unreadable under
745 multibyte locales with default-enable-multibyte-characters set to nil.
746
747 2006-04-04 Andreas Schwab <schwab@suse.de>
748
749 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
750 and `byte-compile-warnings' as `safe-local-variable'.
751
752 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
753
754 * man.el (Man-mode-map): Restore the \r binding.
755 (Man-abstract-xref-man-page): If Man-target-string is a function,
756 call it.
757 (Man-highlight-references): Use Man-default-man-entry to get the
758 target. Deal with xrefs too.
759 (Man-highlight-references0): Don't call the target function.
760
761 * woman.el (WoMan-xref-man-page): Strip the section number, woman
762 cannot deal with it.
763
764 2006-04-04 Daiki Ueno <ueno@unixuser.org>
765
766 * pgg-gpg.el: Clean up process buffers every time gpg processes
767 complete.
768
769 2006-04-04 Kenichi Handa <handa@m17n.org>
770
771 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
772 here.
773 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
774 Temporarily bind inhibit-field-text-motion to t.
775
776 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * startup.el (normal-splash-screen): Only set mode-line-format in the
779 splash buffer, so as not to interfere when debugging the code.
780 Ignore errors when switching buffer.
781
782 2006-04-03 Romain Francoise <romain@orebokech.com>
783
784 * dired.el (dired-dnd-protocol-alist): Fix typo.
785
786 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
787
788 * savehist.el (savehist): Add :version.
789 (savehist-ignored-variables): New variable.
790 (savehist-minibuffer-hook): Don't save variables listed in
791 `savehist-ignored-variables'.
792
793 * dired.el (dired-dnd-protocol-alist): Mention that change does
794 only apply to new buffers in doc string.
795
796 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
797
798 * recentf.el (recentf-open-files-item): Include newline in button
799 field, so opening a file will work, when the point is at the end
800 of the file name. Allow, for example, to [i]search a file by
801 extension and just push RET to open it.
802
803 2006-04-03 Daiki Ueno <ueno@unixuser.org>
804
805 * pgg-gpg.el (pgg-gpg-process-filter)
806 (pgg-gpg-wait-for-completion): Check if buffer is alive.
807
808 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
809 lines, temporary fix.
810
811 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
812
813 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
814
815 2006-04-02 Richard Stallman <rms@gnu.org>
816
817 * progmodes/compile.el (compilation-message-face): Make it defcustom.
818
819 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
820
821 * ibuf-macs.el (define-ibuffer-column): Add a new key:
822 header-mouse-map.
823
824 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
825 (ibuffer-mode-header-map): New keymaps.
826 (ibuffer-update-title-and-summary): Enable mouse face highlighting
827 and keybindings for column headers.
828 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
829 property.
830
831 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
832
833 * speedbar.el (speedbar-after-create-hook): Doc fix.
834
835 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
836
837 * shell.el (shell-directory-tracker)
838 (shell-dynamic-complete-command): Doc fixes.
839
840 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
841
842 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
843 terminals.
844
845 2006-04-01 Kim F. Storm <storm@cua.dk>
846
847 * ido.el (ido-unc-hosts-cache): New defvar.
848 (ido-unc-hosts): If value of defcustom is a function, call it to
849 get list of UNC hosts. Add function-item choices to specify
850 ido-unc-hosts-net-view or user function.
851 (ido-ignore-unc-host-regexps): New defcustom.
852 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
853 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
854 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
855
856 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
859 wwidth.
860
861 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
862
863 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
864 (ido-max-work-file-list, ido-switch-buffer)
865 (ido-read-file-name-as-directory-commands):
866 Fix typos in docstrings.
867
868 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
869
870 * term/mac-win.el (mac-system-coding-system): Define and use after
871 Mac-specific coding systems are ready.
872
873 2006-03-27 Romain Francoise <romain@orebokech.com>
874
875 * net/rcirc.el (rcirc-connect): Add autoload cookie.
876
877 * ldefs-boot.el: Update.
878
879 2006-03-27 Daiki Ueno <ueno@unixuser.org>
880
881 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
882 passphrases when it is not needed.
883 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
884 passphrase stuff from gpg, should only be necessary when you use
885 gpg with a smartcard.
886
887 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
888
889 * comint.el (comint-dynamic-list-completions): Allow user to
890 select *Completions* buffer.
891
892 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
893
894 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
895
896 2006-03-26 Andreas Schwab <schwab@suse.de>
897
898 * progmodes/gud.el (gdb): Only complain about multiple debugging
899 when the gdb process is still running.
900
901 2006-03-25 Eli Zaretskii <eliz@gnu.org>
902
903 * mail/rmail.el (tool-bar-map): Defvar it.
904 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
905 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
906
907 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
908
909 * help.el (print-help-return-message): Suggest to use
910 display-buffer instead of switch-to-buffer-other-window to restore
911 the previous window without selecting it.
912
913 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
914
915 * frame.el (select-frame-by-name): Call x-focus-frame also when
916 window-system is mac.
917
918 * term/mac-win.el: Adjust Courier font specifications in
919 x-fixed-font-alist.
920 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
921 when directly encoding to UTF-16 in native byte order, no BOM.
922
923 2006-03-25 Kim F. Storm <storm@cua.dk>
924
925 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
926 (cua--init-keymaps): Use it instead of fixed C-return.
927 (cua-mode): Set after it.
928
929 * emulation/cua-rect.el (cua--init-rectangles):
930 Use cua-rectangle-mark-key instead of fixed C-return.
931
932 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
933
934 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
935 "run" in .gdbinit.
936 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
937
938 2006-03-24 Romain Francoise <romain@orebokech.com>
939
940 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
941 `display-buffer-other-frame'.
942
943 2006-03-24 Kim F. Storm <storm@cua.dk>
944
945 * apropos.el (apropos-synonyms): Add selection => region.
946
947 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
948
949 * progmodes/gdb-ui.el (gdb-var-create-regexp)
950 (gdb-var-list-children-regexp, gdb-var-update-regexp)
951 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
952 (gdb-data-list-register-values-regexp)
953 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
954 Future proof against new fields being added to MI output.
955 (gdb-send): Don't treat backslashes for program input as
956 continuations.
957 (gdb-assembler-handler): Don't use window-start for this handler.
958 (gdb-frame-handler): Don't change to hollow arrow if overlay
959 arrow doesn't move to new frame.
960
961 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
962
963 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
964 prevent compiler warnings.
965 (gdb-stopped): Check for gud-last-last-frame (case: signal).
966 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
967 (gdb-assembler-custom): Use hollow-right-triangle for assembler
968 buffer too.
969
970 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
971
972 * pgg-gpg.el (pgg-gpg-update-agent): Check for
973 make-network-process, so we can use the same code in Gnus v5-10
974 too and have this file fully synchronized with that release.
975
976 2006-03-23 Romain Francoise <romain@orebokech.com>
977
978 * ibuf-ext.el (ibuffer-read-filter-group-name):
979 Use `ibuffer-generate-filter-groups' to make completion list match
980 the filter groups that are really displayed in the Ibuffer buffer.
981 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
982
983 2006-03-23 Kenichi Handa <handa@m17n.org>
984
985 * international/mule-cmds.el (sort-coding-systems): Describe that
986 the argument is modified in docstring.
987
988 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
989
990 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
991 (pgg-gpg-update-agent): New function.
992 (pgg-gpg-use-agent-p): New function.
993 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
994 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
995 (pgg-gpg-sign-region): Use it.
996
997 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
998
999 * cus-edit.el (custom-face-set): Call custom-push-theme before
1000 face-spec set so that `changed' theme is correctly saved.
1001 (custom-face-reset-standard): Reset to recalculated face rather
1002 than defface spec.
1003
1004 * custom.el (custom-push-theme): Only save `changed' theme if the
1005 current face does not match the defface specs.
1006
1007 2006-03-21 Simon Josefsson <jas@extundo.com>
1008
1009 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1010 <wilde@sha-bang.de>.
1011 (pgg-gpg-use-agent): New variable.
1012 (pgg-gpg-process-region): Use it.
1013 (pgg-gpg-encrypt-region): Likewise.
1014 (pgg-gpg-encrypt-symmetric-region): Likewise.
1015 (pgg-gpg-decrypt-region): Likewise.
1016 (pgg-gpg-sign-region): Likewise.
1017 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1018
1019 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1020
1021 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1022 bracket links.
1023
1024 2006-03-21 Kim F. Storm <storm@cua.dk>
1025
1026 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1027 fringe-indicator-alist instead of modifying global value.
1028 (gdb-frame-handler): Likewise.
1029
1030 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1031
1032 * diff-mode.el (diff-function): Make it inherit from diff-header
1033 instead of diff-context.
1034
1035 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1036 bitmap.
1037 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1038 change names in macro above for consistency.
1039 (gdb-frame-handler): Use hollow-right-triangle for all selected
1040 frames which except the innermost (where execution has stopped).
1041 (gdb-reset): Reset buffer-local values of overlay-arrow.
1042
1043 2006-03-20 Richard Stallman <rms@gnu.org>
1044
1045 * simple.el (set-mark-command): Doc fix.
1046
1047 * files.el (display-buffer-other-frame): New command.
1048 (ctl-x-4-map): Bind C-x 5 C-o to it.
1049
1050 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1053 rather than just defer-time, in case defer-time has been changed but
1054 the timer isn't running yet.
1055 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1056
1057 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1058
1059 * help-mode.el (help-follow-symbol): New function.
1060 Essentially identical to the old `help-follow', but do not let
1061 `push-button' do the work when on an xref.
1062 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1063
1064 2006-03-19 Richard Stallman <rms@gnu.org>
1065
1066 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1067 preceded by the word `program'.
1068 (help-follow-mouse, help-follow): Throw error if not on xref.
1069 Delete no longer used args.
1070
1071 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1072
1073 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1074 annotation ensure gud-overlay-arrow-position is redisplayed.
1075
1076 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1077
1078 * textmodes/bibtex.el (bibtex-include-OPTkey)
1079 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1080 (bibtex-autokey-name-case-convert)
1081 (bibtex-autokey-titleword-case-convert): Make these the aliases
1082 for the following two variables.
1083 (bibtex-autokey-name-case-convert-function)
1084 (bibtex-autokey-titleword-case-convert-function): Make these the
1085 real names.
1086 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1087 bibtex-font-lock-crossref sublists.
1088 (bibtex-mode): Revert 2005-12-30 change (which made
1089 completion-ignore-case buffer-local).
1090 (bibtex-url): Simplify.
1091
1092 2006-03-19 Kim F. Storm <storm@cua.dk>
1093
1094 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1095 cursor property value to 2 (to align with C level change).
1096
1097 2006-03-19 Bill Wohler <wohler@newt.com>
1098
1099 * image.el (image-load-path-for-library): Shorten first line in
1100 docstring.
1101
1102 2006-03-18 Richard Stallman <rms@gnu.org>
1103
1104 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1105
1106 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1107
1108 * isearch.el (isearch-other-meta-char): Handle user bindings for
1109 shifted control characters.
1110
1111 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1112
1113 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1114 part that matches email addresses, file names, etc.
1115
1116 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1117
1118 * term/w32-win.el (mouse-set-font):
1119 Mention w32-list-proportional-fonts in the doc string.
1120
1121 2006-03-18 Kim F. Storm <storm@cua.dk>
1122
1123 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1124 (ido-unc-hosts): New user option to explicitly define list of know
1125 UNC-style hosts for completion.
1126 (ido-cache-unc-host-shares-time): New user option.
1127 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1128 New helper functions for UNC file-name support.
1129 (ido-may-cache-directory): Check for UNC host. Simplify.
1130 (ido-wash-history): Clean out old UNC hosts.
1131 (ido-nonreadable-directory-p): UNC hosts are always readable.
1132 (ido-directory-too-big-p): UNC hosts are never too big.
1133 (ido-set-current-directory): Handle UNC root path.
1134 (ido-file-name-all-completions): Complete UNC host names from
1135 ido-unc-hosts list. Cache UNC host shares.
1136 (ido-make-file-list-1): Don't filter UNC root.
1137 (ido-exhibit): Check for // in root directory, and switch to UNC
1138 mode by setting ido-current-directory to //.
1139
1140 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1141
1142 * cus-edit.el (customize-changed-options): Mention explicit
1143 version number as default in prompt.
1144
1145 2006-03-17 Bill Wohler <wohler@newt.com>
1146
1147 * image.el (image-load-path-for-library): Minor docstring fix.
1148
1149 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1150
1151 * textmodes/org.el (org-read-date): Include subgroup 5 into
1152 replacement text.
1153 (org-popup-calendar-for-date-prompt): Fix customization type.
1154
1155 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1156
1157 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1158 (gdb-continuation): New variable.
1159 (gdb-send): Deal with continuation lines.
1160
1161 * progmodes/gud.el (gud-gdb-complete-command)
1162 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1163 expressions.
1164 (gud-tooltip-mode): Use buffer-local value.
1165
1166 2006-03-16 Kim F. Storm <storm@cua.dk>
1167
1168 * ido.el (ido-edit-input): Use selected match, if any.
1169
1170 2006-03-16 Bill Wohler <wohler@newt.com>
1171
1172 * image.el (image-load-path-for-library): Prefer user's images in
1173 image-load-path.
1174
1175 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1176
1177 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1178 when checking for attempt to drag leftmost or rightmost scrollbar.
1179
1180 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1181
1182 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1183 (gdb-force-mode-line-update): New function.
1184 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1185 (gdb-exited): Use them.
1186 (gdb-signal): New function.
1187 (gdb-annotation-rules): Provide a rule for it.
1188
1189 2006-03-16 Kenichi Handa <handa@m17n.org>
1190
1191 * international/mule.el (auto-coding-regexp-alist): Add entries
1192 for Unicode BOM.
1193
1194 * sort.el (sort-build-lists): Temporarily bind
1195 inhibit-field-text-motion to t.
1196
1197 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1198
1199 * locate.el (locate-command, locate-make-command-line)
1200 (locate-fcodes-file, locate-update-command)
1201 (locate-prompt-for-command, locate, locate-with-filter)
1202 (locate-get-file-positions): Doc fixes.
1203 (locate-buffer-name, locate-header-face): Remove leading `*' in
1204 defcustom.
1205 (locate-filter-output): Use `keep-lines' instead of its alias
1206 `delete-non-matching-lines'.
1207 (locate-get-filename, locate-get-dirname): Add introductory comment.
1208 (locate-find-directory-other-window): Give appropriate error
1209 message if used outside main listing.
1210
1211 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1214 the new extend-region feature.
1215 (font-lock-after-change-function): Update correspondingly.
1216 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1217 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1218
1219 2006-03-15 Bill Wohler <wohler@newt.com>
1220
1221 * image.el (image-load-path-for-library): Fix example by not
1222 recommending that one binds image-load-path. Just defvar it to
1223 placate compiler and only use it if previously defined.
1224
1225 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1226
1227 * textmodes/org.el (org-insert-centered): Use `string-width' to
1228 make underlining work for wide characters.
1229 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1230 TAB to `org-cycle', to make sure that no binding in
1231 `outline-mode-map' can supercede it.
1232
1233 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1234
1235 * allout.el: Increment version to 2.2.1 in file commentary.
1236
1237 (allout-version): Increment to 2.2.1.
1238
1239 (allout-default-layout): New customization variable, used when the
1240 file lacks a specific allout-layout. Uses allout-layout-type for
1241 recursively nested definition.
1242
1243 (allout-layout-type): Widget defining allout layouts, necessary for
1244 self-recursive definition.
1245
1246 (allout-mode): Incorporate allout-default-layout as fallback for
1247 allout-layout.
1248
1249 (allout-layout): Mark as 'safe-local-variable', and refer mention
1250 fallback to `allout-default-layout' in absence of a specified value.
1251 (allout-passphrase-verifier-string)
1252 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1253
1254 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1255
1256 (allout-get-encryption-passphrase-verifier): Use correct name of
1257 passphrase verifier in docstring.
1258
1259 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1260
1261 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1262 elements.
1263 (gdb-find-watch-expression): Make it work for arrays too.
1264 Follow change to gdb-var-list.
1265 (gud-watch): Allow the user to enter variable name with a prexix
1266 arg. Create keybindings.
1267 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1268 (gdb-var-list-children-handler, gdb-var-update-handler)
1269 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1270 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1271 Follow change to gdb-var-list.
1272 (gdb-starting): Don't show the overlay arrows when program is running.
1273
1274 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1275 gdb-var-list.
1276
1277 2006-03-14 Bill Wohler <wohler@newt.com>
1278
1279 * image.el (image-load-path-for-library): Pass value of path
1280 rather than symbol. Always return list of directories.
1281 Guarantee that image directory comes first.
1282
1283 2006-03-14 Alan Mackenzie <acm@muc.de>
1284
1285 * font-core.el (font-lock-extend-region\(-function\)?.):
1286 New function/variable.
1287
1288 * font-lock.el (font-lock-after-change-function):
1289 Call font-lock-extend-region. Obey font-lock-lines-before.
1290 (font-lock-default-fontify-region): Remove reference to
1291 font-lock-lines-before.
1292
1293 * jit-lock.el (jit-lock-after-change):
1294 Call font-lock-extend-region. Obey font-lock-lines-before.
1295
1296 2006-03-14 David Ponce <david@dponce.com>
1297
1298 * tree-widget.el (tree-widget-themes-load-path)
1299 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1300
1301 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1302
1303 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1304 (rcirc-print): Mark the start of text at the end of the prompt.
1305 (rcirc-track-minor-mode): Add autoload cookie.
1306 (rcirc-update-activity-string): Add space to front of mode-line
1307 indicator.
1308
1309 2006-03-13 Miles Bader <miles@gnu.org>
1310
1311 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1312 (rcirc-abbrev-nick): Remove function.
1313 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1314
1315 2006-03-13 David Ponce <david@dponce.com>
1316
1317 * tree-widget.el: Handle themes across all occurrences of the main
1318 themes sub-directory found in tree-widget-themes-load-path.
1319 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1320 (tree-widget--locate-sub-directory): Return all occurrences.
1321 (tree-widget-themes-path): New function.
1322 Replace tree-widget-themes-directory, and return a list of directories.
1323 (tree-widget-set-parent-theme)
1324 (tree-widget-lookup-image): Use it.
1325
1326 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1327
1328 * textmodes/org.el (org-link-search): Avoid self-matching of
1329 links, allow target text to be distributed over several lines.
1330 (org-search-not-link): New function.
1331 (org-set-regexps-and-options, org-get-current-options):
1332 New startup options.
1333 (org-export-as-html): Take odd-level setting from local variable.
1334 (org-fontify-emphasized-text): New option.
1335 (org-set-font-lock-defaults): Include emphasized text.
1336 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1337 (org-font-lock): Customize group renamed from `org-faces'.
1338
1339 2006-03-13 John Paul Wallington <jpw@pobox.com>
1340
1341 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1342 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1343
1344 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1345
1346 * cus-start.el (all): Delete :version keyword for members of the
1347 fringe group, since the entire group is new in 22.1.
1348
1349 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1350
1351 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1352 map if value is hexadecimal (an address).
1353 (gud-watch): Only search roots for existing watch expressions.
1354 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1355 prevent caching problems with speedbar-update-directory-contents.
1356
1357 2006-03-12 Juri Linkov <juri@jurta.org>
1358
1359 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1360 before comparing with `low' and `warn'.
1361
1362 * info.el (Info-dir-remove-duplicates): Move point to the
1363 beginning of the current line after deleting the entries from
1364 redundant heading. Use marker for `limit' and compare it with
1365 point before calling `re-search-forward'.
1366
1367 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1368
1369 * simple.el (yank): Fix typo in docstring.
1370
1371 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1372
1373 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1374 messages, where "D" is the 6th character.
1375
1376 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1377
1378 * simple.el (yank): Fix last change.
1379
1380 2006-03-11 David Ponce <david@dponce.com>
1381
1382 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1383 merging elements from the standard ispell-dictionary-alist.
1384 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1385 alist, and return the new alist.
1386
1387 2006-03-11 Richard Stallman <rms@gnu.org>
1388
1389 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1390
1391 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1392 the way it is implemented is too unclean.
1393
1394 * simple.el (kill-region, yank): Doc fix.
1395
1396 * battery.el (battery-echo-area-format): Doc fix.
1397 (battery-mode-line-format): Likewise.
1398 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1399 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1400
1401 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1402
1403 * progmodes/octave-mod.el (octave-indent-for-comment):
1404 Behave according to do string.
1405
1406 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1407
1408 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1409 Be visible only if major mode is Mail Mode.
1410
1411 * textmodes/flyspell.el (flyspell-external-point-words)
1412 (flyspell-process-localwords): Fix last changes.
1413
1414 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1415
1416 * calendar/holidays.el (list-holidays): Doc fix.
1417
1418 * international/mule.el (auto-coding-alist): Add .odt
1419 (OpenOffice's open document) files.
1420
1421 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1422 document) files. Mention in the doc string the need to sync with
1423 auto-coding-alist.
1424
1425 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1428 enable-local-variables is set to always query, or there is no
1429 savable variable.
1430
1431 2006-03-10 Bill Wohler <wohler@newt.com>
1432
1433 * image.el (image-load-path-for-library): Merge at least three
1434 functions from Gnus and MH-E into this one function that can now
1435 be shared.
1436
1437 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1438
1439 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1440 gdb-remove-mouse-face and remove help-echo too.
1441 (gdb-enqueue-input): Correct conditional clause.
1442
1443 2006-03-10 Glenn Morris <rgm@gnu.org>
1444
1445 * calendar/calendar.el (calendar-holidays): Doc fix.
1446 * calendar/holidays.el (list-holidays): Doc fix.
1447
1448 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1449
1450 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1451 it gets called in gdb-prompt anyway.
1452 (gdb-use-separate-io-buffer): Only restore window arrangement for
1453 gdb-many-windows.
1454 (gdb-enqueue-input): Make it harder to send GDB input when program
1455 is running.
1456 (gdb-buffer-list): New variable.
1457 (gdb-remove-mouse-face): New function.
1458 (gdb-starting): Use it when GDB input won't get sent.
1459
1460 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * help.el (view-lossage): Remove trailing whitespace before
1463 inserting "\n".
1464
1465 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * files.el (hack-local-variables-confirm):
1468 Set coding-system-for-read to nil before writing to .emacs.
1469
1470 * arc-mode.el (archive-extract): Check if an existing buffer name
1471 comes from a different archive.
1472
1473 * help.el (describe-key-briefly): If KEY is a down event, read and
1474 discard the up event.
1475
1476 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1477
1478 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1479 be edited and use font-lock-warning-face for any changes.
1480
1481 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1482 (gdb-edit-value): Use it to report any errors.
1483
1484 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1485
1486 * help.el (describe-key): Remove leftover test code.
1487
1488 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1489
1490 * textmodes/org.el: Move defvars out of eval-when-compile.
1491 Use buffer-file-name variable.
1492 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1493 arg `file'.
1494 (org-level-faces): Remove startup dependency.
1495 (org-cycle, org-map-tree, org-scan-tags)
1496 (org-remember-handler): Don't call `outline-level' directly.
1497 (org-mhe-search-all-folders): New option.
1498 (org-mhe-get-message-folder-from-index)
1499 (org-mhe-get-message-folder): Fix indexing search.
1500 (org-format-agenda-item): Handle nil TAGS argument.
1501 (org-cleaned-string-for-export, org-activate-target-links)
1502 (org-make-target-link-regexp): Deal with empty radio target list.
1503 (org-tag): New face.
1504 (org-get-level-face): New function.
1505 (org-set-font-lock-defaults): Simplify setup for headlines.
1506 (org-complete): Pass common substring to `display-completion-list'.
1507
1508 2006-03-06 David Ponce <david@dponce.com>
1509
1510 * tree-widget.el: Update Commentary header.
1511 (tree-widget-theme-name): Ignore parent themes.
1512 (tree-widget-set-parent-theme): New function.
1513 (tree-widget-set-theme): Use it.
1514 (tree-widget-set-image-properties): Move definition. Does nothing
1515 if image properties have already been set.
1516 (tree-widget-image-properties): Move definition. Receive an image
1517 name. Set the :pointer property.
1518 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1519 Don't set the :pointer image property.
1520 (tree-widget-convert-widget): New function. Handle :dynargs
1521 compatibility here.
1522 (tree-widget): Use it to :convert-widget. Add the :expander-p
1523 predicate to control when the :expander function is entered.
1524 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1525 (tree-widget-value-create): Handle :expander-p. widget-apply
1526 :expander.
1527 (tree-widget-expander-p): New function. Default value of the
1528 :expander-p property.
1529
1530 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * help.el (describe-key): Properly handle the return value of
1533 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1534 remaps. Handle string and vector `follow-link' values.
1535
1536 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * complete.el (PC-expand-many-files): Try be more careful when parsing
1539 the shell's output.
1540
1541 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * outline.el (hide-sublevels): Provide better interactive default.
1544
1545 2006-03-06 Kenichi Handa <handa@m17n.org>
1546
1547 * international/fontset.el (create-fontset-from-fontset-spec):
1548 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1549
1550 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1551
1552 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1553 backslashes instead of one in regexp.
1554 (gud-tooltip-dereference): Add missing optional argument.
1555
1556 2006-03-04 John Paul Wallington <jpw@pobox.com>
1557
1558 * wdired.el (toplevel): Require `cl' at compile-time.
1559
1560 2006-03-04 Andreas Schwab <schwab@suse.de>
1561
1562 * server.el (server-process-filter): Handle errors during
1563 evaluation of the argument.
1564
1565 2006-03-03 John Paul Wallington <jpw@pobox.com>
1566
1567 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1568 escape parentheses at beginning of line.
1569 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1570 (t-mouse-mode): Remove period from end of error message.
1571
1572 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1573
1574 * textmodes/flyspell.el (flyspell-process-localwords):
1575 Be case-sensitive.
1576
1577 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1578
1579 * cus-edit.el (custom-quote): Remove function, since it has been
1580 moved to custom.el.
1581
1582 * font-lock.el (lisp-font-lock-keywords-2)
1583 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1584 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1585 they have no special meaning.
1586
1587 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1588 indirect buffer gets killed before indirect buffer. Use dolist.
1589
1590 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1591
1592 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1593 value instead of a literal constant (1) on more pauses.
1594
1595 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1596
1597 * textmodes/flyspell.el (flyspell-external-point-words):
1598 Be case-sensitive.
1599
1600 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1601
1602 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1603 with "www".
1604
1605 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1606
1607 * allout.el: Restablish intermediate missing comment header to
1608 preserve outline structure.
1609 (allout-beginning-of-current-entry): Skip invisible text.
1610 (allout-open-topic): Fix opening a topic at end-of-buffer.
1611 (allout-minor-mode): Move nearer to allout-mode function.
1612
1613 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1614
1615 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1616
1617 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1620 is nil.
1621
1622 * progmodes/gud.el (gud-speedbar-menu-items):
1623 Use buffer-local-value and add missing :visible keyword.
1624
1625 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1626
1627 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1628
1629 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1630 must be `follow-link'.
1631
1632 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1633
1634 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1635 formatting: No nested anchors.
1636 (org-all-targets): Fix bug with XEmacs compatibility.
1637 (org-read-date): Add (require 'parse-time).
1638 (org-set-tags): Fix bug with extra inserted space.
1639 (org-export-html-style): Define a style class for targets.
1640 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1641 (org-hide-leading-stars): New option.
1642 (org-hide): New face.
1643 (org-set-font-lock-defaults): Allow to hide leading stars.
1644 (org-get-legal-level, org-tr-level): New functions.
1645 (org-odd-levels-only): New option.
1646 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1647 (org-demote, org-promote): Deal with double-star levels.
1648 (org-convert-to-odd-levels): New command.
1649
1650 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1651
1652 * speedbar.el (speedbar-update-localized-contents): Try to
1653 preserve window-start.
1654 (speedbar-update-directory-contents): Try to preserve window-start
1655 and window-point.
1656 (speedbar-update-special-contents): Don't move back to start of window.
1657
1658 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1659 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1660 speedbar-timer-fn.
1661 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1662 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1663 instead of gdb-speedbar-timer-fn.
1664
1665 2006-02-28 Jay Belanger <belanger@truman.edu>
1666
1667 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1668 (math-compose-expr): Use latex option when calling
1669 `math-compose-tex-matrix' for latex mode.
1670
1671 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * speedbar.el: Re-instate comments about developing for speedbar
1674 [this is what info and gdb-ui use even if better methods exist now].
1675
1676 * t-mouse.el: New file.
1677 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1678 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1679 (t-mouse-make-event-element): Use posn-at-x-y instead.
1680 (t-mouse-make-event): Deal with Fedora Core 3.
1681 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1682 (t-mouse-mouse-position-function): New function. Use it instead
1683 of advising mouse-position.
1684 (t-mouse-mode): New minor mode.
1685 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1686
1687 2006-02-27 Glenn Morris <rgm@gnu.org>
1688
1689 * calendar/calendar.el (calendar-holidays): Doc fix.
1690
1691 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1692
1693 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1694 Re-introduce the concept of a source window.
1695 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1696 consistency with get-buffer-create.
1697 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1698 (gdb-data-list-register-values-handler)
1699 (gdb-stack-list-locals-handler): Try to preserve window-start as
1700 well as window-point.
1701 (gdb-display-source-buffer): New function (old concept).
1702 (gdb-goto-breakpoint): Use it.
1703
1704 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1705 for gdb-ui/gdb-mi (old concept).
1706
1707 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1708
1709 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1710 binding.
1711
1712 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1713
1714 * textmodes/reftex-sel.el (reftex-select-label-map)
1715 (reftex-select-bib-map): Add `follow-mouse' binding.
1716
1717 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1718
1719 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1720 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1721 Give :set functions to provide automatic updating.
1722 Update docstring. Give compiler defvars early in the file
1723 and move the defcustoms to a later spot where all called functions
1724 are defined.
1725 (jka-compr-file-name-handler-entry): Doc fix.
1726 (jka-compr-compression-info-list--internal)
1727 (jka-compr-mode-alist-additions--internal)
1728 (jka-compr-load-suffixes--internal): New variables.
1729 (jka-compr-install): Set the three above variables.
1730 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1731 (jka-compr-update, jka-compr-set): New functions.
1732 (auto-compression-mode): Doc fix.
1733
1734 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1735 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1736 Use jka-compr-compression-info-list--internal,
1737 jka-compr-mode-alist-additions--internal and
1738 jka-compr-load-suffixes--internal.
1739
1740 * files.el (load-library):
1741 * loadhist.el (file-loadhist-lookup):
1742 * startup.el (command-line):
1743 * subr.el (locate-library):
1744 * emacs-lisp/autoload.el (update-directory-autoloads):
1745 * emacs-lisp/find-func.el (find-library-suffixes):
1746 Use `get-load-suffixes' instead of `load-suffixes'.
1747
1748 * subr.el (locate-library):
1749 * emacs-lisp/find-func.el (find-library-name):
1750 Use `load-file-rep-suffixes' instead of '("").
1751
1752 2006-02-26 Kim F. Storm <storm@cua.dk>
1753
1754 * ido.el (ido-save-history, ido-load-history): Simplify.
1755 Don't use find-file-noselect to avoid interference from other modes.
1756
1757 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1758
1759 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1760 to use the default shell if filename is not available.
1761 Reported by Giorgos Keramidas.
1762
1763 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1764
1765 * progmodes/etags.el (tags-completion-table): Do completion from
1766 all the tables in the current list, as documented in the manual.
1767
1768 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1769
1770 * CC Mode Update to 5.31.3.
1771
1772 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1773
1774 * progmodes/cc-mode.el (c-postprocess-file-styles):
1775 Bind inhibit-read-only to t, around the call to
1776 c-remove-any-local-eval-or-mode-variables, so that it works on a
1777 RO file.
1778
1779 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1780
1781 * progmodes/cc-awk.el: Correct a typo.
1782
1783 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1784
1785 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1786 c-hungry-delete-backwards, at the request of RMS. Leave the old
1787 name as an alias.
1788
1789 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1790
1791 * progmodes/cc-mode.el: Correct a typo.
1792
1793 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1794
1795 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1796
1797 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1798
1799 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1800 brace-else-brace (error due to mbeg, mend being undefined).
1801
1802 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1803
1804 * progmodes/cc-mode.el: File Local variables: Solve the problem
1805 where both `mode' and c-file-offsets are specified: `mode' will
1806 overwrite c-f-o's settings:
1807 (c-remove-any-local-eval-or-mode-variables): New function.
1808 (c-postprocess-file-styles): Call the above new function, within
1809 c-tentative-buffer-change, to splat `mode' and `eval' before the
1810 second hack-local-variables.
1811
1812 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1813
1814 * progmodes/cc-mode.el:
1815 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1816 (c-after-change): Protect the match data with save-match-data.
1817 It was getting corrupted by c-after-change-check-<>-operators.
1818
1819 * cc-defs.el: [Supersedes patch V1.38]:
1820 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1821 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1822
1823 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1824 with save-match-data. It was being corrupted when Font Lock was
1825 not enabled.
1826
1827 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1828
1829 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1830 Mode and Subword Mode.
1831
1832 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1833 real labels ("case 1:" or "foo:") from non-labels ("public:").
1834 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1835 coding; c-f-t-2 doesn't move over a token at EOB.
1836
1837 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1838
1839 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1840 (c-update-modeline): Concatenate the minor mode indicators
1841 directly onto mode-name, removing c-submode-indicators.
1842 Sometimes, c-s-i got separated from the mode name on the mode line.
1843
1844 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1845 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1846
1847 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1848
1849 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1850 error message when there's an evaluation error to show whether
1851 it's loaded from source or not.
1852 (c-filter-ops): Make it available at runtime too to work when
1853 `c-make-init-lang-vars-fun' needs to evaluate from source.
1854
1855 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * help.el (help): Revert last part of 2006-02-23 change (deletion
1858 of the `provide' call).
1859
1860 2006-02-23 Juri Linkov <juri@jurta.org>
1861
1862 * compare-w.el (compare-windows-highlight): Add new value
1863 `persistent' and change :type from `boolean' to `choice'.
1864 (compare-windows-overlays1, compare-windows-overlays2):
1865 New internal variables.
1866 (compare-windows-highlight): If compare-windows-highlight is
1867 `persistent', add current overlays to compare-windows-overlays[12]
1868 instead of adding compare-windows-dehighlight to pre-command-hook.
1869 (compare-windows-dehighlight): Delete all overlays from
1870 compare-windows-overlays[12].
1871
1872 * info.el (Info-search): Don't bind search-spaces-regexp to
1873 Info-search-whitespace-regexp in non-regexp isearch mode.
1874
1875 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1878
1879 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * textmodes/org.el (org-xemacs-p)
1882 (org-export-html-show-new-buffer, org-table-may-need-update)
1883 (org-insert-item, org-mhe-get-message-real-folder)
1884 (org-mhe-get-message-folder-from-index)
1885 (org-mhe-get-message-folder, org-mhe-get-message-num)
1886 (org-mhe-get-header, org-make-org-heading-search-string)
1887 (org-make-org-heading-camel, org-table-sort-lines)
1888 (org-format-org-table-html, org-format-table-table-html):
1889 Fix typos in docstrings.
1890
1891 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1892
1893 * textmodes/org.el (org-cleaned-string-for-export)
1894 (org-solidify-link-text): New function.
1895 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1896 XEmacs, just to silence the compiler.
1897 (org-export-as-ascii, org-export-as-html-and-open):
1898 Use `org-cleaned-string-for-export' and create internal links.
1899 (org-follow-mhe-link): Require mh-e, use folder.
1900
1901 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1904
1905 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1906 gdb-debug-log-length.
1907 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1908 it a real ring but...
1909 (gud-gdba-marker-filter): ...make it work like mark-ring.
1910 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1911 (gdb-mouse-jump): New function. Add bindings.
1912
1913 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1914
1915 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1916 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1917 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1918 (gdb-debug-log-length): Customize it's length.
1919 (gud-watch, gdb-var-create-handler): Display function::var format
1920 but don't use to create variable object.
1921 (gdb-var-create-handler): Use message-box in place of message.
1922 (gdb-stopped): Call gdb-exited if signalled.
1923
1924 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1925
1926 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1927
1928 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1929
1930 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1931 if `reftex-try-all-extensions' is set.
1932
1933 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1934 fail silently when there is no valid argument at point.
1935 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1936 `fail-silently' argument. From a patch by David Reiter.
1937
1938 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1939 New commands.
1940 (org-mark-ring): New variable.
1941 (org-mark-ring-length): New option.
1942 (org-open-at-point, org-goto, org-open-file): Push old position
1943 onto the mark ring.
1944 (org-add-hook): New function.
1945 (org-export-table-remove-special-lines): New option.
1946 (org-skip-comments, org-format-org-table-html): Respect new
1947 option `org-export-table-remove-special-lines'.
1948 (org-open-file): Allow special command configuration for
1949 directory link.
1950 (org-file-apps): Fix bugs in customize type, added setting
1951 for directories.
1952 (org-activate-tags, org-format-agenda-item, org-complete)
1953 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1954 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1955 (org-link-search, org-make-org-heading-search-string)
1956 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1957 (org-radio-targets, org-file-link-context-use-camel-case)
1958 (org-activate-camels): New options.
1959 (org-update-radio-target-regexp, org-all-targets)
1960 (org-make-target-link-regexp, org-activate-target-links):
1961 New functions.
1962 (org-make-org-heading-search-string): New function.
1963 (org-store-link, org-insert-link): Use new option
1964 `org-file-link-context-use-camel-case'.
1965 (org-activate-camels): Use new option `org-activate-camels'.
1966 (org-link-regexp): Add mhe prefix.
1967 (org-open-at-point, org-store-link): Support for mhe links.
1968 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1969 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1970 (org-mhe-get-header, org-follow-mhe-link): New functions.
1971 (org-remove-angle-brackets, org-add-angle-brackets):
1972 New functions.
1973 (org-bracket-link-regexp): New constant.
1974 (org-read-date): Fix bug that was rejecting all typed dates.
1975 (org-link-search): Make hierarchy above visible after a match.
1976 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1977 (org-store-link): Fix bug with link creation when cursor is in
1978 an empty line.
1979 (org-open-at-point): Fix bug with matching a link.
1980 Fixed buggy argument sequence in call to `org-view-tags'.
1981 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1982 (org-prefix-has-tag): New variable.
1983 (org-format-agenda-item): Remove tags from headline
1984 if appropriate.
1985 (org-agenda-remove-tags-when-in-prefix): New option.
1986
1987 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1988
1989 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1990 Fix the regular expressions.
1991
1992 2006-02-21 Richard M. Stallman <rms@gnu.org>
1993
1994 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1995 if there's no other specific basis.
1996
1997 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1998 as variables at all.
1999 (unsafep-variable): Rename arg; doc fix.
2000
2001 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2002
2003 * calendar/appt.el (diary-selective-display): Add defvar.
2004
2005 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2006
2007 * isearch.el (search-whitespace-regexp): Fix custom type.
2008
2009 * help.el (describe-key-briefly): Compute interactive args
2010 in same was as before previous change.
2011
2012 * files.el (enable-local-variables): Doc fix.
2013
2014 2006-02-21 Kim F. Storm <storm@cua.dk>
2015
2016 * fringe.el: Cleanup as file is now pre-loaded.
2017 (fringe-bitmaps): Initialize unconditionally.
2018 (fringe-mode, set-fringe-style): Remove autoload cookies.
2019
2020 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2021
2022 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2023 `horizontal-bar'.
2024 (fringe-cursor-alist): Use `horizontal-bar'.
2025
2026 2006-02-20 Kim F. Storm <storm@cua.dk>
2027
2028 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2029 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2030
2031 * loadup.el: Load "fringe" on window systems.
2032
2033 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2036 out of scope components.
2037
2038 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2039 default.
2040
2041 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * custom.el (customize-mark-to-save, customize-mark-as-set):
2044 Load the symbol first.
2045
2046 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2049 strech spec so it doesn't display as "^J" on the header line
2050 when `Buffer-menu-use-header-line' is t.
2051
2052 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2053
2054 * speedbar.el (speedbar-make-button): Keep text properties
2055 of string arguments if desired.
2056
2057 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2058 expessions.
2059
2060 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2061 of speedbar.
2062
2063 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2064
2065 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2066 to value of `read-file-name-completion-ignore-case'.
2067
2068 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * custom.el (customize-mark-as-set): Push to `user' theme.
2071
2072 * cus-edit.el (custom-save-variables): Allow unthemed values.
2073 (customize-set-variable): Push setting to `user' theme.
2074
2075 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * progmodes/gud.el: Don't require font-lock as it's now
2078 automatically loaded.
2079 (gud-speedbar-buttons): Replace gdb-var-changed with
2080 gdb-force-update.
2081
2082 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2083 gdb-var-changed.
2084 (gdb-post-prompt): Use it.
2085 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2086 (gdb-var-update-handler, gdb-var-delete)
2087 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2088 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2089 gdb-force-update in gdb-post-prompt.
2090 (gdb-reset): Clear watch expressions from speedbar when quitting.
2091
2092 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2093
2094 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2095 (viper-change-state-to-vi, viper-change-state-to-emacs):
2096 Make aware of cursor coloring in the Emacs state.
2097 (viper-special-read-and-insert-char): Use read-char-exclusive.
2098 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2099
2100 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2101
2102 * viper-util.el (viper-save-cursor-color)
2103 (viper-get-saved-cursor-color-in-replace-mode)
2104 (viper-get-saved-cursor-color-in-insert-mode)
2105 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2106 state.
2107 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2108
2109 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2110 (ediff-ignore-case-option3, ediff-actual-diff-options)
2111 (ediff-actual-diff3-options): New variables to control case sensitivity.
2112 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2113 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2114 (ediff-toggle-ignore-case): New function.
2115 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2116
2117 * ediff-help.el (ediff-long-help-message-narrow2)
2118 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2119 (ediff-long-help-message-word-mode): Add ignore-case command.
2120 (ediff-help-for-quick-help): Add ignore-case command.
2121
2122 * ediff-merg.el: Move provide to the end.
2123
2124 * ediff-ptch.el: Move provide to the end.
2125
2126 * ediff-wind.el: Move provide to the end.
2127
2128 * ediff-mult.el: Move provide to the end.
2129 (ediff-set-meta-overlay): Enable follow-link.
2130
2131 * ediff.el: Move provide to the end.
2132 Break recursive load cycle in eval-when-compile.
2133 (ediff-patch-buffer): Better heuristics.
2134
2135 * ediff-util.el: Move provide to the end.
2136 Break recursive load cycle in eval-when-compile.
2137 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2138 defuns.
2139 (ediff-submit-report): Pass the values of ediff-diff3-program,
2140 ediff-diff3-options.
2141
2142 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2145 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2146 `' (for example, in the docstring of `windmove-default-keybindings').
2147
2148 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2149
2150 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2151 shadow face. Don't provide binding to edit variable when it is
2152 out of scope.
2153
2154 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2155 (gdb-var-update-handler): Detect out of scope variables with pre
2156 GDB 6.4 too.
2157 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2158 Reset status of variable objects to nil in update handlers.
2159 (gdb-var-update-handler-1): Detect when a variable object comes
2160 in scope. setcar on var changes gdb-var-list directly.
2161
2162 2006-02-17 Juri Linkov <juri@jurta.org>
2163
2164 * ffap.el (ffap) <defface>: Add explicit face declaration.
2165 (ffap-highlight): Use face `ffap' directly instead of checking
2166 for its existence.
2167
2168 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2169 `visible-ok' of `other-buffer' to find the right original buffer.
2170
2171 * info.el (Info-search): Skip `Local Variables' node.
2172
2173 2006-02-17 Juri Linkov <juri@jurta.org>
2174
2175 * info.el (Info-find-file): Check for symbols `apropos', `history',
2176 `toc' in the input filename, and return these symbols as is.
2177 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2178 `history', `toc' instead of strings.
2179 (Info-set-mode-line): For non-string Info-current-file use the
2180 symbol's name inside **.
2181 (Info-isearch-push-state): Add quote before Info-current-file and
2182 Info-current-node.
2183 (Info-isearch-pop-state): Use `equal' instead of `string='.
2184 (Info-extract-pointer, Info-following-node-name): Use
2185 `match-string-no-properties' instead of `match-string'.
2186 (Info-up): Check `old-file' for `stringp'.
2187 (Info-history): Use `equal' instead of `string-equal'.
2188 Check `file' for `stringp'.
2189 (Info-history): Use symbol `history' instead of string as first arg
2190 of `Info-find-node'.
2191 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2192 `toc' instead of string.
2193 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2194 instead of `buffer-substring', and `match-string-no-properties'
2195 instead of `match-string'.
2196 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2197 instead of strings.
2198 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2199 Use symbol `apropos' instead of string.
2200 (Info-copy-current-node-name): Check `Info-current-file' for
2201 `stringp' and construct a command with `Info-find-node' from it.
2202 (Info-fontify-node): Use `match-string-no-properties' instead of
2203 `match-string' and check file names for `stringp'.
2204 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2205 `history', `toc' instead of strings.
2206
2207 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * files.el: Rearrange functions and variables in the file local
2210 variables section.
2211
2212 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2213
2214 * files.el: Add truncate-lines, ispell-check-comments and
2215 ispell-local-dictionary as safe local variables.
2216
2217 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2218
2219 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2220 out of scope variables.
2221 (gud-speedbar-buttons): Use unless.
2222
2223 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2224 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2225 (gdb-show-changed-values): Also use for out of scope variables.
2226 (gdb-var-update-handler-1): Note if variable goes out of scope.
2227
2228 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2229
2230 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2231 default to global variable values for unsupplied args.
2232 (rcirc-get-buffer-create): Fix bug with setting the target.
2233 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2234 test for rcirc-always-use-server-buffer-flag here.
2235 (rcirc-response-formats): Add %N, which is a facified nick. %n
2236 uses the default face. Change the ACTION format string. If the
2237 "nick" is the server, don't print anything for that field.
2238 Comment fixes.
2239 (rcirc-target-buffer): Don't test
2240 rcirc-always-use-server-buffer-flag here.
2241 (rcirc-print): Squeeze extra spaces out of the text before message.
2242 (rcirc-put-nick-channel): Strip potential "@" char from nick
2243 before adding them to nick table.
2244 (rcirc-url-regexp): Improve to match address like "foo.com".
2245
2246 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2247
2248 * allout.el (allout-hidden-p): Move this defsubst before
2249 allout-overlay-interior-modification-handler, where it is first
2250 used.
2251
2252 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2253
2254 * allout.el: Use allout invisible-text overlays instead of
2255 selective display for concealed text. Also, lots of general
2256 cleanup, and improved compatibility code.
2257
2258 (allout-version) Incremented, corrected, revised, and refined
2259 module commentary.
2260
2261 (provide 'allout): Moved to the bottom, added a require of overlay.
2262
2263 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2264 `except-current'.
2265 (allout-write-file-hook-handler): Minimize delay.
2266 (count-trailing-whitespace-region): New function so
2267 auto-encryption of current topic can resituate cursor exactly.
2268 PGP/GPG encryption trims trailing whitespace from lines, which
2269 must be accounted for across encryption then decryption.
2270
2271 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2272 just plain "\C-c", to avoid intruding on user's keybinding space.
2273
2274 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2275 parameter, so user request to provide a new password is done.
2276
2277 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2278 Refined mechanism for auto-filling behavior while in allout mode.
2279
2280 (allout-mode): Explicitly specify the mode map in the docstring.
2281 Clarify provision for various write-file hook var names.
2282 Adjusted for invisible-text overlays instead of selective-display.
2283
2284 (allout-depth): Really return 0 if not within any topic. This
2285 rectifies `allout-beginning-of-level' and sequence numbering
2286 errors that occur when cutting and pasting numbered topics.
2287 Changed from a in-line subst to a regular function, as well.
2288
2289 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2290
2291 (allout-end-of-subtree, allout-end-of-subtree)
2292 (allout-end-of-entry, allout-end-of-current-heading)
2293 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2294 (allout-show-children, allout-show-to-offshoot)
2295 (allout-hide-current-entry, allout-show-current-entry): Rectified
2296 handling of trailing blank lines between items.
2297
2298 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2299 (allout-current-depth, allout-unprotected, allout-hidden-p)
2300 (allout-on-current-heading-p, allout-listify-exposed)
2301 (allout-chart-subtree, allout-goto-prefix)
2302 (allout-back-to-current-heading, allout-get-body-text)
2303 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2304 (allout-hide-region-body, allout-toggle-subtree-encryption)
2305 (allout-encrypt-string, allout-encrypted-key-info)
2306 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2307 (allout-file-vars-section-data): Adjusted for use with
2308 invisible-text overlays instead of selective-display.
2309
2310 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2311 Reworked for use with invisible text overlays.
2312
2313 (allout-current-topic-collapsed-p): New function.
2314
2315 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2316 to know when to close the containing topic.
2317
2318 (allout-pre-command-business, allout-post-command-business):
2319 Simplify undo-batching and dynamic isearch exposure.
2320
2321 (allout-set-overlay-category): New for invisible-text overlays.
2322 Sets properties of allout-overlay-category, used by
2323 allout-flag-region to set invisible-text overlay properties.
2324 (allout-get-invisibility-overlay): Get the first qualifying
2325 invisibility overlay, so we can find the extent of it.
2326 (allout-back-to-visible-text): Get to just before the beginnining
2327 of the current invisibility overlay, if any.
2328
2329 (allout-overlay-insert-in-front-handler)
2330 (allout-overlay-interior-modification-handler)
2331 (allout-before-change-handler, allout-isearch-end-handler): New
2332 functions to handle extraordinary actions affecting concealed
2333 text.
2334
2335 (allout-flag-region): Use overlays instead of selective-display
2336 for invisible text - by inheritence from the properties of
2337 allout-overlay-category in mainline Emacs, and applied
2338 property-by-property in XEmacs, some recent versions of which
2339 don't inherit the properties from the category. Provisions to
2340 respond to concealed-text edits simplified drastically.
2341
2342 (allout-isearch-rectification, allout-isearch-was-font-lock)
2343 (allout-isearch-expose, allout-enwrap-isearch)
2344 (allout-isearch-abort, allout-pre-was-isearching)
2345 (allout-isearch-prior-pos, allout-isearch-did-quit)
2346 (allout-isearch-dynamic-expose)
2347 (allout-hide-current-entry-completely): Functions deleted.
2348
2349 (allout-undo-aggregation): Explicit undo aggregation no longer
2350 necessary due to transition away from selective-display.
2351
2352 (set-allout-regexp, allout-up-current-level)
2353 (allout-next-visible-heading, allout-forward-current-level)
2354 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2355 (allout-kill-line, allout-yank-processing, allout-show-children)
2356 (allout-expose-topic, allout-old-expose-topic)
2357 (allout-listify-exposed, allout-insert-latex-header)
2358 (allout-toggle-subtree-encryption, allout-encrypt-string)
2359 (remove-from-invisibility-spec, allout-hide-current-subtree):
2360 Ditched unused variables.
2361
2362 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2363
2364 * textmodes/ispell.el (ispell-change-dictionary): Call
2365 ispell-buffer-local-dict instead of
2366 ispell-accept-buffer-local-defs.
2367 (ispell-local-dictionary-alist): Accept as valid any coding-system
2368 supported by Emacs.
2369 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2370 changed to iso-8859-3.
2371
2372 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * speedbar.el (speedbar-frame-width): Make an inline function
2375 instead of a macro. Use frame-width.
2376 (speedbar-try-completion, speedbar-update-contents)
2377 (speedbar-timer-fn): Use consp.
2378 (speedbar-update-localized-contents): Try to preserve point.
2379
2380 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2381 (menu): Re-order menu items.
2382 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2383 field.
2384 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2385 (gdb-post-prompt): Speed things by not forcing update.
2386
2387 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2390 press and perform default action if we get a mouse movement event.
2391
2392 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2393
2394 * calendar/icalendar.el (icalendar--get-event-property)
2395 (icalendar--get-event-property-attributes): Fix typos in
2396 docstrings.
2397
2398 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2399 docstring.
2400
2401 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * bs.el (bs-mode): Use `buffer-disable-undo'.
2404 (bs--get-file-name): Simplify.
2405 (bs-show-in-buffer): Mark the buffer as not modified.
2406
2407 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2408
2409 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2410 widget-button-click.
2411
2412 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2413 (custom-mode): Update docstring.
2414
2415 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2416 binding.
2417
2418 * files.el (hack-local-variables-confirm): Allow scrolling if the
2419 file variable list is too long. Kill temp buffer after use.
2420
2421 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2422
2423 * progmodes/gud.el (gdb): Improve doc string.
2424 (gdb-script-font-lock-keywords): Expand allowed character set.
2425
2426 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2427 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2428 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2429 (gdb-separate-io-stop, gdb-separate-io-eof):
2430 Rename from gdb-inferior-* to gdb-separate-*.
2431 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2432
2433 2006-02-14 Jay Belanger <belanger@truman.edu>
2434
2435 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2436 expression is a symbol before checking that it is bound.
2437
2438 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2439 test to see if equation can be solved.
2440
2441 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * wid-edit.el (widget-button-click): Use :pressed-face property
2444 for overlay face, if it exists.
2445
2446 * cus-edit.el (custom-manual, custom-add-see-also)
2447 (custom-add-parent-links, custom-group-link): Add :pressed-face
2448 property to links.
2449
2450 * files.el (hack-local-variables): Remove ignored variables before
2451 checking if any variables need setting.
2452
2453 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2454
2455 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2456
2457 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * help.el (where-is): Fix message for remapped commands.
2460
2461 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2462 Fix typos in docstrings.
2463
2464 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2465
2466 * files.el (safe-local-variable-values): New option.
2467 (hack-local-variables-prop-line): Return a list of variable-value
2468 pairs if MODE-ONLY is non-nil.
2469 (hack-local-variables): Construct list of variable-value pairs,
2470 and apply or reject them in one go. Ask for confirmation if
2471 variables are not known safe.
2472 (hack-local-variables-confirm): Complete rewrite. Support
2473 `safe-local-variable-values'.
2474 (enable-local-variables): Update docstring to reflect new
2475 behavior.
2476 (ignored-local-variables): Ignore ignored-local-variables and
2477 safe-local-variable-values.
2478 (safe-local-variable-p): New function.
2479 (risky-local-variable-p): `safe-local-variable' property check
2480 moved to safe-local-variable-p.
2481 (hack-one-local-variable): Checks moved to hack-local-variables.
2482
2483 (byte-compile-dynamic, c-basic-offset, c-file-style)
2484 (c-indent-level, comment-column, fill-column, fill-prefix)
2485 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2486 (no-update-autoloads, outline-regexp, page-delimiter)
2487 (paragraph-start, paragraph-separate, sentence-end)
2488 (sentence-end-double-space tab-width, version-control):
2489 Add `safe-local-variable' property.
2490
2491 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2492
2493 * icomplete.el, play/landmark.el: Change nonexistent
2494 `outline-layout' file variable to `allout-layout'.
2495
2496 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2499 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2500 to gud-comint-buffer.
2501 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2502 gdb-ui.el for gdb-mi.el.
2503 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2504 registers buffer to gdb-get-changed-registers.
2505 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2506 deletion of catchpoints (throw and catch).
2507 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2508 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2509 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2510 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2511 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2512
2513 2006-02-13 Jay Belanger <belanger@truman.edu>
2514
2515 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2516 expression is a symbol before checking that it is bound.
2517
2518 2006-02-13 Richard M. Stallman <rms@gnu.org>
2519
2520 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2521 for the minibuffer too, but not if resize-mini-windows will interfere.
2522
2523 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2524 inside `interactive' spec.
2525 (describe-key-briefly-internal, describe-key-internal):
2526 Functions merged back into their callers.
2527
2528 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2529
2530 * info.el (info-xref-visited): Inherit from info-xref too.
2531 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2532 when propertizing Info-current-file and Info-current-node.
2533
2534 2006-02-13 Juri Linkov <juri@jurta.org>
2535
2536 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2537 (tumme-thumb-name): Fix per-directory format.
2538
2539 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2542
2543 2006-02-12 Miles Bader <miles@gnu.org>
2544
2545 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2546
2547 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2548
2549 * tumme.el: Remove history section. If someone needs the it, it
2550 can always be found in CVS.
2551
2552 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2553
2554 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2555 about the Thumbnail Managing Standard option.
2556
2557 2006-02-12 Richard M. Stallman <rms@gnu.org>
2558
2559 * subr.el (substitute-key-definition): Doc fix.
2560
2561 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2562
2563 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2564
2565 * info.el (Info-mode): Doc fix.
2566
2567 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2568
2569 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2572 because on Solaris a POSIX compatible "id" is needed. Reported by
2573 Magnus Henoch <mange@freemail.hu>.
2574
2575 2006-02-12 Juri Linkov <juri@jurta.org>
2576
2577 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2578 (tumme) <defgroup>: Change :group to `multimedia'.
2579 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2580 Managing Standard.
2581 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2582 Fix dostring.
2583 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2584 and %y. Fix docstring.
2585 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2586 (tumme-cmd-create-standard-thumbnail-command): New user options.
2587 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2588 is `standard'. Fix docstring.
2589 (tumme-thumb-width, tumme-thumb-height): New user options.
2590 (tumme-external-viewer): Try to find various viewers.
2591 (tumme-get-thumbnail-image): Use `create-image' instead of
2592 constructing the `image' structure.
2593 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2594 `standard'.
2595 (tumme-thumb-name): Add file name generation for standard storage.
2596 Simplify code for other storages.
2597 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2598 Add modification time %m and thumbnail-nq8 %q.
2599 Use `tumme-cmd-create-standard-thumbnail-command' if
2600 tumme-thumbnail-storage is `standard'.
2601 (tumme-dired-insert-marked-thumbs): New autoload command.
2602 (tumme-dired-after-readin-hook): New function.
2603 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2604 `tumme-thumb-size'.
2605 (tumme-display-image): Replace size-x %x and size-y %y with
2606 width %w and height %h.
2607
2608 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2609 `tumme-dired-insert-marked-thumbs'.
2610
2611 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2612
2613 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2614 include path).
2615 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2616 matching tag.
2617
2618 2006-02-12 Miles Bader <miles@gnu.org>
2619
2620 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2621 New variables.
2622 (rcirc-abbrev-nick): New function.
2623 (rcirc-format-response-string): Rewrite to use the formats in
2624 `rcirc-response-formats' and expand escape sequences therein.
2625 A text-property `rcirc-text' is added over the actual response
2626 text to make easy to find inside the returned string.
2627 (rcirc-print): When filling, just look for the `rcirc-text'
2628 text-property to find the appropriate fill prefix, instead of
2629 using hardwired patterns.
2630
2631 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2632
2633 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2634 Managing Standard.
2635
2636 2006-02-11 Kim F. Storm <storm@cua.dk>
2637
2638 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2639 Don't use insert-buffer; do insert-buffer-substring directly.
2640 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2641
2642 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2643
2644 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2645 with inhibit-read-only. Suggested by Stefan Monnier.
2646 (revert-buffer): Let insert-file-contents discard
2647 buffer-undo-list. Simplify code.
2648 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2649
2650 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2651
2652 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2653
2654 * help.el (describe-key-briefly): Now a wrapper for
2655 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2656 to t. Populate yank-menu if empty.
2657 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2658 (describe-key): Now a wrapper for describe-key-internal. Bind
2659 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2660 (describe-key-internal): Renamed from describe-key.
2661
2662 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2663
2664 * progmodes/glasses.el (glasses-separator): Doc fix.
2665 (glasses-original-separator): New defcustom.
2666 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2667
2668 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2669
2670 * mwheel.el (mouse-wheel-up-event): Doc fix.
2671
2672 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2673
2674 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2675 (tumme-dir): New function. Copied from thumbs.el.
2676
2677 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * desktop.el (desktop-outvar): Fix typo.
2680 (desktop-save-buffer-p): Doc fix.
2681
2682 * subr.el (substitute-key-definition): Fix typo.
2683
2684 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2685
2686 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2687 when window-system is mac.
2688
2689 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2690
2691 2006-02-10 Kim F. Storm <storm@cua.dk>
2692
2693 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2694 indirect-function instead of using condition-case.
2695
2696 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2697
2698 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2699 less `colloquial'...
2700
2701 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2702
2703 * tumme.el: Add a couple of todo items.
2704
2705 2006-02-09 Lars Hansen <larsh@soem.dk>
2706
2707 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2708 (highlight-changes-mode): Don't change desktop-locals-to-save.
2709
2710 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * image-mode.el (image-toggle-display): Clear image cache if using
2713 filename.
2714
2715 2006-02-09 Masatake YAMATO <jet@gyve.org>
2716
2717 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2718 a `dired-man' target.
2719
2720 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2721 boundary of symbols.
2722
2723 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2724
2725 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2726
2727 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2728
2729 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2730 `mapcar'; return nil.
2731
2732 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2733
2734 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2735 some other event.
2736
2737 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2738
2739 * net/rcirc.el (rcirc-startup-channels-alist):
2740 Add irc.freenode.net and #emacs as defaults.
2741 (rcirc-ignore-all-activity-flag): Remove variable.
2742 (rcirc-authinfo): New variable.
2743 (rcirc-authinfo-filename): Remove variable.
2744 (rcirc-always-use-server-buffer-flag): New flag.
2745 (rcirc): M-x rcirc will automatically connect without prompting.
2746 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2747 connection in lisp.
2748 (rcirc-process-server-response-1): Remove everything but the nick
2749 portion of the sender so it doesn't need to be done everywhere
2750 else. Update related code.
2751 (global-map): Remove global keybindings.
2752 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2753 (rcirc-send-input): Split into several functions.
2754 (rcirc-process-input-line, rcirc-process-message)
2755 (rcirc-process-command): New functions.
2756 (rcirc-target-buffer): New function to determine where to route
2757 messages.
2758 (rcirc-user-nick): Save match data.
2759 (rcirc-toggle-ignore-buffer-activity)
2760 (rcirc-update-activity-string): Remove global ignore functionality,
2761 which can be done now by toggling rcirc-track-minor-mode.
2762 (rcirc-track-minor-mode-map): New keymap.
2763 (rcirc-track-minor-mode): New minor-mode.
2764 (ignore): Make the ignore output nicer. Always print it when
2765 adding or removing nicks.
2766 (rcirc-url-regexp): Improve.
2767 (rcirc-mangle-text): Remove properties before using text in the
2768 modeline.
2769 (rcirc-authenticate): Authentication data comes from
2770 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2771 (rcirc-server-prefix): Inherit from rcirc-server.
2772
2773 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2774
2775 * Makefile.in (compile): Append "|| true" to the end of the `find'
2776 command, like compile-always does.
2777
2778 2006-02-08 Sam Steingold <sds@gnu.org>
2779
2780 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2781 output from a dead connection.
2782
2783 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2784
2785 * dired.el (dired-mode-map): Add more bindings for tumme.
2786
2787 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * wdired.el (wdired-mode-map): Use remap.
2790 (wdired-get-filename): Massage.
2791 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2792 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2793 `keymap' property rather than `local-map'.
2794
2795 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2796
2797 * tumme.el (tumme-get-thumbnail-image): New utility function.
2798 Suggested by from Chong Yidong.
2799 (tumme-dired-with-window-configuration): Rename from
2800 `tumme-dired'. Add code to save window configuration.
2801 (tumme-restore-window-configuration): New command to restore the
2802 window configuration that `tumme-dired-with-window-configuration'
2803 saves before it changes the window configuration.
2804 (tumme-show-all-from-dir): New command to display thumbnails for
2805 all files in a directory entered by the user, like M-x thumbs.
2806 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2807 have been created.
2808 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2809 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2810 Remove obsolete test function.
2811
2812 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2813
2814 * vc.el (small-temporary-file-directory): Remove defvar; there's
2815 a defcustom for it in files.el.
2816
2817 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2818 Fix typo in message.
2819 (tumme-gallery-generate): Fix typo in `error' message.
2820 (tumme-display-window-height-correction)
2821 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2822 (tumme-line-up-interactive): Dox fixes.
2823 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2824 (tumme-restore-window-configuration, tumme-format-properties-string)
2825 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2826 Fix typos in docstrings.
2827
2828 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2829
2830 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2831
2832 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2833
2834 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2835 User should use hook if desired.
2836
2837 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2838 buffer if necessary.
2839 (gdb-delete-frame-or-window): New function.
2840 (gdb-breakpoints-mode-map): Bind "q" to it.
2841
2842 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * textmodes/nroff-mode.el: Clean up name space.
2845 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2846 (nroff-mode): Obey the global setting of nroff-electric-mode.
2847 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2848
2849 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2850
2851 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2852
2853 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2854
2855 2006-02-06 Lars Hansen <larsh@soem.dk>
2856
2857 * generic-x.el (etc-fstab-generic-mode): Add file system types
2858 cifs and usbdevfs. Allow special chars in file names.
2859
2860 2006-02-05 Jay Belanger <belanger@truman.edu>
2861
2862 Update copyright notices of the files in lisp/calc.
2863
2864 2006-02-05 Romain Francoise <romain@orebokech.com>
2865
2866 Update copyright notices of all files in the lisp/play directory.
2867
2868 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2869
2870 * ldefs-boot.el: Regenerate.
2871
2872 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2873
2874 2006-02-05 Kim F. Storm <storm@cua.dk>
2875
2876 * files.el (magic-mode-regexp-match-limit): New defvar.
2877 (set-auto-mode): Use it to limit magic-mode-alist matching.
2878
2879 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2880
2881 * simple.el (display-message-or-buffer): Compare the number of
2882 characters to the frame width when determining whether a 1-line
2883 message string will fit in the echo area. Count screen lines
2884 instead of buffer lines when determining whether a multi-line
2885 message will fit in the echo area/minibuffer window.
2886
2887 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2888
2889 * info.el (Info-index, Info-mode): Improve the description of the
2890 `i' command.
2891
2892 * ldefs-boot.el: Regenerate.
2893
2894 2006-02-03 Werner Lemberg <wl@gnu.org>
2895
2896 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2897 greedy to find the closing bracket in \*[...] and similar
2898 expressions. This is a first rough fix -- many additional
2899 refinements are necessary to make nroff mode really usable with groff.
2900
2901 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2902
2903 * international/mule-cmds.el (set-locale-environment):
2904 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2905 libX11.
2906
2907 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2908
2909 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2910 archive are created in archive-tmpdir.
2911
2912 2006-02-02 John Paul Wallington <jpw@pobox.com>
2913
2914 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2915 (ibuffer-fontification-alist): Use it.
2916 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2917 to "* z" and the Ibuffer Mark menu.
2918
2919 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2920
2921 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2922
2923 * textmodes/table.el (*table--cell-describe-mode)
2924 (*table--cell-describe-bindings): Undo last change since
2925 print-help-return-message is not obsoleted by anything at all.
2926
2927 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2928
2929 * emulation/cua-base.el (cua-mode): Doc fix.
2930
2931 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2932
2933 * dframe.el (dframe-handle-make-frame-visible)
2934 (dframe-handle-iconify-frame, dframe-get-focus)
2935 (dframe-select-attached-frame, dframe-power-click)
2936 (dframe-frame-mode): Fix typos in docstrings.
2937
2938 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2939 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2940 Fix typos in docstrings.
2941
2942 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2943 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2944 (hi-lock-archaic-interface-message-used)
2945 (hi-lock-file-patterns-range): Fix typos in docstrings.
2946
2947 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2948 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2949
2950 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2951 Fix typo in docstring.
2952
2953 * net/newsticker.el (newsticker--decode-iso8601-date)
2954 (newsticker--set-customvar, newsticker--buffer-insert-item)
2955 (newsticker--do-run-auto-mark-filter)
2956 (newsticker--parse-generic-feed): Doc fixes.
2957 (newsticker--retrieval-timer-list, newsticker-url-list)
2958 (newsticker-hide-immortal-items-in-echo-area)
2959 (newsticker-hide-obsolete-items-in-echo-area)
2960 (newsticker-new-item-face, newsticker--enclosure)
2961 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2962 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2963 (newsticker--parse-generic-feed, newsticker--cache-contains)
2964 (newsticker--stat-num-items, newsticker-download-enclosures):
2965 Fix typos in docstrings.
2966
2967 * net/rcirc.el (rcirc-debug): Doc fix.
2968 (rcirc-fill-column, rcirc-receive-message-hooks)
2969 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2970 (rcirc-mode, rcirc-generate-new-buffer-name)
2971 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2972 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2973 Fix typos in docstrings.
2974 (rcirc-print): "?\ " -> "?\s".
2975 (rcirc-cmd-join): Improve argument/docstring consistency.
2976
2977 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2978
2979 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2980 before narrow-to-region.
2981
2982 2006-02-01 Richard M. Stallman <rms@gnu.org>
2983
2984 * simple.el (move-beginning-of-line): Scan properly for invis change.
2985
2986 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2987
2988 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2989
2990 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2991 change bit only when id-format is 'integer. Reported by Matt
2992 Hodges <M.P.Hodges@rl.ac.uk>.
2993
2994 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * hilit-chg.el (highlight-changes-initial-state)
2997 (highlight-changes-global-initial-state): Doc fixes.
2998 (highlight-changes-global-modes, global-highlight-changes):
2999 Fix typos in docstrings.
3000
3001 2006-02-01 Kim F. Storm <storm@cua.dk>
3002
3003 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3004 transient-mark-mode in doc string.
3005
3006 2006-01-31 Richard M. Stallman <rms@gnu.org>
3007
3008 * replace.el (multi-occur): Doc fix.
3009 (multi-occur-in-matching-buffers): Rename from
3010 multi-occur-by-filename-regexp. Prefix arg says match
3011 buffer names instead of file names.
3012
3013 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * bs.el: Allow non-default values of `bs-header-lines-length'.
3016 (bs--running-in-xemacs): Remove (not needed anymore).
3017 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3018 instead of `shrink-window', thus avoiding having to compute the
3019 height of the window.
3020 (bs--up): Wrap around even when there's no header.
3021 (bs--down): Use `forward-line' instead of `next-line'.
3022
3023 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3024
3025 * image-mode.el (image-toggle-display): Use file name if possible,
3026 instead of unnecessarily allocating a (possibly huge) lisp string.
3027
3028 2006-01-30 John Paul Wallington <jpw@pobox.com>
3029
3030 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3031 because the `assert' macro signals it at runtime.
3032
3033 * emacs-lisp/cl.el (toplevel): Remove definition of
3034 `cl-assertion-failed' condition.
3035
3036 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3037
3038 * thumbs.el (thumbs-marked-list): Make buffer-local and
3039 permanent-local.
3040 (thumbs-insert-thumb): Make help-echo non-sticky.
3041 (thumbs-file-alist): Use eolp as check for (non)-image.
3042
3043 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3046 (ediff-before-session-group-setup-hooks)
3047 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3048 Fix typos in docstrings.
3049
3050 * window.el (bw-dir, bw-eqdir, balance-windows)
3051 (split-window-keep-point): Fix typos in docstrings.
3052
3053 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3054 (org-quote-string, org-calendar-to-agenda-key)
3055 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3056 (org-show-following-heading, org-tags-column)
3057 (org-use-tag-inheritance, org, org-allow-space-in-links)
3058 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3059 (org-enable-table-editor, org-calc-default-modes)
3060 (org-table-allow-automatic-line-recalculation)
3061 (org-export-html-style, org-export-with-fixed-width)
3062 (org-export-with-sub-superscripts, org-special-keyword)
3063 (org-formula, org-time-grid, org-table-may-need-update)
3064 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3065 (org-goto-quit, org-get-indentation, org-end-of-item)
3066 (org-move-item-down, org-move-item-up)
3067 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3068 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3069 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3070 (org-agenda-log-mode, org-agenda-toggle-diary)
3071 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3072 (org-agenda-file-to-end, org-agenda-no-heading-message)
3073 (org-agenda-get-closed, org-format-agenda-item)
3074 (org-cmp-priority, org-cmp-category, org-cmp-time)
3075 (org-agenda-change-all-lines, org-agenda-diary-entry)
3076 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3077 (org-link-search, org-camel-to-words, org-open-file)
3078 (org-remember-handler, org-table-convert-region)
3079 (org-table-move-row-down, org-table-move-row-up)
3080 (org-table-copy-region, org-table-wrap-region)
3081 (org-table-toggle-vline-visibility)
3082 (org-table-get-vertical-vector, org-table-modify-formulas)
3083 (org-table-get-specials, org-recalc-commands)
3084 (org-table-rotate-recalc-marks, org-table-eval-formula)
3085 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3086 (org-level-color-stars-only, org-insert-heading):
3087 Fix typos in docstrings.
3088 (last-arg): Add defvar.
3089
3090 * makefile.w32-in (WINS): Add erc.
3091 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3092
3093 2006-01-29 Bill Wohler <wohler@newt.com>
3094
3095 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3096 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3097 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3098 (mh-autoloads): Don't use comments on otherwise empty lines.
3099
3100 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3101
3102 * emulation/viper.el (viper-major-mode-modifier-list): Add
3103 insert-state and vi-state entries for erc-mode.
3104 (viper-go-away, viper-set-hooks): Add and remove
3105 viper-comint-mode-hook from erc-mode-hook as appropriate.
3106
3107 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3108
3109 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * bs.el (bs--format-aux): Implement `middle' alignment as
3112 described in the docstring for `bs-attributes-list'.
3113 (bs--get-name): Simplify. Don't pad the buffer name.
3114
3115 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3116
3117 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3118 English aspell dictionary is installed, use the first entry of
3119 ispell-dictionary-alist-1.
3120
3121 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3122
3123 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3124 Doc fix.
3125
3126 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3129 for `process-file', in order to let it work for older Emacsen too.
3130
3131 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3132
3133 * international/latexenc.el: Add a suitable `coding:' tag.
3134 (latexenc-find-file-coding-system): Undo last change.
3135
3136 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3137
3138 * international/latexenc.el (latexenc-find-file-coding-system):
3139 Make sure latexenc-main-file is a regular file and is readable.
3140
3141 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3142
3143 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3144 Pass FILE to vc-user-login-name.
3145
3146 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3147
3148 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3149
3150 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3151 there are no more images to display.
3152 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3153 the next image.
3154
3155 2006-01-26 Richard M. Stallman <rms@gnu.org>
3156
3157 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3158
3159 * wid-edit.el (advertised-widget-backward): New alias.
3160 (widget-keymap): Use advertised-widget-backward for S-TAB.
3161
3162 * tumme.el: Correct the keywords.
3163 (tumme-dir-max-size): Use defvar.
3164 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3165
3166 * simple.el (move-beginning-of-line): Take account of fields.
3167 (clone-indirect-buffer-other-window): Take args like
3168 clone-indirect-buffer, and work like it.
3169
3170 * help-fns.el (describe-function): Don't pass `nil' as default.
3171
3172 * files.el (risky-local-variable-p): Follow var aliases.
3173
3174 * subr.el (lazy-completion-table): Doc fix.
3175
3176 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3177 global binding of `line'.
3178
3179 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3180
3181 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3182 Tramp.
3183
3184 * vc.el (vc-default-dired-state-info): Pass FILE to
3185 vc-user-login-name.
3186 (vc-default-update-changelog): Don't use vc-user-login-name, we
3187 don't need it here.
3188
3189 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3190 no longer necessary.
3191
3192 2006-01-25 Kenichi Handa <handa@m17n.org>
3193
3194 * international/mule.el (decode-char): Avoid the overhead of
3195 calling utf-lookup-subst-table-for-decode if
3196 utf-translate-cjk-mode is nil.
3197 (encode-char): Avoid the overhead of calling
3198 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3199 nil.
3200
3201 2006-01-22 Kenichi Handa <handa@m17n.org>
3202
3203 * international/mule.el (make-subsidiary-coding-system): Reset
3204 `coding-system-define-form' property of subsidiaries to nil.
3205 Avoid duplicated entry in coding-system-alist.
3206 (make-coding-system): Avoid duplicated entry in
3207 coding-system-alist.
3208 (define-coding-system-alias): Likewise.
3209
3210 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3211
3212 * completion.el: Minor fixes in introductory comment.
3213 (completion-def-wrapper): Fix alist.
3214
3215 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * thumbs.el (thumbs-new-image-size): New function.
3218 (thumbs-increment-image-size-element)
3219 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3220 (thumbs-decrement-image-size): Delete.
3221 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3222 temp files and use to resize.
3223 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3224 Use increment argument to enlarge/shrink. Preserve point.
3225 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3226 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3227 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3228 (thumbs-mark, thumbs-unmark): Preserve point.
3229 (thumbs-modify-image): Keep old temp files and use to modify.
3230 Cleanup old temp files at load time. Preserve point.
3231 (thumbs-view-image-mode-map): Use new command names.
3232
3233 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3236
3237 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3238 the nastiest part of the cyclic dependency.
3239 (cal-menu-update): Use dotimes and calendar-increment-month.
3240
3241 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3242 (calendar-week-start-day): Add an :initializer.
3243 (calendar-mode-map): Use suppress-keymap, and command remapping.
3244 (describe-calendar-mode): Setup xref-stack info for the back button.
3245 (calendar-star-date): Insert before delete.
3246 (calendar-set-mode-line): Add file-modified info if applicable.
3247 (calendar-increment-month): New function.
3248
3249 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3250
3251 * font-lock.el (lisp-font-lock-keywords-2):
3252 Recognize "& keywords" only at word boundaries.
3253
3254 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3257 and permanent-local.
3258 (thumbs-max-image-number): New variable.
3259 (thumbs-do-thumbs-insertion): Use them.
3260 (thumbs-per-line): Change default to 4.
3261 (thumbs-marked-list): Rename from thumbs-markedL.
3262 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3263 (thumbs-rename-images): Use -list instead of L for internal variables.
3264 (thumbs-call-convert): Use call-process instead of shell-command.
3265 (thumbs-insert-thumb): Add filename as help-echo to each image.
3266 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3267 Give dir to thumbs-show-thumbs-list.
3268 (thumbs-show-thumbs-list): Set default-directory to that of images.
3269 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3270 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3271 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3272 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3273
3274 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * ses.el (ses-read-cell): Provide a default value.
3277
3278 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3279
3280 * term/w32-win.el (image-library-alist): Add additional names for
3281 GIF library.
3282
3283 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3284
3285 * international/latexenc.el (latexenc-find-file-coding-system):
3286 Add file-regular-p check.
3287
3288 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * simple.el (clone-buffer): Don't show the new buffer in the same
3291 window.
3292
3293 2006-01-23 Juri Linkov <juri@jurta.org>
3294
3295 * faces.el (link, link-visited): New faces based on default values
3296 of `info-xref' and `info-xref-visited'.
3297
3298 * info.el (info-xref): Inherit from `link'.
3299 (info-xref-visited): Inherit from `link-visited'.
3300
3301 * cus-edit.el (custom-buffer-create-internal): Use widget type
3302 `custom-manual' instead of `info-link' and don't set properties
3303 `button-face' and `mouse-face' explicitly.
3304 (custom-browse-group-tag, custom-browse-variable-tag)
3305 (custom-browse-face-tag): Inherit from widget class
3306 `custom-group-link' instead of `push-button'.
3307 (custom-button-unraised): Inherit from `underline' face.
3308 (custom-link): Inherit from `link' face. Fix doc and group.
3309 (custom-add-parent-links, custom-group-value-create): Don't set
3310 properties `button-face' and `mouse-face' explicitly for
3311 `custom-group-link' widget.
3312 (custom-group-link): Add properties `button-face' and `mouse-face'
3313 to widget definition.
3314 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3315 editable-field's :keymap property.
3316 (custom-mode): Fix docstring: substitute keybindings for
3317 `widget-forward' and `widget-backward' from `widget-keymap',
3318 `widget-complete' from `custom-field-keymap', replace old
3319 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3320
3321 * desktop.el (desktop-load-file): Check for `fboundp' before
3322 calling `symbol-function'.
3323
3324 * simple.el (clone-buffer, clone-indirect-buffer)
3325 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3326 `read-string'. Fix prompts.
3327
3328 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3329
3330 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3331
3332 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3333
3334 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3335
3336 * startup.el (inhibit-splash-screen, initial-scratch-message):
3337 Doc fixes.
3338
3339 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3340
3341 Sync with Tramp 2.0.52.
3342
3343 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3344 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3345 `tramp-unload-tramp' for checklist.
3346
3347 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3348 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3349 (tramp-unload-file-name-handler-alist)
3350 (tramp-unload-tramp): New defuns.
3351 (tramp-advice-PC-expand-many-files): New defadvice.
3352 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3353 removed.
3354 (tramp-handle-expand-file-name): Remove double slash.
3355 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3356 It doesn't matter, because it will be converted later on.
3357 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3358 implementation was just heuristic.
3359 (tramp-post-connection): Set uid and gid properties.
3360 (tramp-convert-file-attributes): Set file's gid change bit.
3361 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3362 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3363 in case of su(do)? methods. The home directory of the local user
3364 will be taken else.
3365 (tramp-open-connection-telnet)
3366 (tramp-open-connection-rsh, tramp-open-connection-su)
3367 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3368 local shell prompt could hurt. Reported by Romain Francoise
3369 <romain@orebokech.com>.
3370 (tramp-let-maybe): Add `edebug-form-spec' property.
3371 (tramp-handle-expand-file-name): Bind `default-directory' locally
3372 to "/" in order to avoid problems with UNC shares or Cygwin
3373 mounts.
3374 (tramp-md5-function): Fix typo in error message.
3375
3376 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3377
3378 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3379 for byte-compiler pacification.
3380
3381 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3382
3383 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3384 ID-FORMAT `string'. This allows us to get rid of
3385 `vc-user-login-name UID'.
3386
3387 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3388
3389 2006-01-22 John Paul Wallington <jpw@pobox.com>
3390
3391 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3392
3393 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3394
3395 * emacs-lisp/find-func.el (find-definition-noselect)
3396 (find-variable-noselect): Search variables in C source code too.
3397 (find-function-C-source, find-function-noselect, find-function)
3398 (find-function-other-frame, find-variable-noselect, find-variable)
3399 (find-variable-other-frame, find-variable-at-point):
3400 Fix docstrings.
3401
3402 2006-01-21 Francesco Potorti` <pot@gnu.org>
3403
3404 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3405
3406 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3407
3408 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3409 Default to disabling the "Save affix" question.
3410
3411 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3412
3413 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3414 the first arg to run-python.
3415
3416 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3417
3418 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3419 is not loaded.
3420
3421 2006-01-20 Jay Belanger <belanger@truman.edu>
3422
3423 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3424 limit is 0.
3425
3426 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3427 the correct variable.
3428
3429 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3430
3431 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3432 link. Fixed buggy argument sequence in call to `org-view-tags'.
3433 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3434 (org-prefix-has-tag): New variable.
3435 (org-format-agenda-item): Remove tags from headline if
3436 appropriate.
3437 (org-agenda-remove-tags-when-in-prefix): New option.
3438 (org-get-tags-at): New function.
3439
3440 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3441
3442 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3443 (thumbs-find-image): Move image name and number from buffer name
3444 to mode name. Set thumbs-buffer. Preserve point so that large
3445 images remain visible.
3446 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3447 order.
3448 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3449 mode name.
3450 (thumbs-next-image, thumbs-previous-image): Make them work.
3451
3452 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3453
3454 * cus-edit.el (custom-buffer-create-internal): State in the text above
3455 the whole buffer buttons that they do not operate on hidden items.
3456 (custom-face-menu): Use `custom-face-save' instead of
3457 `custom-face-save-command'.
3458 (custom-face-save-command): Make it an alias for `custom-face-save'
3459 and declare it obsolete.
3460 (custom-face-save): Doc fix.
3461
3462 * dired.el (dired-no-confirm): Add quote.
3463 (dired-subdir-alist-pre-R): Add quote in
3464 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3465
3466 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * textmodes/table.el (table-mode-indicator): Typo in last change.
3469
3470 2006-01-19 Richard M. Stallman <rms@gnu.org>
3471
3472 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3473 Fixes bug reported in Nov 2005.
3474
3475 * isearch.el (isearch-forward): Doc fix.
3476
3477 * dired.el (dired-move-to-filename-regexp): Define as alias.
3478 (dired-no-confirm): Use defcustom.
3479 (dired-subdir-alist-pre-R): Put defvar at top level.
3480
3481 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3482
3483 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3484 Mark as risky.
3485
3486 * simple.el (set-mark-command): Doc fix.
3487 (clone-indirect-buffer-other-window):
3488 Read arg like clone-indirect-buffer.
3489 (move-beginning-of-line): Skip invisible newlines.
3490
3491 2006-01-19 Masatake YAMATO <jet@gyve.org>
3492
3493 * progmodes/cpp.el (cpp-edit-load): Make the order of
3494 listed conditions in a base C code buffer and its associate
3495 CPP Edit buffer the same.
3496
3497 2006-01-19 Kenichi Handa <handa@m17n.org>
3498
3499 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3500 (rmail-mime-feature): Likewise.
3501 (rmail-require-mime-maybe): Use display-warning to show a warning
3502 message.
3503
3504 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3505 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3506
3507 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3508
3509 * array.el: Move defvars out of eval-when-compile.
3510 (array-make-template): Replace undeclared global var with a local one.
3511 (array-mode): Inline initialization functions.
3512 (array-init-local-variables, array-init-max-row)
3513 (array-init-max-column, array-init-columns-per-line)
3514 (array-init-field-width, array-init-rows-numbered)
3515 (array-init-line-length, array-init-lines-per-row): Remove.
3516
3517 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3518 (doc-mode-map): Define explicitly.
3519 (doctor-txtype): Use mapc.
3520
3521 * textmodes/table.el: Move defvars out of eval-when-compile.
3522 Remove harmful code meant to avoid byte-compiler warnings.
3523 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3524 specification that checks table-fixed-width-mode directly.
3525 (table-recognize-region, table-recognize-cell):
3526 Use restore-buffer-modified-p.
3527 (table-fixed-width-mode): Remove code that refreshes
3528 table-fixed-mode-indicator.
3529 (*table--cell-describe-bindings, *table--cell-describe-mode):
3530 Avoid obsolete name print-help-return-message.
3531 (table--test-cell-list): Don't use replace-regexp from elisp.
3532 (table--point-entered-cell-function, table--point-left-cell-function):
3533 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3534
3535 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3536 that was after the end of file. Use buffer-file-name variable.
3537 (org-timestamp-change): Use with-current-buffer.
3538 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3539 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3540 `file'.
3541
3542 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3543 (fortran-break-line): Remove unused var `opoint'.
3544 (fortran-abbrev-start): Obey help-event-list.
3545
3546 2006-01-18 Jesper Harder <harder@phys.au.dk>
3547
3548 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3549
3550 2006-01-18 Masatake YAMATO <jet@gyve.org>
3551
3552 * progmodes/make-mode.el (makefile-imake-mode): New mode
3553 derived from makefile-mode.
3554 (makefile-imake-mode-syntax-table): New syntax table
3555 derived from makefile-mode-syntax-table.
3556 (makefile-mode): Write about makefile-imake-mode in doc string.
3557 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3558 (makefile-imake-font-lock-keywords): New font lock keywords.
3559
3560 * files.el (auto-mode-alist): Add Imakefile.
3561
3562 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3563
3564 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3565 loading the file rather than when turning on flyspell-mode.
3566
3567 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3568
3569 * cus-edit.el (customize-rogue): Minor doc fix.
3570
3571 2006-01-17 Juri Linkov <juri@jurta.org>
3572
3573 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3574 instead of the file at the mark as default if the file at the mark
3575 is the same as the file at point or if dired-dwim-target-directory
3576 is not the same as the current directory and the mark is not active.
3577
3578 * log-view.el (log-view-minor-wrap): Use the same logic to get
3579 revisions as `log-view-diff'.
3580
3581 * info.el (Info-revert-find-node): Check for Info-current-file
3582 before preserving new-history.
3583
3584 * man.el (Man-heading-regexp): Add `/'.
3585
3586 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3587 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3588
3589 2006-01-16 Juri Linkov <juri@jurta.org>
3590
3591 * faces.el (mode-line-faces): New defgroup.
3592 (mode-line-highlight): Move definition after new defgroup.
3593 (mode-line, mode-line-inactive, mode-line-highlight):
3594 Replace :group `modeline' with `mode-line-faces'.
3595 (mode-line-buffer-id): New face.
3596 (modeline-buffer-id): New face alias.
3597 (vertical-border): Remove :group `modeline'.
3598
3599 * bindings.el (propertized-buffer-identification): Use face
3600 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3601 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3602 (mode-line-buffer-identification-keymap): For mouse-1 replace
3603 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3604 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3605 mouse-3.
3606
3607 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3608 Buffer-menu-buffer. Doc fix.
3609 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3610 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3611 `Buffer-menu-buffer'.
3612
3613 * info.el (Info-mode-line-node-keymap): New defvar.
3614 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3615 Propertize Info-current-node with `mode-line-buffer-id' and
3616 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3617
3618 * time.el (display-time-mail-face): Replace :group `faces' with
3619 `mode-line-faces'.
3620
3621 2006-01-16 Kenichi Handa <handa@m17n.org>
3622
3623 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3624
3625 * language/european.el (cp1252): New alias for windows-1252.
3626
3627 * international/mule.el (autoload-coding-system): Prepare for EOL
3628 variants.
3629
3630 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * term.el (term-raw-map): Add mapping for insert.
3633 (term-send-insert): New.
3634 (term-mode): Make variables local here instead of doing it in
3635 `term-emulate-terminal'.
3636 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3637 Scroll reverse needs to take into account the scroll region.
3638 Saving and restoring the cursor should save the color attributes too.
3639 (term-reset-terminal): Reset the scroll region.
3640 (term-handle-ansi-escape): Cursor up and down should take into
3641 account the scroll region.
3642 (term-set-scroll-region): Rename from `term-scroll-region'.
3643 Move to 0,0 after setting the region.
3644 (term-handle-scroll): Handle scroll up.
3645 (term-down): Fix off by one error.
3646 (term-delete-lines): Do not delete outside the scroll region.
3647 (term-insert-lines): Take into account the scroll region.
3648
3649 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * textmodes/ispell.el (ispell-internal-change-dictionary)
3652 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3653 (start, end): Move declaration outside of eval-when-compile.
3654
3655 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3656 (flyspell-mode-on): Use it.
3657
3658 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3659 ispell-kill-ispell-hook.
3660
3661 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3662
3663 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3664 (Custom-reset-saved): Do not ask for confirmation in single option
3665 buffers.
3666
3667 2006-01-13 Richard M. Stallman <rms@gnu.org>
3668
3669 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3670
3671 2006-01-13 Romain Francoise <romain@orebokech.com>
3672
3673 * add-log.el (add-change-log-entry, change-log-merge):
3674 Conditionally use `hard-newline'.
3675
3676 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3677
3678 * wid-edit.el (widget-field-end): If the overlay is no longer
3679 associated with a buffer, behave as if the overlay didn't exist.
3680
3681 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3682 Make sure the links use the `custom-link' face.
3683
3684 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3687 (ld-script-mode): Don't set indent-line-function since we don't
3688 have one.
3689
3690 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3691
3692 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3693 application.
3694 (org-file-apps-defaults-gnu): Use mailcap as the default for
3695 selecting an application on a UNIX system.
3696 (org-agenda-show-tags): New command.
3697 (org-table-insert-hline): Keep cursor in current table line.
3698 (org-table-convert): Offset effect of modifying
3699 `org-table-insert-hline'.
3700 (org-format-agenda-item): New optional argument TAG.
3701 (org-compile-prefix-format): Handle %T format for the tag.
3702 (org-expand-wide-chars): New function.
3703 (org-table-insert-row, org-table-insert-hline):
3704 Use `org-expand-wide-chars'.
3705 (org-open-file): Fix bug in program launch.
3706 (org-get-time-of-day): Fix bug with times before 1am.
3707 (org-agenda-menu): Add tags commands.
3708
3709 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3710
3711 * textmodes/ispell.el (ispell-init-process): Include the used
3712 dictionary in ispell process start message.
3713 (ispell-internal-change-dictionary): When flyspell-mode is active
3714 and dictionary is changed, make sure ispell process is restarted
3715 and flyspell word cache cleared out for the current buffer.
3716 (ispell-change-dictionary): Make sure flyspell word cache is
3717 cleared out in all buffers with active flyspell mode when
3718 dictionary is globally changed.
3719 Call ispell-internal-change-dictionary after dictionary change.
3720
3721 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3722
3723 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3724
3725 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3726 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3727 years. Fix small differences wrt Makefile.in.
3728 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3729 Makefile.in does.
3730
3731 2006-01-12 Bill Wohler <wohler@newt.com>
3732
3733 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3734 mh-search.el.
3735
3736 2006-01-12 Masatake YAMATO <jet@gyve.org>
3737
3738 * progmodes/ld-script.el: Update copyright year.
3739
3740 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3743 Don't add widget if setting undefined.
3744
3745 2006-01-12 John Paul Wallington <jpw@pobox.com>
3746
3747 * help-fns.el (describe-variable): Remove newlines from void
3748 variable output.
3749
3750 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3751
3752 * wdired.el (wdired-mode-map): Add help echo for
3753 wdired-abort-changes.
3754
3755 * man.el (Man-file-name-regexp): Adjust for a list of files.
3756
3757 2006-01-12 Masatake YAMATO <jet@gyve.org>
3758
3759 * progmodes/ld-script.el (auto-mode-alist): Support
3760 suffix conventions used in netbsd and eCos.
3761
3762 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3765 (custom-variable-menu, custom-face-menu, custom-group-menu)
3766 (Custom-mode-menu): Change names of menu items. (As discussed on
3767 emacs-devel.)
3768 (custom-face-menu): Add "Undo Edits" item.
3769
3770 * startup.el (init-file-user): defcustom -> defvar.
3771
3772 * tooltip.el (tooltip-mode): Doc fix.
3773
3774 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * reveal.el (reveal-post-command): window-buffer signals an error on
3777 dead windows rather than returning nil.
3778 (reveal-open-new-overlays): An overlay might die while we open others.
3779
3780 2006-01-11 Bill Wohler <wohler@newt.com>
3781
3782 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3783 phrasing in docstring.
3784
3785 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3786 can give some systems gas. Add new file mh-buffers.el.
3787
3788 2006-01-06 Masatake YAMATO <jet@gyve.org>
3789
3790 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3791 C preprocessor forward ported from GNU Emacs 21.2.
3792
3793 * progmodes/asm-mode.el (asm-font-lock-keywords):
3794 Use `cpp-font-lock-keywords'.
3795
3796 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3797
3798 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3799 of $ for "\\.ld[s]?".
3800
3801 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3804 (tcl-indent-line): Return `noindent' if inside a string.
3805
3806 * progmodes/flymake.el (flymake-split-string): Remove more than one
3807 empty string at beg/end of the result.
3808 (flymake-find-buildfile, flymake-find-possible-master-files):
3809 Use expand-file-name.
3810 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3811 since expand-file-name does it for us. Use directory-file-name.
3812 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3813 (flymake-ler-get-type, flymake-ler-get-text)
3814 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3815 (flymake-current-line-no): Remove spurious interactive spec.
3816 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3817 (flymake-check-include): Remove arg inc-path merged into inc-name.
3818 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3819 Arg regexp-list replaced by a simple regexp.
3820 (flymake-master-make-header-init, flymake-master-tex-init):
3821 Correspondingly replace regexp-list with a regexp. Fix regexp.
3822
3823 2006-01-10 Simon Josefsson <jas@extundo.com>
3824
3825 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3826 describing AUTH PLAIN fix.
3827
3828 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3829
3830 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3831 (report-emacs-bug): Don't record initial prompt text.
3832 Instead, add text properties to prompting text.
3833 (report-emacs-bug-hook): Delete prompting text.
3834
3835 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3838 `dirs'. Adjust callers.
3839
3840 2006-01-09 John Paul Wallington <jpw@gnu.org>
3841
3842 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3843
3844 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * reveal.el (reveal-open-new-overlays): New extracted fun.
3847 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3848 using them. Simplify the code.
3849 (reveal-post-command): Use them. Fix up obsolete windows in
3850 reveal-open-spots.
3851
3852 * progmodes/flymake.el: Use `require' rather than autoload for
3853 XEmacs's overlays.
3854 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3855 Delete. Use file-relative-name instead.
3856 (flymake-get-syntax-check-program-args, flymake-perl-init):
3857 Simplify the resulting code.
3858
3859 * log-view.el (log-view-file-re, log-view-message-re): Add support
3860 for DaRCS output.
3861
3862 2006-01-09 Alex Schroeder <alex@gnu.org>
3863
3864 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3865 identifiers sometimes added in square brackets at the beginning of
3866 subject lines.
3867
3868 2006-01-07 Richard M. Stallman <rms@gnu.org>
3869
3870 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3871 (Custom-reset-current, Custom-reset-saved): Change question text.
3872 (Custom-reset-standard): Likewise.
3873 (custom-variable-reset-saved): Doc fix.
3874
3875 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3876
3877 * startup.el (init-file-user): Doc fix.
3878
3879 2006-01-07 Alex Schroeder <alex@gnu.org>
3880
3881 * mail/rmail.el (rmail-current-subject): New function.
3882 (rmail-current-subject-regexp): New function.
3883 (rmail-next-same-subject): Use it.
3884
3885 * mail/rmailsum.el (rmail-summary-by-topic):
3886 Use rmail-current-subject and rmail-current-subject-regexp.
3887 (rmail-summary-next-same-subject): Ditto.
3888
3889 * net/rcirc.el (rcirc-send-input): No longer check whether the
3890 process is open, since not all commands need an open process.
3891 (rcirc-send-string): Check whether the process is open before
3892 sending anything.
3893 (rcirc-ignore-list): New option.
3894 (rcirc-ignore-list-automatic): New variable.
3895 (rcirc-print): Take rcirc-ignore-list into account.
3896 (rcirc-cmd-ignore): New command.
3897 (rcirc-ignore-update-automatic): New function.
3898 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3899 list if ignored nicks.
3900 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3901
3902 2006-01-06 David Reitter <david.reitter@gmail.com>
3903
3904 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3905 reflect the address to which the report will be sent.
3906
3907 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3908
3909 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3910 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3911
3912 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3913
3914 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3915
3916 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3917 the doc string: "functoin" => "function".
3918 * ldefs-boot.el: Likewise.
3919
3920 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3921 message text: "Duplicat" => "Duplicate".
3922
3923 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3924
3925 * files.el (basic-save-buffer-2): If backing-up failed, reset
3926 buffer-backed-up to nil.
3927
3928 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3929
3930 * progmodes/gud.el (gdb-script-skip-to-head)
3931 (gdb-script-calculate-indentation): Indent for breakpoint command
3932 lists also.
3933
3934 2006-01-05 Bill Wohler <wohler@newt.com>
3935
3936 * Makefile.in (compile-always): Add mh-autoloads dependency.
3937 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3938 provides it.
3939 (updates): Remove mh-autoloads dependency, since it probably has
3940 already run recently (via recompile).
3941
3942 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3945 argument `force' to disable the flyspell-last-buffer optimization.
3946 (flyspell-mode-on): Use it.
3947
3948 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3949 flymake-simple-cleanup.
3950 (flymake-allowed-file-name-masks): Use this new default.
3951 All the functions are now called in the right buffer rather than
3952 passing the buffer as argument.
3953 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3954 (flymake-parse-err-lines): Remove redundant buffer arg.
3955 (flymake-get-program-dir): Comment out unused function.
3956 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3957 Remove redundant buffer argument.
3958 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3959 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3960
3961 2006-01-05 Richard M. Stallman <rms@gnu.org>
3962
3963 * info.el (Info-find-node): Don't record previous node if have none.
3964 (info): Go to directory only if history is empty.
3965
3966 * simple.el (mark): Doc fix.
3967
3968 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3969
3970 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3971 already of desired type.
3972 (mac-ae-list): Coerce parameter to "list" type.
3973 (mac-dispatch-apple-event): Replace cadr part of event with a
3974 dummy position so that event-start returns it.
3975
3976 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3977
3978 * textmodes/org.el (org-end-of-subtree): New function.
3979 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3980 Use `org-end-of-subtree'.
3981 (org-agenda, org-agenda-convert-date): Protect calls to
3982 `fit-window-to-buffer'.
3983 (org-tags-view): Force matching of sublevels when doing a
3984 todo-only search. Define the correct redo command, including the
3985 arguments.
3986 (org-agenda-redo): Display message.
3987 (org-check-for-org-mode): New function.
3988 (org-agenda-type): New variable.
3989 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3990 Set `org-agenda-type'.
3991 (org-agenda-check-type): New function.
3992 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3993 (org-agenda-week-view, org-agenda-day-view)
3994 (org-agenda-next-date-line, org-agenda-previous-date-line)
3995 (org-agenda-log-mode, org-agenda-toggle-diary)
3996 (org-agenda-toggle-time-grid, org-agenda-date-later)
3997 (org-agenda-date-prompt, org-agenda-diary-entry)
3998 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3999 (org-agenda-convert-date, org-agenda-menu):
4000 Use `org-agenda-check-type'.
4001 (org-make-overlay, org-delete-overlay)
4002 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4003 New compatibility functions.
4004 (org-calendar-select-mouse): New command.
4005
4006 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4009 (Custom-reset-standard): Fix y-or-n-p messages.
4010 (custom-link): New face for links.
4011 (custom-buffer-create-internal, custom-manual): Use it.
4012 (custom-face-save): Push to theme-face before setting face spec.
4013
4014 * wid-edit.el (widget-default-mouse-face-get): New function.
4015 (widget-specify-button): Handle mouse-face like button-face.
4016
4017 * custom.el (load-theme): Clear old theme settings if reloading.
4018
4019 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4020
4021 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4022 "Erase Customization" button back to same position it occupies in
4023 the individual State menus.
4024
4025 2006-01-04 Kim F. Storm <storm@cua.dk>
4026
4027 * wid-edit.el (key-sequence): Rework widget to read key binding
4028 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4029 (widget-key-sequence-default-value): Default value for empty sequence.
4030 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4031 (widget-key-sequence-read-event): New command for C-q.
4032 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4033 (widget-key-sequence-value-to-external): New functions.
4034
4035 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4038 Use expand-file-name.
4039 (flymake-delete-temp-directory): Use expand-file-name,
4040 file-name-directory, and directory-file-name.
4041 (flymake-strrchr): Delete.
4042 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4043 to the init-f function.
4044 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4045 (flymake-init-find-buildfile-dir)
4046 (flymake-init-create-temp-source-and-master-buffer-copy)
4047 (flymake-simple-make-init-impl, flymake-simple-make-init)
4048 (flymake-master-make-init, flymake-master-make-header-init)
4049 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4050 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4051 (flymake-xml-init): Remove corresponding redundant buffer argument.
4052 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4053 the default anyway. Clean up regexps.
4054
4055 * progmodes/flymake.el (flymake-temp-source-file-name)
4056 (flymake-master-file-name, flymake-temp-master-file-name)
4057 (flymake-base-dir): New buffer-local vars.
4058 (flymake-buffer-data, flymake-get-buffer-value)
4059 (flymake-set-buffer-value): Replace those hash-tables by the new
4060 buffer-local vars. Update callers.
4061
4062 * progmodes/flymake.el (flymake-check-start-time)
4063 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4064 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4065 Move definition, so we can remove redundant earlier declaration.
4066 (flymake-replace-regexp-in-string, flymake-split-string)
4067 (flymake-get-temp-dir): Use defalias.
4068 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4069 (flymake-xemacs-window-edges): Remove unused function.
4070 (flymake-get-point-pixel-pos): Move.
4071 (flymake-pid-to-names, flymake-reg-names)
4072 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4073 Replace by a simple list flymake-processes and by process-buffer.
4074 Update callers. Other than simplify the code, it uses buffers rather
4075 than buffer-names so it doesn't get confused by uniquify.
4076 (flymake-buffer-data): The global value should just be nil.
4077
4078 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4079 Optimize the body of a defalias like any other code.
4080
4081 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4082 Make sure we've setup font-lock's vars. It may influence which
4083 function we then call.
4084 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4085 here since it's too late anyway.
4086
4087 2006-01-03 Romain Francoise <romain@orebokech.com>
4088
4089 * startup.el (fancy-splash-tail, normal-splash-screen):
4090 Update copyright year.
4091
4092 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4093
4094 * mouse.el (mouse-drag-track): Rename, from
4095 `mouse-drag-region-1'. Includes optional argument required to
4096 enable post-drag event processing (e.g. delete region keys).
4097 Can be used without this argument to track a mouse region and operate
4098 on it as soon as the drag completes.
4099 (mouse-drag-region): Use `mouse-drag-track'.
4100
4101 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4104 Move to `custom-buffer' group.
4105
4106 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4107 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4108 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4109 (custom-theme-face-menu): New variables.
4110 (custom-theme-add-variable, custom-theme-variable-action)
4111 (custom-variable-reset-theme, custom-theme-delete-variable)
4112 (custom-face-reset-theme, custom-theme-face-action)
4113 (custom-theme-delete-face, custom-theme-merge-theme)
4114 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4115
4116 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * custom.el: Move Custom Themes commentary to start of theme code.
4119 (custom-known-themes): Rename `standard' theme to `changed'.
4120 (custom-push-theme): Caller no longer specifies what theme to use
4121 when doing `reset'---the setting is simply removed from the theme.
4122 Delete MODE from `theme-value' and `theme-settings' properties.
4123 (custom-declare-theme): Ignore &rest args since we don't use them.
4124
4125 (custom-loaded-themes): Delete variable.
4126 (custom-theme-load-themes, custom-theme-loaded-p)
4127 (custom-theme-value): Delete functions.
4128
4129 (custom-declare-theme): Signal error on invalid theme names.
4130 (provide-theme): custom-loaded-themes was deleted.
4131 (load-theme): Load the file unconditionally.
4132 (enable-theme): Call `load-theme' if theme is undefined.
4133 (custom-enabled-themes): Only update value for successful loads.
4134 (disable-theme): Complete from enabled themes when interactive.
4135 (custom-variable-theme-value): Calculate theme value directly.
4136
4137 (custom-theme-reset-variables, custom-reset-variables): Mark as
4138 XEmacs compatibility functions. We don't actually use these.
4139
4140 * cus-edit.el (custom-variable-state-set):
4141 Use custom-variable-theme-value instead of custom-theme-value.
4142 (custom-face-state-set): Rename `standard' theme to `changed'.
4143 (custom-save-variables, custom-save-faces): Delete unneeded
4144 references to custom-reset-variables.
4145 (custom-save-resets): Delete function.
4146 (custom-save-variables, custom-save-faces): MODE argument deleted.
4147 (custom-save-variables, custom-save-faces): Ignore theme values.
4148
4149 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4150 compatibility function.
4151
4152 2006-01-01 Richard M. Stallman <rms@gnu.org>
4153
4154 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4155 (Custom-reset-current, Custom-reset-saved): Likewise.
4156 (Custom-reset-standard): Show message if aborted.
4157 (custom-mode): Doc fix, describing those commands.
4158
4159 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4160 put on event-kind property.
4161
4162 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * custom.el (provide-theme): Ban `user' theme name.
4165 (custom-enabling-themes): New variable.
4166 (enable-theme): Don't enable user if custom-enabling-themes is t.
4167 (custom-enabled-themes): Make it a defcustom.
4168 (custom-theme-recalc-face): No-op if face is undefined.
4169
4170 * cus-edit.el (custom-button-mouse): New variable.
4171 (custom-button-mouse): New face.
4172 (custom-raised-buttons, custom-mode): Use it.
4173
4174 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4175
4176 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4177
4178 * progmodes/gud.el (gud-display-line): Support hl-line in the
4179 source buffer.
4180
4181 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4182
4183 * mouse.el (mouse-drag-window-above): Verify that the found window
4184 overlaps with the given window in the horizontal dimension.
4185
4186 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4187
4188 * Makefile.in (cvs-update): New target.
4189
4190 * makefile.w32-in (cvs-update): Ditto.
4191
4192 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4195 (custom-new-theme-mode-map): New variable.
4196
4197 2005-12-30 Richard M. Stallman <rms@gnu.org>
4198
4199 * custom.el (custom-load-themes): Function deleted.
4200
4201 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4202 (custom-save-variables): Don't delete or add custom-load-themes call.
4203
4204 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * cus-start.el: Add `visible-cursor'.
4207
4208 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4209 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4210 (flymake-process-filter): Switch to buffer before calling it instead.
4211 (flymake-post-syntax-check, flymake-highlight-err-lines)
4212 (flymake-delete-own-overlays, flymake-parse-err-lines)
4213 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4214 (flymake-count-lines, flymake-parse-residual):
4215 Remove constant buffer argument.
4216 (flymake-start-syntax-check-for-current-buffer): Remove.
4217 Update callers to use flymake-start-syntax-check instead.
4218 (flymake-display-err-menu-for-current-line):
4219 Remove unused var `mouse-pos'.
4220 (flymake-restore-formatting): Comment out unused function.
4221 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4222 argument, use current-buffer instead. Update callers.
4223
4224 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4225
4226 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4227 buffer-local because choose-completion-delete-max-match requires
4228 that we set completion-ignore-case (i.e., binding via let is not
4229 sufficient).
4230 (bibtex-complete): Always set completion-ignore-case and
4231 choose-completion-string-functions. The latter is needed because
4232 choose-completion-string-functions keeps its value if we quit the
4233 *Completions* buffer without requesting a completion.
4234
4235 2005-12-30 Andreas Schwab <schwab@suse.de>
4236
4237 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4238
4239 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4240
4241 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4242
4243 2005-12-30 Juri Linkov <juri@jurta.org>
4244
4245 * locate.el (locate-fcodes-file, locate-header-face)
4246 * progmodes/delphi.el (delphi-other-face)
4247 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4248
4249 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4250 group `paren-showing-faces'.
4251
4252 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4253 (goto-address): Fix docstring.
4254
4255 * net/webjump.el (webjump-sample-sites): Update URLs.
4256
4257 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4258
4259 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4260
4261 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * font-lock.el (font-lock-compile-keywords): Signal an error when
4264 font-lock-set-defaults hasn't been called.
4265
4266 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * subr.el (noreturn, 1value): Doc fixes.
4269
4270 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4271
4272 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4273 that assoc-string returns nil.
4274
4275 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4276
4277 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4278 (bibtex-entry-type-str, bibtex-empty-field-re)
4279 (bibtex-search-backward-string, bibtex-preamble-prefix)
4280 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4281 (bibtex-any-valid-entry-type): New variable.
4282 (bibtex-parse-field-name): Simplify.
4283 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4284 (bibtex-preamble-prefix): Include left delimiter.
4285 (bibtex-search-forward-field, bibtex-search-backward-field):
4286 Allow unbounded search past entry boundaries (required by bibtex-pop).
4287 (bibtex-text-in-field-bounds): Use push.
4288 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4289 (bibtex-parse-preamble, bibtex-valid-entry)
4290 (bibtex-beginning-first-field): New functions.
4291 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4292 (bibtex-map-entries): Fix docstring.
4293 (bibtex-flash-head): New arg prompt. Simplify.
4294 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4295 (bibtex-insert-kill): Simplify. Always insert text past the
4296 current field or entry.
4297 (bibtex-format-entry): Use bibtex-parse-field.
4298 (bibtex-pop): Use bibtex-beginning-of-entry and
4299 bibtex-end-of-entry to initiate the search. Insert empty field if
4300 we found ourselves.
4301 (bibtex-print-help-message): New args field and comma.
4302 Handle entry keys.
4303 (bibtex-make-field): Use bibtex-beginning-of-entry.
4304 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4305 invalid entry.
4306 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4307 Handle preambles. Simplify code for thorough test.
4308 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4309 New arg comma. Handle entry heads.
4310 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4311 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4312 New arg comma.
4313 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4314 (bibtex-fill-field): Simplify.
4315 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4316 bibtex-parse-field.
4317 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4318 (bibtex-complete): Use bibtex-parse-preamble.
4319
4320 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4321
4322 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4323 Display name of expression instead of convenience variable.
4324 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4325
4326 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4327 toggle-gud-tooltip-dereference.
4328 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4329 (gud-tooltip-tips): ...here when dereferencing.
4330
4331 2005-12-28 Bill Wohler <wohler@newt.com>
4332
4333 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4334
4335 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4338 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4339 (vc-annotate-display-autoscale): Adjust call.
4340 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4341 Fix interactive spec.
4342 (vc-annotate-time-span): Remove.
4343 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4344 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4345 (vc-annotate-display-select): Use new name.
4346
4347 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4348 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4349 Correct the construction of span entries. Simplify.
4350 (vc-annotate-display-select): Fix the nil case.
4351 (vc-annotate): Remove obsolete (and now broken) code.
4352 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4353 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4354
4355 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4356
4357 * subr.el (lazy-completion-table): Correct typo in docstring.
4358
4359 * startup.el (command-line): Use `custom-reevaluate-setting' for
4360 `send-mail-function'.
4361
4362 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4363
4364 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4365
4366 * mail/smtpmail.el (smtpmail-try-auth-methods):
4367 Send credentials together with "AUTH PLAIN" command.
4368
4369 2005-12-27 Richard M. Stallman <rms@gnu.org>
4370
4371 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4372 mouse-2, go back to previously selected window, so it's selected
4373 when mouse-2 command runs.
4374
4375 2005-12-27 Juri Linkov <juri@jurta.org>
4376
4377 * descr-text.el (describe-text-sexp): Use square brackets for
4378 button [Show] to distinguish it from the property value `show'.
4379 (describe-property-list): Use `insert-text-button' with
4380 `help-face' type instead of putting face in quotes, because button
4381 is not created automatically for a list of faces.
4382 (describe-text-properties-1): Put button-type value in quotes to
4383 distinguish from plain text "button".
4384 (describe-char): Display code point values in hex. Don't use
4385 `symbol-name' for `current-input-method' because it is a string.
4386 Use `insert-text-button' with `help-face' type instead of putting
4387 hardcoded face in quotes, because button is not created automatically.
4388
4389 2005-12-27 Richard M. Stallman <rms@gnu.org>
4390
4391 * progmodes/glasses.el (glasses-face): More specific custom type.
4392
4393 * files.el (set-visited-file-name): Doc fix.
4394
4395 * textmodes/flyspell.el (flyspell-external-point-words):
4396 Use local var buffer-scan-pos to advance scan for next misspelling.
4397 Advance it only after we find the misspelling.
4398
4399 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4400
4401 * textmodes/flyspell.el (flyspell-external-point-words):
4402 New criteria for finding the misspelling in the buffer.
4403
4404 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4405
4406 * help-mode.el (help-insert-string): Set help-xref-stack-item
4407 rather than call help-setup-xref.
4408
4409 * descr-text.el (describe-char): Revert previous changes for
4410 optional buffer argument.
4411
4412 2005-12-27 Juri Linkov <juri@jurta.org>
4413
4414 * help-mode.el (help-insert-string): New function. Save buffer
4415 contents in cases where it is impossible to recompute the old contents.
4416
4417 * descr-text.el (describe-char): Set help-xref-stack-item
4418 explicitly after buffer has been generated.
4419
4420 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4421
4422 * cus-start.el (all): Add x-gtk-show-hidden-files.
4423
4424 2005-12-26 Richard M. Stallman <rms@gnu.org>
4425
4426 * replace.el (perform-replace): Calculate match-again
4427 before skipping read-only matches.
4428
4429 * paren.el (paren-showing-faces): New group.
4430 (show-paren-match, show-paren-mismatch): Move to that group.
4431
4432 * button.el (button): Put into group `basic-faces'.
4433
4434 * progmodes/make-mode.el: Remove faces from group `faces'.
4435
4436 * apropos.el (apropos, apropos-value): Doc fix.
4437 (apropos-documentation): Doc fix.
4438
4439 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * subr.el (lazy-completion-table): Remove argument `args'.
4442
4443 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4444 Don't use the `args' argument of lazy-completion-table.
4445
4446 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4447
4448 * descr-text.el (describe-char): Add optional argument for buffer.
4449 Set buffer appropriately. Call help-setup-xref.
4450 Suggested by Stefan Monnier.
4451
4452 2005-12-26 Juri Linkov <juri@jurta.org>
4453
4454 * descr-text.el: Require `help-fns' at runtime. Don't require
4455 `button' for byte compilation.
4456 (describe-text-widget): Add `help-echo' for first button.
4457 Use `help-info' for second.
4458 (describe-property-list): Use `help-argument-name' instead of `italic'.
4459 (describe-text-category): Add prompt to interactive spec.
4460 Call `help-setup-xref'.
4461 (describe-char): Use `help-character-set'. Add `help-echo' for
4462 code point. Use `help-input-method'. Remove superfluous insert.
4463
4464 2005-12-25 Richard M. Stallman <rms@gnu.org>
4465
4466 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4467 at point, in case of narrowing.
4468
4469 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4470
4471 * locate.el (locate-header-face): Allow nil in type.
4472
4473 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4474
4475 2005-12-25 Romain Francoise <romain@orebokech.com>
4476
4477 * battery.el (battery-linux-proc-acpi): Also try
4478 `/proc/acpi/thermal_zone/THM0/temperature'.
4479
4480 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * custom.el (custom-push-theme): Fix docstring.
4483
4484 * cus-edit.el (custom-variable-set, custom-variable-save)
4485 (custom-variable-save): Custom-quote widget values.
4486 (customize-save-variable): Fix custom-push-theme call.
4487
4488 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4489
4490 * w32-fns.el (w32-batch-update-autoloads): New function.
4491
4492 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4493 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4494 from the command line.
4495
4496 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4499 reset means to remove setting from theme entirely. Don't keep
4500 expanding theme-settings list; delete old entries if necessary.
4501
4502 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4503 customization" button one line up.
4504 (custom-themed): New face.
4505 (custom-magic-alist): New value, THEMED, for theme settings.
4506 (custom-variable-state-set, custom-face-state-set):
4507 Check theme-value instead of saved-value.
4508 (custom-variable-reset-standard, custom-face-reset-standard):
4509 Remove theme setting entirely. Recalculate new values.
4510 (custom-variable-set, custom-variable-set)
4511 (custom-variable-reset-saved, custom-variable-reset-backup)
4512 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4513 (custom-variable-save): Fix typos.
4514
4515 2005-12-23 Juri Linkov <juri@jurta.org>
4516
4517 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4518 Add autoload cookies.
4519 (edebug-outside-d-c-i-n-s-w): New variable.
4520 (edebug-display, edebug-outside-excursion): Use it to save the
4521 original value of default-cursor-in-non-selected-windows.
4522 Set default-cursor-in-non-selected-windows to t while Edebug
4523 is active.
4524 (edebug-mode, edebug-eval-mode): Doc fix.
4525
4526 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4527 with `buffer-substring-no-properties' to remove common substring
4528 highlighting.
4529
4530 * info.el (info-other-window, info): Rename function argument
4531 `file' to `file-or-node'.
4532 (Info-complete-menu-item): Use local variable `complete-nodes' to
4533 keep the global value of `Info-complete-nodes' unchanged for
4534 subsequent completions.
4535 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4536
4537 * simple.el (get-next-valid-buffer, last-buffer)
4538 (next-error-buffer-p, next-error-find-buffer)
4539 (minibuffer-history-sexp-flag): Doc fix.
4540
4541 * savehist.el (savehist-mode-hook): Add `:group'.
4542
4543 * log-view.el: Call autoload for vc-find-version.
4544 (log-view-current-file): Adjust subgroup numbers.
4545 (log-view-current-tag): Add `length'.
4546
4547 2005-12-23 Richard M. Stallman <rms@gnu.org>
4548
4549 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4550
4551 2005-12-23 Juri Linkov <juri@jurta.org>
4552
4553 * hi-lock.el (hi-lock-archaic-interface-message-used)
4554 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4555 (hi-lock-mode): Display "Hi" in the mode line only when
4556 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4557 (hi-lock-write-interactive-patterns):
4558 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4559 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4560 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4561 font-lock-add-keywords to t.
4562
4563 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4564
4565 * hi-lock.el (hi-lock-highlight-range): New variable.
4566 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4567 only if font-lock-fontified is non-nil. Remove overlays.
4568 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4569 font-lock-fontified is non-nil, otherwise use overlays (instead of
4570 text properties).
4571 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4572 New variables.
4573 (hi-lock-string-serialize) New function.
4574
4575 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4576
4577 * menu-bar.el (menu-find-file-existing): New function.
4578 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4579
4580 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4581
4582 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * vc.el: Remove unnecessary leading * in docstrings.
4585 (vc-annotate-mode-map): Move initialization into declaration.
4586 (vc-static-header-alist): Nitpick on the regexp.
4587 (vc-default-init-version): New fun.
4588 (vc-register): Use it.
4589 (vc-insert-headers): Use dolist.
4590 (vc-annotate-get-backend): Remove unused function.
4591 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4592 (vc-annotate-mode): Remove corresponding call.
4593 (vc-annotate-car-last-cons): Simplify.
4594 (vc-annotate-buffers): Remove var.
4595 (vc-annotate-backend): Make it buffer-local.
4596 (vc-annotate): Move the interaction to the interactive spec.
4597 Add a `buf' argument.
4598 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4599 killing&creating a vc-annotate buffer, which is very disruptive when
4600 the buffers are shown in dedicated frames.
4601
4602 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4603
4604 * descr-text.el: Add FSF as maintainer.
4605 (describe-text-mode, describe-text-mode-map)
4606 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4607 help-mode.
4608 (describe-text-widget, describe-text-sexp)
4609 (describe-property-list, describe-text-category)
4610 (describe-text-properties, describe-text-properties-1)
4611 (describe-char): Use help buttons instead of widgets.
4612 (describe-char-unicodedata-file): Make URL link in doc string.
4613
4614 2005-12-22 Richard M. Stallman <rms@gnu.org>
4615
4616 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4617 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4618 Don't include buttons that write a file when there's no file.
4619 (custom-variable-menu, custom-face-menu, custom-group-menu):
4620 Don't include commands that write a file when there's no file.
4621 (customize-browse): Reword the top-of-buffer help intro.
4622 (custom-buffer-create-internal): Fix previous change.
4623 (customize-changed-options-previous-release): Prev release is 21.1.
4624 (customize-changed-options): Doc fix.
4625 (customize-changed): New alias.
4626 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4627 Say "standard values".
4628 (Custom-reset-standard): Doc fix.
4629 (custom-face-reset-standard): Doc fix.
4630
4631 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4634 even if font-lock-mode is non-nil since it may be t without having
4635 turned on font-lock-mode-internal.
4636 (font-lock-choose-keywords): Minor optimization.
4637 (font-lock-add-keywords, font-lock-remove-keywords)
4638 (font-lock-set-defaults): Don't call make-local-variable on a variable
4639 that we know to already be local.
4640
4641 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4642
4643 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4644 messages if in the minibuffer.
4645
4646 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4649 (tex-mode-flyspell-verify, flyspell-get-word)
4650 (flyspell-external-point-words): Don't use point-min/max uselessly.
4651
4652 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4653 by Kevin Rodgers. Instead, just hide the completions buffer if we
4654 don't need to show it.
4655
4656 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4659
4660 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4663 delete-windows-on with an inexistent buffer.
4664
4665 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4666
4667 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4668 Delete defcustom variable :tag names.
4669
4670 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4673 (log-view-font-lock-keywords): Ajust subgroup numbers.
4674 (log-view-current-tag): Don't hard code the number of subgroups.
4675
4676 2005-12-20 Juri Linkov <juri@jurta.org>
4677
4678 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4679 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4680
4681 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4682 (menu-bar-non-minibuffer-window-p): Instead of checking
4683 display-multi-frame-p, use selected-frame when menu-updating-frame
4684 is nil.
4685
4686 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4687
4688 * align.el (align-rules-list): Use [ \t] instead of \s-
4689 for column separators in text mode.
4690
4691 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * help-mode.el (help-customize-variable, help-customize-face):
4694 Don't pop help-xref-stack as help-follow no longer pushes
4695 anything on to it.
4696
4697 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4698
4699 * textmodes/org.el (org-agenda-custom-commands): New option.
4700 (org-agenda): Offer custom commands on splash screen.
4701 (org-make-tags-matcher): Parser for Boolean logic added.
4702 (org-agenda-set-tags): New command.
4703 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4704 (org-set-tags): Efficiency improvements.
4705 (org-auto-align-tags): New option.
4706 (org-todo, org-demote, org-promote): Realign tags.
4707 (org-tags-completion-function): Use also "&" and "|" as separators.
4708 (org-org-menu): Agenda commands simplified.
4709
4710 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4711
4712 * cus-edit.el (customize-apropos, customize-apropos-options):
4713 Docstring changes.
4714
4715 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4716
4717 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * longlines.el (longlines-mode): Wrap while widened.
4720 (longlines-decode-region, longlines-encode-region): Compute max
4721 just once.
4722
4723 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4724
4725 * cus-edit.el (mac): New group.
4726
4727 * cus-start.el (all): Add user options in macterm.c. Add test for
4728 Mac-related built-ins. Fix test for GTK-related built-ins.
4729
4730 * term/mac-win.el (mac-handle-language-change)
4731 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4732 (mac-services-open-selection, mac-services-mail-selection)
4733 (mac-services-mail-to, mac-services-insert-text)
4734 (mac-dispatch-apple-event): Add docstrings.
4735 (x-get-selection, mac-select-convert-to-string): Select coding
4736 system from `utf-16be' and `utf-16le' using `byteorder'.
4737
4738 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4741 a "list" (lambda ...) rather than a real completion list.
4742
4743 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4744 lexical-let when encountering ((lambda (...) ...) ...).
4745
4746 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * progmodes/sh-script.el (sh-mode):
4749 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4750 * textmodes/picture.el (picture-mode): Update docstrings.
4751
4752 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4753
4754 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4755 commands enclosed in $(ARGQUOTE)s should not be split between two
4756 lines, as that will break with GNU Make >3.80, when sh.exe is used
4757 and arg quoting is with '..'.
4758 (autoloads): Don't break the quoted --eval expression between
4759 several lines.
4760
4761 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4762
4763 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4764 Capture error from printing circular structures.
4765
4766 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4767
4768 * wid-edit.el (widget-checkbox-action): Clear undo info.
4769
4770 2005-12-16 Bill Wohler <wohler@newt.com>
4771
4772 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4773 bar, not menubar in comment.
4774
4775 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4778 After-change-functions should not clobber the match data.
4779
4780 2005-12-16 Juri Linkov <juri@jurta.org>
4781
4782 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4783 instead of `buffer-substring'.
4784 (completion-common-substring): Doc fix.
4785 (completion-setup-function): Use minibuffer-completion-contents
4786 instead of minibuffer-contents. Don't set common-string-length
4787 initially. Remove special handling of partial-completion-mode.
4788 Move computation of completion-base-size into one cond.
4789 Call completion-base-size-function in mainbuf. In computation of
4790 completion-base-size for file name completion don't move point to
4791 the end of the minibuffer. Move computation of common-string-length
4792 into one cond. Start putting faces only when common-string-length>=0.
4793 Add condition to put completions-common-part when
4794 common-string-length>0.
4795
4796 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4797 place point at the first different character in the minibuffer
4798 even if this position is at the beginning of the minibuffer.
4799
4800 * info.el (Info-read-node-name-1): In completion-base-size-function's
4801 lambda return 1 if common-substring or minibuffer-completion-contents
4802 starts with (, and 0 otherwise.
4803
4804 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4805 Use `crm-current-element' for second arg of `display-completion-list'.
4806
4807 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4808
4809 * files.el (set-auto-mode): Look for an interpreter specified on
4810 the first line also if search for mode specification succeeded,
4811 but the mode is not known.
4812
4813 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4814
4815 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4816 (org-open-at-point): Implement tag searches as links.
4817 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4818 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4819 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4820 (org-agenda-dispatch): New commands.
4821 (org-use-tag-inheritance, org-tags-column): New options.
4822 (org-tab-follows-link, org-return-follows-link): New options.
4823 (org-tags): New customize group.
4824 (org-start-icalendar-file): Get local time zone.
4825 (org-tags-completion-function): New function.
4826 (org-set-font-lock-defaults): Make sure links will also be
4827 highlighted inside headlines.
4828
4829 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4830
4831 * term.el (term-emulate-terminal):
4832 Let term-handle-ansi-terminal-messages override what Bash says about
4833 its current directory.
4834
4835 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4836
4837 * bindings.el (last-buffer): Move to simple.el.
4838 * simple.el (last-buffer): Move here.
4839 (get-next-valid-buffer): New function.
4840 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4841 (prev-buffer): Ditto. Rename to `previous-buffer'.
4842
4843 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4844 * bindings.el (global-map): Ditto.
4845
4846 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4847
4848 * cus-edit.el: Introductory comment change.
4849 (custom-magic-alist): Change message string for the `rogue' state.
4850
4851 2005-12-15 Richard M. Stallman <rms@gnu.org>
4852
4853 * tooltip.el: Delete defcustom variable :tag names.
4854
4855 * complete.el (partial-completion-mode): Doc fix.
4856
4857 * textmodes/flyspell.el (flyspell-external-point-words):
4858 Use save-excursion to ensure we don't move backward in the
4859 search loop, not even one character.
4860 (flyspell-delete-all-overlays): Use remove-overlays directly.
4861
4862 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4863 (ispell-start-process): Set that variable.
4864 Clear ispell-buffer-local-name.
4865 (ispell-internal-change-dictionary):
4866 Set ispell-current-dictionary after killing process.
4867 (ispell-buffer-local-dict):
4868 Don't set spell-personal-dictionary after killing process.
4869 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4870 (ispell-tex-skip-alists, ispell-html-skip-alists)
4871 (ispell-skip-region-alist): Mark as risky.
4872
4873 * net/newsticker.el (newsticker--retrieval-timer-list)
4874 (newsticker--display-timer, newsticker-running-p)
4875 (newsticker-ticker-running-p): Definitions moved up.
4876
4877 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4878
4879 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4880
4881 2005-12-15 David Ponce <david@dponce.com>
4882
4883 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4884 (recentf-edit-list, recentf-open-files): Signal an error when
4885 there is no recent file.
4886
4887 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4888
4889 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4890 read-only except for texinfo-format-region evaluation.
4891
4892 2005-12-14 Richard M. Stallman <rms@gnu.org>
4893
4894 * vc.el (vc-default-previous-version, vc-default-next-version)
4895 (vc-do-command): Doc fixes.
4896
4897 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4898
4899 * textmodes/bibtex.el (bibtex-expand-strings)
4900 (bibtex-autokey-expand-string, bibtex-name-part)
4901 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4902 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4903 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4904 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4905 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4906 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4907 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4908 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4909 (bibtex-beginning-of-last-entry): Remove.
4910 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4911 message if comma is missing but buffer is read-only.
4912 (bibtex-parse-field-text): Handle whitespaces at the end of field
4913 text. Return 3-element list with beginning and end of field text
4914 and end of field.
4915 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4916 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4917 (bibtex-search-forward-field, bibtex-search-backward-field):
4918 Search always delimited by limits of entry. Use more efficient
4919 search algorithms.
4920 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4921 bibtex-end-of-name-in-field.
4922 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4923 extracting the content of a field.
4924 (bibtex-text-in-field): Use search limits.
4925 (bibtex-parse-string-prefix): Handle empty string keys based on
4926 bibtex-string-empty-key.
4927 (bibtex-parse-string): Fix docstring.
4928 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4929 (bibtex-preamble-prefix, bibtex-strings): New functions.
4930 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4931 BibTeX entries (consistent with other BibTeX functions).
4932 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4933 (bibtex-search-entry): Fix docstring. Simplify.
4934 (bibtex-flash-head, bibtex-complete-string-cleanup)
4935 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4936 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4937 (bibtex-parse-entry): New optional arg content.
4938 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4939 Use bibtex-text-in-field-bounds.
4940 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4941 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4942 bibtex-parse-string-postfix.
4943 (bibtex-find-text-internal): New function.
4944 (bibtex-remove-delimiters): Use it.
4945 (bibtex-find-text): Use it. New optional arg help.
4946 (bibtex-complete): Handle BibTeX string and preamble entries.
4947 (bibtex-Preamble): Fix order of closing delimiters.
4948
4949 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * vc.el (vc-default-revert): New fun.
4952
4953 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4954
4955 2005-12-14 Romain Francoise <romain@orebokech.com>
4956
4957 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4958 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4959 (font-lock-remove-keywords): Likewise.
4960
4961 2005-12-14 Juri Linkov <juri@jurta.org>
4962
4963 * log-view.el (log-view-diff): Doc fix.
4964
4965 * isearch.el (isearch-query-replace): Use (mark) instead of
4966 isearch-opoint if mark is active in transient-mark-mode.
4967
4968 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4969
4970 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4971
4972 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4973
4974 * progmodes/cpp.el (cpp-face): New widget.
4975 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4976
4977 2005-12-14 Juri Linkov <juri@jurta.org>
4978
4979 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4980 around `erase-buffer' and `insert'.
4981
4982 * descr-text.el (describe-text-properties): Replace buffer name
4983 "*Help-2*" with "*Help*<2>".
4984 (describe-char): Add functions print-help-return-message,
4985 toggle-read-only. Use help-setup-xref with nil to not store
4986 describe-char in help-xref-stack. Use help-make-xrefs to
4987 make [back] button.
4988
4989 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4990
4991 * wdired.el (wdired-old-point): New internal variable.
4992 (wdired-change-to-wdired-mode): Set it buffer-locally.
4993 (wdired-abort-changes): Restore point after aborting changes.
4994
4995 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * vc.el (vc-do-command): Add a new value t for okstatus.
4998
4999 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5000 frame in case of errors.
5001
5002 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5003
5004 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5005 so it comes after "On the Left" in the menu.
5006
5007 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5008
5009 * cus-edit.el (customize-apropos, customize-apropos-options)
5010 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5011
5012 2005-12-12 Bill Wohler <wohler@newt.com>
5013
5014 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5015 non-writable Subversion-controlled files by saving window
5016 configuration before calling vc-do-command. vc-do-command calls
5017 pop-to-buffer on error which is unexpected during registration.
5018
5019 2005-12-12 Jay Belanger <belanger@truman.edu>
5020
5021 * calc/README: Update the summary of changes.
5022
5023 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * descr-text.el (describe-char): Rework last fix to solve the problem
5026 is the same way it's solved for everything else in that function
5027 (i.e. by extracting the info before setting up the *Help* buffer).
5028
5029 2005-12-12 Kim F. Storm <storm@cua.dk>
5030
5031 * subr.el (version-regexp-alist): Allow space as separator before
5032 non-numeric part, e.g. "1.0 alpha".
5033 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5034
5035 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5036
5037 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5038 Implement Logging and the keep-modes setting.
5039 (org-get-category): Make sure a string is returned.
5040 (org-log-done): New function.
5041 (org-log-done, org-closed-string): New options.
5042
5043 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5044
5045 * tooltip.el (tooltip-y-offset): Change default to 20.
5046
5047 2005-12-12 Richard M. Stallman <rms@gnu.org>
5048
5049 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5050
5051 * frame.el (display-hourglass): Doc fix.
5052
5053 * help.el (help-for-help-internal): Simplify entry for `a'.
5054
5055 * info.el (Info-on-current-buffer): Doc fix.
5056 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5057
5058 * startup.el (inhibit-splash-screen): Make this the real name.
5059 (inhibit-startup-message): Make this the alias.
5060 (command-line): Find only simple.el, and use its directory
5061 to fill in other preloaded files' names.
5062 (command-line): Deactivate the mark if deactivate-mark is set.
5063
5064 * international/mule.el (load-with-code-conversion):
5065 Bind deactivate-mark.
5066
5067 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5068
5069 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5070
5071 * cus-edit.el (customize-apropos): Avoid listing an option more
5072 than once under different aliases. No longer list user options
5073 that are not defined with defcustom (unless a prefix arg is given).
5074 Doc fix.
5075 (customize-apropos-options): Doc fix.
5076
5077 2005-12-11 Juri Linkov <juri@jurta.org>
5078
5079 * frame.el (set-background-color, set-foreground-color)
5080 (set-cursor-color, set-mouse-color, set-border-color):
5081 Add explicit prompts to read colors by `facemenu-read-color'.
5082 (show-trailing-whitespace, blink-cursor-delay)
5083 (blink-cursor-interval, display-hourglass, hourglass-delay):
5084 Remove tags.
5085 (display-hourglass, hourglass-delay): Doc fix.
5086 (cursor-in-non-selected-windows): Capitalize words in tag.
5087
5088 * faces.el (frame-background-mode): Replace `choice-item' keywords
5089 with `const' to not make [default] button. Change default value tag
5090 from `default' to `automatic'. Doc fix.
5091 (trailing-whitespace) <defface>: Change group `whitespace' to
5092 `whitespace-faces'.
5093
5094 2005-12-11 Richard M. Stallman <rms@gnu.org>
5095
5096 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5097
5098 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5099
5100 * term/mac-win.el: Create keymap for mac-apple-event-map.
5101
5102 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5103
5104 * tooltip.el (tooltip-mode): Move to start of file so that it
5105 appears at top of customize buffer.
5106
5107 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5108 Add the gud groupname.
5109 (gud-tooltip-mode): Add the tooltip groupname.
5110 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5111 avoid conflict with tooltip-use-echo-area.
5112
5113 2005-12-10 Romain Francoise <romain@orebokech.com>
5114
5115 * help.el (help-for-help-internal): Add `r' in doc string.
5116
5117 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5118
5119 * align.el (align-regexp, align-highlight-rule):
5120 Use region-beginning and region-end instead of point and mark, so that
5121 repetition (with `repeat-complex-command') recomputes the region
5122 bounds.
5123
5124 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5125
5126 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5127 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5128 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5129 (balance-windows): Rewrite using the above new functions.
5130
5131 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5132
5133 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5134 react if global-hi-lock-mode seems intended.
5135 (global-hi-lock-mode) Renamed from hi-lock-mode.
5136 (hi-lock-archaic-interface-message-used)
5137 (hi-lock-archaic-interface-deduce): New variables.
5138 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5139 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5140 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5141 Replace hi-lock-buffer-mode with hi-lock-mode.
5142
5143 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5144
5145 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5146 completion list, even after a partial completion has been
5147 inserted in the current buffer. If there are more than 1
5148 completion, redisplay the *Completions* buffer; if the
5149 completion is unique, delete the *Completions* window.
5150
5151 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5152
5153 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5154 strings and long subject lines that were broken into multiple
5155 lines at arbitrary places. Handle subjects that have "Re: " in
5156 the middle.
5157
5158 2005-12-10 John W. Eaton <jwe@octave.org>
5159
5160 * emacs/octave-mod.el (octave-electric-space): Don't indent
5161 comments or strings if octave-auto-indent is nil.
5162
5163 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5164
5165 * term/mac-win.el: Require url when compiling.
5166 Call mac-process-deferred-apple-events after loading init files.
5167 (mac-apple-event-map): New defvar. Define event handlers in it.
5168 (core-event, internet-event): New Apple event class symbols.
5169 (open-application, reopen-application, open-documents)
5170 (print-documents, open-contents, quit-application)
5171 (application-died, show-preferences, autosave-now, get-url):
5172 New Apple event ID symbols.
5173 (about): New HICommand ID symbol.
5174 (mac-event-spec, mac-event-ae): New macros.
5175 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5176 (mac-ae-selection-range, mac-ae-text-for-search)
5177 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5178 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5179 and Services menu events are now defined in mac-apple-event-map.
5180 (mac-drag-n-drop): Remove selection range handling.
5181
5182 2005-12-10 Kenichi Handa <handa@m17n.org>
5183
5184 * simple.el (zap-to-char):
5185 * isearch.el (isearch-process-search-char): Translate CHAR by
5186 translation-table-for-input.
5187
5188 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * foldout.el (foldout-exit-fold): Properly hide subtree.
5191
5192 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5193
5194 * files.el (save-buffer):
5195 * international/ucs-tables.el (ucs-set-table-for-input):
5196 * mail/mail-extr.el (mail-extract-address-components):
5197 * mail/sendmail.el (mail-mode): Reformat doc string.
5198
5199 2005-12-09 Juri Linkov <juri@jurta.org>
5200
5201 * isearch.el (isearch-highlight): Change main overlay priority
5202 from 1 to 1001. Simplify.
5203 (isearch-lazy-highlight-update): Change lazy overlay priority
5204 from 0 to 1000.
5205
5206 * replace.el (replace-highlight): Change overlay priority from
5207 1 to 1001.
5208
5209 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5210 Change overlay priority from 1 to 1001. Reuse existing overlay.
5211
5212 * compare-w.el (compare-windows-highlight): Change overlay
5213 priority from 1 to 1000.
5214
5215 * menu-bar.el (menu-bar-edit-menu): Add listp around
5216 pending-undo-list to disable menu item "undo" when pending
5217 undo list is empty.
5218
5219 * locate.el (locate): Disable undo in *Locate* buffer.
5220
5221 2005-12-09 Kim F. Storm <storm@cua.dk>
5222
5223 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5224
5225 2005-12-09 David Ponce <david@dponce.com>
5226
5227 * recentf.el: Improvement of the menu code.
5228 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5229 instead of menu hook.
5230 (recentf-show-menu, recentf-hide-menu): New functions.
5231 (recentf-menu-customization-changed, recentf-mode): Use them.
5232 (recentf-menu-action, recentf-max-menu-items)
5233 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5234 (recentf-arrange-by-rule-others)
5235 (recentf-arrange-by-rules-min-items)
5236 (recentf-arrange-by-rule-subfilter) : Don't use
5237 `recentf-menu-customization-changed'.
5238 (recentf-arrange-rules): Likewise. Accept functions to compute
5239 sub-menu titles.
5240 (recentf-menu-filter): Likewise. Doc fix.
5241 (recentf-menu-value-shortcut): Doc fix.
5242 (recentf-dump-variable): Quote atom value.
5243 (recentf-make-menu-items): Update to use it as a menu filter.
5244 (recentf-match-rule): New function.
5245 (recentf-arrange-by-rule): Use it.
5246 (recentf-indirect-mode-rule): New function.
5247 (recentf-build-mode-rules): Use it.
5248 (recentf-dir-rule): New function.
5249 (recentf-arrange-by-dir): Use it.
5250 (recentf-filter-changer-current): Rename from
5251 `recentf-filter-changer-state'. All references updated.
5252 (recentf-filter-changer-alist): Update filter names.
5253 (recentf-filter-changer-select): New function.
5254 (recentf-filter-changer): Use it. Make a sub-menu from filters
5255 available in `recentf-filter-changer-alist'.
5256 (recentf-data-cache, recentf-clear-data)
5257 (recentf-update-menu): Remove. All references updated.
5258 (recentf-match-rule-p, recentf-build-dir-rules)
5259 (recentf-filter-changer-goto-next)
5260 (recentf-filter-changer-get-current)
5261 (recentf-filter-changer-get-next): Remove.
5262
5263 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5264
5265 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5266 buffer "Reset" button to "Reset to Current" for consistency with
5267 the State buttons.
5268
5269 2005-12-08 John Paul Wallington <jpw@pobox.com>
5270
5271 * ibuf-ext.el (define-ibuffer-filter filename):
5272 If `dired-directory' is a list then really use its car.
5273
5274 2005-12-08 Kim F. Storm <storm@cua.dk>
5275
5276 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5277 Fix indention of text on right side of replaced rectangle.
5278
5279 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5280
5281 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5282 No need to check gud-comint-buffer is bound.
5283 (gdb): Prevent multiple debugging when first session uses gdba.
5284
5285 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5286
5287 CC Mode update to 5.31.
5288
5289 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5290 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5291 We might do this function properly in the future).
5292
5293 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5294 New macros c-sentence-end and c-default-value-sentence end, to cope
5295 with Emacs 22's new function `sentence-end'.
5296
5297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5298
5299 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5300 compat issue using `c-put-overlay' and `c-delete-overlay'.
5301
5302 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5303 New compat macros to handle overlays/extents.
5304
5305 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5306
5307 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5308 (for GNU Emacs 20.4)
5309
5310 * progmodes/cc-defs.el:
5311 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5312
5313 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5314 highlighting mechanism so it will work in XEmacs too.
5315
5316 * progmodes/cc-defs.el: Insert c-int-to-char.
5317
5318 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5319 call to the new macro c-int-to-char. This solves XEmacs's
5320 regarding characters as different from integers.
5321
5322 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5323
5324 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5325 New internal helper.
5326
5327 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5328 construct to make the indirect face lookup work in XEmacs.
5329
5330 (c-cpp-matchers): Append the negation char face to the existing
5331 fontification, so that the cpp face doesn't disappear.
5332 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5333 and strings.
5334
5335 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5336 to map to `font-lock-negation-char-face' in emacsen where it exists.
5337
5338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5339
5340 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5341
5342 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5343 Rename "c-subword-move-mode" as "c-subword-mode".
5344
5345 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5346 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5347
5348 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5349
5350 * progmodes/cc-mode.el: Added autoload directive for
5351 `c-subword-move-mode' for use in older emacsen.
5352
5353 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5354
5355 * progmodes/cc-mode.el:
5356 (i) Insert a binding for C-c C-backspace into
5357 c-bind-special-erase-keys which works in TTYs.
5358 (ii) Make sure that when file styles are used, any explicitly
5359 given style variables take priority over those in the style.
5360 Do this by calling `hack-local-variables' a second time.
5361
5362 * progmodes/cc-vars.el: Add language specific customization
5363 widgets for AWK to c-doc-comment-style, c-require-final-newline
5364 and c-default-style. Add a defcustom for awk-mode-hook.
5365 Give c-syntactic-element and c-syntactic-context doc-strings by
5366 directly setting their `variable-documentation' propery.
5367 This allows Emacs 22.1 to read these with C-h v.
5368
5369 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5370
5371 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5372
5373 * progmodes/cc-fonts.el, cc-vars.el
5374 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5375 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5376 Masatake YAMATO.
5377
5378 (c-doc-comment-style): Made GtkDoc default in C mode.
5379
5380 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5381 and C-c C-<delete>.
5382
5383 (c-bind-special-erase-keys): New function for use on
5384 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5385
5386 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5387 <delete> key behavior in XEmacs according to `delete-forward-p'.
5388 C.f. `c-electric-delete'.
5389
5390 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5391
5392 * progmodes/cc-mode.el: Give c-hungry-backspace and
5393 c-hungry-delete-forward permanent key bindings.
5394
5395 * progmodes/cc-cmds.el (c-electric-semi&comma):
5396 Bind c-syntactic-context for calls to "criteria functions", for
5397 consistency with other calls to user functions.
5398
5399 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5400 `current-prefix-arg', since this might be the prefix arg to a
5401 command which calls c-indent-command as a function. Change the
5402 interactive spec from "p" to "P".
5403
5404 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5405 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5406 was difficult to understand.
5407
5408 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5409
5410 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5411 first char of an identifier.
5412
5413 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5414 +" syntax in C++.
5415
5416 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5417
5418 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5419 auto-fill doesn't split a c-comment's last word from a hanging
5420 "*/" when a space is typed between them after fill-column.
5421
5422 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5423
5424 * progmodes/cc-styles.el (c-set-style)
5425 (c-setup-paragraph-variables): Abort the command if we're not in a
5426 CC Mode buffer.
5427
5428 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5429 with blank comment-prefix, and a blank line as the comment's
5430 second line.
5431
5432 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5433
5434 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5435 Incorporate the patterns added in the Emacs development branch
5436 for the new Emacs 22 face `font-lock-negation-char-face'.
5437
5438 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5439 of "red" since it stands out better in xterms and DOS terminals.
5440
5441 * progmodes/cc-engine.el (c-literal-faces):
5442 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5443
5444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5445
5446 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5447 forcibly enable c-electric-flag.
5448
5449 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5450 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5451 after the comment-prefix of a C-style comment will close that comment.
5452
5453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5454
5455 * progmodes/cc-fonts.el (c-basic-matchers-before)
5456 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5457 in Pike.
5458
5459 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5460 digraphs.
5461
5462 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5463 (c-cpp-message-directives, c-cpp-include-directives)
5464 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5465 (c-cpp-expr-directives): Introduce new language constants to
5466 control cpp syntax in a cleaner way.
5467
5468 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5469
5470 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5471
5472 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5473 (c-multiline-string-start-char): New language constants and
5474 variables to specify how newlines in string literals work.
5475
5476 (c-font-lock-invalid-string): Use them.
5477
5478 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5479 unbalanced close brace is entered. Optimization by avoiding going
5480 back over arbitrarily large blocks. Removed hints that this
5481 function only would be relevant/useful in AWK.
5482
5483 (c-electric-brace): Indent syntactically after the cleanups since
5484 lineup functions might do it differently then.
5485
5486 * progmodes/cc-engine.el, cc-langs.el
5487 (c-opt-op-identifier-prefix): New language constant and variable.
5488
5489 (c-just-after-func-arglist-p, c-after-special-operator-id)
5490 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5491
5492 * progmodes/cc-align.el, cc-engine.el
5493 (c-after-special-operator-id): New helper to handle C++ operator
5494 identifiers.
5495
5496 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5497 (c-guess-basic-syntax): Handle C++ operator identifiers in
5498 declarations.
5499
5500 * progmodes/cc-langs.el (c-assignment-operators): Add the
5501 trigraph version of ^= too.
5502
5503 * progmodes/cc-langs.el (c-assignment-operators): Add the
5504 trigraph version of |= in C++.
5505
5506 * progmodes/cc-fonts.el (c-font-lock-declarators):
5507 Handle `c-decl-hangon-kwds' after the identifier name.
5508
5509 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5510 whether an arglist is "nonempty", ignore a comment after the open
5511 paren if it isn't followed by a non-comment token on the same line.
5512
5513 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5514 Enable heuristics below the point to cope with classes inside special
5515 brace lists in Pike.
5516
5517 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5518
5519 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5520
5521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5522
5523 * progmodes/cc-guess.el (cc-guess-install): New function to
5524 install an already guessed style in another buffer.
5525
5526 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5527 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5528 anyway if the change always is undone.
5529
5530 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5531
5532 Implement togglable electricity:
5533
5534 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5535 saying when it should be used.
5536
5537 * progmodes/cc-engine.el: Add the new buffer-local variable,
5538 c-electric-flag.
5539
5540 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5541 c-toggle-auto-newline.
5542
5543 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5544 c-toggle-auto-newline. Remove the binding for
5545 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5546 c-toggle-electric-state.
5547
5548 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5549
5550 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5551 c-\(forward\|backward\)-subword.
5552 (c-update-modeline): Add the new modeline flag `l' for
5553 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5554 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5555 Make the old name an alias of the new name.
5556 (c-toggle-electric-state): New function.
5557 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5558 Adapt these functions to do electric things only when
5559 c-electric-flag is non-nil.
5560 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5561 new functions from c-electric-brace.
5562 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5563 mode, so that the tentative extra newline doesn't change the
5564 syntax of the following brace.
5565 (c-electric-brace): Restructure by extracting the above functions.
5566 Tidy up the coding somewhat.
5567 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5568 restructure a bit.
5569
5570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5571
5572 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5573 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5574
5575 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5576 (c-submode-indicators): Change name from `c-auto-hungry-string'
5577 since it's now used to track another submode.
5578
5579 (c-update-modeline): Convert to function and extended to check
5580 `c-subword-move-mode'.
5581
5582 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5583 Convert to compat aliases for `c-forward-subword' and
5584 `c-backward-subword'.
5585
5586 * progmodes/cc-subword.el: New functions and minor mode to handle
5587 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5588
5589 (c-forward-subword, c-backward-subword, c-mark-subword)
5590 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5591 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5592 Functions corresponding to the standard word handling functions.
5593
5594 (c-subword-move-mode): Minor mode that replaces all the standard
5595 word handling functions with their subword equivalences.
5596
5597 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5598
5599 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5600 entry for one-liner-defun.
5601
5602 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5603 name in its def-edebug-spec.
5604
5605 * progmodes/cc-cmds.el (c-electric-brace): Make the
5606 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5607 compacts space before a comment, if this will make things fit on
5608 one line.
5609
5610 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5611
5612 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5613
5614 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5615 clean-up one-liner-defun.
5616
5617 * progmodes/cc-styles.el: Add the new "awk" style.
5618
5619 * progmodes/cc-vars.el: Add description of one-liner-defun to
5620 c-cleanup-list's doc-string. New user options,
5621 c-max-one-liner-length. In c-default-style, set the default style
5622 for AWK to "awk".
5623
5624 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5625
5626 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5627 macros inside labels.
5628
5629 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5630 `c-at-statement-start-p' and `c-at-expression-start-p'.
5631
5632 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5633 error if the mark isn't set.
5634
5635 * progmodes/cc-engine.el (c-guess-continued-construct)
5636 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5637 accurately detect functions inside functions.
5638
5639 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5640 like `c-at-statement-start-p' that additionally recognizes commas
5641 and expression parentheses as delimiters.
5642
5643 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5644 to avoid heuristics that doesn't work for unclosed blocks.
5645 (c-at-statement-start-p): New function.
5646
5647 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5648 Objective-C directives, e.g. directives spanning lines should work
5649 reasonably well now.
5650
5651 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5652
5653 (c-forward-objc-directive): New function to move over any ObjC
5654 directive.
5655
5656 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5657 (c-basic-matchers-before): Use it.
5658
5659 (c-font-lock-objc-iip-decl): Remove.
5660
5661 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5662 in the template arglist recognition.
5663
5664 * progmodes/cc-styles.el (c-style-alist): Fix several
5665 inconsistencies in the Whitesmith style.
5666
5667 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5668 New lineup function to get lines after Whitesmith style blocks
5669 correctly indented.
5670
5671 (c-lineup-whitesmith-in-block): Back out the compensation for
5672 opening parens since it's done using `add' lists in the style
5673 definition instead. Don't use the anchor position since it varies
5674 too much between the syntactic symbols. :P
5675
5676 * progmodes/cc-vars.el (c-valid-offset): Update.
5677
5678 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5679 lists where the offsets are combined according to several
5680 different methods: `first', `min', `max', and `add'.
5681 Report offset evaluation errors with `c-benign-error' so that some kind
5682 of reindentation still is done.
5683
5684 * progmodes/cc-engine.el (c-guess-basic-syntax):
5685 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5686 `arglist-close'.
5687
5688 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5689 situations for `arglist-cont-nonempty' and `arglist-close'.
5690
5691 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5692
5693 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5694 cc-bytecomp-boundp' in a number of places.
5695
5696 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5697 macro related issue.
5698
5699 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5700
5701 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5702 list is now [asdf], a char class [:alpha:].
5703 Include code for char classes.
5704 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5705 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5706
5707 Remove (nearly all of) the cruft associated with AWK Mode's former
5708 concept of "virtual semicolons":
5709
5710 Adapt c-beginning-of-statement, c-end-of-statement (together with
5711 subfunctions) to use the new notion of "virtual semicolon" in
5712 place of the old awkward special handling for AWK. There remains
5713 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5714 * progmodes/cc-cmds.el:
5715 (c-ascertain-adjacent-literal): In the backwards direction, now
5716 recognises AWK regexp delimiters as string delimiters.
5717 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5718 check more rigorously for "end of macro".
5719 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5720 virtual semicolons;
5721 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5722 out the code for forward movement into ...
5723 (c-end-of-statement): Now contains the code for forward movement,
5724 adapted for virtual semicolons.
5725
5726 * progmodes/cc-engine.el:
5727 (c-ws*-string-limit-regexp): New regexp.
5728 (c-forward-single-comment, c-backward-single-comment): Comment out
5729 the (now redundant) "special" AWK stuff.
5730
5731 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5732 c-string-par-start, c-string-par-separate to be more like Text
5733 Mode than Fundamental Mode.
5734
5735 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5736
5737 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5738 to the fontified region so that fontification doesn't occur
5739 outside it (could happen e.g. when fontifying a line with an
5740 unfinished declaration).
5741
5742 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5743
5744 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5745 start of the file. ^L now separate sections of the file.
5746 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5747 (c-awk-one-line-possibly-open-string-re)
5748 (c-awk-regexp-one-line-possibly-open-char-class-re)
5749 (c-awk-one-line-possibly-open-regexp-re)
5750 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5751 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5752
5753 Amend the concept of "virtual semicolons" (in the indentation
5754 engine) for languages like AWK, such that they are now
5755 conceptually attached to end of the last token of a statement, not
5756 the end of the line. (In AWK Mode, however, the pertinent text
5757 property is still physically set on the EOL.) Remove the specific
5758 tests for awk-mode, thus facilitating the introduction of other
5759 language modes where EOLs can end statements.
5760 (Note: The funtionality in cc-cmds.el, specifically
5761 c-beginning/end-of-statement has yet to be amended.)
5762
5763 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5764 New macros.
5765
5766 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5767 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5768 c-vsemi-status-unknown-p-fn (in a new page).
5769
5770 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5771 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5772 numerous awkward forms like
5773 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5774 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5775 variable before-ws-ip, the place just after char-before-ip appears.
5776
5777 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5778 a comment.
5779
5780 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5781
5782 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5783 `c-tentative-buffer-changes'.
5784
5785 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5786 convert to macro to choose between Emacs and XEmacs at compile time.
5787
5788 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5789
5790 (c-tentative-buffer-changes): New macro to handle temporary buffer
5791 changes in a convenient way.
5792
5793 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5794 for `c-tentative-buffer-changes'.
5795
5796 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5797 the checks for paren sexps between the point and the keyword, to
5798 avoid some false alarms.
5799
5800 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5801 Fixed a situation where an error could be thrown for unbalanced
5802 parens. Changed to make use of c-keyword-member' to avoid some
5803 repeated regexp matches.
5804
5805 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5806 These language variable are no longer necessary.
5807
5808 (c-block-stmt-kwds): New language constant used by
5809 c-looking-at-inexpr-block'.
5810
5811 (c-guess-basic-syntax): Remove an optional check that looked at
5812 the existence of the now removed language variables.
5813
5814 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5815 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5816 object instantiation expressions as declarations in some contexts.
5817 This bug only affected languages where the declarator can't be
5818 enclosed in parentheses.
5819
5820 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5821 insert newlines before and after substatement braces.
5822
5823 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5824 function declaration headers and the handling of C++ style member
5825 init lists.
5826
5827 (c-just-after-func-arglist-p): Rewritten to use
5828 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5829
5830 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5831
5832 (c-guess-basic-syntax): Adapt case 5B for the new
5833 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5834 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5835 covers all cases now).
5836
5837 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5838
5839 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5840
5841 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5842 c-string-par-start/separate c-sentence-end-with-esc-eol,
5843 initialised in c-setup-paragraph-variables, used in string
5844 scanning subroutines of c-beginning-of-statement.
5845
5846 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5847 which precedes the newly inserted `{'.
5848
5849 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5850
5851 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5852 function for declaration level blocks. It should now cope with
5853 templates better and also be a lot more comprehensible.
5854
5855 (c-looking-at-decl-block): The new function.
5856
5857 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5858 for compatibility.
5859
5860 (c-add-class-syntax, c-guess-continued-construct)
5861 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5862
5863 (c-decl-block-key): Change to tell apart ambiguous and
5864 unambiguous keywords. Pike specials are now handled directly in
5865 the code instead.
5866
5867 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5868 New language constants and variables to make the backward skip in
5869 `c-looking-at-decl-block' as tight as possible.
5870
5871 (c-nonsymbol-token-char-list): New language constant.
5872
5873 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5874 find balanced template arglists backwards.
5875
5876 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5877 making char classes for `c-syntactic-skip-backward'.
5878
5879 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5880 16D - can't be a class-close at that point.
5881
5882 * progmodes/cc-engine.el (c-guess-basic-syntax)
5883 (c-add-class-syntax): Don't narrow out the enclosing declaration
5884 level. This makes everything a lot easier, and it was actually
5885 only four small places that needed it to work. Some places that
5886 previously did `widen' are removed now, which has the effect that
5887 `c-guess-basic-syntax' never will look at things outside the
5888 current narrowment now. The anchor position for `topmost-intro'
5889 is affected by this, but it was so bogus it was basically useless
5890 before, and now it's equally bogus but in a slightly different way.
5891
5892 (c-narrow-out-enclosing-class): Gone.
5893
5894 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5895 the narrowed region.
5896
5897 (c-least-enclosing-brace): Remove silly optional argument.
5898
5899 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5900 the point could be left directly after an open paren when finding
5901 the beginning of the first decl in the block.
5902
5903 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5904 Specify which submatch to use.
5905
5906 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5907
5908 (c-decl-start-re): No longer any need for special treatment of
5909 ObjC due to the above.
5910
5911 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5912 presumably follows C in that regard.
5913
5914 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5915 New language constants to specify operator tokens inside
5916 identifiers in a more high level way.
5917
5918 (c-opt-identifier-prefix-key): New internal language constant.
5919
5920 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5921 (c-identifier-start, c-identifier-key): Now completely calculated
5922 from other constants.
5923
5924 (c-identifier-last-sym-match): Decommission since it's no longer used.
5925
5926 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5927
5928 * progmodes/cc-engine.el (c-forward-name): Remove the
5929 optimization when c-identifier-key is equal to c-symbol-key since
5930 it doesn't work in byte compiled files. Don't record empty
5931 regions as identifiers.
5932
5933 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5934 simplify access to `c-operators' and its likes.
5935
5936 (c-operator-list, c-all-op-syntax-tokens)
5937 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5938 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5939 (c-primary-expr-regexp, c-cast-parens): Use it.
5940
5941 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5942 an explicit language in functions.
5943
5944 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5945 variant of adornment.
5946
5947 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5948 variable.
5949
5950 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5951 the Pike value.
5952
5953 * progmodes/cc-engine.el (c-on-identifier)
5954 (c-simple-skip-symbol-backward): Small fix for handling "-"
5955 correctly in `skip-chars-backward'. Affected the operator lfun
5956 syntax in Pike.
5957
5958 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5959 diagnostic message about precompiled language vars not being used.
5960
5961 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5962 "__attribute__" is followed by a parenthesis.
5963
5964 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5965 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5966 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5967
5968 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5969 Internal cleanups to properly detect the declared identifiers in
5970 various declarations.
5971
5972 (c-decl-start-kwds): New language constant to recognize
5973 declarations that can start anywhere. Used for class declarations
5974 in Pike.
5975
5976 (c-specifier-key, c-not-decl-init-keywords)
5977 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5978 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5979
5980 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5981 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5982 handling of the compiler specific extension keywords into a new
5983 language constant `c-decl-hangon-kwds' that defines keyword
5984 clauses to be ignored in declarations.
5985
5986 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5987 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5988 Necessary to stop at the declared identifier in e.g. IDL valuetype
5989 declarations.
5990
5991 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5992 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5993 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5994 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5995 class and enum declarations as such and not as part of the type.
5996
5997 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5998 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5999
6000 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6001 declarations when there's some syntax error later on.
6002
6003 (c-complex-decl-matchers): Did away with a reference to
6004 `c-specifier-key'.
6005
6006 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6007 value - this variable is always dynamically bound.
6008
6009 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6010 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6011 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6012 functions that might do hidden buffer changes: All such internal
6013 functions are now marked instead of those that don't.
6014
6015 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6016 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6017 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6018 (c-literal-type): Allow these functions to make hidden buffer changes,
6019 so that they are free to use text property caching later on.
6020
6021 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6022 (c-electric-brace, c-electric-slash, c-electric-star)
6023 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6024 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6025 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6026 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6027 with the changed semantics of the functions above.
6028
6029 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6030 when macros occur in obscure places. Optimized the sexp movement
6031 a bit.
6032
6033 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6034
6035 Enhancements for c-beginning-of-statement to work in AWK Mode:
6036
6037 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6038 (completed statement) with `}' (statement completed by closing
6039 brace or semicolon) and `$' (statement completed by EOL).
6040
6041 (c-awk-virtual-semicolon-ends-prev-line-p)
6042 (c-awk-virtual-semicolon-ends-line-p)
6043 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6044 (c-awk-at-statement-end-p): New functions.
6045
6046 * progmodes/cc-cmds.el: Simplify the structure of functions
6047 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6048 two functions and c-beginning-of-statement to handle AWK Mode.
6049
6050 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6051 c-backward-single-comment for AWK mode. Attempt to clarify their
6052 doc-strings.
6053
6054 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6055
6056 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6057
6058 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6059 label handling. Labels are now recognized in a uniform and more
6060 robust way, regardless of context. Text properties are put on all
6061 labels to recognize the following declarations better.
6062 Multiword labels are handled both in indentation and fontification for
6063 the benefit of language extensions like Qt. For consistency, keywords
6064 in labels are now fontified with the label face instead.
6065 That also applies to "case" and "default".
6066
6067 (c-beginning-of-statement-1): Fix some bugs in the label
6068 handling. Disregard `c-nonlabel-token-key' in labels that begin
6069 with `c-label-kwds'.
6070
6071 (c-find-decl-spots): Support that the callback adds more
6072 `c-decl-end' spots to find.
6073
6074 (c-forward-decl-or-cast-1): Don't treat a list of plain
6075 identifiers followed by a colon as a declaration.
6076
6077 (c-forward-label): New function to recognize labels.
6078
6079 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6080 `c-forward-label'. Moved the label recognition cases (14 and 15)
6081 earlier since they aren't so context sensitive now. Handle labels
6082 on the top level gracefully. Moved access label recognition to
6083 the generic label case (CASE 15) - removed CASE 5E.
6084
6085 (c-font-lock-declarations): Add recognition of labels in the
6086 same round since we need to handle labels in parallell with other
6087 declarations to recognize both accurately. It should also improve
6088 speed.
6089
6090 (c-simple-decl-matchers, c-basic-matchers-after):
6091 Move `c-font-lock-labels' so that it only is used on decoration level 2
6092 since `c-font-lock-declarations' handles it otherwise.
6093
6094 (c-complex-decl-matchers): Remove the simplistic recognition of
6095 access labels.
6096
6097 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6098 with labels earlier.
6099
6100 (c-decl-start-re): New language variable to make
6101 `c-font-lock-declarations' stop for the special protection labels
6102 in Objective-C that start with `@'.
6103
6104 (c-label-key): Remove since it's no longer used.
6105
6106 (c-recognize-colon-labels, c-label-prefix-re): New language
6107 constants to support recognition of generic colon-terminated labels.
6108
6109 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6110 are colon terminated labels.
6111
6112 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6113 first argument starts with a special brace list.
6114
6115 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6116 (c-font-lock-declarations): Break out the declaration and cast
6117 recognition from `c-font-lock-declarations' to a new function, so
6118 that it can be used in the indentation engine.
6119
6120 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6121 up to the start of the literal. Fixed bug with the point on the
6122 wrong side of the search limit that could happen when the start
6123 position is inside a literal.
6124
6125 * progmodes/cc-engine.el (c-parse-state)
6126 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6127 so that it's kept a little bit back to increase the hit rate.
6128
6129 (c-parse-state): Change the macro handling and fixed some
6130 glitches. Macro context is checked more often than necessary now,
6131 but otoh less garbage conses are generated.
6132
6133 * progmodes/cc-engine.el (c-parse-state)
6134 (c-invalidate-state-cache): Cache the last position where
6135 `c-state-cache' applies. This can speed up refontification quite
6136 a bit in blocks where there are many non-brace parens before the point.
6137
6138 (c-state-cache-end): New variable for this.
6139
6140 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6141 cache variable.
6142
6143 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6144 get close initial continue positions when the start position is
6145 inside a literal or macro. Do not call the callback for spots
6146 before the start position (which can happen e.g. for `c-decl-end'
6147 spots inside comments). Optimize better in special cases when the
6148 region is a single line inside a literal or macro (typically when
6149 the current line is refontified).
6150
6151 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6152 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6153 entries from the paren state.
6154
6155 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6156 special case for "else if" clauses.
6157
6158 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6159 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6160
6161 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6162 New language variable to recognize the gcc extension with statement
6163 blocks inside expressions.
6164
6165 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6166 it somewhat more comprehensible. The argument AT-BLOCK-START is
6167 no longer used and hence removed.
6168
6169 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6170 to `c-add-stmt-syntax'.
6171
6172 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6173 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6174 This fixes bogus label recognition.
6175
6176 * progmodes/cc-engine.el (c-add-type, c-check-type)
6177 (c-forward-name, c-forward-type): Improve storage of template
6178 types in `c-found-types' so that they can be recognized better.
6179
6180 (c-syntactic-content): Add option to skip past nested parens.
6181
6182 * progmodes/cc-engine.el (c-forward-name):
6183 Set `c-last-identifier-range' all the time. It's less work that way.
6184 Handle that there might not be an identifier to store in
6185 `c-last-identifier-range'.
6186
6187 (c-forward-type): Handle that `c-last-identifier-range' might be
6188 nil from `c-forward-name'.
6189
6190 * progmodes/cc-defs.el (c-safe-scan-lists)
6191 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6192
6193 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6194 to work even if the form fails.
6195
6196 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6197 down in a large file in one go.
6198
6199 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6200
6201 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6202 function which is like `c-lineup-math' but returns nil instead of
6203 `c-basic-offset' when it doesn't match.
6204
6205 (c-lineup-math): Change to use `c-lineup-assignments'.
6206
6207 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6208
6209 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6210 c-beginning-of-statement. New subfunctions
6211 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6212
6213 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6214
6215 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6216 hardcoded char classes whereever possible. Changed a couple of
6217 places to use skip by syntax instead of skip by char class.
6218
6219 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6220 Fix a bug in the regexp that caused extreme backtracking.
6221
6222 * progmodes/cc-langs.el (c-block-comment-starter)
6223 (c-block-comment-ender): New language constants to specify in a
6224 single place how block comments look.
6225
6226 (c-comment-start-regexp, c-block-comment-start-regexp)
6227 (comment-start, comment-end, comment-start-skip)
6228 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6229 (c-syntactic-ws, c-nonempty-syntactic-ws)
6230 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6231 `c-line-comment-starter', `c-block-comment-starter' and
6232 `c-block-comment-ender'.
6233
6234 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6235 New language constants to break up things a bit.
6236
6237 (c-simple-ws): New language constant for simple whitespace.
6238
6239 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6240
6241 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6242 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6243 newlines. Allow and ignore nil elements in the list.
6244
6245 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6246
6247 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6248 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6249
6250 * progmodes/cc-cmds.el: Tidy up the comments in
6251 c-beginning-of-statement and subfunctions.
6252
6253 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6254 more flexible c-put-char-property and c-clear-char-properties.
6255 Add the author's email address.
6256
6257 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6258
6259 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6260 closing "*/" of a block comment.
6261
6262 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6263 subfunctions) so that it works at BOB and EOB.
6264
6265 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6266 c-beginning-of-statement, including new variable
6267 c-block-comment-start-regexp.
6268
6269 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6270
6271 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6272 symbols from `*-font-lock-extra-types' so that there's no need to
6273 use `regexp-opt' on those lists.
6274
6275 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6276 `c-type-modifier-kwds' is empty.
6277
6278 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6279 there are several strings on the same line.
6280
6281 * progmodes/cc-engine.el (c-literal-limits): Remove the
6282 compatibility function for older emacsen. `c-literal-limits-fast'
6283 has now taken the place of this function.
6284
6285 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6286 with older emacsen: We now require `pps-extended-state'.
6287
6288 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6289
6290 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6291 which obviates the need to hack sentence-end. This now handles
6292 escaped newlines in strings correctly. Correct minor bugs in
6293 c-move-over-sentence and in c-beginning-of-statement.
6294
6295 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6296 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6297 that movement over macros and code are rigorously separated from
6298 eachother. Correct a few incidental bugs.
6299
6300 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6301 Improve its doc-string. Improve the handling of certain specific cases.
6302
6303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6304
6305 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6306 (c-guess-basic-syntax): Change the way class-level labels are
6307 recognized; they can now contain essentially any symbols.
6308
6309 (c-opt-extra-label-key): New language variable to cope with the
6310 special protection label syntax in Objective-C.
6311
6312 (c-opt-access-key): Remove; this is now handled better by
6313 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6314
6315 (c-complex-decl-matchers): Update to handle that
6316 `c-opt-access-key' no longer exists.
6317
6318 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6319 improved label recognition in `c-beginning-of-statement-1'.
6320
6321 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6322 Recognize bitfields better.
6323
6324 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6325 Remove some cruft and fixed a bug that could cause it to go to a
6326 position further down.
6327
6328 * progmodes/cc-langs.el, cc-engine.el
6329 (c-beginning-of-statement-1): Improve detection of labels in
6330 declaration contexts.
6331
6332 (c-beginning-of-decl-1): Use it.
6333
6334 (c-nonlabel-token-key): New language constant and variable needed
6335 by `c-beginning-of-statement-1'.
6336
6337 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6338 manifested itself due to the correction in `c-forward-sexp'.
6339
6340 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6341 Make these behave as documented when used at the buffer limits.
6342
6343 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6344 (c-type-decl-end-used): Made this a language variable.
6345
6346 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6347 correctly when `combine-after-change-calls' is used together with
6348 temporary narrowings.
6349
6350 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6351 Report labels correctly when the start point is immediately after the
6352 colon.
6353
6354 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6355 Remove since it isn't used anymore.
6356
6357 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6358 bracket arglists such as template parens in C++.
6359
6360 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6361 in the last check-in. Some optimization.
6362
6363 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6364 where it could stop at the same level in a preceding sexp when
6365 PAREN-LEVEL is set.
6366
6367 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6368 text property lookup only when it's needed.
6369
6370 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6371 Change the policy for paren marked angle brackets to be more
6372 persistent; once marked they remain marked even when they're found
6373 to be unbalanced in the searched region. This should keep the
6374 paren syntax around even when individual lines are refontified in
6375 multiline template arglists.
6376
6377 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6378 to control markup so that incorrect angle bracket arglists aren't
6379 marked in contexts where the correct value for
6380 `c-disallow-comma-in-<>-arglists' isn't known.
6381
6382 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6383 argument has become `c-parse-and-markup-<>-arglists'.
6384
6385 (c-remove-<>-arglist-properties): Remove - no longer used.
6386
6387 (c-after-change-check-<>-operators): New function used on
6388 `after-change-functions' to avoid that "<" and ">" characters that
6389 are part of longer operators have paren syntax.
6390
6391 (c-<>-multichar-token-regexp): New language variable used by
6392 `c-after-change-check-<>-operators'.
6393
6394 (c-after-change): Call `c-after-change-check-<>-operators'.
6395
6396 (c-font-lock-<>-arglists): Use the context properties set by
6397 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6398 correctly to avoid doing invalid markup.
6399
6400 (c-font-lock-declarations): Remove code that undoes the invalid
6401 markup done by `c-font-lock-<>-arglists'.
6402
6403 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6404 after `c-font-lock-declarations'.
6405
6406 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6407 Add paren-level feature.
6408
6409 (c-guess-basic-syntax): Improve the anchor position for
6410 `template-args-cont' in nested template arglists. There's still
6411 much to be desired in this area, though.
6412
6413 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6414
6415 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6416 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6417
6418 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6419
6420 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6421 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6422
6423 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6424 it doesn't work no longer are supported.
6425
6426 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6427 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6428 requires support for the syntax-table' text property, which rules
6429 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6430 cruft associated with those versions.
6431
6432 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6433 for the `syntax-table' text property, which rules out Emacs 19 and
6434 XEmacs < 21.4. Removed various compatibility cruft associated
6435 with those versions.
6436
6437 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6438 support for the `syntax-table' text property.
6439
6440 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6441 variable and use an extra quoted face name instead. All the
6442 emacsen flavors handle that correctly.
6443
6444 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6445 (c-font-lock-declarators, c-font-lock-declarations)
6446 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6447 property to mark the items in in declarator lists to handle
6448 refontification inside multiline declarations better.
6449
6450 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6451 construct like "a * b = c;" as a declaration.
6452
6453 2005-12-08 Kim F. Storm <storm@cua.dk>
6454
6455 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6456 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6457 select either meta, hyper, or super modifier for rectangle commands.
6458 (cua--rectangle-modifier-key): New defvar.
6459 (cua--M/H-key): Use it. Remove special case for `space'.
6460 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6461 on X, to meta otherwise. Always bind C-return to toggle
6462 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6463
6464 * emulation/cua-rect.el (cua-help-for-rectangle):
6465 Use cua--rectangle-modifier-key. Handle super modifier too.
6466 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6467 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6468
6469 * ido.el: Move Acknowledgements and History after Commentary.
6470 Minor changes to Commentary.
6471
6472 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6473 keymap if cua--prefix-override-timer is `shift'.
6474 (cua--shift-control-prefix): New function; emulate "type prefix
6475 key twice" functionality to handle shifted prefix key override.
6476 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6477 New commands.
6478 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6479
6480 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6481
6482 * textmodes/org.el (org-insert-heading): Try to do items before
6483 headings.
6484 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6485 (org-insert-item): New function.
6486 (org-renumber-ordered-list): Don't skip to higher level lists.
6487
6488 2005-12-08 Juri Linkov <juri@jurta.org>
6489
6490 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6491
6492 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6493
6494 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6495
6496 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6497 the constructed function name fun-1.
6498
6499 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6500 because such links don't lead to parent documentation.
6501
6502 2005-12-08 Kenichi Handa <handa@m17n.org>
6503
6504 * descr-text.el (describe-char): Use *Help-2* buffer if the
6505 current buffer is *Help*. Call describe-text-properties while
6506 setting the original buffer.
6507
6508 2005-12-07 Bill Wohler <wohler@newt.com>
6509
6510 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6511 and causes problems with non-MH users (such as Gnus users).
6512
6513 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6514
6515 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6516 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6517 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6518 command "info sources". Move calls to GDB command "list".
6519 (gdb-find-file-hook): Just use gdb-source-file-list.
6520 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6521 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6522 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6523 (gdb-data-list-register-values-handler): Use correct trigger name.
6524
6525 2005-12-07 Kim F. Storm <storm@cua.dk>
6526
6527 * ido.el (ido-completion-map): Rename from ido-mode-map.
6528 (ido-common-completion-map, ido-file-completion-map)
6529 (ido-file-dir-completion-map, ido-buffer-completion-map):
6530 Rename from ido-mode-....-map.
6531 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6532 (ido-setup-completion-map): Rename from ido-define-mode-map.
6533 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6534 to ido-completion-map.
6535
6536 2005-12-07 Kenichi Handa <handa@m17n.org>
6537
6538 * international/mule-cmds.el
6539 (set-display-table-and-terminal-coding-system): If the coding
6540 system specified in `unibyte-display' property is different from
6541 the arg coding-system, don't setup standard-display-table.
6542
6543 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6546 that comments end at \n, regardless of selective-display.
6547
6548 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6549
6550 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6551 (gdb-version): New variables.
6552 (gdb-source-file-list, gdb-register-names)
6553 (gdb-changed-registers): New variables for use with GDB 6.4+.
6554 (gdb-ann3): Replace with...
6555 (gdb-init-1, gdb-init-2): ...two new functions.
6556 (gdba, gdb-prompt): Call gdb-init-1.
6557 (gdb-get-version): New function. Call gdb-init-2 from here.
6558 (gud-watch): Make it work with mouse events too.
6559 (gdb-post-prompt): Don't add to queue until GDB version is known.
6560 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6561 (gdb-locals-mode): Use gdb-version.
6562 (gdb-memory-format-map, gdb-memory-unit-map)
6563 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6564 (gdb-locals-font-lock-keywords-1)
6565 (gdb-locals-font-lock-keywords-2): New variables.
6566 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6567 (gdb-set-gud-minor-mode-existing-buffers-1)
6568 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6569 (gdb-var-update-1, gdb-var-update-handler-1)
6570 (gdb-data-list-register-values-handler)
6571 (gdb-data-list-register-values-custom)
6572 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6573 (gdb-stack-list-locals-handler, gdb-get-register-names):
6574 New functions for use with GDB 6.4+.
6575 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6576 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6577 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6578 (gdb-stack-list-locals-regexp)
6579 (gdb-data-list-register-names-regexp): New regexps for use with
6580 GDB 6.4+.
6581
6582 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6585
6586 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6587
6588 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6589 prompts work for AUTH PLAIN. Also reported by Steve Allan
6590 <seallan@verizon.net>.
6591
6592 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6593
6594 * frame.el (set-frame-parameter): Add doc string.
6595
6596 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6597
6598 * textmodes/org.el (org-occur-highlights): New variable.
6599 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6600 (org-highlight-sparse-tree-matches): New option.
6601 (org-do-occur): New function.
6602 (org-get-heading): Make it work also at beginning of line.
6603 (org-category-table): New variable.
6604 (org-get-category-table, org-get-category)
6605 (org-camel-to-words, org-link-search): New functions.
6606 (org-select-this-todo-keyword): New variable.
6607 (org-todo-list): New command.
6608 (org-shiftright, org-shiftleft): New commands.
6609 (org-agenda-todo): Add prefix argument.
6610 (org-show-hierarchy-above): New option.
6611 (org-show-todo-tree): Numerical prefix creates tree for specific
6612 TODO keyword.
6613 (org-outline-level): New function, to assign a level to plain
6614 lists items.
6615 (org-cycle-include-plain-lists): New option.
6616 (org-mode): Use `org-outline-level' as value of `outline-level'.
6617 (org-cycle): Temporarily switch `outline-regexp' if
6618 `org-cycle-include-plain-lists' is non-nil.
6619 (org-start-icalendar-file): Fix format bug.
6620 (org-agenda-get-day-entries): Create category table.
6621 (org-agenda-get-todos, org-agenda-get-timestamps)
6622 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6623 (org-agenda-get-blocks): Use `org-get-category'.
6624 (org-context-in-file-links): Rename from
6625 `org-line-numbers-in-file-links'.
6626
6627 2005-12-06 Romain Francoise <romain@orebokech.com>
6628
6629 * window.el (balance-windows): Delete extraneous third arg in call
6630 to `enlarge-window'.
6631
6632 2005-12-06 Kenichi Handa <handa@m17n.org>
6633
6634 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6635
6636 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * progmodes/gdb-ui.el (gdb-var-create-handler)
6639 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6640 (gdb-var-list-children-handler, gdb-var-update-handler):
6641 Current buffer is already gdb-partial-output-buffer, don't
6642 make it current again.
6643
6644 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6645
6646 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6647 (list-buffers-noselect): Use it.
6648
6649 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6652 (mail-yank-ignored-headers): Use regexp-opt.
6653 (mail-mode-map): Move initialization into declaration.
6654 (mail-sent-via): Remove unused shadowed var `to-line'.
6655 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6656 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6657 (mail-do-fcc): Use dolist and push.
6658 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6659 (mail-yank-ignored-headers): Don't autoload.
6660
6661 2005-12-05 Kenichi Handa <handa@m17n.org>
6662
6663 * international/mule-cmds.el (set-language-info-internal): New fun.
6664 (set-language-info): Call set-language-info-internal to update
6665 language-info-alist. If LANG-ENV is the current one, call
6666 set-language-environment to make INFO effective now.
6667 (set-language-info-alist): Likewise.
6668 (locale-language-names): With locale "en", use English
6669 lang. env. but set the default codings to iso-8859-1.
6670
6671 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6674 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6675 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6676 for plain strings.
6677 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6678 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6679 Create registers buffer if necessary. Echo new state in minibuffer.
6680 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6681
6682 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * info.el (Info-fontify-node): Match external links using
6685 non-directory part of filename.
6686
6687 2005-12-04 Juri Linkov <juri@jurta.org>
6688
6689 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6690 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6691 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6692 because there is no customization option for it.
6693
6694 * font-lock.el (lisp-font-lock-keywords-1):
6695 Add define-global-minor-mode.
6696
6697 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6698
6699 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6700 properties on the constructed variable names.
6701
6702 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6703 Put `definition-name' properties on the constructed function names
6704 next-sym and prev-sym.
6705
6706 * emacs-lisp/find-func.el (find-function-regexp):
6707 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6708 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6709 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6710 and easy-menu-define.
6711
6712 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6713 easy-mmode-define-global-mode and define-global-minor-mode.
6714 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6715
6716 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6717 instead of easy-mmode-define-global-mode.
6718
6719 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6720 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6721
6722 * cus-edit.el (customize-group, customize-group-other-window):
6723 Filter out autoloaded options from the group completion list by
6724 using heuristics that autoloaded groups don't have `custom-autoload'
6725 property on their symbols (they have only `custom-loads').
6726
6727 * simple.el (completion-setup-function): Put completions-common-part
6728 face on complete completion string too (i.e. completion string
6729 without completions-first-difference face).
6730
6731 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6732
6733 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6734
6735 * view.el (view-mode): Doc fix.
6736
6737 * disp-table.el (standard-display-european): Add to the warning
6738 message a reference to the doc string.
6739
6740 * play/yow.el (apropos-zippy): Call print-help-return-message,
6741 similar to other Help and Apropos commands.
6742
6743 * help.el (print-help-return-message): If pop-up-frames is
6744 non-nil, set up help-return-method to delete the help window and,
6745 possibly, its frame as well, and don't display message about
6746 scrolling the help window. Doc fix.
6747 (help-return-method): Doc fix.
6748
6749 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6750
6751 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6752 whereby names of length one or names starting with a
6753 symbol-constituent character would not be returned.
6754
6755 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6756
6757 * subr.el (atomic-change-group): Add edebug and indentation spec.
6758
6759 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * completion.el (save-completions-file-name): Fix typo in last change.
6762
6763 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6764
6765 * info.el: Move back/forward history to the beginning of the tool bar.
6766
6767 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6768
6769 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6770 Add fset of allout-real-isearch-abort during compile to fix
6771 byte-compilation warnings.
6772 (allout-mode-p): Move definition of this macro above all uses, or
6773 byte compilation in barren emacs (eg, during emacs build) will
6774 lack the definition.
6775 (allout-mode): Move this variable above any uses, or byte
6776 compilation will fail.
6777 (allout-resolve-xref): Remove use of personal file-reference function.
6778 (allout-toggle-current-subtree-encryption): Do the current (ie,
6779 visible containing) topic, rather than nearest around point. Doc fix.
6780 (allout-toggle-subtree-encryption): New function, workhorse that
6781 works on nearest topic containing point.
6782 (allout-encrypt-string): Signal requirement for newer version of pgg.
6783 (allout-resumptions): Doc fix.
6784
6785 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6786
6787 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6788
6789 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6790
6791 * textmodes/flyspell.el (flyspell-external-point-words):
6792 Consider a misspelling as found in the string search if: (a) misspelling
6793 and found string lengths match, or (b) misspelling is found as
6794 element in a boundary-chars separated longer string, or (c)
6795 ispell-program-name is really ispell and misspelling is found as
6796 part of a TeX string. After successful match move beginning of
6797 search region to end of match. Warn about not found misspellings
6798 once the process is done.
6799 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6800
6801 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6804 tool bar (removed inadvertently).
6805
6806 2005-12-02 Juri Linkov <juri@jurta.org>
6807
6808 * log-view.el (log-view-diff): Clarify doc string.
6809
6810 2005-12-01 Bill Wohler <wohler@newt.com>
6811
6812 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6813 triggers lm-verify errors.
6814
6815 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * simple.el (transient-mark-mode, line-number-mode)
6818 (column-number-mode, size-indication-mode): Remove `:require nil'.
6819
6820 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6821
6822 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6823 in the margin also.
6824 (gdb-breakpoints-mode-map): Use D instead of d for
6825 gdb-delete-breakpoint.
6826 (gdb-get-frame-number): Require a number to match on.
6827 (gdb-threads-mode-map): Add follow-link binding.
6828
6829 2005-11-30 Jason Rumney <jasonr@gnu.org>
6830
6831 * isearch.el (isearch-mode-map): Avoid exiting search on
6832 language-change event.
6833
6834 2005-11-30 Romain Francoise <romain@orebokech.com>
6835
6836 * speedbar.el (speedbar-default-position): New defcustom.
6837 (speedbar-frame-reposition-smartly): Use it.
6838
6839 * dframe.el (dframe-reposition-frame-emacs): Fix position
6840 computation for `left' location.
6841 Update copyright year.
6842
6843 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * help.el (help-map): Move initialization into declaration.
6846
6847 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6848
6849 * help-fns.el (help-argument-name): Don't autoload.
6850 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6851 to be re-loaded when customizing the `help' group.
6852
6853 2005-11-30 John Paul Wallington <jpw@gnu.org>
6854
6855 * help-fns.el (describe-function-1): Fill arglist output.
6856
6857 2005-11-30 Kim F. Storm <storm@cua.dk>
6858
6859 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6860 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6861 after revert-buffer (or anything else which kills all local variables).
6862
6863 * apropos.el (apropos-parse-pattern): Doc fix.
6864 Set apropos-regexp directly, rather than expecting callers to do so.
6865 (apropos-command, apropos, apropos-value, apropos-documentation):
6866 Simplify calls to apropos-parse-pattern.
6867
6868 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6871 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6872 (hi-lock-write-interactive-patterns): Use comment-region.
6873
6874 * longlines.el (longlines-mode): Add mail-setup-hook.
6875
6876 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6877
6878 * simple.el (sendmail-user-agent-compose, next-line):
6879 Conditionally use hard-newline.
6880
6881 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6882
6883 * international/latexenc.el (latex-inputenc-coding-alist):
6884 Reword doc string.
6885
6886 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * help.el (describe-key-briefly, describe-key): Recognize default
6889 bindings.
6890
6891 2005-11-29 Romain Francoise <romain@orebokech.com>
6892
6893 * view.el (view-inhibit-help-message): New defcustom.
6894 (view-mode-enter): Use it.
6895
6896 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6897
6898 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6899 Preserve user position.
6900
6901 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * font-lock.el: Throw error if facemenu is not loaded to prevent
6904 accidental change of loading order in loadup.el. (Suggested by RMS.)
6905
6906 * loadup.el: Add comment explaining why facemenu must be loaded
6907 before font-lock.
6908
6909 2005-11-28 Jay Belanger <belanger@truman.edu>
6910
6911 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6912 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6913
6914 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6915
6916 * calc/calc-embed.el (calc-do-embedded): Update help message.
6917
6918 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6919
6920 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6923
6924 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6925 called-interactively-p.
6926 (elp-profilable-p): Rename from elp-not-profilable-p.
6927 Invert result and take into account macros and autoloaded functions.
6928 (elp-instrument-function): Update call.
6929 (elp-instrument-package): Update call. Add completion.
6930 (elp-pack-number): Use match-string.
6931 (elp-results-jump-to-definition-by-mouse): Merge into
6932 elp-results-jump-to-definition and then remove.
6933 (elp-output-insert-symname): Make help echo text single-line.
6934
6935 * replace.el (query-replace-map): Move initialization into declaration.
6936 (occur-engine): Use with-current-buffer.
6937 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6938 (occur-mode-mouse-goto): Replace with an alias.
6939
6940 2005-11-28 Juri Linkov <juri@jurta.org>
6941
6942 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6943
6944 * term/w32-win.el: Bind [S-tab] to [backtab].
6945
6946 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6947 `Info-find-file' to t.
6948
6949 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6950 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6951 and same-window-regexps.
6952 (occur-next-error): Don't move point for arg 0.
6953
6954 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6955
6956 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6957
6958 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * log-edit.el (log-edit-changelog-use-first): New var.
6961 (log-edit-changelog-ours-p): Use it.
6962 (log-edit-insert-changelog): Set it with new arg `use-first'.
6963 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6964 (log-edit-hook): Add them to the list of suggested options.
6965
6966 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6967 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6968 redundant work.
6969 (flyspell-mode-on): Use add-hook for after-change-functions.
6970 (flyspell-mode-off): Use remove-hook for after-change-functions.
6971 (flyspell-changes): Make it buffer-local.
6972 (flyspell-after-change-function): Make it non-interactive. Use push.
6973 (flyspell-post-command-hook): Check input-pending-p while processing
6974 the potentially long list of buffer changes.
6975
6976 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6977
6978 * buff-menu.el (list-buffers-noselect): Display the selected
6979 frame's buffer list, not the global one.
6980
6981 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6984 that (list last-input-event) works as in interactive spec.
6985
6986 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6989 `facemenu-keymap' needs to be defined when font-lock is loaded.
6990 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6991
6992 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * completion.el: Remove useless leading * in defcustom docstrings.
6995 (save-completions-file-name): Use ~/.emacs.d if available.
6996 (completion-standard-syntax-table): Rename from
6997 cmpl-standard-syntax-table and fold initialization into declaration,
6998 thus removing cmpl-make-standard-completion-syntax-table.
6999 (completion-lisp-syntax-table, completion-c-syntax-table)
7000 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7001 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7002 (symbol-under-point, symbol-before-point)
7003 (symbol-under-or-before-point, symbol-before-point-for-complete)
7004 (add-completions-from-c-buffer): Use with-syntax-table.
7005 (make-completion): Don't return a list of completion entries.
7006 Update callers.
7007 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7008 (completion-initialize): Rename from initialize-completions.
7009 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7010 (kill-emacs-save-completions): Collect stats here.
7011 (save-completions-to-file, load-completions-from-file):
7012 Use with-current-buffer.
7013 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7014 into a function. Move all calls to toplevel.
7015 (completion-lisp-mode-hook): New fun.
7016 (completion-c-mode-hook, completion-setup-fortran-mode):
7017 Set the syntax-table here. Use local-set-key.
7018 (completion-saved-bindings): New var.
7019 (dynamic-completion-mode): Make it into a proper minor mode.
7020 (load-completions-from-file): Remove unused var `num-uses'.
7021
7022 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7023 constructor if it is explicitly overridden.
7024
7025 * complete.el (PC-completion-as-file-name-predicate):
7026 Use minibuffer-completing-file-name.
7027 (partial-completion-mode): Use find-file-not-found-functions.
7028 (PC-lisp-complete-symbol): Use with-syntax-table.
7029 (PC-look-for-include-file): Remove dead setq.
7030 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7031 (PC-complete): Use with-current-buffer.
7032
7033 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7034 escape single quotes.
7035
7036 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7037
7038 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7039 of `if' whose condition always returned nil. Doc fix.
7040
7041 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7042 window's buffer the current buffer around the call to
7043 `list-buffers-noselect'. This is necessary to mark that buffer
7044 with a `.' in the Buffer Menu when called from Lisp, for instance
7045 by Auto Revert Mode.
7046
7047 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7050 attaching to it.
7051 (gdb-pre-prompt): Make sure gdb-error is reset.
7052
7053 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7054 with a child process, detect it.
7055 (gud-speedbar-buttons): Match regexp more carefully.
7056
7057 2005-11-27 Richard M. Stallman <rms@gnu.org>
7058
7059 * mouse.el (mouse-drag-move-window-bottom):
7060 Use adjust-window-trailing-edge.
7061
7062 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7063
7064 * simple.el (blink-matching-open): Ignore
7065 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7066 (blink-matching-paren-on-screen): Update docstring.
7067
7068 * paren.el (show-paren-mode): No longer change
7069 `blink-matching-paren-on-screen'.
7070
7071 2005-11-27 John Paul Wallington <jpw@pobox.com>
7072
7073 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7074 (gdb-threads-select, gdb-edit-register-value):
7075 Use `posn-set-point' instead of `mouse-set-point' because the
7076 latter is not fbound when configured without X.
7077
7078 2005-11-27 Kim F. Storm <storm@cua.dk>
7079
7080 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7081 existing face when partially highlighting a TAB in a rectangle.
7082
7083 2005-11-26 Kim F. Storm <storm@cua.dk>
7084
7085 * ido.el (ido-mode-map): Doc fix.
7086 (ido-mode-common-map, ido-mode-file-map)
7087 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7088 (ido-define-mode-map): Rewrite. Select one of the new maps as
7089 parent for ido-mode-map instead of building from scratch.
7090 (ido-init-mode-maps): New defun to initialize new maps.
7091 (ido-mode): Call it.
7092 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7093 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7094
7095 2005-11-26 John Paul Wallington <jpw@pobox.com>
7096
7097 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7098 `mouse-set-point' because the latter is not fbound when configured
7099 without X.
7100
7101 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7102
7103 * files.el (file-relative-name): Doc fix.
7104
7105 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7106
7107 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7108 non-empty string for secondary prompt PS2.
7109
7110 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * progmodes/compile.el (compilation-setup): Fix last change.
7113
7114 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7115
7116 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7117 (gdb-mouse-toggle-breakpoint-margin)
7118 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7119 Add gdb-server-prefix to keep out of command history.
7120 (gdb-edit-register-value): New function.
7121 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7122 (gdb-info-registers-custom): Use above map.
7123
7124 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * custom.el (enable-theme): Signal error if argument is not a
7127 theme. Don't recalculate a face if it's not loaded yet.
7128
7129 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7130 the `user' theme is in effect.
7131
7132 * info.el (Info-on-current-buffer): Record actual filename in
7133 Info-current-file, instead of t, or a fake filename if a non-file
7134 buffer. Make autoload.
7135 (Info-find-node, Info-revert-find-node): No need to check for
7136 Info-current-file nil.
7137 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7138 Info-current-file is now never `t'.
7139 (Info-fontify-node): Many simplifications due to Info-current-file
7140 always being valid. Use Info-find-file to find node filename.
7141
7142 2005-11-25 David Kastrup <dak@gnu.org>
7143
7144 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7145 new character, then delete" in order to preserve markers.
7146
7147 2005-11-25 David Ponce <david@dponce.com>
7148
7149 * recentf.el (recentf-arrange-by-rule): Handle a special
7150 `auto-mode-alist'-like "strip suffix" rule.
7151 (recentf-build-mode-rules): Handle second level auto-mode entries.
7152
7153 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7154
7155 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7156 window modes.
7157
7158 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7159 jde-javadoc-checker-report-mode.
7160
7161 * ediff-wind (ediff-make-wide-display): Slight simplification.
7162
7163 * ediff.el (ediff-date): Change the date of last update.
7164
7165 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7168 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7169 (hi-lock-mode): New global minor mode.
7170 (turn-on-hi-lock-if-enabled): New function.
7171 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7172 Change arguments to regexp and face instead of a font-lock pattern.
7173 Directly set face property, instead of refontifying.
7174 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7175 (hi-lock-find-patterns): Use line-number-at-pos.
7176
7177 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7178 arguments for hi-lock-set-pattern.
7179 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7180 Call font-lock-fontify-buffer.
7181 (hi-lock-find-file-hook, hi-lock-current-line)
7182 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7183
7184 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7185 turned off.
7186
7187 * progmodes/compile.el (compilation-setup): Don't fiddle with
7188 font-lock-defaults.
7189
7190 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7191
7192 * progmodes/gdb-ui.el (gdb-var-create-handler)
7193 (gdb-var-list-children-handler): Find values for all variable
7194 objects. gud-speedbar-buttons decides whether to display them.
7195
7196 2005-11-24 Romain Francoise <romain@orebokech.com>
7197
7198 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7199 buffer name with a space.
7200
7201 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7202
7203 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7204 `org-export-local-list-max-depth'. Change default value to 3.
7205 (org-auto-renumber-ordered-lists)
7206 (org-plain-list-ordered-item-terminator): New options.
7207 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7208 (org-get-indentation, org-get-string-indentation)
7209 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7210 New functions.
7211 (org-move-item-down, org-move-item-up): New commands.
7212 (org-export-as-html): New classes for CSS support. Bug fix in
7213 regular expression detecting fixed-width regions. Respect
7214 `org-local-list-ordered-item-terminator'.
7215 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7216 also a list item.
7217 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7218 New item moving functions.
7219
7220 2005-11-24 Juri Linkov <juri@jurta.org>
7221
7222 * isearch.el (isearch-repeat): With empty search ring set
7223 `isearch-error' to the error string instead of signaling error
7224 with the function `error'.
7225
7226 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7227
7228 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7229
7230 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7233 and variable.
7234 (gdb-var-create-handler, gdb-var-list-children-handler):
7235 Don't match on "char **...".
7236 (gdb-var-update-handler): Find values for all variable objects.
7237 (gdb-info-frames-custom): Identify frames by leading "#".
7238
7239 * progmodes/gud.el (gud-speedbar-menu-items): Add
7240 gdb-speedbar-auto-raise as radio button.
7241 (gud-speedbar-buttons): Raise speedbar if requested.
7242 Don't match on "char **...".
7243 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7244 Make it editable.
7245
7246 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * info.el (Info-fontify-node): Handle the case where
7249 Info-current-file is t.
7250
7251 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * simple.el (blink-matching-open): Fix off-by-one in last change.
7254
7255 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7256
7257 * term/mac-win.el: Don't change default directory.
7258
7259 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7260
7261 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7262 buffers correctly. (It used to throw an error in such buffers.)
7263 Make it ask for confirmation in group buffers and other Custom
7264 buffers containing more than one customization item.
7265
7266 2005-11-22 John Paul Wallington <jpw@gnu.org>
7267
7268 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7269 property on mail and url overlays.
7270 (goto-address-at-point): Use `posn-set-point' instead of
7271 `mouse-set-point' because the latter is not fbound when configured
7272 without X.
7273
7274 2005-11-22 Lars Hansen <larsh@soem.dk>
7275
7276 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7277 (ls-lisp-classify, ls-lisp-format): Delete call to
7278 ls-lisp-parse-symlink.
7279 (ls-lisp-handle-switches): Handle symlinks to directories as
7280 directories when ls-lisp-dirs-first in non-nil.
7281
7282 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7283
7284 * startup.el (command-line): Make sure that loaddefs.el is handled
7285 correctly in load-history.
7286
7287 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7288
7289 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7290 (gdb-struct-string, gdb-array-string): New constants.
7291 (gdb-info-locals-handler): Use them.
7292 (gdb-reset): Reset gdb-var-list to nil.
7293
7294 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7297 in patterns.
7298
7299 2005-11-21 Juri Linkov <juri@jurta.org>
7300
7301 * custom.el (defcustom): Update link types in docstring.
7302
7303 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7304
7305 * custom.el (defgroup): Add doc-string-elt info.
7306
7307 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7308
7309 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * newcomment.el (comment-enter-backward): Fix last fix.
7312
7313 * simple.el (blink-matching-open):
7314 * paren.el (show-paren-function): Allow new paren-class info.
7315
7316 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7319 handled automagically.
7320
7321 2005-11-20 Andreas Schwab <schwab@suse.de>
7322
7323 * descr-text.el (describe-char): When copying overlays put them
7324 over the full char description instead of just the first character
7325 of it.
7326
7327 2005-11-20 Juri Linkov <juri@jurta.org>
7328
7329 * simple.el (what-cursor-position):
7330 * descr-text.el (describe-char): Use Lisp-readable syntax
7331 for octal and hex. Reorder decimal, octal and hex values.
7332 Remove excess whitespace in the output. Use `=' in `column='
7333 like in `point=' and `Hscroll='.
7334
7335 * international/mule-cmds.el (encoded-string-description):
7336 Use Lisp-readable syntax for hex.
7337
7338 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * newcomment.el (comment-enter-backward): Handle the case where the
7341 comment is closed by EOB.
7342
7343 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7344
7345 * longlines.el (longlines-before-revert-hook)
7346 (longlines-after-revert-hook): New functions.
7347 (longlines-mode): Turn off longlines temporarily when reverting.
7348 Add a message-setup-hook.
7349 (longlines-decode-buffer): New function.
7350 (longlines-wrap-line): Preserve marker positions.
7351
7352 2005-11-19 Andreas Schwab <schwab@suse.de>
7353
7354 * emacs-lisp/shadow.el: Handle compressed files.
7355
7356 2005-11-19 Romain Francoise <romain@orebokech.com>
7357
7358 * net/browse-url.el (browse-url-default-browser): Signal an error
7359 if no usable browser can be found, rather than try to load w3.
7360
7361 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7362
7363 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7364 replacing existing properties.
7365 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7366 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7367 tty specs.
7368 (rcirc-server-prefix, rcirc-server): New faces.
7369 (rcirc-url-regexp): Generate with rx macro.
7370 (rcirc-last-server-message-time): New variable.
7371 (rcirc-filter): Record time of last message.
7372 (rcirc-keepalive): Kill processes that did not send a message
7373 since the last ping.
7374 (rcirc-mode): Give rcirc-topic a local binding here.
7375
7376 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7377
7378 * subr.el (read-passwd): Fontify the prompt as we do with other
7379 prompts.
7380
7381 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7382
7383 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7384 binding buffer-read-only to nil.
7385
7386 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7387
7388 * complete.el (partial-completion-mode):
7389 Mention completion-auto-help in the doc string.
7390
7391 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7392 more Lisp-ish way.
7393
7394 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7395
7396 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7397 digits, not 8, to avoid misalignment for files larger than 100MB.
7398
7399 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7400
7401 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7402 Mention "keyboard shortcuts" in the help text.
7403
7404 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7405
7406 * startup.el (fancy-splash-default-action): Discard only
7407 mouse-down and succeeding mouse-up events in the splash screen
7408 window so that drag-n-drop event can be processed.
7409
7410 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7411
7412 * longlines.el (longlines-mode): Add hacks for mail-mode and
7413 message-mode.
7414
7415 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7416
7417 * textmodes/org.el (org-table-sort-lines): New command.
7418 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7419 (org-add-file): Command removed, use `org-agenda-file-to-front'
7420 instead.
7421 (org-export-icalendar): Use `org-icalendar-combined-name'.
7422 (org-cycle-agenda-files, org-agenda-file-to-end)
7423 (org-agenda-file-to-front): New commands.
7424 (org-table-tab-jumps-over-hlines, org-export-html-style):
7425 New options.
7426 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7427 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7428 New functions.
7429 (org-fill-paragraph): Call `org-table-align' in tables.
7430 (org-mode): Call `org-set-autofill-regexps'.
7431 (org-export-as-html): Support for local handformatted lists.
7432 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7433 (org-export-local-list-max-depth): New option.
7434 (org-html-expand): Use `org-html-protect'.
7435
7436 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7437
7438 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7439 to "p".
7440 (gdb): Move definition of gud-pp to...
7441
7442 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7443 speedbar.
7444 (gdb-find-watch-expression): New function.
7445
7446 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * faces.el (face-attribute, set-face-attribute): Mention existence
7449 of `:ignore-defface' setting in docstring.
7450
7451 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * simple.el (completion-setup-function): Fix last change.
7454
7455 2005-11-17 John Paul Wallington <jpw@pobox.com>
7456
7457 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7458 Use `posn-set-point' instead of `mouse-set-point' because the
7459 latter is not fbound when configured without X.
7460
7461 * comint.el (comint-insert-input): Likewise.
7462
7463 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7464
7465 * simple.el (hard-newline): New variable.
7466 (sendmail-user-agent-compose, next-line): Use it.
7467
7468 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7469 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7470 (mail-mail-reply-to, mail-mail-followup-to)
7471 (mail-position-on-field, mail-signature, mail-yank-original)
7472 (mail-attach-file): Likewise.
7473
7474 * mail/mailheader.el (mail-header-format)
7475 (mail-header-format-function): Likewise.
7476
7477 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7478
7479 2005-11-17 Juri Linkov <juri@jurta.org>
7480
7481 * font-lock.el (font-lock-faces): Rename this defgroup from
7482 `font-lock-highlighting-faces'.
7483 (font-lock-comment-face, font-lock-comment-delimiter-face)
7484 (font-lock-string-face, font-lock-doc-face)
7485 (font-lock-keyword-face, font-lock-builtin-face)
7486 (font-lock-function-name-face, font-lock-variable-name-face)
7487 (font-lock-type-face, font-lock-constant-face)
7488 (font-lock-warning-face, font-lock-negation-char-face)
7489 (font-lock-preprocessor-face)
7490 (font-lock-regexp-grouping-backslash)
7491 (font-lock-regexp-grouping-construct): Rename :group from
7492 `font-lock-highlighting-faces' to `font-lock-faces'.
7493
7494 * cus-edit.el (lisp, c, tex):
7495 * progmodes/ada-mode.el (ada):
7496 * progmodes/asm-mode.el (asm):
7497 * progmodes/cperl-mode.el (cperl-faces):
7498 * progmodes/cpp.el (cpp):
7499 * progmodes/dcl-mode.el (dcl):
7500 * progmodes/f90.el (f90):
7501 * progmodes/fortran.el (fortran):
7502 * progmodes/icon.el (icon):
7503 * progmodes/idlwave.el (idlwave-misc):
7504 * progmodes/m4-mode.el (m4):
7505 * progmodes/make-mode.el (makefile):
7506 * progmodes/meta-mode.el (meta-font):
7507 * progmodes/modula2.el (modula2):
7508 * progmodes/octave-mod.el (octave):
7509 * progmodes/pascal.el (pascal):
7510 * progmodes/perl-mode.el (perl):
7511 * progmodes/prolog.el (prolog):
7512 * progmodes/ps-mode.el (PostScript-edit):
7513 * progmodes/scheme.el (scheme):
7514 * progmodes/sh-script.el (sh-script):
7515 * progmodes/simula.el (simula):
7516 * progmodes/tcl.el (tcl):
7517 * textmodes/nroff-mode.el (nroff):
7518 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7519 * textmodes/sgml-mode.el (sgml):
7520 * textmodes/texinfo.el (texinfo):
7521 Add :link (custom-group-link font-lock-faces) to defgroup.
7522
7523 * hi-lock.el (hi-lock): Rename this defgroup from
7524 `hi-lock-interactive-text-highlighting'. Change parent group from
7525 `faces' to `font-lock'. Add link to the manual.
7526 (hi-lock-mode, hi-lock-file-patterns-range)
7527 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7528 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7529 (hi-lock-faces): Add :group `faces'.
7530
7531 * cus-edit.el (custom-variable-prompt): Clarify the code.
7532
7533 * faces.el (face-read-string): Set the default value arg of
7534 completing-read.
7535
7536 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * rfn-eshadow.el (file-name-shadow-properties)
7539 (file-name-shadow-tty-properties, file-name-shadow-mode):
7540 Remove autoloads, because the file is now preloaded.
7541
7542 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * printing.el (easy-menu-intern): Don't define.
7545 (pr-get-symbol): Use easy-menu-intern only if defined.
7546
7547 * simple.el (blink-matching-open): Simplify a bit.
7548 (completion-setup-function): Fix the case of partial-completion-mode
7549 when the minibuffer's contents start with "-".
7550 Obey completion-base-size-function even when
7551 minibuffer-completing-file-name is non-nil.
7552
7553 2005-11-16 Richard M. Stallman <rms@gnu.org>
7554
7555 * net/eudcb-ph.el (eudc-ph-open-session):
7556 Use set-process-query-on-exit-flag.
7557
7558 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7559
7560 * international/ucs-tables.el (ucs-set-table-for-input):
7561 Use make-local-variable, not make-variable-buffer-local.
7562
7563 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7564 Improve warning message text.
7565
7566 * savehist.el (savehist-save-hook): Add :group.
7567
7568 * menu-bar.el (menu-bar-help-menu):
7569 Rename Find Extra Packages to External Packages.
7570
7571 * cus-edit.el (Custom-reset-standard): Verify that
7572 :custom-standard-value prop exists before calling it.
7573
7574 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7575
7576 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7577
7578 * wid-edit.el (color): Enclose %t in %{...%}.
7579
7580 * cus-edit.el (face): Enclose %t in %{...%}.
7581
7582 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7583
7584 * savehist.el (savehist-mode-hook): Re-add the var.
7585 (savehist-mode): Use it.
7586
7587 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * textmodes/flyspell.el: Fix commenting convention.
7590 Remove unnecessary leading * in custom docstrings.
7591 (flyspell-emacs): Remove unused var.
7592 (flyspell-delete-region-overlays): Use remove-overlays.
7593 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7594 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7595 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7596 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7597 (make-flyspell-overlay): Don't locally reuse a global name.
7598 (flyspell-highlight-incorrect-region)
7599 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7600 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7601 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7602 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7603 Wrap calls to accept-process-output inside with-local-quit since it's
7604 often called from a post-command-hook.
7605 (flyspell-correct-word, flyspell-auto-correct-word):
7606 Use ispell-send-string.
7607 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7608
7609 * calendar/diary-lib.el (diary-list-entries): Also hide the
7610 terminating newline.
7611
7612 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7613
7614 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7615 window-system, to allow fonts on tty.
7616
7617 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * progmodes/gud.el (gud-speedbar-item-info): New function.
7620 (gud-install-speedbar-variables): Use it to display data type
7621 of watch expression as a tooltip in speedbar.
7622
7623 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * font-core.el (global-font-lock-mode): Add :version keyword,
7626 because default was changed.
7627
7628 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7629
7630 * startup.el (command-line): Use `custom-reevaluate-setting' for
7631 `file-name-shadow-mode'.
7632
7633 * loadup.el: Preload rfn-eshadow.
7634
7635 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7636 Add :version keyword.
7637 (file-name-shadow-properties, file-name-shadow-tty-properties)
7638 (file-name-shadow): Add :version keyword.
7639
7640 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7641 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7642 in the custom-group property of the symbol frames and the fringe
7643 group got no link to its parent group frames.
7644 Doc fix.
7645
7646 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7647
7648 * progmodes/gud.el (gud-stop-subjob): New function.
7649 (gud-menu-map, gud-tool-bar-map): Use it.
7650
7651 2005-11-16 Kim F. Storm <storm@cua.dk>
7652
7653 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7654 than kill it.
7655 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7656 to a more useful/logical place.
7657
7658 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7659
7660 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7661 go buttons complementary.
7662
7663 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7666 (rfn-eshadow-sifn-equal): New function.
7667 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7668
7669 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7670
7671 * viper-utils.el (viper-non-word-characters-reformed-vi):
7672 Quote `-' in string.
7673
7674 * viper.el (viper-emacs-state-mode-list): Ensure that
7675 rcirc-mode buffers come up in Emacs state.
7676
7677 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7678 operation.
7679
7680 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7681
7682 * term.el (term-termcap-format): Fix typos.
7683 (term-down): Fix the negative argument case.
7684
7685 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7686
7687 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7688 2005-08-15.
7689 (gdb-ann3): New command gud-go.
7690 (menu): Accomodate gdb-mi.el.
7691 (gdb-assembler-custom): Make buffer of selected window current
7692 so that set-window-point works.
7693
7694 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7695 buttons and include new ones.
7696
7697 2005-11-16 Kim F. Storm <storm@cua.dk>
7698
7699 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7700 (gud-menu-map): Use it.
7701
7702 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7705 that works correctly for Custom and that does not override a user
7706 who disables it.
7707
7708 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7709 (help-xref-interned, help-follow): Make hyperlinks for variables
7710 that are unbound, but have a non-nil variable-documentation property.
7711
7712 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7713 mode hook. (It conflicted with defcustoms for some mode hooks.)
7714 Use the `variable-documentation' property to give the mode hook a
7715 docstring and expand that docstring.
7716
7717 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7718
7719 * savehist.el (savehist-mode): Don't bother with
7720 `custom-set-minor-mode'.
7721 (savehist-coding-system): Check XEmacs version.
7722 (history-length): Declare also at run time.
7723 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7724 Don't set the customize state.
7725 (savehist-minibuffer-hook): Special case for when
7726 minibuffer-history-variable is equal to t.
7727
7728 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * files.el (write-file): Refresh VC status.
7731
7732 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7733 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7734 than fundamental-mode to see if the mode was set.
7735
7736 2005-11-14 Romain Francoise <romain@orebokech.com>
7737
7738 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7739 dummy function in `eval-when-compile' to avoid compiler warning.
7740 Require `man' at compile time.
7741
7742 2005-11-14 Jay Belanger <belanger@truman.edu>
7743
7744 * calc-alg.el (calcFunc-write-out-power): Rename it to
7745 calcFunc-powerexpand.
7746 (math-write-out-power): Rename it to math-powerexpand; have it
7747 handle negative exponents.
7748 (calc-writeoutpower): Rename it to calc-powerexpand.
7749
7750 * calc-ext.el: Change calcFunc-writeoutpower and
7751 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7752 autoloads.
7753 Add calcFunc-ldiv to autoloads.
7754
7755 * calc-arith.el (calcFunc-ldiv): New function.
7756
7757 * calc.el (calc-left-divide): New function.
7758
7759 2005-11-14 Juri Linkov <juri@jurta.org>
7760
7761 * cus-edit.el (custom-variable-prompt): Set the default value arg
7762 of completing-read.
7763
7764 * cus-dep.el (custom-make-dependencies): Reverse the list of
7765 found dependencies.
7766
7767 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7770 Highlighting" entry, it is on by default now.
7771 (menu-bar-options-save): Do not save global-font-lock-mode.
7772
7773 2005-11-13 Richard M. Stallman <rms@gnu.org>
7774
7775 * textmodes/flyspell.el (flyspell-large-region):
7776 Call flyspell-accept-buffer-local-defs.
7777
7778 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7779
7780 * textmodes/flyspell.el (flyspell-notify-misspell):
7781 Fix misspelling of "Misspelling".
7782 (flyspell-process-localwords): New function.
7783 (flyspell-large-region): Call flyspell-process-localwords and
7784 flyspell-delete-region-overlays.
7785 (flyspell-delete-region-overlays): New function.
7786 (flyspell-delete-all-overlays): Call that.
7787
7788 2005-11-13 Richard M. Stallman <rms@gnu.org>
7789
7790 * help.el (help-for-help-internal): Improve doc of C-h a.
7791 (describe-key): Improve prompt; doc fix.
7792
7793 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * vc-svn.el (vc-svn-registered): Catch all errors.
7796
7797 * cus-dep.el (custom-make-dependencies): Typo.
7798
7799 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * net/tramp-util.el (top): Fix compilation warning.
7802
7803 2005-11-13 Kim F. Storm <storm@cua.dk>
7804
7805 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7806
7807 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7808
7809 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7810 (gud-speedbar-buttons): Match on "const char *" too.
7811
7812 * progmodes/gdb-ui.el (gdb-var-create-handler)
7813 (gdb-var-list-children-handler): Match on "const char *" too.
7814 (gdb-var-evaluate-expression-handler): Match on empty string.
7815 (gdb-var-update-handler): Only call
7816 gdb-var-evaluate-expression-handler when required.
7817
7818 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7819
7820 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7821 selected window. This still doesn't work for speedbar.
7822 (gud-speedbar-buttons): Handle string expressions properly.
7823
7824 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7825 (gdb-var-create-handler): Handle string expressions properly.
7826 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7827 Handle string expressions properly. Move "type" field into regexp.
7828
7829 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7830
7831 * bookmark.el (bookmark-maybe-message): New function to reduce
7832 code duplication: invokes `message' iff baud-rate is high enough.
7833 (bookmark-write-file): Use above instead of an inline conditional.
7834 (bookmark-load): Same.
7835
7836 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7837
7838 * bookmark.el (bookmark-write-file): Don't visit the destination
7839 file, just write the data to it using write-region. This is
7840 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7841 change to avoid visiting the file in the first place.
7842
7843 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7844
7845 * hi-lock.el (hi-lock-mode): Set the default value of
7846 font-lock-defaults.
7847
7848 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7851 arg to `file-attributes'.
7852 (find-lisp-format): The UID and GID can now be strings.
7853
7854 2005-11-12 Kim F. Storm <storm@cua.dk>
7855
7856 * help.el (help-map): Bind C-h d to apropos-documentation.
7857
7858 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7859 when point is at end-of-buffer.
7860
7861 * apropos.el (apropos-match-face): Doc fix.
7862 (apropos-sort-by-scores): Add new choice `verbose'.
7863 (apropos-documentation-sort-by-scores): New defcustom.
7864 (apropos-pattern): Now contains the pattern entered by the user.
7865 (apropos-pattern-quoted): New defvar.
7866 (apropos-regexp): New defvar, containing the regexp corresponding
7867 to apropos-pattern.
7868 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7869 (apropos-read-pattern): New defun. Use it to read pattern arg in
7870 interactive calls; returns list of words for a word list, and
7871 string for a regexp.
7872 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7873 parses a list of words or regexp as returned by apropos-read-pattern.
7874 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7875 (apropos-score-doc): Return a very high score if the string
7876 entered by the user matches literally.
7877 (apropos-variable): Doc fix. Use apropos-read-pattern.
7878 (apropos-command): Doc fix. Use apropos-read-pattern and
7879 apropos-parse-pattern. Call apropos-print with nosubst=t.
7880 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7881 apropos-parse-pattern.
7882 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7883 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7884 apropos-documentation-sort-by-scores. Call apropos-print with
7885 nosubst=t.
7886 (apropos-documentation-internal): Pass doc string through
7887 substitute-key-definition before adding text properties.
7888 Highlight substring matching literal user input if possible.
7889 (apropos-documentation-check-doc-file): Remove locals beg and end.
7890 Fix calculation of score (as added twice). Pass doc string through
7891 substitute-key-definition before adding text properties.
7892 (apropos-documentation-check-elc-file): Pass doc string through
7893 substitute-key-definition before adding text properties.
7894 Highlight substring matching literal user input if possible.
7895 (apropos-print): Add new arg NOSUBST; if set, command and variable
7896 doc strings have already been passed through substitute-key-definition.
7897 Add code to handle apropos-accumulator items without score element
7898 for backwards compatibility (e.g. with woman package).
7899 Only show scores if apropos-sort-by-scores is `verbose'.
7900
7901 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7904 Add jka-compr-load-suffixes to load-suffixes.
7905
7906 * jka-compr.el: Require jka-cmpr-hook.
7907 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7908 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7909 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7910 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7911 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7912 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7913 (jka-compr-uninstall): Remove entries from
7914 jka-compr-added-to-file-coding-system-alist after they are used.
7915 (jka-compr-error): Remove unused var `curbuf'.
7916 (jka-compr-file-local-copy): Remove unused var `notfound'.
7917
7918 2005-11-10 Romain Francoise <romain@orebokech.com>
7919
7920 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7921
7922 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7923
7924 * progmodes/gud.el (gud-menu-map): Move parentheses.
7925 (gdb): New command gud-pv.
7926
7927 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * tar-mode.el: Remove spurious or unnecessary leading stars
7930 in docstrings.
7931 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7932 (tar-parse-octal-integer-safe): Use mapc.
7933 (tar-header-block-summarize): Remove unused var `ck'.
7934 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7935 cleared before. Obey default-enable-multibyte-characters.
7936 Use mapconcat. Simplify setting of tar-header-offset.
7937 (tar-mode-map): Move initialization inside delcaration.
7938 (tar-flag-deleted): Use `abs'.
7939 (tar-expunge-internal): Remove unused var `line'.
7940 (tar-expunge-internal): Don't hardcode point-min==1.
7941 (tar-expunge): Widen while doing set-buffer-multibyte.
7942 (tar-rename-entry): Use file-name-coding-system.
7943 (tar-alter-one-field): Don't hardcode point-min==1.
7944 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7945 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7946
7947 2005-11-10 Masatake YAMATO <jet@gyve.org>
7948
7949 * add-log.el (add-log-current-defun): Handle class::method
7950 notation of c++. Fix incorrect comment.
7951
7952 2005-11-10 Alan Mackenzie <acm@muc.de>
7953
7954 * help-fns.el (describe-variable): Make C-h v work when a variable
7955 has variable documentation yet is unbound.
7956
7957 2005-11-10 Masatake YAMATO <jet@gyve.org>
7958
7959 * man.el (Man-highlight-references): Set an empty
7960 string to `Man-arguments' if it is nil.
7961 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7962
7963 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7966 commenting conventions.
7967
7968 * cus-dep.el (custom-make-dependencies): Simplify.
7969 Better follow the commenting conventions.
7970
7971 2005-11-09 Richard M. Stallman <rms@gnu.org>
7972
7973 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7974 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7975 All uses changed.
7976 (apropos-rewrite-regexp): Doc fix.
7977 (apropos-variable, apropos-command, apropos, apropos-value):
7978 Change prompt; carry through the argument renaming.
7979
7980 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * find-lisp.el: Require dired.
7983 (find-lisp-find-dired-internal): Do not call
7984 `abbreviate-file-name' on DIR.
7985
7986 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7987
7988 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7989
7990 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7993 when using the speedbar.
7994 (gdb): New command gud-pp.
7995 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7996
7997 2005-11-09 Juri Linkov <juri@jurta.org>
7998
7999 * replace.el (occur-excluded-properties): New defcustom.
8000 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8001
8002 2005-11-08 Jay Belanger <belanger@truman.edu>
8003
8004 * calc/calc-units.el (math-convert-units): Replace any composite
8005 unit by its definition.
8006
8007 2005-11-08 Lars Hansen <larsh@soem.dk>
8008
8009 * emacs-lisp/autoload.el (update-directory-autoloads):
8010 Add obsolete function alias.
8011
8012 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8015 comment-indent-function.
8016 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8017
8018 * reveal.el (reveal-post-command): Rework the handling of
8019 reveal-open-spots, so as to be more reliable. There were several
8020 tricky corner cases where an open spot might be lost, or where
8021 a closed spot might end up on the list of open spots.
8022 Only reveal text that's ellipsised.
8023
8024 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8025
8026 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8027
8028 2005-11-07 John Paul Wallington <jpw@gnu.org>
8029
8030 * ibuffer.el (ibuffer): Search iconified frames too when
8031 getting Ibuffer buffer's window.
8032
8033 2005-11-06 Richard M. Stallman <rms@gnu.org>
8034
8035 * progmodes/compile.el (compilation-internal-error-properties):
8036 save-excursion around the computation of MARKER.
8037
8038 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8039
8040 * textmodes/flyspell.el (flyspell-external-point-words):
8041 flyspell-get-word returns a list, not just a string.
8042
8043 2005-11-06 John Paul Wallington <jpw@pobox.com>
8044
8045 * ibuffer.el (ibuffer): Search all visible frames when getting
8046 Ibuffer buffer's window.
8047
8048 2005-11-07 Masatake YAMATO <jet@gyve.org>
8049
8050 * man.el (Man-reference-regexp): Accept spaces between
8051 `Man-name-regexp' and `Man-section-regexp'.
8052 (Man-apropos-regexp): New variable.
8053 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8054 if available.
8055 (Man-highlight-references, Man-highlight-references0):
8056 Handle the case when `Man-arguments' includes "-k".
8057 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8058 `TARGET'. `TARGET' can be a number, function or nil.
8059
8060 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8061
8062 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8063 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8064 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8065 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8066 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8067 (gdb-send-item): Use buffer-local-value and simplify.
8068
8069 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8070
8071 * startup.el (command-line): Use `custom-reevaluate-setting' for
8072 `global-font-lock-mode'.
8073
8074 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8075 by default, except in batch mode or when the -D option is given.
8076
8077 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8078 specified keyword args on to `define-minor-mode'. Update docstring.
8079
8080 2005-11-05 Romain Francoise <romain@orebokech.com>
8081
8082 * replace.el (occur-engine): Add marker at end of line, too.
8083
8084 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8085
8086 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8087 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8088 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8089 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8090 argument to all these routines, so the passphrase can be managed
8091 externally and passed in to the system.
8092 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8093 pgg-add-passphrase-to-cache function.
8094
8095 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8096 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8097 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8098 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8099 argument to all these routines, so the passphrase can be managed
8100 externally and passed in to the system.
8101 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8102 function.
8103
8104 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 * font-lock.el: Don't deal with font-lock-face-attributes here,
8107 move the code ...
8108
8109 * startup.el (command-line): ... here. Use face-spec-set instead
8110 of custom-declare-face.
8111
8112 * faces.el (face-spec-set): Reset the face if spec is not nil.
8113
8114 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * newcomment.el (comment-region-internal): Box more tightly in the
8117 common case where there's no TAB in the boxed text.
8118
8119 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8120
8121 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8122 up-node.
8123
8124 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8125
8126 * newsticker.el: Commentary updated. Code formatting changed.
8127 (newsticker-version): Change to "1.9".
8128 (newsticker, newsticker-feed): Doc fix.
8129 (newsticker-url-list): Doc fix. Add option "Weekly".
8130 (newsticker-retrieval-interval): Add option "Weekly".
8131 (newsticker-headline-processing): Doc fix.
8132 (newsticker-auto-mark-filter): Remove.
8133 (newsticker-auto-mark-filter-list): New.
8134 (newsticker-layout, newsticker-sort-method): Doc fix.
8135 (newsticker-hide-old-items-in-newsticker-buffer)
8136 (newsticker-heading-format, newsticker-item-format)
8137 (newsticker-desc-format): Doc fix.
8138 (newsticker-show-all-rss-elements): Remove.
8139 (newsticker-show-all-news-elements): New.
8140 (newsticker-faces, newsticker-ticker): Doc fix.
8141 (remove-from-invisibility-spec): Code formatting.
8142 (newsticker--process-ids): New.
8143 (newsticker-mode): Doc fix.
8144 (newsticker-mode): Change mode-line-format.
8145 (newsticker-start): Remove debug output.
8146 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8147 (newsticker-w3m-show-inline-images): Code formatting.
8148 (newsticker-next-item): Call `force-mode-line-update'.
8149 (newsticker-previous-item): Call `force-mode-line-update'.
8150 (newsticker-next-feed): Call `force-mode-line-update'.
8151 (newsticker-previous-feed): Call `force-mode-line-update'.
8152 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8153 (newsticker-show-old-items): Do not show descs.
8154 (newsticker-hide-entry): Hide too much.
8155 (newsticker-hide-entry, newsticker-show-entry)
8156 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8157 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8158 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8159 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8160 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8161 (newsticker-get-news): Call `force-mode-line-update'.
8162 Collect process ids.
8163 (newsticker--sentinel): Change coding system handling.
8164 Move image retrieval to new functions newsticker--get-logo-url-*.
8165 Move feed parsing to new functions newsticker--parse-*.
8166 Update list of process ids.
8167 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8168 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8169 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8170 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8171 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8172 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8173 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8174 (newsticker--decode-coding-string): Remove.
8175 (newsticker--decode-numeric-entities): Check input. Format code.
8176 (newsticker--remove-whitespace): Check input.
8177 (newsticker--do-forget-preformatted): Doc fix.
8178 (newsticker--decode-rfc822-date): Allow for missing time.
8179 (newsticker--update-process-ids): New.
8180 (newsticker--image-sentinel): Change comment.
8181 (newsticker--image-read): Change error message.
8182 (newsticker--imenu-goto): Doc fix. Show headline title.
8183 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8184 (newsticker--buffer-do-insert-text): Clean whitespace in
8185 html-rendered headline title. Code formatting.
8186 Call `newsticker--buffer-print-extra-elements'.
8187 (newsticker--buffer-print-extra-element): Remove.
8188 (newsticker--buffer-print-extra-elements): New.
8189 (newsticker--buffer-do-print-extra-element): New.
8190 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8191 large sizes.
8192 (newsticker--run-auto-mark-filter)
8193 (newsticker--do-run-auto-mark-filter):
8194 Use `newsticker-auto-mark-filter-list'.
8195
8196 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8197
8198 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8199 (rcirc-print): Force redisplay before running hooks. Do long
8200 buffer truncation after making new text read-only. Deal with nil
8201 text when decoding strings. If TARGET is nil, use either the
8202 currently selected buffer, if it is an rcirc buffer and of the
8203 same process or the process buffer.
8204 (rcirc-mode): Remove header-line. Recompute short buffer names.
8205 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8206 (rcirc-short-buffer-name): Add variable.
8207 (rcirc-kill-buffer-hook): Recompute short buffer names.
8208 Remove nick from private channel.
8209 (rcirc-send-input): Send command text to current-buffer.
8210 Don't clear overlay arrow here.
8211 (rcirc-short-buffer-name): Return a short buffer name.
8212 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8213 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8214 buffer-name abbreviations.
8215 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8216 Do not touch nick-table when killing a parted channel.
8217 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8218 Clear arrow from current buffer if it is now hidden.
8219 (rcirc-current-buffer): Add variable.
8220 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8221 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8222 Remove -face from names.
8223 (rcirc-update-activity-string): Print "DND" when globally ignoring
8224 activity.
8225 (rcirc-ignore-buffer-activity-flag): Rename from
8226 rcirc-ignore-channel-activity.
8227 (rcirc-ignore-all-activity-flag): Doc fix.
8228 (rcirc-channels): Remove variable.
8229 (rcirc-kill-buffer-hook):
8230 (rcirc-get-buffer-create): Add nick to private channel.
8231 (rcirc-multiline-edit-submit): Remove tabs.
8232 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8233 folded.
8234 (rcirc-remove-nick-channel): Bug fix.
8235 (rcirc-toggle-ignore-buffer-activity): Rename from
8236 rcirc-toggle-ignore-channel-activity.
8237 (rcirc-record-activity): Add buffers to the front of the list.
8238 (rcirc-update-activity): Remove killed buffers from list.
8239 (rcirc-process-server-response-1): Remove last argument if it is
8240 null before calling handler.
8241 (rcirc): Add "rcirc" defcustom prefix.
8242 (rcirc-prompt): Simplify default prompt.
8243 Use custom-initialize-default.
8244 (rcirc-private-chats): Remove variable.
8245 (rcirc-prompt): Change initialization.
8246 (rcirc-version): Remove function.
8247 (rcirc-id-string): Add constant.
8248 (rcirc-last-buffer): Remove variable.
8249 (rcirc-buffer-alist): Add variable.
8250 (rcirc-connect): Update variable setup.
8251 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8252 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8253 default.
8254 (rcirc-handler-generic): Trigger activity.
8255 (rcirc-send-message): Create the buffor of the target.
8256 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8257 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8258 (rcirc-multiline-edit-cancel): Remove function.
8259 (rcirc-set-last-buffer): Remove function.
8260 (rcirc-get-any-buffer): Add function.
8261 (rcirc-join-channels): Don't print /join text.
8262 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8263 messages.
8264 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8265 (rcirc-handler-NOTICE): Recognize CTCP responses.
8266 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8267 constructing TOPIC string for buffers we are not JOINed.
8268 (rcirc-handler-CTCP-response): Add handler.
8269 (rcirc-multiline-edit-submit): Restore the window-configuration
8270 before adjusting point.
8271 (rcirc): Add customization group.
8272 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8273 (rcirc-user-full-name, rcirc-startup-channels-alist)
8274 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8275 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8276 (rcirc-input-ring-size, rcirc-read-only-flag)
8277 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8278 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8279 Change defvar to defcustom.
8280 (rcirc-update-prompt): Add optional ALL arg, which will update
8281 prompts in all rcirc buffers. Regexp quote replacement text.
8282 (rcirc-fill-column): Accept frame-width as a value.
8283 (rcirc-set-changed): Add function.
8284 (rcirc-next-active-buffer): Write more meaningful messages.
8285 (rcirc-faces): Add customization group.
8286 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8287 (rcirc-nick-in-message-face, rcirc-prompt-face)
8288 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8289 (with-rcirc-process-buffer): Move before first usage.
8290 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8291 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8292 (rcirc-debug): Rename from `rcirc-log'.
8293 (rcirc-format-response-string): Do not print `-' chars for a
8294 NOTICE with no sender. Simplify output of server responses.
8295
8296 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8297
8298 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8299 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8300 Make urls mouse and RET clickable.
8301
8302 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8303
8304 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8305
8306 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8307
8308 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8309 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8310 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8311 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8312 argument to all these routines, so the passphrase can be managed
8313 externally and passed in to the system.
8314 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8315 pgg-add-passphrase-to-cache function.
8316
8317 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8318 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8319 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8320 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8321 argument to all these routines, so the passphrase can be managed
8322 externally and passed in to the system.
8323 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8324 function.
8325
8326 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8327
8328 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8329 from goto-address-url-regexp.
8330
8331 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8332
8333 * textmodes/org.el (org-read-date, org-goto-calendar)
8334 (org-recenter-calendar, org-agenda-goto-calendar):
8335 Temporarily clear `calendar-move-hook'.
8336
8337 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8338
8339 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8340 merging.
8341
8342 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8343 have merge clashes.
8344
8345 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8346
8347 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8348 Undo previous change.
8349
8350 * startup.el (command-line): Use `custom-reevaluate-setting' for
8351 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8352 tty-register-default-colors on Mac.
8353
8354 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8355
8356 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8357 (gdb-buffer-type): Make it automatically buffer local...
8358 (gdb-get-create-buffer): ...and set it accordingly.
8359 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8360 actually work.
8361
8362 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8363
8364 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8365 not red.
8366
8367 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8368
8369 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8370 case GUD buffer is not visible.
8371 (gdb-goto-breakpoint): Try to force display in source buffer.
8372 (gdb-frame-gdb-buffer): Copy other similar functions.
8373 (gdb-restore-windows): Don't display source if not asked for.
8374 (gdb-assembler-buffer-name): Don't capitalise.
8375
8376 2005-11-03 Richard M. Stallman <rms@gnu.org>
8377
8378 * wid-edit.el (key-sequence): New widget type.
8379
8380 * simple.el (set-mark-command-repeat-pop): New variable.
8381 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8382 if set-mark-command-repeat-pop is true.
8383
8384 * info.el (Info-fontify-node): Don't display extra "see" if there
8385 already is one here.
8386
8387 * mouse.el: Fix special handling of DEL after dragging a region:
8388 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8389 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8390
8391 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8392
8393 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8394 not to assume it pertains to an affix.
8395
8396 * textmodes/flyspell.el (flyspell-post-command-hook):
8397 Bind deactivate-mark to prevent deactivation.
8398
8399 2005-11-03 Lars Hansen <larsh@soem.dk>
8400
8401 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8402 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8403 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8404
8405 2005-11-03 Romain Francoise <romain@orebokech.com>
8406
8407 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8408 Update copyright years.
8409
8410 2005-11-03 Sam Steingold <sds@gnu.org>
8411
8412 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8413 Use system-type instead of window-system because window-system is not
8414 correctly defined during loadup.
8415
8416 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8417
8418 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8419 (xml-parse-tag): Join strings separated by a comment properly.
8420
8421 2005-11-02 Andreas Schwab <schwab@suse.de>
8422
8423 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8424
8425 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8428 (byte-optimize-pure-func): Quote the eval'd value.
8429
8430 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8431 Rename from perl-font-lock-syntactic-face-function.
8432 Change the calling convention so it can be used as a font-lock MATCHER.
8433 Do the parse-partial-sexp loop outselves.
8434 (perl-font-lock-syntactic-keywords): Use it.
8435 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8436
8437 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8438
8439 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8440 disassembly buffer too.
8441 (gdb-exited): Remove overlay arrows when execution has finished.
8442 (gdb-info-frames-custom, gdb-info-threads-custom)
8443 (gdb-info-registers-custom): Don't add inappropriate text
8444 properties if inferior is not active.
8445
8446 2005-11-02 Glenn Morris <rgm@gnu.org>
8447
8448 * progmodes/fortran.el (fortran-blink-match):
8449 Use `blink-matching-delay'.
8450
8451 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8452
8453 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8454
8455 2005-11-02 Lars Hansen <larsh@soem.dk>
8456
8457 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8458 "Permission denied".
8459
8460 2005-11-01 Richard M. Stallman <rms@gnu.org>
8461
8462 * textmodes/flyspell.el (flyspell-external-point-words):
8463 Pass nil to flyspell-get-word.
8464
8465 2005-11-02 Kim F. Storm <storm@cua.dk>
8466
8467 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8468 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8469
8470 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8473 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8474 (calendar-mouse-print-dates): Add optional `event' argument.
8475 Update interactive-spec.
8476 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8477 Use `calendar-event-to-date' instead of `event'.
8478
8479 2005-11-02 Masatake YAMATO <jet@gyve.org>
8480
8481 * progmodes/ld-script.el (ld-script-builtins):
8482 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8483 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8484 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8485
8486 2005-11-01 Romain Francoise <romain@orebokech.com>
8487
8488 * vc-sccs.el: Update copyright year.
8489 * ezimage.el: Likewise.
8490
8491 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8492
8493 * info.el (Info-fontify-node): Use `string-width' for fontifying
8494 underlined titles.
8495
8496 2005-11-01 Juri Linkov <juri@jurta.org>
8497
8498 * info.el (Info-fontify-node): Downcase node header keywords Node,
8499 Prev, Next, Up before comparison.
8500 (Info-history): Insert absolute directory name, and put invisible
8501 property on it.
8502
8503 2005-11-01 Juri Linkov <juri@jurta.org>
8504
8505 * info.el (Info-file-supports-index-cookies): New variable.
8506 (Info-find-node-2): Check makeinfo version for index cookie support.
8507 (Info-index-nodes): Search for nodes with index cookies only when
8508 Info-file-supports-index-cookies is t. Otherwise, search nodes
8509 with "Index" in the node name.
8510 (Info-index-node): Search index cookie in the current node only when
8511 Info-file-supports-index-cookies is t. Otherwise, check the word
8512 "Index" in the node name.
8513 (Info-find-emacs-command-nodes): Remove code that searches nodes
8514 with "Index" node name in the top menu.
8515
8516 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * progmodes/scheme.el (scheme-mode-variables): Use the default
8519 comment-indent-function.
8520
8521 * faces.el (face-attribute): Handle the case where a face inherits from
8522 a non-existent face.
8523
8524 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8525 for octal and hexa output, and merge the char into the paren.
8526 (kill-new): Use push.
8527 (copy-to-buffer): Use with-current-buffer.
8528 (completion-setup-function): Move code in loop to remove redundancy.
8529 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8530 those inherited from minibuffer-local-completion-map.
8531
8532 * savehist.el (savehist-mode) <defcustom>:
8533 Use custom-set-minor-mode if available.
8534 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8535 and emit a message if applicable.
8536
8537 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8538
8539 * savehist.el: Sync up to version 19.
8540 (savehist-mode): New minor mode.
8541 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8542 (savehist-length): Remove (use history-length instead).
8543 (savehist-file-modes): Rename from savehist-modes.
8544 (savehist-save-hook, savehist-loaded): New vars.
8545 (savehist-load): Use savehist-mode. Try to smooth up transition from
8546 old format to new format.
8547 (savehist-install): Allow savehist-autosave-interval to be nil.
8548 (savehist-save): Run the new hook. Be more careful to only trim the
8549 history variables.
8550 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8551 (savehist-printable): Print into a buffer rather than char-by-char.
8552
8553 2005-11-01 John Wiegley <johnw@newartisans.com>
8554
8555 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8556 toggle-ignore keybinding (C-a). The author said it had been
8557 disabled much earlier due to a possible incompatibility, but after
8558 many months of usage I have encountered no problems (and it is a
8559 rather useful option, especially for switching to " *temp*").
8560
8561 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8562 support for OS/X's AddressBook, by calling out to the open source
8563 program "contacts" (installable through Fink).
8564
8565 * net/eudc.el (eudc-expand-inline): If the
8566 `eudc-multiple-match-handling-method' is set to `all', delete the
8567 query string before inserting the query result.
8568
8569 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8570 flag, to prevent Eshell from using the system ls when
8571 `eshell-ls-insert-directory' is in used.
8572 (eshell-ls-insert-directory): Disable font-lock in directory
8573 buffer so that Eshell's own fontification is seen. This broke
8574 recently due to changes in font-lock, so this goes back to version
8575 21 behavior.
8576
8577 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8578
8579 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8580 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8581 (gdb-many-windows): Doc fix.
8582
8583 2005-10-31 Romain Francoise <romain@orebokech.com>
8584
8585 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8586
8587 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8588
8589 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8590 that global-font-lock-mode can be enabled by default.
8591
8592 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8593 (font-lock-add-keywords, font-lock-remove-keywords)
8594 (font-lock-fontify-buffer): Remove autoload cookies.
8595
8596 * jit-lock.el (jit-lock-register): Likewise.
8597
8598 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8599
8600 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8601
8602 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8603 intact if there is no gud-comint-buffer.
8604
8605 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8608 old prompt comint-prompt-read-only is t and GDB commands are
8609 issued from tool bar etc.
8610
8611 2005-10-31 Masatake YAMATO <jet@gyve.org>
8612
8613 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8614
8615 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8618 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8619
8620 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8621
8622 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8623 starting at beginning of line. Fontification is messed up when
8624 `open-paren-in-column-0-is-defun-start' set to t.
8625 Reported by John Paul Wallington <jpw@pobox.com>.
8626
8627 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * comint.el (comint-send-input): Call `comint-update-fence' when
8630 `comint-process-echoes' and `comint-prompt-read-only' are both
8631 non-nil, to avoid leftover read-only newline.
8632
8633 2005-10-30 Richard M. Stallman <rms@gnu.org>
8634
8635 * textmodes/flyspell.el (flyspell-external-point-words):
8636 Detect when WORD can't be checked properly because
8637 flyspell-get-word finds just part of it, and move on.
8638
8639 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8640 boundarychar for Polish.
8641 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8642 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8643
8644 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8645
8646 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8647 (gdb-registers-font-lock-keywords): Delete.
8648 (gdb-registers-mode): Don't fontify.
8649 (gdb-info-registers-custom): Use text properties instead as, in
8650 future, changed register values will use font-lock-warning-face.
8651 (gdb-local-font-lock-keywords): Rename to...
8652 (gdb-locals-font-lock-keywords): ...for consistency.
8653
8654 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8655
8656 * vc.el (vc-switch-backend): Better error message if the buffer is
8657 not visiting a file under version control.
8658
8659 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8660
8661 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8664 ~/.emacs.d/.emacs.
8665
8666 2005-10-29 Richard M. Stallman <rms@gnu.org>
8667
8668 * replace.el (occur-mode-mouse-goto): Always go to other window.
8669 (occur-mode-goto-occurrence): Always switch in same window.
8670
8671 * simple.el (undo): Display message at end, not at start.
8672
8673 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8674 New arg REUSE-CELL.
8675 (cancel-timer-internal): New function.
8676 (timer-event-handler): Use cancel-timer-internal,
8677 and pass the cell it returns to timer-activate...
8678
8679 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8680 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8681 (jit-lock-after-change): Test memory-full.
8682
8683 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8684
8685 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8686 part of the decoded armor to find the key-identifier.
8687 (pgg-gpg-lookup-key-owner): New function to return the
8688 human-readable identifier of a key owner.
8689 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8690 key itself.
8691 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8692 the key value) if we have a key and can match it against a secret
8693 key. Also, added a note pointing out fact that the prompt only
8694 indicates the first matching key.
8695
8696 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8697 pgg-decrypt-region.
8698 (pgg-pending-timers): A new hash for tracking the passphrase cache
8699 timers, so that new ones supercede old ones.
8700 (pgg-add-passphrase-to-cache): Rename from
8701 `pgg-add-passphrase-cache' to reduce confusion (all callers
8702 changed). Modified to cancel old timers when new ones are added.
8703 (pgg-remove-passphrase-from-cache): Rename from
8704 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8705 changed). Modified to cancel old timers when their keys are
8706 removed from the cache.
8707 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8708 XEmacs, an indirection to delete-itimer.
8709 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8710 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8711 users can only check cache without risk of prompting. Correct bug in
8712 notruncate behavior.
8713 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8714 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8715 Add informative docstrings.
8716 (pgg-decrypt): Convey provided passphrase in subordinate call to
8717 pgg-decrypt-region.
8718
8719 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8720 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8721 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8722 `passphrase' argument, so the passphrase can be managed externally
8723 and then passed in to the system.
8724
8725 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8726 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8727 so the passphrase cache can be used reliably with identifiers
8728 besides a pgp packet's key id.
8729
8730 * pgg-gpg.el (pgg-pgp-encrypt-region)
8731 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8732 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8733 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8734 argument to all these routines, so the passphrase can be managed
8735 externally and passed in to the system.
8736
8737 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8738 `notruncate' argument, so the passphrase cache can be used
8739 reliably with identifiers besides a pgp packet's key id.
8740
8741 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8742
8743 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8744 symmetric encryption.
8745 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8746 encrypted session key.
8747 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8748 message ask for the passphrase in a proper way.
8749
8750 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8751 New user commands for symmetric encryption.
8752
8753 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8754
8755 * textmodes/conf-mode.el (conf-assignment-sign)
8756 (conf-assignment-regexp): Fix docstrings.
8757 (conf-mode-initialize): New function.
8758 (conf-mode): Remove optional args. Use delay-mode-hooks to
8759 recognize recursive calls.
8760 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8761 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8762 (conf-xdefaults-mode): Use define-derived-mode and
8763 conf-mode-initialize.
8764
8765 2005-10-29 Romain Francoise <romain@orebokech.com>
8766
8767 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8768
8769 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8770
8771 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8772 part of the decoded armor to find the key-identifier.
8773 (pgg-gpg-lookup-key-owner): New function to return the
8774 human-readable identifier of a key owner.
8775 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8776 key itself.
8777 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8778 the key value) if we have a key and can match it against a secret
8779 key. Also, added a note pointing out fact that the prompt only
8780 indicates the first matching key.
8781
8782 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8783 pgg-decrypt-region.
8784 (pgg-pending-timers): A new hash for tracking the passphrase cache
8785 timers, so that new ones supercede old ones.
8786 (pgg-add-passphrase-to-cache): Rename from
8787 `pgg-add-passphrase-cache' to reduce confusion (all callers
8788 changed). Modified to cancel old timers when new ones are added.
8789 (pgg-remove-passphrase-from-cache): Rename from
8790 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8791 changed). Modified to cancel old timers when their keys are
8792 removed from the cache.
8793 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8794 XEmacs, an indirection to delete-itimer.
8795 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8796 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8797 users can only check cache without risk of prompting. Correct bug in
8798 notruncate behavior.
8799 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8800 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8801 Add informative docstrings.
8802 (pgg-decrypt): Convey provided passphrase in subordinate call to
8803 pgg-decrypt-region.
8804
8805 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8806
8807 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8808 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8809 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8810 `passphrase' argument, so the passphrase can be managed externally
8811 and then passed in to the system.
8812
8813 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8814 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8815 so the passphrase cache can be used reliably with identifiers
8816 besides a pgp packet's key id.
8817
8818 * pgg-gpg.el (pgg-pgp-encrypt-region)
8819 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8820 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8821 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8822 argument to all these routines, so the passphrase can be managed
8823 externally and passed in to the system.
8824
8825 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8826 `notruncate' argument, so the passphrase cache can be used
8827 reliably with identifiers besides a pgp packet's key id.
8828
8829 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8830
8831 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8832 symmetric encryption.
8833 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8834 encrypted session key.
8835 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8836 message ask for the passphrase in a proper way.
8837
8838 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8839 New user commands for symmetric encryption.
8840
8841 2005-10-28 Bill Wohler <wohler@newt.com>
8842
8843 * help-mode.el (help-url): New button type. Calls browse-url.
8844 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8845 Similar to Info nodes: URL `url'.
8846 (help-make-xrefs): Create help-url buttons for
8847 help-xref-url-regexp matches.
8848
8849 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8850
8851 * tool-bar.el (tool-bar-add-item-from-menu)
8852 (tool-bar-local-item-from-menu): Fix doc strings.
8853
8854 2005-10-28 Romain Francoise <romain@orebokech.com>
8855
8856 * ldefs-boot.el: Update.
8857
8858 * subr.el (locate-library): Move from help-fns.el.
8859 * help-fns.el (locate-library): Move to subr.el.
8860
8861 2005-10-28 Richard M. Stallman <rms@gnu.org>
8862
8863 * net/tramp.el (tramp-completion-mode): defvar moved up.
8864
8865 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8866
8867 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8868
8869 * files.el (find-file-noselect): Use %d to format large file size.
8870
8871 * bindings.el (mode-line-format): Add %e.
8872
8873 * loadup.el ("facemenu"): Load unconditionally.
8874 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8875 ("x-dnd"): Load, when appropriate.
8876
8877 * startup.el (command-line): Call before-init-hook earlier.
8878 Warn about some bad characters in -u user name.
8879
8880 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8881 (flyspell-external-point-words): Error if misspelled word is not found.
8882 Set flyspell-large-region-beg at end of word.
8883
8884 2005-10-28 Andreas Schwab <schwab@suse.de>
8885
8886 * view.el (View-revert-buffer-scroll-page-forward):
8887 Use view-page-size-default.
8888
8889 2005-10-28 Juri Linkov <juri@jurta.org>
8890
8891 * international/quail.el (quail-get-current-str): Translate last
8892 raw character for deterministic input methods.
8893
8894 2005-10-27 Jay Belanger <belanger@truman.edu>
8895
8896 * calc/calc-ext.el: Add functions to autoloads.
8897 (math-identity-matrix-p, math-ident-row-p): New functions.
8898
8899 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8900 multiplication by an identity matrix; don't turn multiplication by
8901 an inverse matrix into division.
8902 (math-div-symbol-fancy): Replace division by matrices with
8903 multiplication by inverse.
8904
8905 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8906
8907 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8908 (calc-writeoutpower): New functions.
8909
8910 2005-10-27 Romain Francoise <romain@orebokech.com>
8911
8912 * replace.el (occur-engine): Include colon in mouse-face highlight.
8913
8914 * dired-x.el: Change Maintainer field.
8915
8916 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8917
8918 * longlines.el (longlines-mode): Bind after-change-functions to
8919 nil during initial decoding and final encoding.
8920
8921 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8922
8923 * term.el (term-emulate-terminal, term-handle-colors-array)
8924 (term-handle-ansi-escape): Specify the terminfo capabilities
8925 implemented.
8926
8927 2005-10-26 Richard M. Stallman <rms@gnu.org>
8928
8929 * info.el (Info-fontify-node): Fix detection of sentence-break
8930 before *Note.
8931
8932 2005-10-26 Romain Francoise <romain@orebokech.com>
8933
8934 * smerge-mode.el: Add `tools' to file keywords.
8935
8936 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8937
8938 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8939 when the fringe is not available.
8940
8941 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8942 (def-gdb-auto-update-trigger): Simplify construction.
8943 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8944 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8945 defined explicitly.
8946 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8947 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8948 defined explicitly.
8949 (gdb-info-locals-custom): Remove as it's a no-op.
8950
8951 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8952
8953 * longlines.el (longlines-mode): Remove narrowing before
8954 performing the initial decoding or final encoding.
8955
8956 2005-10-25 Romain Francoise <romain@orebokech.com>
8957
8958 * emacs-lisp/find-func.el (find-library-name): Also strip
8959 extension if library name ends in .el, to take advantage of
8960 `find-library-suffixes'.
8961
8962 2005-10-25 Richard M. Stallman <rms@gnu.org>
8963
8964 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8965
8966 2005-10-25 Juri Linkov <juri@jurta.org>
8967
8968 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8969 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8970
8971 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8974 (blackbox-redefine-key): Add argument `map'.
8975
8976 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8977 regions when moving the jit-lock-context-unfontify-pos boundary.
8978
8979 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8980
8981 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8982
8983 2005-10-25 Masatake YAMATO <jet@gyve.org>
8984
8985 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8986
8987 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8988
8989 * play/blackbox.el (blackbox-redefine-key): New function.
8990 (blackbox-mode-map): Use it to remap existing bindings for cursor
8991 motion instead of binding literal keys.
8992
8993 2005-10-25 Glenn Morris <rgm@gnu.org>
8994
8995 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8996 diary does not end in a newline. Do not assume a blank line at
8997 the start of the diary file.
8998
8999 2005-10-25 Kenichi Handa <handa@m17n.org>
9000
9001 * international/quail.el (quail-translate-key): If the input
9002 method is deterministic and failed to handle the last key, restart
9003 the key handling loop from an appropriate key.
9004
9005 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9006
9007 * vc.el (vc-dired-mode): Extend comment for binding of
9008 `directory-listing-before-filename-regexp'.
9009
9010 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * textmodes/texinfo.el (texinfo-mode):
9013 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9014 not to unnecessarily expose emacs-mule's internal char codes.
9015
9016 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9019 Display hand pointer and help-echo on disabled icon too.
9020 (gdb-mouse-until): New function.
9021 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9022
9023 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9026 with 2005-10-23 change to doctor.el.
9027
9028 * finder.el (finder-mode-map): Add follow-link binding.
9029
9030 2005-10-25 Kim F. Storm <storm@cua.dk>
9031
9032 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9033 to gdb-mouse-toggle-breakpoint-fringe.
9034 (gdb-mouse-toggle-breakpoint-margin): Rename from
9035 gdb-mouse-toggle-breakpoint. Fix doc.
9036 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9037 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9038 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9039 string properties also for fringe breakpoint bitmaps.
9040
9041 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9042
9043 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9044
9045 2005-10-25 Masatake YAMATO <jet@gyve.org>
9046
9047 * simple.el (completion-common-substring):
9048 Use `completion-common-substring' prior to `completion-base-size'.
9049
9050 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9051
9052 * savehist.el: Require CL while compiling.
9053 (savehist-history-variables): Remove.
9054 (savehist-save-minibuffer-history, savehist-additional-variables)
9055 (savehist-minibuffer-history-variables): New vars.
9056 (savehist-save): Use them.
9057 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9058 (savehist-install): New fun, extracted from savehist-load.
9059 (savehist-load): Use them.
9060
9061 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9064 a dummy doc-string-elt property.
9065 (defalias, defvaralias, define-category): Add a docstring property.
9066
9067 * image.el (defimage):
9068 * widget.el (define-widget):
9069 * custom.el (defface, defcustom): Add `doc-string' declaration.
9070
9071 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9072 (defadvice): Add `doc-string' declaration.
9073
9074 * emacs-lisp/byte-run.el (macro-declaration-function):
9075 Handle `doc-string' declarations.
9076 (define-obsolete-function-alias, define-obsolete-variable-alias):
9077 Add `doc-string' declaration.
9078
9079 2005-10-24 Kenichi Handa <handa@m17n.org>
9080
9081 * international/utf-7.el (utf-7): Add autoload cookie.
9082
9083 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9084
9085 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9086
9087 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9088 list of directories passed to batch-update-autoloads. Add "." to
9089 the list of the echoed directories.
9090
9091 * pgg-def.el:
9092 * pgg-gpg.el:
9093 * pgg-parse.el:
9094 * pgg-pgp.el:
9095 * pgg-pgp5.el:
9096 * pgg.el: Moved here from the gnus subdirectory.
9097
9098 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9099
9100 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9101 in case comint-prompt-read-only is set to t.
9102
9103 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9104 in case comint-prompt-read-only is set to t.
9105
9106 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9107
9108 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9109 Now a string.
9110 (icalendar-import-format): Handle CLASS, STATUS, URL.
9111 Rename `subject' to `summary'.
9112 (icalendar-import-format-summary): Rename from
9113 `icalendar-import-format-subject'.
9114 (icalendar-import-format-url, icalendar-import-format-status)
9115 (icalendar-import-format-class): New variables.
9116 (icalendar--rris): Take variable argument list.
9117 (icalendar--datestring-to-isodate): Remove unnecessary
9118 calendar-style check when converting dates with explicit month names.
9119 (icalendar-export-region): Change return type of conversion
9120 subroutines. Bury current buffer unless error occurred.
9121 (icalendar--convert-to-ical)
9122 (icalendar--parse-summary-and-rest): New functions.
9123 (icalendar--convert-ordinary-to-ical)
9124 (icalendar--convert-weekly-to-ical)
9125 (icalendar--convert-yearly-to-ical)
9126 (icalendar--convert-block-to-ical)
9127 (icalendar--convert-cyclic-to-ical)
9128 (icalendar--convert-anniversary-to-ical): Change return type.
9129 Strip trailing blanks from subject.
9130 (icalendar--convert-sexp-to-ical): Change return type.
9131 Strip trailing blanks from subject. Handle simple sexp
9132 entries as generated by icalendar.el.
9133 (icalendar--convert-float-to-ical)
9134 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9135 (icalendar-import-file): Doc fix.
9136 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9137 Correct call to icalendar--rris.
9138 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9139 `summary'.
9140 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9141
9142 2005-10-24 Romain Francoise <romain@orebokech.com>
9143
9144 * server.el (server-sentinel): Set query-on-exit flag to nil on
9145 new client processes (it isn't inherited from the server process).
9146
9147 * replace.el (occur-engine): Rearrange text properties.
9148
9149 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9152 case-fold-search is nil.
9153 (debug-help-follow): Use help-xref-interned directly.
9154
9155 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9156
9157 * thumbs.el (thumbs-image-type): Add .pbm.
9158
9159 2005-10-23 Richard M. Stallman <rms@gnu.org>
9160
9161 * faces.el (inhibit-face-set-after-frame-default): New variable.
9162 (set-face-attribute): Bind it.
9163 (face-set-after-frame-default): Test it.
9164
9165 * help-fns.el (describe-simplify-lib-file-name): New function.
9166 (describe-function-1, describe-variable): Use it.
9167
9168 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9169
9170 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9171 Eliminate nil as possible value.
9172 (tooltip-hide-delay): Reduce internal-border-width.
9173
9174 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9175 (menu-bar-file-menu) <new-file>: Likewise.
9176
9177 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9178
9179 * international/mule.el (load-with-code-conversion):
9180 Pass full file name to `eval-buffer' unless preloading.
9181
9182 * textmodes/flyspell.el (flyspell-large-region):
9183 Call ispell-check-version.
9184
9185 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9186 Fix the make-variable-buffer-local call that was supposed
9187 to be for this variable.
9188 (ispell-aspell-supports-utf8): Doc fix.
9189 (ispell-find-aspell-dictionaries): Preserve elements of
9190 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9191 (ispell-aspell-find-dictionary): Return nil on error.
9192
9193 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9194 (doctor-symptoms): Likewise.
9195
9196 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9197
9198 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9201 (custom-raised-buttons): Add :set spec.
9202 (custom-button-unraised, custom-button-pressed-unraised):
9203 New faces, so that custom-raised-buttons actually does something.
9204 (custom-mode): Use custom-button and custom-button-pressed.
9205
9206 * wid-edit.el (widget-specify-button): Don't ignore
9207 widget-mouse-face on graphic terminals.
9208 (widget-move-and-invoke): Cleanup.
9209
9210 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9211
9212 * whitespace.el (whitespace-cleanup): Doc fix.
9213
9214 2005-10-23 Romain Francoise <romain@orebokech.com>
9215
9216 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9217 `eval-after-load' to avoid evaluating their result.
9218
9219 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9220
9221 * files.el (directory-listing-before-filename-regexp):
9222 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9223
9224 * dired.el (dired-move-to-filename-regexp): Remove.
9225 All occurences replaced by `directory-listing-before-filename-regexp'.
9226
9227 * dired-x.el, locate.el, vc.el:
9228 Replace `dired-move-to-filename-regexp' by
9229 `directory-listing-before-filename-regexp'. In vc.el it is
9230 overwritten locally; maybe this can be handled in files.el too.
9231
9232 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9233 replaced by `directory-listing-before-filename-regexp'.
9234
9235 2005-10-23 Andreas Schwab <schwab@suse.de>
9236
9237 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9238 and eval-next-after-load.
9239
9240 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9241
9242 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9243 exist, create it.
9244
9245 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9246
9247 * allout.el: Remove autoloads for mailcrypt and crypt++.
9248 Require pgg, pgg-gpg during compilation.
9249 (allout-version): Increment version number to 2.1, and use a literal
9250 rather than RCS Id.
9251 (allout-default-encryption-scheme): Remove.
9252 (allout-passphrase-verifier-handling)
9253 (allout-passphrase-verifier-string)
9254 (allout-file-passphrase-verifier-string)
9255 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9256 (allout-passphrase-hint-handling): Rename and simplify.
9257 (allout-init): Use `find-file-hook' if available, otherwise
9258 `find-file-hooks'.
9259 (allout-mode): Use `write-file-functions' if available, otherwise
9260 `local-write-file-hooks' and, instead of making auto-save-hook
9261 buffer local, make the write-file-hook activity contingent to
9262 allout-mode.
9263 (allout-mode): Use key-binding substitution in the docstring.
9264 (allout-kill-line): Spell-out kill ring data structure mutation
9265 instead of using byte-compiler-complaint-provoking `pop'.
9266 (allout-insert-listified): Use `insert' rather than `insert-string'
9267 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9268 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9269 (allout-encrypt-string): Totally revamped vis new underlying
9270 encryption facilities.
9271 (allout-mc-activate-passwd): Remove.
9272 (allout-obtain-passphrase): New, more or less replaces
9273 allout-mc-activate-passwd.
9274 (allout-encrypted-key-info): More or less replaces
9275 allout-encrypted-text-type.
9276 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9277 (my-mark-marker): Use `(featurep 'xemacs)'.
9278
9279 2005-10-23 Lars Hansen <larsh@soem.dk>
9280
9281 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9282 (byte-compile-file-form-defmumble, byte-compile-defun)
9283 (byte-compile-defmacro): Use it.
9284 (byte-compile-form): Don't call byte-compile-set-symbol-position
9285 when a byte-compile handler is called.
9286
9287 2005-10-22 Romain Francoise <romain@orebokech.com>
9288
9289 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9290
9291 * subr.el (eval-after-load): Convert library name to an absolute
9292 file name using locate-library, since load-history no longer has
9293 library names in it.
9294
9295 2005-10-22 Richard M. Stallman <rms@gnu.org>
9296
9297 * files.el (make-temp-file): Move from subr.el.
9298 * subr.el (make-temp-file): Move to files.el.
9299
9300 * window.el (get-buffer-window-list): Move from subr.el.
9301 * subr.el (get-buffer-window-list): Move to window.el.
9302
9303 * image.el (image-load-path): Use eval-at-startup to initialize.
9304
9305 * subr.el (eval-at-startup): New macro.
9306
9307 * subr.el: Much rearrangement of functions and division
9308 into pages. No code changes.
9309
9310 2005-10-22 Kenichi Handa <handa@m17n.org>
9311
9312 * tar-mode.el (tar-extract): Be sure to call
9313 find-operation-coding-system if set-auto-coding doesn't find a
9314 coding system.
9315
9316 2005-10-22 Kim F. Storm <storm@cua.dk>
9317
9318 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9319 Change users.
9320 (image-type-file-name-regexps): New defconst.
9321 (image-type-from-data): Simplify loop.
9322 (image-type-from-buffer): New defun.
9323 (image-type-from-file-header): Use it instead of image-type-from-data.
9324 Use image-search-load-path instead of only looking in data-directory.
9325 (image-type-from-file-name): New defun.
9326 (image-search-load-path): Change `pathname' to `filename'.
9327 Make PATH arg optional, default to image-load-path.
9328
9329 2005-10-21 Richard M. Stallman <rms@gnu.org>
9330
9331 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9332
9333 * textmodes/paragraphs.el (sentence-end-base): New variable.
9334 (sentence-end): Use sentence-end-base.
9335
9336 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9339 property independently from the font-lock-multiline variable.
9340
9341 2005-10-21 Richard M. Stallman <rms@gnu.org>
9342
9343 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9344
9345 * startup.el (command-line): Convert library names
9346 in `load-history' to absolute file names.
9347
9348 * subr.el (symbol-file): Doc fix.
9349
9350 * loadhist.el (file-loadhist-lookup): Call locate-library
9351 instead of find-library-name. Don't try converting
9352 abs file names to library names, since load-history no longer
9353 has library names in it.
9354 (file-dependents, file-provides, file-requires): Doc fixes.
9355
9356 2005-10-21 Juri Linkov <juri@jurta.org>
9357
9358 * progmodes/etags.el (tags-table-mode): New function.
9359 (tags-verify-table): Replace initialize-new-tags-table with
9360 tags-table-mode.
9361
9362 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9363 default value.
9364 (desktop-modes-not-to-save): Add tags-table-mode to the
9365 default value.
9366
9367 * info.el (Info-index-next): Add total number of index
9368 alternatives to the message.
9369
9370 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9371 backward only space (instead of space and period) before looking
9372 at sentence end.
9373
9374 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9375 Add the old variable value as 4th default-value arg of read-string.
9376
9377 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9378
9379 * cus-face.el (custom-declare-face): Make face from X resources
9380 also on Mac.
9381
9382 * disp-table.el (standard-display-g1, standard-display-graphic):
9383 Refuse to use string glyphs also on Mac.
9384 (standard-display-european): Don't set terminal coding system also
9385 on Mac.
9386
9387 * frame.el (display-screens): Use x-display-screens also on Mac.
9388
9389 2005-10-21 Romain Francoise <romain@orebokech.com>
9390
9391 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9392
9393 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9396 and $? into sexps.
9397
9398 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9399 warning face on open-paren-in-column-0.
9400
9401 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9402 boundary case. Fix typo.
9403 Suggested by Martin Rudalics <rudalics@gmx.at>.
9404
9405 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9406
9407 * textmodes/org.el (org-combined-agenda-icalendar-file)
9408 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9409 (org-export-icalendar-this-file)
9410 (org-export-icalendar-all-agenda-files)
9411 (org-export-icalendar-combine-agenda-files): New commands.
9412 (org-export-icalendar, org-print-icalendar-entries)
9413 (org-start-icalendar-file, org-finish-icalendar-file)
9414 (org-ical-ts-to-string): New functions.
9415 (org-read-date, org-goto-calendar)
9416 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9417 call to `calendar'.
9418 (orgtbl-setup): Remove the :keys arguments from the menu description.
9419 (org-after-save-iCalendar-file-hook): New variable.
9420
9421 2005-10-21 Kenichi Handa <handa@m17n.org>
9422
9423 * language/vietnamese.el (tcvn-5712): Make it an alias of
9424 vietnamese-tcvn coding-system.
9425
9426 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9427
9428 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9429 group id is given.
9430
9431 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9434 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9435 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9436 whose line is either continued or ends with a comment.
9437
9438 2005-10-20 Romain Francoise <romain@orebokech.com>
9439
9440 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9441
9442 * replace.el (occur-engine): Add follow-link property.
9443
9444 * font-core.el (font-lock-mode): Doc fix.
9445
9446 2005-10-20 Richard M. Stallman <rms@gnu.org>
9447
9448 * net/rcirc.el: New file.
9449
9450 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9451
9452 * term.el (term-term-name): Initialize to "eterm-color".
9453
9454 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9455
9456 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9457 for encryption functionality.
9458 Move allout customization subgroup from `editing' to `outlines' group.
9459 Fix commentary keywords to legitimate ones.
9460 Update author info (using my current email address, obscurified).
9461 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9462 (allout-encrypted-topic-p, allout-encrypted-text-type)
9463 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9464 (allout-situate-encryption-key-verifier)
9465 (allout-get-encryption-key-verifier, allout-verify-key)
9466 (allout-next-topic-pending-encryption)
9467 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9468 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9469 (outline-key-verifier-handling, outline-key-hint-handling)
9470 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9471 (allout-file-key-verifier-string, allout-encryption-scheme)
9472 (allout-key-verifier-string, allout-key-hint-string)
9473 (allout-after-save-decrypt): New variables.
9474 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9475 (allout-after-saves-handler): New hook functions.
9476 (allout-post-command-business): Do allout-after-save-decrypt.
9477 (allout-enable-file-variable-adjustment): Custom var to enable
9478 mechanism for adding and adjusting settings of Emacs file variables.
9479 (allout-adjust-file-variable, allout-file-vars-section-data):
9480 New functions, implement the mechanism.
9481 (outlineify-sticky): Use the file vars mechanism.
9482 (allout-inhibit-protection, allout-during-write-cue)
9483 (allout-override-protect, allout-before-change-protect): Remove.
9484 (allout-flag-region, allout-open-topic): Adjust read-only text.
9485 (allout-open-line-not-read-only): Add to facilitate read-only
9486 text based protection.
9487 (allout-kill-line): Revise to adjust read-only text, clue the
9488 user about the inhibition.
9489 (allout-unprotected): Use unwind-protect.
9490 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9491 topic deeper than the offspring depth of the previous topic -
9492 avoiding confusing "containment discontinuities".
9493 (allout-reindent-bodies): Fix retention of body relative hanging
9494 indent during promotion of collapsed bodies.
9495 (allout-open-topic): Make it easy to open new topic with same
9496 bullet as current topic - topic creation functions provided with
9497 any universal argument provokes now prompt for bullet, defaulting
9498 to the bullet of the previous topic.
9499 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9500 Plain bullet alternates `.' period and `,' comma only. All other
9501 bullets are relegated to special status (but customizable).
9502 (allout-end-of-entry): Rename from allout-end-of-current-entry
9503 since it actually operates w.r.t. most immediately containing
9504 entry, visible or not.
9505 (allout-hide-current-entry, allout-show-current-entry): Use the
9506 revised version.
9507 (allout-old-expose-topic): Solidify deprecation.
9508 (allout-end-of-subtree): Add so we can span concealed as well
9509 as visible topics.
9510 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9511 (allout-end-of-current-heading): Tweak to just respect the first line.
9512 (allout-get-body-text): Add.
9513 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9514 when invoked interactively.
9515 (allout-up-current-level): Use `interactive-p'.
9516 (allout-mode, allout-init): Miscellaneous docstring and
9517 operational refinements, as well as hookups of new encryption stuff.
9518 (allout-beginning-of-current-entry): Now works as advertised.
9519 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9520 (allout-isearch-rectification): Refine condition for isearching.
9521 (allout-isearch-abort, allout-enwrap-isearch)
9522 (allout-flag-region, my-region-active-p): Relocate some macros.
9523 (allout-title): Fallback title is (buffer-name), not
9524 non-existing (current-buffer-name).
9525 (subst-char-in-string): Define if absent (for some XEmacs versions).
9526
9527 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9528
9529 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9530 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9531 (mail-citation-prefix-regexp, mail-signature-file)
9532 (mail-default-headers, mail-bury-selects-summary)
9533 (mail-send-nonascii): Add autoload cookies.
9534
9535 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9536
9537 * frame.el (blink-cursor-mode): Add `mac' to the list of
9538 window-system's that support blinking cursor.
9539
9540 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9543
9544 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9545
9546 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9547 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9548 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9549
9550 2005-10-20 Kim F. Storm <storm@cua.dk>
9551
9552 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9553 (ido-set-current-directory): Don't add / after final @.
9554 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9555 Explicitly handle ange-ftp completion oddities.
9556 (ido-make-file-list): Don't rotate list at tramp root to avoid
9557 triggering tramp file handler for expand-file-name via get-file-buffer.
9558
9559 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9560
9561 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9562
9563 2005-10-19 Jay Belanger <belanger@truman.edu>
9564
9565 * calc/calc-units.el (math-standard-units): Add units, adjust
9566 symbols and update values.
9567 (math-unit-prefixes): Add more prefixes.
9568
9569 2005-10-19 Romain Francoise <romain@orebokech.com>
9570
9571 * bookmark.el (bookmark-menu-heading): New face.
9572 (bookmark-bmenu-list): Use it.
9573 Don't fiddle with `baud-rate' at top-level.
9574
9575 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * image.el (create-image, find-image): Mention max-image-size in
9578 docstring.
9579
9580 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * savehist.el (savehist-load): Revert to checking XEmacs.
9583
9584 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9585 Various docstring and line-width fixups.
9586 (conf-mode): Use cond.
9587 Set font-lock-defaults. Don't set comment-use-syntax.
9588
9589 2005-10-18 David Ponce <david@dponce.com>
9590
9591 * tree-widget.el (tree-widget-button-click): New function.
9592 (tree-widget-button-keymap): Use it.
9593
9594 2005-10-18 Romain Francoise <romain@orebokech.com>
9595
9596 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9597 (bookmark-bmenu-hide-filenames): Add follow-link property.
9598 Improve help-echo text.
9599
9600 * ffap.el (find-file-at-point): Doc fix.
9601
9602 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9603
9604 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9605
9606 2005-10-18 Masatake YAMATO <jet@gyve.org>
9607
9608 Install to the CVS repository what I forgot to install in my
9609 2005-10-16 changes.
9610
9611 * progmodes/python.el (python-complete-symbol): Pass the common
9612 prefix substring of completion to `display-completion-list'.
9613
9614 * textmodes/org.el (org-complete): Ditto.
9615
9616 2005-10-18 Masatake YAMATO <jet@gyve.org>
9617
9618 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9619
9620 * woman.el (WoMan-xref-man-page): New button type derived
9621 from `Man-abstract-xref-man-page'.
9622 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9623
9624 * man.el (Man-abstract-xref-man-page): New button type.
9625 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9626 (Man-highlight-references): Add new optional argument `xref-man-type'.
9627
9628 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9629
9630 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9631
9632 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * cus-edit.el (Custom-move-and-invoke): Delete.
9635 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9636
9637 * wid-edit.el (widget-move-and-invoke): New function, from
9638 Custom-move-and-invoke.
9639
9640 2005-10-17 Bill Wohler <wohler@newt.com>
9641
9642 Move all remaining images from lisp/toolbar to etc/images, move
9643 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9644 the low resolution images in their own directory (low-color).
9645
9646 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9647 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9648 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9649 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9650 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9651 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9652 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9653
9654 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9655 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9656 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9657 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9658 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9659 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9660 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9661 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9662 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9663 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9664 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9665 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9666 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9667 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9668 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9669
9670 To conform with convention, replace the underscore (_) in the
9671 following image names with dash (-) or (/) as appropriate.
9672
9673 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9674 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9675 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9676 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9677 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9678 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9679 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9680 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9681 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9682 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9683 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9684 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9685 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9686 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9687 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9688
9689 * info.el (info-tool-bar-map): Replace underscores in image names
9690 with dashes.
9691
9692 * makefile.w32-in (WINS): Remove toolbar.
9693
9694 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9695
9696 * tool-bar.el: Move to lisp from toolbar. Now that
9697 toolbar is empty, it should be deleted when folks run "cvs up -P".
9698
9699 2005-10-18 Jay Belanger <belanger@truman.edu>
9700
9701 * calc/calc-store.el (calc-store-into): Get the proper variable name
9702 to display in message.
9703
9704 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9705
9706 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9707 expressions display in speedbar for all buffers when debugging.
9708 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9709
9710 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9711 (speedbar-insert-button, speedbar-make-button):
9712 Use add-text-properties.
9713 (speedbar-update-localized-contents)
9714 (speedbar-update-directory-contents)
9715 (speedbar-update-special-contents): Use dolist.
9716 (speedbar-buffer-easymenu-definition): Add a menu separator.
9717
9718 2005-10-17 Jason Rumney <jasonr@gnu.org>
9719
9720 * makefile.w32-in: Use $(lisp) consistently.
9721 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9722 for shell specific generation of mh-autoloads.
9723
9724 2005-10-17 Richard M. Stallman <rms@gnu.org>
9725
9726 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9727
9728 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * jit-lock.el (jit-lock-fontify-now):
9731 Move jit-lock-context-unfontify-pos to avoid wasted work.
9732
9733 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9734
9735 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9736 `tramp-completion-mode' for checking if we are in completion mode.
9737 (tramp-completion-handle-file-name-all-completions): Reorder code
9738 in order to complete for file names only in case there are no
9739 method/user/host completions. This is necessary for cooperation
9740 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9741
9742 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * longlines.el (longlines-search-forward)
9745 (longlines-search-backward): Match any number of spaces.
9746
9747 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9748
9749 * diff-mode.el (diff-mode): Doc fix.
9750
9751 2005-10-16 David Reitter <david.reitter@gmail.com>
9752
9753 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9754 as default on darwin and windows systems.
9755
9756 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9757
9758 * arc-mode.el (archive-zip-extract): Doc fix.
9759
9760 2005-10-16 Romain Francoise <romain@orebokech.com>
9761
9762 * mouse.el (mouse-1-click-follows-link): Doc fix.
9763
9764 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * savehist.el: Don't require CL at runtime.
9767 (savehist-xemacs): Remove.
9768 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9769 (savehist-no-conversion): Use (featurep 'xemacs).
9770 (savehist-load): Check existence of start-itimer rather than XEmacs.
9771 Use an idle timer.
9772 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9773 `delete-if-not'.
9774
9775 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9776
9777 * savehist.el: Newer version.
9778 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9779 (savehist-last-checksum, savehist-no-conversion): New vars.
9780 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9781 New functions.
9782 (savehist-load, savehist-save): Use them.
9783 (savehist-delimit): Remove.
9784
9785 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * progmodes/compile.el (compilation-goto-locus): Display the
9788 compilation buffer first and the source buffer second, in case they're
9789 in overlapping frames. Don't raise the compilation frame if it was the
9790 selected window upon entry. Pass the `other-window' arg to
9791 pop-to-buffer.
9792
9793 * info.el (Info-fontify-node): Use dolist.
9794 Change add-text-properties to put-text-property.
9795
9796 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9797
9798 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9799 bound of search.
9800
9801 2005-10-16 Masatake YAMATO <jet@gyve.org>
9802
9803 * dabbrev.el (dabbrev-completion): Pass the common
9804 prefix substring of completion to `display-completion-list'.
9805
9806 * filecache.el (file-cache-minibuffer-complete)
9807 (file-cache-complete): Ditto.
9808
9809 * tempo.el (tempo-display-completions): Ditto.
9810
9811 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9812
9813 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9814
9815 * eshell/em-hist.el (eshell-list-history): Ditto.
9816
9817 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9818
9819 * mail/mailalias.el (mail-complete): Ditto.
9820
9821 * progmodes/etags.el (complete-tag): Ditto.
9822
9823 * progmodes/make-mode.el (makefile-complete): Ditto.
9824
9825 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9826
9827 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9828
9829 * progmodes/pascal.el (pascal-complete-word)
9830 (pascal-show-completions): Ditto.
9831
9832 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9833
9834 * simple.el (completion-common-substring): New variable.
9835 (completion-setup-function): Use `completion-common-substring'
9836 to put faces.
9837
9838 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9839
9840 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9841 (x-get-selection, mac-select-convert-to-string): Convert from/to
9842 UTF-16 clipboard data as in native byte order, no BOM.
9843
9844 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9847 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9848 (gud-sentinel): Use speedbar-frame to check for speedbar.
9849
9850 2005-10-15 Richard M. Stallman <rms@gnu.org>
9851
9852 * savehist.el: New file.
9853
9854 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9855
9856 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9857 Fix bug in \bf fontification.
9858
9859 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9861 * pcvs.el (cvs-edit-log-files): New var.
9862 (cvs-mode-edit-log): New arg `file'.
9863 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9864 Instead force the use of the original file and nothing else.
9865 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9866 the cvs-minor-wrap-function is set.
9867 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9868
9869 2005-10-14 Bill Wohler <wohler@newt.com>
9870
9871 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9872 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9873 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9874 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9875 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9876 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9877 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9878 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9879 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9880 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9881 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9882 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9883 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9884 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9885 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9886
9887 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9888 appropriately (for example, gud-break to gud/break).
9889
9890 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9891
9892 * longlines.el (longlinges-search-function)
9893 (longlines-search-forward, longlines-search-backward): New functions.
9894 (longlines-mode): Set isearch-search-fun-function to
9895 longlinges-search-function.
9896
9897 * mouse.el (mouse-drag-region-1): Handle the case where a
9898 double-click event is bound to an arbitrary function.
9899
9900 2005-10-14 David Ponce <david@dponce.com>
9901
9902 * recentf.el (recentf-track-opened-file)
9903 (recentf-track-closed-file, recentf-update-menu)
9904 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9905 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9906 mouse-1-click-follows-link.
9907
9908 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9909
9910 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9911 Gnome file-manager.png. Suggested by
9912 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9913
9914 * toolbar/README: Add diropen.xpm.
9915
9916 2005-10-13 Bill Wohler <wohler@newt.com>
9917
9918 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9919 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9920
9921 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9924 Don't waste the byte-compiler's time on constant data.
9925
9926 2005-10-13 Kenichi Handa <handa@m17n.org>
9927
9928 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9929 byte with `escape-glyph' face.
9930
9931 * international/fontset.el (ccl-encode-unicode-font):
9932 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9933 Handle the case that ucs-mule-to-mule-unicode translates a character to
9934 ASCII (usually for IPA characters).
9935
9936 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9939 Don't hide the underline of titles if font-lock-mode is disabled.
9940
9941 2005-10-12 Bill Wohler <wohler@newt.com>
9942
9943 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9944 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9945 files in MH-E-SRC have been updated.
9946 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9947
9948 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9951 (mixal-mode-syntax-table): Add \n as end-comment.
9952 (mixal-operation-codes-alist): Immediately initialize to full value.
9953 (mixal-add-operation-code): Remove.
9954 (mixal-describe-operation-code): Make the arg non-optional.
9955 Use the interactive spec instead.
9956 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9957 (mixal-font-lock-keywords): Don't highlight comments here any more.
9958 (mixal-font-lock-syntactic-keywords): New var.
9959 (mixal-mode): Use it. Fix comment-start-skip.
9960
9961 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9962
9963 * startup.el (command-line-x-option-alist): -nb => -nbi
9964
9965 2005-10-12 Kim F. Storm <storm@cua.dk>
9966
9967 * startup.el (fancy-splash-default-action): Discard mouse click in
9968 the splash screen window, as it has no sensible meaning in the
9969 next window to be selected. Fixes error reported by Jan D.
9970
9971 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9972
9973 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9974
9975 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9978 Try to fix up minor layout issues like indentation, line break, etc...
9979 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9980 because it doesn't work.
9981 (mixal-operation-codes): Add some more codes.
9982 (mixal-font-lock-keywords): Process comments here.
9983 (mixal-mode): mixasm no longer needs -g option.
9984
9985 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9986
9987 * progmodes/sh-script.el (sh-tmp-file):
9988 Use mktemp -t. Finish support for es and rc shells.
9989
9990 2005-10-11 Jay Belanger <belanger@truman.edu>
9991
9992 * calc/calcalg2.el (calc-integral): With an argument, compute the
9993 definite integral.
9994
9995 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9996
9997 * mouse.el (mouse-drag-region-1): Don't try to catch a
9998 double-click when doing follow-link (it's overridden anyway).
9999
10000 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10003 (autoload-print-form-outbuf): Add docstring.
10004
10005 2005-10-11 Juri Linkov <juri@jurta.org>
10006
10007 * info.el (Info-mode-menu): Delete menu item "Edit".
10008 (Info-mode): Delete description of Info-edit from docstring,
10009 and rearrange descriptions of Info commands in the order
10010 they are documented in the Info manual.
10011
10012 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * calendar/appt.el (appt-check): Use diary-selective-display var.
10015
10016 2005-10-10 Richard M. Stallman <rms@gnu.org>
10017
10018 * net/newsticker.el (newsticker-start, newsticker-show-news):
10019 Add autoload cookies.
10020
10021 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10022
10023 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10024
10025 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10026
10027 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10028
10029 2005-10-10 Jay Belanger <belanger@truman.edu>
10030
10031 * calc/calc-arith.el (math-check-known-scalarp)
10032 (math-check-known-matrixp): Check the values of arguments that are
10033 variables.
10034 (math-check-known-square-matrixp): New function.
10035 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10036 (math-super-types): Add sqmatrix type.
10037
10038 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10039 mode name `square' to `sqmatrix'.
10040
10041 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10042 mode name `square' to `sqmatrix'.
10043
10044 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * progmodes/etags.el (select-tags-table-mode): Don't use
10047 selective-display.
10048 (tags-select-tags-table): Pass `button' to the action function.
10049 (select-tags-table): Place the side-info on button properties rather
10050 than in hidden text. Abbreviate file names.
10051 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10052 (select-tags-table-select): Add `button' argument.
10053 Get side-info from the button property rather than from hidden text.
10054
10055 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10056
10057 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10058 (gud-speedbar-buttons): Preserve point if possible.
10059 (gud-sentinel): Restore previous speedbar display type.
10060
10061 * progmodes/gdb-ui.el (gdba): Improve diagram.
10062 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10063 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10064 Call get-buffer-window once.
10065
10066 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10069 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10070 (pascal-indent-command): Remove unused var `ind'.
10071 (pascal-indent-case): Remove unused var `oldpos'.
10072 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10073 since it's now used as a proper minor mode map.
10074 (pascal-outline): Rename to pascal-outline-mode.
10075 (pascal-outline-mode): Use define-minor-mode.
10076 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10077 selective-display.
10078
10079 2005-10-10 Andreas Schwab <schwab@suse.de>
10080
10081 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10082 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10083
10084 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10085 outside source directory.
10086
10087 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10088
10089 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10090 C-x' as a prefix.
10091 (orgtbl-mode-map): Full keymap instead of sparse, because all
10092 `self-insert-command' keys are redefined in this map.
10093 (org-export-as-html): Specify charset for HTML file, by taking it
10094 from the coding system.
10095
10096 2005-10-10 Kenichi Handa <handa@m17n.org>
10097
10098 * textmodes/flyspell.el (flyspell-check-word-p):
10099 If unread-command-events is non-empty, don't call sit-for.
10100
10101 2005-10-09 Richard M. Stallman <rms@gnu.org>
10102
10103 * font-lock.el (font-lock-syntactic-keywords)
10104 (font-lock-keywords): Doc fixes.
10105
10106 * textmodes/flyspell.el (flyspell-external-point-words):
10107 Simplify logic, and don't try to check for consecutive appearances
10108 of one incorrect word.
10109
10110 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10111
10112 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10113 separator.
10114
10115 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10116 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10117 (gud-expansion-speedbar-buttons): New function.
10118 (gud-speedbar-buttons): Check for gud-comint-buffer.
10119
10120 2005-10-09 Bill Wohler <wohler@newt.com>
10121
10122 * Makefile.in (updates): Add mh-loaddefs dependency.
10123
10124 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10125
10126 * speedbar.el (speedbar-file-key-map): Fix typo.
10127
10128 2005-10-09 Daniel Brockman <daniel@brockman.se>
10129
10130 * cus-start.el (line-spacing): Add custom spec.
10131
10132 2005-10-09 Romain Francoise <romain@orebokech.com>
10133
10134 * textmodes/ispell.el (ispell-check-version): Fix last change.
10135
10136 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10137
10138 * term/x-win.el: Remove -i, --icon-type from comment.
10139
10140 * startup.el (command-line-x-option-alist): Remove options -i,
10141 -itype, --icon-type, added -nb, --no-bitmap-icon
10142
10143 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10144
10145 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10146 instead of :active.
10147
10148 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10149
10150 * textmodes/ispell.el (ispell-check-version):
10151 Ignore hyphen, and all that follows, in aspell's version text.
10152
10153 2005-10-08 Jay Belanger <belanger@truman.edu>
10154
10155 * calc/calc-arith.el (math-known-square-matrixp): New function.
10156 (math-pow-fancy): Check for matrices before distributing exponent
10157 across products.
10158
10159 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10160 fullscreen keypad. Suggested by Luc Teirlinck.
10161 (calc-keypad-show-input): Add space for formatting.
10162
10163 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10164 Add square matrix option.
10165
10166 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10167 of checking calc-matrix-mode when deciding how to expand.
10168
10169 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10170
10171 2005-10-08 Lars Hansen <larsh@soem.dk>
10172
10173 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10174 Add error handling.
10175 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10176
10177 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10178
10179 Sync with Tramp 2.0.51.
10180
10181 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10182 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10183 Insert special handling for `last-coding-system-used', again
10184 it still seems to be necessary (unlike stated before).
10185 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10186 (tramp-password-prompt-regexp): There might be other words before
10187 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10188 (tramp-chunksize): Improve docstring.
10189 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10190 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10191 Christian Joergensen <bugs@razor.dk>.
10192
10193 2005-10-07 Glenn Morris <rgm@gnu.org>
10194
10195 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10196 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10197 precision'.
10198
10199 2005-10-07 Romain Francoise <romain@orebokech.com>
10200
10201 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10202 (ibuffer-do-shell-command-pipe-replace)
10203 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10204 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10205 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10206 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10207 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10208 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10209 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10210 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10211 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10212 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10213 Autoload file sans suffix.
10214
10215 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10216
10217 2005-10-07 David Ponce <david@dponce.com>
10218
10219 * recentf.el (recentf-menu-open-all-flag): New option.
10220 (recentf-digit-shortcut-command-name): New function.
10221 (recentf--shortcuts-keymap): New variable.
10222 (recentf-menu-shortcuts): New variable.
10223 (recentf-make-menu-items): Initialize it. Replace the "More..."
10224 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10225 (recentf-menu-value-shortcut): New function.
10226 (recentf-make-menu-item): Use it. No more in-lined.
10227 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10228 (recentf-open-most-recent-file): Rename from
10229 `recentf-open-file-with-key'. Don't depend on key binding.
10230 (recentf-mode-map): New variable.
10231 (recentf-mode): Use it.
10232
10233 2005-10-06 Bill Wohler <wohler@newt.com>
10234
10235 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10236
10237 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10238 (MH-E-SRC): New. Used by mh-autoloads.
10239 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10240 files in MH-E-SRC have been updated.
10241 (compile, recompile, bootstrap): Depend on mh-autoloads.
10242
10243 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10244
10245 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10246 gud-break and gud-remove icons when the fringe is not available.
10247
10248 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10249 Typo.
10250
10251 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10252
10253 * play/zone.el (zone): Wrap body with save-window-excursion.
10254
10255 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10258 Use the new `list-only' arg to diary-list-entries.
10259
10260 * calendar/diary-lib.el: Use overlays rather than selective-display.
10261 (diary-selective-display): New var.
10262 (diary-header-line-format): Use it.
10263 (diary-list-entries): Add argument `list-only'.
10264 Put the buffer in diary-mode. Don't add \^M at beg and end.
10265 Replace \^M by invisible overlays.
10266 (diary-unhide-everything): Replace \^M by invisible overlays.
10267 (print-diary-entries): Look for overlays rather than \^M.
10268 Add a space to the temp buffer name.
10269 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10270 Put the buffer in diary-mode.
10271 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10272 (diary-anniversary): Make the year arg optional.
10273 (diary-time-regexp): New const.
10274 (diary-font-lock-keywords): Use it to accept a few more time formats.
10275
10276 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10277
10278 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10279
10280 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10281 Fix bug introduced 2005-07-03: Use (car (last ...))
10282 to faithfully reproduce replaced artist-last.
10283 (artist-set-arrow-points-for-poly): Likewise.
10284 Suggested by Johan Bockg\e,Ae\e(Brd.
10285
10286 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10287
10288 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10289 * wid-edit.el (widget):
10290 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10291 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10292
10293 2005-10-06 Kenichi Handa <handa@m17n.org>
10294
10295 * international/mule-cmds.el (set-language-environment):
10296 Fix setting up of case-table for unibyte mode.
10297
10298 * simple.el (what-cursor-position): If the character is displayed
10299 by some `display' text property, show that. Don't use
10300 single-key-description for eight-bit characters in multibyte mode.
10301
10302 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10303
10304 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10305 (gdb-ann3): Set it.
10306 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10307 (gdb-info-frames-custom): Use inverse-video for first five
10308 characters of selected frame only.
10309 (gdb-get-frame-number): Select frame even when point is on frame
10310 number.
10311
10312 2005-10-06 Masatake YAMATO <jet@gyve.org>
10313
10314 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10315 Put `font-lock-function-name-face'.
10316 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10317 and `font-lock-variable-name-face'
10318 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10319 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10320 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10321 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10322 (gdb-local-font-lock-keywords): New font lock keywords definition.
10323 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10324 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10325 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10326
10327 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10328
10329 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10330 (ediff-merge-region-is-non-clash-to-skip): Previously called
10331 ediff-merge-region-is-non-clash.
10332
10333 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10334 Use insert-buffer-substring.
10335
10336 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10337 selecting files to patch. Also bug fixes.
10338
10339 * ediff-util.el (ediff-setup): Bug fix.
10340 (ediff-next-difference): Never skip clashes that differ in white
10341 space only.
10342
10343 * ediff-wind.el (ediff-setup-control-frame)
10344 (ediff-destroy-control-frame): Check the menubar feature.
10345
10346 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10347 (viper-refresh-mode-line): Use make-local-variable to localize
10348 some vars instead of make-variable-buffer-local. Suggested by
10349 Stefan Monnier.
10350
10351 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10352 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10353 Use make-local-variable instead of make-variable-buffer-local.
10354 Suggested by Stefan Monnier.
10355
10356 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10357 (viper-comint-mode-hook): Use make-local-variable on
10358 require-final-newline.
10359 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10360
10361 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10364 also the second char of a comment-start sequence.
10365 (scheme-sexp-comment-syntax-table): New var.
10366 (lambda, define): Set their scheme-doc-string-elt property.
10367 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10368 Use lisp-font-lock-syntactic-face-function now that it properly
10369 handles |...| symbols.
10370 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10371 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10372
10373 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10374 bit from # to |.
10375 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10376
10377 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10378 (lisp-doc-string-elt-property): New var.
10379 (lisp-font-lock-syntactic-face-function): Use it.
10380 Rewrite to recognize docstrings even for forms not at toplevel.
10381
10382 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10383 annotation on the | part of #| rather than on the # part.
10384 (scheme-font-lock-syntactic-face-function): New function, to
10385 distinguish strings from |...| symbols.
10386 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10387 syntax-table so that #|...|# is properly highlighted.
10388
10389 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10390 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10391
10392 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10395 and C-e.
10396
10397 * emacs-lisp/eldoc.el: Move comments into docstrings.
10398 (eldoc-message-commands): Initialize in its declaration.
10399 Add move-beginning-of-line and move-end-of-line.
10400 (eldoc-add-command, eldoc-add-command-completions)
10401 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10402
10403 * outline.el (outline-mark-subtree): Activate the mark.
10404
10405 * calendar/appt.el (appt-time-regexp): New var.
10406 (appt-add, appt-make-list): Use it.
10407 (appt-convert-time): Clean up.
10408
10409 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10410 Don't set any syntax-table property here.
10411 (tex-font-lock-verb): New function. Do it here.
10412 (tex-font-lock-syntactic-keywords): Use it.
10413
10414 2005-10-04 Richard M. Stallman <rms@gnu.org>
10415
10416 * wid-edit.el (widget-file-complete): Get the widget start point
10417 the right way. Default directory to `/' if file has none.
10418
10419 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10420
10421 * textmodes/flyspell.el (flyspell-mode-on):
10422 Call ispell-maybe-find-aspell-dictionaries.
10423
10424 * textmodes/ispell.el (ispell-word, ispell-region):
10425 Call ispell-maybe-find-aspell-dictionaries.
10426 (ispell-accept-buffer-local-defs):
10427 Don't call ispell-maybe-find-aspell-dictionaries
10428
10429 2005-10-04 Richard M. Stallman <rms@gnu.org>
10430
10431 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10432
10433 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10434
10435 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10436 instead of `fboundp' in order to allow for anonymous functions.
10437
10438 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10439
10440 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10441 case the user clicks on the link while another window is selected.
10442 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10443
10444 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10445 functionality.
10446 (dframe-help-echo): Save point in case mouse tracking is off.
10447
10448 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10449
10450 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10451
10452 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10455 not change the global value of those vars.
10456
10457 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10458 make-local-variable which we do not need any more.
10459
10460 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10463 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10464 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10465 (speedbar-path-line): Define obsolete aliases.
10466 (speedbar-line-directory): Doc fix.
10467
10468 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10469 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10470 instead of speedbar-line-path.
10471
10472 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10473
10474 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10475 to nil if dropping on a window. Handle dropping on a minibuffer window
10476 like dropping on a non-window part of Emacs.
10477
10478 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * net/ange-ftp.el: Use with-current-buffer.
10481 (ange-ftp-insert-directory): Do not follow symlinks any more.
10482
10483 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10484 Remove interactive spec.
10485
10486 2005-10-03 Kim F. Storm <storm@cua.dk>
10487
10488 * ido.el (ido-mode): Use custom-initialize-set.
10489
10490 2005-10-02 Richard M. Stallman <rms@gnu.org>
10491
10492 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10493 Use insert-buffer-substring.
10494
10495 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10496 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10497
10498 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10501 in last change.
10502 (ange-ftp-insert-directory): Fix up the search for the case where
10503 `file' is absolute.
10504
10505 2005-10-02 Romain Francoise <romain@orebokech.com>
10506
10507 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10508
10509 2005-10-02 Andreas Schwab <schwab@suse.de>
10510
10511 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10512 directory component in the session info.
10513
10514 2005-10-01 Richard M. Stallman <rms@gnu.org>
10515
10516 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10517
10518 * simple.el (next-error-internal): New function.
10519
10520 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10521 (compilation-start): Pass new arg to compilation-buffer-name.
10522 (compile-goto-error): Use next-error-internal.
10523
10524 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * speedbar.el: Remove RCS tag.
10527 (speedbar-check-read-only): Handle non-existent files.
10528
10529 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10530
10531 * info.el (Info-speedbar-hierarchy-buttons)
10532 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10533
10534 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10535
10536 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10537 Do not match newline.
10538 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10539 (bibtex-summary): Remove unnecessary save-excursion.
10540 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10541
10542 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10543
10544 * term/mac-win.el: Add charset info for "iso10646-1".
10545 Modify default fontset to use ATSUI-compatible fonts for some charsets
10546 if available.
10547
10548 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * speedbar.el: Re-apply arch tag.
10551 (speedbar-version): Rename to version 1.0. Suggested by Eric
10552 M. Ludlam.
10553 Reapply two changes from Emacs CVS' version of speedbar lost
10554 during the merge:
10555 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10556 (speedbar-frame-parameters): Improve customize type.
10557
10558 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10561 (ange-ftp-file-directory-p): Fix the symlink case.
10562 (ange-ftp-insert-directory): When listing a single file, get a list of
10563 the parent buffer and extract the relevant line. Inspired from a patch
10564 by Katsumi Yamaoka <yamaoka@jpl.org>.
10565 (ange-ftp-file-name-sans-versions): Simplify.
10566
10567 2005-09-30 Bill Wohler <wohler@newt.com>
10568
10569 Move MH-E image files from toolbar and mail directories into
10570 etc/images.
10571
10572 * mail/reply2.*: Move to etc/images/mail/reply*.
10573
10574 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10575 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10576 etc/images.
10577
10578 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10579 * toolbar/reply*: Move to etc/images/mail.
10580
10581 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10582
10583 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10584
10585 * speedbar.el: New version 1.0pre3.
10586
10587 Frame management code (including timer, and mouse click specifics)
10588 moved to dframe.el:
10589 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10590 (speedbar-timer): Removed. Use dframe-timer.
10591 (speedbar-close-frame): Removed. Use dframe-close-frame.
10592 (speedbar-activity-change-focus-flag): Removed. Use
10593 dframe-activity-change-focus-flag.
10594 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10595 dframe-update-speed.
10596
10597 (speedbar-current-frame): New macro. Use this instead of the
10598 variable speedbar-frame.
10599
10600 (speedbar-use-images, speedbar-expand-image-button-alist)
10601 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10602
10603 (speedbar-find-image-on-load-path): Removed. Replaced by
10604 defezimage in ezimage.el.
10605 (speedbar-expand-image-button-alist): Removed. Replaced by
10606 ezimage-expand-image-button-alist in ezimage.el.
10607
10608 (speedbar-ignored-directory-regexp)
10609 (speedbar-add-ignored-directory-regexp)
10610 (speedbar-ignored-directory-expressions)
10611 (speedbar-line-directory, speedbar-buffers-line-directory)
10612 (speedbar-directory-line, speedbar-buffers-line-directory):
10613 Renamed, replacing `path' with `directory'.
10614
10615 (speedbar-create-directory, speedbar-expand-line-descendants)
10616 (speedbar-toggle-line-expansion)
10617 (speedbar-contract-line-descendants): New commands.
10618
10619 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10620 (speedbar-use-tool-tips-flag): New options.
10621
10622 (speedbar-check-read-only, speedbar-require-version)
10623 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10624 (speedbar-handle-delete-frame, speedbar-try-completion)
10625 (speedbar-update-localized-contents): New functions.
10626
10627 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10628 (speedbar-object-read-only-indicator): New variables.
10629
10630 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10631 New hooks.
10632
10633 (speedbar-separator-face): New face.
10634
10635 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10636 (speedbar-ignored-modes): Add fundamental-mode.
10637 (speedbar-directory-unshown-regexp): Add . directories.
10638
10639 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10640 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10641 `]' for full expand/close.
10642 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10643
10644 (speedbar-check-vc): Support hidden files.
10645 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10646 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10647 state is nil, it is not checked out.
10648
10649 (speedbar-line-text, speedbar-line-token): Support expand buttons
10650 with no text.
10651 (speedbar-refresh): Universal argument acts as power-click.
10652 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10653 that buffer to get variable values.
10654
10655 And many other bugfixes.
10656
10657 * dframe.el, ezimage.el, sb-image.el: New files.
10658
10659 * sb-*.xpm: Remove files. New image files installed into
10660 etc/images/ezimage.
10661
10662 2005-09-30 Kenichi Handa <handa@m17n.org>
10663
10664 * ps-mule.el (ps-mule-show-warning): If a character is in
10665 ps-print-translation-table, don't treat it as non-printable.
10666
10667 2005-09-30 David Ponce <david@dponce.com>
10668
10669 * tree-widget.el (tree-widget-themes-load-path): New variable.
10670 (tree-widget-themes-directory): Doc fix.
10671 (tree-widget-image-formats) [Emacs]: Doc fix.
10672 (tree-widget--locate-sub-directory): New function.
10673 (tree-widget-themes-directory): Use it.
10674
10675 * recentf.el (recentf-filename-handlers): Rename from
10676 `recentf-filename-handler'. Allow a list of functions.
10677 (recentf-menu-items-for-commands): Fix :help strings.
10678 (recentf-apply-filename-handlers): New function.
10679 (recentf-expand-file-name): Use it.
10680 (recentf-cleanup): Remove duplicates too.
10681
10682 2005-09-29 Juri Linkov <juri@jurta.org>
10683
10684 * faces.el: Rearrange face definitions to be in the same order as
10685 their face descriptions in "(emacs)Standard Faces".
10686
10687 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10688
10689 * tooltip.el (tooltip): Add group `basic-faces'.
10690
10691 * buff-menu.el (Buffer-menu-buffer): Remove group
10692 `font-lock-highlighting-faces'.
10693
10694 * progmodes/compile.el (compilation-error, compilation-warning)
10695 (compilation-info, compilation-line-number, compilation-column-number):
10696 Change group from `font-lock-highlighting-faces' to `compilation'.
10697
10698 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10699 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10700 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10701 (vhdl-font-lock-reserved-words-face)
10702 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10703 `font-lock-highlighting-faces'.
10704
10705 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10706
10707 2005-09-28 Kim F. Storm <storm@cua.dk>
10708
10709 * emulation/cua-base.el: Set CUA move property on additional commands:
10710 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10711 forward-sexp, backward-sexp, forward-list, backward-list.
10712
10713 2005-09-28 Romain Francoise <romain@orebokech.com>
10714
10715 * comint.el (comint-show-output): Really set point at the
10716 beginning of the output when not using `comint-use-prompt-regexp'.
10717
10718 2005-09-27 Jay Belanger <belanger@truman.edu>
10719
10720 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10721 in TeX mode.
10722
10723 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * textmodes/org.el (org-table-sum): Fix format string.
10726
10727 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10728 Quote face names.
10729
10730 2005-09-26 Romain Francoise <romain@orebokech.com>
10731
10732 * isearch.el (isearch-forward-regexp): Close doc string.
10733
10734 2005-09-25 Richard M. Stallman <rms@gnu.org>
10735
10736 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10737
10738 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10739
10740 * progmodes/compile.el (compilation-error-properties):
10741 When getting the file from the previous error message,
10742 correctly decode the new data format.
10743
10744 * progmodes/cc-cmds.el (c-electric-paren):
10745 Call old-blink-paren only for close-paren.
10746
10747 2005-09-24 Andreas Schwab <schwab@suse.de>
10748
10749 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10750 condition.
10751
10752 2005-09-25 Romain Francoise <romain@orebokech.com>
10753
10754 * dired-aux.el (dired-copy-file-recursive):
10755 * dired.el (dired-delete-file):
10756 * ediff-mult.el (ediff-dir-diff-copy-file):
10757 * ediff-util.el (ediff-test-save-region):
10758 * forms.el (forms-mode):
10759 * ido.el (ido-file-internal, ido-delete-file-at-head):
10760 * log-edit.el (log-edit-done):
10761 * ses.el (ses-yank-resize):
10762 * play/gomoku.el (gomoku-human-plays, gomoku)
10763 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10764 (gomoku-offer-a-draw):
10765 * play/landmark.el (lm-human-resigns, lm):
10766 * net/eudcb-ldap.el (eudc-ldap-check-base):
10767 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10768 * progmodes/ebrowse.el (ebrowse-find-pattern):
10769 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10770 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10771 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10772
10773 * vc.el (vc-delete-file):
10774 * play/gomoku.el (gomoku-terminate-game, gomoku)
10775 (gomoku-prompt-for-move, gomoku-human-takes-back):
10776 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10777 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10778
10779 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10780
10781 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10782 color rxvt terminals by using the code xterm.el used to use before
10783 2005-04-09 in order to match the colors used by rxvt.
10784
10785 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10786
10787 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10788 colors rxvt-unicode terminals by using the same code as xterm.el.
10789
10790 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10793 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10794 new symbol used for the tex-verbatim face.
10795
10796 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10797
10798 * woman.el (woman-file-name):
10799 * wid-edit.el (widget-file-prompt-value)
10800 (widget-coding-system-prompt-value):
10801 * w32-fns.el (set-w32-system-coding-system):
10802 * vc.el (vc-version-diff, vc-annotate):
10803 * textmodes/reftex-auc.el (reftex-arg-cite)
10804 (reftex-arg-index-tag):
10805 * textmodes/refer.el (refer-get-bib-files):
10806 * textmodes/artist.el (artist-figlet-choose-font):
10807 * terminal.el (terminal-emulator):
10808 * replace.el (occur-read-primary-args):
10809 * rect.el (string-rectangle, string-insert-rectangle):
10810 * ps-print.el (ps-print-preprint):
10811 * progmodes/pascal.el (pascal-goto-defun):
10812 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10813 * progmodes/compile.el (compilation-find-file):
10814 * printing.el (pr-interactive-n-up):
10815 * play/animate.el (animate-birthday-present):
10816 * net/rcompile.el (remote-compile):
10817 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10818 * mail/rmailsum.el (rmail-summary-search-backward)
10819 (rmail-summary-search):
10820 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10821 (rmail-output-read-file-name):
10822 * mail/rmail.el (rmail-search, rmail-search-backwards):
10823 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10824 * locate.el (locate):
10825 * international/quail.el (quail-show-keyboard-layout):
10826 * international/mule.el (set-buffer-file-coding-system)
10827 (revert-buffer-with-coding-system, set-file-name-coding-system)
10828 (set-terminal-coding-system, set-keyboard-coding-system)
10829 (set-next-selection-coding-system):
10830 * international/mule-diag.el (describe-coding-system)
10831 (describe-font, describe-fontset):
10832 * international/mule-cmds.el (universal-coding-system-argument)
10833 (search-unencodable-char, describe-input-method)
10834 (set-language-environment, describe-language-environment):
10835 * international/codepage.el (codepage-setup):
10836 * international/code-pages.el (codepage-setup):
10837 * info.el (Info-search, Info-follow-reference)
10838 (Info-search-backward):
10839 * emacs-lisp/advice.el (ad-read-advised-function)
10840 (ad-read-advice-class, ad-clear-cache, ad-activate)
10841 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10842 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10843 (ad-read-regexp):
10844 * ediff-util.el (ediff-toggle-regexp-match):
10845 * ediff-ptch.el (ediff-prompt-for-patch-file):
10846 * dired-aux.el (dired-diff):
10847 * diff.el (diff):
10848 * cus-edit.el (custom-variable-prompt):
10849 * calendar/timeclock.el (timeclock-ask-for-project):
10850 * calc/calcalg3.el (calc-get-fit-variables):
10851 * calc/calc-store.el (calc-edit-variable)
10852 (calc-permanent-variable):
10853 * vc-mcvs.el (vc-mcvs-register):
10854 * shadowfile.el (shadow-define-literal-group):
10855 * woman.el (woman-file-name):
10856 * vc.el (vc-version-diff, vc-merge):
10857 * textmodes/reftex-index.el (reftex-index-complete-tag):
10858 * format.el (format-decode-buffer, format-decode-region):
10859 * emulation/viper-cmd.el (viper-read-string-with-history):
10860 * emacs-lisp/debug.el (cancel-debug-on-entry):
10861 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10862 * ediff.el (ediff-merge-revisions)
10863 (ediff-merge-revisions-with-ancestor, ediff-revision):
10864 * completion.el (interactive-completion-string-reader):
10865 * calc/calc-prog.el (calc-user-define-formula):
10866 Follow convention for reading with the minibuffer.
10867
10868 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10869
10870 * progmodes/python.el (python-describe-symbol): Add globals() and
10871 locals() to the arguments of emacs.ehelp.
10872
10873 2005-09-24 Magnus Henoch <mange@freemail.hu>
10874
10875 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10876 New function, code extracted from ispell-valid-dictionary-list.
10877 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10878 Call it.
10879
10880 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10881
10882 * subr.el (version-regexp-alist): Extend valid syntax for version
10883 strings: allow any of the characters -,_,+ to separate the
10884 alpha/beta/rc part from the version part. Doc fix.
10885 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10886
10887 2005-09-23 David Reitter <david.reitter@gmail.com>
10888
10889 * mail/mailclient.el: New file.
10890
10891 2005-09-23 Richard M. Stallman <rms@gnu.org>
10892
10893 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10894 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10895 Doc fixes.
10896
10897 * progmodes/cc-mode.el (c-font-lock-init):
10898 Specify font-lock-lines-before.
10899
10900 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10903 whole conflict.
10904
10905 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10906
10907 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10908 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10909 of `remap' feature when available. Additional key bindings for
10910 better tty support.
10911 (org-mode-restart, org-force-self-insert): New commands.
10912 (org-time-stamp-inactive): New command.
10913 (org-remap): New function.
10914 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10915 (org-enable-fixed-width-editor): Move to `org-structure'
10916 customization group.
10917 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10918 blank field after field motion commands.
10919
10920 2005-09-23 Kenichi Handa <handa@m17n.org>
10921
10922 * international/mule-cmds.el (set-language-environment):
10923 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10924 have to call utf-translate-cjk-load-tables.
10925
10926 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * mouse.el (mouse-move-drag-overlay): Fix last change.
10929
10930 2005-09-22 David Ponce <david@dponce.com>
10931
10932 * tree-widget.el (tree-widget-value-create): Fix previous change.
10933
10934 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10935
10936 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10937
10938 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * mouse.el (mouse-move-drag-overlay): New function.
10941 (mouse-drag-region-1): Use it.
10942 Try to simplify a bit the state handling. Handle clicks on links
10943 inside intangible areas.
10944 (mouse-save-then-kill): Minor simplification.
10945 (mouse-secondary-overlay): Make it always non-nil instead of
10946 recreating it each time.
10947 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10948 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10949 Simplify accordingly.
10950
10951 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10952
10953 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10954
10955 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10956
10957 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10958 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10959 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10960 to patch.
10961
10962 * ediff-util.el: Use insert-buffer-substring.
10963
10964 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10965
10966 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10967 field boundaries in the minibuffer.
10968 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10969 (viper-minibuffer-post-command-hook): New hook.
10970 (viper-line): Don't move cursor at bolp.
10971
10972 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10973
10974 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10975 avoid compiler warnings.
10976
10977 * emulation/viper-macs.el (ex-map): Better messages.
10978
10979 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10980
10981 * emulation/viper.el: Replace make-variable-buffer-local with
10982 viper-make-variable-buffer-local everywhere, to avoid warnings.
10983
10984 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10987 Delete unused var `old-selected-window'.
10988 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10989 (mouse-drag-secondary): Delete unused var `start-frame'.
10990
10991 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10992
10993 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10994
10995 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10998 Re-indent within 80 columns. Use inhibit-read-only.
10999
11000 2005-09-19 Romain Francoise <romain@orebokech.com>
11001
11002 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11003
11004 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11007 unconditionally, since the after-change-function already did it.
11008
11009 2005-09-19 Miles Bader <miles@gnu.org>
11010
11011 * net/newsticker.el: Get rid of CVS keyword.
11012
11013 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11014
11015 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11016 The prompt is formatted later.
11017
11018 2005-09-19 David Ponce <david@dponce.com>
11019
11020 * tree-widget.el (tree-widget-value-create): Save the converted
11021 tree :node widget.
11022
11023 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11024
11025 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11026 variable `message'.
11027
11028 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11031 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11032 <slawomir.nowaczyk.847@student.lu.se>.
11033
11034 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11035
11036 * image.el (image-load-path): Use symbol `data-directory' instead
11037 of its value, for backward compatibility with packages that bind
11038 it during `find-image'. Suggested by Katsumi Yamaoka.
11039 (image-search-load-path): Handle symbols whose values are strings.
11040
11041 2005-09-18 Romain Francoise <romain@orebokech.com>
11042
11043 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11044 with-current-buffer form in save-excursion.
11045
11046 2005-09-18 D Goel <deego@gnufans.org>
11047
11048 * apropos.el (apropos-command): Fix `message' call: first arg
11049 should be a format spec. In this and all other cases that appear
11050 below and elsewhere in the source code, I made a change only when
11051 two conditions were satisfied: [1] I can think of a possibility
11052 that the arguments would cause an error, for example, the code in
11053 question relies on external variables such as filenames. [2] I
11054 was sure that the arg to `message' could not have been nil in the code.
11055
11056 * textmodes/tildify.el (tildify-region): Ditto.
11057
11058 * textmodes/reftex-index.el (reftex-index-change-entry)
11059 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11060 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11061 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11062 (org-priority, org-table-sum):
11063 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11064 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11065 (flyspell-word, flyspell-display-next-corrections):
11066 * textmodes/bibtex.el (bibtex-print-help-message):
11067 * textmodes/artist.el (artist-key-set-point-poly):
11068 * term/mac-win.el (mac-services-insert-text):
11069 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11070 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11071 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11072 (vhdl-compose-configuration):
11073 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11074 (sh-set-indent, sh-learn-line-indent):
11075 * progmodes/ps-mode.el (ps-mode-target-column):
11076 * progmodes/idlwave.el (idlwave-make-tags)
11077 (idlwave-scan-library-catalogs):
11078 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11079 * progmodes/gud.el (gud-jdb-analyze-source):
11080 * progmodes/flymake.el (flymake-log):
11081 * progmodes/ebnf2ps.el (ebnf-generate-region):
11082 * progmodes/cmacexp.el (c-macro-expansion):
11083 * progmodes/ada-xref.el (ada-treat-cmd-string):
11084 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11085 (ada-justified-indent-current, ada-batch-reformat):
11086 * play/zone.el (zone):
11087 * play/landmark.el (lm-move):
11088 * play/decipher.el (decipher-show-alphabet):
11089 * net/newsticker.el (newsticker--display-jump)
11090 (newsticker--display-scroll):
11091 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11092 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11093 * mail/feedmail.el (feedmail-dump-message-to-queue):
11094 * eshell/esh-proc.el (eshell-remove-process-entry):
11095 * emulation/ws-mode.el (ws-last-error):
11096 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11097 (viper-record-kbd-macro):
11098 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11099 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11100 * emacs-lisp/find-func.el (find-function-noselect):
11101 * calendar/timeclock.el (timeclock-status-string)
11102 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11103 (timeclock-when-to-leave-string):
11104 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11105 * calc/calc-units.el (calc-enter-units-table):
11106 * calc/calc-mode.el (calc-mode-record-mode):
11107 * woman.el (woman-mini-help):
11108 * wdired.el (wdired-change-to-wdired-mode):
11109 * vc.el (vc-retrieve-snapshot):
11110 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11111 * startup.el (display-startup-echo-area-message):
11112 * simple.el (set-goal-column):
11113 * ses.el (ses-command-hook, ses-recalculate-cell):
11114 * server.el (server-process-filter):
11115 * printing.el (pr-interface-txt-print, pr-interface-printify)
11116 (pr-interface-ps):
11117 * pcvs.el (cvs-help):
11118 * log-edit.el (log-edit, log-edit-mode-help):
11119 * iswitchb.el (iswitchb-possible-new-buffer):
11120 * isearch.el (isearch-edit-string):
11121 * image-mode.el (image-mode, image-minor-mode):
11122 * ibuf-macs.el (define-ibuffer-filter):
11123 * hi-lock.el (hi-lock-find-patterns):
11124 * files.el (toggle-read-only):
11125 * ediff-util.el (ediff-copy-diff)
11126 (ediff-write-merge-buffer-and-maybe-kill):
11127 * echistory.el (Electric-history-undefined):
11128 * dnd.el (dnd-insert-text):
11129 * dired-aux.el (dired-query):
11130 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11131 * bookmark.el (bookmark-bmenu-locate):
11132 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11133 Fix `message' calls to ensure first arg is a format string.
11134 The change was made only when these two conditions were satisfied:
11135 [1] when there is a possibility that the arguments would cause an error
11136 for example, if the code in question relies on external variables
11137 such as filenames, and
11138 [2] if the arg to `message' could not have been nil in the code.
11139
11140 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11141 Not having a %s would be weird, though not technically wrong.
11142
11143 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11144
11145 * term/mac-win.el (mac-add-charset-info): Doc fix.
11146
11147 2005-09-17 Romain Francoise <romain@orebokech.com>
11148
11149 * shell.el (shell-resync-dirs): Handle echoing processes more
11150 reliably. Don't insert resync command if `comint-process-echoes'
11151 is non-nil.
11152
11153 2005-09-17 Magnus Henoch <mange@freemail.hu>
11154
11155 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11156 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11157 aspell versions >= 0.60.
11158 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11159 only if ispell-aspell-supports-utf8 is non-nil.
11160
11161 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11162
11163 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11164 buffer-local value to lisp-indent-function.
11165
11166 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11167
11168 * progmodes/glasses.el (glasses-make-readable): If
11169 glasses-separator differs from underscore, put appropriate
11170 overlays over underscore characters.
11171 (glasses-convert-to-unreadable): If glasses-separator differs from
11172 underscore, try to convert glasses-separator characters to
11173 underscores.
11174
11175 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11178 Use with-syntax-table and dolist.
11179
11180 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11181
11182 * textmodes/reftex-auc.el:
11183 * textmodes/reftex-cite.el:
11184 * textmodes/reftex-dcr.el:
11185 * textmodes/reftex-global.el:
11186 * textmodes/reftex-parse.el:
11187 * textmodes/reftex-ref.el:
11188 * textmodes/reftex-sel.el:
11189 * textmodes/reftex-toc.el:
11190 * textmodes/reftex-vars.el:
11191 * textmodes/reftex.el: Small changes to remove compiler warnings.
11192
11193 * textmodes/reftex-index.el: Likewise.
11194 (reftex-query-index-phrase): More efficient use of markers.
11195
11196 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11197
11198 * image.el (image-load-path): New variable.
11199 (image-search-load-path): New function.
11200 (find-image): Search for images in `image-load-path'.
11201
11202 2005-09-15 Richard M. Stallman <rms@gnu.org>
11203
11204 * follow.el: Change Maintainer field.
11205
11206 2005-09-15 David Ponce <david@dponce.com>
11207
11208 * recentf.el (recentf-save-file-modes): New option.
11209 (recentf-save-list): Use it.
11210
11211 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11212
11213 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11214 (mode-line-mule-info, mode-line-modified): Move bindings from
11215 mouse-3 to mouse-1.
11216
11217 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11218
11219 * simple.el (sendmail-user-agent-compose): Revert last change.
11220
11221 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11224 Use with-current-buffer.
11225 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11226 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11227 (ange-ftp-insert-directory): Remove unused var `short'.
11228 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11229
11230 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11231 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11232
11233 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11234 (check-calendar-holidays, diary-list-entries): Autoload.
11235 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11236 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11237
11238 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11239 which mistakenly removed a call to display-buffer.
11240
11241 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11242
11243 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11244
11245 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11246
11247 * progmodes/hideshow.el
11248 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11249 (hs-allow-nesting): New user var.
11250 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11251 (hs-hide-block-at-point): When nesting allowed,
11252 if there is already an overlay in place, delete it.
11253 (hs-safety-is-job-n): Delete func; remove call sites.
11254 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11255 (hs-overlay-at): New func.
11256 (hs-already-hidden-p, hs-show-block): Use it.
11257 (hs-hide-all): Don't pre-clean if nesting allowed.
11258 (hs-show-all): Temporarily disallow
11259 nesting around call to `hs-discard-overlays'.
11260
11261 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11264 Delete unused local var.
11265
11266 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * help-fns.el (describe-categories): "?\ " -> "?\s".
11269 (help-do-arg-highlight): Recognize also ARG-n, as in
11270 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11271
11272 * international/codepage.el (dos-unsupported-char-glyph):
11273 * net/newsticker.el (tool-bar-map, w3-mode-map)
11274 (w3m-minor-mode-map):
11275 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11276 (ent-alist):
11277 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11278
11279 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11280
11281 * custom.el (custom-push-theme): Handle the case where a symbol is
11282 bound but face properties have not yet been assigned.
11283
11284 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11285 Fix behavior if noerase is `t' and there is no mail buffer.
11286
11287 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11288 if `continue' is nil, rather than signal an error.
11289
11290 2005-09-12 Richard M. Stallman <rms@gnu.org>
11291
11292 * font-lock.el (font-lock-keywords): Add autoload.
11293
11294 * help-fns.el (describe-variable): Rearrange to put source link
11295 in a predictable place.
11296
11297 * net/newsticker.el: New file.
11298
11299 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11302 (calendar-basic-setup): Use the new nil arg.
11303 (number-of-diary-entries): Move to diary-lib.el.
11304
11305 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11306 (diary-list-entries): Use with-syntax-table and dolist.
11307 Rename from list-diary-entries.
11308 Use number-of-diary-entries if `number' is nil.
11309 (diary, diary-view-entries): Use this new name and new nil arg value.
11310 (number-of-diary-entries): Move from calendar.el.
11311 (diary-unhide-everything): New function.
11312 (include-other-diary-files, fancy-diary-display)
11313 (diary-show-all-entries, make-diary-entry): Use it.
11314 (diary-mail-entries): Use buffer-string.
11315 (mark-diary-entries): Fix long standing paren typo.
11316 (diary-sexp-entry): Use count-lines.
11317 (make-diary-entry): Avoid `previous-line'.
11318 (diary-mode-map): New var.
11319 (diary-mode): Redraw cal after saving. Setup header-line.
11320 (fancy-diary-display-mode): Use local-set-key.
11321
11322 * startup.el (command-line): Try calling various terminal-init-foo-bar
11323 functions by stripping hyphenated suffixes from $TERM.
11324
11325 * files.el (normal-mode): Check boundness of font-lock-keywords.
11326
11327 2005-09-12 Richard M. Stallman <rms@gnu.org>
11328
11329 * progmodes/compile.el: Don't decide a file's directory
11330 until the user actually tries to go there.
11331 (compilation-next-error-function):
11332 Pass compilation-find-file the directory from the file-struct.
11333 (compilation-internal-error-properties): Separate local FILE-STRUCT
11334 from FILE. Doc the args better. Rename arg FMT to FMTS.
11335 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11336 Expand it, and if nil, use default-directory.
11337 (compilation-get-file-structure): Don't mix specified directory
11338 with default directory. Put specified directory into
11339 file-struct. Don't make the file name absolute.
11340
11341 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11342 (compile-command): Add autoload.
11343 (compilation-disable-input): Add autoload.
11344
11345 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11346
11347 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11348 strings of the variables it can override.
11349 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11350 %Q and %q, for fully-qualified domain name and unqualified host name.
11351
11352 2005-09-11 Kim F. Storm <storm@cua.dk>
11353
11354 * emacs-lisp/authors.el (authors-aliases): Update list.
11355 (authors-fixed-entries): Update mldrag.el entry.
11356
11357 2005-09-10 Alan Mackenzie <acm@muc.de>
11358
11359 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11360 from the region narrowed to.
11361
11362 2005-09-10 Magnus Henoch <mange@freemail.hu>
11363
11364 * textmodes/ispell.el (ispell-check-version): Signal an error if
11365 aspell version is less than 0.60.
11366
11367 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11368
11369 * progmodes/octave-inf.el (inferior-octave-startup):
11370 Resync current dir at the end.
11371
11372 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11373
11374 * woman.el (woman-topic-at-point-default):
11375 Rename to woman-use-topic-at-point-default.
11376 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11377 (woman-file-name): Reflect renames above. Automatically use the
11378 word at point as topic if woman-use-topic-at-point is non-nil.
11379 Otherwise offer it as default but don't insert it in the
11380 minibuffer. Also use `test-completion' instead of `assoc' as
11381 suggested by Stefan Monnier.
11382
11383 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11384
11385 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11386 the attempt to do it over Tramp. This is not yet supported.
11387
11388 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11389
11390 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11391 (menu-bar-non-minibuffer-window-p): New functions.
11392 ("Split Window", "Save As..."): Use them.
11393 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11394 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11395 Use menu-bar-menu-frame-live-and-visible-p.
11396 ("Save Buffer", "Insert File", "Open Directory...")
11397 ("Open File...", "Visit New File..."):
11398 Use menu-bar-non-minibuffer-window-p.
11399 (kill-this-buffer-enabled-p, dired <menu-enable>):
11400 Use menu-bar-non-minibuffer-window-p.
11401
11402 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11403
11404 * cus-start.el (all): Don't complain about fringe-related
11405 built-ins if fringes are not supported. Ditto about
11406 selection-related built-ins. Fix the test for GTK-related built-ins.
11407
11408 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11409 ("Postscript Print Buffer", "Print Region", "Save As...")
11410 ("Save", "Insert File...", "Open Directory...")
11411 ("Open File...", "Visit New File..."")
11412 ("Truncate Long Lines in this Buffer"): Don't look at
11413 menu-updating-frame if this display does not support multiple frames.
11414
11415 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11416
11417 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11418
11419 2005-09-09 Emilio Lopes <eclig@gmx.net>
11420
11421 * woman.el: Format- and whitespace-related changes.
11422
11423 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11424
11425 * woman.el: Fix my email address.
11426
11427 2005-09-08 Richard M. Stallman <rms@gnu.org>
11428
11429 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11430 (sh-mode): Locally set skeleton-pair-default-alist.
11431
11432 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11433
11434 * progmodes/flymake.el: Require `compile' unconditionally.
11435
11436 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11437
11438 * woman.el (woman-file-name): Provide a default, not initial input.
11439
11440 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11441
11442 * font-lock.el (font-lock-support-mode): Doc fix.
11443
11444 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11445
11446 2005-09-08 Richard M. Stallman <rms@gnu.org>
11447
11448 * simple.el (blink-matching-open): Get rid of text props from
11449 the string shown in echo area. Don't permanently set point.
11450 Some rearrangements.
11451
11452 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11453
11454 * recentf.el (recentf-filename-handler): Add custom choice
11455 `abbreviate-file-name'.
11456
11457 * msb.el (msb--very-many-menus): Fix typo.
11458
11459 * disp-table.el (standard-display-european): Don't set
11460 enable-multibyte-characters to nil.
11461
11462 2005-09-08 David Ponce <david@dponce.com>
11463
11464 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11465 (recentf-expand-file-name): Doc fix.
11466 (recentf-dialog-mode-map): Define digit shortcuts.
11467 (recentf--files-with-key): New variable.
11468 (recentf-show-digit-shortcut-filter): New function.
11469 (recentf-open-files-items): New function.
11470 (recentf-open-files): Use it.
11471 (recentf-open-file-with-key): New command.
11472
11473 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11474
11475 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11476 Suggested by Kim F. Storm.
11477 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11478 (Buffer-menu-make-sort-button): Use global keymap.
11479
11480 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11481
11482 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11483 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11484 necessary any longer with the remapped command.
11485 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11486 formatting time only.
11487
11488 * net/tramp.el (tramp-action-password)
11489 (tramp-multi-action-password): Compile the password prompt from
11490 `method', `user' and `host'. Sometimes it isn't obvious which
11491 password to enter, for example with remote files offered by
11492 recentf.el, or with multiple steps. Suggested by Robert Marshall
11493 <robert@chezmarshall.freeserve.co.uk>.
11494
11495 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11498 Fix regexp for when "s///" is at the beginning of line.
11499
11500 2005-09-07 Jay Belanger <belanger@truman.edu>
11501
11502 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11503 when in matrix mode.
11504
11505 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11508 non-anonymous functions.
11509
11510 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11513 when using a header line. Otherwise, use mouse-1-click-follows-link.
11514
11515 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11516 can't be moved; don't signal an error.
11517
11518 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11519
11520 * cus-theme.el (custom-theme-write-faces): Save the current face
11521 spec, not the defface spec.
11522
11523 * custom.el (custom-known-themes): Clarify meaning of "standard".
11524 (custom-push-theme): Save old values in the standard theme.
11525 (disable-theme): Correct typo.
11526 (custom-face-theme-value) Deleted unused function.
11527 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11528
11529 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * progmodes/compile.el (compilation-goto-locus): Take into account
11532 iconified frames when determining whether the buffer is
11533 already visible.
11534 Don't reset window height if the window already existed.
11535
11536 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11537
11538 * custom.el (load-theme): Rename from require-theme.
11539 Add interactive spec.
11540 (enable-theme): Rename from custom-enable-theme.
11541 Add interactive spec.
11542 (disable-theme): Rename from custom-disable-theme.
11543 Add interactive spec.
11544 (custom-make-theme-feature): Doc fix.
11545 (custom-theme-directory): Doc fix.
11546 (provide-theme): Call enable-theme.
11547
11548 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * obsolete/lazy-lock.el (lazy-lock-mode):
11551 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11552 font-lock-mode if it's off. Print a warning instead.
11553
11554 * progmodes/compile.el (compilation-start): Ignore errors if the
11555 process died before we get to send-eof.
11556
11557 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11558 Undo last change. Enclosing the result in quotes broke things on Unix
11559 since tex-send-command passes it through shell-quote-argument.
11560 (tex-send-command): Pass `file' through convert-standard-filename
11561 when possible.
11562 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11563 info in a transcript.
11564
11565 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11568 fix compilation warning. Reorder the key definitions to group
11569 together keys emitted by the current version of xterm.
11570
11571 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11572 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11573 Reorder predicates to correct min-color usage.
11574
11575 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11578 Kill local variables when longlines-mode is turned off.
11579
11580 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11583
11584 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11585
11586 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11587
11588 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11589 (font-lock-lines-before): Change default to being inactive.
11590 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11591 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11592
11593 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11594
11595 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11596 Deactivate temporarily advice if active (not needed for Emacs 22,
11597 but for backwards compatibility).
11598 (tramp-exists-file-name-handler): Rewrite. First implementation
11599 was too simple.
11600 (tramp-advice-make-auto-save-file-name):
11601 Call `tramp-handle-make-auto-save-file-name' (again, just for
11602 backwards compatibility).
11603
11604 2005-08-31 Reto Zimmermann <reto@gnu.org>
11605
11606 * progmodes/vhdl-mode.el
11607 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11608 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11609 (vhdl-set-default-project): New function (easier setting of default).
11610 (vhdl-port-copy): Handle extended identifiers for generics.
11611 (vhdl-compiler-alist): Better description for error message regexp.
11612 (vhdl-make): Query for target, use previous as default.
11613 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11614 (vhdl-font-lock-keywords-2): Fix fontification for record
11615 el. assign.
11616 (vhdl-speedbar-make-subpack-line): Add package body link.
11617 (vhdl-generate-makefile-1): Not include itself as dependency.
11618 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11619 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11620 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11621 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11622 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11623 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11624 (vhdl-import-project): Add string argument for `error'.
11625 (vhdl-compose-configuration)
11626 (vhdl-compose-configuration-architecture): Add configuration
11627 declaration generation.
11628 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11629 (vhdl-trailer-re): Add "record" keyword (better indentation).
11630 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11631 "[^ \t-\"]+".
11632 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11633 (vhdl-testbench-entity-file-name)
11634 (vhdl-testbench-architecture-file-name): Allow separate
11635 customization of testbench file names.
11636 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11637 (vhdl-get-visible-signals): Allow newline within alias declaration.
11638 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11639 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11640 (member-ignore-case): Alias for missing function in XEmacs.
11641 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11642 (vhdl-update-sensitivity-list): Ignore case on read signals.
11643 (vhdl-replace-string): Adjust case only for file names.
11644 (vhdl-update-sensitivity-list): Fix search for read signals.
11645 (vhdl-update-sensitivity-list): Exclude formal parameters.
11646 (vhdl-get-visible-signals): Include aliases of signals.
11647 (vhdl-get-visible-signals): Fix signal name searching.
11648 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11649 (vhdl-fixup-whitespace-region): Fix for character
11650 literals (e.g. `:').
11651
11652 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11653
11654 * ansi-color.el (comint-last-output-start):
11655 * bs.el (font-lock-verbose):
11656 * diff-mode.el (add-log-buffer-file-name-function):
11657 * dired-x.el (vm-folder-directory):
11658 * faces.el (help-xref-stack-item):
11659 * files.el (font-lock-keywords):
11660 * find-lisp.el (dired-buffers, dired-subdir-alist):
11661 * ido.el (cua-inhibit-cua-keys):
11662 * log-view.el (cvs-minor-wrap-function):
11663 * outline.el (font-lock-warning-face):
11664 * simple.el (compilation-current-error):
11665 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11666 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11667 * tooltip.el (comint-prompt-regexp):
11668 * w32-fns.el (explicit-shell-file-name):
11669 * term/mac-win.el (mac-charset-info-alist)
11670 (mac-services-selection, mac-system-script-code):
11671 * term/tty-colors.el (msdos-color-values):
11672 * term/w32-win.el (xlfd-regexp-registry-subnum):
11673 * term/x-win.el (x-keysym-table, x-selection-timeout)
11674 (x-session-id, x-session-previous-id):
11675 * textmodes/ispell.el (mail-yank-prefix):
11676 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11677 * textmodes/org.el (calc-embedded-close-formula)
11678 (calc-embedded-open-formula)
11679 (font-lock-unfontify-region-function):
11680 * textmodes/reftex-global.el (isearch-next-buffer-function)
11681 (TeX-master):
11682 * textmodes/reftex.el (font-lock-keywords):
11683 * textmodes/tex-mode.el (font-lock-comment-face)
11684 (font-lock-doc-face):
11685 * textmodes/texinfo.el (outline-heading-alist):
11686 Add defvars.
11687
11688 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11689 (artist-spray-chars, artist-mode-init, artist-replace-string)
11690 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11691 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11692 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11693
11694 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11695 (conf-align-assignments): "?\ " -> "?\s".
11696
11697 * textmodes/reftex-index.el (TeX-master): Add defvar.
11698 (reftex-index-phrases-marker): Move up defvar.
11699
11700 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11701 (reftex-toc-include-labels-indicator)
11702 (reftex-toc-include-index-indicator)
11703 (reftex-toc-max-level-indicator): Move up declarations.
11704
11705 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11706 of args to `tramp-run-real-handler', even if it's empty in this case.
11707
11708 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11709
11710 * dired.el (dired-move-to-filename-regexp): Add date format for
11711 Mac OS X 10.3 in East Asian locales.
11712
11713 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11714
11715 * files.el (make-auto-save-file-name): Add file name handler call
11716 if applicable.
11717
11718 * net/tramp.el (tramp-file-name-handler-alist)
11719 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11720 (tramp-handle-make-auto-save-file-name): Rename from
11721 `tramp-make-auto-save-file-name'.
11722 (tramp-exists-file-name-handler): New defun.
11723 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11724 `make-auto-save-file-name' is not a magic file name operation.
11725
11726 2005-08-30 Richard M. Stallman <rms@gnu.org>
11727
11728 * files.el (risky-local-variable-p):
11729 Match `-predicates' and `-commands.
11730
11731 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11732 (custom-save-all): Visit the file if necessary;
11733 kill the buffer if we created it.
11734 (custom-save-delete): Don't visit file or kill buffer here.
11735
11736 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11737
11738 * textmodes/org.el (org-special-keyword): New face.
11739 (org-table-copy-down, org-table-eval-formula)
11740 (org-table-recalculate, org-init-section-numbers):
11741 Use `string-to-number' instead of `string-to-int'.
11742 (org-get-location): Use `insert-buffer-substring' instead of
11743 `insert-buffer'.
11744 (org-modify-diary-entry-string): New function.
11745 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11746 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11747 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11748 active region.
11749 (org-export-as-html): Handle QUOTE keyword.
11750 (org-quote-string): New option.
11751 (org-bookmark-jump-unhide): New function, used for
11752 `bookmark-after-jump-hook'.
11753 (org-diary-default-entry): Apply only when not called through
11754 `org-agenda'.
11755
11756 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11757
11758 * net/eudc.el (mode-popup-menu):
11759 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11760 * progmodes/ada-mode.el (compile-auto-highlight)
11761 (skeleton-further-elements):
11762 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11763 * progmodes/cmacexp.el (msdos-shells):
11764 * progmodes/compile.el (font-lock-extra-managed-props)
11765 (font-lock-keywords, font-lock-maximum-size)
11766 (font-lock-support-mode):
11767 * progmodes/grep.el (font-lock-lines-before):
11768 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11769 * progmodes/mixal-mode.el (compile-command):
11770 * progmodes/perl-mode.el (font-lock-comment-face)
11771 (font-lock-doc-face, font-lock-string-face):
11772 * progmodes/prolog.el (comint-prompt-regexp):
11773 * progmodes/sh-script.el (font-lock-comment-face)
11774 (font-lock-set-defaults, font-lock-string-face):
11775 * progmodes/sql.el (font-lock-keyword-face)
11776 (font-lock-set-defaults, font-lock-string-face):
11777 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11778 (itimer-version, lazy-lock-defer-contextually)
11779 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11780 Add defvars.
11781
11782 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11783 (cperl-electric-keyword, cperl-electric-pod)
11784 (cperl-electric-backspace, cperl-forward-re)
11785 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11786 (vc-rcs-header, vc-sccs-header): Add defvars.
11787
11788 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11789 (font-lock-syntactic-keywords, gud-find-expr-function):
11790 Add defvars.
11791
11792 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11793 (gdb-frame-parameters): Declare before use.
11794
11795 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11796 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11797 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11798 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11799
11800 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11801 (idlwave-help-with-source): Use `insert-buffer-substring', not
11802 `insert-buffer'.
11803
11804 2005-08-29 Juri Linkov <juri@jurta.org>
11805
11806 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11807 Put outline-back-to-heading function call inside save-excursion.
11808
11809 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11810
11811 * man.el (Man-init-defvars, Man-translate-references)
11812 (Man-support-local-filenames, Man-highlight-references):
11813 * progmodes/sql.el (sql-interactive-mode):
11814 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11815
11816 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11817 (compilation-mode-font-lock-keywords): Add defvars.
11818 (checkdoc-interactive-loop): "?\ " -> "?\s".
11819
11820 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11821 (font-lock-doc-face, font-lock-string-face)
11822 (font-lock-keywords-case-fold-search): Add defvars.
11823 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11824
11825 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11826 Don't pass X and Y (they are ignored anyway).
11827 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11828 (mouse-delete-window): Make arguments optional.
11829
11830 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11831 (caesar-translate-table, minor-modes, news-buffer-save)
11832 (news-group-name, news-minor-modes): Add defvars.
11833
11834 * emacs-lisp/lselect.el (mouse-highlight-priority)
11835 (x-lost-selection-functions, zmacs-regions):
11836 * emacs-lisp/pp.el (font-lock-verbose):
11837 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11838 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11839 (ses-mode-map):
11840 * emacs-lisp/tcover-unsafep.el (safe-functions):
11841 * international/mule-cmds.el (mac-system-coding-system)
11842 (mac-system-locale):
11843 * language/ethio-util.el (rmail-current-message)
11844 (rmail-message-vector):
11845 * language/thai-util.el (thai-auto-composition-mode):
11846 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11847 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11848 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11849 (vm-primary-inbox, vm-spool-files):
11850 * mail/rmail.el (deleted-head, font-lock-fontified)
11851 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11852 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11853 (total-messages):
11854 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11855 (rmail-summary-mode-map):
11856 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11857 (rmail-last-label, rmail-last-multi-labels)
11858 (rmail-summary-vector, rmail-total-messages):
11859 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11860 * mail/rmailsum.el (msgnum):
11861 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11862 (rmail-current-message):
11863 * obsolete/fast-lock.el (font-lock-face-list):
11864 * obsolete/rnewspost.el (mail-reply-buffer):
11865 * obsolete/scribe.el (compile-command):
11866 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11867
11868 2005-08-28 John Paul Wallington <jpw@gnu.org>
11869
11870 * ibuf-ext.el (ibuffer-auto-update-changed):
11871 Use `frame-or-buffer-changed-p' to check whether we need to update.
11872 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11873 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11874 as a `frame-or-buffer-changed-p' state vector instead.
11875
11876 2005-08-27 Romain Francoise <romain@orebokech.com>
11877
11878 * textmodes/makeinfo.el (makeinfo-compile):
11879 Use `compilation-start'. Set `next-error-function' according to
11880 `disable-errors'.
11881 (makeinfo-next-error): New function.
11882 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11883 (makeinfo-buffer): Likewise.
11884
11885 * progmodes/compile.el (compilation-start): Add autoload cookie.
11886
11887 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11888 * textmodes/sgml-mode.el: Likewise.
11889 * progmodes/python.el: Likewise.
11890
11891 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11892
11893 * simple.el (blink-matching-paren-distance): Document the meaning
11894 of nil value, and allow to customize to nil.
11895
11896 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11897 command.com, not command.exe.
11898
11899 2005-08-26 John Wiegley <johnw@newartisans.com>
11900
11901 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11902 code around a bit so that an extraneous nil argument is not added
11903 to a command when no args are given.
11904
11905 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11906 double-quoted argument resolves to nil, return it as an empty
11907 string rather than as nil. This made it impossible to pass "" to
11908 a shell script as a null string argument.
11909
11910 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * outline.el (outline-invent-heading): New fun.
11913 (outline-promote, outline-demote): Use it.
11914 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11915 (outline-end-of-subtree): Remove unused var `opoint'.
11916
11917 2005-08-26 David Reitter <david.reitter@gmail.com>
11918
11919 * menu-bar.el (truncate-lines, write-file, print-buffer)
11920 (ps-print-buffer-faces, ps-print-buffer, split-window):
11921 Disable menu items when the frame they refer to is invisible, or when
11922 they refer to a buffer and the minibuffer is selected.
11923
11924 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11925
11926 * progmodes/flymake.el (flymake-highlight-err-lines):
11927 Use save-excursion around flymake-highlight-line to preserve point.
11928
11929 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11930
11931 * progmodes/octave-mod.el: Change Author and Maintainer address.
11932 (octave-maintainer-address): Change Kurt's email address.
11933 * progmodes/octave-inf.el: Change Author and Maintainer address.
11934 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11935
11936 2005-08-26 Kim F. Storm <storm@cua.dk>
11937
11938 * subr.el (version-list-<, version-list-<=, version-list-=):
11939 Rename from integer-list-*.
11940 (version-list-not-zero): Likewise. Fix while loop.
11941 (version=): Use version-list-= instead of string-equal.
11942
11943 2005-08-26 Richard M. Stallman <rms@gnu.org>
11944
11945 * outline.el (outline-promote): Try shortening the heading.
11946 As last resort, read the heading to use.
11947 (outline-demote): As last resort, read the heading to use.
11948
11949 2005-08-26 Romain Francoise <romain@orebokech.com>
11950
11951 * progmodes/compile.el (compilation-start): Doc fix.
11952
11953 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11954 (antlr-font-lock-additional-keywords): Fix reference to
11955 `antlr-font-lock-literal-regexp' erroneously changed during the
11956 mass face rename.
11957 (antlr-run-tool): Use `compilation-start'.
11958
11959 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11960 instead of the obsolete `compile-internal'.
11961
11962 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11963
11964 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11965 (number, original-date):
11966 * calendar/cal-china.el (date):
11967 * calendar/cal-coptic.el (date):
11968 * calendar/cal-french.el (date):
11969 * calendar/cal-hebrew.el (date, entry, number, original-date):
11970 * calendar/cal-islam.el (date, number, original-date):
11971 * calendar/cal-iso.el (date):
11972 * calendar/cal-julian.el (date):
11973 * calendar/cal-mayan.el (date):
11974 * calendar/cal-menu.el (date, event):
11975 * calendar/cal-persia.el (date):
11976 * calendar/lunar.el (date):
11977 * calendar/solar.el (date): Add defvars.
11978
11979 * emerge.el:
11980 * ibuffer.el:
11981 * info-xref.el:
11982 * obsolete/bg-mouse.el:
11983 * obsolete/sun-curs.el:
11984 * obsolete/swedish.el: Move the `defvar's to the top level.
11985
11986 * smerge-mode.el (smerge-refined-change): Add :group.
11987
11988 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11989
11990 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11991 (smerge-keep-n): Remove props.
11992 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11993 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11994 now that it's done in smerge-keep-n.
11995 (smerge-refined-change): New face.
11996 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11997 (smerge-refine): New funs.
11998 (smerge-basic-map): Bind smerge-refine.
11999
12000 2005-08-25 Juri Linkov <juri@jurta.org>
12001
12002 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12003 compilation-process-setup-function and compilation-disable-input
12004 in grep-mode instead of let-bindings in grep.
12005
12006 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12007 Delete "Automatic File De/compression" (auto-compression-mode).
12008
12009 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12010
12011 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12012 Silence warning about non-existent variable.
12013
12014 2005-08-25 Richard M. Stallman <rms@gnu.org>
12015
12016 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12017 Rename "Describe Key" to "Describe Key or Mouse Operation".
12018
12019 * mail/mailalias.el (build-mail-aliases): Delete comments
12020 from the contents before processing them.
12021
12022 * isearch.el (isearch-edit-string): Erase the Search prompt
12023 if user enters an empty string and there is no default.
12024
12025 * comint.el (comint-file-name-prefix): Add autoload.
12026
12027 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12028
12029 * subr.el (play-sound): Rearrange to avoid warning.
12030
12031 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12032
12033 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12034 New hook.
12035 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12036
12037 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12040
12041 * custom.el (custom-theme-set-variables): Sort minor modes last.
12042
12043 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12044
12045 * subr.el (version-separator, version-regexp-alist): New vars used by
12046 version comparison funs.
12047 (integer-list-<, integer-list-=, integer-list-<=)
12048 (integer-list-not-zero): New funs for integer list comparison.
12049 (version-to-list, version=, version<, version<=): New funs for version
12050 comparison.
12051
12052 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12053
12054 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12055 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12056 time to silence the byte-compiler.
12057
12058 * ibuffer.el (ibuffer-compile-make-eliding-form)
12059 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12060 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12061 so it's silly to get warnings for it).
12062 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12063 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12064 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12065 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12066 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12067 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12068 Defvar at compile time.
12069 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12070 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12071 Declare them before use.
12072
12073 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12074 (info-xref-good, info-xref-bad): Defvar at compile time.
12075
12076 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12077 Use `let*' instead of `let'.
12078
12079 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12080 (*mouse-y*, menu, char): Defvar at compile time.
12081 (sc::menu): Declare it before use.
12082 (sc::pack-one-line): Use `let', not `let*'.
12083
12084 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12085 (mail-send-hook): Defvar at compile time.
12086
12087 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12088 Defvar at compile time.
12089
12090 * term/sun-mouse.el (current-global-mousemap)
12091 (current-local-mousemap): Declare them before use.
12092
12093 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12094
12095 * bookmark.el (bookmark-after-jump-hook): New hook.
12096 (bookmark-jump): Run `bookmark-after-jump-hook'.
12097
12098 2005-08-23 Juri Linkov <juri@jurta.org>
12099
12100 * faces.el (minibuffer-prompt): Doc fix.
12101
12102 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12103
12104 * progmodes/xscheme.el: Trivial changes to silence warnings.
12105 (xscheme-previous-mode, xscheme-previous-process-state):
12106 Add defvars.
12107 (xscheme-last-input-end, xscheme-process-command-line)
12108 (xscheme-process-name, xscheme-buffer-name)
12109 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12110 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12111 (xscheme-control-g-synchronization-p)
12112 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12113 (default-xscheme-runlight, xscheme-runlight)
12114 (xscheme-runlight-string, xscheme-process-filter-state)
12115 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12116 Move to beginning of file.
12117 (scheme-interaction-mode-commands-alist)
12118 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12119 Declare them before use. Note: the initialization code for the variables
12120 has not been moved because it uses functions that reference the variables.
12121 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12122 (xscheme-prompt-for-expression-map): Declare them before use.
12123 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12124
12125 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12126
12127 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12128
12129 2005-08-22 Juri Linkov <juri@jurta.org>
12130
12131 * faces.el (set-face-underline): Delete this duplicate function
12132 and make an obsolete alias to set-face-underline-p.
12133 (set-face-underline-p): Use docstring of set-face-underline.
12134 (describe-face): Create hyperlink to parent face.
12135
12136 * info.el (Info-insert-dir): Use save-excursion around
12137 insert-buffer-substring.
12138 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12139 (Info-escape-percent): Delete function.
12140 (Info-fontify-node): Replace Info-escape-percent by
12141 replace-regexp-in-string with REP arg set to lambda that
12142 duplicates `%' and preserves text properties.
12143
12144 * progmodes/compile.el (compilation-disable-input): Doc fix.
12145 (define-compilation-mode): Doc fix and refill.
12146 (kill-compilation): Use `mode-name' in the error message.
12147 (compilation-find-file): Use `compilation-error' in the
12148 read-file-name's prompt.
12149
12150 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12153 (smerge-auto-leave): Make undo re-enable the mode.
12154 (debug-ignored-errors): Add the user-error of impossible resolution.
12155 (smerge-resolve): Move things around a bit, in preparation for later.
12156 (smerge-diff): Don't fail if the buffer has no associated file.
12157 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12158 (smerge-conflict-overlay): New function.
12159 (smerge-match-conflict): Don't add text properties here.
12160 (smerge-find-conflict): Instead, add an overlay here.
12161 Also check for the case where we're inside a conflict already, so as to
12162 obviate the need for font-lock-multiline, which is unbearably slow with
12163 large conflicts and ciomplex font-lock patterns.
12164 (smerge-remove-props): Remove overlay rather than text-properties.
12165 (smerge-mode): Don't set font-lock-multiline.
12166 Remove overlays when turned off.
12167
12168 2005-08-21 Kim F. Storm <storm@cua.dk>
12169
12170 * ido.el (ido-ignore-item-p): Use save-match-data.
12171 Bind case-fold-search to ido-case-fold locally.
12172
12173 2005-08-20 Richard M. Stallman <rms@gnu.org>
12174
12175 * files.el (normal-mode): If font lock is on, turn it off and on.
12176
12177 * subr.el (replace-regexp-in-string): Doc fix.
12178
12179 * startup.el (command-line-1): Don't suppress startup screen
12180 due to existing processes.
12181
12182 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12183
12184 * progmodes/compile.el (compilation-disable-input): Default to nil.
12185
12186 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12187
12188 * progmodes/compile.el (compilation-disable-input): New defcustom.
12189 (compilation-start): If compilation-disable-input is non-nil, send
12190 EOF to the compilation process.
12191
12192 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12193
12194 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12195 Run the argument of tex-shell-cd-command through
12196 convert-standard-filename, to get the correct style of slashes on
12197 Windows, and enclose the result in quotes, in case the file name
12198 includes whitespace or other special characters.
12199
12200 2005-08-19 Andreas Schwab <schwab@suse.de>
12201
12202 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12203 process.
12204
12205 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12206
12207 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12208
12209 2005-08-18 Kim F. Storm <storm@cua.dk>
12210
12211 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12212
12213 2005-08-18 Richard M. Stallman <rms@gnu.org>
12214
12215 * scroll-lock.el: New file.
12216
12217 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12218
12219 * dired.el (dired-move-to-end-of-filename):
12220 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12221
12222 2005-08-18 Kim F. Storm <storm@cua.dk>
12223
12224 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12225 rather than toggle mode when custom value is nil.
12226 (ido-everywhere): Fix defun doc string.
12227
12228 2005-08-17 Richard M. Stallman <rms@gnu.org>
12229
12230 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12231 as tag instead of "Inviolable".
12232
12233 2005-08-17 Kim F. Storm <storm@cua.dk>
12234
12235 * windmove.el (windmove-coordinates-of-position): Remove.
12236 (windmove-coordinates-of-window-position): Remove.
12237 (windmove-reference-loc): Use posn-at-point instead.
12238
12239 * subr.el (insert-for-yank-1): Doc fix.
12240
12241 * ido.el (ido-enter-matching-directory): Rename from
12242 ido-enter-single-matching-directory. Change `slash' choice to
12243 `only'. Add `first' choice.
12244 (ido-exhibit): Adapt to above changes.
12245
12246 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12247
12248 * Makefile.in: Expand comment about building loaddefs.el.
12249
12250 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12251
12252 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12253 Comment use of defadvice.
12254
12255 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12256
12257 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12258
12259 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12260 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12261 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12262 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12263 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12264 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12265 for backward compatibility for faces that did not appear in the
12266 previous Emacs release.
12267
12268 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12269
12270 2005-08-15 Kim F. Storm <storm@cua.dk>
12271
12272 * emulation/cua-base.el (cua-delete-region): Return t if
12273 deleted region was non-empty.
12274 (cua-replace-region): Inhibit overwrite-mode for
12275 self-insert-command if replaced region was non-empty.
12276 (cua--explicit-region-start, cua--status-string): Make them
12277 buffer-local at top-level...
12278 (cua-mode): ...rather than when mode is enabled.
12279
12280 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12281
12282 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12283 Set t for Emacs 21, 22, and so on.
12284
12285 2005-08-15 David Ponce <david@dponce.com>
12286
12287 * tree-widget.el: Update Commentary header.
12288 (tree-widget-theme): Doc fix.
12289 (tree-widget-space-width): New option.
12290 (tree-widget-image-properties): Look up in the default theme too.
12291 (tree-widget--cursors): Only for images with arrow pointer shape.
12292 (tree-widget-lookup-image): Pointer shape is hand by default.
12293 (tree-widget-icon): Rename generic icon widget from
12294 `tree-widget-control'.
12295 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12296 derive from `tree-widget-icon'.
12297 (tree-widget-handle): Improve default look and feel of the text
12298 representation.
12299 (tree-widget): Rename :*-control properties to :*-icon properties.
12300 Add :action and :help-echo properties.
12301 (tree-widget-after-toggle-functions): Move.
12302 (tree-widget-close-node, tree-widget-open-node): Remove.
12303 (tree-widget-before-create-icon-functions): New hook.
12304 (tree-widget-value-create): Update to allow customization of icons
12305 and nodes at run-time via that new hook.
12306 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12307 (tree-widget-icon-action, tree-widget-icon-help-echo)
12308 (tree-widget-action, tree-widget-help-echo): New functions.
12309
12310 2005-08-15 Kim F. Storm <storm@cua.dk>
12311
12312 * ido.el (ido-buffer-internal): Use with-no-warnings.
12313 (ido-make-merged-file-list): Use while-no-input.
12314
12315 2005-08-15 Richard M. Stallman <rms@gnu.org>
12316
12317 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12318 (flyspell-large-region): Fix doc and custom type.
12319
12320 2005-08-14 Richard M. Stallman <rms@gnu.org>
12321
12322 * files.el (interpreter-mode-alist): Doc fix.
12323
12324 * mail/rmail.el (rmail-nonignored-headers): New variable.
12325 (rmail-clear-headers): Use it.
12326 (rmail-reply): Better handling of mail-followup-to header.
12327
12328 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12329 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12330 don't try to refer to executable-font-lock-keywords.
12331 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12332 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12333 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12334 (sh-mode): Set comment-start-skip, local-abbrev-table,
12335 imenu-case-fold-search.
12336 (sh-set-shell): Don't set them here.
12337 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12338 Don't cache the results in the original alist; don't ever modify
12339 that alist.
12340
12341 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12342
12343 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12344 empty.
12345
12346 2005-08-15 Andreas Schwab <schwab@suse.de>
12347
12348 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12349
12350 * dired.el, info.el, mail/rmail.el: Revert last change.
12351
12352 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12353
12354 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12355 modification in `eval-after-load' form.
12356 * info.el: Likewise.
12357 * mail/rmail.el: Likewise.
12358
12359 2005-08-14 Juri Linkov <juri@jurta.org>
12360
12361 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12362 Remove highlighting of "Compilation started". Highlight only
12363 the word "finished" in "Compilation finished". Add highlighting
12364 of "interrupt", "killed", "terminated" and the exit code.
12365 (compilation-start): Add newline after header. Use exactly the
12366 same time stamp format as the finishing message.
12367 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12368
12369 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12370 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12371 Add highlighting of "interrupt", "killed", "terminated".
12372
12373 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12374 enabled and the current command is self-insert-command, call it
12375 explicitly with overwrite-mode bound to nil, to not allow it
12376 to delete the character after the selected region.
12377
12378 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12379
12380 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12381 move-end-of-line, end-of-line, and beginning-of-line to the list
12382 of commands after which the echo area is updated.
12383
12384 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12385
12386 * cus-edit.el (custom-save-all, custom-save-delete):
12387 Bind recentf-exclude to exclude custom-file.
12388
12389 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12390
12391 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12392 to go to the bottom of the mail message. Added to
12393 `rmail-summary-mode-map' with key "/".
12394 (rmail-summary-show-message): New (internal) function for use by
12395 both `rmail-summary-beginning/end-of-message'.
12396 (rmail-summary-beginning-of-message): Change to use
12397 rmail-summary-show-message.
12398
12399 * mail/rmail.el (rmail-end-of-message): New command to go to the
12400 end of the current message. Added to `rmail-mode-map' with key "/".
12401 (rmail-beginning-of-message): Fix to work as documented.
12402 (rmail-mode): Change documentation.
12403
12404 * progmodes/compile.el (compilation-start): Add the line
12405 "Compilation started" with compilation start time.
12406 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12407
12408 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12409
12410 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12411 of menu items.
12412
12413 2005-08-11 Richard M. Stallman <rms@gnu.org>
12414
12415 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12416
12417 * battery.el (battery-status-function): Don't use ignore-errors.
12418
12419 2005-08-11 Lute Kamstra <lute@gnu.org>
12420
12421 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12422 define-obsolete-variable-alias.
12423
12424 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12427 (ange-ftp-send-cmd): Revert last change, and expand
12428 the comment explaining the problem.
12429
12430 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12431
12432 * ldefs-boot.el: Update.
12433
12434 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12435 item to "Time, Load and Mail". Change help echo text.
12436
12437 * time.el (display-time-use-mail-icon, display-time-format)
12438 (display-time-string-forms): Shorten first line of docstrings.
12439
12440 2005-08-10 Lars Hansen <larsh@soem.dk>
12441
12442 * desktop.el (desktop-buffer-mode-handlers):
12443 Make non-customizable. Add autoload cookie. Change initial value to
12444 nil; add elements in respective modules instead. Fix doc string.
12445 (desktop-load-file): New function.
12446 (desktop-minor-mode-handlers): New autoloaded variable.
12447 (desktop-create-buffer): Call minor mode handlers.
12448 Use desktop-load-file to load major and minor mode modules prior to
12449 checking for a handler.
12450 (desktop-save): Don't add nil to desktop-minor-modes for minor
12451 modes with nil function in desktop-minor-mode-table. Don't delete
12452 desktop file before rewriting it.
12453 (desktop-locals-to-save): Add autoload cookie. Don't make
12454 automatically buffer-local. Add variables column-number-mode,
12455 size-indication-mode, indent-tabs-mode,
12456 indicate-buffer-boundaries, indicate-empty-lines and
12457 show-trailing-whitespace.
12458 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12459 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12460 (desktop-clear-preserve-buffers-regexp): Delete.
12461 (desktop-clear-preserve-buffers): Update initial value and docstring.
12462 (desktop-save-buffer): Fix doc string.
12463
12464 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12465 (hilit-chg-desktop-restore): New function.
12466 (highlight-changes-mode): Add highlight-changes-mode to
12467 desktop-locals-to-save.
12468
12469 * dired.el: Add handler to desktop-buffer-mode-handlers.
12470 (dired-restore-desktop-buffer): Remove autoload cookie.
12471 (dired-mode): Add autoload cookie.
12472
12473 * info.el: Add handler to desktop-buffer-mode-handlers.
12474 (Info-restore-desktop-buffer): Remove autoload cookie.
12475 (Info-mode): Add autoload cookie.
12476
12477 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12478 (mh-restore-desktop-buffer): Remove autoload cookie.
12479 (mh-folder-mode): Add autoload cookie.
12480
12481 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12482 (rmail-restore-desktop-buffer): Remove autoload cookie.
12483
12484 2005-08-11 Masatake YAMATO <jet@gyve.org>
12485
12486 * hexl.el (hexl-address-region):
12487 (hexl-ascii-region, hexl-font-lock-keywords):
12488 (hexl-highlight-line-range): Use the term "region"
12489 instead of "area" for consistency with the other symbols
12490 defined in hexl.el.
12491
12492 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12493
12494 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12495 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12496 out by Juri Linkov). Add `display-battery-mode'.
12497
12498 2005-08-09 Juri Linkov <juri@jurta.org>
12499
12500 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12501 Remove `-text' from face variable names.
12502 (compilation-error-file-name, compilation-warning-file-name)
12503 (compilation-info-file-name): Delete faces.
12504 (compilation-line-number, compilation-column-number):
12505 Remove face underlining.
12506 (compilation-message-face): Set to `underline' value by default.
12507 (compilation-error-face, compilation-warning-face)
12508 (compilation-info-face): Remove `-file-name' from face names.
12509 (compilation-error-text-face, compilation-warning-text-face)
12510 (compilation-info-text-face): Delete face variables.
12511 (compilation-text-face): Delete function.
12512
12513 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12514 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12515 (grep-error-face): Set to `compilation-error' instead of
12516 `compilation-error-face' (which is redefined to `grep-hit-face' in
12517 grep buffers).
12518 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12519 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12520
12521 * dired-aux.el (dired-do-query-replace-regexp):
12522 Use `query-replace-read-args'.
12523
12524 * replace.el (query-replace-read-from, query-replace-read-to)
12525 (query-replace-read-args): Rename arg `string' to `prompt'.
12526
12527 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12528
12529 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12530
12531 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12532 uploading files.
12533 (ange-ftp-canonize-filename): Handle file names beginning with ~
12534 correctly.
12535
12536 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12537
12538 * textmodes/fill.el (canonically-space-region)
12539 (fill-context-prefix, fill-french-nobreak-p)
12540 (fill-delete-newlines, fill-comment-paragraph)
12541 (justify-current-line): "?\ " -> "?\s".
12542
12543 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12544
12545 * textmodes/fill.el (fill-nonuniform-paragraphs):
12546 Improve argument/docstring consistency.
12547
12548 2005-08-09 Richard M. Stallman <rms@gnu.org>
12549
12550 * textmodes/ispell.el (ispell-word): More fboundp checks.
12551
12552 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12553 (find-file-noselect-1): Call it here, only if RAWFILE.
12554 (normal-mode): Always set some major mode.
12555 (save-some-buffers-action-alist): Change some explanation strings.
12556 (file-name-non-special): In the `quote' method, use unwind-protect.
12557
12558 2005-08-09 Magnus Henoch <mange@freemail.hu>
12559
12560 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12561 (ispell-have-aspell-dictionaries): New variable.
12562 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12563 (ispell-get-aspell-config-value): New function.
12564 (ispell-aspell-find-dictionary): New function.
12565 (ispell-aspell-add-aliases): New function.
12566 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12567 appropriate. Don't look for ispell dictionaries if we use aspell.
12568 (ispell-menu-map): Don't build a submenu of dictionaries.
12569
12570 2005-08-09 Richard M. Stallman <rms@gnu.org>
12571
12572 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12573 (sql-read-passwd): Use read-passwd.
12574
12575 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12576 (idlwave-toolbar-is-possible): Add defvars.
12577
12578 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12579 Avoid warnings.
12580
12581 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12582 (idlwave-system-class-info, idlwave-executive-commands-alist):
12583 Use defvar.
12584
12585 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12586
12587 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12588 Avoid warnings.
12589
12590 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12591 and content-type: headers.
12592
12593 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12594
12595 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12596 and rename some of them to be more self-explanatory.
12597
12598 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12599
12600 * startup.el (command-line-1): Implement -scriptload.
12601
12602 * replace.el (occur-engine): Initial *Occur* output not undoable.
12603
12604 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12605 and improve help strings.
12606
12607 * isearch.el (isearch-repeat): When changing direction,
12608 mark search successful.
12609
12610 * ediff-init.el: Use (featurep 'xemacs).
12611
12612 * comint.el (send-invisible): Identify buffer, if not selected.
12613
12614 * align.el: Delete autoload for c-guess-basic-syntax.
12615
12616 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12619 Improve argument/docstring consistency. Doc fixes.
12620 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12621 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12622 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12623 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12624 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12625 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12626 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12627 Defvar at compile time.
12628
12629 2005-08-09 Juri Linkov <juri@jurta.org>
12630
12631 * info.el: Replace `info' with upper-case `Info' where appropriate.
12632 (info-title-1, info-title-2, info-title-3, info-title-4)
12633 (info-menu-header): Move up face definitions.
12634 (info-menu-star): Rename from `info-menu-5'.
12635 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12636 (Info-fontify-visited-nodes): Fix docstring.
12637 (Info-hide-note-references): Fix docstring.
12638 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12639 menu items in the same way as on cross-references.
12640 (info-apropos): Fix sorting order and formatting to be like in the
12641 stand-alone Info browser. Display error messages for 1 sec.
12642 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12643 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12644 from the menu bar.
12645 (Info-insert-dir): Restore point after calling
12646 `insert-buffer-substring'.
12647
12648 2005-08-08 Richard M. Stallman <rms@gnu.org>
12649
12650 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12651 (recompute-lucid-menubar): Add defvars.
12652
12653 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12654
12655 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12656
12657 * net/net-utils.el (run-dig): Rename from `dig'.
12658
12659 * play/gametree.el (gametree-mode): Use make-local-variable,
12660 not make-variable-buffer-local.
12661
12662 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12663
12664 * ansi-color.el (ansi-color-make-extent)
12665 (ansi-color-set-extent-face): Use fboundp, not functionp.
12666
12667 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12668 not make-variable-buffer-local.
12669
12670 * bookmark.el (Info-current-file): Add defvar.
12671 (bookmark-jump-noselect): Use with-no-warnings.
12672
12673 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12674
12675 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12676
12677 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12678
12679 * find-file.el (ada-procedure-start-regexp)
12680 (ada-package-start-regexp): Add defvars.
12681
12682 * info.el (Info-insert-dir): Use insert-buffer-substring.
12683
12684 * xml.el (xml-att-def-re): Add defvar.
12685
12686 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12687 calling convention.
12688
12689 * subr.el (while-no-input): Return t if there is input.
12690
12691 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12692
12693 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12694
12695 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12696
12697 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12698 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12699
12700 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12701
12702 * cmuscheme.el (scheme-start-file): Replace reference to
12703 `user-emacs-directory' by "~/.emacs.d/".
12704
12705 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12706
12707 * info.el (Info-dir-remove-duplicates): Avoid case folding
12708 in loop; instead, keep downcased strings for comparison.
12709 Suggested by Helmut Eller.
12710
12711 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12712
12713 Sync with Tramp 2.0.50.
12714
12715 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12716 XEmacs case; not necessary anymore.
12717 (tramp-user-regexp): Allow "@" as part of user name.
12718 (tramp-handle-set-visited-file-modtime)
12719 (tramp-handle-insert-file-contents)
12720 (tramp-handle-write-region): No special handling for
12721 `last-coding-system-used, because this is done in
12722 `tramp-accept-process-output' now.
12723 (tramp-accept-process-output): New defun.
12724 (tramp-process-one-action, tramp-process-one-multi-action)
12725 (tramp-wait-for-regexp, tramp-wait-for-output)
12726 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12727 Howells <dhowells@redhat.com>.
12728 (clear-visited-file-modtime): Defadvice removed. The check for
12729 unset buffer's modtime does not need to be based on
12730 `tramp-buffer-file-attributes'. Suggested by RMS.
12731 (tramp-message): Insert "\n" if not being at beginning of line.
12732 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12733 sequence with same logic.
12734 (tramp-completion-handle-expand-file-name): Discard call of
12735 `tramp-drop-volume-letter'. It is not necessary, and there have
12736 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12737 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12738 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12739 should always be visible.
12740 (tramp-handle-insert-directory, tramp-setup-complete)
12741 (tramp-set-process-query-on-exit-flag)
12742 (tramp-append-tramp-buffers): Pacify byte-compiler.
12743 (tramp-bug): Delete non-existing variables from list.
12744 Apply `tramp-load-report-modules' as pre-hook.
12745 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12746 `shell-prompt-pattern' because of non-7bit characters.
12747 Reported by Sebastian Luque <sluque@mun.ca>.
12748 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12749 (tramp-match-string-list): Remove function.
12750 (tramp-wait-for-regexp): Remove call of that function.
12751 Suggested by Kim F. Storm <storm@cua.dk>.
12752 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12753 instead of octal character code ?\600. The latter resulted in a
12754 syntax error with XEmacs.
12755
12756 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12757 XEmacs case; not necessary anymore.
12758 (tramp-smb-handle-write-region): No special handling for
12759 `last-coding-system-used, because this is done in
12760 `tramp-accept-process-output' now.
12761 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12762
12763 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12764
12765 * wid-edit.el (widget-choice-value-create):
12766 Unconditionally respect user choice. Set :explicit-choice back to nil
12767 when no longer needed.
12768 (widget-choice-action): Unconditionally respect user choice.
12769 Eliminate :explicit-choice-value.
12770
12771 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12772
12773 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12774 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12775 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12776 running new function `toggle-indicate-empty-lines'.
12777 Rename "Customize" item to "Customize fringe".
12778 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12779 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12780 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12781 Delete "Empty lines only" item.
12782 (menu-bar-showhide-fringe-ind-customize): New function.
12783 (menu-bar-showhide-fringe-ind-mixed)
12784 (menu-bar-showhide-fringe-ind-box)
12785 (menu-bar-showhide-fringe-ind-right)
12786 (menu-bar-showhide-fringe-ind-left)
12787 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12788 instead of `fringe-indicators'.
12789
12790 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12791
12792 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12793 Change the date of last update.
12794
12795 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12796
12797 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12798 (viper-exec-yank, viper-put-back): Don't display modification msg
12799 if in the minibuffer.
12800
12801 * viper-init.el (viper-replace-overlay-cursor-color)
12802 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12803 Make variables frame local.
12804
12805 * viper-util.el (viper-append-filter-alist): Use append instead of
12806 nconc.
12807
12808 * viper.el (viper-vi-state-mode-list)
12809 (viper-emacs-state-mode-list): Move help-mode and
12810 completion-list-mode from the first list to the second.
12811 (viper-mode): Docstring.
12812 (viper-go-away, viper-non-hook-settings): Don't localize
12813 minor-mode-alist in newer Emacsen. Add advice to
12814 set-cursor-color. Don't bind "\C-c\\".
12815
12816 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12817
12818 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12819 (scheme-macro-expand-command): New user options.
12820 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12821 (scheme-form-at-point, scheme-start-file)
12822 (scheme-interactively-start-process): New functions.
12823 (scheme-get-process): New function, extracted from `scheme-proc'.
12824 (run-scheme): Call `scheme-start-file' to get start file, and pass
12825 it to `make-comint'.
12826 (switch-to-scheme, scheme-proc):
12827 Call `scheme-interactively-start-process' if no Scheme buffer/process
12828 is available.
12829
12830 2005-08-06 Juri Linkov <juri@jurta.org>
12831
12832 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12833 Use `compilation-text-face', `compilation-info-text-face' and
12834 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12835 (compilation-error): New face.
12836 (compilation-error-file-name): Inherit from
12837 `compilation-error' instead of `font-lock-warning-face'.
12838 (compilation-warning-file-name): Inherit from
12839 `compilation-warning' instead of `font-lock-warning-face'.
12840 (compilation-info, compilation-error-file-name)
12841 (compilation-warning-file-name, compilation-info-file-name)
12842 (compilation-line-number, compilation-column-number): Doc fix.
12843 (compilation-error-text-face, compilation-warning-text-face)
12844 (compilation-info-text-face): New face variables.
12845 (compilation-line-face, compilation-column-face)
12846 (compilation-enter-directory-face)
12847 (compilation-leave-directory-face): Doc fix.
12848 (compilation-text-face): New function.
12849
12850 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12851 instead of 1 to display binary file names as info file links.
12852 (grep-error-face): Use `compilation-error-face' instead of
12853 `font-lock-keyword-face'.
12854 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12855 and `compilation-warning-text-face' instead of
12856 `font-lock-keyword-face'. Use `compilation-error-text-face'
12857 instead of `grep-error-face'.
12858
12859 2005-08-05 Kenichi Handa <handa@m17n.org>
12860
12861 * international/code-pages.el: Add autoload cookies for all coding
12862 systems.
12863
12864 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12865
12866 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12867
12868 2005-08-04 Juri Linkov <juri@jurta.org>
12869
12870 * progmodes/compile.el (compilation-mode-map):
12871 * progmodes/grep.el (grep-mode-map):
12872 Bind TAB to `compilation-next-error' and [backtab] to
12873 `compilation-previous-error'.
12874
12875 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12876 matching line numbers, column numbers and their ranges with regexp
12877 matching only line numbers.
12878 (grep-context-face): New face variable.
12879 (grep-mode-font-lock-keywords): Use it.
12880
12881 * faces.el (read-face-name): Delete duplicate faces.
12882
12883 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12884
12885 * thumbs.el (thumbs-find-image): Don't make variables
12886 automatically buffer local.
12887 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12888 (thumbs-image-num): Make automatically buffer local.
12889 (thumbs-show-thumbs-list): Use `make-local-variable', not
12890 `make-variable-buffer-local'.
12891 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12892
12893 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12894 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12895 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12896 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12897 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12898 (feelings-about, foullst, found, hello, history, howareyoulst)
12899 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12900 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12901 (neglst, obj, object, owner, please, problems, qlist)
12902 (random-adjective, relation, remlst, repetitive-shortness)
12903 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12904 (shortlst, something, sportslst, stallmanlst, states, subj)
12905 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12906 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12907 Defvar at compile time.
12908
12909 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12910 not `make-variable-buffer-local'.
12911
12912 2005-08-02 Kim F. Storm <storm@cua.dk>
12913
12914 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12915 rectangle overlay in selected window.
12916
12917 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12918
12919 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12920 instead of display group. Make `indicate-buffer-boundaries'
12921 customizable through Custom.
12922
12923 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12924
12925 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12926 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12927 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12928 (gdb-put-string): Fix typos in docstrings.
12929
12930 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12931
12932 Update copyright notices of files in progmodes directory for
12933 release of Emacs 22.1.
12934
12935 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12936
12937 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12938 Don't barf if the GUD buffer has been killed.
12939
12940 2005-08-01 Kim F. Storm <storm@cua.dk>
12941
12942 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12943
12944 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * simple.el (next-error-follow-minor-mode):
12947 make-variable-buffer-local -> make-local-variable.
12948
12949 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12950
12951 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12952 (byte-compile-form-make-variable-buffer-local): New functions to warn
12953 about misuses of make-variable-buffer-local where make-local-variable
12954 was meant.
12955
12956 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12957
12958 * bs.el (bs-attributes-list): Doc fix.
12959 (bs): Update url-link.
12960
12961 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12962 (desktop-load-default): Simplify.
12963
12964 * ibuffer.el (ibuffer-columnize-and-insert-list)
12965 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12966 (ibuffer-unmark-all, ibuffer-toggle-marks)
12967 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12968 (ibuffer-compile-make-format-form, ibuffer-format-column)
12969 (ibuffer-current-buffers-with-marks)
12970 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12971 (ibuffer): Doc fix.
12972 (ibuffer-mode): Fix typo in docstring.
12973 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12974 with `define-obsolete-variable-alias'.
12975 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12976
12977 2005-07-29 Kenichi Handa <handa@m17n.org>
12978
12979 * international/mule-cmds.el (select-message-coding-system):
12980 Be sure to use LF for end-of-line. If no coding system is decided,
12981 return iso-8859-1-unix.
12982
12983 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12986 (ange-ftp-pending-error-line): New vars.
12987 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12988 to handle the non-fatal no-route-to-host messages.
12989 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12990
12991 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12992
12993 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12994 (isearch-quote-char, isearch-printing-char)
12995 (isearch-text-char-description): "?\ " -> "?\s".
12996 (isearch-lazy-highlight-cleanup)
12997 (isearch-lazy-highlight-initial-delay)
12998 (isearch-lazy-highlight-interval)
12999 (isearch-lazy-highlight-max-at-a-time)
13000 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13001 Declare with define-obsolete-*-alias macros.
13002 (isearch-forward): Fix typo in docstring.
13003 (search-invisible, search-ring-yank-pointer)
13004 (regexp-search-ring-yank-pointer): Doc fixes.
13005
13006 * recentf.el (recentf-menu-append-commands-p): Declare with
13007 `define-obsolete-variable-alias'.
13008 (recentf-max-saved-items, recentf-menu-filter)
13009 (recentf-arrange-by-rule-subfilter): Doc fixes.
13010 (recentf-menu-append-commands-flag)
13011 (recentf-initialize-file-name-history, recentf-expand-file-name)
13012 (recentf-clear-data): Fix typos in docstrings.
13013
13014 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13015
13016 * progmodes/gdb-ui.el: Smarten comments.
13017 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13018
13019 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13020
13021 * term/apollo.el (terminal-init-apollo): New function containing
13022 all former top level forms in the file.
13023 * term/bobcat.el (terminal-init-bobcat):
13024 * term/cygwin.el (terminal-init-cygwin):
13025 * term/iris-ansi.el (terminal-init-iris-ansi):
13026 * term/linux.el (terminal-init-linux):
13027 * term/news.el (terminal-init-news):
13028 * term/rxvt.el (terminal-init-rxvt):
13029 * term/sun.el (terminal-init-sun):
13030 * term/tvi970.el (terminal-init-tvi970):
13031 * term/vt100.el (terminal-init-vt100):
13032 * term/vt102.el (terminal-init-vt102):
13033 * term/vt125.el (terminal-init-vt125):
13034 * term/vt200.el (terminal-init-vt200):
13035 * term/vt201.el (terminal-init-vt201):
13036 * term/vt220.el (terminal-init-vt220):
13037 * term/vt240.el (terminal-init-vt240):
13038 * term/vt300.el (terminal-init-vt300):
13039 * term/vt320.el (terminal-init-vt320):
13040 * term/vt400.el (terminal-init-vt400):
13041 * term/vt420.el (terminal-init-vt420):
13042 * term/wyse50.el (terminal-init-wyse50):
13043 * term/xterm.el (terminal-init-xterm): Likewise.
13044
13045 * term/README: Describe the terminal-init-* functionality.
13046
13047 * startup.el (command-line): After loading the terminal initialization
13048 file call the corresponding terminal initialization function.
13049
13050 2005-07-27 Kenichi Handa <handa@m17n.org>
13051
13052 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13053 negative.
13054
13055 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13056 (ps-mule-composition-prologue): Fix for the case that
13057 RelativeCompose is false.
13058
13059 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13062
13063 * descr-text.el (describe-char): Handle the case where the list of
13064 chars is displayed in a separate frame.
13065 Be a bit more discriminating when looking for the char.
13066
13067 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * bookmark.el (bookmark-automatically-show-annotations)
13070 (bookmark-read-annotation-text-func): Doc fixes.
13071 (bookmark-save): Improve argument/docstring consistency.
13072 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13073 (bookmark-alist-from-buffer)
13074 (bookmark-upgrade-file-format-from-0)
13075 (bookmark-grok-file-format-version)
13076 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13077 (bookmark-read-annotation-mode)
13078 (bookmark-insert-current-bookmark, bookmark-jump)
13079 (bookmark-exit-hook): Fix typos in docstrings.
13080 (bookmark-exit-hooks): Define as obsolete alias.
13081 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13082 not `bookmark-exit-hooks'. Fix docstring.
13083 (bookmark-bmenu-select): "?\ " -> "?\s".
13084
13085 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13086
13087 * startup.el (command-line): Fix typo.
13088
13089 2005-07-24 Richard M. Stallman <rms@gnu.org>
13090
13091 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13092 not emacs-quick-startup.
13093
13094 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13095
13096 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13097 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13098 instead of `reb-with-current-window'.
13099 (reb-prev-match): Likewise. Also, don't move left if the search
13100 was unsuccessful.
13101 (reb-initialize-buffer): New function.
13102 (re-builder, reb-change-syntax): Use it.
13103
13104 * man.el (Man-goto-page): Make second argument NOERROR optional.
13105
13106 2005-07-23 Richard M. Stallman <rms@gnu.org>
13107
13108 * man.el (Man-bgproc-sentinel): Check here for failure to find
13109 any man page in the output, and report the error here.
13110 (Man-arguments): Make it permanent local.
13111 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13112 (Man-mode): Pass t for NOERROR.
13113
13114 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13115 (grep-mode-font-lock-keywords):
13116 Don't use compilation-...-face for messages that are not file names.
13117
13118 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13119 Don't use compilation-...-face for messages that are not file names.
13120
13121 2005-07-22 Juri Linkov <juri@jurta.org>
13122
13123 * startup.el (normal-splash-screen): Update menu name.
13124
13125 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13126
13127 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13128
13129 * term/xterm.el: Load term/rxvt if the terminal is actually an
13130 rxvt terminal.
13131 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13132
13133 * term/rxvt.el (function-key-map): Use substitute-key-definition
13134 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13135
13136 * term/cygwin.el: New file.
13137
13138 2005-07-22 Kim F. Storm <storm@cua.dk>
13139
13140 * image-file.el (insert-image-file, image-file-yank-handler):
13141 Fix last change to maintain a (unique) yank-handler on yanked images.
13142
13143 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13144
13145 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13146 of the file size (as in "177B" for 177 bytes). This happens with
13147 "ls -lh" on FreeBSD.
13148
13149 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * hilit-chg.el (highlight-changes-global-initial-state)
13152 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13153 (hilit-chg-fixup, highlight-changes-mode):
13154 Fix typos in docstrings.
13155 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13156 Doc fixes.
13157
13158 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13159
13160 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13161 mode function using `eval-after-load'.
13162
13163 2005-07-21 Kim F. Storm <storm@cua.dk>
13164
13165 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13166 included when reporting an emacs crash, and tell about the DEBUG file.
13167
13168 * image-file.el (insert-image-file): Add yank-handler.
13169 (image-file-yank-handler): Yank handler to make unique copies of
13170 images when they are yanked into a buffer next to each other.
13171
13172 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13173
13174 * comint.el (comint-use-prompt-regexp, comint-send-input)
13175 (comint-source-default, comint-extract-string)
13176 (comint-get-source, comint-word, comint-completion)
13177 (comint-source, comint-prompt-read-only, comint-update-fence):
13178 Fix typos in docstrings.
13179 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13180 Declare with define-obsolete-*-alias macros.
13181 (comint-previous-matching-input-from-input)
13182 (comint-next-matching-input-from-input)
13183 (comint-previous-matching-input, comint-next-matching-input)
13184 (comint-forward-matching-input):
13185 Improve argument/docstring consistency.
13186
13187 * desktop.el (desktop-clear-preserve-buffers-regexp):
13188 Also preserve the *server* buffer.
13189
13190 * simple.el (clone-indirect-buffer): Doc fix.
13191 (fixup-whitespace, just-one-space)
13192 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13193 (next-error, next-error-highlight)
13194 (next-error-highlight-no-select, next-error-last-buffer)
13195 (next-error-buffer-p, next-error-find-buffer, next-error)
13196 (previous-error, next-error-no-select, previous-error-no-select)
13197 (open-line, split-line, minibuffer-prompt-width, kill-new)
13198 (binary-overwrite-mode): Fix typos in docstrings.
13199 (set-fill-column): Fix typo in message.
13200
13201 * skeleton.el (skeleton-proxy-new): Doc fix.
13202
13203 * strokes.el (strokes-load-hook): Doc fix.
13204 (strokes-grid-resolution, strokes-get-grid-position)
13205 (strokes-renormalize-to-grid, strokes-read-stroke)
13206 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13207 (strokes-global-map): Fix typos in docstrings.
13208 (strokes-help): Doc fix. Fix help message and pass it through
13209 `substitute-command-keys'.
13210
13211 * tempo.el (tempo-insert-prompt, tempo-interactive)
13212 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13213 (tempo-insert-string-functions, tempo-local-tags)
13214 (tempo-define-template, tempo-insert-template)
13215 (tempo-insert-prompt-compat, tempo-is-user-element)
13216 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13217 Fix typos in docstrings.
13218
13219 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13220 (vcursor-key-bindings, vcursor-use-vcursor-map)
13221 (vcursor-find-window, vcursor-scroll-down)
13222 (vcursor-disable, vcursor-beginning-of-buffer)
13223 (vcursor-end-of-buffer): Fix typos in docstrings.
13224 (vcursor-relative-move, vcursor-get-char-count):
13225 Improve argument/docstring consistency.
13226
13227 * version.el: "?\ " -> "?\s".
13228
13229 * wid-edit.el (widget-default-create, widget-after-change)
13230 (widget-default-format-handler, widget-checklist-add-item)
13231 (widget-radio-add-item, widget-choose, widget-specify-secret)
13232 (widget-field-value-create, widget-field-value-get)
13233 (widget-editable-list-format-handler)
13234 (widget-editable-list-entry-create, widget-group-value-create)
13235 (widget-documentation-link-add)
13236 (widget-documentation-string-value-create): "?\ " -> "?\s".
13237 (widget-convert-text): Doc fix.
13238 (widget-narrow-to-field, widget-field-find)
13239 (widget-url-link-action, widget-emacs-library-link-action)
13240 (widget-color-notify): Fix typos in docstrings.
13241
13242 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13243 (x-select-text, set-w32-system-coding-system)
13244 (w32-add-charset-info): Fix typos in docstrings.
13245
13246 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13247 (cua-enable-cua-keys, cua-use-hyper-key)
13248 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13249 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13250
13251 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13252
13253 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13254 `defalias' instead of faking it.
13255
13256 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13257 (eshell-ls-missing, eshell-ls-dired-initial-args)
13258 (eshell-ls-use-in-dired): Fix typos in docstrings.
13259
13260 2005-07-20 Kim F. Storm <storm@cua.dk>
13261
13262 * emulation/cua-base.el (cua-mode): Improve doc string.
13263
13264 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13265
13266 * abbrev.el (expand-region-abbrevs): Doc fix.
13267 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13268 Improve argument/docstring consistency.
13269
13270 * arc-mode.el (archive-get-descr, archive-alternate-display):
13271 Doc fixes.
13272 (archive-l-e): Improve argument/docstring consistency.
13273 (archive-tmpdir, archive-unixdate, archive-unixtime)
13274 (archive-chmod-entry): Fix typos in docstrings.
13275 (archive-unflag, archive-unflag-backwards)
13276 (archive-unmark-all-files): "?\ " -> "?\s".
13277
13278 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13279 (Buffer-menu-not-modified, Buffer-menu-execute)
13280 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13281 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13282
13283 * composite.el (compose-string, encode-composition-rule)
13284 (compose-last-chars): Fix typos in docstrings.
13285
13286 * desktop.el (desktop-enable, desktop-basefilename):
13287 Declare with `define-obsolete-variable-alias'.
13288 (desktop-internal-v2s): Don't quote keywords.
13289 (desktop-clear): "?\ " -> "?\s".
13290
13291 * dired.el (dired-align-file, dired-flag-backup-files)
13292 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13293 (dired-listing-switches, dired-ls-F-marks-symlinks)
13294 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13295 (dired-directory, dired-faces, dired, dired-revert)
13296 (dired-mode, dired-summary, dired-view-file)
13297 (dired-copy-filename-as-kill, dired-delete-file)
13298 (dired-no-confirm, dired-unmark-all-marks)
13299 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13300 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13301 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13302 Fix typos in message strings.
13303
13304 * dired-x.el (virtual-dired): Declare with `defalias'.
13305 (dired-mark-unmarked-files, dired-local-variables-file)
13306 (dired-omit-here-always): Doc fix.
13307 (dired-omit-mode, dired-find-subdir)
13308 (dired-enable-local-variables, dired-clean-up-buffers-too)
13309 (dired-extra-startup, dired-mark-extension, dired-jump)
13310 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13311 (dired-smart-shell-command, dired-guess-shell-alist-user)
13312 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13313 (dired-x-bind-find-file, dired-x-submit-report):
13314 Fix typos in docstrings.
13315 (dired-mark-unmarked-files): "?\ " -> "?\s".
13316
13317 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13318
13319 * faces.el (describe-face): "?\ " -> "?\s".
13320 (read-all-face-attributes, read-face-font, modify-face)
13321 (face-attr-construct, italic): Fix typos in docstrings.
13322 (frame-update-face-colors): Declare with
13323 `define-obsolete-function-alias'.
13324
13325 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13326 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13327 (magic-mode-alist, buffer-file-numbers-unique)
13328 (write-file-functions, get-free-disk-space):
13329 Fix typos in docstrings.
13330 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13331 (write-contents-hooks, write-file-hooks):
13332 Declare with `define-obsolete-variable-alias'.
13333
13334 * forms-d2.el (arch-rj): Fix typo in docstrings.
13335 (arch-tocol): Likewise. "?\ " -> "?\s".
13336
13337 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13338 Fix typo in docstring.
13339 (set-screen-width, set-screen-height): Delete redundant info in
13340 doctrings.
13341 (new-frame, screen-height, screen-width): Declare with
13342 `define-obsolete-function-alias'.
13343 (delete-frame-hook, blink-cursor): Declare with
13344 `define-obsolete-variable-alias'.
13345
13346 * paths.el (prune-directory-list): Fix typos in docstring.
13347
13348 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13349 (cvs-prefix-get): Fix typos in docstrings.
13350
13351 * ps-print.el (ps-extend-face-list, ps-extend-face)
13352 (ps-print-background-image): Fix typos in docstrings.
13353 (ps-default-fg, ps-default-bg): Doc fixes.
13354
13355 * s-region.el (s-region-bind): Doc fix.
13356 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13357
13358 * textmodes/org.el (org-table-formula-substitute-names)
13359 (org-table-get-vertical-vector): Doc fixes.
13360 (org-table-recalculate): Remove unused argument to `message'.
13361
13362 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13363
13364 * textmodes/org.el (org-table-column-names)
13365 (org-table-column-name-regexp)
13366 (org-table-named-field-locations): New variables.
13367 (org-archive-subtree): Protect `this-command' when calling
13368 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13369 the kill buffer.
13370 (org-complete): Remove fixed-formula completion.
13371 (org-edit-formulas-map): New variable.
13372 (org-table-edit-formulas): New command.
13373 (org-finish-edit-formulas, org-abort-edit-formulas)
13374 (org-show-variable, org-table-get-vertical-vector): New functions.
13375 (org-table-maybe-eval-formula): Handle `:=' fields.
13376 (org-table-get-stored-formulas, org-table-store-formulas)
13377 (org-table-get-formula, org-table-modify-formulas)
13378 (org-table-replace-in-formulas): Handle named field formulas.
13379 (org-table-get-specials): Store locations of named fields.
13380
13381 2005-07-19 Juri Linkov <juri@jurta.org>
13382
13383 * progmodes/grep.el (grep-regexp-alist)
13384 (grep-mode-font-lock-keywords, grep-process-setup):
13385 Use default GNU grep match color "01;31m" instead of "01;41m".
13386 (grep-regexp-alist, grep-mode-font-lock-keywords):
13387 Use `\\[[0-9]*m' instead of `\\[00m'.
13388 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13389 sgr_start where its handling is more important. Use the real
13390 length of sgr_start instead of constant 8.
13391 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13392 specially. Delete all remaining escape sequences.
13393 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13394 (grep-regexp-alist): Make hyperlink only for binary file name
13395 instead of the whole line.
13396 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13397 (grep-mode): Add autoload.
13398
13399 * emacs-lisp/find-func.el (find-function-regexp):
13400 Add `define-compilation-mode'.
13401
13402 2005-07-19 Juri Linkov <juri@jurta.org>
13403
13404 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13405 (compare-windows-sync-string-size, compare-windows-recenter)
13406 (compare-windows-highlight, compare-windows): Add version 22.1.
13407 (compare-windows) <defface>: Inherit from lazy-highlight instead
13408 of duplicating its default value.
13409
13410 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13411 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13412
13413 * descr-text.el (describe-char): Create link buttons for `charset'
13414 and `code point'. Add the current input method name with a link
13415 button to `to input' field. Print face names of display table
13416 characters in `The display table entry is displayed by' section
13417 instead of printing face-id in the `display' field.
13418 Guess hardcoded faces and create a link button for them.
13419 Skip empty fields when calculating max-width.
13420 Treat `widget-create' specially while inserting strings from the
13421 collected field list.
13422 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13423
13424 * diff-mode.el (diff-file-header): Change foreground color from
13425 yellow to green on light backgrounds.
13426 (diff-context): Inherit from `shadow' only for color/grayscale
13427 with more than 88 colors.
13428 (diff-indicator-removed, diff-indicator-added)
13429 (diff-indicator-changed): New faces.
13430 (diff-font-lock-keywords): Use new faces. Regroup rules.
13431 Add "^---$" for `normal' diff format. Fontify `#' lines with
13432 font-lock-comment-delimiter-face and font-lock-comment-face.
13433 Add `#' to ^[^...] in the rule for `diff-context-face'.
13434
13435 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13436 a button-like box. Inherit from `highlight' on low colors.
13437 (shadow): Use shades of gray only for color/grayscale with
13438 more than 88 colors. Use green for light backgrounds with
13439 8 colors, and yellow for dark backgrounds with 8 colors.
13440
13441 * font-lock.el (font-lock-regexp-grouping-backslash):
13442 Don't inherit from escape-glyph (use bold for all cases).
13443
13444 * info.el (info-xref-visited): Use light foreground color `violet'
13445 for dark backgrounds instead of dark color `magenta3'.
13446 (info-title-1): Use `yellow' color for dark backgrounds.
13447
13448 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13449 too-light magenta2.
13450
13451 * replace.el (match): Use slightly more light RoyalBlue3 instead
13452 of dark RoyalBlue4.
13453
13454 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13455
13456 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13457
13458 * novice.el (disabled-command-hook): Declare it with
13459 `define-obsolete-variable-alias'.
13460
13461 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13462 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13463 (desktop-load-default): Add release to obsolescence info.
13464 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13465 (desktop-append-buffer-args, desktop-read):
13466 Fix typos in docstrings.
13467 (desktop-kill): Fix typo in message.
13468 (desktop-save): Doc fix.
13469
13470 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13471
13472 * viper-cmd.el (viper-escape-to-state): Bug fix.
13473 (viper-envelop-ESC-key): Change the definition of fast
13474 keysequence so it'll work with keyboard macros.
13475
13476 * ediff.el (ediff-patch-buffer): Change the docstring.
13477
13478 2005-07-19 Kenichi Handa <handa@m17n.org>
13479
13480 * international/mule-cmds.el (select-safe-coding-system): Try to
13481 use an auto-coding (if any) before anything else. If the found
13482 auto-coding is invalid, show a warning message.
13483
13484 * international/mule.el (find-auto-coding): New function created
13485 by modifying the body of set-auto-coding.
13486 (set-auto-coding): Use find-auto-coding to find a coding.
13487
13488 2005-07-18 Richard M. Stallman <rms@gnu.org>
13489
13490 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13491 not isearch-mode-end-hook-error.
13492 (allout-before-change-protect): Fix error message.
13493
13494 2005-07-18 Juri Linkov <juri@jurta.org>
13495
13496 * allout.el (allout-mode):
13497 * calculator.el (calculator-copy):
13498 * custom.el (custom-known-themes):
13499 * dired.el (dired-desktop-buffer-misc-data)
13500 (dired-restore-desktop-buffer):
13501 * dired-x.el (dired-omit-marker-char):
13502 * files.el (basic-save-buffer):
13503 * font-core.el (font-lock-mode):
13504 * calendar/calendar.el (calendar-goto-hebrew-date)
13505 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13506 (calendar-goto-persian-date):
13507 * language/ethio-util.el (ethio-sera-to-fidel-region):
13508 * textmodes/picture.el (picture-mode):
13509 Delete duplicate duplicate words.
13510
13511 2005-07-18 Juri Linkov <juri@jurta.org>
13512
13513 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13514 chars * ? } |.
13515 (isearch-fallback): Don't call `isearch-process-search-char'.
13516 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13517 (isearch-process-search-char): Call `isearch-fallback' for regexp
13518 chars * ? } |.
13519 (isearch-return-char): Make obsolete with `make-obsolete' instead
13520 of simply documenting it as obsolete in the docstring.
13521 (isearch-fallback): Refill docstring.
13522
13523 * international/isearch-x.el
13524 (isearch-process-search-multibyte-characters): Remove unneeded
13525 `concat'. Add intermediate values to `junk-hist' instead of
13526 `minibuffer-history'. Test the length of `str'.
13527
13528 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13529
13530 * allout.el (allout-resolve-xref): Fix typos in error strings.
13531 (allout-before-change-protect): Remove unneeded `concat'.
13532
13533 * array.el (array-mode, array-reconfigure-rows)
13534 (untabify-backward): Fix typos in docstrings.
13535 (array-reconfigure-rows): Use `insert-buffer-substring', not
13536 `insert-buffer'.
13537
13538 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13539 * progmodes/ada-mode.el (ada-make-body):
13540 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13541
13542 * dired.el (dired-log):
13543 * tar-mode.el (tar-subfile-save-buffer):
13544 * play/zone.el (zone-pgm-stress-destress):
13545 Use `insert-buffer-substring', not `insert-buffer'.
13546
13547 2005-07-17 Simon Josefsson <jas@extundo.com>
13548
13549 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13550
13551 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13552
13553 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13554 Add plain auth method.
13555 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13556
13557 2005-07-17 Kim F. Storm <storm@cua.dk>
13558
13559 * ido.el (dired-other-window): Add ido property.
13560
13561 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13562
13563 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13564 Fix typo in docstring.
13565 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13566 `insert-file-literally'.
13567
13568 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13569 info and delete redundant message. Doc fix.
13570 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13571 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13572
13573 2005-07-16 Richard M. Stallman <rms@gnu.org>
13574
13575 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13576 (byte-compile-and): Use byte-compile-and-recursion.
13577 (byte-compile-or-recursion): New function.
13578 (byte-compile-or): Use that.
13579 (byte-compile-if): Guard the else-clause too.
13580 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13581
13582 * isearch.el (isearch-mode-end-hook-quit): New variable.
13583 (isearch-done): Bind it.
13584 (isearch-mode-end-hook): Doc fix.
13585
13586 * allout.el (allout-isearch-did-quit): Variable deleted.
13587 (allout-real-isearch-abort): Function name no longer used.
13588 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13589 (allout-isearch-rectification): isearch-mode always exists.
13590 Don't set allout-isearch-did-quit.
13591 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13592 allout-isearch-did-quit.
13593 (allout-enwrap-isearch): Just add the hook.
13594 (allout-isearch-abort): Function deleted.
13595 (allout-pre-command-business): Avoid warning.
13596
13597 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13598 Correctly avoid warnings.
13599 (pascal-outline): Likewise.
13600
13601 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13602
13603 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13604
13605 * play/tetris.el (tetris-mode): Avoid warning.
13606
13607 * play/snake.el (snake-mode): Avoid warning.
13608
13609 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13610 (gamegrid-set-display-table): Avoid warning.
13611 (gamegrid-set-timer): Likewise.
13612 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13613 (gamegrid-add-score-with-update-game-score-1): Take FILE
13614 as argument.
13615 (gamegrid-add-score-with-update-game-score): Pass that argument.
13616 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13617
13618 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13619
13620 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13621 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13622
13623 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13624 and insert-file.
13625
13626 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13627 (sc-ask): Avoid warnings.
13628
13629 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13630 (eshell-hist-initialize): Use that var the natural way.
13631
13632 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13633
13634 * emacs-lisp/re-builder.el (reb-cook-regexp):
13635 Avoid warning calling lre-compile-string.
13636 (reb-color-display-p): Avoid warning.
13637
13638 * calculator.el (calculator-last-input): Guard uses
13639 of event-key and key-press-event-p.
13640 (event-key, key-press-event-p): Delete definitions.
13641
13642 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13643 (find-gc-source-directory, find-gc-subrs-callers)
13644 (find-gc-noreturn-list, find-gc-source-files)
13645 (find-gc-subrs-called): Vars renamed and defvar'd.
13646
13647 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13648 (checkdoc-overlay-put, checkdoc-delete-overlay)
13649 (checkdoc-overlay-start, checkdoc-overlay-end)
13650 (checkdoc-mode-line-update, checkdoc-char=):
13651 Define such that compiler knows they are defined.
13652 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13653 (checkdoc-read-event): Delete. Use read-event directly.
13654
13655 * whitespace.el (whitespace-make-overlay)
13656 (whitespace-overlay-put, whitespace-delete-overlay)
13657 (whitespace-overlay-start, whitespace-overlay-end):
13658 Define such that compiler knows they are defined.
13659 (whitespace): Move conditional inside.
13660
13661 * tempo.el (tempo-insert-template): Suppress warning.
13662
13663 * ediff-diff.el (longlines-mode): Add defvar.
13664
13665 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13666
13667 * server.el: Bind "C-x #" in a way that works even if C-x is
13668 redefined to a command key, not a prefix key.
13669
13670 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13671
13672 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13673 cl-make-type-test till execution time.
13674
13675 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13676
13677 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13678 arg ARG and use it.
13679
13680 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13681
13682 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13683
13684 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13685
13686 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13687 a defcustom with two :set or :type keywords.
13688
13689 2005-07-15 Richard M. Stallman <rms@gnu.org>
13690
13691 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13692 Don't give ^M comment-end syntax.
13693
13694 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13695
13696 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13697 Don't consider gdbmi (gdb-mi.el has its own update functions).
13698 (gdb-var-delete): Make it work for gdbmi as well.
13699 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13700
13701 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13702 (gud-speedbar-menu-items): Correct logic for enabling items.
13703
13704 2005-07-15 Kim F. Storm <storm@cua.dk>
13705
13706 * ido.el: Fix commentary.
13707 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13708 Use with-no-warnings around ffap-guesser.
13709 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13710 Let bind minibuffer-completing-file-name to t.
13711
13712 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13713
13714 * startup.el (site-run-file, keyboard-type): Doc fixes.
13715 (command-line): Check for "--basic-display" argument; also for
13716 "--quick", not "--bare-bones" (which was renamed).
13717 (fancy-splash-text): Add missing item "Getting New Versions".
13718 (normal-splash-screen): Fix typos and improve consistency with
13719 `fancy-splash-text'. Update copyright year.
13720
13721 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13722 valid binding for `help-char'.
13723
13724 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13725
13726 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13727
13728 * term.el (term-mode): Disable cua-mode for term buffers.
13729
13730 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13731
13732 * add-log.el (add-log-mailing-address, change-log-merge):
13733 Doc fixes.
13734 (change-log-get-method-definition): Fix typo in docstring.
13735
13736 2005-07-14 Kim F. Storm <storm@cua.dk>
13737
13738 * emulation/cua-base.el:
13739 (cua--pre-command-handler-1, cua--pre-command-handler)
13740 (cua--post-command-handler-1, cua--post-command-handler):
13741 Split in two. Check (buffer local) value of cua-mode.
13742 (cua-selection-mode): New command.
13743
13744 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13745
13746 * custom.el (custom-initialize-safe-set)
13747 (custom-initialize-safe-default): Doc fixes.
13748
13749 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13750 and simplify :init-value again.
13751
13752 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13753 and simplify :init-value again. Delete autoload.
13754
13755 * startup.el (command-line): Use `custom-reevaluate-setting' again
13756 for tooltip-mode.
13757
13758 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13759 a defcustom with two :initialize keywords.
13760
13761 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13764 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13765 (allout-post-command-business, allout-flag-region)
13766 (isearch-reenable-font-lock, allout-yank)
13767 (allout-insert-latex-header, allout-insert-latex-trailer)
13768 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13769 (allout-latex-verb-quote): Fix typos in docstrings.
13770 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13771 (allout-unprotected, allout-prefix-data):
13772 Improve argument/docstring consistency.
13773 (allout-chart-subtree): Fix argument spec.
13774 (allout-open-topic): Rename `use_sib_bullet' argument to
13775 `use-sib-bullet'. Doc fix.
13776
13777 * whitespace.el (whitespace-check-buffer-leading)
13778 (whitespace-check-buffer-trailing)
13779 (whitespace-check-buffer-indent)
13780 (whitespace-check-buffer-spacetab)
13781 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13782 (whitespace-check-leading-whitespace)
13783 (whitespace-check-trailing-whitespace)
13784 (whitespace-check-spacetab-whitespace)
13785 (whitespace-check-indent-whitespace)
13786 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13787 (whitespace-modes): Fix typos in docstrings.
13788 (defgroup, defcustom): Doc fixes.
13789
13790 * winner.el (winner-mode, winner-boring-buffers)
13791 (winner-pending-undo-ring): Doc fixes.
13792 (winner-ring): Remove unneeded `progn'.
13793 (winner-equal): `defsubst' it.
13794 (winner-redo): Fix message.
13795
13796 2005-07-13 Kim F. Storm <storm@cua.dk>
13797
13798 * simple.el (line-move-1): Always use vertical-motion to
13799 do the last (or only) line move to ensure some movement.
13800 Undo 2005-06-23 change--don't check for overlays.
13801
13802 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13803
13804 * term/mac-win.el (ccl-encode-mac-roman-font)
13805 (ccl-encode-mac-centraleurroman-font)
13806 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13807 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13808 Change charset-id boundary of dimension to ?\xef.
13809 (mac-char-fontspec-list): New constant.
13810 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13811 argument. Nil uses itself as family in font-spec. Previous
13812 behavior for nil is now provided by non-nil non-string argument.
13813 All callers changed. Add font-specs for Mac fonts to
13814 "fontset-default" unless iso8859-1 fonts are installed.
13815
13816 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13817
13818 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13819 a continuation line if the \ is preceded by SPC or TAB.
13820 (sh-get-indent-info): Simplify.
13821 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13822 Use with-current-buffer.
13823
13824 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13825 when the matched text is empty.
13826
13827 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13828
13829 * startup.el (command-line): Revert to previous handling of
13830 tooltip-mode. Explain in comment why the complexity is needed.
13831
13832 * tooltip.el (tooltip-mode): Revert to previous implementation of
13833 its defcustom.
13834
13835 * frame.el (blink-cursor-mode): Revert to previous implementation
13836 of its defcustom. Update comment.
13837
13838 2005-07-12 Lars Hansen <larsh@soem.dk>
13839
13840 * desktop.el: Update e-mail address.
13841
13842 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13843
13844 * term/mac-win.el (mac-services-mail-selection)
13845 (mac-services-mail-to): New functions.
13846 (mac-application-menu-map): Bind them.
13847
13848 2005-07-12 wulei <milton@wulei.net> (tiny change)
13849
13850 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13851
13852 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13853
13854 * custom.el (custom-reevaluate-setting): Doc fix.
13855
13856 2005-07-11 Jay Belanger <belanger@truman.edu>
13857
13858 * calc/calc.el (calc-embedded-announce-formula-alist)
13859 (calc-embedded-open-close-plain-alist)
13860 (calc-embedded-open-close-mode-alist): Add checks for additional
13861 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13862
13863 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * custom.el (custom-enable-theme): Don't add theme to
13866 `custom-enabled-themes' with `push' because there is no
13867 setf-method for `delq'.
13868
13869 2005-07-11 Richard M. Stallman <rms@gnu.org>
13870
13871 * custom.el (custom-declare-variable): Doc fix.
13872
13873 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13874 from the alists.
13875
13876 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13877 Do nothing if edebug-active.
13878
13879 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13880 (edebug-display): Do it here instead.
13881
13882 2005-07-10 Richard M. Stallman <rms@gnu.org>
13883
13884 * cus-face.el (custom-theme-set-faces): Make it work.
13885 (custom-reset-faces): Doc fix.
13886 (custom-theme-reset-internal-face, custom-theme-face-value):
13887 Functions deleted.
13888
13889 * custom.el (custom-push-theme): Maintain list of the settings
13890 of a given theme in its theme-settings property.
13891 Maintain position of old settings in the theme-value
13892 or theme-face property.
13893 (custom-enabled-themes): New variable.
13894 (custom-theme-enabled-p): New function.
13895 (provide-theme): Update custom-enabled-themes.
13896 Disable and reenable the `user' theme.
13897 (require-theme): Doc fix.
13898 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13899 (custom-theme-value, custom-theme-variable-value): Likewise.
13900 (custom-theme-reset-internal): Likewise.
13901 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13902 (custom-enable-theme, custom-disable-theme): New functions.
13903 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13904 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13905 (custom-theme-reset-variables): Simplify.
13906 (deftheme, custom-declare-theme, custom-make-theme-feature):
13907 Definitions moved.
13908
13909 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * longlines.el (longlines-show-region)
13912 (longlines-unshow-hard-newlines): Recognize hard newlines by
13913 non-nil hard property, instead of t.
13914
13915 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13916
13917 * viper-cmd.el (viper--key-maps): New variable.
13918 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13919 emulation-mode-map-alists.
13920 (viper-envelop-ESC-key): Use viper-subseq.
13921 (viper-search-forward/backward/next): Disable debug-on-error.
13922
13923 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13924 (viper-ESC-key): New defcustoms.
13925
13926 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13927
13928 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13929 (viper-subseq): Copy of subseq from cl.el.
13930
13931 * viper.el (viper-go-away, viper-set-hooks): Use
13932 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13933
13934 * viper-mous.el (viper-current-frame-saved): Use defvar.
13935
13936 * viper-init.el: Get rid of -face in face names.
13937
13938 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13939 Make it work with longlines mode
13940
13941 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13942
13943 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13944
13945 * ediff-init.el: Get rid of -face in face names.
13946
13947 2005-07-10 Richard M. Stallman <rms@gnu.org>
13948
13949 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13950 and with-timeout-unsuspend.
13951
13952 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13953 and with-timeout-unsuspend.
13954
13955 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13956 (with-timeout): Bind that variable to record timers.
13957 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13958
13959 * emacs-lisp/debug.el (debug-help-follow): New function.
13960 (debugger-mode-map): Use that instead of help-follow.
13961 (debugger-setup-buffer): Use eval-buffer-list
13962 to handle eval-buffer frames.
13963
13964 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13965
13966 * timezone.el (timezone-parse-date): Change first regexp
13967 so it will not mistakenly match dates with no time zone.
13968
13969 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13970
13971 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13972
13973 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13974
13975 * custom.el (custom-initialize-safe-set)
13976 (custom-initialize-safe-default): New functions.
13977
13978 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13979 and simplify :init-value.
13980
13981 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13982 and simplify :init-value. Delete obsolete comment.
13983
13984 * startup.el (command-line): Use `custom-reevaluate-setting' to
13985 handle `tooltip-mode'. Delete obsolete comment.
13986
13987 * files.el (set-visited-file-name): Avoid calling
13988 `file-name-nondirectory' with a nil argument.
13989
13990 2005-07-09 Richard M. Stallman <rms@gnu.org>
13991
13992 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13993 was called with nil for the buffer, handle the read position right.
13994 Handle read position for eval-region, too.
13995
13996 2005-07-09 Juri Linkov <juri@jurta.org>
13997
13998 * fringe.el (fringe-mode): Add period in docstring.
13999 (fringe-query-style): Build prompt depending on `all-frames' arg.
14000
14001 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14002 to not create links to unrelated functions in the Help buffer.
14003
14004 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14005 Doc fix.
14006
14007 * simple.el (next-error-hook): New variable.
14008 (next-error): Use it. Doc fix.
14009
14010 * textmodes/ispell.el (ispell-command-loop): Add current
14011 dictionary name and program name to mode-line-format.
14012 (ispell-region, ispell-process-line): Add current dictionary name
14013 and program name to messages.
14014
14015 2005-07-08 Jay Belanger <belanger@truman.edu>
14016
14017 * calc/calc.el (calc-embedded-announce-formula-alist)
14018 (calc-embedded-open-close-formula-alist)
14019 (calc-embedded-open-close-word-alist)
14020 (calc-embedded-open-close-plain-alist)
14021 (calc-embedded-open-close-new-formula-alist)
14022 (calc-embedded-open-close-mode-alist)
14023 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14024 (calc-embedded-mode-hook): New variables.
14025
14026 * calc/calc-embed.el (calc-embedded-firsttime)
14027 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14028 New variables.
14029 (calc-do-embedded): Use calc-embedded-firsttime,
14030 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14031 determine whether or not to run hooks.
14032 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14033 calc-embedded-firsttime-formula appropriately.
14034 Set calc-embedded delimiter variables according to mode.
14035
14036 2005-07-08 Richard M. Stallman <rms@gnu.org>
14037
14038 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14039 Check for "emacs", etc., as entire symbol, not just as word.
14040 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14041
14042 * files.el (set-visited-file-name): Report the error
14043 for "empty filename" earlier.
14044 (kill-some-buffers): Ignore buffers already dead.
14045
14046 * fringe.el (fringe-mode): Doc fix.
14047
14048 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14049 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14050 Use unwind-protect to ensure byte-compile-unresolved-functions
14051 is updated.
14052
14053 * whitespace.el (whitespace-buffer-leading-cleanup):
14054 Simplify w/ skip-chars-forward.
14055 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14056
14057 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14058 Unconditionally try to leave point at the same old place.
14059
14060 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14061
14062 * comint.el (comint-postoutput-scroll-to-bottom)
14063 (comint-show-maximum-output): Take scroll-margin into consideration.
14064
14065 2005-07-08 Kim F. Storm <storm@cua.dk>
14066
14067 * ido.el (ido-use-filename-at-point): New choice `guess'.
14068 (ido-file-internal): Try ffap-guesser if selected.
14069
14070 * ido.el (ido-before-fallback-functions): New hook.
14071 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14072 (ido-read-file-name): Run it.
14073
14074 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14077 strings rather than a list of symbols to the completion function.
14078
14079 2005-07-07 Jay Belanger <belanger@truman.edu>
14080
14081 * calc/calc-units.el (math-apply-units): Change the places in
14082 which units are simplified.
14083
14084 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14085
14086 * cus-edit.el (customize-option, customize-option-other-window):
14087 Make them handle aliases.
14088
14089 * custom.el (custom-variable-p): Make it recursively follow
14090 aliases. Mention that in the docstring.
14091
14092 2005-07-07 Richard M. Stallman <rms@gnu.org>
14093
14094 * cus-start.el (exec-path): Use `directory' instead of `file'.
14095 Fix tag for nil.
14096
14097 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14098
14099 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14100 when called non-interactively. Doc fix.
14101
14102 2005-07-07 Lute Kamstra <lute@gnu.org>
14103
14104 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14105 new address as well.
14106
14107 2005-07-07 Kenichi Handa <handa@m17n.org>
14108
14109 * international/mule.el (make-coding-system):
14110 Describe `ascii-incompatible' property in the docstring.
14111 (set-file-name-coding-system): Signal an error if coding-system is
14112 ascii-incompatible.
14113 (set-keyboard-coding-system): Likewise.
14114
14115 * international/mule-cmds.el (set-default-coding-systems):
14116 Don't set default-file-name-coding-system and
14117 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14118
14119 * international/utf-16.el: Declare that all UTF-16-based coding
14120 systems are ASCII-incompatible.
14121
14122 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14123
14124 * progmodes/gud.el: Require font-lock for displaying errors.
14125 Used by gdb-ui.el.
14126
14127 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14128
14129 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14130 values for the pattern lists which are `read'able but not
14131 `append'able (like symbols).
14132
14133 2005-07-06 Richard M. Stallman <rms@gnu.org>
14134
14135 * progmodes/flymake.el (flymake-float-time): Instead of
14136 with-no-warnings, test for xemacs.
14137 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14138 to avoid warning.
14139
14140 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14141
14142 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14143
14144 2005-07-05 Lute Kamstra <lute@gnu.org>
14145
14146 * battery.el: Add support for Darwin (with much debugging help
14147 from Samuel Lauber <sam124@operamail.com>).
14148 (battery-status-function, battery-echo-area-format)
14149 (battery-mode-line-format): Add support for pmset on Darwin.
14150 (battery-load-low, battery-load-critical): New user options.
14151 (battery-pmset): New function.
14152
14153 2005-07-05 Lute Kamstra <lute@gnu.org>
14154
14155 Update FSF's address in GPL notices.
14156
14157 * textmodes/page-ext.el: Update FSF's address.
14158
14159 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14160
14161 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14162 filling from using prefix when filling a single-line docstring.
14163
14164 * progmodes/flymake.el: Remove useless eval-when-compile.
14165
14166 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14167
14168 2005-07-04 Richard M. Stallman <rms@gnu.org>
14169
14170 * textmodes/org.el (org-file-apps-defaults-gnu):
14171 Rename from org-file-apps-defaults-linux.
14172 (org-default-apps): Don't test system-type for `linux'.
14173 (org-file-apps): Doc fix.
14174
14175 2005-07-04 David Ponce <david@dponce.com>
14176
14177 * tree-widget.el: Improve header Commentary section.
14178 (tree-widget) [defgroup]
14179 (tree-widget-image-enable, tree-widget-themes-directory)
14180 (tree-widget-theme, tree-widget-image-properties-emacs)
14181 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14182 (tree-widget-image-formats, tree-widget-control)
14183 (tree-widget-empty-control, tree-widget-leaf-control
14184 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14185 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14186 (tree-widget-keep, tree-widget-after-toggle-functions)
14187 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14188 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14189 :help-echo message.
14190 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14191 (tree-widget-image-properties): Doc fix. Clearer implementation.
14192 (tree-widget--cursors): New constant.
14193 (tree-widget-lookup-image): New function split from
14194 `tree-widget-find-image'. Clearer implementation.
14195 (tree-widget-find-image): Use it.
14196 (tree-widget-button-keymap): Use `set-keymap-parent'.
14197 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14198 Define the sub-widgets here.
14199 (tree-widget-node): Check that :node is not a tree-widget.
14200 (tree-widget-get-super, tree-widget-open-control)
14201 (tree-widget-close-control, tree-widget-empty-control)
14202 (tree-widget-leaf-control, tree-widget-guide)
14203 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14204 (tree-widget-no-handle, tree-widget-value-delete)
14205 (tree-widget-map): Remove.
14206 (tree-widget-children-value-save): Doc fix. Simplified.
14207 (tree-widget-value-create): Update according to previous changes.
14208
14209 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14210
14211 * textmodes/org.el: Leading space replaced by TABS.
14212 (org-recalc-marks, org-table-rotate-recalc-marks)
14213 (org-table-get-specials): Treat "^" and "_" marks.
14214 (org-table-justify-field-maybe): Optional argument NEW.
14215 (org-table-eval-formula): Parsing of the format simplified.
14216 New modes C,I. Honor the %= parameter in the current table.
14217 Avoid unnecessary re-align by using the NEW argument to
14218 `org-table-justify-field-maybe'.
14219 (org-calc-default-modes): Default for date-format mimicks org-mode.
14220 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14221
14222 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14223
14224 * cus-face.el (custom-theme-set-faces): Make it handle face
14225 aliases whose alias declarations are pre- or autoloaded.
14226
14227 2005-07-04 Juri Linkov <juri@jurta.org>
14228
14229 * faces.el (read-face-name): Put the code for getting a face name
14230 from the buffer before adding the faces from the `face' property.
14231 Use `completing-read-multiple' instead of `completing-read'.
14232 Require `crm'. Add default value and post-process the returned
14233 list of faces.
14234
14235 * emacs-lisp/crm.el (crm-find-current-element)
14236 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14237
14238 * emacs-lisp/lisp-mode.el (eval-defun-1):
14239 * emacs-lisp/edebug.el (edebug-eval-defun):
14240 Remove unnecessary quotes.
14241
14242 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14245 (prolog-indent-level): Fix typo in docstring.
14246
14247 * info.el (Info-history, Info-history-forward)
14248 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14249
14250 * add-log.el (add-change-log-entry):
14251 * comint.el (comint-dynamic-list-input-ring)
14252 (comint-dynamic-list-completions):
14253 * dabbrev.el (dabbrev-expand):
14254 * delim-col.el (delimit-columns-rectangle-line):
14255 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14256 (diff-unified->context):
14257 * ediff-init.el (ediff-abbrev-jobname):
14258 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14259 (ediff-replace-session-activity-marker-in-meta-buffer):
14260 * info.el (Info-summary):
14261 * lpr.el (printify-region):
14262 * printing.el (pr-create-interface):
14263 * ps-print.el (ps-print-quote):
14264 * ses.el (ses-column-widths, ses-print-cell)
14265 (ses-adjust-print-width, ses-center):
14266 * shell.el (shell-file-name-quote-list):
14267 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14268 (strokes-fill-current-buffer-with-whitespace)
14269 (strokes-xpm-for-stroke, strokes-list-strokes)
14270 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14271 * term.el (term-dynamic-list-input-ring)
14272 (term-dynamic-list-completions):
14273 * calc/calc.el (math-format-stack-value):
14274 * emacs-lisp/edebug.el (edebug-display-freq-count):
14275 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14276 (delphi-new-comment-line):
14277 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14278 * progmodes/executable.el (executable-set-magic):
14279 * progmodes/python.el (inferior-python-mode):
14280 * progmodes/scheme.el (scheme-mode-syntax-table):
14281 * progmodes/sh-script.el (sh-maybe-here-document):
14282 * progmodes/sql.el (sql-copy-column):
14283 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14284 * textmodes/bibtex.el (bibtex-mode):
14285 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14286 (sgml-auto-attributes):
14287 * textmodes/table.el (table-insert, table-shorten-cell)
14288 (table--generate-source-scan-lines, table-delete-row)
14289 (*table--cell-delete-char, table--spacify-frame)
14290 (table--horizontally-shift-above-and-below)
14291 (table--cell-insert-char, table--cell-blank-str)
14292 (table--fill-region-strictly):
14293 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14294 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14295
14296 * add-log.el (change-log):
14297 * apropos.el (apropos):
14298 * comint.el (comint-completion, comint-source):
14299 * dabbrev.el (dabbrev):
14300 * delim-col.el (columns):
14301 * diff-mode.el (diff-mode):
14302 * ediff.el (ediff):
14303 * ediff-diff.el (ediff-diff):
14304 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14305 * ediff-mult.el (ediff-mult):
14306 * ediff-ptch.el (ediff-ptch):
14307 * ediff-wind.el (ediff-window):
14308 * facemenu.el (facemenu):
14309 * indent.el (indent):
14310 * info.el (info):
14311 * jka-cmpr-hook.el (compression, jka-compr):
14312 * lpr.el (lpr):
14313 * outline.el (outlines):
14314 * pcmpl-cvs.el (pcmpl-cvs):
14315 * pcmpl-rpm.el (pcmpl-rpm):
14316 * printing.el (printing):
14317 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14318 (ps-print-vertical, ps-print-headers, ps-print-font)
14319 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14320 (ps-print-background, ps-print-printer, ps-print-page)
14321 (ps-print-miscellany):
14322 * ses.el (ses):
14323 * shell.el (shell, shell-directories, shell-faces):
14324 * startup.el (initialization):
14325 * strokes.el (strokes):
14326 * term.el (term):
14327 * uniquify.el (uniquify):
14328 * w32-vars.el (w32):
14329 * calc/calc.el (calc):
14330 * emacs-lisp/bytecomp.el (bytecomp):
14331 * emacs-lisp/cl-indent.el (lisp-indent):
14332 * emacs-lisp/edebug.el (edebug):
14333 * emacs-lisp/elp.el (elp):
14334 * emacs-lisp/testcover.el (testcover):
14335 * emacs-lisp/trace.el (trace):
14336 * emulation/viper-ex.el (viper-ex):
14337 * emulation/viper-mous.el (viper-mouse):
14338 * mail/mailalias.el (mailalias):
14339 * mail/supercite.el (supercite, supercite-frames)
14340 (supercite-attr, supercite-cite, supercite-hooks):
14341 * net/rcompile.el (remote-compile):
14342 * net/rlogin.el (rlogin):
14343 * obsolete/ooutline.el (outlines):
14344 * progmodes/delphi.el (delphi):
14345 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14346 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14347 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14348 (ebnf-optimization):
14349 * progmodes/etags.el (etags):
14350 * progmodes/executable.el (executable):
14351 * progmodes/idlwave.el (idlwave):
14352 * progmodes/pascal.el (pascal):
14353 * progmodes/prolog.el (prolog):
14354 * progmodes/python.el (python):
14355 * progmodes/scheme.el (scheme):
14356 * progmodes/sh-script.el (sh, sh-script):
14357 * progmodes/sql.el (SQL):
14358 * progmodes/tcl.el (tcl):
14359 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14360 * textmodes/enriched.el (enriched):
14361 * textmodes/makeinfo.el (makeinfo):
14362 * textmodes/sgml-mode.el (sgml):
14363 * textmodes/table.el (table-hooks):
14364 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14365 * textmodes/texinfo.el (texinfo):
14366 * textmodes/two-column.el (two-column):
14367 Finish `defgroup' description with period.
14368
14369 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14370 * eshell/esh-var.el (eshell-var):
14371 * progmodes/vhdl-mode.el (vhdl-testbench):
14372 * textmodes/org.el (org): Fix typos in docstrings.
14373
14374 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14375 consistency.
14376
14377 * progmodes/flymake.el (flymake-find-file): Remove.
14378 (flymake-float-time): Use `with-no-warnings'.
14379 (flymake-check-start-time, flymake-check-was-interrupted)
14380 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14381 (flymake-new-err-info): `defvar' at compile time.
14382
14383 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14384
14385 * replace.el (occur-hook): Doc fix.
14386 (occur-1): Don't call `occur-hook' if there are no matches.
14387
14388 2005-07-03 Richard M. Stallman <rms@gnu.org>
14389
14390 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14391 global-map, save the same map.
14392 (global-map): Don't alter it at top level.
14393 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14394 Then alter it here instead.
14395 (tpu-edt-off): Set global-map to the saved one.
14396
14397 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14398 All references simplified.
14399 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14400 (zmacs-regions): Add defvar.
14401 (repeat-complex-command-map): Everything about that deleted.
14402
14403 * textmodes/artist.el (artist-key-is-drawing)
14404 (artist-key-endpoint1, artist-key-poly-point-list)
14405 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14406 (artist-key-compl-table, artist-rb-save-data)
14407 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14408 Don't put them in eval-when-compile.
14409 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14410
14411 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14412 Use with-no-warnings.
14413
14414 * net/browse-url.el (dos-windows-version): Add defvar.
14415
14416 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14417
14418 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14419 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14420 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14421 Add defvar.
14422 (rmail-summary-beginning-of-message): Use with-no-warnings.
14423 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14424
14425 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14426 Use with-no-warnings.
14427
14428 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14429 (c-mark-function): Add point-moving-unit property.
14430 (vi-goto-line): Use with-no-warnings.
14431
14432 * emulation/edt.el (edt-last-copied-word): Add defvar.
14433 (zmacs-region-stays): Likewise.
14434 (edt-mark-section-wisely): Use c-mark-function for C.
14435 Use makr-defun for Fortran.
14436 (time-string): defvar deleted.
14437 (edt-display-the-time): Don't set time-string.
14438
14439 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14440
14441 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14442 Don't warn when name is not constant
14443 or for defining the group `emacs'.
14444
14445 * tooltip.el (gud-tooltip-mode): Add defvar.
14446
14447 * startup.el (default-frame-background-mode): Add defvar.
14448
14449 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14450
14451 * info.el (tool-bar-map): Add defvar.
14452
14453 * dired.el (dnd-protocol-alist): Add defvar.
14454
14455 * dired-aux.el (dired-query): Display question with answer, when
14456 the user answers.
14457
14458 * custom.el (custom-add-option): Doc fix.
14459
14460 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14461
14462 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14463
14464 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14465 bogus name from the last change.
14466
14467 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14468
14469 * custom.el (custom-declare-variable): Fix typos in comment.
14470 (custom-known-themes): Doc fix.
14471 (custom-theme-directory): New defcustom.
14472 (require-theme): Make it check `custom-theme-directory'.
14473
14474 * cus-theme.el (custom-new-theme-mode): New function.
14475 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14476 (custom-theme-description): Add compiler defvars.
14477 (customize-create-theme): Add doc to the "*New Custom Theme*"
14478 buffer. Use `custom-new-theme-mode'.
14479 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14480 and save it to the `custom-theme-directory'. Make this the
14481 default directory of the buffer.
14482
14483 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14484
14485 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14486 Fix unbalanced parentheses.
14487
14488 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14491 into flymake-mode and delegate to flymake-mode.
14492
14493 * find-file.el (ff-which-function-are-we-in): Clean up.
14494
14495 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14496
14497 * replace.el (occur-rename-buffer): Fix docstring.
14498
14499 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14500 (edt-last-copied-word, edt-learn-macro-count)
14501 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14502 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14503 (time-string, zmacs-region-stays):
14504 * emulation/edt-mapper.el (edt-save-function-key-map)
14505 (EDT-key-name): `defvar' to silence the byte-compiler.
14506
14507 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14508
14509 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14510 font-lock-regexp-backslash. Doc fix.
14511 (font-lock-regexp-backslash-grouping-construct): Rename from
14512 font-lock-regexp-backslash-construct. Doc fix.
14513 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14514 grouping constructs.
14515
14516 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14517
14518 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14519 updating all the prerequisites.
14520
14521 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14522
14523 * textmodes/org.el (org-agenda-start-on-weekday)
14524 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14525 (org-agenda-use-time-grid, org-archive-location)
14526 (org-allow-space-in-links, org-usenet-links-prefer-google)
14527 (org-enable-table-editor, org-export-default-language)
14528 (org-export-html-show-new-buffer, org-fill-paragraph)
14529 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14530 (org-goto-quit, org-occur, org-eval-in-calendar)
14531 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14532 (org-agenda-diary-entry, org-remember-help)
14533 (org-table-convert-region, org-at-table-p)
14534 (org-table-move-row-down, org-table-move-row-up)
14535 (org-table-copy-region, org-table-toggle-vline-visibility)
14536 (org-table-get-stored-formulas, org-table-get-specials)
14537 (org-recalc-commands, org-table-eval-formula)
14538 (org-table-formula-substitute-names, orgtbl-make-binding)
14539 (org-format-org-table-html, org-format-table-table-html)
14540 (org-format-table-table-html-using-table-generate-source)
14541 (org-customize): Fix typos in docstrings.
14542 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14543 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14544 (org-back-to-heading): Doc fixes.
14545 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14546 (org-agenda-change-all-lines, org-get-header):
14547 Improve argument/docstring consistency.
14548 (orgtbl-error): Fix error message.
14549
14550 * progmodes/flymake.el (flymake-find-possible-master-files)
14551 (flymake-master-file-compare, flymake-get-line-err-count)
14552 (flymake-highlight-line, flymake-gui-warnings-enabled):
14553 Fix typos in docstrings.
14554 (flymake-parse-line, flymake-get-project-include-dirs-function)
14555 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14556 Doc fixes.
14557 (flymake-get-project-include-dirs-function)
14558 (flymake-make-err-menu-data):
14559 Improve argument/docstring consistency.
14560
14561 2005-07-01 Lute Kamstra <lute@gnu.org>
14562
14563 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14564 Catch errors with ignore-errors. Use temporary buffer.
14565 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14566
14567 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14568 background color faces.
14569 (facemenu-set-foreground, facemenu-set-background):
14570 Use facemenu-set-face-from-menu.
14571 (facemenu-set-face-from-menu): Treat face names that start with
14572 "fg:" or "bg:" as special.
14573 (facemenu-add-new-color): Don't create faces. Simplify.
14574
14575 2005-06-30 Richard M. Stallman <rms@gnu.org>
14576
14577 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14578 (crm-find-current-element): Likewise.
14579
14580 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14581
14582 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14583
14584 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14587 (archive-mouse-extract): Make it an obsolete alias.
14588 (archive-mode-map): Don't use archive-mouse-extract any more.
14589 (archive-mode, archive-extract): write-contents-hooks ->
14590 write-contents-functions.
14591 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14592 first arg.
14593 (archive-rename-entry): Update the call.
14594 (archive-zip-summarize): Remove unused var `method'.
14595 (archive-lzh-summarize): Remove unused var `creator'.
14596
14597 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14598 dedicated frame upon exit.
14599
14600 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14601 (archive-zip-extract, archive-zip-expunge)
14602 (archive-zip-update, archive-zip-update-case): Use executable-find.
14603 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14604 Use restore-buffer-modified-p.
14605 (archive-extract, archive-add-new-member, archive-write-file-member):
14606 Use with-current-buffer.
14607 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14608
14609 2005-06-30 Andreas Schwab <schwab@suse.de>
14610
14611 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14612
14613 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14614
14615 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14616
14617 2005-06-30 Juri Linkov <juri@jurta.org>
14618
14619 * faces.el (vertical-border): Inherit from mode-line-inactive
14620 only on tty.
14621
14622 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14625 example, -NLINES in the `occur' docstring).
14626
14627 * replace.el (occur-1): When no matches are found, do not set the
14628 `buffer-read-only' and modified flags for the occur buffer,
14629 because it is deleted.
14630
14631 * emulation/cua-base.el (cua-check-pending-input)
14632 (cua-repeat-replace-region, cua-mode, cua-debug)
14633 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14634 Fix typos in docstrings.
14635
14636 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14637 (cua-cut-region-to-global-mark)
14638 (cua--cut-rectangle-to-global-mark):
14639 Remove period from end of messages.
14640
14641 * emulation/cua-rect.el (cua-do-rectangle-padding):
14642 Remove period from end of messages.
14643 (cua--rectangle-seq-format): Fix typo in docstring.
14644 (cua-sequence-rectangle, cua-fill-char-rectangle):
14645 Improve argument/docstring consistency.
14646
14647 2005-06-29 Juri Linkov <juri@jurta.org>
14648
14649 * faces.el (default-frame-background-mode): New internal variable.
14650 (frame-set-background-mode): Use it.
14651
14652 * startup.el (normal-top-level): Set default-frame-background-mode
14653 instead of frame-background-mode. Before setting it, test for its
14654 nil value. Remove tests for frame-background-mode and frame
14655 parameter `reverse'. Add test for "unspecified-fg".
14656
14657 * term/xterm.el (xterm-rxvt-set-background-mode):
14658 * term/rxvt.el (rxvt-set-background-mode):
14659 Set default-frame-background-mode instead of frame-background-mode.
14660
14661 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14662
14663 * simple.el (set-variable): Warn about obsolete user variables.
14664
14665 * imenu.el (imenu--completion-buffer):
14666 * mouse.el (mouse-buffer-menu-alist):
14667 * msb.el (msb-invisible-buffer-p):
14668 * calendar/diary-lib.el (diary-header-line-format):
14669 * emacs-lisp/pp.el (pp-buffer):
14670 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14671 * textmodes/picture.el (picture-replace-match):
14672 Change space constants followed by a sexp to "?\s ".
14673
14674 * play/decipher.el (decipher-loop-with-breaks):
14675 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14676 constants "protected" from end of line by a comment to "?\s".
14677
14678 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * font-lock.el (save-buffer-state): Use `declare'.
14681
14682 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14683 reset the syntax-table to cperl-mode-syntax-table.
14684 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14685 "foo_print_bar" is not matched as a reserved keyword.
14686
14687 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14688
14689 * textmodes/org.el (orgtbl-setup): New function, for delayed
14690 setup for the orgtbl commands.
14691 (org-calc-default-modes): New option.
14692 (orgtbl-make-binding): Use `defun' to get better help display.
14693 (org-diary): Call `org-compile-prefix-format'.
14694 (org-table-formula-substitute-names): New function.
14695 (org-agenda-day-view, org-agenda-week-view): New commands.
14696 (org-agenda-toggle-week-view): Command removed.
14697 (org-tbl-menu): Split off from org-org-menu.
14698 (org-mode): Move removal of outline-mode menus to here.
14699 (org-table-formula-debug): New option.
14700 (org-table-insert-row): Keep first field if just "#" or "*".
14701 (org-mode): Paragraph regexps fixed.
14702 (org-table-recalculate-regexp): New constant.
14703 (org-table-justify-field-maybe): Avoid replace if not necessary.
14704 (org-copy-special, org-cut-special): Use `call-interactively'.
14705 (org-table-copy-region): Take region from `interactive' call.
14706 (org-trim): Return string even if no match.
14707 (org-formula): New face.
14708 (org-set-font-lock-defaults): No longer highlight "FIXME".
14709 But highlight formula-related fields in table.
14710 (org-table-p): Use regexp, not fontification.
14711 (org-table-align): Handle white space at end of line.
14712 (org-table-formula-evaluate-inline): New option.
14713 (org-mode): Auto-wrapping in comment lines turned off.
14714 (org-table-copy-down): Evaluate only in copied field, not in
14715 destination.
14716 (org-table-current-formula): Variable removed.
14717 (org-table-store-formulas, org-table-get-stored-formulas)
14718 (org-table-modify-formulas, org-table-replace-in-formulas)
14719 (org-table-maybe-eval-formula): New functions.
14720 (org-table-get-formula): Modify to use stored formulas.
14721 (org-table-insert-column, org-table-delete-column)
14722 (org-table-move-column): Call `org-table-modify-formulas'.
14723 (org-complete): Add completion for keyword formulas.
14724 (orgtbl-mode): Pull orgtbl-mode-map to start of
14725 minor-mode-map-alist.
14726
14727 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14728
14729 * progmodes/python.el (python-check): Require `compile' before
14730 modifying its variables.
14731
14732 * newcomment.el (comment-indent-default): Don't get fooled by an early
14733 end of buffer.
14734
14735 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14736
14737 * ps-print.el (ps-print-version): Fix version number.
14738
14739 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14740
14741 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14742
14743 2005-06-28 Richard M. Stallman <rms@gnu.org>
14744
14745 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14746 (flyspell-local-mouse-map): Declaration deleted.
14747 (flyspell-mouse-map): Bind only mouse-2.
14748 (flyspell-mode-map): Don't test flyspell-use-local-map.
14749 (flyspell-overlay-keymap-property-name): Var deleted.
14750 (flyspell-mode-on): Don't make local bindings for
14751 flyspell-mouse-map and flyspell-mode-map.
14752 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14753
14754 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14755
14756 * progmodes/compile.el (compilation-next-error-function):
14757 Don't switch buffers; operate on the current buffer.
14758
14759 * progmodes/compile.el (compilation-error-file-name)
14760 (compilation-warning-file-name, compilation-info-file-name)
14761 (compilation-line-number, compilation-column-number): New faces.
14762 (compilation-error-face, compilation-warning-face)
14763 (compilation-info-face, compilation-line-face)
14764 (compilation-column-face): Use them.
14765
14766 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14767
14768 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14769
14770 * bindings.el (global-map): Bind insertchar and its variants.
14771
14772 2005-06-27 Richard M. Stallman <rms@gnu.org>
14773
14774 * textmodes/artist.el (artist-text-overwrite)
14775 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14776
14777 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14778
14779 * ps-print.el: It was not working the page selection for printing.
14780 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14781 (ps-print-version): New version 6.6.7.
14782 (ps-end-sheet): New fun.
14783 (ps-header-sheet, ps-end-job): Call it.
14784
14785 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14786
14787 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14788
14789 2005-06-27 Lute Kamstra <lute@gnu.org>
14790
14791 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14792 background color faces.
14793 (facemenu-get-face): Delete function.
14794 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14795 (facemenu-add-new-color): Make second argument mandatory.
14796 Create the appropriate face and return it. Simplify.
14797 (facemenu-set-foreground, facemenu-set-background): Don't check if
14798 color is defined. Use return value of facemenu-add-new-color.
14799
14800 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gud.el (gud-filter): Add missing argument to
14803 with-selected-window.
14804
14805 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14806
14807 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14808 a :require to the defcustom.
14809
14810 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14811 defcustoms corresponding to minor modes.
14812
14813 2005-06-26 David Ponce <david@dponce.com>
14814
14815 * recentf.el: Require tree-widget instead of wid-edit.
14816 (recentf-filename-handler): Fix widget :type.
14817 (recentf-cancel-dialog, recentf-open-more-files)
14818 (recentf-open-files-action): Doc fix.
14819 (recentf-dialog-goto-first): New function.
14820 (recentf-dialog-mode-map): Set parent keymap first.
14821 (recentf-dialog-mode): Define with define-derived-mode.
14822 Don't display continuation lines in dialogs.
14823 (recentf-edit-list): Rename from recentf-edit-selected-items.
14824 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14825 Simplify.
14826 (recentf-edit-list-validate): New function.
14827 (recentf-edit-list): Update accordingly.
14828 (recentf-open-files-item-shift): Remove.
14829 (recentf-open-files-item): Convert menu elements into tree and
14830 link widgets. Don't create the widgets.
14831 (recentf-open-files): Update accordingly.
14832 (recentf-save-list): Untabify.
14833
14834 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14835
14836 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14837 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14838 partially contained in the active region. Do not take active
14839 region into account when called from Lisp, unless INTERACTIVE arg
14840 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14841 avoid trouble with fields. Make marker point nowhere when no
14842 longer used. Always return nil. Doc fix.
14843 (flush-lines): Add INTERACTIVE arg. Do not take active region
14844 into account when called from Lisp, unless INTERACTIVE arg is
14845 non-nil. Use `forward-line' instead of `beginning-of-line' to
14846 avoid trouble with fields. Make marker point nowhere when no
14847 longer used. Always return nil. Doc fix.
14848 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14849 interchangeable. Do not take active region into account when
14850 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14851 message in echo area when called from Lisp, unless INTERACTIVE arg
14852 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14853 Return the number of matches. Doc fix.
14854 (occur): Doc fix.
14855 (perform-replace): Make comment follow double space convention for
14856 the sake of `outline-minor-mode'.
14857
14858 * faces.el (facep): Doc fix.
14859
14860 2005-06-25 Richard M. Stallman <rms@gnu.org>
14861
14862 * facemenu.el (facemenu-enable-faces-p): New function.
14863 (facemenu-background-menu, facemenu-foreground-menu)
14864 (facemenu-face-menu): Add menu-enable property.
14865
14866 * jka-compr.el (jka-compr-insert-file-contents):
14867 Special handling if cannot find the uncompression program.
14868
14869 * cus-face.el (custom-face-attributes): Add autoload.
14870
14871 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14872 Bind comment-indent-function locally.
14873
14874 * window.el (save-selected-window): Use save-current-buffer.
14875
14876 * subr.el (with-selected-window): Use save-current-buffer.
14877
14878 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14879 and with-current-buffer.
14880
14881 2005-06-24 Richard M. Stallman <rms@gnu.org>
14882
14883 * simple.el (line-move-1): Fix previous change.
14884
14885 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14886
14887 * replace.el (occur-1): Set `buffer-read-only' and the
14888 buffer-modified flag before running `occur-hook' to protect
14889 against unintentional buffer switches that can lead to data loss.
14890
14891 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14892
14893 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14894 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14895 initial error.
14896
14897 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14898 after fresh input.
14899 (gdb-var-create-handler): Put name of expression in quotes.
14900
14901 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14902
14903 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14904 elements of RING in order, and without bogus nil elements.
14905
14906 2005-06-23 Richard M. Stallman <rms@gnu.org>
14907
14908 * simple.el (set-variable): Args renamed; doc fix.
14909 (line-move-1): When there are overlays around, use vertical-motion.
14910
14911 * faces.el (escape-glyph): Use brown against light background.
14912 (nobreak-space): Rename from no-break-space.
14913 Fix previous change.
14914
14915 * dired-aux.el (dired-do-copy): Fix arg prompt.
14916
14917 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14918
14919 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14920
14921 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14922 rather than "Distributor".
14923
14924 2005-06-23 Lute Kamstra <lute@gnu.org>
14925
14926 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14927 (debug-on-entry): Use it. New interactive declaration that uses
14928 function-called-at-point.
14929
14930 2005-06-23 Kim F. Storm <storm@cua.dk>
14931
14932 * subr.el (save-match-data): Add comment about using evaporate arg
14933 to set-match-data.
14934
14935 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14936
14937 * cus-edit.el (customize-face)
14938 (customize-face-other-window): Handle face aliases.
14939
14940 * faces.el (face-documentation, set-face-attribute)
14941 (face-spec-set): Handle face aliases.
14942
14943 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14944
14945 * help-mode.el (help-make-xrefs): If a symbol representing a face
14946 name is not followed by the word "face", it could still be a
14947 function or variable name, so don't bypass other checks.
14948
14949 2005-06-22 Juri Linkov <juri@jurta.org>
14950
14951 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14952 Replace aliased functions with calls where second arg `inherit' is t.
14953
14954 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14955
14956 * progmodes/gdb-ui.el (gdb-error): New variable.
14957 (gdb-error): New function.
14958 (gdb-annotation-rules): Act on error-begin and error annotations.
14959 (gdb-concat-output): Use font-lock-warning-face for errors.
14960
14961 2005-06-22 Miles Bader <miles@gnu.org>
14962
14963 * bindings.el (propertized-buffer-identification): Use renamed
14964 `Buffer-menu-buffer' face.
14965
14966 * faces.el (vertical-border): Rename from `vertical-divider'.
14967 (escape-glyph): Change dark-background color back to `cyan'.
14968
14969 2005-06-21 Juri Linkov <juri@jurta.org>
14970
14971 * faces.el (face-user-default-spec): Try getting `customized-face'
14972 prior to `saved-face'.
14973 (frame-background-mode): Refill docstring.
14974
14975 * emacs-lisp/lisp-mode.el (eval-defun-1):
14976 * emacs-lisp/edebug.el (edebug-eval-defun):
14977 Set `saved-face' temporarily to nil before calling form.
14978 Set `customized-face' to the new spec after that.
14979
14980 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14981
14982 * subr.el (1value, lambda, key-substitution-in-progress):
14983 Doc fixes.
14984
14985 * autoinsert.el (auto-insert-alist):
14986 * ses.el (ses-call-printer):
14987 * subr.el (noreturn):
14988 * emacs-lisp/lisp.el (check-parens):
14989 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14990 * net/browse-url.el (browse-url-mosaic):
14991 * progmodes/cc-defs.el (c-safe-scan-lists):
14992 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14993 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14994 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14995 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14996 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14997 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14998
14999 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15000
15001 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15002
15003 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15004
15005 * calendar/appt.el (appt-make-list): Activate the package, if
15006 not already active (for backwards compatibility).
15007
15008 2005-06-20 Kim F. Storm <storm@cua.dk>
15009
15010 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15011
15012 2005-06-20 Miles Bader <miles@gnu.org>
15013
15014 * faces.el (vertical-divider): New face.
15015
15016 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15017
15018 * simple.el (kill-whole-line): Doc fix.
15019 (next-error-buffer-p, next-error-find-buffer)
15020 (clone-indirect-buffer): Fix typos in docstrings.
15021 (comment-line-break-function): Doc fix: don't say variable
15022 is automatically buffer-local (it isn't).
15023
15024 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15025
15026 * net/tramp-ftp.el (top):
15027 * net/tramp-smb.el (top):
15028 * net/tramp-util.el (top):
15029 * net/tramp-uu.el (top):
15030 * net/tramp-vc.el (top):
15031 * net/tramp.el (top): Revert copyright years back to original
15032 ones. Tramp has a life outside GNU Emacs.
15033
15034 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15035
15036 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15037
15038 2005-06-18 Juri Linkov <juri@jurta.org>
15039
15040 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15041 end of first regexp to limit the match to the position between
15042 line number and source line with same separator character as used
15043 between file name and line number. In the second regexp limit
15044 mouse-face area to file name and line number by adding new group
15045 for them and referring it in HYPERLINK arg.
15046 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15047 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15048 previous line where grep markers may be already removed.
15049
15050 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15051
15052 * progmodes/ps-mode.el: Update version and maintainer's email address.
15053
15054 2005-06-18 Steve Youngs <steve@xemacs.org>
15055
15056 * net/browse-url.el (browse-url-browser-function)
15057 (browse-url-default-browser): Add firefox.
15058 (browse-url-firefox-program, browse-url-firefox-arguments)
15059 (browse-url-firefox-startup-arguments)
15060 (browse-url-firefox-new-window-is-tab): New defcustoms.
15061 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15062
15063 2005-06-17 Richard M. Stallman <rms@gnu.org>
15064
15065 * startup.el (command-line): Warn if specified user name has
15066 no home directory.
15067
15068 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15069 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15070
15071 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15072 Doc fixes.
15073
15074 * faces.el (underline): Try bold if terminal doesn't support underline.
15075
15076 * mail/sendmail.el (mail-setup-with-from): New variable.
15077 (mail-insert-from-field): New function.
15078 (sendmail-send-it): Call it.
15079 (mail-setup): Optionally call it here.
15080
15081 * term/linux.el: Call tty-no-underline.
15082
15083 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15084
15085 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15086
15087 2005-06-17 Miles Bader <miles@gnu.org>
15088
15089 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15090 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15091 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15092 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15093 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15094 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15095 Remove "-face" suffix from face names.
15096 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15097 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15098 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15099 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15100 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15101 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15102 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15103 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15104 New backward-compatibility aliases for renamed faces.
15105 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15106 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15107 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15108 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15109 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15110 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15111 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15112 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15113 Use renamed ediff faces.
15114
15115 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15116 Remove "-face" suffix from face names.
15117 (eshell-test-ok-face, eshell-test-failed-face):
15118 New backward-compatibility aliases for renamed faces.
15119 (eshell-run-test): Use renamed eshell-test faces.
15120
15121 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15122 face name.
15123 (eshell-prompt-face): New backward-compatibility alias for renamed
15124 face.
15125 (eshell-emit-prompt): Use renamed eshell-prompt face.
15126
15127 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15128 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15129 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15130 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15131 Remove "-face" suffix from face names.
15132 (eshell-ls-directory-face, eshell-ls-symlink-face)
15133 (eshell-ls-executable-face, eshell-ls-readonly-face)
15134 (eshell-ls-unreadable-face, eshell-ls-special-face)
15135 (eshell-ls-missing-face, eshell-ls-archive-face)
15136 (eshell-ls-backup-face, eshell-ls-product-face)
15137 (eshell-ls-clutter-face):
15138 New backward-compatibility aliases for renamed faces.
15139 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15140
15141 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15142 Remove "-face" suffix from face name.
15143 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15144 instead of literal face.
15145
15146 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15147
15148 * emacs-lisp/warnings.el (display-warning, lwarn)
15149 (warning-minimum-log-level): Doc fixes.
15150 (warning-minimum-level, warning-minimum-log-level):
15151 Add :debug to :type choices.
15152
15153 * progmodes/ada-mode.el (ada-format-paramlist)
15154 (ada-get-indent-case, ada-check-matching-start)
15155 (ada-check-defun-name, ada-goto-matching-decl-start)
15156 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15157 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15158 (ada-make-subprogram-body): Follow error conventions.
15159 (ada-case-exception-file, ada-indent-comment-as-code)
15160 (ada-indent-handle-comment-special, ada-indent-renames)
15161 (ada-indent-return, ada-search-directories-internal)
15162 (ada-tab-policy, ada-case-exception-substring)
15163 (ada-other-file-alist, ada-matching-start-re)
15164 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15165 (ada-imenu-generic-expression, ada-compile-goto-error)
15166 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15167 (ada-popup-menu, ada-add-extensions, ada-mode)
15168 (ada-region-selected, ada-create-case-exception)
15169 (ada-create-case-exception-substring, ada-after-keyword-p)
15170 (ada-activate-keys-for-case, ada-adjust-case-region)
15171 (ada-adjust-case-buffer, ada-format-paramlist)
15172 (ada-scan-paramlist, ada-insert-paramlist)
15173 (ada-indent-newline-indent)
15174 (ada-indent-newline-indent-conditional)
15175 (ada-justified-indent-current, ada-goto-previous-word)
15176 (ada-indent-current, ada-get-indent-open-paren)
15177 (ada-get-indent-paramlist, ada-get-indent-end)
15178 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15179 (ada-get-indent-block-start, ada-get-indent-subprog)
15180 (ada-get-indent-noindent, ada-get-indent-label)
15181 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15182 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15183 (ada-goto-stmt-end, ada-goto-next-word)
15184 (ada-check-matching-start, ada-check-defun-name)
15185 (ada-goto-matching-decl-start, ada-goto-matching-start)
15186 (ada-goto-matching-end, ada-search-ignore-string-comment)
15187 (ada-in-decl-p, ada-looking-at-semi-or)
15188 (ada-looking-at-semi-private, ada-in-paramlist-p)
15189 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15190 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15191 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15192 (ada-previous-package, ada-create-menu)
15193 (ada-fill-comment-paragraph-justify)
15194 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15195 (ada-other-file-name, ada-last-which-function-line)
15196 (ada-last-which-function-subprog, ada-which-function)
15197 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15198 (ada-gen-treat-proc, ada-check-emacs-version)
15199 (ada-continuation-indent, ada-align-region-separate):
15200 Fix typos in docstrings.
15201 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15202
15203 2005-06-16 Lute Kamstra <lute@gnu.org>
15204
15205 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15206 conditionally.
15207
15208 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15209
15210 * comint.el (comint-replace-by-expanded-filename)
15211 (comint-prompt-regexp, comint-delimiter-argument-list)
15212 (comint-preinput-scroll-to-bottom):
15213 * info.el (Info-hide-cookies-node):
15214 * ls-lisp.el (ls-lisp-classify):
15215 * find-file.el (ff-search-directories, ff-special-constructs)
15216 (ff-find-other-file):
15217 * font-lock.el (font-lock-keywords):
15218 * shell.el (shell-prompt-pattern)
15219 (shell-dynamic-complete-functions, shell-mode)
15220 (shell-delimiter-argument-list):
15221 * term.el (term-replace-by-expanded-filename)
15222 (term-prompt-regexp, term-delimiter-argument-list):
15223 * woman.el (woman-ignore, woman0-if):
15224 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15225 * emacs-lisp/elint.el (elint-init-env):
15226 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15227 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15228 * language/ethio-util.el (ethio-tilde-escape)
15229 (ethio-use-three-dot-question):
15230 * net/zone-mode.el (zone-mode-load-time-setup):
15231 * progmodes/cc-align.el (c-lineup-argcont):
15232 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15233 * progmodes/cperl-mode.el (cperl-set-style-back):
15234 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15235 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15236 Fix spellings in docstrings.
15237
15238 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15239 * progmodes/modula2.el (m2-for): Fix spellings.
15240
15241 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15242
15243 * simple.el (undo-more): Don't use `format' on `error' arguments.
15244 Improve argument/docstring consistency.
15245 (pending-undo-list): Doc fix.
15246
15247 * smerge-mode.el (smerge-ensure-match):
15248 * emulation/vip.el (vip-ex):
15249 * net/zone-mode.el (zone-mode-update-serial):
15250 * progmodes/idlwave.el (idlwave-complete):
15251 * progmodes/vhdl-mode.el (vhdl-visit-file)
15252 (vhdl-compose-wire-components):
15253 Don't use `format' on `error' arguments.
15254
15255 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15256 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15257 (tooltip-help-tips): Fix typos in docstrings.
15258
15259 2005-06-16 David Ponce <david@dponce.com>
15260
15261 * tree-widget.el (tree-widget-value-create): Simplify last change.
15262
15263 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15264
15265 * ido.el (ido-incomplete-regexp): New variable.
15266 (ido-set-matches-1): Handle invalid-regexp error and set
15267 ido-incomplete-regexp.
15268 (ido-incomplete-regexp): New face.
15269 (ido-completions): Use it.
15270 (ido-complete, ido-exit-minibuffer, ido-completions):
15271 Handle incomplete regexps.
15272 (ido-completions): Add check for complete match when entering a regexp.
15273
15274 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15277
15278 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15279
15280 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15281 by field delimiters.
15282
15283 2005-06-15 David Ponce <david@dponce.com>
15284
15285 * tree-widget.el: eval-and-compile inlined functions so they will
15286 be available at run-time too.
15287 (tree-widget-super-format-handler)
15288 (tree-widget-format-handler): Remove.
15289 (tree-widget-value-create): Handle the :indent property.
15290
15291 2005-06-15 Miles Bader <miles@gnu.org>
15292
15293 * progmodes/which-func.el (which-func): Only inherit
15294 `font-lock-function-name-face' when that makes sense against the
15295 default mode-line face, otherwise set the face color explicitly.
15296
15297 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15298 faces instead of (non-existent) variables.
15299
15300 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15303 (iswitchb-get-matched-buffers): Likewise. Simplify.
15304
15305 2005-06-14 Miles Bader <miles@gnu.org>
15306
15307 * progmodes/ld-script.el (ld-script-location-counter):
15308 Remove "-face" suffix from face name.
15309 (ld-script-location-counter-face):
15310 New backward-compatibility alias for renamed face.
15311 (ld-script-location-counter-face): Use renamed face.
15312
15313 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15314 (cperl-hash): Remove "-face" suffix from face names.
15315 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15316 New backward-compatibility aliases for renamed faces.
15317 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15318 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15319
15320 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15321 name.
15322 (which-func-face): New backward-compatibility alias for renamed face.
15323 (which-func-format): Use renamed which-func face.
15324
15325 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15326 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15327 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15328 names.
15329 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15330 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15331 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15332 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15333 (vhdl-speedbar-architecture-selected)
15334 (vhdl-speedbar-configuration-selected)
15335 (vhdl-speedbar-package-selected)
15336 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15337 names.
15338 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15339 Use renamed faces.
15340 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15341 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15342 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15343 Use renamed faces.
15344 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15345 names.
15346 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15347 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15348 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15349 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15350 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15351 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15352
15353 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15354 face name.
15355 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15356 (sh-heredoc-face): Use renamed sh-heredoc face.
15357
15358 * progmodes/idlw-help.el (idlwave-help-link):
15359 Remove "-face" suffix from face name.
15360 (idlwave-help-link-face):
15361 New backward-compatibility alias for renamed face.
15362 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15363
15364 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15365 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15366 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15367 New backward-compatibility aliases for renamed faces.
15368 (idlwave-shell-disabled-breakpoint-face)
15369 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15370
15371 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15372 Remove "-face" suffix from face names.
15373 (flymake-errline-face, flymake-warnline-face):
15374 New backward-compatibility aliases for renamed faces.
15375 (flymake-highlight-line): Use renamed flymake faces.
15376
15377 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15378 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15379 (ebrowse-member-class, ebrowse-progress):
15380 Remove "-face" suffix from face names.
15381 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15382 (ebrowse-file-name-face, ebrowse-default-face)
15383 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15384 (ebrowse-progress-face):
15385 New backward-compatibility aliases for renamed faces.
15386 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15387 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15388 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15389 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15390
15391 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15392 antlr-syntax)
15393 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15394 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15395 names.
15396 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15397 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15398 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15399 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15400 backward-compatibility aliases for renamed faces.
15401 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15402 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15403 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15404 remove "font-lock-". Use renamed antlr-mode faces.
15405 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15406 literal face-names with face variable references.
15407
15408 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15409 face name.
15410 (Buffer-menu-buffer-face): New backward-compatibility alias for
15411 renamed face.
15412 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15413
15414 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15415
15416 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15417 Eliminate "-face" suffix.
15418 (makefile-targets): Inherit from font-lock-function-name-face and
15419 eliminate "-face" suffix.
15420 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15421 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15422 actions, instead of prepending, to make it less visible.
15423 (makefile-previous-dependency, makefile-match-dependency):
15424 Don't match a target on a continuation line.
15425
15426 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15427
15428 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15429
15430 * progmodes/gdb-ui.el (menu): Re-order menu items.
15431 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15432
15433 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15434 Define in tooltip.el.
15435 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15436 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15437 gud-tooltip-echo-area.
15438
15439 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15440 backward compatibility and make obsolete.
15441 (tooltip-help-tips): Use tooltip-use-echo-area.
15442 (tooltip-show-help-function): Rename to...
15443 (tooltip-show-help): ...this, because it is a function.
15444 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15445
15446 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15447
15448 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15449 (edebug-print-length, edebug-print-level, edebug-print-circle)
15450 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15451 (edebug-eval-print-last-sexp): Doc fixes.
15452
15453 2005-06-14 Kim F. Storm <storm@cua.dk>
15454
15455 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15456 as the coverage buffer/file/both may change.
15457
15458 2005-06-14 Lute Kamstra <lute@gnu.org>
15459
15460 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15461 and run-mode-hooks. Simplify.
15462
15463 * mail/rmailedit.el (rmail-edit-mode):
15464 * progmodes/octave-inf.el (inferior-octave-mode):
15465 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15466
15467 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15468 and run-mode-hooks.
15469 (recentf-edit-list, recentf-open-files): Don't call
15470 kill-all-local-variables directly.
15471
15472 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15473
15474 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15475
15476 * emacs-lisp/byte-run.el (make-obsolete)
15477 (define-obsolete-function-alias): Rename arguments FUNCTION and
15478 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15479 (make-obsolete-variable, define-obsolete-variable-alias):
15480 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15481 respectively.
15482
15483 * isearchb.el (isearchb-activate):
15484 * pcvs.el (cvs-mode):
15485 * ses.el (ses-load):
15486 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15487 * net/tramp.el (tramp-find-file-exists-command)
15488 (tramp-find-shell):
15489 * progmodes/ada-mode.el (ada-create-case-exception)
15490 (ada-create-case-exception-substring, ada-make-subprogram-body):
15491 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15492 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15493 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15494 * textmodes/org.el (org-promote, org-evaluate-time-range)
15495 (org-agenda-next-date-line, org-agenda-previous-date-line)
15496 (org-agenda-error, org-open-at-point, org-table-move-row)
15497 (org-format-table-table-html-using-table-generate-source)
15498 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15499 * textmodes/reftex.el (reftex-access-scan-info):
15500 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15501 (reftex-toc-promote-prepare): Follow error conventions.
15502
15503 * diff-mode.el (diff-mode): Fix typo in docstring.
15504
15505 * forms.el (forms--intuit-from-file): Fix reference to
15506 `forms-number-of-fields' in error message.
15507 (forms-print): Fix quoting in error message.
15508
15509 * forms.el (forms-mode):
15510 * emulation/vi.el (vi-goto-insert-state):
15511 * progmodes/flymake.el (flymake-new-err-info)
15512 (flymake-start-syntax-check-for-current-buffer)
15513 (flymake-simple-cleanup):
15514 * eshell/esh-var.el (eshell/export):
15515 * progmodes/gud.el (xdb):
15516 * textmodes/flyspell.el (flyspell-incorrect-hook)
15517 (flyspell-maybe-correct-transposition)
15518 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15519
15520 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15521
15522 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15523 minibuffer prompt.
15524
15525 2005-06-13 Kim F. Storm <storm@cua.dk>
15526
15527 * subr.el (add-to-ordered-list): New defun.
15528
15529 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15530 add cua--keymap-alist to emulation-mode-map-alists.
15531
15532 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15533
15534 * subr.el (complete-in-turn): New macro.
15535 (dynamic-completion-table, lazy-completion-table): Add debug info.
15536
15537 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15538 in preference to face aliases.
15539
15540 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15541 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15542 Remove unused vars `start' and `firstline'.
15543 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15544 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15545
15546 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15547
15548 * cus-start.el (all): Don't complain about missing GTK-related
15549 variables, unless either `gtk' is boundp or this isn't a
15550 `windows-nt' build.
15551
15552 2005-06-13 Lute Kamstra <lute@gnu.org>
15553
15554 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15555 run-mode-hooks.
15556
15557 * ediff-mult.el (ediff-meta-mode):
15558 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15559
15560 * ledit.el (ledit-mode): Use delay-mode-hooks.
15561
15562 * woman.el (woman-mode-line-format): Delete constant.
15563 (woman-mode-map): Initialize it properly.
15564 (woman-mode): Set mode-class property to special.
15565 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15566 Set major-mode and mode-name. Don't set mode-line-format directly.
15567 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15568
15569 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15570 string argument obsolete.
15571
15572 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15573
15574 * textmodes/org.el (org-CUA-compatible): New option.
15575 (org-disputed-keys): New variable.
15576 (org-key): New function.
15577 (orgtbl-make-binding): Add docstring to the created function.
15578 (org-mode): Set paragraph start/separate regexps.
15579 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15580 (org-archive-location, org-archive-mark-done)
15581 (org-archive-stamp-time): New options.
15582 (org-archive-subtree): New command.
15583 (org-fill-paragraph): New function.
15584 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15585 (org-fake-empty-table-line): Function removed.
15586 (org-format-org-table-html): Do not create empty table lines at
15587 separator lines. Improved table header treatment.
15588 (org-link-format): New option.
15589 (org-make-link): New function.
15590 (org-insert-link, org-store-link): Use org-make-link.
15591 (org-open-file): Quote file name for shell command, to allow
15592 spaces in file names.
15593 (org-link-regexp): Fix bug with mailto link.
15594 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15595 New constants.
15596 (org-export-as-html): Deal with the optional angles around a link.
15597 Better treatment of file: links.
15598 (org-open-at-point): Replace @{ and @} with < and >.
15599 (org-run-mode-hooks): Function removed.
15600 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15601
15602 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15603
15604 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15605 MI command -data-list-register-values.
15606 (gdb-post-prompt): Indent properly.
15607
15608 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15609
15610 * hilit-chg.el (highlight-changes-colors): Rename from
15611 `highlight-changes-colours'.
15612 (highlight-changes-colours): Keep as obsolete alias.
15613 (highlight-changes-face-list): Doc fix.
15614 (hilit-chg-make-list): Use `highlight-changes-colors'.
15615
15616 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15617
15618 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15619 defun-prompt-regexp.
15620
15621 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15622
15623 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15624 and cygwin.
15625
15626 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15627 Don't use an old loaddefs.el, as in Makefile.in.
15628
15629 2005-06-12 Lute Kamstra <lute@gnu.org>
15630
15631 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15632
15633 * man.el (Man-mode-map): Initialize it properly.
15634 (Man-mode): Set mode-class property to special.
15635
15636 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15637
15638 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15639
15640 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15641 A newline is needed in the docstring there.
15642
15643 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15644 Doc fixes.
15645
15646 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15647
15648 * printing.el: Doc fix. The menubar is no more changed when printing
15649 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15650 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15651 (pr-version): New version number (6.8.4).
15652 (pr-menu-bind): New command.
15653 (pr-update-menus): Docstring and code fix.
15654 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15655 Docstring fix.
15656 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15657 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15658
15659 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15660
15661 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15662 "Returns" to "return", document useful return values, etc.
15663
15664 2005-06-11 Alan Mackenzie <acm@muc.de>
15665
15666 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15667 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15668 (adaptive-file-function): Minor amendment to doc-string.
15669
15670 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15671
15672 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15673 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15674 Fix :type--it is `integer', not `string'.
15675
15676 * faces.el (modeline-highlight): Rename from (the erroneous)
15677 `modeline-higilight'.
15678
15679 2005-06-11 Lute Kamstra <lute@gnu.org>
15680
15681 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15682 lisp-interaction-mode-map but make it the parent.
15683 (edebug-eval-mode): Use define-derived-mode.
15684
15685 2005-06-11 Andreas Schwab <schwab@suse.de>
15686
15687 * bindings.el: Add binding of `ESC functionkey' for every
15688 `M-functionkey'.
15689 * hexl.el (hexl-mode-map): Likewise.
15690
15691 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15692
15693 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15694 [msft]: update regexp for newer msft compilers.
15695
15696 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15697
15698 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15699 ATTLIST portions of included DTDs.
15700 (xml-parse-dtd): Eliminate use of inefficient match-data.
15701
15702 2005-06-10 Miles Bader <miles@gnu.org>
15703
15704 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15705 (mpuz-text): Remove "-face" suffix from face names.
15706 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15707 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15708 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15709
15710 * play/gomoku.el (gomoku-O, gomoku-X):
15711 Remove "-face" suffix from face names.
15712 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15713 New backward-compatibility aliases for renamed faces.
15714 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15715
15716 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15717
15718 * thumbs.el: Fixes for changes of 2005-06-09.
15719 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15720 as a directory.
15721 (thumbs-thumbname): Remove directory separator from format string;
15722 `thumbs-thumbsdir' now returns a valid directory name.
15723 (thumbs-temp-dir): New defsubst.
15724 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15725 Use it.
15726
15727 * cus-edit.el (minibuffer):
15728 * files.el (make-backup-file-name-function):
15729 * filesets.el (filesets-external-viewers):
15730 * hilit-chg.el (highlight-changes-colours)
15731 (highlight-changes-face-list, highlight-changes-rotate-faces):
15732 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15733 * kmacro.el (kmacro-call-macro):
15734 * log-edit.el (log-edit-changelog-full-paragraphs):
15735 * mouse.el (mouse-1-click-follows-link):
15736 * skeleton.el (skeleton-autowrap):
15737 * subr.el (insert-for-yank-1):
15738 * tempo.el (tempo-insert-region):
15739 * terminal.el (terminal-emulator):
15740 * time.el (display-time-mail-face):
15741 * vc.el (vc-annotate):
15742 * vcursor.el (vcursor-copy-line):
15743 * woman.el (woman-bold-headings, woman-ignore)
15744 (woman-default-faces, woman-monochrome-faces):
15745 * calendar/todo-mode.el (todo-insert-threshold):
15746 * emulation/pc-select.el (pc-select-selection-keys-only)
15747 (pc-selection-mode):
15748 * emulation/vip.el (vip-find-char-forward):
15749 * emulation/viper-cmd.el (viper-find-char-forward):
15750 * international/mule-cmds.el
15751 (select-safe-coding-system-accept-default-p)
15752 (input-method-exit-on-invalid-key):
15753 * international/mule-diag.el (describe-coding-system):
15754 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15755 * net/browse-url.el (browse-url-xterm-program):
15756 * obsolete/lazy-lock.el (lazy-lock-mode):
15757 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15758 (cperl-mode):
15759 * progmodes/cpp.el (cpp-face-light-name-list)
15760 (cpp-face-dark-name-list):
15761 * progmodes/delphi.el (delphi-newline-always-indents):
15762 Fix spellings in docstrings.
15763
15764 * ido.el (ido-mode, ido-file-extensions-order)
15765 (ido-default-file-method, ido-default-buffer-method)
15766 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15767 (ido-decorations, ido-read-file-name-as-directory-commands)
15768 (ido-read-file-name-non-ido, ido-work-directory-list)
15769 (ido-ignore-item-temp-list, ido-current-directory)
15770 (ido-magic-forward-char, ido-enter-find-file)
15771 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15772 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15773
15774 2005-06-10 Lute Kamstra <lute@gnu.org>
15775
15776 * play/dunnet.el (dun-mode): Use define-derived-mode.
15777 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15778 obsolete alias.
15779
15780 * play/doctor.el (doctor-mode-map): Remove defvar.
15781 (doctor-mode): Use define-derived-mode.
15782
15783 * mail/mspools.el (mspools-mode):
15784 * net/eudc-hotlist.el (eudc-hotlist-mode):
15785 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15786
15787 2005-06-10 Miles Bader <miles@gnu.org>
15788
15789 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15790 Remove "-face" suffix from face names.
15791 (flyspell-incorrect-face, flyspell-duplicate-face):
15792 New backward-compatibility aliases for renamed faces.
15793 (flyspell-mode-on, make-flyspell-overlay)
15794 (flyspell-highlight-incorrect-region)
15795 (flyspell-highlight-duplicate-region)
15796 (flyspell-display-next-corrections)
15797 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15798
15799 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15800 from face name.
15801 (texinfo-heading-face): New backward-compatibility alias for
15802 renamed face.
15803 (texinfo-heading-face): Use renamed texinfo-heading face.
15804
15805 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15806 suffix from face names.
15807 (tex-math-face, tex-verbatim-face):
15808 New backward-compatibility aliases for renamed faces.
15809 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15810 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15811 literal face name.
15812
15813 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15814 name.
15815 (table-cell-face): New backward-compatibility alias for renamed face.
15816 (table--put-cell-face-property, table--update-cell-face):
15817 Use renamed table-cell face.
15818
15819 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15820 from face name.
15821 (sgml-namespace-face): New backward-compatibility alias for
15822 renamed face.
15823 (sgml-namespace-face): Use renamed sgml-namespace face.
15824
15825 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15826 (org-level-4, org-level-5, org-level-6, org-level-7)
15827 (org-level-8, org-warning, org-headline-done)
15828 (org-deadline-announce, org-scheduled-today)
15829 (org-scheduled-previously, org-link, org-done, org-table)
15830 (org-time-grid): Remove "-face" suffix from face names.
15831 (org-level-1-face, org-level-2-face, org-level-3-face)
15832 (org-level-4-face, org-level-5-face, org-level-6-face)
15833 (org-level-7-face, org-level-8-face, org-warning-face)
15834 (org-headline-done-face, org-deadline-announce-face)
15835 (org-scheduled-today-face, org-scheduled-previously-face)
15836 (org-link-face, org-done-face, org-table-face)
15837 (org-time-grid-face):
15838 New backward-compatibility aliases for renamed faces.
15839 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15840 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15841 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15842 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15843
15844 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15845 (viper-minibuffer-emacs, viper-minibuffer-insert)
15846 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15847 (viper-search-face, viper-replace-overlay-face)
15848 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15849 (viper-minibuffer-vi-face):
15850 New backward-compatibility aliases for renamed faces.
15851 (viper-search-face, viper-replace-overlay-face)
15852 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15853 (viper-minibuffer-vi-face): Use renamed viper faces.
15854
15855 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15856 Remove "-face" suffix from face names.
15857 (testcover-nohits-face, testcover-1value-face):
15858 New backward-compatibility aliases for renamed faces.
15859 (testcover-mark): Use renamed testcover faces.
15860
15861 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15862 face name.
15863 (diary-button-face): New backward-compatibility alias for renamed face.
15864 (diary-entry): Use renamed diary-button face.
15865
15866 * calendar/calendar.el (diary, calendar-today, holiday)
15867 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15868 (diary-face, calendar-today-face, holiday-face):
15869 New backward-compatibility aliases for renamed faces.
15870 (eval-after-load "facemenu", diary-entry-marker)
15871 (calendar-today-marker, calendar-holiday-marker, diary-face):
15872 Use renamed calendar faces.
15873
15874 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15875 (compare-windows-face): New backward-compatibility alias for
15876 renamed face.
15877 (compare-windows-highlight): Use renamed compare-windows face.
15878
15879 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15880 (strokes-char-face): New backward-compatibility alias for renamed face.
15881 (strokes-encode-buffer): Use renamed strokes-char face.
15882
15883 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15884 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15885 Remove "-face" suffix from face names.
15886 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15887 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15888 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15889 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15890 Use renamed pcvs faces.
15891 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15892 * pcvs-defs.el (cvs-mode-map): Likewise.
15893 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15894
15895 * info.el (info-title-1, info-title-2, info-title-3)
15896 (info-title-4): Remove "-face" suffix from and downcase face names.
15897 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15898 (Info-title-4-face):
15899 New backward-compatibility aliases for renamed faces.
15900 (Info-fontify-node): Use renamed info faces.
15901
15902 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15903 Remove "-face" suffix from face names.
15904 (highlight-changes-face, highlight-changes-delete-face):
15905 New backward-compatibility aliases for renamed faces.
15906 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15907 (hilit-chg-make-list): Use renamed highlight-changes faces.
15908
15909 * generic-x.el (show-tabs-tab, show-tabs-space):
15910 Remove "-face" suffix from face names.
15911 (show-tabs-tab-face, show-tabs-space-face):
15912 New backward-compatibility aliases for renamed faces.
15913 (show-tabs-generic-mode-font-lock-defaults-1)
15914 (show-tabs-generic-mode-font-lock-defaults-2):
15915 Use renamed show-tabs faces.
15916
15917 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15918 (smerge-markers): Remove "-face" suffix from face names.
15919 (smerge-mine-face, smerge-other-face, smerge-base-face)
15920 (smerge-markers-face):
15921 New backward-compatibility aliases for renamed faces.
15922 (smerge-mine-face, smerge-other-face, smerge-base-face)
15923 (smerge-markers-face): Use renamed smerge faces.
15924
15925 * log-view.el (log-view-file, log-view-message): Remove "-face"
15926 suffix from face names.
15927 (log-view-file-face, log-view-message-face):
15928 New backward-compatibility aliases for renamed faces.
15929 (log-view-file-face, log-view-message-face): Use renamed log-view
15930 faces.
15931
15932 * paren.el (show-paren-match, show-paren-mismatch):
15933 Remove "-face" suffix from face names.
15934 (show-paren-match-face, show-paren-mismatch-face):
15935 New backward-compatibility aliases for renamed faces.
15936 (show-paren-function): Use renamed show-paren faces.
15937
15938 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15939 (ruler-mode-margins, ruler-mode-fringes)
15940 (ruler-mode-column-number, ruler-mode-fill-column)
15941 (ruler-mode-comment-column, ruler-mode-goal-column)
15942 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15943 suffix from face names.
15944 (ruler-mode-default-face, ruler-mode-pad-face)
15945 (ruler-mode-margins-face, ruler-mode-fringes-face)
15946 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15947 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15948 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15949 New backward-compatibility aliases for renamed faces.
15950 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15951 (ruler-mode-column-number, ruler-mode-fill-column)
15952 (ruler-mode-comment-column, ruler-mode-goal-column)
15953 (ruler-mode-tab-stop, ruler-mode-current-column)
15954 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15955 faces.
15956
15957 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15958 face name.
15959 (whitespace-highlight-the-space): Use renamed face.
15960 (whitespace-highlight-face): New backward-compatibility alias for
15961 renamed face.
15962
15963 * woman.el (woman-italic, woman-bold, woman-unknown)
15964 (woman-addition, woman-symbol-face):
15965 Remove "-face" suffix from face names.
15966 (woman-italic-face, woman-bold-face, woman-unknown-face)
15967 (woman-addition-face):
15968 New backward-compatibility aliases for renamed faces.
15969 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15970 (woman-decode-region, woman-replace-match)
15971 (woman-display-extended-fonts, woman-special-characters)
15972 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15973 Use renamed woman faces.
15974
15975 * longlines.el (longlines-visible-face): Face removed.
15976
15977 * diff-mode.el (diff-header, diff-file-header, diff-index)
15978 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15979 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15980 suffix from face names.
15981 (diff-header-face, diff-file-header-face, diff-index-face)
15982 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15983 (diff-changed-face, diff-function-face, diff-context-face)
15984 (diff-nonexistent-face): New backward-compatibility aliases for
15985 renamed faces.
15986 (diff-header-face, diff-file-header-face)
15987 (diff-index, diff-index-face, diff-hunk-header)
15988 (diff-hunk-header-face, diff-removed, diff-removed-face)
15989 (diff-added, diff-added-face, diff-changed-face, diff-function)
15990 (diff-function-face, diff-context-face, diff-nonexistent)
15991 (diff-nonexistent-face): Use renamed diff-mode faces.
15992
15993 * progmodes/compile.el (compilation-warning-face)
15994 (compilation-info-face): Remove "-face" suffix from face names.
15995 (compilation-warning-face, compilation-info-face):
15996 New backward-compatibility aliases for renamed faces.
15997 (compilation-warning-face, compilation-info-face):
15998 Use renamed compilation faces.
15999
16000 * add-log.el (change-log-date, change-log-name)
16001 (change-log-email, change-log-file, change-log-list)
16002 (change-log-conditionals, change-log-function)
16003 (change-log-acknowledgement): Remove "-face" suffix from face names.
16004 (change-log-date-face, change-log-name-face)
16005 (change-log-email-face, change-log-file-face)
16006 (change-log-list-face, change-log-conditionals-face)
16007 (change-log-function-face, change-log-acknowledgement-face):
16008 New backward-compatibility aliases for renamed faces.
16009 (change-log-font-lock-keywords): Use renamed change-log faces.
16010
16011 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16012 (custom-set, custom-changed, custom-saved, custom-button)
16013 (custom-button-pressed, custom-documentation, custom-state)
16014 (custom-comment, custom-comment-tag, custom-variable-tag)
16015 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16016 (custom-group-tag): Remove "-face" suffix from face names.
16017 (custom-magic-alist, custom-magic-value-create)
16018 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16019 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16020 (custom-set-face, custom-changed-face, custom-saved-face)
16021 (custom-button-face, custom-button-pressed-face)
16022 (custom-documentation-face, custom-state-face)
16023 (custom-comment-face, custom-comment-tag-face)
16024 (custom-variable-tag-face, custom-variable-button-face)
16025 (custom-face-tag-face, custom-group-tag-face-1)
16026 (custom-group-tag-face):
16027 New backward-compatibility aliases for renamed faces.
16028
16029 * wid-edit.el (widget-documentation, widget-button)
16030 (widget-field, widget-single-line-field, widget-inactive)
16031 (widget-button-pressed): "-face" suffix removed from face names.
16032 (widget-documentation-face, widget-button-face)
16033 (widget-field-face, widget-single-line-field-face)
16034 (widget-inactive-face, widget-button-pressed-face):
16035 New backward-compatibility aliases for renamed faces.
16036 (widget-documentation-face, widget-button-face)
16037 (widget-button-pressed-face, widget-specify-field)
16038 (widget-specify-inactive): Use renamed widget faces.
16039
16040 2005-06-10 Kenichi Handa <handa@m17n.org>
16041
16042 * term/x-win.el (x-clipboard-yank): Remove condition-case
16043 wrapping.
16044
16045 2005-06-11 Kenichi Handa <handa@m17n.org>
16046
16047 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16048 date lines stricter.
16049
16050 2005-06-10 Zhang Wei <id.brep@gmail.com>
16051
16052 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16053 of x-get-selection.
16054
16055 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16056
16057 * comint.el (comint-mode, comint-snapshot-last-prompt):
16058 * frame.el (frame-current-scroll-bars):
16059 * term.el (term-mode, term-check-proc, term-input-sender)
16060 (term-simple-send, term-extract-string, term-word)
16061 (term-match-partial-filename):
16062 * window.el (window-current-scroll-bars):
16063 * emulation/cua-base.el (cua-normal-cursor-color)
16064 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16065 (cua-global-mark-cursor-color):
16066 * mail/undigest.el (rmail-forward-separator-regex):
16067 Fix typos in docstrings.
16068
16069 * comint.el (comint-check-proc, make-comint-in-buffer)
16070 (comint-source-default): Doc fixes.
16071
16072 * term.el (term-send-string): Improve argument/docstring consistency.
16073
16074 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16075
16076 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16077 call to `delete-region'.
16078 (comint-mode-hook): Do not enable Font Lock by default.
16079
16080 2005-06-09 Lute Kamstra <lute@gnu.org>
16081
16082 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16083 could be void.
16084
16085 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16088 (debug): Use it.
16089 (debugger-step-through, debugger-continue, debugger-jump)
16090 (debugger-return-value): Set it when needed.
16091 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16092 Use inhibit-read-only.
16093
16094 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16095
16096 * window.el (shrink-window-if-larger-than-buffer)
16097 (window-size-fixed): Fix typo in docstring.
16098
16099 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16100 thumbnails directory on loading.
16101 (thumbs-conversion-program): Use `eq' to check the system type,
16102 not `equal'.
16103 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16104 not "/tmp". Fix docstring.
16105 (thumbs-thumbsdir): New function to return the thumbnails
16106 directory, creating it if needed.
16107 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16108 (thumbs-temp-file): Delete variable and make it into a function.
16109 (thumbs-resize-image, thumbs-modify-image): Use it.
16110 (thumbs-kill-buffer): Simplify.
16111 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16112 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16113 docstrings.
16114
16115 2005-06-09 Kim F. Storm <storm@cua.dk>
16116
16117 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16118 set-match-data to free markers in match-data.
16119
16120 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16121 match-data to unchain markers in match-data.
16122
16123 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16126 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16127 unnecessary now.
16128
16129 2005-06-08 Richard M. Stallman <rms@gnu.org>
16130
16131 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16132 give the variable a doc string that doesn't say don't set it directly.
16133
16134 * textmodes/ispell.el (ispell-check-version):
16135 Use match-string-no-properties.
16136 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16137 (ispell-buffer-local-words): Likewise.
16138
16139 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16140 except on terminals with enough colors to really display it.
16141 (makefile-dependency-regex): Delete spurious `bb'.
16142
16143 * faces.el (escape-glyph): Use blue once again in last case.
16144 (no-break-space): Redefine so that it isn't invisible on a tty.
16145
16146 2005-06-08 Kim F. Storm <storm@cua.dk>
16147
16148 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16149 also when reading directory name.
16150
16151 2005-06-08 Lute Kamstra <lute@gnu.org>
16152
16153 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16154 (flyspell-mode-line-string): Remove autoload cookie.
16155 (flyspell-mode): Remove defvar.
16156
16157 2005-06-07 Lute Kamstra <lute@gnu.org>
16158
16159 * textmodes/org.el (org-run-mode-hooks): New function.
16160 (org-agenda-mode): Use it.
16161
16162 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16163
16164 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16165
16166 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16169
16170 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16171
16172 * font-lock.el (font-lock-add-keywords): Doc fix.
16173
16174 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16175
16176 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16177 (tex-compile-default): In the absence of any history, use the order in
16178 tex-compile-alist to choose the preferred command.
16179 (tex-compile-commands): Reorder a bit.
16180
16181 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16182 (flyspell-incorrect-face, flyspell-duplicate-face):
16183 Use (X)Emacs-agnostic code.
16184 (flyspell-mode-map): Don't overwrite at each load. Remove code
16185 redundant with the subsequent add-minor-mode. Merge Emacs and
16186 XEmacs code.
16187 (flyspell-word): Minor simplification.
16188 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16189 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16190 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16191 Merge the corresponding Emacs code.
16192 (flyspell-correct-word, flyspell-xemacs-popup):
16193 Use flyspell-do-correct.
16194
16195 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16196 a dedicated window.
16197
16198 * international/latexenc.el (latexenc-find-file-coding-system):
16199 Undo part of last patch, to turn off a compiler warning.
16200
16201 2005-06-06 Juri Linkov <juri@jurta.org>
16202
16203 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16204 Rename `tmm-inactive-face' to `tmm-inactive'.
16205
16206 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16207
16208 * iswitchb.el: Rename faces.
16209
16210 2005-06-06 Kim F. Storm <storm@cua.dk>
16211
16212 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16213 (cua-global-mark): Remove -face suffix from face names.
16214
16215 * emulation/cua-gmrk.el (cua--init-global-mark):
16216 Remove cua-global-mark face setup.
16217
16218 2005-06-06 Richard M. Stallman <rms@gnu.org>
16219
16220 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16221 just like other allowed characters.
16222 (makefile-match-dependency): Exclude leading and training whitespace
16223 from the range of regexp subexp 1.
16224 (makefile-macroassign-regex): Don't try to match the body,
16225 just the name of the macro being defined.
16226
16227 * info.el (Info-read-node-name-2): New function.
16228 (Info-read-node-name-1): Use that.
16229 Add a completion-base-size-function property.
16230
16231 * simple.el (completion-setup-function): Look for
16232 completion-base-size-function property of minibuffer-completion-table.
16233
16234 * files.el (locate-file-completion): Doc fix.
16235
16236 * printing.el: Don't call pr-update-menus; user must do that.
16237
16238 * emacs-lisp/debug.el (debugger-window): New variable.
16239 (debug): Use debugger-window if it is set and still alive.
16240 Record debugger-window for next entry.
16241
16242 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16243
16244 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16245
16246 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16247 (hack-one-local-variable, hack-local-variables)
16248 (hack-local-variables-prop-line): Pass that arg.
16249
16250 2005-06-06 Kim F. Storm <storm@cua.dk>
16251
16252 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16253 (ido-indicator): Remove -face suffix from face names.
16254
16255 2005-06-06 Juri Linkov <juri@jurta.org>
16256
16257 * font-lock.el (font-lock-regexp-backslash)
16258 (font-lock-regexp-backslash-construct): New faces.
16259 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16260 after `('. Add `while-no-input' to control structures.
16261
16262 * faces.el (no-break-space, shadow): New faces.
16263 (escape-glyph): Use less loud colors pink2 and red4.
16264
16265 * diff-mode.el (diff-context-face)
16266 * dired.el (dired-ignored)
16267 * rfn-eshadow.el (file-name-shadow)
16268 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16269
16270 * info.el (Info-title-1-face): Use green instead of yellow because
16271 bold yellow is not readable on light backgrounds.
16272
16273 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16274 before selecting the desired mode to not spend time fontifying
16275 old contents.
16276
16277 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16278
16279 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16280 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16281
16282 * ps-print.el (ps-default-fg, ps-default-bg):
16283 Fix typos in docstrings.
16284
16285 * isearchb.el (isearchb): Don't pass a spurious second argument to
16286 `iswitchb-completions'.
16287
16288 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16289
16290 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16291 to preserve point.
16292 (gdb-find-file-hook): Add doc string.
16293
16294 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16295 C dereferenced pointer expression.
16296 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16297
16298 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16299
16300 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16301 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16302 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16303 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16304 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16305 Make background transparent.
16306
16307 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16308
16309 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16310 (font-lock-remove-keywords): Doc fix.
16311 (font-lock-mode-major-mode): Compiler defvar.
16312 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16313
16314 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16315 (font-lock-mode): Update `font-lock-mode-major-mode'.
16316 (font-lock-set-defaults): Compiler defvar.
16317 (font-lock-default-function): Take `font-lock-mode-major-mode'
16318 into account.
16319
16320 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16321 keep track of which major mode it enabled the minor mode for.
16322 Use find-file-hook again. Update docstring.
16323
16324 * simple.el (eval-expression-print-level)
16325 (eval-expression-print-length, eval-expression-debug-on-error):
16326 Doc fixes.
16327
16328 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16329
16330 * iswitchb.el (iswitchb-single-match-face)
16331 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16332 (iswitchb-invalid-regexp-face): New faces.
16333 (iswitchb-completions): Use them.
16334 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16335 now marked as an obsolete alias.
16336 (iswitchb-read-buffer): Remove check for bound font variables.
16337 (iswitchb-invalid-regexp): New free variable.
16338 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16339 set iswitchb-invalid-regexp.
16340 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16341 invalid regexps.
16342 (iswitchb-completions): Add check for complete match when entering
16343 a regexp.
16344 (iswitchb-completions): Remove require-match argument.
16345 (iswitchb-exhibit): Fix caller.
16346 (iswitchb-common-match-inserted): New variable.
16347 (iswitchb-complete, iswitchb-completion-help): Use it.
16348
16349 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16350
16351 * url-http.el (url-http-chunked-encoding-after-change-function):
16352 Use `url-http-debug' instead of `message'.
16353
16354 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16355
16356 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16357 callback argument.
16358
16359 2005-06-04 Kim F. Storm <storm@cua.dk>
16360
16361 * simple.el (line-move): Only call sit-for when moving backwards.
16362
16363 * ido.el (ido-make-merged-file-list-1): New defun split from
16364 ido-make-merged-file-list.
16365 (ido-make-merged-file-list): Bind throw-on-input around call to
16366 ido-make-merged-file-list-1. Return input-pending-p if
16367 interrupted by more input available.
16368 (ido-read-internal): Handle input-pending-p return value from
16369 ido-make-merged-file-list.
16370
16371 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16372
16373 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16374 compatibility code.
16375
16376 * international/latexenc.el (latexenc-find-file-coding-system):
16377 Don't inherit the EOL part of the coding-system from the
16378 tex-main buffer. Fit within 80 columns.
16379
16380 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16381
16382 * tmm.el (tmm-inactive-face): New face.
16383 (tmm-remove-inactive-mouse-face): New function.
16384 (tmm-prompt, tmm-add-one-shortcut)
16385 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16386 but not selectable.
16387
16388 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * faces.el (face-equal): Improve argument/docstring consistency.
16391
16392 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16393
16394 * progmodes/make-mode.el (makefile-targets-face)
16395 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16396 (makefile-bsdmake-dependency-regex)
16397 (makefile-makepp-rule-action-regex)
16398 (makefile-bsdmake-rule-action-regex): New constants.
16399 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16400
16401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16402 Allow (...) within `...' for makepp messages.
16403
16404 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16405
16406 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16407
16408 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16409 "." files are deleted from all file lists before comparison.
16410
16411 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16412 (viper-ESC-key): Made them customizable.
16413
16414 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16415
16416 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16417
16418 * autorevert.el (auto-revert-buffers): Use save-match-data.
16419
16420 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16423 menu items with a nil command binding.
16424
16425 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16426
16427 * emacs-lisp/cl-macs.el (defsetf):
16428 Improve argument/docstring consistency.
16429
16430 * faces.el (list-faces-display): Improve the formatting by
16431 computing the maximum length required for any face-name (reworked
16432 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16433 (internal-find-face): Remove redundant info in docstring.
16434
16435 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16436
16437 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16438 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16439 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16440 (gdb-assembler-custom): Improve regexps.
16441 (def-gdb-auto-update-handler): Use window point to preserve point.
16442
16443 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16444
16445 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16446
16447 2005-05-31 Jay Belanger <belanger@truman.edu>
16448
16449 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16450 to calc-embedded.
16451 (calc-embedded-make-info): Have plain prefix argument select
16452 entire line.
16453
16454 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16455
16456 * faces.el (list-faces-display): Signal error if passed a regexp
16457 that matches no face name.
16458
16459 * simple.el (filter-buffer-substring): Fix typo in docstring.
16460
16461 2005-05-31 Richard M. Stallman <rms@gnu.org>
16462
16463 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16464 (vhdl-emacs-21): Doc fix.
16465 (vhdl-mode): Unconditionally set comment-padding.
16466 (vhdl-fixup-whitespace-region): Insert spaces only where
16467 there are none.
16468 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16469
16470 2005-05-30 John Wiegley <johnw@newartisans.com>
16471
16472 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16473 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16474 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16475 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16476 `string-to-number'.
16477
16478 2005-05-30 Jay Belanger <belanger@truman.edu>
16479
16480 * calc/calc.el (calc-bug-address): Fix docstring.
16481 (calc-window-hook, calc-trail-window-hook): New variables.
16482 (calc-trail-display): Restore use of calc-trail-window-hook.
16483 (calc): Restore use of calc-window-hook.
16484
16485 2005-05-31 Masatake YAMATO <jet@gyve.org>
16486
16487 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16488
16489 * help-fns.el (help-C-file-name): Add autoload mark for
16490 `find-function-noselect'.
16491
16492 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16495 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16496
16497 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16498
16499 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16500 included diary buffer if it was not already being visited.
16501 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16502
16503 * calendar/icalendar.el (top-level): Do not require appt.
16504
16505 * mail/supercite.el (sc-select-attribution): Only use a list
16506 element from sc-attrib-selection-list if it returns a string.
16507 Reported by Davide G. M. Salvetti <salve@debian.org>.
16508
16509 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16510
16511 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16512 includes a hash value to improve its uniqueness, and has a ".jpg"
16513 extension. Also, it is now a valid filename on all systems.
16514 (thumbs-make-thumb): Use `let', not `let*'.
16515 (thumbs-show-thumbs-list): Check for JPEG availability.
16516
16517 2005-05-30 Richard M. Stallman <rms@gnu.org>
16518
16519 * filesets.el (filesets-menu-ensure-use-cached):
16520 Prevent warning when emacs-version>= is undefined.
16521
16522 * printing.el (pr-interactive-n-up): Use string-to-number.
16523
16524 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16525
16526 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16527 Warn only when name to be defined is quoted.
16528
16529 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16530
16531 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16532 Make regexp more robust.
16533 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16534 Force regeneration of disassembly.
16535
16536 2005-05-29 Jay Belanger <belanger@truman.edu>
16537
16538 * calc/calc.el (calc-user-invocation): Check if
16539 calc-invocation-macro is non-nil.
16540
16541 2005-05-29 Juri Linkov <juri@jurta.org>
16542
16543 * add-log.el (change-log-font-lock-keywords):
16544 Add `+' to e-mail regexp to accept mail address with keywords.
16545
16546 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16547
16548 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16549
16550 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16551
16552 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16553
16554 2005-05-29 Richard M. Stallman <rms@gnu.org>
16555
16556 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16557 Undo the change that moves to end of the current word.
16558
16559 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16560
16561 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16562 Throw error when count <= 0 to ensure input is a number.
16563 (gdb-read-memory-custom): Pick up address from buffer.
16564 (gdb-memory-mode): Allow user to increment and decrement
16565 memory address from header line.
16566
16567 2005-05-29 Richard M. Stallman <rms@gnu.org>
16568
16569 * flyspell.el (flyspell-version): Function deleted.
16570 (flyspell-auto-correct-previous-hook): Doc fix.
16571
16572 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16573 Do nothing if memory is full.
16574
16575 * font-lock.el (font-lock-fontify-syntactically-region):
16576 Pass t for GREEDY to looking-back.
16577
16578 * saveplace.el (save-place-alist-to-file): Write the file
16579 using write-region.
16580
16581 * subr.el (looking-back): New argument GREEDY.
16582
16583 * progmodes/compile.el (compilation-start): Set the mode
16584 before inserting the initial text.
16585
16586 * progmodes/which-func.el (which-func-update-1): Turn the mode
16587 off in case of error by setting which-func-mode.
16588
16589 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16590
16591 * flyspell.el (flyspell-auto-correct-previous-word):
16592 Narrow down to what's on the screen, and recenter overlays
16593 at the end of the next word.
16594
16595 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16596
16597 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16598 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16599 (flyspell-abbrev-p): Default to nil.
16600 (flyspell-use-global-abbrev-table-p): Doc fix.
16601 (flyspell-large-region): Allow nil as value.
16602 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16603
16604 (mail-mode-flyspell-verify): More robust handling
16605 of `mail-header-separator'. More efficient signature detection.
16606 Allow for regexp metacharacters in message-header-separator.
16607 Adding `To' not to be checked in mail-mode-flyspell-verify.
16608
16609 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16610 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16611 Bind flyspell-auto-correct-binding.
16612 Bind C-. and C-, .
16613 (flyspell-mode-map): Likewise.
16614 (flyspell-mode): Doc fix.
16615 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16616 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16617 (flyspell-word-cache-result): New var, always local.
16618 (flyspell-check-pre-word-p): Doc fix.
16619 (flyspell-check-changed-word-p): Handle spc like newline.
16620 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16621 (flyspell-word-search-backward, flyspell-word-search-forward):
16622 New functions.
16623 (flyspell-word): Return t if nothing to check.
16624 When parsing TeX code, check for after } or \.
16625 Use flyspell-word-search-backward to find previous word.
16626 Return nil if duplicated word.
16627 For word already checked, return same value as last time.
16628 Set flyspell-word-cache-result after checking.
16629 Don't clobber the return value.
16630 (flyspell-get-word): Major rewrite.
16631 (flyspell-external-point-words): New locals pword, pcount.
16632 Fix size used in progress message.
16633 Find the proper corresponding word in flyspell-large-region-buffer.
16634 (flyspell-region): Check for flyspell-large-region = nil.
16635 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16636 (flyspell-auto-correct-word): Check that WORD is a cons.
16637 (flyspell-correct-word): Likewise.
16638
16639 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16640
16641 * progmodes/make-mode.el (makefile-rule-action-regex)
16642 (makefile-macroassign-regex, makefile-makepp-mode)
16643 (makefile-bsdmake-mode): Continuation lines may be empty.
16644 Reported by Joshua Varner.
16645 (makefile-makepp-font-lock-keywords): Add $(stem).
16646
16647 2005-05-28 Karl Berry <karl@gnu.org>
16648
16649 * textmodes/tex-mode.el: Now that tex-send-command calls
16650 shell-quote-argument (2005-03-31 change), remove all calls to
16651 shell-quote-argument; they all end up invoking tex-send-command.
16652 The double quoting loses on filenames with non-safe characters,
16653 such as "@". Reported by Frederik Fouvry.
16654
16655 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16656
16657 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16658 about preserving point.
16659
16660 2005-05-27 Jay Belanger <belanger@truman.edu>
16661
16662 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16663 Info-goto-node.
16664
16665 * calc/calc-embed.el (calc-embed-arg): New variable.
16666 (calc-do-embedded-activate, calc-embedded-activate-formula)
16667 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16668 variable by new variable.
16669 (calc-embedded-make-info): Replace undeclared variable by new
16670 variable. When selecting region with positive prefix
16671 argument, use end of previous line instead of beginning of line.
16672
16673 * calc/calc-aent.el (calc-arg-values): Declare it.
16674
16675 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16676 Declare them.
16677
16678 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16679
16680 * calc/calc.el (calc-alg-map): Declare it.
16681
16682 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16683
16684 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16685
16686 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16687 (gdb-registers-buffer, toggle-gdb-all-registers):
16688 Toggle display of floating point registers.
16689 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16690
16691 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16692 (toggle-gud-tooltip-dereference):
16693 Rename from gud-toggle-tooltip-dereference.
16694
16695 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16698
16699 2005-05-27 Jay Belanger <belanger@truman.edu>
16700
16701 * calc/calc-prog.el (calc-kbd-report): Remove.
16702 (calc-kbd-query): Rewrite.
16703
16704 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16705
16706 * image.el (image-library-alist): Move to image.c.
16707 (image-type-available-p): Doc fix.
16708
16709 2005-05-27 Lute Kamstra <lute@gnu.org>
16710
16711 * calc/calc.el (calc):
16712 * outline.el (outline-1, outline-2, outline-3, outline-4)
16713 (outline-5, outline-6, outline-7, outline-8):
16714 * textmodes/dns-mode.el (dns-mode):
16715 * textmodes/sgml-mode.el (sgml-namespace-face):
16716 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16717 (tex-verbatim-face, tex-use-reftex):
16718 * textmodes/texinfo.el (texinfo-heading-face):
16719 Specify customization group.
16720
16721 * longlines.el: Don't require easy-mmode.
16722 (longlines-visible-face): Specify customization group.
16723
16724 2005-05-27 Kenichi Handa <handa@m17n.org>
16725
16726 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16727 encoding table of windows-1251.
16728
16729 * international/ucs-tables.el (ucs-set-table-for-input):
16730 If translation-table-for-input of a coding system is a symbol, get
16731 its translation-table property.
16732
16733 * international/code-pages.el: Don't register a coding system into
16734 non-iso-charset-alist more than once.
16735 (cp-make-coding-system): Likewise.
16736
16737 2005-05-26 John Wiegley <johnw@newartisans.com>
16738
16739 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16740 `eshell-resume-eval' is wrapped in a list, it indicates that the
16741 command was run asynchronously. In that case, unwrap the value
16742 before checking the delimiter value.
16743
16744 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16745 character before a space at the end of a line is \, assume the space
16746 is part of the last argument rather than a final argument separator.
16747
16748 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16749 is in use, and the target is `t' or `nil' (which are the most common
16750 values), don't assume that the symbol target is a buffer.
16751
16752 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16753
16754 * calendar/calendar.el (calendar-mode-line-format):
16755 Use mode-line-highlight as mouse-face.
16756
16757 * time.el (display-time-string-forms, display-time-update):
16758 Use mode-line-highlight as mouse-face.
16759
16760 2005-05-26 Jay Belanger <belanger@truman.edu>
16761
16762 * calc/calc.el (calc-language-alist): Remove extra defvar.
16763
16764 2005-05-26 Lute Kamstra <lute@gnu.org>
16765
16766 * arc-mode.el (archive-mode):
16767 * bookmark.el (bookmark-read-annotation-mode)
16768 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16769 * bs.el (bs-mode):
16770 * calc/calc-yank.el (calc-edit-mode):
16771 * calc/calc.el (calc-mode, calc-trail-mode):
16772 * calculator.el (calculator-mode):
16773 * chistory.el (command-history-mode):
16774 * comint.el:
16775 * cus-edit.el (custom-mode):
16776 * descr-text.el (describe-text-mode):
16777 * ebuff-menu.el (Electric-buffer-menu-mode):
16778 * ediff-util.el (ediff-mode):
16779 * emacs-lisp/re-builder.el (reb-mode):
16780 * emulation/vi.el (vi-mode-setup):
16781 * emulation/ws-mode.el (wordstar-mode):
16782 * eshell/esh-mode.el (eshell-mode):
16783 * forms.el (forms-mode):
16784 * help-mode.el (help-mode):
16785 * hexl.el (hexl-mode):
16786 * ibuffer.el (ibuffer-mode):
16787 * ielm.el (inferior-emacs-lisp-mode):
16788 * info.el (Info-mode, Info-edit-mode):
16789 * international/swedish.el:
16790 * ledit.el (ledit-from-lisp-mode):
16791 * locate.el (locate-mode):
16792 * mail/rmail.el (rmail-mode):
16793 * mail/rmailedit.el (rmail-edit-mode):
16794 * mail/rmailsum.el (rmail-summary-mode):
16795 * mail/supercite.el (sc-electric-mode):
16796 * net/eudc.el (eudc-mode):
16797 * net/quickurl.el (quickurl-list-mode):
16798 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16799 * obsolete/ooutline.el (outline-mode):
16800 * obsolete/options.el (Edit-options-mode):
16801 * obsolete/rnews.el (news-mode):
16802 * obsolete/rnewspost.el (news-reply-mode):
16803 * play/5x5.el (5x5-mode):
16804 * play/decipher.el (decipher-mode, decipher-stats-mode):
16805 * play/gomoku.el (gomoku-mode):
16806 * play/snake.el (snake-mode):
16807 * play/solitaire.el (solitaire-mode):
16808 * play/tetris.el (tetris-mode):
16809 * progmodes/ada-mode.el (ada-mode):
16810 * progmodes/antlr-mode.el (antlr-mode):
16811 * progmodes/autoconf.el (autoconf-mode):
16812 * progmodes/dcl-mode.el (dcl-mode):
16813 * progmodes/delphi.el (delphi-mode):
16814 * progmodes/ebrowse.el (ebrowse-tree-mode)
16815 (ebrowse-electric-list-mode, ebrowse-member-mode)
16816 (ebrowse-electric-position-mode):
16817 * progmodes/f90.el (f90-mode):
16818 * progmodes/fortran.el (fortran-mode):
16819 * progmodes/icon.el (icon-mode):
16820 * progmodes/idlw-help.el (idlwave-help-mode):
16821 * progmodes/idlw-shell.el (idlwave-shell-mode):
16822 * progmodes/idlwave.el (idlwave-mode):
16823 * progmodes/inf-lisp.el (inferior-lisp-mode):
16824 * progmodes/m4-mode.el (m4-mode):
16825 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16826 * progmodes/modula2.el (modula-2-mode):
16827 * progmodes/octave-inf.el (inferior-octave-mode):
16828 * progmodes/octave-mod.el (octave-mode):
16829 * progmodes/pascal.el (pascal-mode):
16830 * progmodes/sh-script.el (sh-mode):
16831 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16832 * progmodes/vhdl-mode.el (vhdl-mode):
16833 * progmodes/xscheme.el (scheme-interaction-mode):
16834 * replace.el (occur-mode):
16835 * ses.el (ses-mode):
16836 * simple.el (completion-list-mode):
16837 * skeleton.el:
16838 * speedbar.el (speedbar-mode):
16839 * term.el (term-mode):
16840 * terminal.el (terminal-edit-mode):
16841 * textmodes/reftex-index.el (reftex-index-mode)
16842 (reftex-index-phrases-mode):
16843 * textmodes/reftex-sel.el (reftex-select-label-mode)
16844 (reftex-select-bib-mode):
16845 * textmodes/reftex-toc.el (reftex-toc-mode):
16846 * wdired.el (wdired-change-to-wdired-mode):
16847 * wid-browse.el (widget-browse-mode):
16848 Use run-mode-hooks.
16849
16850 * array.el (array-mode):
16851 * calendar/todo-mode.el (todo-mode):
16852 * man.el (Man-mode):
16853 * play/landmark.el (lm-mode):
16854 * play/mpuz.el (mpuz-mode):
16855 Use kill-all-local-variables and run-mode-hooks.
16856
16857 * subr.el (delay-mode-hooks): Specify indentation.
16858
16859 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16860
16861 * xml.el (xml-substitute-special): Don't die for undefined xml
16862 entities.
16863
16864 2005-05-26 Jay Belanger <belanger@truman.edu>
16865
16866 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16867 of nil.
16868
16869 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16870
16871 * progmodes/gdb-ui.el (gdb-frame-address):
16872 Rename from gdb-current-address.
16873 (gdb-previous-frame-address): Rename from gdb-previous-address.
16874 (gdb-selected-frame): Rename from gdb-current-frame.
16875 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16876 (gdb-frame-number): Rename from gdb-current-stack-level.
16877 (gdb-ann3): Match new mode-name for disassembly buffer.
16878 Extend initialization of variables.
16879 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16880 (gdb-memory-mode): Use mouse-face in header line.
16881 (gdb-assembler-buffer-name): Call it disassembly and give frame
16882 in mode line.
16883 (gdb-source-spec-regexp, gdb-assembler-custom)
16884 (gdb-invalidate-assembler, gdb-frame-handler):
16885 Make robust to leading zeroes in address format.
16886
16887 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16888
16889 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16890 define `org-mode'.
16891 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16892
16893 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * log-edit.el (log-edit-changelog-entries): Distinguish between
16896 filenames like xfns.c and fns.c.
16897
16898 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16899
16900 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16901 point after reverting.
16902 (Buffer-menu-make-sort-button): Handle the case where
16903 `Buffer-menu-use-header-line' is nil.
16904
16905 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16906
16907 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16908 New funcs. In minibuffer-local-completion-map bind `]', `/'
16909 and `:' to them.
16910
16911 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * startup.el (normal-top-level): Allow modification of load-path while
16914 we're iterating over it.
16915
16916 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16917
16918 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16919 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16920 (thumbs-resize-interactive, thumbs-insert-image)
16921 (thumbs-insert-thumb, thumbs-dired-show-marked)
16922 (thumbs-find-image-at-point, thumbs-delete-images)
16923 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16924 (thumbs-increment-image-size, thumbs-decrement-image-size):
16925 Fix typos in docstrings.
16926
16927 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16928
16929 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16930 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16931 (cperl-mode): Use them.
16932
16933 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16936 Doc fixes.
16937
16938 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16939
16940 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16941 Bind C-d to gdb-inferior-io-eof.
16942
16943 * dired.el (dired-dnd-popup-notice): Use message-box.
16944
16945 2005-05-23 Masatake YAMATO <jet@gyve.org>
16946
16947 * bindings.el (mode-line-major-mode-keymap):
16948 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16949
16950 * faces.el (mode-line-highlight): New face.
16951
16952 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16953 as mouse-face.
16954
16955 * bindings.el (top-level, help-echo, mode-line-modified)
16956 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16957 as mouse-face.
16958
16959 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16960
16961 * progmodes/cc-engine.el (c-guess-basic-syntax):
16962 Remove spurious call to `zerop'.
16963
16964 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16965
16966 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16967
16968 CC Mode update to 5.30.10:
16969
16970 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16971 could go past the limit in decoration level 2, thereby causing
16972 errors during interactive fontification.
16973
16974 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16975 the file is evaluated interactively.
16976
16977 * cc-engine.el (c-guess-basic-syntax): Handle operator
16978 declarations somewhat better in C++.
16979
16980 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16981 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16982 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16983 (awk-mode): Use it.
16984 (make-local-hook): Suppress warning about obsoleteness.
16985
16986 * cc-engine.el, cc-align.el, cc-cmds.el
16987 (c-append-backslashes-forward, c-delete-backslashes-forward)
16988 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16989 Compensate for return value from `forward-line' when it has moved
16990 but not to a different line due to eob.
16991
16992 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16993 `objc-method-intro' and `objc-method-args-cont'.
16994
16995 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16996
16997 CC Mode update to 5.30.10:
16998
16999 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17000 in the copyright statement. Incidentally, change "along with GNU
17001 Emacs" to "along with this program" where it occurs.
17002
17003 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17004 so that it is interactive, hence can be found by M-x awk-mode
17005 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17006 <gmorris+emacs@ast.cam.ac.uk>.
17007
17008 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17009 Mode's regexps.
17010
17011 2005-05-23 Kevin Ryde <user42@zip.com.au>
17012
17013 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17014 c-parse-state, to avoid a lisp error (on bad code).
17015
17016 2005-05-23 Lute Kamstra <lute@gnu.org>
17017
17018 * subr.el (font-lock-defaults): Remove defvar as it's already
17019 defined in font-core.el.
17020
17021 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17022
17023 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17024
17025 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17026 more general and work when GDB variable "print pretty" is on,
17027 as with Emacs, for example.
17028
17029 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17030
17031 * font-core.el: Update comment.
17032
17033 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17034 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17035
17036 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17037
17038 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17039
17040 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17041 and `yank-handler' in the doc strings.
17042
17043 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17046
17047 2005-05-22 Richard M. Stallman <rms@gnu.org>
17048
17049 * help.el (describe-key): Move print-help-return-message call
17050 out of conditional.
17051
17052 * progmodes/etags.el (list-tags): Use with-no-warnings.
17053
17054 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17055 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17056 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17057
17058 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17059
17060 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17061 Add defvar.
17062
17063 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17064 Use defvar, not defconst.
17065
17066 * hexl.el (hexl-follow-line): Use with-no-warnings.
17067
17068 * emulation/tpu-extras.el: Use write-file-functions instead of
17069 write-file-hooks.
17070
17071 * dired.el (dired-font-lock-keywords): Fontify files with junk
17072 extensions even if marked by -F.
17073
17074 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17077 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17078 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17079 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17080 (concatenate, list-length, get*, getf, cl-remprop):
17081 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17082 (etypecase, progv, lexical-let, lexical-let*)
17083 (multiple-value-bind, multiple-value-setq, shiftf):
17084 Improve argument/docstring consistency.
17085
17086 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17087
17088 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17089
17090 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17091 doesn't exist.
17092
17093 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17094 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17095
17096 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17097
17098 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17099 already deleted variables: auto-fill-hook, blink-paren-hook,
17100 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17101 suspend-hooks, comment-indent-hook, meta-flag,
17102 before-change-function, after-change-function,
17103 font-lock-doc-string-face.
17104
17105 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17106
17107 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17108
17109 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17110
17111 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17112 rmail-dont-reply-to.
17113
17114 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17115
17116 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17117 literal blank when splitting new-header-values.
17118
17119 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17120
17121 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17122 string so that tmm doesn't create a completion entry for it.
17123
17124 * textmodes/table.el (table-disable-menu): Ditto.
17125
17126 2005-05-21 Richard M. Stallman <rms@gnu.org>
17127
17128 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17129
17130 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17131
17132 * net/rcompile.el (remote-compile): Use compilation-start.
17133
17134 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17135
17136 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17137
17138 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17139 Default to makefile-bsdmake-mode on BSD systems.
17140
17141 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17142 REGEXP may also be a search function now. The part of doc-string
17143 for describing the structure was 95% identical to that of
17144 `imenu--generic-function'. Unify it there.
17145
17146 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17147 Use function to find dependencies, because regexp alone is so complex,
17148 it easily goes into an endless loop.
17149 (makefile-makepp-mode): Also add submenu for Perl functions
17150 defined in the makefile.
17151 (makefile-bsdmake-mode): Special imenu-generic-expression no
17152 longer needed, due to function call.
17153 (makefile-match-dependency): Take BOUND into account when checking
17154 if we're through.
17155
17156 2005-05-20 Jay Belanger <belanger@truman.edu>
17157
17158 * calc/calc-units.el (calc-invalidate-units-table):
17159 Use inhibit-read-only.
17160 (math-build-units-table-buffer): Use view-mode.
17161
17162 2005-05-20 David Kastrup <dak@gnu.org>
17163
17164 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17165 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17166
17167 2005-05-20 Lute Kamstra <lute@gnu.org>
17168
17169 * diff-mode.el (diff-header-face, diff-file-header-face)
17170 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17171 (diff-added-face, diff-changed-face, diff-function-face)
17172 (diff-context-face, diff-nonexistent-face): Put them in the
17173 diff-mode customization group.
17174
17175 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17178
17179 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17180
17181 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17182 Minor regexp-optimization.
17183
17184 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17185
17186 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17187 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17188 (org-agenda-add-time-grid-maybe): New function.
17189 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17190 (org-table-create): `dotimes' instead of `mapcar'.
17191 (org-xor): Simplify implementation.
17192 (org-agenda): `inhibit-redisplay' turned on.
17193 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17194 a consistent line after a state change.
17195 (org-agenda-remove-times-when-in-prefix): New option.
17196 (org-prefix-has-time): New variable.
17197 (org-parse-time-string): Optional argument NODEFAULT.
17198 (org-format-agenda-item): Parse items for time-of-day
17199 specifications and move these into the prefix if possible.
17200 (org-agenda-priority): Get current heading, not previous heading
17201 during agenda remote editing.
17202
17203 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17204
17205 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17206 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17207 (remove-duplicates, delete-duplicates, substitute)
17208 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17209 (nsubstitute-if-not, find, find-if, find-if-not, position)
17210 (position-if, position-if-not, count, count-if, count-if-not)
17211 (mismatch, search, sort*, stable-sort, merge, member*)
17212 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17213 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17214 (intersection, nintersection, set-difference, nset-difference)
17215 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17216 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17217 (nsublis, tree-equal): Improve argument/docstring consistency.
17218
17219 * subr.el (send-string, send-region): Remove obsolescence declaration.
17220 (window-dot, set-window-dot, read-input, show-buffer)
17221 (eval-current-buffer, string-to-int):
17222 Add release number to obsolescence declarations.
17223
17224 2005-05-19 Kim F. Storm <storm@cua.dk>
17225
17226 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17227 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17228
17229 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17230
17231 * faces.el (list-faces-display): Make back button respect optional
17232 regexp arg.
17233
17234 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17235
17236 * calculator.el (calculator-radix-grouping-mode)
17237 (calculator-radix-grouping-digits, calculator-displayer)
17238 (calculator-radix-grouping-separator, calculator-copy-displayer):
17239 * dabbrev.el (dabbrev-search-these-buffers-only):
17240 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17241 (diff-advance-after-apply-hunk, diff-mode-hook)
17242 (diff-minor-mode-prefix):
17243 * imenu.el (imenu-use-popup-menu):
17244 * jit-lock.el (jit-lock-context-time):
17245 * newcomment.el (comment-fill-column, comment-column)
17246 (comment-style, comment-padding, comment-multi-line)
17247 (comment-empty-lines, comment-auto-fill-only-comments):
17248 * reveal.el (reveal-around-mark):
17249 * uniquify.el (uniquify-buffer-name-style)
17250 (uniquify-after-kill-buffer-p)
17251 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17252 (uniquify-min-dir-content, uniquify-separator)
17253 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17254 * w32-vars.el (w32-fixed-font-alist):
17255 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17256 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17257 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17258 * progmodes/perl-mode.el (perl-indent-level)
17259 (perl-continued-statement-offset, perl-continued-brace-offset)
17260 (perl-brace-offset, perl-brace-imaginary-offset)
17261 (perl-label-offset, perl-indent-continued-arguments)
17262 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17263 * progmodes/tcl.el (tcl-indent-level)
17264 (tcl-continued-indent-level, tcl-auto-newline)
17265 (tcl-tab-always-indent, tcl-electric-hash-style)
17266 (tcl-help-directory-list, tcl-use-smart-word-finder)
17267 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17268 (inferior-tcl-source-command):
17269 * textmodes/fill.el (enable-kinsoku):
17270 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17271 * textmodes/table.el (table-yank-handler):
17272 Specify missing group (and type, if simple) in defcustom.
17273
17274 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17275
17276 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17277
17278 2005-05-19 Richard M. Stallman <rms@gnu.org>
17279
17280 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17281
17282 * subr.el (event-basic-type): Don't get an error.
17283 (left-fringe-p): Function deleted.
17284
17285 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17286 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17287
17288 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17289 in recursive copy.
17290
17291 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17292
17293 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17294
17295 * emacs-lisp/bytecomp.el
17296 (byte-compile-file-form-custom-declare-variable):
17297 Call byte-compile-nogroup-warn if appropriate.
17298
17299 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17300 (compilation-set-window): Don't call left-fringe-p; do it directly.
17301
17302 2005-05-19 Jay Belanger <belanger@truman.edu>
17303
17304 * calc/calc-graph.el (calc-graph-format-data): Make sure
17305 var-PlotRejects is bound before trying to check its value.
17306
17307 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17308
17309 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17310 definition of this variable from reftex-global.el to reftex.el,
17311 because it is needed in the menu.
17312
17313 2005-05-19 Lute Kamstra <lute@gnu.org>
17314
17315 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17316 years are fixed. Don't insert a space after a dash.
17317
17318 2005-05-19 Kim F. Storm <storm@cua.dk>
17319
17320 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17321
17322 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17323
17324 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17325 strings, because (eq ... ?\\) is fairly frequent.
17326
17327 * progmodes/make-mode.el (makefile-add-this-line-targets):
17328 Simplify and integrate into `makefile-pickup-targets'.
17329 (makefile-add-this-line-macro): Simplify and integrate into
17330 `makefile-pickup-macros.
17331 (makefile-pickup-filenames-as-targets): Simplify.
17332 (makefile-previous-dependency, makefile-match-dependency):
17333 Don't stumble over `::'.
17334
17335 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17336
17337 * subr.el (post-command-idle-hook, post-command-idle-delay):
17338 Remove obsoletion of post-command-idle-hook and
17339 post-command-idle-delay.
17340
17341 * faces.el (list-faces-display): Provide button when describe-face
17342 is called to take user back to the list of faces.
17343
17344 * help-fns.el (describe-variable): Remove hyperlinks in a
17345 variable's value as these are quite frequently inappropriate.
17346
17347 * follow.el (follow-submit-feedback, follow-mode):
17348 Remove references to post-command-idle-hook.
17349
17350 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17351
17352 * progmodes/make-mode.el (makefile-previous-dependency)
17353 (makefile-match-dependency): Check for := (and in bsd mode also
17354 !=) to give a better result, even when font-lock is not on.
17355
17356 2005-05-18 Jay Belanger <belanger@truman.edu>
17357
17358 * calc/calc-help.el (calc-s-prefix-help):
17359 Add `calc-copy-special-constant' to help string.
17360
17361 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17362
17363 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17364
17365 2005-05-18 Jay Belanger <belanger@truman.edu>
17366
17367 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17368 in linear factors are in proper order.
17369
17370 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17371
17372 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17373 Support for jurabib.
17374
17375 * textmodes/reftex.el (featurep): Define aliases for overlay
17376 commands, for XEmacs compatibility, and use these aliases in
17377 overlay initializations.
17378 (reftex-highlight): Use `reftex-move-overlay'.
17379 (reftex-unhighlight): Use `reftex-delete-overlay'.
17380 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17381 (reftex-access-search-path): Use `reftex-uniquify' instead of
17382 `reftex-uniq'
17383
17384 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17385 `before-string' property modification enables for Emacs as well.
17386 (reftex-select-item): Use `reftex-delete-overlay'.
17387 (reftex-select-mark): Use `reftex-make-overlay' and
17388 `reftex-overlay-put'.
17389 (reftex-select-unmark): Use `reftex-delete-overlay' and
17390 `reftex-overlay-put'.
17391
17392 2005-05-18 Lute Kamstra <lute@gnu.org>
17393
17394 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17395
17396 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17397
17398 * add-log.el (add-change-log-entry):
17399 * array.el (array-make-template, array-reconfigure-rows)
17400 (array-init-max-row, array-init-max-column)
17401 (array-init-columns-per-line, array-init-field-width):
17402 * replace.el (replace-match-maybe-edit, perform-replace):
17403 * textmodes/spell.el (spell-region):
17404 Replace `read-input' by `read-string'.
17405
17406 * forms.el (forms-mode):
17407 * finder.el (finder-compile-keywords):
17408 * shadowfile.el (shadow-read-files):
17409 Replace `eval-current-buffer' by `eval-buffer'.
17410
17411 * terminal.el (te-pass-through):
17412 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17413 (ange-ftp-raw-send-cmd):
17414 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17415 (send-process-next-char, telnet-initial-filter, telnet):
17416 Replace `send-string' by `process-send-string'.
17417
17418 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17419 (prolog-consult-region): Replace `send-string' by
17420 `process-send-string'; replace `send-region' by `process-send-region'.
17421
17422 * progmodes/delphi.el (delphi-log-msg):
17423 Replace `set-window-dot' by `set-window-point'.
17424
17425 * subr.el (window-dot, set-window-dot, read-input, send-string)
17426 (send-region, show-buffer, eval-current-buffer):
17427 Make really obsolete, as the comment says.
17428
17429 2005-05-17 Kim F. Storm <storm@cua.dk>
17430
17431 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17432 (cua--init-keymaps): Bind C-return instead of S-return to set
17433 rectangle mark.
17434
17435 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17436 instead of S-return to toggle/clear rectangle mark.
17437
17438 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17439
17440 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17441 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17442 Also fontify plain strings assigned to variables, mostly so that a
17443 colon has a face and is thus not taken as a dependency separator.
17444 (makefile-previous-dependency): Inline the new matcher, because it
17445 is too complex to work in both directions.
17446 (makefile-match-dependency): Eliminate `backward' arg (see above).
17447 Completely reimplemented so as to not sometimes go into an endless
17448 loop. It should also be more efficient, because first it only
17449 searches for `:', instead of applying the very complex regexp.
17450 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17451 to be fontified in one piece can be too long for JIT.
17452 Makefiles are never *that* big.
17453
17454 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17455
17456 * dired.el (dired-mode): Simplify.
17457
17458 2005-05-17 Lute Kamstra <lute@gnu.org>
17459
17460 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17461 defcustom for the mode hook variable.
17462
17463 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17464 Emacs Lisp Reference Manual.
17465
17466 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17467
17468 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17469 (evenp, list*):
17470 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17471 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17472
17473 * net/tramp-smb.el (tramp-smb-open-connection):
17474 Pass `tramp-chunksize' as fifth (required) argument.
17475
17476 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17477
17478 * font-lock.el (lisp-font-lock-keywords-1):
17479 Set `font-lock-negation-char-face' for [^...] char group.
17480 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17481
17482 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17483 a var, and refine it to mask one more level of nested vars.
17484 (makefile-rule-action-regex): Turn it into a var, and refine it so
17485 it recognizes backslashed continuation lines as belonging to the
17486 same command.
17487 (makefile-macroassign-regex): Refine it so it recognizes
17488 backslashed continuation lines as belonging to the same command.
17489 (makefile-var-use-regex): Don't look at the next char, because it
17490 might be the same one to be skipped by the initial [^$], leading
17491 to an overlooked variable use.
17492 (makefile-make-font-lock-keywords): Remove two parameters, which
17493 are now variables that some of the modes set locally.
17494 Handle dependency and rule action matching through functions, because
17495 regexps alone match too often. Dependency matching now comes
17496 last, so it can check, whether a colon already matched something else.
17497 (makefile-mode): Inform that font-lock improves makefile parsing
17498 capabilities.
17499 (makefile-match-dependency, makefile-match-action): New functions.
17500
17501 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17502
17503 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17504
17505 * align.el (align-regexp):
17506 * ansi-color.el (ansi-color-get-face):
17507 * array.el (array-reconfigure-rows, array-init-max-row)
17508 (array-init-max-column, array-init-columns-per-line)
17509 (array-init-field-width):
17510 * dired-aux.el (dired-trample-file-versions):
17511 * dired-x.el (dired-mark-sexp):
17512 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17513 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17514 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17515 * faces.el (face-read-integer):
17516 * files.el (backup-extract-version, insert-directory):
17517 * hexl.el (hexl-insert-decimal-char):
17518 * server.el (server-process-filter):
17519 * shell.el (shell-extract-num):
17520 * startup.el (command-line-1):
17521 * term.el (term-command-hook):
17522 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17523 (time-stamp-do-number):
17524 * time.el (display-time-update):
17525 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17526 (timezone-fix-time):
17527 * vms-patch.el (vms-suspend-resume-hook):
17528 * calendar/appt.el (appt-convert-time):
17529 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17530 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17531 * calendar/cal-islam.el (mark-islamic-diary-entries):
17532 * calendar/calendar.el (calendar-cursor-to-date)
17533 (calendar-star-date):
17534 * calendar/diary-lib.el (diary-attrtype-convert)
17535 (mark-diary-entries, diary-entry-time):
17536 * calendar/solar.el (solar-get-number):
17537 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17538 * emacs-lisp/re-builder.el (reb-display-subexp):
17539 * emulation/edt.el (edt-set-scroll-margins):
17540 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17541 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17542 (vip-get-ex-count):
17543 * emulation/viper-ex.el (viper-get-ex-token)
17544 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17545 * international/fontset.el (fontset-plain-name):
17546 * mail/feedmail.el (feedmail-look-at-queue-directory):
17547 * mail/mailalias.el (mail-get-names):
17548 * mail/rmail.el (rmail-convert-to-babyl-format):
17549 * mail/rmailsum.el (rmail-make-basic-summary-line)
17550 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17551 (rmail-summary-goto-msg):
17552 * mail/smtpmail.el (smtpmail-read-response):
17553 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17554 (ange-ftp-vms-add-file-entry):
17555 * play/gametree.el (gametree-looking-at-ply)
17556 (gametree-current-branch-score):
17557 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17558 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17559 * progmodes/cperl-mode.el (condition-case):
17560 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17561 (ebrowse-set-member-buffer-column-width)
17562 (ebrowse-select-1st-to-9nth):
17563 * progmodes/etags.el (etags-snarf-tag):
17564 * progmodes/flymake.el (flymake-parse-line):
17565 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17566 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17567 (idlwave-shell-menu-def):
17568 * progmodes/ps-mode.el (ps-run-goto-error):
17569 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17570 (vhdl-speedbar-contract-level):
17571 * term/mac-win.el (x-handle-numeric-switch):
17572 * term/sun-mouse.el (sun-get-frame-data):
17573 * term/w32-win.el (x-handle-numeric-switch):
17574 * term/x-win.el (x-handle-numeric-switch):
17575 * textmodes/ispell.el (ispell-parse-output):
17576 * textmodes/nroff-mode.el (nroff-outline-level):
17577 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17578 (reftex-bib-sort-year-reverse, reftex-format-citation):
17579 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17580 (reftex-section-number):
17581 * textmodes/texinfmt.el (texinfo-paragraphindent):
17582 Replace `string-to-int' by `string-to-number'.
17583
17584 * international/latexenc.el: Add page marker to force the "Local
17585 Variables:" string out of the last page.
17586
17587 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17588
17589 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17590 tooltip-change-major-mode.
17591 (gud-tooltip-print-command): Remove case where gud-minor-mode
17592 is gdb ("--fullname").
17593 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17594 explain to user.
17595
17596 2005-05-16 Jay Belanger <belanger@truman.edu>
17597
17598 * calc/calc-store.el (calc-copy-special-constant): New function.
17599
17600 * calc/calc-ext.el (calc-init-extensions): Add binding for
17601 `calc-copy-special-constant'.
17602
17603 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17604 for the `calc-copy-special-constant' command.
17605
17606 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17607
17608 * subr.el (left-fringe-p): New function.
17609
17610 * progmodes/compile.el (compilation-setup): Set local value of
17611 overlay-arrow-string to "" always.
17612 (compilation-set-window): Left fringe then don't scroll.
17613 No left fringe then no arrow and scroll message to top.
17614 (compilation-context-lines): Adjust doc string accordingly.
17615
17616 2005-05-16 Kim F. Storm <storm@cua.dk>
17617
17618 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17619 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17620 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17621 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17622 (ido-read-file-name): Handle commands with ido property value
17623 equal to find-file as reading a file name, to allow C-d to enter dired.
17624 (ibuffer-find-file): Add ido property with value find-file.
17625
17626 2005-05-15 Kim F. Storm <storm@cua.dk>
17627
17628 * subr.el (open-network-stream-nowait): Remove.
17629 (open-network-stream-server): Remove.
17630
17631 2005-05-15 Richard M. Stallman <rms@gnu.org>
17632
17633 * faces.el (describe-face): Output a definition link button.
17634
17635 * help-mode.el (help-face-def): New button type.
17636
17637 * emacs-lisp/copyright.el (copyright-fix-years):
17638 Match properly if the first year is 2-digit.
17639 Don't mess up the whitespace after the years by filling.
17640
17641 * dired-aux.el (dired-mark-confirm):
17642 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17643
17644 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17645 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17646 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17647
17648 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17649 Set font-lock-comment-start-skip.
17650
17651 * font-lock.el (font-lock-comment-start-skip): New variable.
17652 (font-lock-comment-end-skip): New variable.
17653 (font-lock-fontify-syntactically-region): Use them if non-nil.
17654
17655 2005-05-15 Jay Belanger <belanger@truman.edu>
17656
17657 * calc/calc-store.el (calc-store-value): Return a string rather
17658 than display it as a message.
17659 Use calc-var-name for variable name.
17660 (calc-store-into): Add the result of calc-store-value to message.
17661 (calc-copy-variable): Add a message.
17662 (calc-store-exchange): Improve error messages.
17663 (calc-store-binary, calc-store-map): Don't reset the values of
17664 special constants.
17665
17666 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17667
17668 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17669 manual to docstring.
17670
17671 * files.el (hack-local-variables-confirm): Add STRING argument.
17672 Make the function handle non file visiting buffers correctly.
17673 (hack-local-variables-prop-line, hack-local-variables)
17674 (hack-one-local-variable): Use STRING arg of
17675 `hack-local-variables-confirm'.
17676
17677 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17678
17679 Sync with Tramp 2.0.49.
17680
17681 * net/tramp.el (tramp-handle-dired-call-process)
17682 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17683 because the contents of the Tramp buffer is changed before
17684 insertion (`expand-file' and alike).
17685 (tramp-handle-insert-directory): If `localname' has an empty
17686 nondirectory name, it must not be quoted.
17687 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17688 variable `tramp-chunksize'. Change callees.
17689 (tramp-open-connection-setup-interactive-shell): Check remote host
17690 for buggy `send-process-string' implementation.
17691 Set `tramp-chunksize' if found. Reported by Michael Kifer
17692 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17693 (tramp-handle-shell-command): `insert-buffer' cannot be used
17694 because the contents of the Tramp buffer is changed before
17695 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17696 <frederic.bothamy@free.fr>.
17697 (tramp-set-auto-save): Actions should be done for Tramp file name
17698 handler only. Ange-FTP has its own auto-save mechanism.
17699 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17700 (tramp-set-auto-save-file-modes): Set file modes of
17701 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17702 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17703 (tramp-bug): Remove obsolete variable.
17704 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17705 for presence of `mml-mode'. Make it running for older Emacsen as well.
17706
17707 2005-05-14 John Paul Wallington <jpw@pobox.com>
17708
17709 * ibuf-ext.el (define-ibuffer-filter filename):
17710 If `dired-directory' is a list, use its car.
17711
17712 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17713
17714 * ibuffer.el (define-ibuffer-column filename):
17715 If `dired-directory' is a list, use its car.
17716
17717 2005-05-14 Richard M. Stallman <rms@gnu.org>
17718
17719 * subr.el (symbol-file): Doc fix.
17720
17721 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17722 (byte-compile-form): Call byte-compile-nogroup-warn.
17723 (byte-compile-warning-types): Doc fix.
17724
17725 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17726
17727 * progmodes/cc-engine.el (c-literal-faces):
17728 Add font-lock-comment-delimiter-face.
17729
17730 * net/net-utils.el (dig): Use with-no-warnings.
17731
17732 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17733 (sc-recite-frame-alist, sc-default-cite-frame)
17734 (sc-default-uncite-frame, sc-default-recite-frame)
17735 (sc-attrib-selection-list, sc-rewrite-header-list):
17736 Mark as risky-local-variable.
17737
17738 * international/ogonek.el (ogonek-jak, ogonek-how):
17739 Don't use beginning-of-buffer.
17740
17741 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17742
17743 * calendar/solar.el (solar-data-list): Move definition up.
17744
17745 * dnd.el (dnd-protocol-alist): Add autoload.
17746
17747 * progmodes/sh-script.el: Many doc usage fixes.
17748 (sh-indent-after-do): Change default to match common styles.
17749
17750 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17751
17752 * files.el (interpreter-mode-alist)
17753 (auto-mode-interpreter-regexp): Doc fixes.
17754
17755 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17756
17757 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17758
17759 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17760
17761 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17762
17763 * dired.el (dired-mode): make-variable-buffer-local =>
17764 make-local-variable.
17765
17766 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17767
17768 * term/mac-win.el (mac-select-convert-to-string): Try coding
17769 systems in mac-script-code-coding-systems if specified one cannot
17770 encode string for `com.apple.traditional-mac-plain-text'.
17771
17772 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17773
17774 * progmodes/make-mode.el (makefile-targets-face)
17775 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17776 (makefile-dependency-regex): Fix it to not make the colon in
17777 $(var:a=b) special.
17778 (makefile-rule-action-regex): New regexp for highlighting embedded
17779 Shell strings.
17780 (makefile-macroassign-regex): Handle != for highlighting as
17781 embedded Shell strings.
17782 (makefile-var-use-regex): New const.
17783 (makefile-statements, makefile-automake-statements)
17784 (makefile-gmake-statements, makefile-makepp-statements)
17785 (makefile-bsdmake-statements): New consts.
17786 (makefile-make-font-lock-keywords): New function.
17787 (makefile-automake-font-lock-keywords)
17788 (makefile-gmake-font-lock-keywords)
17789 (makefile-makepp-font-lock-keywords)
17790 (makefile-bsdmake-font-lock-keywords): New consts.
17791 (makefile-mode-map): Add switchers between the various submodes.
17792 (makefile-mode): Document the availability of the variants.
17793 (makefile-automake-mode, makefile-gmake-mode)
17794 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17795
17796 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17797 new variants of makefile-mode.
17798
17799 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17800
17801 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17802 the inheritance.
17803
17804 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17805
17806 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17807 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17808
17809 * files.el (normal-mode): Extend the scope of the
17810 `enable-local-variables' binding to include the `set-auto-mode' call.
17811 (magic-mode-alist): Doc fix.
17812
17813 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17816 font-lock-comment-face rather than copying its setting.
17817
17818 2005-05-12 Andreas Schwab <schwab@suse.de>
17819
17820 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17821
17822 2005-05-12 Lute Kamstra <lute@gnu.org>
17823
17824 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17825 defcustom for the mode hook variable. Delete the last argument.
17826 * generic-x.el: Fix callers of define-generic-mode.
17827 (generic-x-modes): Delete group.
17828 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17829 generic-x customization group.
17830
17831 2005-05-12 Kim F. Storm <storm@cua.dk>
17832
17833 * font-lock.el (font-lock-negation-char-face): Default to "off".
17834
17835 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17836 font-lock-negation-char-face to ! in !=.
17837
17838 2005-05-12 Masatake YAMATO <jet@gyve.org>
17839
17840 * add-log.el (find-change-log): Fix typos in the docstring
17841 of function.
17842
17843 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17844
17845 * international/latexenc.el (latexenc-find-file-coding-system):
17846 Avoid `re-search-forward' when looking for input encoding because
17847 of speed and safety. Better regular expressions for recognizing
17848 input encoding. Limit a search for TeX-master/tex-main-file to
17849 the local variable section.
17850
17851 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17852
17853 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17854 syntax of $ to "'" (quote).
17855
17856 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17857
17858 * dnd.el (dnd-protocol-alist): Improve custom type.
17859
17860 * dired.el (dired-dnd-protocol-alist): New variable.
17861 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17862 `dired-mode-hook' to the end.
17863
17864 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17865
17866 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17867 comment-end if comment-start-skip is not set.
17868 Obey the font-lock-comment-delimiter-face variables.
17869
17870 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17871
17872 * files.el (executable-find): Move from executable.el. Use
17873 locate-file.
17874 * progmodes/executable.el (executable-find): Move to files.el.
17875
17876 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17877 when trying to ensure forward progress.
17878
17879 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17880
17881 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17882 (mouse-select, mouse-select-internal, mouse-extend-internal):
17883 Use it to implement mouse-1-click-follows-link functionality.
17884
17885 2005-05-11 Richard M. Stallman <rms@gnu.org>
17886
17887 * font-lock.el (font-lock-fontify-syntactically-region):
17888 Use font-lock-comment-delimiter-face for comment delimiters.
17889
17890 2005-05-10 Jay Belanger <belanger@truman.edu>
17891
17892 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17893 preserving embedded modes.
17894
17895 2005-05-10 Richard M. Stallman <rms@gnu.org>
17896
17897 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17898
17899 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17900 Move from ada-stmt.el.
17901 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17902
17903 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17904 Move to ada-mode.el.
17905 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17906
17907 * cus-edit.el (custom-file): Call file-chase-links.
17908
17909 * files.el (read-directory-name): Fix previous change.
17910 (hack-local-variables-confirm): New function.
17911 (hack-local-variables-prop-line, hack-local-variables)
17912 (hack-one-local-variable): Use it.
17913
17914 2005-05-10 Lute Kamstra <lute@gnu.org>
17915
17916 * font-lock.el (font-lock-keywords-alist)
17917 (font-lock-removed-keywords-alist): Clarify docstrings.
17918
17919 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17920
17921 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17922 (gdb-source-info): Check for preprocessor info.
17923 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17924 a macro for a function.
17925 (gdb-info-breakpoints-custom): Try to find file again if not already
17926 found (user might have used GDB dir command).
17927 (gdb-get-location): Update gdb-location-alist correctly for change
17928 to gdb-info-breakpoints-custom.
17929
17930 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17931 (gud-tooltip-print-command): Add gdbmi case.
17932 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17933 preprocessor info.
17934
17935 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17936
17937 * startup.el (fancy-splash-insert): Fix typo in doc string.
17938
17939 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * obsolete/float.el (string-to-float):
17942 * obsolete/hilit19.el (hilit-add-pattern):
17943 * obsolete/rnews.el (news-parse-range, news-select-message)
17944 (news-get-pruned-list-of-files): Replace `string-to-int' by
17945 `string-to-number'.
17946
17947 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17948 `find-file-not-found-hooks'; use `add-hook'.
17949 (uncompress-while-visiting): Set `write-file-functions', not
17950 `write-file-hooks'; use `add-hook'.
17951
17952 2005-05-09 Kim F. Storm <storm@cua.dk>
17953
17954 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17955 (cua-paste): Handle clipboard action.
17956 (cua--init-keymaps): Remap clipboard-kill-region and
17957 clipboard-kill-ring-save.
17958
17959 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17960
17961 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17962 Improve commentary.
17963
17964 * simple.el (next-error-overlay-arrow-position): Revert the change
17965 made on 2005-04-30.
17966
17967 2005-05-07 Jay Belanger <belanger@truman.edu>
17968
17969 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17970 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17971 `calc-sel-reselect'.
17972
17973 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17974 Calc is in embedded mode.
17975
17976 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17977
17978 * progmodes/compile.el (compilation-setup):
17979 Set overlay-arrow-string to an empty string on text terminals.
17980
17981 * textmodes/ispell.el (ispell-program-name): Try looking for
17982 "aspell" along exec-path, and if found, use it as the default
17983 speller program.
17984
17985 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17986
17987 * international/mule.el (sgml-xml-auto-coding-function):
17988 Recognize encoding='FOO' in single quotes as well as in double quotes.
17989
17990 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17991
17992 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17993 as well as `interactive', so that defmacro* would recognize
17994 `declare' forms.
17995
17996 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17997
17998 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17999 Explain more about the LIGHTER arg's usage in the doc string.
18000 Add commentary to clarify what the code does. Fix the regexp that
18001 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18002 since it could have characters special to regular expressions.
18003
18004 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18005
18006 * replace.el (occur-1): Bind inhibit-read-only so that
18007 erase-buffer doesn't barf on read-only text properties (likewise
18008 for add-text-properties in occur-engine). Mark buffer as unmodified.
18009 (occur-engine): Don't set buffer-read-only here.
18010
18011 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18012
18013 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18014 list-buffers-directory. This caused the *cvs-commit* buffer to be
18015 sometimes mistakenly reused as a *cvs* buffer.
18016
18017 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18018
18019 * tooltip.el: Move code for GUD tooltips into gud.el.
18020 (require): CL no longer needed to compile case.
18021 (tooltip-mode): Do not toggle functions for GUD tooltips.
18022 (tooltip-gud-tips-p): Remove. Replace with minor mode
18023 gud-tooltip-mode in gud.el.
18024 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18025 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18026 tooltip-gud prefix with gud-tooltip and obsolete.
18027 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18028 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18029 (tooltip-mouse-motion): Mouse movement functions/variable.
18030 Rename in gud.el by adding gud prefix.
18031 (tooltip-gud-original-filter, tooltip-gud-dereference)
18032 (tooltip-gud-event, tooltip-toggle-gud-tips)
18033 (tooltip-gud-process-output, tooltip-gud-print-command)
18034 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18035 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18036 (gdb-tooltip-print): Move to gdb-ui.el.
18037
18038 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18039 (require): CL needed to compile case.
18040 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18041 tooltip-gud-tips-p. Make it a minor-mode.
18042 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18043 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18044 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18045 (gud-tooltip-change-major-mode)
18046 (gud-tooltip-activate-mouse-motions-if-enabled)
18047 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18048 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18049 (gud-tooltip-original-filter, gud-tooltip-dereference)
18050 (gud-tooltip-event, tooltip-toggle-gud-tips)
18051 (gud-tooltip-process-output, gud-tooltip-print-command)
18052 (gud-tooltip-tips): Move from tooltip.el.
18053
18054 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18055 (gdb-cpp-define-alist-flags): Doc fix.
18056 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18057 gud-tooltip-mode is t.
18058
18059 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18060
18061 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18062 evaporate if their text is deleted.
18063 (goto-address-at-point): Make it work as a mouse binding as well.
18064 (goto-address-at-mouse): Obsolete it. Update users.
18065
18066 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18067
18068 * calendar/appt.el (top-level): No longer activate on load.
18069
18070 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18071
18072 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18073 * net/webjump.el (webjump):
18074 * progmodes/idlw-help.el (idlwave-do-context-help1)
18075 (idlwave-highlight-linked-completions):
18076 * textmodes/po.el (po-find-file-coding-system-guts):
18077 Replace `assoc-ignore-case' by `assoc-string'.
18078
18079 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18080
18081 * files.el (locate-file): Doc fix.
18082
18083 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18084 Remove the redundant test for ms-dos.
18085
18086 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18087 look for the preprocessor with exec-suffixes. If not found in
18088 standard places, look in exec-path. Remove most of the tests that
18089 used system-type.
18090
18091 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18092
18093 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18094
18095 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18096 file-name clash with jka-compr.el on 8+3 filesystems.
18097
18098 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18099
18100 * term/mac-win.el: Don't define or bind scroll bar functions if
18101 x-toolkit-scroll-bars is t.
18102 (x-select-text, x-get-selection-value): Clear
18103 x-last-selected-text-clipboard if x-select-enable-clipboard is
18104 nil.
18105 (PRIMARY): Put mac-scrap-name property.
18106 (mac-select-convert-to-file-url): New function.
18107 (public.file-url): New selection target type. Add to
18108 selection-converter-alist.
18109 (x-get-selection, x-selection-value): Handle it.
18110 (x-cut-buffer-or-selection-value): New alias.
18111
18112 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18113
18114 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18115 entry to avoid calling bibtex-find-entry with arg global
18116 being t. Remove arg key.
18117 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18118 (bibtex-copy-summary-as-kill): Change accordingly.
18119
18120 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18123 (org-agenda-date-later): Use with-current-buffer.
18124
18125 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18126
18127 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18128 (define-obsolete-variable-alias): Doc Fixes.
18129
18130 2005-05-06 Kim F. Storm <storm@cua.dk>
18131
18132 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18133 vertical-motion when selective-display is active.
18134
18135 * ido.el (ido-setup-hook): New hook.
18136 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18137 (ido-input-stack): New var.
18138 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18139 ido-next-work-file binding to M-O.
18140 Bind M-f to ido-wide-find-file-or-pop-dir.
18141 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18142 (ido-read-internal): Run ido-setup-hook.
18143 Catch quit in read-file-name and read-string to cancel edit.
18144 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18145 Automatically pop-all when completing a directory name (RET).
18146 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18147 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18148 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18149 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18150 New functions for M-b/M-f to move among the directory components.
18151 (ido-make-merged-file-list): Catch quit to cancel merge.
18152 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18153 (ido-completion-help): No warnings for ido-completion-buffer-full.
18154
18155 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18156
18157 * font-lock.el (font-lock-negation-char-face): New face and variable.
18158 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18159 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18160 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18161 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18162
18163 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18164
18165 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18166 Fix typo in docstring.
18167
18168 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18169 (ebrowse-print-statistics-line)
18170 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18171
18172 * term/w32-win.el (image-library-alist): Add additional name for
18173 Xpm library.
18174
18175 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18176
18177 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18178 use gcc instead of cpp.
18179
18180 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18181 (gdb-create-define-alist): Use it.
18182 (gdb-cpp-define-alist-program): Update for MS-DOS.
18183
18184 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18185
18186 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18187
18188 2005-05-04 Richard M. Stallman <rms@gnu.org>
18189
18190 * help.el (describe-key): No error when UNTRANSLATED is nil.
18191
18192 * simple.el (line-move-1): Fix previous change to signal errors
18193 appropriately.
18194
18195 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18196
18197 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18198 (icalendar-duration-correction): Remove.
18199 (icalendar--get-event-properties): Split result at commas.
18200 (icalendar--decode-isoduration): New optional argument
18201 DURATION-CORRECTION.
18202 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18203 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18204 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18205 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18206 (icalendar--convert-anniversary-to-ical): New functions, extracted
18207 from icalendar-export-region, with bug fixes.
18208 (icalendar-export-region): Use the above functions.
18209 (icalendar-import-buffer): Check before saving diary file.
18210 (icalendar--convert-recurring-to-diary)
18211 (icalendar--convert-non-recurring-all-day-to-diary)
18212 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18213 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18214 (icalendar--convert-ical-to-diary): Use the above functions.
18215
18216 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18217
18218 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18219 Remove these recent additions.
18220 (c-mode): Restore to before 2005-04-28.
18221
18222 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18223 recent addition.
18224
18225 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18226 (gdb-define-alist): New variables.
18227 (gdb-create-define-alist): New function.
18228 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18229 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18230 with string-to-number.
18231 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18232
18233 * progmodes/gud.el: Replace string-to-int with string-to-number.
18234 (gud-find-file): Handle gdb-define-alist.
18235
18236 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18237
18238 2005-05-02 Jay Belanger <belanger@truman.edu>
18239
18240 * calc/calc-aent.el (math-read-token):
18241 * calc/calc-bin.el (calc-word-size):
18242 * calc/calc-ext.el (calc-read-number-fancy):
18243 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18244 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18245 * calc/calc-frac.el (calc-over-notation):
18246 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18247 (calc-graph-num-points, calc-graph-init):
18248 * calc/calc-prog.el (calc-read-parse-table-part)
18249 (calc-edit-macro-repeats):
18250 * calc/calc-yank.el (calc-do-grab-rectangle):
18251 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18252 Replace `string-to-int' by `string-to-number'.
18253
18254 2005-05-02 Kim F. Storm <storm@cua.dk>
18255
18256 * kmacro.el: Use executing-kbd-macro-index variable.
18257
18258 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18259
18260 * net/rlogin.el (rlogin-parse-words): Delete func.
18261 (rlogin): Use split-string, not rlogin-parse-words.
18262 Also, if there are option-like elements in the parsed args,
18263 take the host to be the first arg immediately following them.
18264 Suggested by Michael Mauger.
18265
18266 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18267
18268 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18269
18270 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18271
18272 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18273 (cc-mode-cpp-program): Rename to cc-define-list-program and
18274 move to cc-vars.el.
18275
18276 * progmodes/cc-vars.el (cc-define-list-program):
18277 Change to "gcc -E -dM -". Make customizable.
18278
18279 2005-05-02 Kim F. Storm <storm@cua.dk>
18280
18281 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18282
18283 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18284
18285 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18286
18287 * international/mule-util.el (truncate-string): Remove alias and
18288 obsolete declaration.
18289
18290 * international/mule-cmds.el (update-iso-coding-systems):
18291 Remove alias and obsolete declaration.
18292
18293 * international/mule.el (coding-system-parent): Remove alias and
18294 obsolete declaration.
18295
18296 * subr.el (define-function, sref): Remove aliases and obsolete
18297 declarations.
18298 (chars-in-region): Remove obsolete declaration.
18299
18300 2005-05-01 Richard M. Stallman <rms@gnu.org>
18301
18302 * info.el (Info-mode): Set widen-automatically to nil, locally.
18303
18304 * simple.el (widen-automatically): New variable.
18305 (pop-global-mark): Obey widen-automatically.
18306
18307 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18308
18309 * term/xterm.el (function-key-map): Call substitute-key-definition
18310 before the keymap size is increased by a lot of define-key calls.
18311
18312 2005-05-01 Richard M. Stallman <rms@gnu.org>
18313
18314 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18315 Rename ARG to ELEMENT. Doc fix.
18316
18317 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18318
18319 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18320 Remove references to allout-exposure/change to allout-new-exposure.
18321
18322 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18323 bytecode symbols.
18324
18325 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18326 (compiled-function-p, focus-frame, unfocus-frame):
18327 Remove aliases and obsolete declarations.
18328 Back out inadvertent changes from previous commit.
18329
18330 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18331
18332 * files.el (require-final-newline): Make Custom tags consistent
18333 with mode-require-final-newline.
18334 (mode-require-final-newline): Doc fix.
18335
18336 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * international/latexenc.el (latexenc-find-file-coding-system):
18339 Fix regular expressions.
18340
18341 2005-05-01 David Kastrup <dak@gnu.org>
18342
18343 * international/latexenc.el (latexenc-find-file-coding-system):
18344 Fix regular expressions.
18345
18346 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18347
18348 * subr.el (string-to-int): Make obsolete.
18349
18350 2005-04-30 Richard M. Stallman <rms@gnu.org>
18351
18352 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18353
18354 * loadup.el: load jka-comp-hook.
18355
18356 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18357 (jka-compr-handler): Add autoload. `put' calls moved
18358 to jka-comp-hook.el.
18359 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18360 (jka-compr-inhibit): Autoload.
18361
18362 * jka-comp-hook.el: New file.
18363 Enable the mode by default.
18364
18365 * files.el (backup-buffer-copy): Use copy-file instead
18366 of write-region, and put back the 'excl.
18367
18368 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18369
18370 * progmodes/flymake.el (flymake-split-string)
18371 (flymake-split-string, flymake-log, flymake-pid-to-names)
18372 (flymake-reg-names, flymake-get-source-buffer-name)
18373 (flymake-unreg-names, flymake-add-line-err-info)
18374 (flymake-add-err-info): Clarify docstrings.
18375 (flymake-popup-menu, flymake-make-emacs-menu)
18376 (flymake-make-xemacs-menu): Add docstrings.
18377 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18378 Set variables directly throughout.
18379
18380 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18381
18382 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18383 exists. Initialize cc-define-alist.
18384 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18385 If there is no file (Macroexpansion) don't create an alist.
18386
18387 2005-04-29 Sam Steingold <sds@gnu.org>
18388
18389 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18390 (cc-create-define-alist): Use it instead of the hard-coded string.
18391
18392 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18393
18394 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18395 for latexenc.
18396
18397 2005-04-29 Lute Kamstra <lute@gnu.org>
18398
18399 * emacs-lisp/generic.el: Improve commentary section.
18400 (define-generic-mode): Improve docstring.
18401
18402 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18403
18404 * textmodes/org.el (many places): Change to quiet the byte compiler.
18405 (org-prefix-format-compiled): New variable.
18406 (org-compile-prefix-format): New function.
18407 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18408 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18409 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18410 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18411 consistency with entries from `org-mode' files.
18412 (org-get-time-of-day): Fix bug with partial matches early in a line.
18413 (org-non-link-chars): New constant.
18414 (org-link-regexp): Respect `org-non-link-chars'.
18415 (org-agenda-day-view): Remove command.
18416 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18417 (org-follow-bbdb-link, org-store-link): Search also company field.
18418 (org-highlight-overlay): New variable.
18419 (org-highlight, org-unhighlight): New functions.
18420 (org-agenda-mode): Add pre-command-hook to remove highlight.
18421 (org-evaluate-time-range): Behavior depends upon whether time stamp
18422 contains a time or not.
18423 (org-show-subtree, org-show-entry): New functions.
18424 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18425
18426 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18427
18428 * comint.el (comint-output-filter-functions): Add autoload cookie.
18429
18430 2005-04-28 Kim F. Storm <storm@cua.dk>
18431
18432 * ido.el (ido-everywhere): Fix last change.
18433
18434 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18435
18436 * international/latexenc.el: New file.
18437 * international/mule-conf.el (file-coding-system-alist): For .tex,
18438 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18439
18440 2005-04-28 Lute Kamstra <lute@gnu.org>
18441
18442 * font-lock.el (font-lock-add-keywords)
18443 (font-lock-remove-keywords): Clarify docstring.
18444 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18445 Don't start docstrings with a `*'.
18446 (font-lock-update-removed-keyword-alist): Give it a docstring.
18447
18448 * generic-x.el: Update commentary section.
18449 Only require font-lock when compiling.
18450 Define all modes conditionally.
18451 Place all generic modes in the generic-x-modes customization group.
18452 (generic-x-modes): New customization group.
18453 (generic-default-modes, generic-mswindows-modes)
18454 (generic-unix-modes, generic-other-modes): New constants.
18455 (generic-define-mswindows-modes, generic-define-unix-modes):
18456 Update docstrings. Make them obsolete.
18457 (generic-extras-enable-list): New default value. Update docstring.
18458 Improve :type. Change :set function.
18459 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18460 Fix docstring.
18461
18462 * emacs-lisp/generic.el (generic-mode-internal):
18463 Simplify font-lock-defaults.
18464 (define-generic-mode): Fix docstring.
18465
18466 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18469 font-lock-face property to highlight matches.
18470
18471 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18472
18473 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18474 (cc-define-alist): New variable.
18475 (c-mode): Make it local and initialize it.
18476
18477 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18478 (gdb-exited): New function.
18479 (gdb-annotation-rules): Use it.
18480 (gdb-starting): Set gdb-active-process to t.
18481 (gdb-stopping): Amend doc string.
18482 (gdb-reset): Set gdb-active-process to nil.
18483
18484 * tooltip.el (tooltip-gud-tips): Show the associated #define
18485 directives when a C program under GDB is not executing.
18486
18487 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18490 font-lock-fontify-syntactic-keywords.
18491
18492 * font-lock.el (font-lock-default-fontify-region): Don't force
18493 parse-sexp-lookup-properties to nil.
18494
18495 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18496
18497 * man.el (man-mode-syntax-table): Set up `:' to have
18498 word-constituent syntax.
18499
18500 2005-04-27 Lute Kamstra <lute@gnu.org>
18501
18502 * novice.el (disable-command): Don't add spurious newlines to the
18503 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18504
18505 2005-04-26 Jay Belanger <belanger@truman.edu>
18506
18507 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18508 than one window before deleting window.
18509
18510 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18511
18512 * shell.el (shell-prompt-pattern): Doc fix.
18513 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18514
18515 * comint.el (comint-prompt-regexp, comint-get-old-input)
18516 (comint-use-prompt-regexp)
18517 (comint-use-prompt-regexp-instead-of-fields)
18518 (comint-replace-by-expanded-history, comint-send-input)
18519 (comint-output-filter, comint-get-old-input-default)
18520 (comint-line-beginning-position, comint-bol, comint-show-output)
18521 (comint-backward-matching-input, comint-forward-matching-input)
18522 (comint-next-prompt, comint-previous-prompt):
18523 Rename `comint-use-prompt-regexp-instead-of-fields' to
18524 `comint-use-prompt-regexp'. Keep old name as alias and declare
18525 obsolete.
18526 (comint-use-prompt-regexp): Shorten first line of doc string.
18527
18528 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18529 Set paragraph-separate buffer locally to "\\'".
18530
18531 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18532 Adapt to above name change.
18533
18534 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18535 (smbclient-prompt-regexp): Ditto.
18536
18537 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18538
18539 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18540
18541 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18542 gdb-location-list.
18543 Break lines that are over 80 characters wide.
18544
18545 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18548 New fun and var, to preserve compatibility.
18549
18550 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18551
18552 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18553
18554 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18555 name to file-newer-than-file-p.
18556
18557 2005-04-26 Richard M. Stallman <rms@gnu.org>
18558
18559 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18560
18561 * progmodes/python.el (python-mode):
18562 Use new name eldoc-documentation-function.
18563
18564 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18565
18566 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18567 (eldoc-documentation-function):
18568 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18569
18570 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18571
18572 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18573
18574 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18575
18576 * term/xterm.el (function-key-map): Fix strings for
18577 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18578 {C,S,A,C-S}-{f1-f12}.
18579
18580 2005-04-26 Kenichi Handa <handa@m17n.org>
18581
18582 * international/mule-cmds.el (select-safe-coding-system):
18583 Fix previous change.
18584
18585 2005-04-26 Lute Kamstra <lute@gnu.org>
18586
18587 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18588
18589 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18590 (font-lock-comment-delimiter-face): Ditto.
18591
18592 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18593
18594 2005-04-25 Jay Belanger <belanger@truman.edu>
18595
18596 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18597 to t while inserting information; use help-mode.
18598
18599 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18600
18601 * term.el (ansi-term-color-vector): Use the xterm colors.
18602 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18603
18604 2005-04-25 Lute Kamstra <lute@gnu.org>
18605
18606 * font-core.el (font-lock-defaults): Fix docstring.
18607
18608 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18609
18610 2005-04-25 Kenichi Handa <handa@m17n.org>
18611
18612 * international/mule-cmds.el (select-safe-coding-system):
18613 Don't check consistency with coding: spec, etc if raw-text or
18614 no-conversion was found to be safe.
18615
18616 2005-04-24 Richard M. Stallman <rms@gnu.org>
18617
18618 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18619 citation markers at start of each line.
18620
18621 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18622 citation markers at start of each line.
18623
18624 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18625
18626 * files.el (mode-require-final-newline): Fix previous change.
18627 (require-final-newline): Fix type label.
18628
18629 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18630
18631 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18632 statement in buffer (broken by 2004-11-24 change).
18633
18634 2005-04-24 Kim F. Storm <storm@cua.dk>
18635
18636 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18637 and read-file-name-function values. Don't overwrite existing
18638 non-nil values if ido-mode is enabled without ido-everywhere.
18639
18640 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18641
18642 * files.el (mode-require-final-newline): Minor doc fix.
18643
18644 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18645
18646 * subr.el (syntax-after): Doc fix.
18647 (syntax-class): If argument is nil, return nil. Mask off upper 16
18648 bits, not 8 bits.
18649
18650 * files.el (mode-require-final-newline): Doc fix.
18651 (backup-buffer-copy): Fix last change.
18652
18653 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18654
18655 * term/mac-win.el: Require select. Set selection-coding-system to
18656 mac-system-coding-system. Call menu-bar-enable-clipboard.
18657 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18658 (x-select-enable-clipboard): New variables.
18659 (x-select-text, x-get-selection, x-selection-value)
18660 (x-get-selection-value, mac-select-convert-to-string)
18661 (mac-services-open-file, mac-services-open-selection)
18662 (mac-services-insert-text): New functions.
18663 (CLIPBOARD, FIND): Put mac-scrap-name property.
18664 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18665 (public.tiff): Put mac-ostype property.
18666 (selection-converter-alist): Add entries for them.
18667 (mac-application-menu-map): New keymap.
18668 (interprogram-cut-function, interprogram-paste-function): Set to
18669 x-select-text and x-get-selection-value, respectively.
18670 (split-window-keep-point): Set to t.
18671
18672 2005-04-23 Richard M. Stallman <rms@gnu.org>
18673
18674 * files.el (read-directory-name): Always pass non-nil
18675 DEFAULT-FILENAME arg to read-file-name.
18676 (backup-buffer-copy, basic-save-buffer-2): Take care against
18677 writing thru an unexpected existing symlink.
18678 (revert-buffer): In indirect buffer, revert the base buffer.
18679 (magic-mode-alist): Doc fix.
18680 (buffer-stale-function): Doc fix.
18681 (minibuffer-with-setup-hook): Avoid warning.
18682 (mode-require-final-newline): Doc and custom fix.
18683
18684 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18685
18686 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18687 use the default appearance.
18688 (font-lock-comment-delimiter-face): New face, new variable.
18689
18690 * imenu.el (imenu--generic-function): The official position of a
18691 definition is the start of the line that BEG is in.
18692
18693 * midnight.el (midnight-timer): Move defvar up.
18694
18695 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18696
18697 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18698
18699 * startup.el (command-line): Use with-no-warnings.
18700
18701 * window.el (window-size-fixed): New defvar.
18702
18703 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18704
18705 * mail/rmail.el (rmail-font-lock-keywords):
18706 Use font-lock-comment-delimiter-face.
18707
18708 * mail/sendmail.el (mail-font-lock-keywords):
18709 Use font-lock-comment-delimiter-face.
18710
18711 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18712
18713 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18714
18715 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18716 Specify t for LAXMATCH when matching directories.
18717 Save match data around compilation-compat-error-properties form.
18718
18719 2005-04-23 David Kastrup <dak@gnu.org>
18720
18721 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18722 Mention that the autoloaded aliases should be kept for AUCTeX.
18723
18724 2005-04-23 Andreas Schwab <schwab@suse.de>
18725
18726 * isearch.el (isearch-forward): Doc fix.
18727
18728 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18729
18730 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18731 (jit-lock-stealth-nice): Change default value to 0.5.
18732
18733 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18734
18735 * abbrev.el (write-abbrev-file): Write table entries in
18736 alphabetical order by table name.
18737
18738 2005-04-22 Kim F. Storm <storm@cua.dk>
18739
18740 * ido.el (ido-read-internal): Fix `list' completion.
18741
18742 2005-04-22 Kenichi Handa <handa@m17n.org>
18743
18744 * recentf.el (recentf-save-file-coding-system): New variable.
18745 (recentf-save-list): Encode the file by
18746 recentf-save-file-coding-system and add coding: tag.
18747
18748 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18749
18750 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18751
18752 2005-04-21 Lute Kamstra <lute@gnu.org>
18753
18754 * loadhist.el (unload-feature): Don't remove a function from hooks
18755 if it is about to be restored to an autoload . Remove functions
18756 that will become unbound from auto-mode-alist. Simplify the code.
18757
18758 * subr.el (assq-delete-all): New implementation that is linear,
18759 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18760 (rassq-delete-all): New function.
18761
18762 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18763 Add size-indication-mode.
18764
18765 2005-04-21 Kenichi Handa <handa@m17n.org>
18766
18767 * international/mule-cmds.el: Add autoload for widget-value in
18768 eval-when-compile.
18769
18770 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18771
18772 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18773 Add tooltip-mode.
18774
18775 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18776
18777 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18778
18779 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18780 (inferior-lisp-filter-regexp, inferior-lisp-program)
18781 (inferior-lisp-load-command, inferior-lisp-prompt)
18782 (inferior-lisp-mode-hook, lisp-source-modes)
18783 (inferior-lisp-load-hook): defvar->defcustom.
18784 (inferior-lisp-program, inferior-lisp-prompt)
18785 (inferior-lisp-load-hook): Doc fixes.
18786 (inferior-lisp-install-letter-bindings): Small change in
18787 introductory comment.
18788
18789 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18790
18791 * vc.el (vc-annotate-color-map): Change some colors so that text
18792 using them as foreground is readable on both white and black
18793 backgrounds.
18794
18795 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18796
18797 * international/mule-conf.el (translation-table-for-input):
18798 Remove redundant declaration.
18799
18800 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18801
18802 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18803
18804 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18805 (tooltip-toggle-gud-tips): New function.
18806
18807 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18808
18809 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18810 right angle brackets.
18811
18812 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18813
18814 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18815
18816 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18817
18818 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18819 Remove. Update callers to use expand-file-name instead.
18820
18821 * subr.el (syntax-class): New function.
18822
18823 * simple.el (blink-matching-open): Use it.
18824
18825 * paren.el (show-paren-function): Use it to recognize parens that are
18826 also used in 2-char comment markers.
18827
18828 2005-04-19 Lute Kamstra <lute@gnu.org>
18829
18830 * loadhist.el (unload-feature): Update for new format of
18831 load-history. Simplify the code.
18832
18833 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18834
18835 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18836 (mac-add-charset-info): New function. Initialize variable
18837 mac-charset-info-alist using it.
18838 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18839 for translation.
18840 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18841 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18842 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18843 New CCL programs.
18844
18845 2005-04-19 Kim F. Storm <storm@cua.dk>
18846
18847 * simple.el (next-buffer, prev-buffer, next-error)
18848 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18849 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18850
18851 * bindings.el (next-buffer, prev-buffer, next-error)
18852 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18853 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18854 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18855 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18856
18857 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * isearch.el (isearch-edit-string): Make the search-ring available for
18860 minibuffer history commands.
18861 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18862 the default history commands now work just as well.
18863 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18864
18865 2005-04-18 Kim F. Storm <storm@cua.dk>
18866
18867 * emulation/cua-base.el (cua--pre-command-handler): Add more
18868 elaborate check for shift modifier on non-window systems.
18869
18870 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18871
18872 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18873
18874 2005-04-18 Kim F. Storm <storm@cua.dk>
18875
18876 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18877 and make it optional. Don't test tooltip-gud-echo-area here.
18878 (tooltip-gud-process-output, gdb-tooltip-print):
18879 Pass tooltip-gud-echo-area to tooltip-show.
18880 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18881
18882 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18883
18884 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18885 `display-graphic-p' may not be bound yet.
18886
18887 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18888
18889 * startup.el (command-line): No longer enable Xterm Mouse mode by
18890 default in terminals compatible with xterm.
18891
18892 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18893
18894 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18895
18896 * tooltip.el (tooltip-gud-echo-area): Rename from
18897 tooltip-use-echo-area.
18898 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18899 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18900 area independently of where help tooltips are displayed.
18901
18902 2005-04-17 David Kastrup <dak@gnu.org>
18903
18904 * cus-theme.el (custom-theme-write-variables): Quote variables
18905 where necessary.
18906
18907 2005-04-17 Richard M. Stallman <rms@gnu.org>
18908
18909 * simple.el (yank-excluded-properties): Add follow-link to value.
18910
18911 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18912
18913 * startup.el (fancy-splash-max-time): Just 30 seconds.
18914 (fancy-splash-delay): Just 7.
18915 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18916
18917 * loadhist.el (unload-feature): Update for new format of load-history.
18918 Simplify the code.
18919
18920 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18921 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18922
18923 * mail/sendmail.el (mail-font-lock-keywords):
18924 Don't fontify subject text.
18925 Don't fontify the text of a citation.
18926
18927 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18928
18929 * comint.el (comint-output-filter): Run comint-output-filter-functions
18930 with point where the user had it.
18931
18932 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18933
18934 * international/ucs-tables.el (ucs-set-table-for-input):
18935 Disable when using unify-on-decoding.
18936
18937 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18938
18939 * emulation/cua-base.el (cua-global-mark-face): Add special case
18940 for displays supporting a high number of colors.
18941
18942 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18943
18944 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18945
18946 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18947
18948 * filesets.el (filesets-add-buffer): If user supplies a name of a
18949 non-existing fileset, create a new fileset.
18950
18951 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18952
18953 * textmodes/org.el (org-up-heading-all): Fix bug with
18954 `outline-up-heading-all'.
18955
18956 2005-04-16 Andreas Schwab <schwab@suse.de>
18957
18958 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18959 /etc/permissions.d/* and /etc/aliases.d/*.
18960
18961 2005-04-16 Kenichi Handa <handa@m17n.org>
18962
18963 * international/code-pages.el (cp-make-coding-system):
18964 Set `translation-table-for-input' property value to the symbol
18965 ucs-mule-to-mule-unicode, not to that value.
18966 (pt154): Escape guillemet by `\'.
18967
18968 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18969
18970 * loadup.el: Load tooltip if x-show-tip is fboundp.
18971
18972 * startup.el (command-line): Add comment.
18973
18974 * tooltip.el (tooltip-mode): Specify correct standard value for
18975 Custom in init-value.
18976
18977 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18978
18979 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18980 possible.
18981
18982 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18983
18984 * textmodes/org.el (org-agenda-date-prompt): Rename from
18985 `org-agenda-date-today'.
18986 (org-evaluate-time-range): Insert at point instead of directly
18987 after time range.
18988 (org-first-headline-recenter, org-subtree-end-visible-p)
18989 (org-optimize-window-after-visibility-change): New functions
18990 (org-agenda-post-command-hook): Don't allow point at end of line,
18991 to make sure it always hits the text properties.
18992 (org-agenda-next-date-line, org-agenda-previous-date-line):
18993 New commands.
18994 (org-set-regexps-and-options): Category may contain white space.
18995 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18996 Improve marker positions.
18997 (org-agenda-new-marker): Argument POS made optional.
18998 (org-agenda-get-timestamps): Deadlines which are done are listed
18999 in org-done-face now.
19000 (org-agenda-get-todos, org-agenda-get-timestamps)
19001 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19002 Set `undone-face' and `done-face' properties.
19003 (org-last-todo-state-is-todo): New variable.
19004 (org-todo): Set `org-last-todo-state-is-todo'.
19005 (org-agenda-todo): Change face according to
19006 `org-last-todo-state-is-todo'. And change other lines referring to
19007 the same entry.
19008 (org-calendar-goto-agenda): New command.
19009 (org-calendar-to-agenda-key): New option.
19010 (org-startup-folded): New allowed value `content'.
19011 (org-set-regexps-and-options): Accept new value `content' for
19012 `org-startup-folded'.
19013 (org-get-current-options): Handle new value `content' for
19014 `org-startup-folded'.
19015 (org-insert-todo-heading): New command.
19016 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19017 interactively in empty file and option
19018 `org-insert-mode-line-in-empty-file' has been set.
19019 (org-agenda-todo, org-agenda-priority): Modify to use
19020 `org-agenda-change-all-lines'.
19021 (org-warning-face): Change color on dark background
19022
19023 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19024
19025 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19026 use preferences AppleLocale and AppleLanguages, and variable
19027 mac-system-locale for default locale. On Mac OS Classic, use
19028 mac-system-coding-system for default coding systems.
19029
19030 * term/mac-win.el: Don't set file-name-coding-system.
19031 Decode variables system-name, emacs-build-system, user-login-name, and
19032 user-full-name by mac-system-coding-system on Mac OS Classic.
19033 (mac-system-coding-system): New variable.
19034
19035 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19036
19037 * startup.el (command-line): Handle `xterm-mouse-mode' before
19038 reading init file.
19039
19040 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19041
19042 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19043
19044 * progmodes/sh-script.el (sh-here-document-word): Make it a
19045 defcustom. Doc fix.
19046 (sh-add): Bash uses $(( )) for arithmetic.
19047 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19048 (sh-maybe-here-document): Remove quotes and leading whitespace
19049 from heredoc word when closing. Indent heredoc with tabs if word
19050 starts with "-".
19051
19052 2005-04-13 Richard M. Stallman <rms@gnu.org>
19053
19054 * simple.el (undo): Fix previous change.
19055
19056 * custom.el (defface): Doc fix.
19057
19058 2005-04-13 Lute Kamstra <lute@gnu.org>
19059
19060 * Makefile.in (DONTCOMPILE): Remove list.
19061 (compile, compile-always): Don't use DONTCOMPILE.
19062 (update-authors): Load the library in which batch-update-authors
19063 is defined.
19064 * makefile.w32-in (DONTCOMPILE): Remove list.
19065 (compile, compile-always): Fix comments.
19066 (update-authors): Load the library in which batch-update-authors
19067 is defined.
19068
19069 * generic-x.el (generic-mode-ini-file-find-file-hook):
19070 Rename to ini-generic-mode-find-file-hook.
19071 Keep generic-mode-ini-file-find-file-hook as an alias.
19072 (ini-generic-mode-find-file-hook): Rename from
19073 generic-mode-ini-file-find-file-hook. Fix docstring.
19074 (ini-generic-mode): Docstring change.
19075 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19076
19077 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19078 called from lisp.
19079
19080 * generic.el: Move to the emacs-lisp subdir.
19081
19082 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19083
19084 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19085 and C-S- function and cursor motion keys.
19086
19087 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19088
19089 * startup.el (command-line): Enable Xterm Mouse mode by default.
19090 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19091 for Custom. No longer show "Mouse" in mode line when enabled.
19092 Doc fix.
19093
19094 2005-04-12 Kim F. Storm <storm@cua.dk>
19095
19096 * emulation/cua-base.el (cua-rectangle-face)
19097 (cua-rectangle-noselect-face): Define face attributes here.
19098
19099 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19100
19101 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19102
19103 * startup.el (command-line): Turn off blinking cursor if
19104 cursorBlink in resources is off or false.
19105
19106 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19107
19108 * term/mac-win.el (dnd): Require dnd.
19109 (mac-drag-n-drop): Call dnd-handle-one-url.
19110 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19111 (kTextEncodingISOLatin2): Remove constants.
19112 (mac-script-code-coding-systems): New constant.
19113 (mac-handle-language-change): New function.
19114 (special-event-map): Bind it to `language-change' event.
19115 (mac-centraleurroman, mac-cyrillic): New coding systems.
19116 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19117 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19118 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19119 encode-mac-cyrillic, respectively.
19120
19121 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19122
19123 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19124 Don't set overlay-arrow-string to "=>" as this is done
19125 globally in C now.
19126
19127 2005-04-12 Lute Kamstra <lute@gnu.org>
19128
19129 * generic-x.el (rc-generic-mode, rul-generic-mode):
19130 Fix auto-mode-alist entries.
19131 (etc-fstab-generic-mode): Tweak fontification.
19132
19133 * generic.el (generic-make-keywords-list): Fix docstring.
19134 (generic-mode-internal): Simplify generic-font-lock-keywords.
19135
19136 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19137
19138 * whitespace.el (whitespace-buffer-leading)
19139 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19140 However, fix the highlight area for the leading and
19141 trailing whitespaces to show space.
19142
19143 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19144
19145 * whitespace.el (whitespace-version): Bump to 3.5
19146
19147 (whitespace-buffer-leading, whitespace-buffer-trailing):
19148 Invert sense of the test to highlight the whitespace.
19149
19150 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19151
19152 * progmodes/gud.el (gud-display-line): GUD uses its own
19153 overlay arrow now so don't set overlay-arrow-string.
19154 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19155
19156 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19157
19158 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19159 (term-ansi-current-reverse, term-ansi-current-invisible)
19160 (term-ansi-face-already-done): Change to boolean.
19161 (term-reset-terminal, term-handle-colors-array): Handle the above
19162 vars accordingly.
19163 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19164 (term-emulate-terminal): Use the new name.
19165
19166 * faces.el (secondary-selection): Use yellow1, not yellow.
19167 (trailing-whitespace): Use red1, not red.
19168
19169 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19170
19171 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19172 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19173 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19174
19175 * cus-edit.el (dnd): New group.
19176
19177 * term/w32-win.el (dnd): Require dnd
19178 (w32-drag-n-drop): Call dnd-handle-one-url.
19179
19180 * x-dnd.el: Require dnd.
19181 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19182 Call dnd-handle-one-url.
19183 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19184 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19185 to dnd-insert-text.
19186 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19187 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19188 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19189 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19190
19191 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19192
19193 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19194
19195 * wdired.el: Doc fixes.
19196 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19197 (wdired-use-dired-vertical-movement): Rename from
19198 wdired-always-move-to-filename-beginning.
19199 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19200 (wdired-change-to-wdired-mode): Change mode name.
19201 (wdired-newline): Delete.
19202
19203 2005-04-11 Richard M. Stallman <rms@gnu.org>
19204
19205 * whitespace.el (whitespace-highlight-the-space):
19206 Don't call whitespace-unhighlight-the-space here.
19207
19208 * simple.el (undo): Record t in undo-equiv-table
19209 for the redo record made by an undo-in-region.
19210
19211 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19212
19213 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19214 (gdb-frame-inferior-io-buffer): New Functions to control
19215 display of separate IO buffer.
19216 (menu): Add them to menu-bar.
19217 (gdb-display-buffer): Check for buffer another frame.
19218 Protect GUD buffer.
19219 (gdb-setup-windows): Create IO buffer if not already there.
19220 (gdb-memory-mode): Remove purecopy noops.
19221
19222 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19223
19224 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19225 and pass to self-insert-command.
19226
19227 2005-04-11 Lute Kamstra <lute@gnu.org>
19228
19229 * generic.el: Commentary section cleanup.
19230 (generic): Delete.
19231 (generic-use-find-file-hook, generic-lines-to-scan)
19232 (generic-find-file-regexp, generic-ignore-files-regexp)
19233 (default-generic-mode, generic-mode-find-file-hook)
19234 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19235 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19236 (generic-use-find-file-hook, generic-lines-to-scan)
19237 (generic-find-file-regexp, generic-ignore-files-regexp)
19238 (default-generic-mode, generic-mode-find-file-hook)
19239 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19240
19241 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19242
19243 * bookmark.el (bookmark-write-file): Catch errors writing file.
19244 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19245
19246 2005-04-10 Richard M. Stallman <rms@gnu.org>
19247
19248 * startup.el (fancy-splash-tail): Update copyright year.
19249 (command-line): Split part of -Q into -D.
19250 (emacs-basic-display): New defvar.
19251 (fancy-splash-text): Correct name of menu item.
19252
19253 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19254
19255 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19256 lines in one node.
19257
19258 * comint.el (comint-send-input): New arg ARTIFICIAL.
19259 Callers in this file changed.
19260
19261 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19262
19263 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19264
19265 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19266
19267 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19268 `ldap-search-internal'.
19269
19270 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19271
19272 * files.el (set-auto-mode-1): Use line-end-position.
19273
19274 * international/latin-1.el:
19275 * international/latin-2.el:
19276 * international/latin-3.el:
19277 * international/latin-4.el:
19278 * international/latin-5.el:
19279 * international/latin-8.el:
19280 * international/latin-9.el: Give punctuation syntax to NBSP.
19281
19282 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19283 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19284 Use char-classes to accept non-ascii letters, accepted in some recent
19285 bibtex implementations.
19286
19287 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19288
19289 * custom.el (custom-set-minor-mode): Any non-nil value for the
19290 variable should enable the mode when set through Custom.
19291
19292 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19293
19294 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19295 TAB binding so tab-always-indent is obeyed.
19296 (vhdl-minibuffer-local-map): Move initialization into declaration.
19297 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19298 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19299 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19300 (vhdl-current-line): Use line-beginning-position.
19301 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19302 with-output-to-temp-buffer, so the current position can be recorded.
19303
19304 2005-04-10 Masatake YAMATO <jet@gyve.org>
19305
19306 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19307 Add regexp for gcov.
19308
19309 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19310
19311 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19312 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19313 syntax which Emacs 20 doesn't support.
19314
19315 2005-04-09 Richard M. Stallman <rms@gnu.org>
19316
19317 * help.el (describe-key-briefly, describe-key):
19318 Replace strings as event types with "(any string)".
19319
19320 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * arc-mode.el (archive-mode-map): Move initialization into
19323 the declaration. Override *all* bindings of `undo'.
19324 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19325
19326 2005-04-09 Jay Belanger <belanger@truman.edu>
19327
19328 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19329
19330 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19331
19332 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19333 (xterm-register-default-colors): Update color values computation
19334 to match xterm-200.
19335
19336 2005-04-09 Kenichi Handa <handa@m17n.org>
19337
19338 * international/code-pages.el (iso-latin-7): Fix the map.
19339
19340 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19341
19342 * emacs-lisp/lisp.el (defun-prompt-regexp)
19343 (parens-require-spaces, buffer-end, end-of-defun)
19344 (insert-parentheses): Doc fixes.
19345
19346 2005-04-08 Kim F. Storm <storm@cua.dk>
19347
19348 * comint.el (comint-highlight-prompt): Fix face spec.
19349 * hi-lock.el (hi-green): Likewise.
19350
19351 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19352
19353 * cus-edit.el (custom-modified-face):
19354 * comint.el (comint-highlight-input): Fix previous changes.
19355 * term.el (term-handle-ansi-escape): Add a comment.
19356
19357 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19358
19359 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19360 in the buffer and in whitespace-highlighted-space.
19361 (whitespace-unhighlight-the-space): Simplify.
19362 (whitespace-buffer): Simplify.
19363
19364 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19365
19366 * textmodes/table.el (table-cell-face): Add special case for
19367 displays supporting a high number of colors.
19368 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19369 (vhdl-font-lock-reserved-words-face)
19370 (vhdl-speedbar-architecture-face)
19371 (vhdl-speedbar-instantiation-face)
19372 (vhdl-speedbar-architecture-selected-face)
19373 (vhdl-speedbar-instantiation-selected-face): Likewise.
19374 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19375 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19376 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19377 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19378 (ebrowse-progress-face): Likewise.
19379 * progmodes/compile.el (compilation-info-face): Likewise.
19380 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19381 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19382 * calendar/calendar.el (diary-face): Likewise.
19383 * woman.el (woman-italic-face, woman-bold-face)
19384 (woman-unknown-face): Likewise.
19385 * wid-edit.el (widget-button-pressed-face): Likewise.
19386 * whitespace.el (whitespace-highlight-face): Likewise.
19387 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19388 * pcvs-info.el (cvs-marked-face): Likewise.
19389 * info.el (info-xref): Likewise.
19390 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19391 * hilit-chg.el (highlight-changes-face)
19392 (highlight-changes-delete-face): Likewise.
19393 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19394 (hi-red-b): Likewise.
19395 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19396 * font-lock.el (font-lock-keyword-face)
19397 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19398 * cus-edit.el (custom-invalid-face, custom-modified-face)
19399 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19400 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19401 * comint.el (comint-highlight-prompt): Likewise.
19402
19403 2005-04-08 Lute Kamstra <lute@gnu.org>
19404
19405 * font-lock.el (font-lock-keywords): Docstring fixes.
19406
19407 2005-04-08 Kenichi Handa <handa@m17n.org>
19408
19409 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19410 chars are more than a limit, print " and more..." at the tail.
19411
19412 2005-04-08 Kim F. Storm <storm@cua.dk>
19413
19414 * emacs-lisp/authors.el (authors-aliases): Update list.
19415 (authors-ignored-files): New list.
19416 (authors-fixed-entries): Fix typo.
19417 (authors-renamed-files-alist): Update list.
19418 (authors-add): Check authors-ignored-files.
19419
19420 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19421
19422 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19423 optional, to ensure backward compatibility.
19424
19425 2005-04-08 Stephen Eglen <stephen@gnu.org>
19426
19427 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19428
19429 2005-04-08 Kim F. Storm <storm@cua.dk>
19430
19431 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19432
19433 * mouse.el (mouse-on-link-p): Doc fix.
19434
19435 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19436
19437 * ielm.el (ielm-prompt-read-only): Doc fix.
19438
19439 * comint.el (comint-prompt-read-only): Doc fix.
19440
19441 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19442
19443 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19444 ensure dired always handles wildcards passed to ffap.
19445 (find-file-at-point): Use it.
19446 (ffap-dired-wildcards): Doc fix.
19447
19448 2005-04-07 Juri Linkov <juri@jurta.org>
19449
19450 * simple.el (next-error-overlay-arrow-position): New defvar.
19451 Put "=>" on its property `overlay-arrow-string'. Add it to
19452 `overlay-arrow-variable-list'.
19453
19454 * progmodes/compile.el (compilation-setup):
19455 Set `next-error-overlay-arrow-position' to nil. Also set it to
19456 nil in the local hook `kill-buffer-hook'. Make local variable
19457 `overlay-arrow-string' and set it to "=>".
19458 (compilation-goto-locus): Set BOL position to
19459 `next-error-overlay-arrow-position' instead of
19460 `overlay-arrow-position'.
19461
19462 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19463 locally instead of adding it to the global hook.
19464 (Info-kill-buffer): Move up.
19465
19466 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19467
19468 * term/xterm.el (xterm-standard-colors): Update color values from
19469 xterm-200.
19470
19471 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19474
19475 * fast-lock.el:
19476 * lazy-lock.el: Move them to the obsolete subdir.
19477
19478 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19479
19480 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19481 (wdired-add-replace-advice): Remove.
19482 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19483
19484 2005-04-06 Kim F. Storm <storm@cua.dk>
19485
19486 * startup.el (command-line): Add --bare-bones alias for -Q.
19487
19488 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19489
19490 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19491 create the startup fontset if a font specification ends with
19492 `mac-roman'.
19493
19494 2005-04-06 Lute Kamstra <lute@gnu.org>
19495
19496 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19497 change.
19498
19499 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19500 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19501
19502 2005-04-05 Lute Kamstra <lute@gnu.org>
19503
19504 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19505 (define-generic-mode): Ditto. Fix debug declaration.
19506
19507 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19508 Put them in the generic-x group.
19509
19510 * calendar/timeclock.el (timeclock): Doc fix.
19511
19512 * generic.el (define-generic-mode): Don't use custom-current-group.
19513 Document default :group value.
19514 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19515 (define-global-minor-mode): Don't use custom-current-group.
19516
19517 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19518
19519 * startup.el (command-line-1): Display startup-echo-area-message
19520 when fancy splash screen is in use.
19521
19522 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19523 (sh-escaped-newline): New face.
19524 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19525 newline, and use sh-escaped-newline face.
19526
19527 * progmodes/tcl.el (tcl-escaped-newline): New face.
19528 (tcl-builtin-list): New variable.
19529 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19530 newlines. Fix keywords subexpression number.
19531
19532 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19533
19534 * textmodes/org.el (org-diary-default-entry): Fix call to
19535 `add-to-diary-entry'.
19536
19537 2005-04-05 Kim F. Storm <storm@cua.dk>
19538
19539 * ediff-init.el: Use (featurep 'xemacs).
19540
19541 2005-04-05 David Ponce <david@dponce.com>
19542
19543 * cus-edit.el (face): Derive from symbol widget. Display sample
19544 of the current face on the fly.
19545 (widget-face-sample-face-get, widget-face-notify): New functions.
19546 (widget-face-value-create): Remove.
19547
19548 * wid-edit.el (widget-field-end): Temporarily remove field
19549 narrowing before to call `get-char-property'.
19550
19551 2005-04-04 Jay Belanger <belanger@truman.edu>
19552
19553 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19554 (math-read-subscripts): New variable.
19555 (math-read-preprocess-string): Process subscripts.
19556
19557 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19558
19559 * comint.el (comint-prompt-read-only): Doc fix.
19560
19561 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19562 `-1'. Doc fix.
19563
19564 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19565
19566 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19567 Change default value to nil.
19568
19569 2005-04-04 Lute Kamstra <lute@gnu.org>
19570
19571 * autorevert.el (auto-revert-mode): Specify :group.
19572 * battery.el (display-battery-mode): Specify :group.
19573 * diff-mode.el (diff-minor-mode): Specify :group.
19574 * font-core.el (font-lock-mode): Specify :group.
19575 * hl-line.el (hl-line-mode): Specify :group.
19576 * iimage.el (iimage): New customization group.
19577 (iimage-mode): Specify :group.
19578 * longlines.el (longlines-mode): Specify :group.
19579 * master.el: Don't require easy-mmode.
19580 (master): New customization group.
19581 (master-mode): Specify :group.
19582 * msb.el (msb-mode): Specify :group.
19583 * reveal.el (reveal-mode): Specify :group.
19584 * simple.el (next-error-follow-minor-mode): Specify :group.
19585 * smerge-mode.el (smerge-mode): Specify :group.
19586 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19587 * emulation/cua-base.el (cua-mode): Specify :group.
19588 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19589 * language/thai-util.el (thai-auto-composition-mode)
19590 (thai-word-mode): Specify :group.
19591 * mail/supercite.el (sc-minor-mode): Specify :group.
19592 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19593 * progmodes/flymake.el (flymake-mode): Specify :group.
19594 * progmodes/glasses.el (glasses-mode): Specify :group.
19595 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19596 * textmodes/enriched.el (enriched-mode): Specify :group.
19597 * textmodes/refill.el (refill-mode): Specify :group.
19598
19599 * add-log.el (change-log-font-lock-keywords): Names in
19600 parenthesized lists can contain spaces.
19601
19602 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19603
19604 * startup.el (fancy-splash-text): Shorten default text of
19605 "Emacs Tutorial" line. Also, if the current language env
19606 indicates an available tutorial file other than TUTORIAL,
19607 extract its title and append it to the line in parentheses.
19608 (fancy-splash-insert): If arg is a thunk, funcall it.
19609
19610 2005-04-04 Jay Belanger <belanger@truman.edu>
19611
19612 * calc.el (calc-language-alist): Add tags to customization type.
19613
19614 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19615
19616 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19617 Doc fix.
19618
19619 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19620
19621 * add-log.el (change-log-font-lock-keywords): The manual
19622 describing a Change Log entry, says: (...) "Aside from these
19623 header lines, every line in the change log starts with a space or
19624 a tab.". The font-lock was not highlighting lines started with
19625 spaces, added support for it.
19626
19627 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19628
19629 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19630 (bibtex-generate-url-list): Update docstring accordingly. Put the
19631 complex example in the docstring.
19632 (bibtex-font-lock-url): Use pop.
19633
19634 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19635
19636 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19637
19638 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19639
19640 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19641
19642 * filesets.el (filesets-set-default): Doc fix.
19643
19644 2005-04-03 Lute Kamstra <lute@gnu.org>
19645
19646 * generic.el (define-generic-mode): Add argument to specify
19647 keywords for defcustom.
19648 (default-generic-mode): Specify :group.
19649
19650 * generic-x.el: Specify :group for all generic modes.
19651
19652 * desktop.el (desktop-no-desktop-file-hook)
19653 (desktop-after-read-hook): Doc fix.
19654
19655 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19656
19657 * simple.el (visible-mode): Use explicit :group keyword.
19658 This changes the group of `visible-mode-hook' from paren-blinking
19659 to editing-basics.
19660
19661 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19662
19663 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19664 mailbox specifications as well as URLs.
19665 (rmail-insert-inbox-text): Remove unused conditional branches.
19666
19667 2005-04-01 Jay Belanger <belanger@truman.edu>
19668
19669 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19670 (calc-gnuplot-print-command): Move definitions to calc.el.
19671
19672 * calc/calc-embed.el (calc-embedded-announce-formula)
19673 (calc-embedded-open-formula, calc-embedded-close-formula)
19674 (calc-embedded-open-word, calc-embedded-close-word)
19675 (calc-embedded-open-plain, calc-embedded-close-plain)
19676 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19677 (calc-embedded-open-mode, calc-embedded-close-mode):
19678 Move definitions to calc.el.
19679
19680 * calc/calc.el (calc-settings-file, calc-language-alist):
19681 Make customizable.
19682 (calc-embedded-announce-formula, calc-embedded-open-formula)
19683 (calc-embedded-close-formula, calc-embedded-open-word)
19684 (calc-embedded-close-word, calc-embedded-open-plain)
19685 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19686 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19687 (calc-embedded-close-mode, calc-gnuplot-name)
19688 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19689 from other files and make customizable.
19690
19691 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19692
19693 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19694 Use buffer-live-p.
19695 (cvs-mode-run): Don't call cvs-update-header here.
19696 (cvs-run-process): Call cvs-update-header.
19697 Use process properties for cvs-postprocess and cvs-buffer so that
19698 the sentinel can behave better if the temp buffer is killed.
19699 Use a pipe rather than a tty, to better handle unexpected prompts.
19700 (cvs-sentinel): Rewrite. Call cvs-update-header.
19701
19702 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19703
19704 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19705 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19706
19707 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19708
19709 * generic.el (define-generic-mode): Add indentation rule.
19710
19711 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19712
19713 * files.el (mode-require-final-newline): Make Custom correctly
19714 report a nil value and allow to set it to nil via Custom.
19715 Doc fix.
19716
19717 2005-04-01 Kenichi Handa <handa@m17n.org>
19718
19719 * international/characters.el: Enable the correct case setting for
19720 dotless-i and dotted-I.
19721
19722 2005-04-01 Kim F. Storm <storm@cua.dk>
19723
19724 * ido.el (ido-file-internal): Fall back to non-ido command if
19725 initial directory is on slow ftp (or tramp) host.
19726
19727 2005-03-31 Richard M. Stallman <rms@gnu.org>
19728
19729 * emacs-lisp/autoload.el (make-autoload):
19730 Handle define-global-minor-mode.
19731
19732 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19733 Rename from easy-mmode-define-global-mode.
19734 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19735
19736 * progmodes/scheme.el (scheme-mode-syntax-table):
19737 Update syntax of | and # for two-character comment syntax.
19738
19739 2005-03-31 Lute Kamstra <lute@gnu.org>
19740
19741 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19742 (define-minor-mode): Call custom-current-group at load-time.
19743
19744 * generic.el (define-generic-mode): Add debug declaration.
19745 Add defcustom for the mode hook.
19746 (generic-mode-internal): Use run-mode-hooks.
19747
19748 2005-03-31 Kim F. Storm <storm@cua.dk>
19749
19750 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19751 (mouse-fixup-help-message): New defun called by show_help_echo
19752 to fixup mouse-2 prefix in help messages when applicable.
19753
19754 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19755
19756 2005-03-31 Kenichi Handa <handa@m17n.org>
19757
19758 * language/thai-word.el (thai-find-word-ends): Pay attention to
19759 the case that we reach the end of buffer.
19760
19761 * textmodes/fill.el (fill-text-properties-at): New function.
19762 (fill-newline): Use fill-text-properties-at instead of
19763 text-properties-at.
19764
19765 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19766
19767 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19768 not comint-quote-filename.
19769
19770 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19771
19772 * help-fns.el (help-with-tutorial): Revert last change.
19773
19774 2005-03-31 Kim F. Storm <storm@cua.dk>
19775
19776 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19777
19778 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19779
19780 * calendar/cal-china.el: Update reference to "Calendrical
19781 Calculations" book; there's a new edition.
19782 * calendar/cal-coptic.el: Likewise.
19783 * calendar/cal-french.el: Likewise.
19784 * calendar/cal-hebrew.el: Likewise.
19785 * calendar/cal-islam.el: Likewise.
19786 * calendar/cal-iso.el: Likewise.
19787 * calendar/cal-julian.el: Likewise.
19788 * calendar/cal-mayan.el: Likewise.
19789 * calendar/cal-persia.el: Likewise.
19790 * calendar/calendar.el: Likewise.
19791 * calendar/holidays.el: Likewise.
19792 * calendar/lunar.el: Likewise.
19793 * calendar/solar.el: Likewise.
19794
19795 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19796 white space from doc string.
19797
19798 2005-03-30 Jay Belanger <belanger@truman.edu>
19799
19800 * calc/calc-help.el (calc-full-help): Remove email address.
19801
19802 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19803
19804 * help-fns.el (help-with-tutorial): Delete title line.
19805
19806 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19807
19808 * calendar/cal-x.el (calendar-one-frame-setup)
19809 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19810 rather than `symbol' for set-window-dedicated-p.
19811
19812 * calendar/appt.el (appt-buffer-name): Make it a constant.
19813 (appt-add): Doc fix.
19814
19815 * filesets.el (filesets-menu-path, filesets-menu-before)
19816 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19817 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19818 (filesets-add-submenu): Delete and use add-submenu instead.
19819
19820 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19821
19822 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19823 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19824 (org-diary-default-entry): New function.
19825 (org-get-entries-from-diary): Better parsing of diary entries.
19826 (org-agenda-check-no-diary): New function.
19827 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19828 linking to diary entries.
19829 (org-agenda-execute-calendar-command): New function.
19830 (org-agenda): Improve visible section in window.
19831 Use `org-fit-agenda-window'.
19832 (org-fit-agenda-window): New option.
19833 (org-move-subtree-down): Better handling of empty lines
19834 at end of subtree.
19835 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19836 levels up.
19837 (org-fontify-done-headline): New option.
19838 (org-headline-done-face): New face.
19839 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19840 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19841 When current field is non-empty, it is copied to next row.
19842 (org-table-copy-from-above): Fix bug which made it
19843 impossible to copy fields containing only a single non-white character.
19844
19845 2005-03-30 Kim F. Storm <storm@cua.dk>
19846
19847 * kmacro.el (kmacro-end-macro): Isearch may store this command
19848 into the macro -- so ignore it when executing keyboard macro.
19849
19850 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19851
19852 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19853
19854 2005-03-29 Kenichi Handa <handa@m17n.org>
19855
19856 * language/thai.el ("Thai"): Set setup-function and exit-function
19857 for Thai language environment.
19858
19859 * language/thai-util.el: Require thai-word.
19860 (thai-word-mode-map): New variable.
19861 (thai-word-mode): New minor mode.
19862 (setup-thai-language-environment-internal): New function.
19863 (exit-thai-language-environment-internal): New function.
19864
19865 * language/thai-word.el (thai-word-table): Declare it by defvar,
19866 use dolist to initialize it.
19867 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19868 (thai-fill-find-break-point): New functions.
19869
19870 2005-03-29 Richard M. Stallman <rms@gnu.org>
19871
19872 * simple.el (idle-update-delay): Move definition up.
19873 (set-mark): Doc fix.
19874
19875 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19876
19877 * longlines.el: New file.
19878
19879 * simple.el (buffer-substring-filters): New variable.
19880 (filter-buffer-substring): New function.
19881 (kill-region, copy-region-as-kill): Use it.
19882
19883 * register.el (copy-to-register, append-to-register)
19884 (prepend-to-register): Use filter-buffer-substring.
19885
19886 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19887
19888 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19889 (gud-filter-pending-text): Move in front of gdb.
19890 (gud-overlay-arrow-position): New variable.
19891 (gud-sentinel, gud-display-line): Use it in place of
19892 overlay-arrow-position.
19893
19894 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19895
19896 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19897 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19898 (fortran-font-lock-keywords-4): New variable.
19899 (fortran-blocks-re, fortran-end-block-re)
19900 (fortran-start-block-re): New constants, for hideshow.
19901 (hs-special-modes-alist): Add a Fortran entry.
19902 (fortran-mode-map): Bind fortran-end-of-block,
19903 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19904 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19905 (fortran-looking-at-if-then, fortran-end-of-block)
19906 (fortran-beginning-of-block): New functions, for hideshow.
19907
19908 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19909 Doc fix. Tweak regexp.
19910 (f90-beginning-of-block): Push mark first.
19911
19912 2005-03-29 Jay Belanger <belanger@truman.edu>
19913
19914 * calc/calc.el: Update copyright date.
19915 (calc-version): Increase to 2.1.
19916 (calc-version-date): Remove.
19917
19918 * calc/calc-help.el: Update copyright date.
19919 (calc-full-help): Remove reference to calc-version-date.
19920 Update copyright date.
19921
19922 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * vc.el (vc-do-command): Use a pipe for async processes, so password
19925 prompts don't show up at places where the user can't reply.
19926
19927 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19928
19929 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19930 on the file name we pass to the inferior shell.
19931
19932 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19933
19934 * progmodes/which-func.el (which-function): Be robust in the face of an
19935 imenu--make-index-alist failure.
19936
19937 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19938
19939 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19940
19941 * progmodes/python.el (python-preoutput-filter): Fix last change.
19942
19943 2005-03-29 Lute Kamstra <lute@gnu.org>
19944
19945 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19946 functions and compiled macros.
19947 (debug-convert-byte-code): Handle macros too.
19948 (debug-on-entry-1): Don't signal an error when trying to clear a
19949 function that is not set to debug on entry.
19950
19951 2005-03-29 Jay Belanger <belanger@truman.edu>
19952
19953 * calc/calc-lang.el: Add functions to math-function-table
19954 properties of tex and math.
19955
19956 2005-03-29 Kenichi Handa <handa@m17n.org>
19957
19958 * ps-mule.el (ps-mule-plot-string): Translate characters by
19959 ps-print-translation-table.
19960 (ps-mule-begin-job): Call find-charset-region/string with
19961 ps-print-translation-table.
19962 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19963
19964 * ps-print.el (ps-print-translation-table): New variable.
19965 (ps-plot-region): Translate characters by ps-print-translation-table.
19966
19967 2005-03-29 Juri Linkov <juri@jurta.org>
19968
19969 * simple.el (next-error-highlight-timer): New variable.
19970
19971 * progmodes/compile.el (compilation-goto-locus):
19972 Use `next-error-highlight-timer' instead of `sit-for'.
19973
19974 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * mail/supercite.el (sc-mail-field): Use assoc-string.
19977 (sc-get-address): Simplify regexps.
19978
19979 * files.el (minibuffer-with-setup-hook): New macro.
19980 (find-file-read-args): Use it to avoid let-binding
19981 minibuffer-with-setup-hook (which breaks turning on/off
19982 file-name-shadow-mode while in the prompt).
19983
19984 * complete.el (PC-read-include-file-name-internal):
19985 Use test-completion.
19986
19987 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19988
19989 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19990
19991 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19992
19993 * window.el (window-buffer-height): Use count-screen-lines.
19994
19995 * progmodes/python.el (python-preoutput-leftover): New var.
19996 (python-preoutput-filter): Use it.
19997 (python-send-receive): Loop until all the result has been received.
19998
19999 2005-03-28 Juri Linkov <juri@jurta.org>
20000
20001 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20002
20003 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20004 "Recover Crashed Session".
20005 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20006 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20007 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20008 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20009 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20010 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20011 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20012 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20013
20014 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20015 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20016 Ediff Sessions", "Toggle use of separate control buffer frame",
20017 "Use separate frame for Ediff control buffer".
20018
20019 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20020 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20021 "Rename Bookmark", "Delete Bookmark".
20022
20023 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20024 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20025 Add `:active Info-index-alternatives' to "Next Matching Item".
20026
20027 * wdired.el (wdired-change-to-wdired-mode):
20028 Mention `wdired-abort-changes' key in the initial message.
20029
20030 * international/mule.el (auto-coding-alist): Associate non-ascii
20031 image filename extensions with `no-conversion'.
20032
20033 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * international/iso-acc.el:
20036 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20037
20038 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20039
20040 * textmodes/sgml-mode.el (html-mode): Doc update.
20041
20042 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20043
20044 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20045
20046 * term.el (term-move-columns): Fix face after extending a line.
20047 (term-insert-spaces): Likewise.
20048 (term-reset-terminal): Fix off by one error.
20049
20050 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20051
20052 * international/mule.el (auto-coding-alist): Add .xpi files.
20053
20054 * files.el (auto-mode-alist): Add .xpi files.
20055
20056 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20057
20058 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20059
20060 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20061
20062 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20063
20064 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20065
20066 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20067 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20068
20069 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20070 cursor to Jan 1 when needed.
20071 (calendar-end-of-year): Fix -/+ typo.
20072 Reported by Chong Yidong <cyd@stupidchicken.com>.
20073
20074 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20075
20076 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20077
20078 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20079 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20080
20081 2005-03-25 Richard M. Stallman <rms@gnu.org>
20082
20083 * filesets.el (filesets-init): Add autoload.
20084
20085 * mail/mailalias.el (mail-directory): Doc fix.
20086
20087 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20088
20089 * mail/mailalias.el (mail-directory-process): Do nothing if
20090 mail-directory-process is an atom.
20091 (mail-get-names): Ignore mail-directory-names if it is an atom.
20092 (mail-directory-process defvar): Doc fix.
20093 (mail-names): Doc fix.
20094
20095 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20096
20097 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20098
20099 2005-03-26 Kenichi Handa <handa@m17n.org>
20100
20101 * international/mule-util.el (detect-coding-with-priority):
20102 Call update-coding-systems-internal before detect-coding-region.
20103
20104 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20105
20106 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20107 (gdb-frames-mode-map): Add follow-link property.
20108
20109 2005-03-25 Jay Belanger <belanger@truman.edu>
20110
20111 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20112 for variables.
20113
20114 2005-03-25 Juri Linkov <juri@jurta.org>
20115
20116 * image-mode.el: Optimize image filename extension regexps in
20117 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20118 in `auto-mode-alist'.
20119 (image-mode): Add `image-toggle-display-text' to local hook
20120 `change-major-mode-hook'. Display the image as an image by
20121 default. Set `cursor-type' and `truncate-lines' if the image
20122 is already displayed. Take into account the current mode (image
20123 or text) in message.
20124 (image-minor-mode): New minor mode.
20125 (image-mode-maybe, image-toggle-display-text): New functions.
20126 (image-toggle-display): Use called-interactively-p.
20127 Let-bind `inhibit-read-only' to t.
20128
20129 * image-mode.el (image-minor-mode): Set `cursor-type' and
20130 `truncate-lines' if the image is already displayed. Add turning
20131 image-minor-mode off to `change-major-mode-hook'. Add message.
20132 Call `image-toggle-display-text' after turning image-minor-mode off.
20133
20134 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20137 Terminal.app, use utf-8.
20138 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20139 (set-locale-environment): Use it.
20140
20141 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20142
20143 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20144
20145 * progmodes/python.el (python-close-block-statement-p)
20146 (python-outdent-p, python-current-defun): Use symbol-end.
20147
20148 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20149
20150 * files.el (save-some-buffers): Doc fix.
20151
20152 2005-03-25 Werner Lemberg <wl@gnu.org>
20153
20154 * complete.el, thumbs.el: Replace `legal' with `valid'.
20155 * calendar/calendar.el: Replace `legal' with `valid'.
20156 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20157 * mail/supercite.el: Replace `legal' with `valid'.
20158 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20159 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20160 Replace `legal' with `valid'.
20161 * textmodes/reftex-vars.el, textmodes/reftex.el:
20162 Replace `legal' with `valid'.
20163
20164 2005-03-25 Werner Lemberg <wl@gnu.org>
20165
20166 * calc/calc-forms.el, calc/calc-sel.el
20167 * midnight.el, vc-cvs.el
20168 * emacs-lisp/cl-macs.el
20169 * emulation/vip.el
20170 * eshell/esh-io.el, eshell/esh-var.el
20171 * mail/supercite.el
20172 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20173 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20174 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20175 * progmodes/sh-script.el, progmodes/xscheme.el
20176 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20177 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20178 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20179 * textmodes/reftex.el, textmodes/org.el:
20180 Replace `illegal' with `invalid'.
20181
20182 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20183
20184 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20185 (flymake-find-buildfile, flymake-find-possible-master-files)
20186 (flymake-check-include, flymake-parse-line): Replace loops over the
20187 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20188
20189 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20190 Substitute file-name-as-directory in the rest of the file.
20191 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20192 (flymake-replace-region): Remove unused arg `buffer'.
20193 (flymake-check-patch-master-file-buffer): Update calls to it.
20194 (flymake-add-err-info): Remove unused var `count'.
20195 (flymake-mode): Use define-minor-mode.
20196
20197 * progmodes/flymake.el: Use with-current-buffer.
20198 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20199 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20200 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20201 Avoid testing for `xemacs'.
20202 (flymake-nop): Move.
20203 (flymake-region-has-flymake-overlays): Return the computed value.
20204 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20205 Remove unused var `endline'.
20206 (flymake-get-line-count): Remove unused function.
20207 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20208
20209 * emulation/vi.el:
20210 * generic.el:
20211 * hilit-chg.el (global-highlight-changes):
20212 * hi-lock.el (hi-lock-mode):
20213 * follow.el: find-file-hooks -> find-file-hook.
20214
20215 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20216
20217 2005-03-24 Juri Linkov <juri@jurta.org>
20218
20219 * dired.el (dired-mode-map): Add menu item "Compare directories"
20220 for dired-compare-directories.
20221
20222 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20223 Doc fix. Replace `read-file-name' with `read-directory-name'.
20224
20225 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20228
20229 2005-03-24 Jay Belanger <belanger@truman.edu>
20230
20231 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20232 relevant mode settings in calc-embedded-original-modes when modes
20233 are permanently changed.
20234
20235 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20236
20237 * autoinsert.el: find-file-hooks -> find-file-hook.
20238
20239 2005-03-24 Lute Kamstra <lute@gnu.org>
20240
20241 * generic.el (generic-font-lock-defaults): Make it obsolete.
20242 (generic-font-lock-keywords): New variable to replace
20243 generic-font-lock-defaults.
20244 (generic-mode-set-font-lock): Delete it.
20245 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20246 (generic-bracket-support): Add docstring.
20247
20248 * generic-x.el: Rename generic-font-lock-defaults to
20249 generic-font-lock-keywords throughout.
20250 (mailagent-rules-setup-function): Delete it.
20251 (mailagent-rules-generic-mode): Use anonymous function instead.
20252 (show-tabs-generic-mode-font-lock-defaults-1)
20253 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20254 Quote faces.
20255 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20256 not foreground.
20257
20258 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20259 Recognize define-generic-mode.
20260
20261 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20262
20263 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20264 if there's no completion table.
20265
20266 2005-03-23 Miles Bader <miles@gnu.org>
20267
20268 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20269 Remove tty-specific variants, as they're no longer needed.
20270
20271 2005-03-23 Lute Kamstra <lute@gnu.org>
20272
20273 * generic-x.el: Code cleanup: make args constant whenever possible.
20274 (installshield-statement-keyword-list)
20275 (installshield-system-functions-list)
20276 (installshield-system-variables-list, installshield-types-list)
20277 (installshield-funarg-constants-list): Make them constants.
20278
20279 * generic.el (generic-make-keywords-list): Add autoload cookie.
20280
20281 * calendar/time-date.el: Add comment on time value formats.
20282 Don't require parse-time.
20283 (with-decoded-time-value): New macro.
20284 (encode-time-value): New function.
20285 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20286 (days-to-time): Return a valid time value when arg is huge.
20287 (time-since): Use time-subtract.
20288 (time-to-number-of-days): Use time-to-seconds.
20289
20290 2005-03-23 David Ponce <david@dponce.com>
20291
20292 * recentf.el (recentf-keep): New option.
20293 (recentf-menu-action): Default to `find-file'.
20294 (recentf-keep-non-readable-files-flag)
20295 (recentf-keep-non-readable-files-p)
20296 (recentf-file-readable-p, recentf-find-file)
20297 (recentf-cleanup-remote): Remove.
20298 (recentf-include-p): More robust.
20299 (recentf-keep-p): New function.
20300 (recentf-remove-if-non-kept): Rename from
20301 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20302 All callers updated.
20303 (recentf-menu-items-for-commands): Fix help string.
20304 (recentf-track-closed-file): Update. Doc fix.
20305 (recentf-cleanup): Update. Count removed files. Doc fix.
20306
20307 2005-03-23 Kim F. Storm <storm@cua.dk>
20308
20309 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20310 Don't inherit from fringe face (now happens automatically).
20311
20312 2005-03-22 Kim F. Storm <storm@cua.dk>
20313
20314 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20315 position values.
20316
20317 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * menu-bar.el (showhide-date-time): Remove.
20320 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20321 (menu-bar-make-mm-toggle): Simplify.
20322
20323 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20324
20325 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20326 Accept qualified variable and function names.
20327
20328 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20329
20330 * bindings.el (completion-ignored-extensions):
20331 Remove ".lis" for `vax-vms'.
20332
20333 2005-03-22 Andreas Schwab <schwab@suse.de>
20334
20335 * generic-x.el: Revert last change.
20336 * ldefs-boot.el: Update.
20337
20338 2005-03-22 Jay Belanger <belanger@truman.edu>
20339
20340 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20341 (calc-embedded-save-original-modes)
20342 (calc-embedded-restore-original-modes): New functions.
20343 (calc-do-embedded): Save original modes when entering embedded mode
20344 and restore when leaving embedded mode.
20345 (calc-embedded-modes-change): Change the value of
20346 calc-embedded-original-modes to reflect permanent changes.
20347
20348 2005-03-22 Lute Kamstra <lute@gnu.org>
20349
20350 * generic-x.el: Require generic again.
20351
20352 2005-03-22 Miles Bader <miles@gnu.org>
20353
20354 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20355 Tweak details to look good on both ttys and bitmap displays, light
20356 or dark background, etc.
20357
20358 2005-03-21 Kim F. Storm <storm@cua.dk>
20359
20360 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20361 mouse position.
20362
20363 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * icomplete.el: Don't forcibly turn on the mode upon load.
20366 (icomplete-mode): Use define-minor-mode.
20367 (icomplete-eoinput): Default to nil.
20368 (icomplete-minibuffer-setup): Remove autoload.
20369 (icomplete-tidy): Simplify.
20370 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20371 in the initial state or if the user has modified the field.
20372 Fix handling of icomplete-max-delay-chars.
20373 Remove code that handles the oddball case where
20374 minibuffer-completion-table is an integer.
20375 Wrap icomplete-completions in while-no-input in case building
20376 completions takes more time than expected.
20377 (icomplete-completions): Simplify.
20378
20379 2005-03-21 Richard M. Stallman <rms@gnu.org>
20380
20381 * jka-compr.el (jka-compr-really-do-compress):
20382 Make variable buffer-local.
20383
20384 * image-mode.el: Handle .xpm files too.
20385 (image-toggle-display): Preserve modification flag.
20386
20387 * help.el (where-is): Don't mention aliases with no key bindings.
20388
20389 2005-03-21 Lute Kamstra <lute@gnu.org>
20390
20391 * generic.el: Fix commentary section. Don't require cl for
20392 compilation.
20393 (generic-mode-list): Add autoload cookie.
20394 (generic-use-find-file-hook, generic-lines-to-scan)
20395 (generic-find-file-regexp, generic-ignore-files-regexp)
20396 (generic-mode, generic-mode-find-file-hook)
20397 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20398 (define-generic-mode): Make it a defmacro. Fix docstring.
20399 (generic-mode-internal): Code cleanup. Add autoload cookie.
20400 (generic-mode-set-comments): Code cleanup.
20401 * generic-x.el: Don't prevent compilation. Don't require generic.
20402 Follow coding conventions. Minor code cleanup.
20403 (etc-fstab-generic-mode): Add some keywords.
20404 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20405 define-generic-mode like a function declaration.
20406
20407 2005-03-21 Jay Belanger <belanger@truman.edu>
20408
20409 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20410 changing modes.
20411
20412 2005-03-21 Sam Steingold <sds@gnu.org>
20413
20414 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20415
20416 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20417
20418 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20419 Add underscore to "f$ lexicals" regexp.
20420
20421 2005-03-20 Juri Linkov <juri@jurta.org>
20422
20423 * subr.el (progress-reporter-do-update): When `min-value' is equal
20424 to `max-value', set `percentage' to 0 and prevent division by zero.
20425
20426 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20427
20428 Sync with Tramp 2.0.48.
20429
20430 * net/tramp.el (all): Change all addresses to .gnu.org.
20431 (tramp-append-tramp-buffers): New defun.
20432 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20433 Catch `dont-send' signal.
20434 (tramp-set-auto-save-file-modes): Set always permissions, because
20435 there might be an old auto-saved file belonging to another
20436 original file. This could be a security threat. Reported by
20437 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20438 Check for Emacs 21.3.50 removed.
20439
20440 * net/tramp-smb.el (all): Remove debug construct for
20441 `with-parsed-tramp-file-name'.
20442 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20443 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20444 No error message if DIRECTORY or FILENAME doesn't exist.
20445 (tramp-smb-open-connection): Check existence of
20446 `tramp-smb-program'.
20447
20448 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20449
20450 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20451 Properly handle the case where the `m' or `s' command's argument is not
20452 yet terminated.
20453 (perl-indent-new-calculate): New function.
20454 (perl-indent-line): Use it.
20455
20456 2005-03-20 Miles Bader <miles@gnu.org>
20457
20458 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20459 in text-mode too. Change to new face names.
20460 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20461 Add `:weight bold' attribute.
20462 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20463
20464 2005-03-19 Juri Linkov <juri@jurta.org>
20465
20466 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20467
20468 * international/mule.el (auto-coding-alist): Sync with
20469 `auto-mode-alist' by adding upper case archive file extensions
20470 and adding ear/war to jar extension.
20471
20472 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20473
20474 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20475 running, restart it.
20476
20477 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20478
20479 * finder.el (finder-current-item): Throw an error on an empty line.
20480
20481 * man.el (Man-follow-manual-reference): If current-word returns
20482 nil, use "".
20483
20484 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20485
20486 * simple.el (goto-line): Doc fix.
20487
20488 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20489
20490 * files.el (save-buffer): Doc fix.
20491
20492 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20493
20494 * recentf.el (recentf-cleanup-remote): New variable.
20495 (recentf-cleanup): Use it to conditionally check availability of
20496 remote files.
20497
20498 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20499
20500 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20501 function names.
20502
20503 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20504
20505 * language/thai-word.el: New file.
20506
20507 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20508
20509 * files.el (backup-buffer): If the file's directory is not
20510 writable, use copy instead of move to backup the file.
20511
20512 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20513
20514 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20515
20516 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20517
20518 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20519 Use functionp instead of symbolp and fboundp. Reported by Drkm
20520 <darkman_spam@yahoo.fr>.
20521 (ps-print-version): New version 6.6.6.
20522
20523 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20524
20525 * textmodes/table.el (table--line-column-position): New idiom.
20526 (table--row-column-insertion-point-p): New function to test
20527 validity of row and column insertion operation at a location.
20528 (table-global-menu, table-cell-menu): Use above functions for
20529 deterministic test operation.
20530 (table--editable-cell-p): Behave in deterministic fashion.
20531
20532 2005-03-18 Juri Linkov <juri@jurta.org>
20533
20534 * isearch.el (isearch-lazy-highlight-new-loop):
20535 Make arguments beg and end optional.
20536 (isearch-update): Remove optional arguments nil from
20537 isearch-lazy-highlight-new-loop.
20538 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20539 isearch-lazy-highlight-case-fold-search instead of
20540 isearch-case-fold-search, and let-bind isearch-regexp to
20541 isearch-lazy-highlight-regexp.
20542 Use isearch-lazy-highlight-last-string instead of isearch-string.
20543
20544 * replace.el (perform-replace): Remove bindings of global
20545 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20546 Add three new arguments to `replace-highlight'.
20547 (replace-highlight): Add arguments string, regexp, case-fold.
20548 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20549 to allow isearch-lazy-highlight-new-loop to use these values
20550 to set corresponding isearch-lazy-highlight-* internal
20551 variables whose values lazy highlighting will use regardless of
20552 changes to global variables isearch-string, isearch-regexp,
20553 isearch-case-fold-search during lazy highlighting loop.
20554 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20555 to `lazy-highlight-cleanup'.
20556
20557 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20558 (ispell-highlight-face): Set default face to `isearch' when
20559 lazy highlighting is enabled.
20560 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20561 priority to 1. Add lazy highlighting.
20562 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20563 from `isearch-dehighlight'.
20564
20565 2005-03-18 David Ponce <david@dponce.com>
20566
20567 * files.el (hack-local-variables): Do a case-insensitive search
20568 for End.
20569
20570 2005-03-18 Juri Linkov <juri@jurta.org>
20571
20572 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20573 `isearch-lazy-highlight-cleanup', add alias to old name and
20574 declare obsolete. Add release numbers to other obsolete vars.
20575 (isearch-done, isearch-lazy-highlight-new-loop):
20576 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20577 (lazy-highlight-cleanup) <variable>: Doc fix.
20578 (isearch-lazy-highlight-update): Rename obsolete
20579 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20580
20581 2005-03-18 Kenichi Handa <handa@m17n.org>
20582
20583 * language/thai-util.el: Fix categorization of Thai characters in
20584 thai-category-table.
20585 (thai-composition-pattern): Adjust it for the above change.
20586 (thai-self-insert-command, thai-compose-syllable): New functions.
20587 (thai-compose-region): Use thai-compose-syllable.
20588 (thai-compose-string): Likewise.
20589 (thai-composition-function): Likewise.
20590 (thai-auto-composition): New function.
20591 (thai-auto-composition-mode): New minor mode.
20592
20593 * language/thai.el: Fix patterns to be registered in
20594 composition-function-table.
20595
20596 * international/quail.el (quail-input-method): Locally bind
20597 inhibit-modification-hooks to t.
20598
20599 2005-03-17 Richard M. Stallman <rms@gnu.org>
20600
20601 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20602 (perl-mode): Use run-mode-hooks.
20603
20604 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20605 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20606 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20607
20608 * mail/sendmail.el (sendmail-send-it): Reenable the code
20609 to compute resend-to-address and use it.
20610
20611 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20612
20613 * image-mode.el: New file.
20614
20615 * image.el (insert-sliced-image): Add autoload cookie.
20616
20617 * font-lock.el (font-lock-lines-before): New user option.
20618 (font-lock-after-change-function): Obey it.
20619
20620 * bindings.el (esc-map): Make M-g a prefix.
20621 Bind M-g g and M-g M-g to goto-line.
20622
20623 * faces.el (face-id): Doc fix.
20624
20625 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20626
20627 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20628 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20629 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20630
20631 * mail/sendmail.el (mail-yank-ignored-headers)
20632 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20633 Add Mail-Followup-To and Mail-Reply-To headers.
20634 (mail-citation-hook): Add autoload cookie.
20635 (mail-mode): Doc fix.
20636 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20637 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20638 (mail-mode-fill-paragraph): Handle those headers.
20639 (mail-mailing-lists): New variable.
20640 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20641
20642 2005-03-17 Juri Linkov <juri@jurta.org>
20643
20644 * isearch.el (isearch-fallback): Check for `(car previous)'
20645 before calling `isearch-other-end-state'.
20646
20647 2005-03-17 Kim F. Storm <storm@cua.dk>
20648
20649 * simple.el (move-beginning-of-line): Move to beginning of buffer
20650 line, as well as beginning of screen line.
20651
20652 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20653
20654 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20655 argument REDRAW rather than calendar-redrawing variable.
20656 * calendar/calendar.el (calendar-redrawing): Delete.
20657 (redraw-calendar): Do not bind calendar-redrawing.
20658
20659 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20660
20661 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20662 diary-file buffer.
20663
20664 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20665
20666 * help.el (describe-mode): Allow a :minor-mode-function property to
20667 specify a different minor mode toggle function than the variable.
20668 * simple.el (auto-fill-function):
20669 * subr.el (add-minor-mode): Use it.
20670
20671 2005-03-16 Kenichi Handa <handa@m17n.org>
20672
20673 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20674 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20675 (ethio-fidel-to-sera-buffer): Likewise.
20676
20677 2005-03-16 Juri Linkov <juri@jurta.org>
20678
20679 * emacs-lisp/find-func.el (find-function-regexp):
20680 Add defun-emitting macro `menu-bar-make-toggle'.
20681
20682 * isearch.el: Put `isearch-scroll' property to
20683 `split-window-horizontally'.
20684
20685 * info.el: Update error messages for `debug-ignored-errors'.
20686 (Info-isearch-search): Doc fix.
20687 (Info-find-node): Move up code to go into info buffer before
20688 recording the node to the history.
20689 (Info-fontify-node): Fontify titles only if the next line
20690 has two or more `*', `=', `-', `.'.
20691 Display "go to this node" for empty (match-string 3).
20692
20693 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20694
20695 * term/mac-win.el: Add mouse pointer shape constants.
20696
20697 2005-03-15 Kim F. Storm <storm@cua.dk>
20698
20699 * simple.el (move-beginning-of-line): Use vertical-motion.
20700
20701 2005-03-15 Juri Linkov <juri@jurta.org>
20702
20703 * isearch.el (isearch-error): New variable.
20704 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20705 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20706 (isearch-within-brackets-state): Remove.
20707 (isearch-case-fold-search-state, isearch-pop-fun-state):
20708 Decrease frame index.
20709 (isearch-mode, isearch-top-state, isearch-push-state)
20710 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20711 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20712 (isearch-search, isearch-lazy-highlight-new-loop):
20713 Replace `isearch-invalid-regexp' with `isearch-error'.
20714 Remove `isearch-within-brackets'.
20715 (isearch-search): Add `search-failed' handler to `condition-case'.
20716 (isearch-lazy-highlight-search): Add `condition-case' to catch
20717 errors and allow `isearch-lazy-highlight-update' to try
20718 highlighting from the beginning of the window.
20719 (isearch-repeat): Move up code to set isearch-wrapped to t
20720 before calling isearch-wrap-function.
20721
20722 * info.el (Info-isearch-initial-node): New internal variable.
20723 (Info-search): Signal an error in isearch mode when search leaves
20724 the initial node. Signal an error when `bound' is non-nil and
20725 nothing was found in the current subfile.
20726 (Info-isearch-search): Remove `condition-case'.
20727 (Info-isearch-wrap): Don't wrap when search failed during leaving
20728 the initial node. If `Info-isearch-search' is nil, wrap around
20729 the current node.
20730 (Info-isearch-start): New fun.
20731 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20732 `isearch-mode-hook'.
20733
20734 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20735
20736 * simple.el (normal-erase-is-backspace): Set default to t if
20737 running on Mac.
20738
20739 * term/mac-win.el (function-key-map): Sync with x-win.el.
20740
20741 2005-03-15 Kenichi Handa <handa@m17n.org>
20742
20743 * international/mule-cmds.el (locale-language-names): Modify the
20744 format of elements and add more entries.
20745 (locale-preferred-coding-systems): Add more entries.
20746 (set-locale-environment): Adjust for the change of
20747 locale-language-names.
20748
20749 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * pcvs.el (smerge-ediff): Remove bogus autoload.
20752
20753 2005-03-14 Lute Kamstra <lute@gnu.org>
20754
20755 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20756 Ignore a `*' at the beginning of a line.
20757
20758 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20759 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20760 subr.el.
20761 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20762 to specify indentation.
20763
20764 * generic.el (define-generic-mode): Let generic-mode-list be a
20765 list of strings; test membership with equal.
20766
20767 2005-03-14 Kim F. Storm <storm@cua.dk>
20768
20769 * simple.el (next-line, previous-line): Add optional try-vscroll
20770 arg to recognize interactive use. Pass it on to line-move.
20771 (line-move): Don't perform auto-window-vscroll when defining or
20772 executing keyboard macro to ensure consistent behavior.
20773
20774 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20775
20776 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20777
20778 2005-03-13 Lute Kamstra <lute@gnu.org>
20779
20780 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20781 debugger-setup-buffer so that backtrace marks the frames set to
20782 debug-on-exit and we don't have to do it manually. Set an extra
20783 debug-on-exit for macro's.
20784 (debugger-setup-buffer): Don't mark the top frame manually.
20785
20786 2005-03-12 Lute Kamstra <lute@gnu.org>
20787
20788 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20789 lisp-indent-function throughout.
20790 (with-no-warnings): Set lisp-indent-function property.
20791
20792 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20793
20794 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20795 Add entry for backslash.
20796
20797 2005-03-12 Juri Linkov <juri@jurta.org>
20798
20799 * info.el (Info-search): Four fixes for backward search.
20800
20801 2005-03-11 Jay Belanger <belanger@truman.edu>
20802
20803 * calc/calc.el (calc-language-alist): New variable.
20804 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20805 (calc-embedded-find-modes): Use calc-language-alist instead of
20806 calc-embedded-language-alist.
20807
20808 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20809
20810 * calendar/calendar.el (calendar-redrawing): New internal
20811 variable.
20812 (redraw-calendar): Remove bogus save-excursion from previous
20813 change. Bind calendar-redrawing to t for mark-diary-entries.
20814 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20815 calendar if that is why we were called.
20816
20817 2005-03-11 Kenichi Handa <handa@m17n.org>
20818
20819 * international/mule.el (make-coding-system): Set property
20820 coding-system-define-form to nil.
20821 (define-coding-system-alias): Likewise.
20822
20823 2005-03-11 Kenichi Handa <handa@m17n.org>
20824
20825 These changes are suggested by Dave Love <fx@gnu.org>.
20826
20827 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20828 coding: tag.
20829 (adaptive-fill-regexp): Add more bullets.
20830 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20831 regexps.
20832
20833 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20834
20835 * help.el (describe-mode): Properly handle non-trivial lighters.
20836 Don't ignore minor modes that are not listed in minor-mode-list.
20837
20838 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20839 feature ON when the user requests to turn it OFF.
20840
20841 2005-03-10 Lute Kamstra <lute@gnu.org>
20842
20843 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20844 (implement-debug-on-entry): New function to replace debug-entry-code.
20845 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20846 second argument as the 2005-03-07 change makes it obsolete.
20847 (debug-on-entry, cancel-debug-on-entry): Update call to
20848 debug-on-entry-1.
20849 (debug, debugger-setup-buffer): Comment update.
20850 (debugger-frame-number): Update to work with implement-debug-on-entry.
20851
20852 2005-03-10 Jay Belanger <belanger@truman.edu>
20853
20854 * calc/calc-embed.el (math-ms-args): Declare it.
20855 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20856 math-ms-args.
20857 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20858 variables.
20859
20860 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20861
20862 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20863 Use message-box.
20864
20865 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20866 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20867 (tooltip-gud-tips): Simplify.
20868 (tooltip-gud-tips-p): Remove superfluous :set.
20869 (tooltip-gud-modes): Add fortran-mode.
20870 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20871
20872 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20873
20874 2005-03-09 Kim F. Storm <storm@cua.dk>
20875
20876 * play/animate.el (animate-place-char): Use forward-line instead
20877 of next-line to improve performance.
20878
20879 2005-03-09 Simon Josefsson <jas@extundo.com>
20880
20881 * net/browse-url.el (browse-url-default-browser): Doc fix.
20882
20883 2005-03-09 Miles Bader <miles@gnu.org>
20884
20885 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20886 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20887
20888 2005-03-09 Kenichi Handa <handa@m17n.org>
20889
20890 * international/latin-1.el: Set case and syntax for 255 only if
20891 set-case-syntax-set-multibyte is nil.
20892
20893 * textmodes/ispell.el (ispell-insert-word): New function.
20894 (ispell-word): Use ispell-insert-word to insert a new word.
20895 (ispell-process-line): Likewise.
20896 (ispell-complete-word): Likewise.
20897
20898 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20899
20900 * calendar/calendar.el (redraw-calendar): Preserve point.
20901 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20902 (calendar-week-start-day): Move after definition of
20903 redraw-calendar. Delete buffer test, since redraw-calendar has
20904 that now.
20905
20906 * calendar/diary-lib.el (mark-diary-entries): Only call
20907 redraw-calendar in the first of any recursive calls.
20908 Reported by Alan Shutko <ats@acm.org>.
20909
20910 2005-03-08 Juri Linkov <juri@jurta.org>
20911
20912 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20913 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20914 (html-radio-buttons): Add a space before the trailing `/>' where
20915 sgml-xml-mode is non-nil.
20916 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20917 the subsequent tag of the empty XML tag.
20918 (html-href-anchor): Don't set initial input to "http:".
20919 (html-image): Ask for the image URL and set point inside alt="".
20920 (html-name-anchor): Duplicate the name in the `id' attribute when
20921 sgml-xml-mode is non-nil.
20922 (html-paragraph): Remove \n before <p>.
20923 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20924 instead of `checked' when sgml-xml-mode is non-nil.
20925
20926 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20927 Remove 1 space before #RRGGBB to not truncate it on terminal
20928 windows w/o fringes. Remove 1 space between bg and fg examples
20929 to get more space.
20930 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20931 avoid byte-compile warnings.
20932
20933 * image-file.el (image-file-handler): Put `safe-magic' property to
20934 `image-file-handler'.
20935
20936 * info.el (Info-isearch-search): Emulate word search in
20937 isearching through multiple Info nodes with Info-search.
20938 (Info-isearch-wrap): Allow isearch-word.
20939
20940 2005-03-08 Lute Kamstra <lute@gnu.org>
20941
20942 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20943 stepping into the debugger's code is not possible.
20944 (debugger-jumping-flag): Docstring update.
20945
20946 2005-03-08 Jay Belanger <belanger@truman.edu>
20947
20948 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20949 embedded mode begins.
20950 (calc-embedded-language-alist): New variable.
20951 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20952 set default language mode.
20953
20954 2005-03-08 Kenichi Handa <handa@m17n.org>
20955
20956 * international/ccl.el (define-ccl-program): Fix docstring about
20957 extra 256 bytes assured for the output buffer.
20958
20959 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20960 Fix BUFFER_MAGNIFICATION to 2.
20961 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20962
20963 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20964
20965 * align.el (align-rules-list): Added an alignment rule for CSS
20966 declarations (applies to css-mode and html-mode buffers).
20967
20968 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20969
20970 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20971
20972 2005-03-07 Kim F. Storm <storm@cua.dk>
20973
20974 * simple.el (move-beginning-of-line): New command.
20975
20976 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20977
20978 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20979
20980 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20981 and move-beginning-of-line.
20982
20983 * apropos.el (apropos-print): Omit command from M-x ... RET.
20984
20985 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20986
20987 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20988 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20989
20990 2005-03-06 Richard M. Stallman <rms@gnu.org>
20991
20992 * bindings.el (esc-map): Bind M-g to goto-line.
20993
20994 * facemenu.el (global-map): Bind M-o, not M-g.
20995
20996 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20997
20998 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20999 "Open Directory" as for "Open File".
21000
21001 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21002
21003 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21004 (push-mark-command): Run activate-mark-hook.
21005
21006 2005-03-06 Richard M. Stallman <rms@gnu.org>
21007
21008 * help-mode.el (help-mode-finish): Don't alter the element
21009 in view-return-to-alist if there already is one.
21010
21011 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21012 make sure the current buffer is the expected one.
21013
21014 * novice.el (disabled-command-function): Output in *Disabled Command*.
21015 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21016
21017 * textmodes/flyspell.el (flyspell-large-region):
21018 Pass args differently for aspell.
21019
21020 * files.el (mode-require-final-newline): Doc fix.
21021
21022 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21023
21024 * progmodes/which-func.el (which-function):
21025 Specify NOERROR when calling imenu--make-index-alist.
21026
21027 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * simple.el (normal-erase-is-backspace): Define default value.
21030
21031 * custom.el (custom-theme-set-variables): Remove unused var
21032 `immediate'.
21033 (custom-reevaluate-setting): Simple function to handle variables
21034 that are defined before their default value can really be
21035 computed.
21036
21037 * startup.el (command-line): Use it for temporary-file-directory,
21038 small-emporary-file-directory, auto-save-file-name-transforms,
21039 blink-cursor-mode, and normal-erase-is-backspace.
21040
21041 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21042 progress, even with buggy anchored keywords.
21043
21044 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21045
21046 * simple.el (goto-line): Remove unbalanced final parenthesis.
21047
21048 2005-03-05 Richard M. Stallman <rms@gnu.org>
21049
21050 * simple.el (goto-line): Use a number at point as the default.
21051 With C-u as arg, switch buffers.
21052
21053 2005-03-05 Juri Linkov <juri@jurta.org>
21054
21055 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21056 with `no-blinking-cursor'.
21057
21058 * startup.el (no-blinking-cursor): New defvar.
21059 (command-line): Add `--no-blinking-cursor' to longopts.
21060 Set `no-blinking-cursor' to t for command line arguments
21061 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21062 with `no-blinking-cursor' in the condition for calling
21063 `blink-cursor-mode'.
21064
21065 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21066
21067 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21068 (menu-bar-options-save): Add blink-cursor-mode.
21069 (menu-bar-options-menu): Add blink-cursor-mode.
21070
21071 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21072
21073 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21074 (icalendar-export-file, icalendar-export-region)
21075 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21076 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21077
21078 2005-03-04 Lute Kamstra <lute@gnu.org>
21079
21080 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21081 (debug-function-list): Ditto.
21082
21083 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21084
21085 * textmodes/texinfmt.el (texinfo-append-refill):
21086 Redefine the types of line to which @refill
21087 is not appended by replacing a search for `@refill\\|@bye' with
21088 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21089 itemize@refill' bug and the unfilled long lines bug.
21090 (texinfmt-version): Update number and date.
21091
21092 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21093
21094 * international/code-pages.el (windows-1250, windows-125[2-8])
21095 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21096
21097 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21098
21099 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21100 bound yet.
21101
21102 2005-03-02 Romain Francoise <romain@orebokech.com>
21103
21104 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21105 buffer after removing limits.
21106 (ibuffer-pop-filter): Ditto.
21107 Update copyright.
21108
21109 2005-03-02 Miles Bader <miles@gnu.org>
21110
21111 * button.el (make-text-button): If the user doesn't specify a
21112 type, use the default. Rewrite to use `add-text-properties' and
21113 plist functions.
21114
21115 2005-03-01 Lute Kamstra <lute@gnu.org>
21116
21117 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21118 (debugger-jumping-flag): New var.
21119 (debug-entry-code): Use it.
21120 (debugger-jump): Use debugger-jumping-flag and add
21121 debugger-reenable to post-command-hook.
21122 (debugger-reenable): Use debugger-jumping-flag and remove itself
21123 from post-command-hook.
21124 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21125 debugger-reenable.
21126
21127 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21128
21129 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21130 inclusion of "itemize\\|", which may be unnecessary, is certainly
21131 inelegant, and stops refilling in itemize lists when formatting
21132 Japanese Texinfo files to Info.
21133 Update copyright to 2005.
21134
21135 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21136
21137 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21138 of an error if GDB can't find the source file.
21139
21140 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21141
21142 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21143 not just the calendar.
21144
21145 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21146 first.
21147 (diary-redraw-calendar): New function.
21148 (make-diary-entry): Add diary-redraw-calendar to local
21149 write-contents-functions. Turn off selective display before
21150 inserting in diary.
21151
21152 2005-03-01 Kim F. Storm <storm@cua.dk>
21153
21154 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21155
21156 2005-03-01 Lute Kamstra <lute@gnu.org>
21157
21158 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21159 that debug-entry-code can be safely removed from a function while
21160 this code is being evaluated. Revert the 2005-02-27 change as the
21161 new implementation no longer requires it. Make sure that a
21162 function body containing just a string is not mistaken for a docstring.
21163 (debug): Skip one more frame in case of debug on entry.
21164 (debugger-setup-buffer): Delete one more frame line in case of
21165 debug on entry.
21166 (debugger-frame-number): Update to use the new text introduced by
21167 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21168
21169 2005-02-28 Kim F. Storm <storm@cua.dk>
21170
21171 * double.el (double-translate-key): Call force-window-update after
21172 read-event to avoid crash in redisplay.
21173
21174 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21177 (debug): Use it. Move the inhibit-trace earlier.
21178 (debug-entry-code): New const.
21179 (debug-on-entry-1): Use it.
21180
21181 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21182
21183 * international/utf-16.el (ccl-encode-mule-utf-16le):
21184 Fix BUFFER_MAGNIFICATION to 2.
21185 (ccl-encode-mule-utf-16be): Likewise.
21186
21187 2005-02-28 Kenichi Handa <handa@m17n.org>
21188
21189 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21190 Fix BUFFER_MAGNIFICATION to 4.
21191 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21192
21193 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21194
21195 * speedbar.el (speedbar-update-flag): Doc fix.
21196 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21197 argument.
21198
21199 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21200
21201 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21202 have a non-nil `invisible' property but are actually visible.
21203
21204 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21205 for perldoc sections.
21206 (perl-outline-regexp, perl-outline-level): New var and function.
21207 (perl-mode): Use them.
21208
21209 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21210
21211 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21212 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21213
21214 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21215
21216 * cus-edit.el: Comment change.
21217 (custom-buffer-create-internal): Slightly reword text at top of
21218 Custom buffers. Mention there that saving an option edits the
21219 init file. Add link to Emacs manual node on `custom-file'.
21220 (custom-magic-alist): Rewrite individual State messages to use
21221 capitalized keywords. Doc fix.
21222
21223 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21224
21225 * calendar/calendar.el (calendar-buffer): Move above
21226 calendar-week-start-day.
21227 (calendar-week-start-day): Doc fix. Add :set function.
21228 (calendar-minimum-window-height): New variable.
21229 (generate-calendar-window): Only resize window if selected-window
21230 is displaying the calendar buffer. Use new variable
21231 calendar-minimum-window-height.
21232 (generate-calendar): Reword error message.
21233 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21234
21235 2005-02-27 Andreas Schwab <schwab@suse.de>
21236
21237 * vc.el (vc-do-command): Don't run command asynchronously when
21238 operating in a remote directory.
21239
21240 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21241 change from sync with Tramp 2.0.47.
21242
21243 2005-02-27 Richard M. Stallman <rms@gnu.org>
21244
21245 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21246
21247 * textmodes/flyspell.el (flyspell-mode-on):
21248 Call ispell-change-dictionary only if necessary.
21249
21250 * emacs-lisp/re-builder.el (regexp-builder): New function.
21251
21252 * register.el (describe-register-1): Explicitly handle
21253 yank-excluded-properties = t.
21254
21255 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21256 (custom-magic-alist): Change the status descriptions again.
21257 (face widget-type): Total rewrite based on `restricted-sexp'
21258 to eliminate the confusing double hiding levels.
21259
21260 * emacs-lisp/debug.el (debug-on-entry-1):
21261 If function body is empty, add nil as body form.
21262
21263 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21264
21265 * emacs-lisp/trace.el (inhibit-trace): New var.
21266 (trace-make-advice): Use it.
21267
21268 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21269
21270 2005-02-26 Kim F. Storm <storm@cua.dk>
21271
21272 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21273 (mouse-on-link-p, mouse-drag-region-1): Use it.
21274
21275 2005-02-25 Lute Kamstra <lute@gnu.org>
21276
21277 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21278
21279 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21280
21281 * frame.el (blink-cursor-mode): Add :group keyword.
21282
21283 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21284
21285 * calendar/icalendar.el (icalendar--decode-isodatetime):
21286 New optional argument DAY-SHIFT.
21287 (icalendar-export-region): Fix coding-system-for-write.
21288 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21289 events by one.
21290
21291 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21292
21293 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21294
21295 2005-02-24 Kim F. Storm <storm@cua.dk>
21296
21297 * international/iso-acc.el (iso-accents-compose): Fix crash
21298 during redisplay. Call force-window-update after read-event
21299 and delete-region to signal that window is not accurate.
21300
21301 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21304 Remove unused and inexistent var `inhibit-trace'.
21305 (debugger-mode): Use run-mode-hooks.
21306 (debugger-list-functions): Add buttons; setup xref stack.
21307
21308 2005-02-23 Richard M. Stallman <rms@gnu.org>
21309
21310 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21311 appointment says it was explicitly made.
21312 (appt-add): Set the 3rd element.
21313 (appt-make-list): Preserve explicit appointments.
21314
21315 * subr.el (find-tag-default): Catch errors in forward-sexp.
21316
21317 2005-02-23 Juri Linkov <juri@jurta.org>
21318
21319 * info.el (Info-isearch-search): New defcustom.
21320 (Info-isearch-search): Call the default isearch function
21321 when Info-isearch-search is nil.
21322 (Info-isearch-wrap): Use variable Info-isearch-search.
21323
21324 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21325
21326 * cus-edit.el: Comment change.
21327
21328 2005-02-22 Kim F. Storm <storm@cua.dk>
21329
21330 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21331 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21332
21333 2005-02-22 Simon Josefsson <jas@extundo.com>
21334
21335 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21336 New variable.
21337 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21338 Oskarsson" <myrkraverk@users.sourceforget.net>.
21339
21340 2005-02-22 Kim F. Storm <storm@cua.dk>
21341
21342 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21343 check that window of that event is the selected window.
21344 (mouse-drag-region-1): Compare mouse event window to selected
21345 window before setting point.
21346
21347 * tooltip.el (tooltip-show-help-function): Pass event to
21348 mouse-on-link-p so it can check selected window.
21349
21350 2005-02-22 Kenichi Handa <handa@m17n.org>
21351
21352 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21353 (ps-mule-show-warning): New function.
21354 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21355 characters are found.
21356
21357 * ps-print.el (ps-header-footer-string): Return a list of header
21358 and footer strings.
21359
21360 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21361
21362 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21363
21364 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21365
21366 * frame.el (blink-cursor-mode): Use define-minor-mode.
21367
21368 * term/mac-win.el (function-key-map): Use char-names more consistently.
21369 (file-name-coding-system): Only set it for MacOS-9. The other case is
21370 already handled in mule-cmds.el (where it also works when mac-win.el
21371 is not used).
21372
21373 2005-02-21 Kenichi Handa <handa@m17n.org>
21374
21375 * international/mule.el (ctext-pre-write-conversion): Always use
21376 " *code-converting-work*" buffer for work.
21377
21378 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21379
21380 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21381
21382 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21383
21384 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21385
21386 * ses.el (undo-more): Restore defadvice, but only the part that
21387 allows changes outside the restricted area of the buffer.
21388
21389 2005-02-20 Kim F. Storm <storm@cua.dk>
21390
21391 * simple.el (line-move): Add fourth optional arg try-vscroll which
21392 must be set to perform auto-window-vscroll.
21393 When moving backwards and doing auto-window-vscroll, automatically
21394 vscroll to the last part of lines which are taller than the window.
21395 (next-line, previous-line): Set try-vscroll arg on line-move.
21396
21397 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21398
21399 * replace.el (query-replace, query-replace-regexp)
21400 (replace-string, replace-regexp): When operating on region, make
21401 the minibuffer prompt say so.
21402
21403 * isearch.el (isearch-forward): Document isearch-query-replace and
21404 isearch-query-replace-regexp keybindings.
21405
21406 2005-02-19 Jay Belanger <belanger@truman.edu>
21407
21408 * calc/calc-aent.el (math-read-token): Add local variable.
21409
21410 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21411 (calc-edit-top): Move declaration to earlier in file.
21412 (calc-edit-macro-repeats): Add local variables.
21413
21414 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21415 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21416 calcFunc-tanh.
21417 Adjust integration rule for calcFunc-tan.
21418
21419 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21420
21421 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21422 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21423 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21424 (viper-skip-separators): Bug fix.
21425 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21426 particular major mode.
21427 (viper-del-backward-char-in-replace): Don't put deleted char on the
21428 kill ring.
21429
21430 * viper-ex.el (viper-color-display-p): New function.
21431 (viper-has-face-support-p): Use viper-color-display-p.
21432
21433 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21434
21435 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21436
21437 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21438 (viper-file-remote-p): Make equivalent to file-remote-p.
21439
21440 * viper.el (viper-major-mode-modifier-list):
21441 Use viper-gnus-modifier-map.
21442
21443 2005-02-19 David Kastrup <dak@gnu.org>
21444
21445 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21446 quoting.
21447
21448 2005-02-19 Jay Belanger <belanger@truman.edu>
21449
21450 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21451 Remove extra definitions.
21452 (calc-coth): New function.
21453 (calcFunc-cot): Fix `let'.
21454
21455 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21456
21457 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21458 the reasons we use "type pc" in these faces.
21459
21460 * button.el (button): Ditto.
21461
21462 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21463
21464 * replace.el (query-replace-read-from): Set the value of
21465 query-replace-from-history-variable to handle the case of an empty
21466 string entered to accept the suggested default.
21467
21468 * net/tramp.el (tramp-file-name-for-operation):
21469 Use dired-call-process instead of dired-call-process-command.
21470
21471 2005-02-19 Jay Belanger <belanger@truman.edu>
21472
21473 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21474 (math-div-non-trig): New variables.
21475 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21476 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21477 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21478 trig expressions.
21479
21480 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21481
21482 * progmodes/gdb-ui.el (gdb-var-update-handler)
21483 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21484 for watch expressions,
21485 (gdb-var-create-handler): Don't set speedbar-update-flag.
21486 (gdb-post-prompt): Simplify test for speedbar.
21487
21488 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21489
21490 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21491 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21492 we use the syntax table of the correct buffer.
21493 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21494 Felix Gatzemeier.
21495
21496 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21497 (ediff-file-remote-p): Make synonymous with file-remote-p.
21498 In all deffaces ediff-*-face-*, use min-colors.
21499
21500 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21501 ediff-recurse-to-subdirectories.
21502 (ediff-mark-if-equal): Check that the arguments are strings, use
21503 ediff-same-contents (after to Felix Gatzemeier).
21504
21505 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21506 nil.
21507
21508 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21511
21512 2005-02-18 David Kastrup <dak@gnu.org>
21513
21514 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21515 use `mark-active' when defined.
21516
21517 2005-02-18 Kenichi Handa <handa@m17n.org>
21518
21519 * ps-print.el (ps-font-info-database): New entry
21520 ZapfChancery-MediumItalic with correct font name. Fix font name
21521 of the entry Zapf-Chancery-MediumItalic.
21522
21523 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21524
21525 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21526
21527 2005-02-16 Kim F. Storm <storm@cua.dk>
21528
21529 * ido.el (ido-fallback-command): Pass user input to fallback command.
21530
21531 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21532
21533 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21534 (gdb-find-file-hook): Add server prefix.
21535
21536 2005-02-16 Richard M. Stallman <rms@gnu.org>
21537
21538 * replace.el (perform-replace): Pass new args to replace-highlight.
21539 (replace-highlight): Take region args,
21540 and pass them to isearch-lazy-highlight-new-loop.
21541
21542 * novice.el (disabled-command-hook): Autoload the defalias
21543 and the make-obsolete-variable call.
21544
21545 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21546
21547 * isearch.el (isearch-lazy-highlight-start-limit)
21548 (isearch-lazy-highlight-end-limit): New variables limit
21549 the region for highlighting.
21550 (isearch-lazy-highlight-new-loop): New args BEG and END.
21551 (isearch-lazy-highlight-search): Use the new vars.
21552 (isearch-lazy-highlight-update): Likewise.
21553
21554 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21555
21556 * cus-start.el (all): Use default-boundp.
21557
21558 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21559
21560 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21561
21562 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21563
21564 * autorevert.el (auto-revert-stop-on-user-input)
21565 (auto-revert-verbose): Doc fixes.
21566
21567 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21568
21569 * international/mule-cmds.el (set-locale-environment): Remove call
21570 to set-selection-coding-system on Windows.
21571
21572 2005-02-15 Jay Belanger <belanger@truman.edu>
21573
21574 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21575 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21576 calcFunc-coth.
21577 (math-simplify-sqrt): Add simplifications.
21578
21579 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21580 to list.
21581
21582 * calc/calc-ext.el: Add functions to autoloads.
21583
21584 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21585 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21586 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21587 (math-csc-raw, math-cot-raw): New functions.
21588
21589 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21590
21591 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21592 the variable name in a message.
21593
21594 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21595 calcFunc-csc, calcFunc-cot.
21596
21597 * calc/calcalg2.el: Add derivative and integration rules for
21598 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21599 calcFunc-csch, calcFunc-coth.
21600 (math-do-integral-methods): Add to checks for when to use
21601 substitutions.
21602
21603 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21604
21605 2005-02-15 Lute Kamstra <lute@gnu.org>
21606
21607 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21608 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21609 <monnier@iro.umontreal.ca>
21610 (lisp-outline-level): Improve efficiency. Suggested by David
21611 Kastrup <dak@gnu.org>.
21612
21613 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21614
21615 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21616 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21617 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21618 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21619 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21620
21621 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21622
21623 * cus-start.el (all): Comment change.
21624
21625 2005-02-14 Lute Kamstra <lute@gnu.org>
21626
21627 * cus-start.el (all): Check if symbol is void.
21628
21629 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21630
21631 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21632 optional argument to \cite.
21633
21634 2005-02-14 Richard M. Stallman <rms@gnu.org>
21635
21636 * cus-edit.el (custom-buffer-create-internal): Update help message.
21637 (custom-magic-alist): Update help messages.
21638
21639 * cus-start.el (all): Allow a var to specify a standard value.
21640
21641 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21642
21643 * custom.el (custom-theme-set-variables): Handle variable aliases.
21644
21645 * frame.el (blink-cursor-timer): Doc fix.
21646 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21647 declare obsolete.
21648 (blink-cursor-mode): Define with defcustom and use correct
21649 standard expression in that defcustom.
21650 * startup.el (command-line): Adapt to above changes in frame.el.
21651
21652 2005-02-11 Lute Kamstra <lute@gnu.org>
21653
21654 * apropos.el (apropos-score-doc): Prevent division by zero.
21655
21656 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21657
21658 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21659 (icalendar--get-event-property-attributes)
21660 (icalendar--get-event-properties)
21661 (icalendar--datetime-to-diary-date): New functions.
21662 (icalendar--split-value): Doc fix.
21663 (icalendar--datetime-to-noneuropean-date)
21664 (icalendar--datetime-to-european-date): New optional argument
21665 SEPARATOR. Return result as a string instead of a list.
21666 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21667 (icalendar--convert-string-for-export): Rename arg S to STRING.
21668 (icalendar-export-region): Doc fix. Change name of error buffer.
21669 Save output buffer.
21670 (icalendar-import-file): Add blank at end of prompt.
21671 (icalendar-import-buffer): Doc fix. Do not switch to error
21672 buffer. Indicate status in return value.
21673 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21674 buffer. Save output buffer. Handle exception from recurrence
21675 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21676 events. Fix problems with weekly all-day events.
21677
21678 2005-02-10 Richard M. Stallman <rms@gnu.org>
21679
21680 * simple.el (eval-expression-print-format):
21681 Avoid warning about edebug-active.
21682
21683 * help.el (help-for-help-internal): Rename from help-for-help.
21684 (help-for-help): Define with defalias.
21685
21686 * font-core.el (font-lock-default-function): Use with-no-warnings.
21687
21688 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21689
21690 * custom.el (defface): Doc fix.
21691
21692 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21695 width 0" to prevent word wrapping problems.
21696
21697 2005-02-09 Kim F. Storm <storm@cua.dk>
21698
21699 * ido.el (ido-file-extensions-order): New defcustom.
21700 (ido-file-extension-lessp, ido-file-extension-aux)
21701 (ido-file-extension-order): New advanced file ordering.
21702 (ido-file-lessp): New simple file ordering.
21703 (ido-sort-list): Remove.
21704 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21705 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21706
21707 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21708
21709 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21710 that some versions of grep produce.
21711 (grep-mode-font-lock-keywords): Likewise.
21712
21713 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21714
21715 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21716 (gdb-cdir): Delete.
21717 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21718 (gdb-source-info): Treat case when source file is in another
21719 directory properly.
21720 (gdb-get-location): New function.
21721
21722 2005-02-07 Jay Belanger <belanger@truman.edu>
21723
21724 * calc/calc-prog.el (calc-write-parse-table-part)
21725 (calc-fix-token-name): Fix a check for language type.
21726
21727 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21728
21729 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21730
21731 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21732 as directory not writable.
21733
21734 2005-02-07 Kim F. Storm <storm@cua.dk>
21735
21736 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21737 (cua--standard-movement-commands): Remove list.
21738 Instead, set CUA property value to move for movement commands.
21739 (cua-movement-commands): Remove. Users must set CUA prop instead.
21740 (cua--pre-command-handler): Check CUA property.
21741 (cua--init-keymaps): Don't remap undo commands.
21742 (cua-mode): Don't call cua--rectangle-on-off.
21743
21744 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21745 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21746 (cua--rect-undo-set-point): New var.
21747 (cua--rectangle-undo-boundary): Setup undo apply entry.
21748 (cua--rect-undo-handler): New function for rectangle undo.
21749 (cua--rect-start-position, cua--rect-end-position): Add.
21750 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21751 for restored rectangle. Set point if cua--rect-undo-set-point.
21752
21753 2005-02-06 Jay Belanger <belanger@truman.edu>
21754
21755 * calc/calc-lang.el (calc-tex-language): Display more information
21756 in messages.
21757
21758 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21759 in TeX mode.
21760
21761 2005-02-06 Richard M. Stallman <rms@gnu.org>
21762
21763 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21764
21765 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21766
21767 * net/ldap.el (ldap-search-internal): Support attributes with
21768 optional descriptions separated by a semi-colon, as in
21769 "userCertificate;binary".
21770
21771 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21772
21773 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21774 isn't a cons (i.e. the version is 0).
21775
21776 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21777
21778 * help.el (help-for-help): Doc fix.
21779
21780 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21781
21782 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21783 GDB-Windows on the menu-bar as this works better.
21784
21785 2005-02-04 Jay Belanger <belanger@truman.edu>
21786
21787 * calc/calc-embed.el (calc-embedded-update): Don't put in
21788 unnecessary newlines. Adjust the end of formula marker.
21789
21790 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21791 (math-latex-parse-two-args): New function.
21792
21793 2005-02-03 Lute Kamstra <lute@gnu.org>
21794
21795 * help-fns.el (help-with-tutorial): Make sure that users cannot
21796 remove the entire text of the tutorial by means of `undo'.
21797
21798 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21799
21800 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21801 in recent changes, where the ispell process was repeatedly
21802 killed & restarted.
21803
21804 * international/mule-cmds.el (set-locale-environment): Set file-name
21805 coding system to utf-8 on Darwin systems.
21806 (set-default-coding-systems): Don't set default-file-name-coding-system
21807 on Darwin systems.
21808
21809 2005-02-03 Richard M. Stallman <rms@gnu.org>
21810
21811 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21812
21813 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21814
21815 * faces.el (list-faces-display): Add optional argument.
21816
21817 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * font-core.el (font-lock-default-function): Handle the rare case where
21820 only font-lock-keywords is set.
21821
21822 2005-02-02 Kenichi Handa <handa@m17n.org>
21823
21824 * international/characters.el: Cancel previous change for
21825 I-WITH-DOT-ABOVE and DOTLESS-i.
21826
21827 * international/latin-5.el: Cancel previous change.
21828
21829 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21830
21831 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21832
21833 2005-02-02 Kenichi Handa <handa@m17n.org>
21834
21835 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21836 DOTLESS-i.
21837
21838 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21839 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21840
21841 * case-table.el (get-upcase-table): New function.
21842 (copy-case-table): Copy upcaes table too if non-nil.
21843 (set-case-syntax-delims): Maintain upcase table too.
21844 (set-case-syntax-pair): Likewise.
21845 (set-upcase-syntax, set-downcase-syntax): New functions.
21846 (set-case-syntax): Maintain upcase table too.
21847
21848 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21849
21850 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21851
21852 * progmodes/gud.el (gud-goto-info): New function.
21853 (gud-tool-bar-map): Use correct icon.
21854
21855 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21856
21857 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21858 When delegating, order args in the funcall correctly.
21859
21860 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21861
21862 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21863
21864 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21865
21866 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21867 buffer not visiting a file.
21868
21869 2005-01-31 Jay Belanger <belanger@truman.edu>
21870
21871 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21872 bound on the line with the formula.
21873
21874 2005-01-31 Kim F. Storm <storm@cua.dk>
21875
21876 * ses.el (ses-create-cell-variable-range)
21877 (ses-destroy-cell-variable-range, ses-reset-header-string)
21878 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21879 (ses-insert-row): Fix format of apply undo entries.
21880
21881 2005-01-31 Jay Belanger <belanger@truman.edu>
21882
21883 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21884 parts.
21885
21886 * calc/calc-embed.el (calc-embedded-open-formula)
21887 (calc-embedded-close-formula): Ignore matrix environments.
21888
21889 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21890 TeX mode.
21891
21892 * calc/calc-lang.el (math-function-table, math-oper-table)
21893 (math-variable-table): Adjust the LaTeX portions.
21894
21895 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21896 (math-latex-ignore-words): New constant.
21897
21898 2005-01-31 Richard M. Stallman <rms@gnu.org>
21899
21900 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21901 (ispell-local-dictionary): Doc fix.
21902 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21903 Don't reinitialize at run time. Don't defcustom.
21904 All uses changed to append ispell-local-dictionary-alist,
21905 or check it first.
21906 (ispell-current-dictionary): New variable for dictionary in use.
21907 (ispell-dictionary): Now used only for global default.
21908 (ispell-start-process): Set ispell-current-dictionary,
21909 not ispell-dictionary.
21910 (ispell-change-dictionary): Use this only for setting
21911 user preferences.
21912 (ispell-internal-change-dictionary): New function
21913 to change the current dictionary in use.
21914 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21915 Use ispell-current-dictionary.
21916 Handle ispell-local-dictionary-overridden.
21917 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21918
21919 2005-01-31 Jay Belanger <belanger@truman.edu>
21920
21921 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21922
21923 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21924 (calc-mode-map): Add calc-latex-language.
21925
21926 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21927 (math-latex-print-frac): New functions.
21928 (math-oper-table, math-function-table, math-variable-table)
21929 (math-complex-format, math-input-filter): Add latex properties.
21930 (calc-set-language): Set math-expr-special-function-mapping.
21931
21932 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21933 (calc-write-parse-table-part): Add LaTeX support.
21934
21935 * calc/calc.el (calc-language): Adjust docstring.
21936 (calc-set-mode-line): Add LaTeX support.
21937 (math-expr-special-function-mapping): New variable.
21938 (math-tex-ignore-words): Add to list.
21939
21940 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21941 Add LaTeX support.
21942 (math-compose-expr): Add support for special functions.
21943
21944 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21945
21946 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21947
21948 * progmodes/gdb-ui.el (gdb-memory-address)
21949 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21950 (gdb-memory-mode-map, gdb-memory-format-keymap)
21951 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21952 (gdb-memory-unit-menu): New variables for a buffer
21953 that lets the user examine program memory.
21954 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21955 (gdb-memory-format-binary, gdb-memory-format-octal)
21956 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21957 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21958 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21959 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21960 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21961 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21962 (gdb-memory-mode, gdb-memory-buffer-name)
21963 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21964 New functions for above buffer.
21965
21966 2005-01-30 Richard M. Stallman <rms@gnu.org>
21967
21968 * cus-edit.el (custom-bury-buffer): Function deleted.
21969 (custom-buffer-done-function): Option deleted.
21970 (custom-buffer-done-kill): New replacement option.
21971 (Custom-buffer-done): Call quit-window.
21972 (custom-buffer-create-internal): Update for above changes.
21973
21974 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21975
21976 * simple.el (undo-ask-before-discard): New var.
21977 (undo-outer-limit-truncate): Implement it.
21978 (undo-extra-outer-limit): Doc update.
21979
21980 2005-01-29 Richard M. Stallman <rms@gnu.org>
21981
21982 * ses.el (undo-more): Delete defadvice.
21983 (ses-begin-change): Doc fix.
21984
21985 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21986 instead of rebinding C-x u and C-_.
21987
21988 * files.el (normal-backup-enable-predicate): Return nil for files
21989 in /tmp, regardless of temporary-file-directory.
21990
21991 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21992
21993 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21994 (open-rectangle, delete-whitespace-rectangle-line)
21995 (clear-rectangle-line): If FILL, pass t instead of FILL
21996 for move-to-column's 2nd arg.
21997
21998 * simple.el (undo): Fix the test for continuing a series of undos.
21999 (undo-more): Set pending-undo-list to t when we reach end.
22000 (pending-undo-list): Move up defvar.
22001
22002 * wid-edit.el (widget-button-click):
22003 Shorten the range of the track-mouse binding.
22004
22005 * comint.el (comint-insert-input): Undo previous changes;
22006 use last-input-event in interactive spec.
22007
22008 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22009
22010 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22011 to nil before invoking call-process. Reset buffer's modified flag
22012 after fontifying it in the no-async branch.
22013
22014 * wid-edit.el (widget-specify-button): If mouse pointer shape
22015 cannot be changed, use mouse face instead.
22016
22017 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22018
22019 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22020 (gdb-goto-breakpoint): Make breakpoint handling work on template
22021 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22022 (gdb-assembler-custom): Update to recognize breakpoint information
22023 added on 2005-01-19.
22024
22025 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22026
22027 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22028 (dsssl-mode): Use define-derived-mode.
22029 (scheme-mode-initialize): Remove.
22030 (scheme-mode): Use run-mode-hooks.
22031
22032 * cus-edit.el (customize-group-other-window)
22033 (custom-buffer-create-other-window): Don't override special-display-*.
22034 (custom-mode-map): Make it dense.
22035
22036 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22037 sets the default value.
22038
22039 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22040
22041 * descr-text.el: Add more keywords.
22042
22043 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * speedbar.el: Avoid unnecessary use of locate-library.
22046
22047 * international/mule-cmds.el (standard-display-european-internal):
22048 Don't fiddle with latin-1 non-break space any more since it's now
22049 special cased in the C code.
22050 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22051
22052 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22053
22054 * cus-start.el (all): Add `undo-outer-limit'.
22055
22056 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22057
22058 * textmodes/bibtex.el (bibtex-format-entry):
22059 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22060 field lines.
22061 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22062 not on part of a buffer.
22063
22064 2005-01-25 Lute Kamstra <lute@gnu.org>
22065
22066 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22067 nonempty field text strings like "{letters\\macro{}more letters}".
22068 Clarify docstring.
22069 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22070 (bibtex-entry-offset, bibtex-parse-association)
22071 (bibtex-parse-field-name): Fix typos in docstrings.
22072 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22073
22074 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22075
22076 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22077 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22078 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22079 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22080
22081 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22082 isearch minor mode.
22083
22084 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22085
22086 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22087
22088 2005-01-24 Lute Kamstra <lute@gnu.org>
22089
22090 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22091 CASECHARS and NOT-CASECHARS regular expressions of the
22092 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22093 striding over charsets" error.
22094
22095 2005-01-24 Jay Belanger <belanger@truman.edu>
22096
22097 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22098 display variable name.
22099
22100 2005-01-24 Kenichi Handa <handa@m17n.org>
22101
22102 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22103 Fix setting of the element of encoded-kbd-iso2022-invocations.
22104
22105 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22106
22107 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22108 (gdb-threads-select): Change to also accept mouse events.
22109 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22110 (gdb-threads-mouse-select): Delete.
22111
22112 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22113
22114 * files.el (insert-directory): Take care of empty directory,
22115 listed without -a switch.
22116
22117 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22118
22119 * textmodes/refill.el (refill-post-command-function):
22120 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22121 to the list of functions that we should be careful not to undo.
22122 (refill-late-fill-paragraph-function): Remove.
22123 (refill-saved-state): New var.
22124 (refill-mode): Use it to save fill-paragraph-function.
22125 Save also the value of auto-fill-function.
22126
22127 * term/w32-win.el: Simplify code.
22128
22129 2005-01-23 Kim F. Storm <storm@cua.dk>
22130
22131 * simple.el (line-move): Adapt to new return value from
22132 pos-visible-in-window-p.
22133
22134 * simple.el (line-move): Fix last change. Check partial
22135 visibility at point rather than at window-start.
22136
22137 2005-01-22 Jason Rumney <jasonr@gnu.org>
22138
22139 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22140
22141 2005-01-22 David Kastrup <dak@gnu.org>
22142
22143 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22144
22145 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22146
22147 * type-break.el (type-break-mode): Add a test for
22148 type-break-file-name being non-nil.
22149
22150 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22151
22152 * net/eudc.el (top level): Call (message "") via progn, so that
22153 eudc-options-file is loaded.
22154
22155 2005-01-22 Kim F. Storm <storm@cua.dk>
22156
22157 * simple.el (line-move-1): Rename from line-move.
22158 (line-move): New function that adjusts vscroll for partially
22159 visible rows, and calls line-move-1 otherwise.
22160
22161 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22162
22163 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22164 since it's not a complete read-event implementation
22165
22166 2005-01-20 Jay Belanger <belanger@truman.edu>
22167
22168 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22169 for called function.
22170
22171 2005-01-20 Steven Tamm <steventamm@mac.com>
22172
22173 * term/mac-win.el (process-connection-type): Remove.
22174 Controlled now by s/darwin.h:PTY_ITERATION.
22175
22176 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * window.el (handle-select-window): Don't switch window when we're
22179 in the minibuffer.
22180
22181 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22182
22183 * subr.el (dotimes-with-progress-reporter): New macro.
22184
22185 * ses.el (ses-dotimes-msg): Remove macro.
22186 Use `dotimes-with-progress-reporter' instead.
22187
22188 2005-01-19 Steven Tamm <steventamm@mac.com>
22189
22190 * term/mac-win.el (process-connection-type): Use new
22191 operating-system-release variable to use ptys on Darwin 7 (OS X
22192 10.3) when using carbon build.
22193
22194 2005-01-19 Jay Belanger <belanger@truman.edu>
22195
22196 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22197 flags if the last command was a tab or M-tab.
22198
22199 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22200 in formula editing buffer.
22201
22202 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22203
22204 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22205 breakpoint image symbol in margin.
22206
22207 2005-01-19 Jay Belanger <belanger@truman.edu>
22208
22209 * calc/calc-prog.el (calc-execute-kbd-macro):
22210 Ignore calc-keep-arg-flag.
22211
22212 2005-01-19 Kenichi Handa <handa@m17n.org>
22213
22214 * textmodes/ispell.el (ispell-looking-at): New function.
22215 (ispell-process-line): Use ispell-looking-at to compare the ispell
22216 output and the buffer contents.
22217
22218 2005-01-18 Jay Belanger <belanger@truman.edu>
22219
22220 * calc/calc.el (calc-display-raw): Fix docstring.
22221
22222 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * simple.el (blink-matching-open): Strip extra info from syntax.
22225
22226 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22227 funny chars in the end-of-here-doc marker.
22228
22229 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22230
22231 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22232 that enable/disabled state of breakpoints is shown correctly in
22233 fringe and on ttys.
22234 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22235 Add breakpoint information as text properties.
22236 (gdb-mouse-toggle-breakpoint):
22237 Rename to gdb-mouse-set-clear-breakpoint.
22238 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22239 breakpoints in the margin.
22240 (gdb-remove-strings): Simplify.
22241
22242 2005-01-17 Jay Belanger <belanger@truman.edu>
22243
22244 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22245 erasing buffer.
22246
22247 2005-01-17 Richard M. Stallman <rms@gnu.org>
22248
22249 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22250 for calling grep-compute-defaults.
22251
22252 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22253 if buffer is empty.
22254
22255 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22256
22257 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22258
22259 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22260
22261 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22262 non-preloaded variables.
22263
22264 2005-01-17 Steven Tamm <steventamm@mac.com>
22265
22266 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22267 tex-shell cause to force interactivity when using pipes.
22268
22269 2005-01-17 Kim F. Storm <storm@cua.dk>
22270
22271 * simple.el (just-one-space): Make arg optional.
22272
22273 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22274
22275 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22276 posn-at-x-y to t to access left-margin.
22277
22278 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22279
22280 Sync with Tramp 2.0.47.
22281
22282 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22283 catching keep-date problems in cp/scp operations.
22284 (tramp-handle-copy-file): Don't call `set-file-modes'
22285 unconditionally. Specialized functions should know better what is
22286 necessary. This improves performance a little bit, and the
22287 functions could catch errors with `cp -p' and `scp -p'.
22288 (tramp-do-copy-or-rename-file-via-buffer)
22289 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22290 when appropriate.
22291 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22292 Call `set-file-modes' when appropriate.
22293 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22294 Johnsson <isak@hypergene.com>
22295 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22296 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22297 <joakim@verona.se>
22298 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22299 Emacs only.
22300
22301 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22302 `find-file-hooks' and `dired-mode-hook'.
22303 (tramp-minor-mode-map): Respective map. Add remapping for
22304 `compile' and `recompile'.
22305 (tramp-remap-command, tramp-recompile): New defuns.
22306 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22307 in buffer "*Compilation*". Call the commands asynchronously.
22308
22309 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22310 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22311 `shell-command', because it isn't magic in XEmacs. Reported by
22312 Adrian Aichner <adrian@xemacs.org>.
22313
22314 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22315 `substitute-in-file-name.
22316 (tramp-smb-handle-substitute-in-file-name): New defun.
22317 (tramp-smb-advice-PC-do-completion): Delete advice.
22318
22319 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22320
22321 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22322 Fix error in deleting region.
22323
22324 2005-01-15 Richard M. Stallman <rms@gnu.org>
22325
22326 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22327 In non-temp buffer, switch syntax table temporarily.
22328
22329 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22330
22331 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22332
22333 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22334
22335 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22336 (imenu--generic-function): Use START, not BEG, as pos of definition.
22337
22338 * simple.el (just-one-space): Argument specifies number of spaces.
22339
22340 * simple.el (eval-expression-print-format): Avoid warning
22341 about edebug-active.
22342
22343 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22344
22345 * progmodes/sh-script.el: Code copied from make-mode.el
22346 with small changes,
22347 (sh-mode-map): Bind C-c C-\.
22348 (sh-backslash-column, sh-backslash-align): New variables.
22349 (sh-backslash-region, sh-append-backslash): New functions.
22350
22351 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22352
22353 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22354 (rmail-pop-password, rmail-pop-password-required): Move to
22355 rmail-obsolete group.
22356 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22357 All callers updated.
22358 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22359 Take an argument specifying whether it is POP or IMAP mailbox we
22360 are using. All callers updated.
22361 (rmail-pop-password-error): Rename to
22362 rmail-remote-password-error. Added mailutils-specific error message.
22363 (rmail-movemail-search-path)
22364 (rmail-movemail-variant-in-use): New variables.
22365 (rmail-remote-password, rmail-remote-password-required):
22366 New customization variables.
22367 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22368 (rmail-parse-url): New function.
22369 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22370 with GNU mailutils movemail.
22371
22372 2005-01-15 Kevin Ryde <user42@zip.com.au>
22373
22374 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22375 suffix to space, $ or '$, to correctly position point when going
22376 to @table style constants like DBL_MAX.
22377
22378 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22379
22380 * type-break.el (type-break-mode, type-break-file-time)
22381 (type-break-file-keystroke-count, type-break-choose-file):
22382 Don't store data in or load data from the file if type-break-file-name
22383 is nil.
22384 (type-break-file-name): Doc update as per the above.
22385
22386 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22387
22388 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22389 lookup-key might return nil; handle that.
22390
22391 2005-01-15 Alan Mackenzie <acm@muc.de>
22392
22393 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22394 rather than the element found, thus enabling the tree to be setcar'd.
22395
22396 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22397
22398 * textmodes/org.el (org-show-following-heading): New option.
22399 (org-show-hierarchy-above): Use `org-show-following-heading'.
22400 (org-cycle): Documentation fix.
22401
22402 * textmodes/org.el (orgtbl-optimized): New option
22403 (orgtbl-mode): New command, a minor mode.
22404 (orgtbl-mode-map): New variable.
22405 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22406 (orgtbl-error, orgtbl-self-insert-command)
22407 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22408
22409 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22410 a local variable in each org-mode buffer.
22411
22412 * textmodes/org.el (org-set-regexps-and-options): Rename from
22413 `org-set-regexps'. Added checking for STARTUP keyword.
22414 (org-get-current-options): Add STARTUP options.
22415 (org-table-insert-row): Make mode intelligent about when
22416 realignment is needed.
22417 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22418 New commands.
22419 (org-enable-table-editor): New default value `optimized'.
22420 (org-table-blank-field): Support blanking regions if active.
22421
22422 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22423
22424 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22425 if the year is not given.
22426
22427 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22428 Add new escapes %m and %M, fixed bug with %F by adding
22429 save-match-data.
22430 (reftex-reference): Remove ?. from list of spaces.
22431 (reftex-label-info): Add automatic label prefix recognition.
22432
22433 * textmodes/reftex-index.el (reftex-index-next-phrase):
22434 Add slave parameter to call of `reftex-index-this-phrase'.
22435 (reftex-index-this-phrase): New optional argument.
22436 (reftex-index-region-phrases): Add slave parameter to call of
22437 `reftex-index-this-phrase'.
22438 (reftex-display-index): New argument redo.
22439 (reftex-index-rescan): Add `redo' to arguments of
22440 `reftex-display-index'.
22441 (reftex-index-Rescan, reftex-index-revert)
22442 (reftex-index-switch-index-tag): Add `redo' to arguments of
22443 `reftex-display-index'.
22444 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22445 indexing. Fix bug with matching is there is a quote before or
22446 after the word.
22447
22448 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22449 Fix bug when collecting citation keys in lines with comments.
22450 (reftex-citation): Prefix argument no longer rescans the document,
22451 but forces prompting for optional arguments of cite macros.
22452 (reftex-do-citation): Prompting for optional arguments implemented.
22453
22454 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22455 Add optional arguments to most cite commands.
22456 (reftex-cite-cleanup-optional-args): New option
22457 (reftex-cite-prompt-optional-args): New option.
22458 (reftex-trust-label-prefix): New option.
22459
22460 * textmodes/reftex-toc.el (reftex-toc-find-section):
22461 Add push-mark before changing the position in the buffer.
22462
22463 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22464 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22465
22466 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22467
22468 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22469 more carefully.
22470
22471 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22472
22473 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22474 (sgml-mode): Use it.
22475 (sgml-get-context): Better keep track of implicitly closed tags.
22476
22477 2005-01-13 Kenichi Handa <handa@m17n.org>
22478
22479 * textmodes/ispell.el: These changes are to fix misalignment error
22480 caused by equivalent characters of different Emacs charsets.
22481 (ispell-unified-chars-table): New variable.
22482 (ispell-get-decoded-string): New function.
22483 (ispell-get-casechars, ispell-get-not-casechars)
22484 (ispell-get-otherchars): Call ispell-get-decoded-string.
22485
22486 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22487
22488 * custom.el (custom-declare-variable): Just put symbol instead
22489 of (defvar . symbol) in `current-load-list'.
22490
22491 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22492
22493 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22494
22495 2005-01-12 Jay Belanger <belanger@truman.edu>
22496
22497 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22498 to create a Calc summary.
22499
22500 2005-01-12 Kim F. Storm <storm@cua.dk>
22501
22502 * mouse.el (mouse-on-link-p): Change functionality and doc
22503 string to comply with latest description in lisp ref.
22504
22505 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22506
22507 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22508 Enable mouse clicks on mode-line, header-line and margin.
22509 (event-type): Give mouse event symbols an `event-kind' property
22510 with value `mouse-click'.
22511
22512 2005-01-12 Juri Linkov <juri@jurta.org>
22513
22514 * facemenu.el (list-colors-display): Add new arg buffer-name.
22515 Use it. Fix docstring. Replace code for identifying duplicate
22516 colors by the name with call to `list-colors-duplicates' which
22517 identifies duplicate colors by the value unless the color
22518 is one of special Windows colors. Set truncate-lines to t.
22519 Print sorted duplicate color names on each line. Indent to 22
22520 \(the longest color name in rgb.txt) instead of 20. Optimize.
22521 (list-colors-duplicates): New function.
22522 (facemenu-color-name-equal): Delete function.
22523
22524 * facemenu.el (list-colors-print): New function created from code
22525 in list-colors-display. Print #RRGGBB at the window right edge.
22526 (list-colors-display): When temp-buffer-show-function is not
22527 defined, call list-colors-print from temp-buffer-show-hook
22528 to get the right value of window-width in list-colors-print
22529 after the buffer is displayed.
22530
22531 * simple.el (pop-mark): Move deactivate-mark out of conditional
22532 part to deactivate the active mark regardless of the state of the
22533 mark ring.
22534
22535 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22536 variables line in desktop files.
22537
22538 2005-01-12 Juri Linkov <juri@jurta.org>
22539
22540 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22541 Bring together isearch highlight related options.
22542 (lazy-highlight): Replace group `replace' by `matching'.
22543 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22544 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22545 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22546 and declare them obsolete.
22547 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22548 (isearch-faces): Remove defgroup.
22549 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22550 Move isearch highlighting code closer to lazy highlighting code.
22551
22552 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22553 (query-replace-highlight, query-replace-lazy-highlight)
22554 (query-replace): Move definitions to the beginning of the file.
22555
22556 2005-01-11 Juri Linkov <juri@jurta.org>
22557
22558 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22559 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22560 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22561
22562 * info.el (Info-history-forward): New variable.
22563 (Info-select-node): Reset Info-history-forward to nil.
22564 (Info-last): Turn into defalias.
22565 (Info-history-back): Rename from Info-last.
22566 Add current node to Info-history-forward.
22567 (Info-history-forward): New fun.
22568 (Info-mode-map): Replace Info-last by Info-history-back.
22569 Bind Info-history-forward to "r".
22570 (Info-mode-menu): Replace Info-last by Info-history-back.
22571 Fix menu item text. Add menu item for Info-history-forward.
22572 (info-tool-bar-map): Replace Info-last by Info-history-back.
22573 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22574 for Info-history-forward.
22575 (Info-mode): Replace Info-last by Info-history-back in docstring.
22576 Add local variable Info-history-forward.
22577 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22578
22579 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22580
22581 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22582 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22583 Ignore select-window events rather than fiddle with
22584 mouse-autoselect-window.
22585
22586 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22587
22588 * type-break.el (type-break-mode): Fix previous change.
22589
22590 2005-01-10 Jay Belanger <belanger@truman.edu>
22591
22592 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22593 calculator; only reset when point is inside a calculator.
22594 Don't adjust the window height if the window takes up the whole height
22595 of the frame.
22596
22597 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22598
22599 * ebuff-menu.el (Electric-buffer-menu-mode):
22600 Preserve value of buffer-local var header-line-format.
22601
22602 2005-01-09 Jay Belanger <belanger@truman.edu>
22603
22604 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22605 Make sure settings file exists before accessing it.
22606
22607 * calc/calc-embed.el (calc-embedded-subst):
22608 Replace math-multi-subst-rec, which is only supposed to be called
22609 by math-multi-subst, by math-multi-subst.
22610
22611 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22612
22613 * vc.el (vc-allow-async-revert): New user option.
22614 (vc-disable-async-diff): New internal variable.
22615 (vc-revert-buffer): Use them to disable asynchronous diff.
22616
22617 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22618 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22619 asynchronously if vc-disable-async-diff is t.
22620
22621 2005-01-09 Jay Belanger <belanger@truman.edu>
22622
22623 * calc/calc.el (defcalcmodevar): New macro.
22624 (calc-mode-var-list-restore-default-values)
22625 (calc-mode-var-list-restore-saved-values): New functions.
22626 (calc-mode-var-list): Use defcalcmodevar to define it.
22627 (calc-always-load-extensions, calc-line-numbering)
22628 (calc-line-breaking, calc-display-just, calc-display-origin)
22629 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22630 (calc-group-char, calc-point-char, calc-frac-format)
22631 (calc-prefer-frac, calc-hms-format, calc-date-format)
22632 (calc-float-format, calc-full-float-format, calc-complex-format)
22633 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22634 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22635 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22636 (calc-matrix-brackets, calc-language, calc-language-option)
22637 (calc-left-label, calc-right-label, calc-word-size)
22638 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22639 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22640 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22641 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22642 (calc-window-height, calc-display-trail, calc-show-selections)
22643 (calc-use-selections, calc-assoc-selections)
22644 (calc-display-working-message, calc-auto-why, calc-timing)
22645 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22646 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22647 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22648 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22649 (calc-gnuplot-geometry, calc-graph-default-resolution)
22650 (calc-graph-default-resolution-3d, calc-invocation-macro)
22651 (calc-show-banner): Use defcalcmodevar to declare them and set
22652 their default values.
22653
22654 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22655 instead of default values (but restore default values if there is
22656 an argument of 0).
22657
22658 2005-01-09 David Kastrup <dak@gnu.org>
22659
22660 * desktop.el (desktop-restore-eager): Fix typo in type.
22661
22662 2005-01-08 Richard M. Stallman <rms@gnu.org>
22663
22664 * cus-edit.el (customize): Delete :link.
22665
22666 2005-01-08 Jay Belanger <belanger@truman.edu>
22667
22668 * calc/calc.el (calc-mode): Remove the extension from the
22669 `calc-settings-file' file name when loading it.
22670
22671 2005-01-08 Kim F. Storm <storm@cua.dk>
22672
22673 * info.el (Info-mode-map, Info-next-link-keymap)
22674 (Info-prev-link-keymap, Info-up-link-keymap):
22675 Map follow-link to mouse-face.
22676 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22677
22678 2005-01-08 Jay Belanger <belanger@truman.edu>
22679
22680 * calc/calc.el (calc-settings-file): Change default value.
22681 Suggested by cgw in a comment in calc-mode.el.
22682
22683 * calc/calc-mode.el (calc-settings-file-name):
22684 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22685 Replace ~/.emacs in a prompt by calc-settings-file.
22686
22687 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22688
22689 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22690 (desktop-lazy-idle-delay): New customizable variables.
22691 (desktop-buffer-args-list): New variable.
22692 (desktop-append-buffer-args): New function.
22693 (desktop-save): Call desktop-append-buffer-args for some buffers.
22694 (desktop-lazy-create-buffer): New function.
22695 (desktop-idle-create-buffers): New function.
22696 (desktop-read): Add message about buffers to restore lazily.
22697 (desktop-lazy-abort): New command.
22698 (desktop-clear): Call desktop-lazy-abort.
22699 (desktop-lazy-complete): New command.
22700
22701 2005-01-06 Richard M. Stallman <rms@gnu.org>
22702
22703 * emacs-lisp/find-func.el (find-face-definition):
22704 Rename from find-face.
22705
22706 2005-01-06 Kim F. Storm <storm@cua.dk>
22707
22708 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22709
22710 * man.el (Man-xref-man-page, Man-xref-header-file)
22711 (Man-xref-normal-file): Add follow-link property.
22712
22713 2005-01-06 Jay Belanger <belanger@truman.edu>
22714
22715 * calc/calc-units.el: Make sure the proper macro definitions are
22716 available when compiling.
22717
22718 2005-01-06 Juri Linkov <juri@jurta.org>
22719
22720 * isearch.el (isearch-lazy-highlight-update):
22721 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22722
22723 2005-01-06 Miles Bader <miles@gnu.org>
22724
22725 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22726 (isearch-lazy-highlight-face): Use new name.
22727
22728 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22729
22730 * uniquify.el (uniquify-rationalize-file-buffer-names):
22731 Re-add an interactive spec.
22732 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22733 to the same name.
22734
22735 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22736 (isearch-update, isearch-done): Adjust calls accordingly.
22737
22738 2005-01-05 Richard M. Stallman <rms@gnu.org>
22739
22740 * custom.el (custom-set-variables, custom-theme-set-variables):
22741 Clarify documentation.
22742
22743 * emacs-lisp/find-func.el (find-variable)
22744 (find-variable-other-window, find-variable-other-frame):
22745 Fix the TYPE args to find-function-read and find-function-do-it.
22746 (find-function): Doc fix.
22747 (find-function-at-point): Replace function-at-point alias.
22748
22749 2005-01-04 Richard M. Stallman <rms@gnu.org>
22750
22751 * cus-face.el (custom-declare-face):
22752 Record defface in current-load-list.
22753
22754 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22755
22756 * emacs-lisp/find-func.el: Doc fixes.
22757 (find-face-regexp): New variable.
22758 (find-function-regexp-alist): New variable.
22759 (find-function-C-source): Third arg is now TYPE.
22760 (find-function-search-for-symbol): Handle general TYPE.
22761 (find-function-read, find-function-do-it): Handle general TYPE.
22762 (find-definition-noselect, find-face): New functions.
22763 (function-at-point): Alias deleted.
22764
22765 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22766
22767 * battery.el (display-battery-mode): Rename from display-battery.
22768 Handle the case where it gets turned off.
22769
22770 2005-01-04 Richard M. Stallman <rms@gnu.org>
22771
22772 * cus-edit.el (customize): Make :link point to user doc.
22773
22774 * man.el (Man-fontify-manpage): Turn off undo generation.
22775
22776 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22777
22778 2005-01-04 Andreas Schwab <schwab@suse.de>
22779
22780 * files.el (insert-directory): Only look for error lines in
22781 inserted text. Don't move too far after processing --dired markers.
22782
22783 2005-01-04 Richard M. Stallman <rms@gnu.org>
22784
22785 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22786 Don't expand if the character is @, period, dash, etc.
22787 (define-mail-abbrev): Quote names that contain problem characters.
22788
22789 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22790
22791 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22792
22793 2005-01-03 Richard M. Stallman <rms@gnu.org>
22794
22795 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22796 (query-replace-highlight, query-replace-lazy-highlight)
22797 (query-replace): Definitions moved up. Doc fix.
22798
22799 2005-01-03 Richard M. Stallman <rms@gnu.org>
22800
22801 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22802 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22803 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22804 (lazy-highlight-face): Rename from isearch-lazy-...
22805 Change all references to them.
22806
22807 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22808
22809 * cus-edit.el (custom-file): Doc fix for defcustom.
22810 (custom-file): The function no longer sets the variable
22811 `custom-file' to its return value.
22812
22813 * startup.el (command-line): No longer load `custom-file'.
22814
22815 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22816
22817 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22818
22819 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22820 Don't confuse module-prefixed identifiers for labels.
22821 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22822
22823 2005-01-02 Richard M. Stallman <rms@gnu.org>
22824
22825 * files.el (basic-save-buffer-1): Fix previous change.
22826
22827 * loadhist.el (file-loadhist-lookup): New function.
22828 (file-provides, file-requires): Use it.
22829
22830 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22831 instead of calculating the right size.
22832
22833 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22834
22835 * vc-svn.el (vc-svn-diff): Stay local if possible.
22836
22837 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22838
22839 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22840
22841 * files.el (hack-local-variables): Fix last change.
22842
22843 2005-01-02 Jay Belanger <belanger@truman.edu>
22844
22845 * calc/calc-yank.el (calc-edit-top): New variable.
22846 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22847 object. Change header properties.
22848 (calc-edit-finish, calc-edit-finish-stack-object)
22849 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22850 edited object.
22851 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22852 for the beginning of the edited object.
22853 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22854 for the beginning of the edited object.
22855 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22856 (calc-finish-formula-edit, calc-macro-repeats)
22857 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22858 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22859 beginning of the edited object.
22860 (calc-user-define-edit): Change the header for editing macros.
22861 Remove unnecessary variable.
22862
22863 2005-01-01 Jay Belanger <belanger@truman.edu>
22864
22865 * calc/calc-yank.el (calc-edit-mode): Change default header.
22866 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22867 * calc/calc-store.el (calc-edit-variable): Change title to match new
22868 header.
22869 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22870 mode to match new header.
22871 (calc-user-define-edit): Change titles to include names of commands.
22872 (calc-finish-formula-edit): Adjust to handle new header.
22873 (calc-finish-macro-edit): Remove.
22874 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22875 (calc-edit-macro-command, calc-edit-macro-command-type)
22876 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22877 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22878 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22879 (calc-edit-macro-finish-edit): New functions.
22880 (calc-user-define-edit): Use new functions to edit named calc macros.
22881
22882 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22883
22884 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22885
22886 * ses.el (copy-region-as-kill): Deactivate mark.
22887
22888 2005-01-01 Richard M. Stallman <rms@gnu.org>
22889
22890 * replace.el (occur-1): If the output buffer is also an input,
22891 don't kill it, rename it.
22892
22893 * faces.el (set-face-background, set-face-foreground): Doc fix.
22894
22895 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22896 for :foreground and :background.
22897
22898 * dired.el (dired-view-command-alist): Variable deleted.
22899 (dired-view-file, dired-mouse-find-file-other-window):
22900 Delete the code to use it.
22901
22902 2005-01-01 Kim F. Storm <storm@cua.dk>
22903
22904 * image.el (insert-sliced-image): Use t for line-height property.
22905
22906 See ChangeLog.11 for earlier changes.
22907
22908 ;; Local Variables:
22909 ;; coding: iso-2022-7bit
22910 ;; End:
22911
22912 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22913 Copying and distribution of this file, with or without modification,
22914 are permitted provided the copyright notice and this notice are preserved.
22915
22916 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1