]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/tramp.el (tramp-completion-file-name-handler): Disable
[gnu-emacs] / lisp / ChangeLog
1 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-completion-file-name-handler): Disable
4 Tramp's functionality while loading Tramp itself.
5 (tramp-register-file-name-handlers): That's a defsubst now. Code
6 from `tramp-repair-jka-compr' moved here. Apply it via
7 `after-init-hook'.
8 (tramp-repair-jka-compr): Removed.
9
10 2006-04-27 Jay Belanger <belanger@truman.edu>
11
12 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13 read expression when `math-read-big-expr' doesn't work.
14
15 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
16
17 * startup.el (command-line-1): Display warning when
18 pure-space-overflow is non-nil.
19
20 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21
22 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
23 risky.
24
25 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26
27 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
28 Return the URL or nil if none can be generated.
29
30 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
31
32 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
33 byte compiler warnings.
34 (gud-basic-call, gud-find-expr): Let user select an expression
35 for printing. Print expression as well as value in GUD buffer.
36
37 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
38
39 * allout.el: Remove local autoload declaration for
40 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
41 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
42 (allout-plain-bullets-string, allout-distinctive-bullets-string)
43 (allout-use-mode-specific-leader, allout-old-style-prefixes)
44 (allout-stylish-prefixes, allout-numbered-bullet)
45 (allout-file-xref-bullet, allout-presentation-padding)
46 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
47 safe-local-variable with suitable value spec, and add autoload
48 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
49 (move-beginning-of-line, move-end-of-line): Repair so these compat
50 functions now actually resituate the point, when appropriate.
51
52 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
55
56 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
57 (add-log-iso8601-time-string): Fix call to format-time-string.
58
59 2006-04-26 Kim F. Storm <storm@cua.dk>
60
61 * subr.el (posn-string, posn-image, posn-object): Doc fix.
62
63 2006-04-26 Masatake YAMATO <jet@gyve.org>
64
65 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
66 Add support for "//" style comments. Remove `b' flag
67 from ?* in `asm-mode-syntax-table'.
68
69 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * follow.el: Use (featurep 'xemacs) everywhere.
72 (follow-mode): Use define-minor-mode.
73 (follow-mode-map): Move initialization into the declaration.
74 Use command remapping.
75 (follow-emacs-version-xemacs-p): Remove.
76 (follow-submit-feedback): Remove.
77
78 * allout.el (allout-layout, allout-passphrase-verifier-string)
79 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
80
81 * textmodes/reftex-vars.el (reftex-vref-is-default)
82 (reftex-fref-is-default, reftex-guess-label-type):
83 Tighten up a bit the safety predicate.
84
85 * textmodes/paragraphs.el (sentence-end-double-space)
86 (sentence-end-without-period, sentence-end-without-space)
87 (page-delimiter, paragraph-ignore-fill-prefix):
88 Tighten up a bit the safety predicate.
89
90 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
91
92 * progmodes/python.el (python-continuation-line-p)
93 (python-beginning-of-statement): syntax-ppss may return
94 a negative depth.
95 (python-mode): Don't forcefully enable font-lock.
96
97 * time-stamp.el (time-stamp-start, time-stamp-end)
98 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
99
100 * add-log.el: Remove spurious * in docstrings.
101 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
102 (add-change-log-entry): Use it here, since it's not specific
103 to iso8601.
104 (add-log-iso8601-time-string): Don't use it here any more.
105 (change-log-indent-text, change-log-indent): Rename from add-log-*.
106
107 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
108
109 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
110
111 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
112 (rcirc-toggle-low-priority): Doc fix.
113 (rcirc-handler-NOTICE): Remove beginning of line anchor in
114 ChanServ regexp.
115 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
116 #emacs.
117 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
118 (rcirc-decode-coding-system): Use utf-8 as the default.
119 (rcirc-multiline-minor-mode): Set the fill-column.
120 (rcirc-format-response-string): Display bright and dim nicks.
121 (rcirc-browse-url): Update interactive spec to fill ARG.
122 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
123 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
124
125 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
126
127 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
128 case for @Article, etc.
129
130 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
131
132 * net/tramp.el (tramp-register-file-name-handlers): New defun.
133 Added with autoload cookie.
134 (tramp-unload-file-name-handlers): Rename from
135 `tramp-unload-file-name-handler-alist'.
136
137 2006-04-23 Romain Francoise <romain@orebokech.com>
138
139 * comint.el (comint-match-partial-filename): Doc fix.
140
141 2006-04-21 Glenn Morris <rgm@gnu.org>
142
143 * calendar/cal-menu.el (calendar-mode-map): Refer to
144 `diary-view-entries' rather than alias `view-diary-entries'.
145 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
146
147 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
148
149 * progmodes/antlr-mode.el (antlr-default):
150 * cus-edit.el (custom-documentation):
151 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
152 in defface.
153
154 2006-04-21 Kim F. Storm <storm@cua.dk>
155
156 * image.el (image-type): New defun split out of create-image.
157 (create-image): Use it.
158
159 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
160
161 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
162 (org-open-at-point): Remove the "...done" message to keep output
163 in the echo area visible.
164 (org-export-as-xoxo): Fix call to `indent-region'.
165
166 2006-04-21 Kevin Ryde <user42@zip.com.au>
167
168 * international/mule.el (keyboard-coding-system): defcustom
169 info-link fixes: "Specify Coding" has been split, keyboard now in
170 "Terminal Coding", and "Single-Byte Character Support" is now
171 "Unibyte Mode".
172
173 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
174
175 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
176 Use font-lock-warning-face for any errors e.g. no stack.
177 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
178
179 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
180
181 * progmodes/sh-script.el (sh-shell): Mark as safe.
182
183 * newcomment.el (comment-start, comment-start-skip)
184 (comment-end-skip, comment-end): Mark as safe.
185
186 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
187
188 * textmodes/org.el (org-deadline-announce): Face removed.
189 (org-level-faces, org-n-levels): Convert to constant.
190 (org-compatible-face): New function.
191 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
192 (org-level-5, org-level-6, org-level-7, org-level-8)
193 (org-special-keyword, org-warning, org-headline-done, org-link)
194 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
195 (org-scheduled-today, org-scheduled-previously, org-time-grid):
196 Face definition revised for better color tty support.
197 (org-bold-re, org-italic-re, org-underline-re): New constants.
198 (org-set-font-lock-defaults): Use the new constants.
199 (org-agenda-highlight-todo): New function.
200 (org-agenda-todo): Fix bug with point at end of line.
201 (org-agenda-change-all-lines, org-finalize-agenda-entries):
202 Fontify TODO keywords.
203 (org-insert-link): Preserve relative path in ../ links.
204 (org-export-as-html): Convert links pointing to .org files into
205 links that will work beteen the exported HTML files.
206 (org-todo-list): Fix bug when arg=0.
207 (org-insert-heading): More fine-tuning.
208
209 2006-04-19 Romain Francoise <romain@orebokech.com>
210
211 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
212 from `rmail-mime-charset-pattern'.
213
214 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
215
216 * progmodes/python.el (python-mode): Fix typo.
217
218 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
219
220 * comint.el (comint-previous-input): Don't clobber input line
221 when moving off either end of the input history ring.
222 (comint-delete-input): New function, used by
223 `comint-previous-input' and others.
224 (comint-previous-matching-input):
225 Use `coming-delete-input'. Save the partial input if leaving the
226 edit line. Goto point-max before deleting input to avoid
227 partial input fragments hanging around.
228 (comint-restore-input): New function, used by `comint-previous-input'.
229
230 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
231
232 * imenu.el (imenu--index-alist): Balance parentheses.
233
234 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
237
238 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
239
240 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
241 file is nil.
242
243 2006-04-18 Richard Stallman <rms@gnu.org>
244
245 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
246
247 * imenu.el (imenu-create-index-function, imenu--index-alist)
248 (imenu--last-menubar-index-alist, imenu--make-index-alist)
249 (imenu-default-create-index-function, imenu--generic-function):
250 Doc fixes.
251
252 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
253
254 * help-mode.el (help-mode): Set view-exit-action to delete window.
255
256 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
257 now works by passing nil as arg.
258
259 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
260
261 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
262 (read-abbrev-file): Provide default when reading filename.
263
264 * files.el (enable-local-variables): Allow :all as value.
265 (hack-local-variables): Implement that value.
266 (safe-local-variable-values, safe-local-eval-forms)
267 (enable-local-variables): Mark as risky.
268 (find-file-visit-truename, kept-old-versions): Mark safe.
269
270 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
271 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
272 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
273
274 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
277 Use forward-line so as to get to BOL even in the presence of fields.
278 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
279 in return.
280 (inferior-tcl): Tell tclsh to work in interactive mode.
281
282 * complete.el (partial-completion-mode):
283 Use 'choose-completion-string-functions to make sure that
284 choose-completion fills the minibuffer properly.
285
286 * complete.el (PC-old-read-file-name-internal): Remove.
287 (PC-read-include-file-name-internal): Remove. Turn it into an advice
288 of read-file-name-internal.
289 (partial-completion-mode): Enable/disable this advice.
290
291 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
292
293 * net/tramp.el (tramp-completion-file-name-handler): Revert change
294 of 2006-04-17.
295
296 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
297
298 * textmodes/org.el (org-insert-heading): Insert heading before
299 current if at beginning of line.
300 (org-todo, org-date): New faces.
301 (org-table-align): Make sure tooltip window contains full text.
302 (org-no-properties): New defsubst.
303 (org-set-font-lock-defaults): Use new faces.
304
305 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
306
307 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
308 for root variables.
309
310 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
311 (gdb-frame-address): Re-use to identify frame for watch expression.
312 (gdb-var-list, gdb-var-create-handler): Add frame address for root
313 variables.
314 (gdb-init-1, gdb-source, gdb-post-prompt)
315 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
316 (gdb-frame-handler): Get gdb-frame-address.
317
318 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
319
320 Sync with Tramp 2.0.53.
321
322 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
323 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
324 (tramp-completion-file-name-handler): Add autoload cookie for
325 adding to `file-name-handler-alist'.
326
327 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
328 the prompt. If it returns earlier (when detecting an error
329 message), the rest of the output will merge accidently with the
330 output of the next command. Reported by M Jared Finder
331 <jared@hpalace.com>.
332
333 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
334 for `process-file', in order to let it work for older Emacsen too.
335
336 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
337
338 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
339 (tex-font-lock-keywords-3): Use it.
340
341 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * newcomment.el (comment-add): New function.
344 (comment-region-default, comment-dwim): Use it.
345
346 2006-04-15 Michael Olson <mwolson@gnu.org>
347
348 * emacs-lisp/tq.el: Improve comments.
349 (tq-queue-head-question): New accessor function.
350 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
351 Update for modified queue structure.
352 (tq-queue-add): Accept `question' argument.
353 (tq-queue-pop): If a question is pending, send it.
354 (tq-enqueue): Accept new optional argument `delay-question'.
355 If this is non-nil, and at least one other question is pending a
356 response, queue the question rather than sending it immediately.
357
358 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
359
360 * calendar/appt.el (appt-add): Check whether an appointment is
361 already present in appt-time-msg-list. Simplify code.
362
363 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * progmodes/cc-langs.el (c-mode-menu):
366 Don't presume c-subword-mode is bound.
367
368 2006-04-13 Bill Wohler <wohler@newt.com>
369
370 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
371 (customize-package-emacs-version): Use cdr instead of cadr now
372 that alists use dotted pairs.
373
374 * custom.el (defcustom): Fix docstring for :package-version.
375
376 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
379 (tramp-handle-shell-command): Display output buffer only when
380 `tramp-display-shell-command-buffer' is true.
381 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
382
383 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
384
385 * textmodes/org.el (org-set-autofill-regexps): Set only the local
386 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
387
388 2006-04-13 Romain Francoise <romain@orebokech.com>
389
390 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
391 leaving temporary .cvsignore buffers behind.
392
393 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
394
395 * textmodes/org.el (org-set-regexps-and-options)
396 (org-get-current-options): Better names for the startup folding
397 options.
398
399 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
400
401 * vc.el (vc-annotate): Arrange for point to end up at the same
402 line number as in the original, but only when using a new buffer.
403
404 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
405
406 * files.el (hack-one-local-variable-eval-safep):
407 Recognize `edebug-form-spec' for `put', but only if it passes
408 `edebug-basic-spec'. Generalize `put' handling.
409
410 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
411 vetting file-local form specs.
412
413 * allout.el (allout-layout): Autoload its `safe-local-variable'
414 property.
415
416 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
417
418 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
419 (org-agenda-mouse-1-follows-link)
420 (org-mouse-1-follows-link): New options.
421 (org-format-agenda-item): Fix bug if TAGS is nil.
422 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
423
424 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
425
426 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
427 GDB 6.1+ gives full filename for "info sources" so use
428 file-name-nondirectory.
429
430 2006-04-12 Romain Francoise <romain@orebokech.com>
431
432 * subr.el (read-passwd): Bind `message-log-max' to nil.
433
434 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * progmodes/perl-mode.el (perl-indent-new-calculate):
437 Recompute parse-start after jumping backward by a whole sexp.
438
439 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
442 window configuration.
443 (vc-annotate-display-select): Select the buffer so that current-buffer
444 (and selected-window) is the output buffer at the end of vc-annotate.
445
446 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
447
448 * vc.el (vc-annotate-color-map): Add custom TTY color map for
449 8-color terminals, to use all of the colors in a sensible order.
450 256-color terminals work well with the standard map.
451 (vc-annotate-lines): Only strip the first color character if it
452 is "#", to allow for terminal-style named colors.
453 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
454 the correct buffer is scrolled.
455
456 2006-04-11 Richard Stallman <rms@gnu.org>
457
458 * emacs-lisp/bytecomp.el (byte-compile-file):
459 Bind enable-local-variables to :safe, and make normal-mode obey it.
460
461 * files.el (enable-local-variables): Allow value :safe.
462 (normal-mode): Doc fix.
463 (hack-local-variables): Implement enable-local-variables = :safe.
464 (hack-local-variables-confirm): Don't prevent quitting.
465
466 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * loadhist.el (unload-feature): A bit of sanity check of
469 load-history entries. Cancel timer-vars before unbinding them.
470
471 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
472 quote special chars, and make the trick work on the hex part of the
473 buffer as well.
474 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
475 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
476
477 * startup.el (normal-splash-screen): Fix last change so we don't wait
478 2 minutes if we don't show the splash screen.
479
480 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
481
482 * textmodes/org.el (org-export-plain-list-max-depth)
483 (org-table-spaces-around-separators)
484 (org-radio-targets, org-activate-camels)
485 (org-table-spaces-around-invisible-separators): Options removed.
486 (org-time-stamp-rounding-minutes, org-remember-templates)
487 (org-ellipsis, org-activate-links, org-descriptive-links):
488 New options.
489 (org-remember-apply-template, org-current-time)
490 (org-finish-edit-table-field)
491 (org-link-unescape, org-link-escape)
492 (org-string-width, org-table-clean-line, org-html-do-expand)
493 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
494 (org-read-agenda-file-list): New functions.
495 (org-table-edit-field)
496 (org-table-create-or-convert-from-region): New commands
497 (org-table-toggle-vline-visibility): Command removed.
498 (org-table-convert-region): Made a command.
499 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
500 Replace with the normal org- functions.
501 (org-self-insert-command): Don't trigger realign unnecessarily
502 when blanking a field that is not full.
503 (org-mode): `Set buffer-invisibility-spec' for links.
504 (org-activate-links2): Hide link part and only show descriptive
505 part of the link.
506 (org-insert-link): Modify for new linking system.
507 (org-store-link): Store description separately, for use by
508 `org-insert-link'.
509 (org-table-align): Use `org-string-width'.
510 (defgroup): Completely new group structure for custom variables.
511 (org-agenda-files): Option: Single file name allowed. Function:
512 Optional argument unrestrited means ignore any restricitons.
513 (org-install-agenda-files-menu): Find a buffer in Org-mode before
514 trying to modify the menu. Use generalized access to
515 `org-agenda-files.'
516 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
517 (org-agenda-file-to-front, org-remove-file, org-diary)
518 (org-tags-view, org-export-icalendar-all-agenda-files)
519 (org-export-icalendar-combine-agenda-files): Use generalized
520 access to `org-agenda-files'.
521 (org-remember-handler): Correctly preserve heading if present.
522 (org-table-insert-row, org-table-insert-hline): Deal with
523 invisible characters.
524
525 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
526
527 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
528 (vc-annotate-color-map): New 18 element constant
529 value/saturation, rotating hue colormap, from red->blue.
530 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
531 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
532 (vc-annotate): To avoid killing the required local variables,
533 set them before the end of `with-output-to-temp-buffer', and
534 after first switching to annotate-mode.
535 (vc-annotate-warp-version): Add buffer argument in goto-line to
536 ensure annotation, not source, is scrolled.
537
538 2006-04-10 Bill Wohler <wohler@newt.com>
539
540 * custom.el (defcustom, custom-handle-keyword):
541 Add :package-version keyword.
542 (custom-add-package-version): New function. Sets value of new
543 property 'custom-package-version from :package-version keyword.
544 (defcustom): Create Common Keywords section in docstring.
545 (defface, defgroup): Replace definitions of a select few keywords
546 with a reference to the Common Keywords in defcustom.
547 (defcustom, defface, defgroup): Replace reference to Customization
548 chapter in manual with hyperlink.
549
550 * cus-edit.el (customize-package-emacs-version-alist):
551 New variable.
552 (customize-changed-options): Add check for custom-package-version.
553 (customize-package-emacs-version): New function to look up Emacs
554 version corresponding to the given package version.
555
556 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
557 defun name, in similar fashion to find-variable-regexp.
558
559 2006-04-10 Eli Zaretskii <eliz@gnu.org>
560
561 * international/mule-cmds.el (set-locale-environment): Fix last
562 change for when the locale's preferences don't specify any encoding.
563
564 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
567 so the defined var/fun doesn't need to be quoted.
568
569 2006-04-10 Richard Stallman <rms@gnu.org>
570
571 * finder.el (finder-mode-map): Add n and p bindings.
572
573 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
574
575 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
576 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
577 (gdb-setup-windows): Put something in source window if we can't find
578 the source file.
579 (gdb-frame-handler): Make it work again with just assembly.
580 (gdb-data-list-register-values-handler): Make it work when there is
581 no stack.
582
583 2006-04-09 Richard Stallman <rms@gnu.org>
584
585 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
586 specs while looking for charset.
587
588 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
589
590 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
591 Make them faces.
592 (lm-font-lock-keywords): Update appropriately.
593
594 2006-04-10 Kim F. Storm <storm@cua.dk>
595
596 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
597 it can also replace buffer-substring-no-properties.
598
599 * emulation/cua-base.el (cua-delete-region, cua-paste)
600 (cua-repeat-replace-region): Use filter-buffer-substring.
601
602 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
603 (cua-cut-region-to-global-mark): Likewise.
604
605 * emulation/cua-rect.el (cua--extract-rectangle)
606 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
607
608 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
609
610 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
611 entry-type. Add field delimiters to numerical fields if they are
612 not present.
613
614 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
615
616 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
617 string-const to return value.
618 (bibtex-remove-delimiters): Use it.
619
620 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
623 cl-byte-compile-compiler-macro unless it exists.
624
625 2006-04-08 Eli Zaretskii <eliz@gnu.org>
626
627 * files.el (hack-local-variables-confirm) <offer-save>:
628 Clarify message text. Suggested by Ralf Angeli.
629
630 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
631
632 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
633 (delete-extract-rectangle-line): Use `filter-buffer-substring'
634 instead of `buffer-substring' and `delete-region'. (Most of the
635 code actually copied from `kill-region'.)
636
637 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
638
639 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
640 (rcirc-default-port): Rename from rcirc-port.
641 (rcirc-default-nick): Rename from rcirc-nick.
642 (rcirc-default-user-name): Rename from rcirc-user-name.
643 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
644 (rcirc-low-priority-flag): New variable.
645 (rcirc-decode-coding-system): New defcustom.
646 (rcirc-encode-coding-system): New defcustom.
647 (rcirc-coding-system-alist): New defcustom.
648 (rcirc-multiline-major-mode): New defcustom.
649 (rcirc-nick): New internal variable.
650 (rcirc-process): Remove variable.
651 (rcirc-server-buffer): New variable.
652 (rcirc): Update to use rcirc-default-* variables above.
653 (rcirc-connect): Do not add window-configuration-hook-here.
654 (rcirc-server): New internal variable.
655 (rcirc-connect): Do not send keepalive pings if
656 rcirc-keepalive-seconds is nil.
657 (with-rcirc-server-buffer): New macro.
658 (rcirc-send-string): Encode with rcirc-encode-coding-system.
659 (rcirc-server-name): Rename from rcirc-server.
660 (rcirc-buffer-process): New function.
661 (rcirc-buffer-nick): New function.
662 (rcirc-buffer-target): Remove function.
663 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
664 New commands.
665 (rcirc-mode-map): Change binding of C-c C-l to
666 rcirc-toggle-low-priority.
667 (rcirc-mode): Initialize coding system based on
668 rcirc-coding-system-alist. New change-major-mode-hook to part the
669 channel on a mode change. Make kill-buffer-hook buffer-local.
670 (rcirc-change-major-mode-hook): New function.
671 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
672 (rcirc-last-post-time): New variable.
673 (rcirc-process-message): Store the last time user posted a message
674 to this target.
675 (rcirc-multiline-minor-mode): New mode.
676 (rcirc-multiline-minor-mode-map): New mode map.
677 (rcirc-edit-multiline): Put multiline-edit buffer in
678 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
679 (rcirc-print): Ignore any line starting with an ignored nick.
680 (rcirc-print): Decode using rcirc-decode-coding-system.
681 (rcirc-track-minor-mode): Update global-mode-string when disabling
682 this mode.
683 (minor-mode-alist): Add LowPri indicator.
684 (rcirc-toggle-low-priority): New function.
685 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
686 next lowpriority buffer with activity.
687 (rcirc-record-activity): Sort buffers in rcirc-activity by the
688 last time the user posted a message in to the target.
689 (rcirc-update-activity-string): New formatting for low priority
690 buffers.
691 (rcirc-split-activity): New function.
692 (rcirc-handler-PART, rcirc-handler-KICK)
693 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
694 (rcirc-nick-away-alist): New variable.
695 (rcirc-handler-301): New handler. Away messages are printed once
696 per change.
697
698 2006-04-08 Eli Zaretskii <eliz@gnu.org>
699
700 * info.el (Info-follow-nearest-node): Doc fix.
701
702 * international/mule-cmds.el (set-locale-environment): Make sure
703 the coding-system preferred by the locale's language has the same
704 EOL conversion type as the original buffer-file-coding-system.
705 (locale-language-names): Add a few MS Windows language codes.
706
707 2006-04-07 Richard Stallman <rms@gnu.org>
708
709 * simple.el (eval-expression): Doc fix.
710
711 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
712 (eval-defun): Doc fixes.
713
714 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
715
716 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
717
718 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
719
720 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
721 GDB list command without argument for greater generality.
722
723 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
724
725 * subr.el (string-or-null-p): New function.
726
727 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
728
729 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
730
731 * files.el: Update comment about safe-local-variable declarations.
732
733 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
734
735 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
736 See idlwave.org.
737
738 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
739 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
740
741 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
742 See idlwave.org.
743
744 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
745 version 6.0 (minimal changes). See idlwave.org.
746
747 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
748 6.0 (minimal changes). See idlwave.org.
749
750 * progmodes/idlw-rinfo.el: File obsoleted and removed.
751
752 2006-04-06 Romain Francoise <romain@orebokech.com>
753
754 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
755 symmetric encryption features and a new asynchronous interface to
756 GnuPG. This new version is version 1.4, plus whitespace changes.
757
758 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
759
760 * files.el: Move some `safe-local-variable' declarations to the
761 respective files.
762
763 * textmodes/ispell.el (ispell-check-comments)
764 (ispell-local-dictionary): Mark as safe.
765
766 * abbrev.el (abbrev-mode): Mark as safe.
767
768 * add-log.el (change-log-default-name): Mark as safe.
769
770 * textmodes/reftex-vars.el (reftex-vref-is-default)
771 (reftex-fref-is-default, reftex-level-indent)
772 (reftex-guess-label-type): Mark as safe.
773
774 * textmodes/fill.el (colon-double-space): Mark as safe.
775
776 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
777 (sentence-end-double-space, sentence-end-without-period)
778 (sentence-end-without-space, sentence-end, sentence-end-base)
779 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
780
781 2006-04-06 Kim F. Storm <storm@cua.dk>
782
783 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
784 the :set-after list.
785 (ido-downcase-unc-hosts): New user option. Default on.
786 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
787 when it is set, as regexps are now applied on the fly.
788 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
789 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
790 on the fly, but only when ido-process-ignore-lists is set.
791 Do case insensitive filtering if ido-downcase-unc-hosts is set.
792 Only downcase names if ido-downcase-unc-hosts is set.
793
794 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
795
796 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
797
798 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
799
800 2006-04-05 Kim F. Storm <storm@cua.dk>
801
802 * ido.el (ido-mode): Set after ido-unc-hosts and
803 ido-ignore-unc-host-regexps.
804 (ido-save-history): Save ido-unc-hosts-cache.
805 (ido-load-history): Load ido-unc-hosts-cache.
806 (ido-reread-directory): Refresh unc hosts cache in // dir.
807
808 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
809 to nil while displaying slash screen.
810
811 2006-04-05 Daiki Ueno <ueno@unixuser.org>
812
813 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
814 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
815
816 2006-04-05 Kenichi Handa <handa@m17n.org>
817
818 * international/characters.el: Setup cases of Latin, Greek, and
819 Cyrillic characters in CJK charsets.
820
821 2006-03-29 Daiki Ueno <ueno@unixuser.org>
822
823 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
824 default-enable-multibyte-characters. This reverts the change from
825 revision 6.17 which is no longer necessary because the passphrase
826 is sent separately now. GnuPG messages are unreadable under
827 multibyte locales with default-enable-multibyte-characters set to nil.
828
829 2006-04-04 Andreas Schwab <schwab@suse.de>
830
831 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
832 and `byte-compile-warnings' as `safe-local-variable'.
833
834 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
835
836 * man.el (Man-mode-map): Restore the \r binding.
837 (Man-abstract-xref-man-page): If Man-target-string is a function,
838 call it.
839 (Man-highlight-references): Use Man-default-man-entry to get the
840 target. Deal with xrefs too.
841 (Man-highlight-references0): Don't call the target function.
842
843 * woman.el (WoMan-xref-man-page): Strip the section number, woman
844 cannot deal with it.
845
846 2006-04-04 Daiki Ueno <ueno@unixuser.org>
847
848 * pgg-gpg.el: Clean up process buffers every time gpg processes
849 complete.
850
851 2006-04-04 Kenichi Handa <handa@m17n.org>
852
853 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
854 here.
855 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
856 Temporarily bind inhibit-field-text-motion to t.
857
858 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * startup.el (normal-splash-screen): Only set mode-line-format in the
861 splash buffer, so as not to interfere when debugging the code.
862 Ignore errors when switching buffer.
863
864 2006-04-03 Romain Francoise <romain@orebokech.com>
865
866 * dired.el (dired-dnd-protocol-alist): Fix typo.
867
868 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
869
870 * savehist.el (savehist): Add :version.
871 (savehist-ignored-variables): New variable.
872 (savehist-minibuffer-hook): Don't save variables listed in
873 `savehist-ignored-variables'.
874
875 * dired.el (dired-dnd-protocol-alist): Mention that change does
876 only apply to new buffers in doc string.
877
878 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
879
880 * recentf.el (recentf-open-files-item): Include newline in button
881 field, so opening a file will work, when the point is at the end
882 of the file name. Allow, for example, to [i]search a file by
883 extension and just push RET to open it.
884
885 2006-04-03 Daiki Ueno <ueno@unixuser.org>
886
887 * pgg-gpg.el (pgg-gpg-process-filter)
888 (pgg-gpg-wait-for-completion): Check if buffer is alive.
889
890 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
891 lines, temporary fix.
892
893 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
896
897 2006-04-02 Richard Stallman <rms@gnu.org>
898
899 * progmodes/compile.el (compilation-message-face): Make it defcustom.
900
901 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * ibuf-macs.el (define-ibuffer-column): Add a new key:
904 header-mouse-map.
905
906 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
907 (ibuffer-mode-header-map): New keymaps.
908 (ibuffer-update-title-and-summary): Enable mouse face highlighting
909 and keybindings for column headers.
910 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
911 property.
912
913 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
914
915 * speedbar.el (speedbar-after-create-hook): Doc fix.
916
917 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
918
919 * shell.el (shell-directory-tracker)
920 (shell-dynamic-complete-command): Doc fixes.
921
922 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
923
924 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
925 terminals.
926
927 2006-04-01 Kim F. Storm <storm@cua.dk>
928
929 * ido.el (ido-unc-hosts-cache): New defvar.
930 (ido-unc-hosts): If value of defcustom is a function, call it to
931 get list of UNC hosts. Add function-item choices to specify
932 ido-unc-hosts-net-view or user function.
933 (ido-ignore-unc-host-regexps): New defcustom.
934 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
935 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
936 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
937
938 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
941 wwidth.
942
943 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
944
945 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
946 (ido-max-work-file-list, ido-switch-buffer)
947 (ido-read-file-name-as-directory-commands):
948 Fix typos in docstrings.
949
950 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
951
952 * term/mac-win.el (mac-system-coding-system): Define and use after
953 Mac-specific coding systems are ready.
954
955 2006-03-27 Romain Francoise <romain@orebokech.com>
956
957 * net/rcirc.el (rcirc-connect): Add autoload cookie.
958
959 * ldefs-boot.el: Update.
960
961 2006-03-27 Daiki Ueno <ueno@unixuser.org>
962
963 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
964 passphrases when it is not needed.
965 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
966 passphrase stuff from gpg, should only be necessary when you use
967 gpg with a smartcard.
968
969 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
970
971 * comint.el (comint-dynamic-list-completions): Allow user to
972 select *Completions* buffer.
973
974 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
975
976 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
977
978 2006-03-26 Andreas Schwab <schwab@suse.de>
979
980 * progmodes/gud.el (gdb): Only complain about multiple debugging
981 when the gdb process is still running.
982
983 2006-03-25 Eli Zaretskii <eliz@gnu.org>
984
985 * mail/rmail.el (tool-bar-map): Defvar it.
986 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
987 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
988
989 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
990
991 * help.el (print-help-return-message): Suggest to use
992 display-buffer instead of switch-to-buffer-other-window to restore
993 the previous window without selecting it.
994
995 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
996
997 * frame.el (select-frame-by-name): Call x-focus-frame also when
998 window-system is mac.
999
1000 * term/mac-win.el: Adjust Courier font specifications in
1001 x-fixed-font-alist.
1002 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1003 when directly encoding to UTF-16 in native byte order, no BOM.
1004
1005 2006-03-25 Kim F. Storm <storm@cua.dk>
1006
1007 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1008 (cua--init-keymaps): Use it instead of fixed C-return.
1009 (cua-mode): Set after it.
1010
1011 * emulation/cua-rect.el (cua--init-rectangles):
1012 Use cua-rectangle-mark-key instead of fixed C-return.
1013
1014 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1015
1016 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1017 "run" in .gdbinit.
1018 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1019
1020 2006-03-24 Romain Francoise <romain@orebokech.com>
1021
1022 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1023 `display-buffer-other-frame'.
1024
1025 2006-03-24 Kim F. Storm <storm@cua.dk>
1026
1027 * apropos.el (apropos-synonyms): Add selection => region.
1028
1029 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1030
1031 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1032 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1033 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1034 (gdb-data-list-register-values-regexp)
1035 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1036 Future proof against new fields being added to MI output.
1037 (gdb-send): Don't treat backslashes for program input as
1038 continuations.
1039 (gdb-assembler-handler): Don't use window-start for this handler.
1040 (gdb-frame-handler): Don't change to hollow arrow if overlay
1041 arrow doesn't move to new frame.
1042
1043 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1044
1045 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1046 prevent compiler warnings.
1047 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1048 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1049 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1050 buffer too.
1051
1052 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1053
1054 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1055 make-network-process, so we can use the same code in Gnus v5-10
1056 too and have this file fully synchronized with that release.
1057
1058 2006-03-23 Romain Francoise <romain@orebokech.com>
1059
1060 * ibuf-ext.el (ibuffer-read-filter-group-name):
1061 Use `ibuffer-generate-filter-groups' to make completion list match
1062 the filter groups that are really displayed in the Ibuffer buffer.
1063 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1064
1065 2006-03-23 Kenichi Handa <handa@m17n.org>
1066
1067 * international/mule-cmds.el (sort-coding-systems): Describe that
1068 the argument is modified in docstring.
1069
1070 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1071
1072 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1073 (pgg-gpg-update-agent): New function.
1074 (pgg-gpg-use-agent-p): New function.
1075 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1076 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1077 (pgg-gpg-sign-region): Use it.
1078
1079 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * cus-edit.el (custom-face-set): Call custom-push-theme before
1082 face-spec set so that `changed' theme is correctly saved.
1083 (custom-face-reset-standard): Reset to recalculated face rather
1084 than defface spec.
1085
1086 * custom.el (custom-push-theme): Only save `changed' theme if the
1087 current face does not match the defface specs.
1088
1089 2006-03-21 Simon Josefsson <jas@extundo.com>
1090
1091 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1092 <wilde@sha-bang.de>.
1093 (pgg-gpg-use-agent): New variable.
1094 (pgg-gpg-process-region): Use it.
1095 (pgg-gpg-encrypt-region): Likewise.
1096 (pgg-gpg-encrypt-symmetric-region): Likewise.
1097 (pgg-gpg-decrypt-region): Likewise.
1098 (pgg-gpg-sign-region): Likewise.
1099 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1100
1101 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1102
1103 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1104 bracket links.
1105
1106 2006-03-21 Kim F. Storm <storm@cua.dk>
1107
1108 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1109 fringe-indicator-alist instead of modifying global value.
1110 (gdb-frame-handler): Likewise.
1111
1112 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * diff-mode.el (diff-function): Make it inherit from diff-header
1115 instead of diff-context.
1116
1117 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1118 bitmap.
1119 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1120 change names in macro above for consistency.
1121 (gdb-frame-handler): Use hollow-right-triangle for all selected
1122 frames which except the innermost (where execution has stopped).
1123 (gdb-reset): Reset buffer-local values of overlay-arrow.
1124
1125 2006-03-20 Richard Stallman <rms@gnu.org>
1126
1127 * simple.el (set-mark-command): Doc fix.
1128
1129 * files.el (display-buffer-other-frame): New command.
1130 (ctl-x-4-map): Bind C-x 5 C-o to it.
1131
1132 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1135 rather than just defer-time, in case defer-time has been changed but
1136 the timer isn't running yet.
1137 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1138
1139 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1140
1141 * help-mode.el (help-follow-symbol): New function.
1142 Essentially identical to the old `help-follow', but do not let
1143 `push-button' do the work when on an xref.
1144 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1145
1146 2006-03-19 Richard Stallman <rms@gnu.org>
1147
1148 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1149 preceded by the word `program'.
1150 (help-follow-mouse, help-follow): Throw error if not on xref.
1151 Delete no longer used args.
1152
1153 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1156 annotation ensure gud-overlay-arrow-position is redisplayed.
1157
1158 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1159
1160 * textmodes/bibtex.el (bibtex-include-OPTkey)
1161 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1162 (bibtex-autokey-name-case-convert)
1163 (bibtex-autokey-titleword-case-convert): Make these the aliases
1164 for the following two variables.
1165 (bibtex-autokey-name-case-convert-function)
1166 (bibtex-autokey-titleword-case-convert-function): Make these the
1167 real names.
1168 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1169 bibtex-font-lock-crossref sublists.
1170 (bibtex-mode): Revert 2005-12-30 change (which made
1171 completion-ignore-case buffer-local).
1172 (bibtex-url): Simplify.
1173
1174 2006-03-19 Kim F. Storm <storm@cua.dk>
1175
1176 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1177 cursor property value to 2 (to align with C level change).
1178
1179 2006-03-19 Bill Wohler <wohler@newt.com>
1180
1181 * image.el (image-load-path-for-library): Shorten first line in
1182 docstring.
1183
1184 2006-03-18 Richard Stallman <rms@gnu.org>
1185
1186 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1187
1188 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1189
1190 * isearch.el (isearch-other-meta-char): Handle user bindings for
1191 shifted control characters.
1192
1193 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1194
1195 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1196 part that matches email addresses, file names, etc.
1197
1198 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1199
1200 * term/w32-win.el (mouse-set-font):
1201 Mention w32-list-proportional-fonts in the doc string.
1202
1203 2006-03-18 Kim F. Storm <storm@cua.dk>
1204
1205 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1206 (ido-unc-hosts): New user option to explicitly define list of know
1207 UNC-style hosts for completion.
1208 (ido-cache-unc-host-shares-time): New user option.
1209 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1210 New helper functions for UNC file-name support.
1211 (ido-may-cache-directory): Check for UNC host. Simplify.
1212 (ido-wash-history): Clean out old UNC hosts.
1213 (ido-nonreadable-directory-p): UNC hosts are always readable.
1214 (ido-directory-too-big-p): UNC hosts are never too big.
1215 (ido-set-current-directory): Handle UNC root path.
1216 (ido-file-name-all-completions): Complete UNC host names from
1217 ido-unc-hosts list. Cache UNC host shares.
1218 (ido-make-file-list-1): Don't filter UNC root.
1219 (ido-exhibit): Check for // in root directory, and switch to UNC
1220 mode by setting ido-current-directory to //.
1221
1222 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1223
1224 * cus-edit.el (customize-changed-options): Mention explicit
1225 version number as default in prompt.
1226
1227 2006-03-17 Bill Wohler <wohler@newt.com>
1228
1229 * image.el (image-load-path-for-library): Minor docstring fix.
1230
1231 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1232
1233 * textmodes/org.el (org-read-date): Include subgroup 5 into
1234 replacement text.
1235 (org-popup-calendar-for-date-prompt): Fix customization type.
1236
1237 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1238
1239 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1240 (gdb-continuation): New variable.
1241 (gdb-send): Deal with continuation lines.
1242
1243 * progmodes/gud.el (gud-gdb-complete-command)
1244 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1245 expressions.
1246 (gud-tooltip-mode): Use buffer-local value.
1247
1248 2006-03-16 Kim F. Storm <storm@cua.dk>
1249
1250 * ido.el (ido-edit-input): Use selected match, if any.
1251
1252 2006-03-16 Bill Wohler <wohler@newt.com>
1253
1254 * image.el (image-load-path-for-library): Prefer user's images in
1255 image-load-path.
1256
1257 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1258
1259 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1260 when checking for attempt to drag leftmost or rightmost scrollbar.
1261
1262 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1263
1264 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1265 (gdb-force-mode-line-update): New function.
1266 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1267 (gdb-exited): Use them.
1268 (gdb-signal): New function.
1269 (gdb-annotation-rules): Provide a rule for it.
1270
1271 2006-03-16 Kenichi Handa <handa@m17n.org>
1272
1273 * international/mule.el (auto-coding-regexp-alist): Add entries
1274 for Unicode BOM.
1275
1276 * sort.el (sort-build-lists): Temporarily bind
1277 inhibit-field-text-motion to t.
1278
1279 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1280
1281 * locate.el (locate-command, locate-make-command-line)
1282 (locate-fcodes-file, locate-update-command)
1283 (locate-prompt-for-command, locate, locate-with-filter)
1284 (locate-get-file-positions): Doc fixes.
1285 (locate-buffer-name, locate-header-face): Remove leading `*' in
1286 defcustom.
1287 (locate-filter-output): Use `keep-lines' instead of its alias
1288 `delete-non-matching-lines'.
1289 (locate-get-filename, locate-get-dirname): Add introductory comment.
1290 (locate-find-directory-other-window): Give appropriate error
1291 message if used outside main listing.
1292
1293 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1296 the new extend-region feature.
1297 (font-lock-after-change-function): Update correspondingly.
1298 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1299 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1300
1301 2006-03-15 Bill Wohler <wohler@newt.com>
1302
1303 * image.el (image-load-path-for-library): Fix example by not
1304 recommending that one binds image-load-path. Just defvar it to
1305 placate compiler and only use it if previously defined.
1306
1307 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1308
1309 * textmodes/org.el (org-insert-centered): Use `string-width' to
1310 make underlining work for wide characters.
1311 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1312 TAB to `org-cycle', to make sure that no binding in
1313 `outline-mode-map' can supercede it.
1314
1315 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1316
1317 * allout.el: Increment version to 2.2.1 in file commentary.
1318
1319 (allout-version): Increment to 2.2.1.
1320
1321 (allout-default-layout): New customization variable, used when the
1322 file lacks a specific allout-layout. Uses allout-layout-type for
1323 recursively nested definition.
1324
1325 (allout-layout-type): Widget defining allout layouts, necessary for
1326 self-recursive definition.
1327
1328 (allout-mode): Incorporate allout-default-layout as fallback for
1329 allout-layout.
1330
1331 (allout-layout): Mark as 'safe-local-variable', and refer mention
1332 fallback to `allout-default-layout' in absence of a specified value.
1333 (allout-passphrase-verifier-string)
1334 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1335
1336 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1337
1338 (allout-get-encryption-passphrase-verifier): Use correct name of
1339 passphrase verifier in docstring.
1340
1341 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1342
1343 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1344 elements.
1345 (gdb-find-watch-expression): Make it work for arrays too.
1346 Follow change to gdb-var-list.
1347 (gud-watch): Allow the user to enter variable name with a prexix
1348 arg. Create keybindings.
1349 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1350 (gdb-var-list-children-handler, gdb-var-update-handler)
1351 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1352 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1353 Follow change to gdb-var-list.
1354 (gdb-starting): Don't show the overlay arrows when program is running.
1355
1356 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1357 gdb-var-list.
1358
1359 2006-03-14 Bill Wohler <wohler@newt.com>
1360
1361 * image.el (image-load-path-for-library): Pass value of path
1362 rather than symbol. Always return list of directories.
1363 Guarantee that image directory comes first.
1364
1365 2006-03-14 Alan Mackenzie <acm@muc.de>
1366
1367 * font-core.el (font-lock-extend-region\(-function\)?.):
1368 New function/variable.
1369
1370 * font-lock.el (font-lock-after-change-function):
1371 Call font-lock-extend-region. Obey font-lock-lines-before.
1372 (font-lock-default-fontify-region): Remove reference to
1373 font-lock-lines-before.
1374
1375 * jit-lock.el (jit-lock-after-change):
1376 Call font-lock-extend-region. Obey font-lock-lines-before.
1377
1378 2006-03-14 David Ponce <david@dponce.com>
1379
1380 * tree-widget.el (tree-widget-themes-load-path)
1381 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1382
1383 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1384
1385 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1386 (rcirc-print): Mark the start of text at the end of the prompt.
1387 (rcirc-track-minor-mode): Add autoload cookie.
1388 (rcirc-update-activity-string): Add space to front of mode-line
1389 indicator.
1390
1391 2006-03-13 Miles Bader <miles@gnu.org>
1392
1393 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1394 (rcirc-abbrev-nick): Remove function.
1395 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1396
1397 2006-03-13 David Ponce <david@dponce.com>
1398
1399 * tree-widget.el: Handle themes across all occurrences of the main
1400 themes sub-directory found in tree-widget-themes-load-path.
1401 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1402 (tree-widget--locate-sub-directory): Return all occurrences.
1403 (tree-widget-themes-path): New function.
1404 Replace tree-widget-themes-directory, and return a list of directories.
1405 (tree-widget-set-parent-theme)
1406 (tree-widget-lookup-image): Use it.
1407
1408 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1409
1410 * textmodes/org.el (org-link-search): Avoid self-matching of
1411 links, allow target text to be distributed over several lines.
1412 (org-search-not-link): New function.
1413 (org-set-regexps-and-options, org-get-current-options):
1414 New startup options.
1415 (org-export-as-html): Take odd-level setting from local variable.
1416 (org-fontify-emphasized-text): New option.
1417 (org-set-font-lock-defaults): Include emphasized text.
1418 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1419 (org-font-lock): Customize group renamed from `org-faces'.
1420
1421 2006-03-13 John Paul Wallington <jpw@pobox.com>
1422
1423 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1424 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1425
1426 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1427
1428 * cus-start.el (all): Delete :version keyword for members of the
1429 fringe group, since the entire group is new in 22.1.
1430
1431 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1432
1433 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1434 map if value is hexadecimal (an address).
1435 (gud-watch): Only search roots for existing watch expressions.
1436 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1437 prevent caching problems with speedbar-update-directory-contents.
1438
1439 2006-03-12 Juri Linkov <juri@jurta.org>
1440
1441 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1442 before comparing with `low' and `warn'.
1443
1444 * info.el (Info-dir-remove-duplicates): Move point to the
1445 beginning of the current line after deleting the entries from
1446 redundant heading. Use marker for `limit' and compare it with
1447 point before calling `re-search-forward'.
1448
1449 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1450
1451 * simple.el (yank): Fix typo in docstring.
1452
1453 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1454
1455 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1456 messages, where "D" is the 6th character.
1457
1458 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1459
1460 * simple.el (yank): Fix last change.
1461
1462 2006-03-11 David Ponce <david@dponce.com>
1463
1464 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1465 merging elements from the standard ispell-dictionary-alist.
1466 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1467 alist, and return the new alist.
1468
1469 2006-03-11 Richard Stallman <rms@gnu.org>
1470
1471 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1472
1473 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1474 the way it is implemented is too unclean.
1475
1476 * simple.el (kill-region, yank): Doc fix.
1477
1478 * battery.el (battery-echo-area-format): Doc fix.
1479 (battery-mode-line-format): Likewise.
1480 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1481 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1482
1483 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1484
1485 * progmodes/octave-mod.el (octave-indent-for-comment):
1486 Behave according to do string.
1487
1488 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1489
1490 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1491 Be visible only if major mode is Mail Mode.
1492
1493 * textmodes/flyspell.el (flyspell-external-point-words)
1494 (flyspell-process-localwords): Fix last changes.
1495
1496 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1497
1498 * calendar/holidays.el (list-holidays): Doc fix.
1499
1500 * international/mule.el (auto-coding-alist): Add .odt
1501 (OpenOffice's open document) files.
1502
1503 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1504 document) files. Mention in the doc string the need to sync with
1505 auto-coding-alist.
1506
1507 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1510 enable-local-variables is set to always query, or there is no
1511 savable variable.
1512
1513 2006-03-10 Bill Wohler <wohler@newt.com>
1514
1515 * image.el (image-load-path-for-library): Merge at least three
1516 functions from Gnus and MH-E into this one function that can now
1517 be shared.
1518
1519 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1520
1521 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1522 gdb-remove-mouse-face and remove help-echo too.
1523 (gdb-enqueue-input): Correct conditional clause.
1524
1525 2006-03-10 Glenn Morris <rgm@gnu.org>
1526
1527 * calendar/calendar.el (calendar-holidays): Doc fix.
1528 * calendar/holidays.el (list-holidays): Doc fix.
1529
1530 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1531
1532 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1533 it gets called in gdb-prompt anyway.
1534 (gdb-use-separate-io-buffer): Only restore window arrangement for
1535 gdb-many-windows.
1536 (gdb-enqueue-input): Make it harder to send GDB input when program
1537 is running.
1538 (gdb-buffer-list): New variable.
1539 (gdb-remove-mouse-face): New function.
1540 (gdb-starting): Use it when GDB input won't get sent.
1541
1542 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * help.el (view-lossage): Remove trailing whitespace before
1545 inserting "\n".
1546
1547 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * files.el (hack-local-variables-confirm):
1550 Set coding-system-for-read to nil before writing to .emacs.
1551
1552 * arc-mode.el (archive-extract): Check if an existing buffer name
1553 comes from a different archive.
1554
1555 * help.el (describe-key-briefly): If KEY is a down event, read and
1556 discard the up event.
1557
1558 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1559
1560 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1561 be edited and use font-lock-warning-face for any changes.
1562
1563 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1564 (gdb-edit-value): Use it to report any errors.
1565
1566 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * help.el (describe-key): Remove leftover test code.
1569
1570 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1571
1572 * textmodes/org.el: Move defvars out of eval-when-compile.
1573 Use buffer-file-name variable.
1574 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1575 arg `file'.
1576 (org-level-faces): Remove startup dependency.
1577 (org-cycle, org-map-tree, org-scan-tags)
1578 (org-remember-handler): Don't call `outline-level' directly.
1579 (org-mhe-search-all-folders): New option.
1580 (org-mhe-get-message-folder-from-index)
1581 (org-mhe-get-message-folder): Fix indexing search.
1582 (org-format-agenda-item): Handle nil TAGS argument.
1583 (org-cleaned-string-for-export, org-activate-target-links)
1584 (org-make-target-link-regexp): Deal with empty radio target list.
1585 (org-tag): New face.
1586 (org-get-level-face): New function.
1587 (org-set-font-lock-defaults): Simplify setup for headlines.
1588 (org-complete): Pass common substring to `display-completion-list'.
1589
1590 2006-03-06 David Ponce <david@dponce.com>
1591
1592 * tree-widget.el: Update Commentary header.
1593 (tree-widget-theme-name): Ignore parent themes.
1594 (tree-widget-set-parent-theme): New function.
1595 (tree-widget-set-theme): Use it.
1596 (tree-widget-set-image-properties): Move definition. Does nothing
1597 if image properties have already been set.
1598 (tree-widget-image-properties): Move definition. Receive an image
1599 name. Set the :pointer property.
1600 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1601 Don't set the :pointer image property.
1602 (tree-widget-convert-widget): New function. Handle :dynargs
1603 compatibility here.
1604 (tree-widget): Use it to :convert-widget. Add the :expander-p
1605 predicate to control when the :expander function is entered.
1606 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1607 (tree-widget-value-create): Handle :expander-p. widget-apply
1608 :expander.
1609 (tree-widget-expander-p): New function. Default value of the
1610 :expander-p property.
1611
1612 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * help.el (describe-key): Properly handle the return value of
1615 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1616 remaps. Handle string and vector `follow-link' values.
1617
1618 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * complete.el (PC-expand-many-files): Try be more careful when parsing
1621 the shell's output.
1622
1623 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * outline.el (hide-sublevels): Provide better interactive default.
1626
1627 2006-03-06 Kenichi Handa <handa@m17n.org>
1628
1629 * international/fontset.el (create-fontset-from-fontset-spec):
1630 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1631
1632 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1633
1634 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1635 backslashes instead of one in regexp.
1636 (gud-tooltip-dereference): Add missing optional argument.
1637
1638 2006-03-04 John Paul Wallington <jpw@pobox.com>
1639
1640 * wdired.el (toplevel): Require `cl' at compile-time.
1641
1642 2006-03-04 Andreas Schwab <schwab@suse.de>
1643
1644 * server.el (server-process-filter): Handle errors during
1645 evaluation of the argument.
1646
1647 2006-03-03 John Paul Wallington <jpw@pobox.com>
1648
1649 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1650 escape parentheses at beginning of line.
1651 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1652 (t-mouse-mode): Remove period from end of error message.
1653
1654 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1655
1656 * textmodes/flyspell.el (flyspell-process-localwords):
1657 Be case-sensitive.
1658
1659 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1660
1661 * cus-edit.el (custom-quote): Remove function, since it has been
1662 moved to custom.el.
1663
1664 * font-lock.el (lisp-font-lock-keywords-2)
1665 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1666 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1667 they have no special meaning.
1668
1669 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1670 indirect buffer gets killed before indirect buffer. Use dolist.
1671
1672 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1673
1674 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1675 value instead of a literal constant (1) on more pauses.
1676
1677 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1678
1679 * textmodes/flyspell.el (flyspell-external-point-words):
1680 Be case-sensitive.
1681
1682 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1683
1684 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1685 with "www".
1686
1687 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1688
1689 * allout.el: Restablish intermediate missing comment header to
1690 preserve outline structure.
1691 (allout-beginning-of-current-entry): Skip invisible text.
1692 (allout-open-topic): Fix opening a topic at end-of-buffer.
1693 (allout-minor-mode): Move nearer to allout-mode function.
1694
1695 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1696
1697 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1698
1699 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1700
1701 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1702 is nil.
1703
1704 * progmodes/gud.el (gud-speedbar-menu-items):
1705 Use buffer-local-value and add missing :visible keyword.
1706
1707 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1708
1709 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1710
1711 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1712 must be `follow-link'.
1713
1714 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1715
1716 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1717 formatting: No nested anchors.
1718 (org-all-targets): Fix bug with XEmacs compatibility.
1719 (org-read-date): Add (require 'parse-time).
1720 (org-set-tags): Fix bug with extra inserted space.
1721 (org-export-html-style): Define a style class for targets.
1722 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1723 (org-hide-leading-stars): New option.
1724 (org-hide): New face.
1725 (org-set-font-lock-defaults): Allow to hide leading stars.
1726 (org-get-legal-level, org-tr-level): New functions.
1727 (org-odd-levels-only): New option.
1728 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1729 (org-demote, org-promote): Deal with double-star levels.
1730 (org-convert-to-odd-levels): New command.
1731
1732 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1733
1734 * speedbar.el (speedbar-update-localized-contents): Try to
1735 preserve window-start.
1736 (speedbar-update-directory-contents): Try to preserve window-start
1737 and window-point.
1738 (speedbar-update-special-contents): Don't move back to start of window.
1739
1740 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1741 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1742 speedbar-timer-fn.
1743 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1744 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1745 instead of gdb-speedbar-timer-fn.
1746
1747 2006-02-28 Jay Belanger <belanger@truman.edu>
1748
1749 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1750 (math-compose-expr): Use latex option when calling
1751 `math-compose-tex-matrix' for latex mode.
1752
1753 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1754
1755 * speedbar.el: Re-instate comments about developing for speedbar
1756 [this is what info and gdb-ui use even if better methods exist now].
1757
1758 * t-mouse.el: New file.
1759 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1760 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1761 (t-mouse-make-event-element): Use posn-at-x-y instead.
1762 (t-mouse-make-event): Deal with Fedora Core 3.
1763 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1764 (t-mouse-mouse-position-function): New function. Use it instead
1765 of advising mouse-position.
1766 (t-mouse-mode): New minor mode.
1767 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1768
1769 2006-02-27 Glenn Morris <rgm@gnu.org>
1770
1771 * calendar/calendar.el (calendar-holidays): Doc fix.
1772
1773 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1774
1775 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1776 Re-introduce the concept of a source window.
1777 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1778 consistency with get-buffer-create.
1779 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1780 (gdb-data-list-register-values-handler)
1781 (gdb-stack-list-locals-handler): Try to preserve window-start as
1782 well as window-point.
1783 (gdb-display-source-buffer): New function (old concept).
1784 (gdb-goto-breakpoint): Use it.
1785
1786 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1787 for gdb-ui/gdb-mi (old concept).
1788
1789 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1790
1791 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1792 binding.
1793
1794 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1795
1796 * textmodes/reftex-sel.el (reftex-select-label-map)
1797 (reftex-select-bib-map): Add `follow-mouse' binding.
1798
1799 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1800
1801 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1802 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1803 Give :set functions to provide automatic updating.
1804 Update docstring. Give compiler defvars early in the file
1805 and move the defcustoms to a later spot where all called functions
1806 are defined.
1807 (jka-compr-file-name-handler-entry): Doc fix.
1808 (jka-compr-compression-info-list--internal)
1809 (jka-compr-mode-alist-additions--internal)
1810 (jka-compr-load-suffixes--internal): New variables.
1811 (jka-compr-install): Set the three above variables.
1812 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1813 (jka-compr-update, jka-compr-set): New functions.
1814 (auto-compression-mode): Doc fix.
1815
1816 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1817 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1818 Use jka-compr-compression-info-list--internal,
1819 jka-compr-mode-alist-additions--internal and
1820 jka-compr-load-suffixes--internal.
1821
1822 * files.el (load-library):
1823 * loadhist.el (file-loadhist-lookup):
1824 * startup.el (command-line):
1825 * subr.el (locate-library):
1826 * emacs-lisp/autoload.el (update-directory-autoloads):
1827 * emacs-lisp/find-func.el (find-library-suffixes):
1828 Use `get-load-suffixes' instead of `load-suffixes'.
1829
1830 * subr.el (locate-library):
1831 * emacs-lisp/find-func.el (find-library-name):
1832 Use `load-file-rep-suffixes' instead of '("").
1833
1834 2006-02-26 Kim F. Storm <storm@cua.dk>
1835
1836 * ido.el (ido-save-history, ido-load-history): Simplify.
1837 Don't use find-file-noselect to avoid interference from other modes.
1838
1839 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1840
1841 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1842 to use the default shell if filename is not available.
1843 Reported by Giorgos Keramidas.
1844
1845 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1846
1847 * progmodes/etags.el (tags-completion-table): Do completion from
1848 all the tables in the current list, as documented in the manual.
1849
1850 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1851
1852 * CC Mode Update to 5.31.3.
1853
1854 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1855
1856 * progmodes/cc-mode.el (c-postprocess-file-styles):
1857 Bind inhibit-read-only to t, around the call to
1858 c-remove-any-local-eval-or-mode-variables, so that it works on a
1859 RO file.
1860
1861 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1862
1863 * progmodes/cc-awk.el: Correct a typo.
1864
1865 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1866
1867 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1868 c-hungry-delete-backwards, at the request of RMS. Leave the old
1869 name as an alias.
1870
1871 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1872
1873 * progmodes/cc-mode.el: Correct a typo.
1874
1875 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1876
1877 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1878
1879 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1880
1881 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1882 brace-else-brace (error due to mbeg, mend being undefined).
1883
1884 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1885
1886 * progmodes/cc-mode.el: File Local variables: Solve the problem
1887 where both `mode' and c-file-offsets are specified: `mode' will
1888 overwrite c-f-o's settings:
1889 (c-remove-any-local-eval-or-mode-variables): New function.
1890 (c-postprocess-file-styles): Call the above new function, within
1891 c-tentative-buffer-change, to splat `mode' and `eval' before the
1892 second hack-local-variables.
1893
1894 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1895
1896 * progmodes/cc-mode.el:
1897 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1898 (c-after-change): Protect the match data with save-match-data.
1899 It was getting corrupted by c-after-change-check-<>-operators.
1900
1901 * cc-defs.el: [Supersedes patch V1.38]:
1902 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1903 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1904
1905 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1906 with save-match-data. It was being corrupted when Font Lock was
1907 not enabled.
1908
1909 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1910
1911 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1912 Mode and Subword Mode.
1913
1914 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1915 real labels ("case 1:" or "foo:") from non-labels ("public:").
1916 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1917 coding; c-f-t-2 doesn't move over a token at EOB.
1918
1919 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1920
1921 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1922 (c-update-modeline): Concatenate the minor mode indicators
1923 directly onto mode-name, removing c-submode-indicators.
1924 Sometimes, c-s-i got separated from the mode name on the mode line.
1925
1926 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1927 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1928
1929 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1930
1931 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1932 error message when there's an evaluation error to show whether
1933 it's loaded from source or not.
1934 (c-filter-ops): Make it available at runtime too to work when
1935 `c-make-init-lang-vars-fun' needs to evaluate from source.
1936
1937 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * help.el (help): Revert last part of 2006-02-23 change (deletion
1940 of the `provide' call).
1941
1942 2006-02-23 Juri Linkov <juri@jurta.org>
1943
1944 * compare-w.el (compare-windows-highlight): Add new value
1945 `persistent' and change :type from `boolean' to `choice'.
1946 (compare-windows-overlays1, compare-windows-overlays2):
1947 New internal variables.
1948 (compare-windows-highlight): If compare-windows-highlight is
1949 `persistent', add current overlays to compare-windows-overlays[12]
1950 instead of adding compare-windows-dehighlight to pre-command-hook.
1951 (compare-windows-dehighlight): Delete all overlays from
1952 compare-windows-overlays[12].
1953
1954 * info.el (Info-search): Don't bind search-spaces-regexp to
1955 Info-search-whitespace-regexp in non-regexp isearch mode.
1956
1957 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1958
1959 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1960
1961 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * textmodes/org.el (org-xemacs-p)
1964 (org-export-html-show-new-buffer, org-table-may-need-update)
1965 (org-insert-item, org-mhe-get-message-real-folder)
1966 (org-mhe-get-message-folder-from-index)
1967 (org-mhe-get-message-folder, org-mhe-get-message-num)
1968 (org-mhe-get-header, org-make-org-heading-search-string)
1969 (org-make-org-heading-camel, org-table-sort-lines)
1970 (org-format-org-table-html, org-format-table-table-html):
1971 Fix typos in docstrings.
1972
1973 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1974
1975 * textmodes/org.el (org-cleaned-string-for-export)
1976 (org-solidify-link-text): New function.
1977 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1978 XEmacs, just to silence the compiler.
1979 (org-export-as-ascii, org-export-as-html-and-open):
1980 Use `org-cleaned-string-for-export' and create internal links.
1981 (org-follow-mhe-link): Require mh-e, use folder.
1982
1983 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1984
1985 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1986
1987 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1988 gdb-debug-log-length.
1989 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1990 it a real ring but...
1991 (gud-gdba-marker-filter): ...make it work like mark-ring.
1992 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1993 (gdb-mouse-jump): New function. Add bindings.
1994
1995 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1996
1997 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1998 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1999 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2000 (gdb-debug-log-length): Customize it's length.
2001 (gud-watch, gdb-var-create-handler): Display function::var format
2002 but don't use to create variable object.
2003 (gdb-var-create-handler): Use message-box in place of message.
2004 (gdb-stopped): Call gdb-exited if signalled.
2005
2006 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2007
2008 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2009
2010 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2011
2012 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2013 if `reftex-try-all-extensions' is set.
2014
2015 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2016 fail silently when there is no valid argument at point.
2017 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2018 `fail-silently' argument. From a patch by David Reiter.
2019
2020 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2021 New commands.
2022 (org-mark-ring): New variable.
2023 (org-mark-ring-length): New option.
2024 (org-open-at-point, org-goto, org-open-file): Push old position
2025 onto the mark ring.
2026 (org-add-hook): New function.
2027 (org-export-table-remove-special-lines): New option.
2028 (org-skip-comments, org-format-org-table-html): Respect new
2029 option `org-export-table-remove-special-lines'.
2030 (org-open-file): Allow special command configuration for
2031 directory link.
2032 (org-file-apps): Fix bugs in customize type, added setting
2033 for directories.
2034 (org-activate-tags, org-format-agenda-item, org-complete)
2035 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2036 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2037 (org-link-search, org-make-org-heading-search-string)
2038 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2039 (org-radio-targets, org-file-link-context-use-camel-case)
2040 (org-activate-camels): New options.
2041 (org-update-radio-target-regexp, org-all-targets)
2042 (org-make-target-link-regexp, org-activate-target-links):
2043 New functions.
2044 (org-make-org-heading-search-string): New function.
2045 (org-store-link, org-insert-link): Use new option
2046 `org-file-link-context-use-camel-case'.
2047 (org-activate-camels): Use new option `org-activate-camels'.
2048 (org-link-regexp): Add mhe prefix.
2049 (org-open-at-point, org-store-link): Support for mhe links.
2050 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2051 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2052 (org-mhe-get-header, org-follow-mhe-link): New functions.
2053 (org-remove-angle-brackets, org-add-angle-brackets):
2054 New functions.
2055 (org-bracket-link-regexp): New constant.
2056 (org-read-date): Fix bug that was rejecting all typed dates.
2057 (org-link-search): Make hierarchy above visible after a match.
2058 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2059 (org-store-link): Fix bug with link creation when cursor is in
2060 an empty line.
2061 (org-open-at-point): Fix bug with matching a link.
2062 Fixed buggy argument sequence in call to `org-view-tags'.
2063 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2064 (org-prefix-has-tag): New variable.
2065 (org-format-agenda-item): Remove tags from headline
2066 if appropriate.
2067 (org-agenda-remove-tags-when-in-prefix): New option.
2068
2069 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2070
2071 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2072 Fix the regular expressions.
2073
2074 2006-02-21 Richard M. Stallman <rms@gnu.org>
2075
2076 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2077 if there's no other specific basis.
2078
2079 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2080 as variables at all.
2081 (unsafep-variable): Rename arg; doc fix.
2082
2083 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2084
2085 * calendar/appt.el (diary-selective-display): Add defvar.
2086
2087 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2088
2089 * isearch.el (search-whitespace-regexp): Fix custom type.
2090
2091 * help.el (describe-key-briefly): Compute interactive args
2092 in same was as before previous change.
2093
2094 * files.el (enable-local-variables): Doc fix.
2095
2096 2006-02-21 Kim F. Storm <storm@cua.dk>
2097
2098 * fringe.el: Cleanup as file is now pre-loaded.
2099 (fringe-bitmaps): Initialize unconditionally.
2100 (fringe-mode, set-fringe-style): Remove autoload cookies.
2101
2102 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2103
2104 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2105 `horizontal-bar'.
2106 (fringe-cursor-alist): Use `horizontal-bar'.
2107
2108 2006-02-20 Kim F. Storm <storm@cua.dk>
2109
2110 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2111 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2112
2113 * loadup.el: Load "fringe" on window systems.
2114
2115 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2118 out of scope components.
2119
2120 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2121 default.
2122
2123 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * custom.el (customize-mark-to-save, customize-mark-as-set):
2126 Load the symbol first.
2127
2128 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2131 strech spec so it doesn't display as "^J" on the header line
2132 when `Buffer-menu-use-header-line' is t.
2133
2134 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2135
2136 * speedbar.el (speedbar-make-button): Keep text properties
2137 of string arguments if desired.
2138
2139 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2140 expessions.
2141
2142 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2143 of speedbar.
2144
2145 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2146
2147 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2148 to value of `read-file-name-completion-ignore-case'.
2149
2150 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * custom.el (customize-mark-as-set): Push to `user' theme.
2153
2154 * cus-edit.el (custom-save-variables): Allow unthemed values.
2155 (customize-set-variable): Push setting to `user' theme.
2156
2157 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2158
2159 * progmodes/gud.el: Don't require font-lock as it's now
2160 automatically loaded.
2161 (gud-speedbar-buttons): Replace gdb-var-changed with
2162 gdb-force-update.
2163
2164 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2165 gdb-var-changed.
2166 (gdb-post-prompt): Use it.
2167 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2168 (gdb-var-update-handler, gdb-var-delete)
2169 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2170 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2171 gdb-force-update in gdb-post-prompt.
2172 (gdb-reset): Clear watch expressions from speedbar when quitting.
2173
2174 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2175
2176 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2177 (viper-change-state-to-vi, viper-change-state-to-emacs):
2178 Make aware of cursor coloring in the Emacs state.
2179 (viper-special-read-and-insert-char): Use read-char-exclusive.
2180 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2181
2182 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2183
2184 * viper-util.el (viper-save-cursor-color)
2185 (viper-get-saved-cursor-color-in-replace-mode)
2186 (viper-get-saved-cursor-color-in-insert-mode)
2187 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2188 state.
2189 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2190
2191 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2192 (ediff-ignore-case-option3, ediff-actual-diff-options)
2193 (ediff-actual-diff3-options): New variables to control case sensitivity.
2194 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2195 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2196 (ediff-toggle-ignore-case): New function.
2197 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2198
2199 * ediff-help.el (ediff-long-help-message-narrow2)
2200 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2201 (ediff-long-help-message-word-mode): Add ignore-case command.
2202 (ediff-help-for-quick-help): Add ignore-case command.
2203
2204 * ediff-merg.el: Move provide to the end.
2205
2206 * ediff-ptch.el: Move provide to the end.
2207
2208 * ediff-wind.el: Move provide to the end.
2209
2210 * ediff-mult.el: Move provide to the end.
2211 (ediff-set-meta-overlay): Enable follow-link.
2212
2213 * ediff.el: Move provide to the end.
2214 Break recursive load cycle in eval-when-compile.
2215 (ediff-patch-buffer): Better heuristics.
2216
2217 * ediff-util.el: Move provide to the end.
2218 Break recursive load cycle in eval-when-compile.
2219 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2220 defuns.
2221 (ediff-submit-report): Pass the values of ediff-diff3-program,
2222 ediff-diff3-options.
2223
2224 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2227 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2228 `' (for example, in the docstring of `windmove-default-keybindings').
2229
2230 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2233 shadow face. Don't provide binding to edit variable when it is
2234 out of scope.
2235
2236 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2237 (gdb-var-update-handler): Detect out of scope variables with pre
2238 GDB 6.4 too.
2239 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2240 Reset status of variable objects to nil in update handlers.
2241 (gdb-var-update-handler-1): Detect when a variable object comes
2242 in scope. setcar on var changes gdb-var-list directly.
2243
2244 2006-02-17 Juri Linkov <juri@jurta.org>
2245
2246 * ffap.el (ffap) <defface>: Add explicit face declaration.
2247 (ffap-highlight): Use face `ffap' directly instead of checking
2248 for its existence.
2249
2250 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2251 `visible-ok' of `other-buffer' to find the right original buffer.
2252
2253 * info.el (Info-search): Skip `Local Variables' node.
2254
2255 2006-02-17 Juri Linkov <juri@jurta.org>
2256
2257 * info.el (Info-find-file): Check for symbols `apropos', `history',
2258 `toc' in the input filename, and return these symbols as is.
2259 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2260 `history', `toc' instead of strings.
2261 (Info-set-mode-line): For non-string Info-current-file use the
2262 symbol's name inside **.
2263 (Info-isearch-push-state): Add quote before Info-current-file and
2264 Info-current-node.
2265 (Info-isearch-pop-state): Use `equal' instead of `string='.
2266 (Info-extract-pointer, Info-following-node-name): Use
2267 `match-string-no-properties' instead of `match-string'.
2268 (Info-up): Check `old-file' for `stringp'.
2269 (Info-history): Use `equal' instead of `string-equal'.
2270 Check `file' for `stringp'.
2271 (Info-history): Use symbol `history' instead of string as first arg
2272 of `Info-find-node'.
2273 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2274 `toc' instead of string.
2275 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2276 instead of `buffer-substring', and `match-string-no-properties'
2277 instead of `match-string'.
2278 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2279 instead of strings.
2280 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2281 Use symbol `apropos' instead of string.
2282 (Info-copy-current-node-name): Check `Info-current-file' for
2283 `stringp' and construct a command with `Info-find-node' from it.
2284 (Info-fontify-node): Use `match-string-no-properties' instead of
2285 `match-string' and check file names for `stringp'.
2286 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2287 `history', `toc' instead of strings.
2288
2289 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2290
2291 * files.el: Rearrange functions and variables in the file local
2292 variables section.
2293
2294 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2295
2296 * files.el: Add truncate-lines, ispell-check-comments and
2297 ispell-local-dictionary as safe local variables.
2298
2299 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2302 out of scope variables.
2303 (gud-speedbar-buttons): Use unless.
2304
2305 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2306 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2307 (gdb-show-changed-values): Also use for out of scope variables.
2308 (gdb-var-update-handler-1): Note if variable goes out of scope.
2309
2310 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2311
2312 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2313 default to global variable values for unsupplied args.
2314 (rcirc-get-buffer-create): Fix bug with setting the target.
2315 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2316 test for rcirc-always-use-server-buffer-flag here.
2317 (rcirc-response-formats): Add %N, which is a facified nick. %n
2318 uses the default face. Change the ACTION format string. If the
2319 "nick" is the server, don't print anything for that field.
2320 Comment fixes.
2321 (rcirc-target-buffer): Don't test
2322 rcirc-always-use-server-buffer-flag here.
2323 (rcirc-print): Squeeze extra spaces out of the text before message.
2324 (rcirc-put-nick-channel): Strip potential "@" char from nick
2325 before adding them to nick table.
2326 (rcirc-url-regexp): Improve to match address like "foo.com".
2327
2328 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2329
2330 * allout.el (allout-hidden-p): Move this defsubst before
2331 allout-overlay-interior-modification-handler, where it is first
2332 used.
2333
2334 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2335
2336 * allout.el: Use allout invisible-text overlays instead of
2337 selective display for concealed text. Also, lots of general
2338 cleanup, and improved compatibility code.
2339
2340 (allout-version) Incremented, corrected, revised, and refined
2341 module commentary.
2342
2343 (provide 'allout): Moved to the bottom, added a require of overlay.
2344
2345 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2346 `except-current'.
2347 (allout-write-file-hook-handler): Minimize delay.
2348 (count-trailing-whitespace-region): New function so
2349 auto-encryption of current topic can resituate cursor exactly.
2350 PGP/GPG encryption trims trailing whitespace from lines, which
2351 must be accounted for across encryption then decryption.
2352
2353 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2354 just plain "\C-c", to avoid intruding on user's keybinding space.
2355
2356 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2357 parameter, so user request to provide a new password is done.
2358
2359 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2360 Refined mechanism for auto-filling behavior while in allout mode.
2361
2362 (allout-mode): Explicitly specify the mode map in the docstring.
2363 Clarify provision for various write-file hook var names.
2364 Adjusted for invisible-text overlays instead of selective-display.
2365
2366 (allout-depth): Really return 0 if not within any topic. This
2367 rectifies `allout-beginning-of-level' and sequence numbering
2368 errors that occur when cutting and pasting numbered topics.
2369 Changed from a in-line subst to a regular function, as well.
2370
2371 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2372
2373 (allout-end-of-subtree, allout-end-of-subtree)
2374 (allout-end-of-entry, allout-end-of-current-heading)
2375 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2376 (allout-show-children, allout-show-to-offshoot)
2377 (allout-hide-current-entry, allout-show-current-entry): Rectified
2378 handling of trailing blank lines between items.
2379
2380 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2381 (allout-current-depth, allout-unprotected, allout-hidden-p)
2382 (allout-on-current-heading-p, allout-listify-exposed)
2383 (allout-chart-subtree, allout-goto-prefix)
2384 (allout-back-to-current-heading, allout-get-body-text)
2385 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2386 (allout-hide-region-body, allout-toggle-subtree-encryption)
2387 (allout-encrypt-string, allout-encrypted-key-info)
2388 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2389 (allout-file-vars-section-data): Adjusted for use with
2390 invisible-text overlays instead of selective-display.
2391
2392 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2393 Reworked for use with invisible text overlays.
2394
2395 (allout-current-topic-collapsed-p): New function.
2396
2397 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2398 to know when to close the containing topic.
2399
2400 (allout-pre-command-business, allout-post-command-business):
2401 Simplify undo-batching and dynamic isearch exposure.
2402
2403 (allout-set-overlay-category): New for invisible-text overlays.
2404 Sets properties of allout-overlay-category, used by
2405 allout-flag-region to set invisible-text overlay properties.
2406 (allout-get-invisibility-overlay): Get the first qualifying
2407 invisibility overlay, so we can find the extent of it.
2408 (allout-back-to-visible-text): Get to just before the beginnining
2409 of the current invisibility overlay, if any.
2410
2411 (allout-overlay-insert-in-front-handler)
2412 (allout-overlay-interior-modification-handler)
2413 (allout-before-change-handler, allout-isearch-end-handler): New
2414 functions to handle extraordinary actions affecting concealed
2415 text.
2416
2417 (allout-flag-region): Use overlays instead of selective-display
2418 for invisible text - by inheritence from the properties of
2419 allout-overlay-category in mainline Emacs, and applied
2420 property-by-property in XEmacs, some recent versions of which
2421 don't inherit the properties from the category. Provisions to
2422 respond to concealed-text edits simplified drastically.
2423
2424 (allout-isearch-rectification, allout-isearch-was-font-lock)
2425 (allout-isearch-expose, allout-enwrap-isearch)
2426 (allout-isearch-abort, allout-pre-was-isearching)
2427 (allout-isearch-prior-pos, allout-isearch-did-quit)
2428 (allout-isearch-dynamic-expose)
2429 (allout-hide-current-entry-completely): Functions deleted.
2430
2431 (allout-undo-aggregation): Explicit undo aggregation no longer
2432 necessary due to transition away from selective-display.
2433
2434 (set-allout-regexp, allout-up-current-level)
2435 (allout-next-visible-heading, allout-forward-current-level)
2436 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2437 (allout-kill-line, allout-yank-processing, allout-show-children)
2438 (allout-expose-topic, allout-old-expose-topic)
2439 (allout-listify-exposed, allout-insert-latex-header)
2440 (allout-toggle-subtree-encryption, allout-encrypt-string)
2441 (remove-from-invisibility-spec, allout-hide-current-subtree):
2442 Ditched unused variables.
2443
2444 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2445
2446 * textmodes/ispell.el (ispell-change-dictionary): Call
2447 ispell-buffer-local-dict instead of
2448 ispell-accept-buffer-local-defs.
2449 (ispell-local-dictionary-alist): Accept as valid any coding-system
2450 supported by Emacs.
2451 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2452 changed to iso-8859-3.
2453
2454 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2455
2456 * speedbar.el (speedbar-frame-width): Make an inline function
2457 instead of a macro. Use frame-width.
2458 (speedbar-try-completion, speedbar-update-contents)
2459 (speedbar-timer-fn): Use consp.
2460 (speedbar-update-localized-contents): Try to preserve point.
2461
2462 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2463 (menu): Re-order menu items.
2464 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2465 field.
2466 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2467 (gdb-post-prompt): Speed things by not forcing update.
2468
2469 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2472 press and perform default action if we get a mouse movement event.
2473
2474 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2475
2476 * calendar/icalendar.el (icalendar--get-event-property)
2477 (icalendar--get-event-property-attributes): Fix typos in
2478 docstrings.
2479
2480 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2481 docstring.
2482
2483 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * bs.el (bs-mode): Use `buffer-disable-undo'.
2486 (bs--get-file-name): Simplify.
2487 (bs-show-in-buffer): Mark the buffer as not modified.
2488
2489 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2492 widget-button-click.
2493
2494 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2495 (custom-mode): Update docstring.
2496
2497 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2498 binding.
2499
2500 * files.el (hack-local-variables-confirm): Allow scrolling if the
2501 file variable list is too long. Kill temp buffer after use.
2502
2503 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2504
2505 * progmodes/gud.el (gdb): Improve doc string.
2506 (gdb-script-font-lock-keywords): Expand allowed character set.
2507
2508 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2509 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2510 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2511 (gdb-separate-io-stop, gdb-separate-io-eof):
2512 Rename from gdb-inferior-* to gdb-separate-*.
2513 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2514
2515 2006-02-14 Jay Belanger <belanger@truman.edu>
2516
2517 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2518 expression is a symbol before checking that it is bound.
2519
2520 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2521 test to see if equation can be solved.
2522
2523 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * wid-edit.el (widget-button-click): Use :pressed-face property
2526 for overlay face, if it exists.
2527
2528 * cus-edit.el (custom-manual, custom-add-see-also)
2529 (custom-add-parent-links, custom-group-link): Add :pressed-face
2530 property to links.
2531
2532 * files.el (hack-local-variables): Remove ignored variables before
2533 checking if any variables need setting.
2534
2535 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2536
2537 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2538
2539 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2540
2541 * help.el (where-is): Fix message for remapped commands.
2542
2543 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2544 Fix typos in docstrings.
2545
2546 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * files.el (safe-local-variable-values): New option.
2549 (hack-local-variables-prop-line): Return a list of variable-value
2550 pairs if MODE-ONLY is non-nil.
2551 (hack-local-variables): Construct list of variable-value pairs,
2552 and apply or reject them in one go. Ask for confirmation if
2553 variables are not known safe.
2554 (hack-local-variables-confirm): Complete rewrite. Support
2555 `safe-local-variable-values'.
2556 (enable-local-variables): Update docstring to reflect new
2557 behavior.
2558 (ignored-local-variables): Ignore ignored-local-variables and
2559 safe-local-variable-values.
2560 (safe-local-variable-p): New function.
2561 (risky-local-variable-p): `safe-local-variable' property check
2562 moved to safe-local-variable-p.
2563 (hack-one-local-variable): Checks moved to hack-local-variables.
2564
2565 (byte-compile-dynamic, c-basic-offset, c-file-style)
2566 (c-indent-level, comment-column, fill-column, fill-prefix)
2567 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2568 (no-update-autoloads, outline-regexp, page-delimiter)
2569 (paragraph-start, paragraph-separate, sentence-end)
2570 (sentence-end-double-space tab-width, version-control):
2571 Add `safe-local-variable' property.
2572
2573 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2574
2575 * icomplete.el, play/landmark.el: Change nonexistent
2576 `outline-layout' file variable to `allout-layout'.
2577
2578 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2579
2580 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2581 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2582 to gud-comint-buffer.
2583 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2584 gdb-ui.el for gdb-mi.el.
2585 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2586 registers buffer to gdb-get-changed-registers.
2587 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2588 deletion of catchpoints (throw and catch).
2589 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2590 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2591 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2592 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2593 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2594
2595 2006-02-13 Jay Belanger <belanger@truman.edu>
2596
2597 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2598 expression is a symbol before checking that it is bound.
2599
2600 2006-02-13 Richard M. Stallman <rms@gnu.org>
2601
2602 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2603 for the minibuffer too, but not if resize-mini-windows will interfere.
2604
2605 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2606 inside `interactive' spec.
2607 (describe-key-briefly-internal, describe-key-internal):
2608 Functions merged back into their callers.
2609
2610 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2611
2612 * info.el (info-xref-visited): Inherit from info-xref too.
2613 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2614 when propertizing Info-current-file and Info-current-node.
2615
2616 2006-02-13 Juri Linkov <juri@jurta.org>
2617
2618 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2619 (tumme-thumb-name): Fix per-directory format.
2620
2621 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2624
2625 2006-02-12 Miles Bader <miles@gnu.org>
2626
2627 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2628
2629 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2630
2631 * tumme.el: Remove history section. If someone needs the it, it
2632 can always be found in CVS.
2633
2634 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2635
2636 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2637 about the Thumbnail Managing Standard option.
2638
2639 2006-02-12 Richard M. Stallman <rms@gnu.org>
2640
2641 * subr.el (substitute-key-definition): Doc fix.
2642
2643 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2644
2645 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2646
2647 * info.el (Info-mode): Doc fix.
2648
2649 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2650
2651 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2654 because on Solaris a POSIX compatible "id" is needed. Reported by
2655 Magnus Henoch <mange@freemail.hu>.
2656
2657 2006-02-12 Juri Linkov <juri@jurta.org>
2658
2659 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2660 (tumme) <defgroup>: Change :group to `multimedia'.
2661 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2662 Managing Standard.
2663 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2664 Fix dostring.
2665 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2666 and %y. Fix docstring.
2667 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2668 (tumme-cmd-create-standard-thumbnail-command): New user options.
2669 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2670 is `standard'. Fix docstring.
2671 (tumme-thumb-width, tumme-thumb-height): New user options.
2672 (tumme-external-viewer): Try to find various viewers.
2673 (tumme-get-thumbnail-image): Use `create-image' instead of
2674 constructing the `image' structure.
2675 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2676 `standard'.
2677 (tumme-thumb-name): Add file name generation for standard storage.
2678 Simplify code for other storages.
2679 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2680 Add modification time %m and thumbnail-nq8 %q.
2681 Use `tumme-cmd-create-standard-thumbnail-command' if
2682 tumme-thumbnail-storage is `standard'.
2683 (tumme-dired-insert-marked-thumbs): New autoload command.
2684 (tumme-dired-after-readin-hook): New function.
2685 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2686 `tumme-thumb-size'.
2687 (tumme-display-image): Replace size-x %x and size-y %y with
2688 width %w and height %h.
2689
2690 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2691 `tumme-dired-insert-marked-thumbs'.
2692
2693 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2694
2695 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2696 include path).
2697 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2698 matching tag.
2699
2700 2006-02-12 Miles Bader <miles@gnu.org>
2701
2702 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2703 New variables.
2704 (rcirc-abbrev-nick): New function.
2705 (rcirc-format-response-string): Rewrite to use the formats in
2706 `rcirc-response-formats' and expand escape sequences therein.
2707 A text-property `rcirc-text' is added over the actual response
2708 text to make easy to find inside the returned string.
2709 (rcirc-print): When filling, just look for the `rcirc-text'
2710 text-property to find the appropriate fill prefix, instead of
2711 using hardwired patterns.
2712
2713 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2714
2715 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2716 Managing Standard.
2717
2718 2006-02-11 Kim F. Storm <storm@cua.dk>
2719
2720 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2721 Don't use insert-buffer; do insert-buffer-substring directly.
2722 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2723
2724 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2725
2726 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2727 with inhibit-read-only. Suggested by Stefan Monnier.
2728 (revert-buffer): Let insert-file-contents discard
2729 buffer-undo-list. Simplify code.
2730 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2731
2732 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2733
2734 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2735
2736 * help.el (describe-key-briefly): Now a wrapper for
2737 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2738 to t. Populate yank-menu if empty.
2739 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2740 (describe-key): Now a wrapper for describe-key-internal. Bind
2741 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2742 (describe-key-internal): Renamed from describe-key.
2743
2744 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2745
2746 * progmodes/glasses.el (glasses-separator): Doc fix.
2747 (glasses-original-separator): New defcustom.
2748 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2749
2750 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2751
2752 * mwheel.el (mouse-wheel-up-event): Doc fix.
2753
2754 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2755
2756 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2757 (tumme-dir): New function. Copied from thumbs.el.
2758
2759 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * desktop.el (desktop-outvar): Fix typo.
2762 (desktop-save-buffer-p): Doc fix.
2763
2764 * subr.el (substitute-key-definition): Fix typo.
2765
2766 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2767
2768 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2769 when window-system is mac.
2770
2771 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2772
2773 2006-02-10 Kim F. Storm <storm@cua.dk>
2774
2775 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2776 indirect-function instead of using condition-case.
2777
2778 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2779
2780 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2781 less `colloquial'...
2782
2783 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2784
2785 * tumme.el: Add a couple of todo items.
2786
2787 2006-02-09 Lars Hansen <larsh@soem.dk>
2788
2789 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2790 (highlight-changes-mode): Don't change desktop-locals-to-save.
2791
2792 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * image-mode.el (image-toggle-display): Clear image cache if using
2795 filename.
2796
2797 2006-02-09 Masatake YAMATO <jet@gyve.org>
2798
2799 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2800 a `dired-man' target.
2801
2802 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2803 boundary of symbols.
2804
2805 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2806
2807 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2808
2809 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2812 `mapcar'; return nil.
2813
2814 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2817 some other event.
2818
2819 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2820
2821 * net/rcirc.el (rcirc-startup-channels-alist):
2822 Add irc.freenode.net and #emacs as defaults.
2823 (rcirc-ignore-all-activity-flag): Remove variable.
2824 (rcirc-authinfo): New variable.
2825 (rcirc-authinfo-filename): Remove variable.
2826 (rcirc-always-use-server-buffer-flag): New flag.
2827 (rcirc): M-x rcirc will automatically connect without prompting.
2828 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2829 connection in lisp.
2830 (rcirc-process-server-response-1): Remove everything but the nick
2831 portion of the sender so it doesn't need to be done everywhere
2832 else. Update related code.
2833 (global-map): Remove global keybindings.
2834 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2835 (rcirc-send-input): Split into several functions.
2836 (rcirc-process-input-line, rcirc-process-message)
2837 (rcirc-process-command): New functions.
2838 (rcirc-target-buffer): New function to determine where to route
2839 messages.
2840 (rcirc-user-nick): Save match data.
2841 (rcirc-toggle-ignore-buffer-activity)
2842 (rcirc-update-activity-string): Remove global ignore functionality,
2843 which can be done now by toggling rcirc-track-minor-mode.
2844 (rcirc-track-minor-mode-map): New keymap.
2845 (rcirc-track-minor-mode): New minor-mode.
2846 (ignore): Make the ignore output nicer. Always print it when
2847 adding or removing nicks.
2848 (rcirc-url-regexp): Improve.
2849 (rcirc-mangle-text): Remove properties before using text in the
2850 modeline.
2851 (rcirc-authenticate): Authentication data comes from
2852 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2853 (rcirc-server-prefix): Inherit from rcirc-server.
2854
2855 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2856
2857 * Makefile.in (compile): Append "|| true" to the end of the `find'
2858 command, like compile-always does.
2859
2860 2006-02-08 Sam Steingold <sds@gnu.org>
2861
2862 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2863 output from a dead connection.
2864
2865 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2866
2867 * dired.el (dired-mode-map): Add more bindings for tumme.
2868
2869 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * wdired.el (wdired-mode-map): Use remap.
2872 (wdired-get-filename): Massage.
2873 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2874 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2875 `keymap' property rather than `local-map'.
2876
2877 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2878
2879 * tumme.el (tumme-get-thumbnail-image): New utility function.
2880 Suggested by from Chong Yidong.
2881 (tumme-dired-with-window-configuration): Rename from
2882 `tumme-dired'. Add code to save window configuration.
2883 (tumme-restore-window-configuration): New command to restore the
2884 window configuration that `tumme-dired-with-window-configuration'
2885 saves before it changes the window configuration.
2886 (tumme-show-all-from-dir): New command to display thumbnails for
2887 all files in a directory entered by the user, like M-x thumbs.
2888 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2889 have been created.
2890 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2891 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2892 Remove obsolete test function.
2893
2894 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * vc.el (small-temporary-file-directory): Remove defvar; there's
2897 a defcustom for it in files.el.
2898
2899 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2900 Fix typo in message.
2901 (tumme-gallery-generate): Fix typo in `error' message.
2902 (tumme-display-window-height-correction)
2903 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2904 (tumme-line-up-interactive): Dox fixes.
2905 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2906 (tumme-restore-window-configuration, tumme-format-properties-string)
2907 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2908 Fix typos in docstrings.
2909
2910 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2911
2912 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2913
2914 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2915
2916 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2917 User should use hook if desired.
2918
2919 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2920 buffer if necessary.
2921 (gdb-delete-frame-or-window): New function.
2922 (gdb-breakpoints-mode-map): Bind "q" to it.
2923
2924 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * textmodes/nroff-mode.el: Clean up name space.
2927 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2928 (nroff-mode): Obey the global setting of nroff-electric-mode.
2929 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2930
2931 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2932
2933 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2934
2935 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2936
2937 2006-02-06 Lars Hansen <larsh@soem.dk>
2938
2939 * generic-x.el (etc-fstab-generic-mode): Add file system types
2940 cifs and usbdevfs. Allow special chars in file names.
2941
2942 2006-02-05 Jay Belanger <belanger@truman.edu>
2943
2944 Update copyright notices of the files in lisp/calc.
2945
2946 2006-02-05 Romain Francoise <romain@orebokech.com>
2947
2948 Update copyright notices of all files in the lisp/play directory.
2949
2950 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2951
2952 * ldefs-boot.el: Regenerate.
2953
2954 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2955
2956 2006-02-05 Kim F. Storm <storm@cua.dk>
2957
2958 * files.el (magic-mode-regexp-match-limit): New defvar.
2959 (set-auto-mode): Use it to limit magic-mode-alist matching.
2960
2961 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2962
2963 * simple.el (display-message-or-buffer): Compare the number of
2964 characters to the frame width when determining whether a 1-line
2965 message string will fit in the echo area. Count screen lines
2966 instead of buffer lines when determining whether a multi-line
2967 message will fit in the echo area/minibuffer window.
2968
2969 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2970
2971 * info.el (Info-index, Info-mode): Improve the description of the
2972 `i' command.
2973
2974 * ldefs-boot.el: Regenerate.
2975
2976 2006-02-03 Werner Lemberg <wl@gnu.org>
2977
2978 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2979 greedy to find the closing bracket in \*[...] and similar
2980 expressions. This is a first rough fix -- many additional
2981 refinements are necessary to make nroff mode really usable with groff.
2982
2983 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2984
2985 * international/mule-cmds.el (set-locale-environment):
2986 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2987 libX11.
2988
2989 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2990
2991 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2992 archive are created in archive-tmpdir.
2993
2994 2006-02-02 John Paul Wallington <jpw@pobox.com>
2995
2996 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2997 (ibuffer-fontification-alist): Use it.
2998 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2999 to "* z" and the Ibuffer Mark menu.
3000
3001 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3002
3003 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * textmodes/table.el (*table--cell-describe-mode)
3006 (*table--cell-describe-bindings): Undo last change since
3007 print-help-return-message is not obsoleted by anything at all.
3008
3009 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3010
3011 * emulation/cua-base.el (cua-mode): Doc fix.
3012
3013 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * dframe.el (dframe-handle-make-frame-visible)
3016 (dframe-handle-iconify-frame, dframe-get-focus)
3017 (dframe-select-attached-frame, dframe-power-click)
3018 (dframe-frame-mode): Fix typos in docstrings.
3019
3020 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3021 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3022 Fix typos in docstrings.
3023
3024 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3025 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3026 (hi-lock-archaic-interface-message-used)
3027 (hi-lock-file-patterns-range): Fix typos in docstrings.
3028
3029 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3030 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3031
3032 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3033 Fix typo in docstring.
3034
3035 * net/newsticker.el (newsticker--decode-iso8601-date)
3036 (newsticker--set-customvar, newsticker--buffer-insert-item)
3037 (newsticker--do-run-auto-mark-filter)
3038 (newsticker--parse-generic-feed): Doc fixes.
3039 (newsticker--retrieval-timer-list, newsticker-url-list)
3040 (newsticker-hide-immortal-items-in-echo-area)
3041 (newsticker-hide-obsolete-items-in-echo-area)
3042 (newsticker-new-item-face, newsticker--enclosure)
3043 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3044 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3045 (newsticker--parse-generic-feed, newsticker--cache-contains)
3046 (newsticker--stat-num-items, newsticker-download-enclosures):
3047 Fix typos in docstrings.
3048
3049 * net/rcirc.el (rcirc-debug): Doc fix.
3050 (rcirc-fill-column, rcirc-receive-message-hooks)
3051 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3052 (rcirc-mode, rcirc-generate-new-buffer-name)
3053 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3054 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3055 Fix typos in docstrings.
3056 (rcirc-print): "?\ " -> "?\s".
3057 (rcirc-cmd-join): Improve argument/docstring consistency.
3058
3059 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3060
3061 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3062 before narrow-to-region.
3063
3064 2006-02-01 Richard M. Stallman <rms@gnu.org>
3065
3066 * simple.el (move-beginning-of-line): Scan properly for invis change.
3067
3068 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3069
3070 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3071
3072 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3073 change bit only when id-format is 'integer. Reported by Matt
3074 Hodges <M.P.Hodges@rl.ac.uk>.
3075
3076 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3077
3078 * hilit-chg.el (highlight-changes-initial-state)
3079 (highlight-changes-global-initial-state): Doc fixes.
3080 (highlight-changes-global-modes, global-highlight-changes):
3081 Fix typos in docstrings.
3082
3083 2006-02-01 Kim F. Storm <storm@cua.dk>
3084
3085 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3086 transient-mark-mode in doc string.
3087
3088 2006-01-31 Richard M. Stallman <rms@gnu.org>
3089
3090 * replace.el (multi-occur): Doc fix.
3091 (multi-occur-in-matching-buffers): Rename from
3092 multi-occur-by-filename-regexp. Prefix arg says match
3093 buffer names instead of file names.
3094
3095 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3096
3097 * bs.el: Allow non-default values of `bs-header-lines-length'.
3098 (bs--running-in-xemacs): Remove (not needed anymore).
3099 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3100 instead of `shrink-window', thus avoiding having to compute the
3101 height of the window.
3102 (bs--up): Wrap around even when there's no header.
3103 (bs--down): Use `forward-line' instead of `next-line'.
3104
3105 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * image-mode.el (image-toggle-display): Use file name if possible,
3108 instead of unnecessarily allocating a (possibly huge) lisp string.
3109
3110 2006-01-30 John Paul Wallington <jpw@pobox.com>
3111
3112 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3113 because the `assert' macro signals it at runtime.
3114
3115 * emacs-lisp/cl.el (toplevel): Remove definition of
3116 `cl-assertion-failed' condition.
3117
3118 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * thumbs.el (thumbs-marked-list): Make buffer-local and
3121 permanent-local.
3122 (thumbs-insert-thumb): Make help-echo non-sticky.
3123 (thumbs-file-alist): Use eolp as check for (non)-image.
3124
3125 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3128 (ediff-before-session-group-setup-hooks)
3129 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3130 Fix typos in docstrings.
3131
3132 * window.el (bw-dir, bw-eqdir, balance-windows)
3133 (split-window-keep-point): Fix typos in docstrings.
3134
3135 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3136 (org-quote-string, org-calendar-to-agenda-key)
3137 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3138 (org-show-following-heading, org-tags-column)
3139 (org-use-tag-inheritance, org, org-allow-space-in-links)
3140 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3141 (org-enable-table-editor, org-calc-default-modes)
3142 (org-table-allow-automatic-line-recalculation)
3143 (org-export-html-style, org-export-with-fixed-width)
3144 (org-export-with-sub-superscripts, org-special-keyword)
3145 (org-formula, org-time-grid, org-table-may-need-update)
3146 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3147 (org-goto-quit, org-get-indentation, org-end-of-item)
3148 (org-move-item-down, org-move-item-up)
3149 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3150 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3151 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3152 (org-agenda-log-mode, org-agenda-toggle-diary)
3153 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3154 (org-agenda-file-to-end, org-agenda-no-heading-message)
3155 (org-agenda-get-closed, org-format-agenda-item)
3156 (org-cmp-priority, org-cmp-category, org-cmp-time)
3157 (org-agenda-change-all-lines, org-agenda-diary-entry)
3158 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3159 (org-link-search, org-camel-to-words, org-open-file)
3160 (org-remember-handler, org-table-convert-region)
3161 (org-table-move-row-down, org-table-move-row-up)
3162 (org-table-copy-region, org-table-wrap-region)
3163 (org-table-toggle-vline-visibility)
3164 (org-table-get-vertical-vector, org-table-modify-formulas)
3165 (org-table-get-specials, org-recalc-commands)
3166 (org-table-rotate-recalc-marks, org-table-eval-formula)
3167 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3168 (org-level-color-stars-only, org-insert-heading):
3169 Fix typos in docstrings.
3170 (last-arg): Add defvar.
3171
3172 * makefile.w32-in (WINS): Add erc.
3173 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3174
3175 2006-01-29 Bill Wohler <wohler@newt.com>
3176
3177 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3178 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3179 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3180 (mh-autoloads): Don't use comments on otherwise empty lines.
3181
3182 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3183
3184 * emulation/viper.el (viper-major-mode-modifier-list): Add
3185 insert-state and vi-state entries for erc-mode.
3186 (viper-go-away, viper-set-hooks): Add and remove
3187 viper-comint-mode-hook from erc-mode-hook as appropriate.
3188
3189 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3190
3191 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * bs.el (bs--format-aux): Implement `middle' alignment as
3194 described in the docstring for `bs-attributes-list'.
3195 (bs--get-name): Simplify. Don't pad the buffer name.
3196
3197 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3198
3199 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3200 English aspell dictionary is installed, use the first entry of
3201 ispell-dictionary-alist-1.
3202
3203 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3204
3205 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3206 Doc fix.
3207
3208 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3209
3210 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3211 for `process-file', in order to let it work for older Emacsen too.
3212
3213 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3214
3215 * international/latexenc.el: Add a suitable `coding:' tag.
3216 (latexenc-find-file-coding-system): Undo last change.
3217
3218 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3219
3220 * international/latexenc.el (latexenc-find-file-coding-system):
3221 Make sure latexenc-main-file is a regular file and is readable.
3222
3223 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3224
3225 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3226 Pass FILE to vc-user-login-name.
3227
3228 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3229
3230 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3233 there are no more images to display.
3234 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3235 the next image.
3236
3237 2006-01-26 Richard M. Stallman <rms@gnu.org>
3238
3239 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3240
3241 * wid-edit.el (advertised-widget-backward): New alias.
3242 (widget-keymap): Use advertised-widget-backward for S-TAB.
3243
3244 * tumme.el: Correct the keywords.
3245 (tumme-dir-max-size): Use defvar.
3246 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3247
3248 * simple.el (move-beginning-of-line): Take account of fields.
3249 (clone-indirect-buffer-other-window): Take args like
3250 clone-indirect-buffer, and work like it.
3251
3252 * help-fns.el (describe-function): Don't pass `nil' as default.
3253
3254 * files.el (risky-local-variable-p): Follow var aliases.
3255
3256 * subr.el (lazy-completion-table): Doc fix.
3257
3258 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3259 global binding of `line'.
3260
3261 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3262
3263 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3264 Tramp.
3265
3266 * vc.el (vc-default-dired-state-info): Pass FILE to
3267 vc-user-login-name.
3268 (vc-default-update-changelog): Don't use vc-user-login-name, we
3269 don't need it here.
3270
3271 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3272 no longer necessary.
3273
3274 2006-01-25 Kenichi Handa <handa@m17n.org>
3275
3276 * international/mule.el (decode-char): Avoid the overhead of
3277 calling utf-lookup-subst-table-for-decode if
3278 utf-translate-cjk-mode is nil.
3279 (encode-char): Avoid the overhead of calling
3280 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3281 nil.
3282
3283 2006-01-22 Kenichi Handa <handa@m17n.org>
3284
3285 * international/mule.el (make-subsidiary-coding-system): Reset
3286 `coding-system-define-form' property of subsidiaries to nil.
3287 Avoid duplicated entry in coding-system-alist.
3288 (make-coding-system): Avoid duplicated entry in
3289 coding-system-alist.
3290 (define-coding-system-alias): Likewise.
3291
3292 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3293
3294 * completion.el: Minor fixes in introductory comment.
3295 (completion-def-wrapper): Fix alist.
3296
3297 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3298
3299 * thumbs.el (thumbs-new-image-size): New function.
3300 (thumbs-increment-image-size-element)
3301 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3302 (thumbs-decrement-image-size): Delete.
3303 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3304 temp files and use to resize.
3305 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3306 Use increment argument to enlarge/shrink. Preserve point.
3307 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3308 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3309 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3310 (thumbs-mark, thumbs-unmark): Preserve point.
3311 (thumbs-modify-image): Keep old temp files and use to modify.
3312 Cleanup old temp files at load time. Preserve point.
3313 (thumbs-view-image-mode-map): Use new command names.
3314
3315 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3318
3319 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3320 the nastiest part of the cyclic dependency.
3321 (cal-menu-update): Use dotimes and calendar-increment-month.
3322
3323 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3324 (calendar-week-start-day): Add an :initializer.
3325 (calendar-mode-map): Use suppress-keymap, and command remapping.
3326 (describe-calendar-mode): Setup xref-stack info for the back button.
3327 (calendar-star-date): Insert before delete.
3328 (calendar-set-mode-line): Add file-modified info if applicable.
3329 (calendar-increment-month): New function.
3330
3331 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3332
3333 * font-lock.el (lisp-font-lock-keywords-2):
3334 Recognize "& keywords" only at word boundaries.
3335
3336 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3337
3338 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3339 and permanent-local.
3340 (thumbs-max-image-number): New variable.
3341 (thumbs-do-thumbs-insertion): Use them.
3342 (thumbs-per-line): Change default to 4.
3343 (thumbs-marked-list): Rename from thumbs-markedL.
3344 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3345 (thumbs-rename-images): Use -list instead of L for internal variables.
3346 (thumbs-call-convert): Use call-process instead of shell-command.
3347 (thumbs-insert-thumb): Add filename as help-echo to each image.
3348 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3349 Give dir to thumbs-show-thumbs-list.
3350 (thumbs-show-thumbs-list): Set default-directory to that of images.
3351 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3352 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3353 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3354 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3355
3356 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * ses.el (ses-read-cell): Provide a default value.
3359
3360 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3361
3362 * term/w32-win.el (image-library-alist): Add additional names for
3363 GIF library.
3364
3365 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3366
3367 * international/latexenc.el (latexenc-find-file-coding-system):
3368 Add file-regular-p check.
3369
3370 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * simple.el (clone-buffer): Don't show the new buffer in the same
3373 window.
3374
3375 2006-01-23 Juri Linkov <juri@jurta.org>
3376
3377 * faces.el (link, link-visited): New faces based on default values
3378 of `info-xref' and `info-xref-visited'.
3379
3380 * info.el (info-xref): Inherit from `link'.
3381 (info-xref-visited): Inherit from `link-visited'.
3382
3383 * cus-edit.el (custom-buffer-create-internal): Use widget type
3384 `custom-manual' instead of `info-link' and don't set properties
3385 `button-face' and `mouse-face' explicitly.
3386 (custom-browse-group-tag, custom-browse-variable-tag)
3387 (custom-browse-face-tag): Inherit from widget class
3388 `custom-group-link' instead of `push-button'.
3389 (custom-button-unraised): Inherit from `underline' face.
3390 (custom-link): Inherit from `link' face. Fix doc and group.
3391 (custom-add-parent-links, custom-group-value-create): Don't set
3392 properties `button-face' and `mouse-face' explicitly for
3393 `custom-group-link' widget.
3394 (custom-group-link): Add properties `button-face' and `mouse-face'
3395 to widget definition.
3396 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3397 editable-field's :keymap property.
3398 (custom-mode): Fix docstring: substitute keybindings for
3399 `widget-forward' and `widget-backward' from `widget-keymap',
3400 `widget-complete' from `custom-field-keymap', replace old
3401 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3402
3403 * desktop.el (desktop-load-file): Check for `fboundp' before
3404 calling `symbol-function'.
3405
3406 * simple.el (clone-buffer, clone-indirect-buffer)
3407 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3408 `read-string'. Fix prompts.
3409
3410 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3411
3412 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3413
3414 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3415
3416 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * startup.el (inhibit-splash-screen, initial-scratch-message):
3419 Doc fixes.
3420
3421 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3422
3423 Sync with Tramp 2.0.52.
3424
3425 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3426 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3427 `tramp-unload-tramp' for checklist.
3428
3429 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3430 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3431 (tramp-unload-file-name-handler-alist)
3432 (tramp-unload-tramp): New defuns.
3433 (tramp-advice-PC-expand-many-files): New defadvice.
3434 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3435 removed.
3436 (tramp-handle-expand-file-name): Remove double slash.
3437 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3438 It doesn't matter, because it will be converted later on.
3439 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3440 implementation was just heuristic.
3441 (tramp-post-connection): Set uid and gid properties.
3442 (tramp-convert-file-attributes): Set file's gid change bit.
3443 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3444 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3445 in case of su(do)? methods. The home directory of the local user
3446 will be taken else.
3447 (tramp-open-connection-telnet)
3448 (tramp-open-connection-rsh, tramp-open-connection-su)
3449 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3450 local shell prompt could hurt. Reported by Romain Francoise
3451 <romain@orebokech.com>.
3452 (tramp-let-maybe): Add `edebug-form-spec' property.
3453 (tramp-handle-expand-file-name): Bind `default-directory' locally
3454 to "/" in order to avoid problems with UNC shares or Cygwin
3455 mounts.
3456 (tramp-md5-function): Fix typo in error message.
3457
3458 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3459
3460 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3461 for byte-compiler pacification.
3462
3463 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3464
3465 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3466 ID-FORMAT `string'. This allows us to get rid of
3467 `vc-user-login-name UID'.
3468
3469 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3470
3471 2006-01-22 John Paul Wallington <jpw@pobox.com>
3472
3473 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3474
3475 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3476
3477 * emacs-lisp/find-func.el (find-definition-noselect)
3478 (find-variable-noselect): Search variables in C source code too.
3479 (find-function-C-source, find-function-noselect, find-function)
3480 (find-function-other-frame, find-variable-noselect, find-variable)
3481 (find-variable-other-frame, find-variable-at-point):
3482 Fix docstrings.
3483
3484 2006-01-21 Francesco Potorti` <pot@gnu.org>
3485
3486 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3487
3488 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3489
3490 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3491 Default to disabling the "Save affix" question.
3492
3493 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3494
3495 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3496 the first arg to run-python.
3497
3498 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3499
3500 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3501 is not loaded.
3502
3503 2006-01-20 Jay Belanger <belanger@truman.edu>
3504
3505 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3506 limit is 0.
3507
3508 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3509 the correct variable.
3510
3511 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3512
3513 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3514 link. Fixed buggy argument sequence in call to `org-view-tags'.
3515 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3516 (org-prefix-has-tag): New variable.
3517 (org-format-agenda-item): Remove tags from headline if
3518 appropriate.
3519 (org-agenda-remove-tags-when-in-prefix): New option.
3520 (org-get-tags-at): New function.
3521
3522 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3523
3524 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3525 (thumbs-find-image): Move image name and number from buffer name
3526 to mode name. Set thumbs-buffer. Preserve point so that large
3527 images remain visible.
3528 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3529 order.
3530 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3531 mode name.
3532 (thumbs-next-image, thumbs-previous-image): Make them work.
3533
3534 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3535
3536 * cus-edit.el (custom-buffer-create-internal): State in the text above
3537 the whole buffer buttons that they do not operate on hidden items.
3538 (custom-face-menu): Use `custom-face-save' instead of
3539 `custom-face-save-command'.
3540 (custom-face-save-command): Make it an alias for `custom-face-save'
3541 and declare it obsolete.
3542 (custom-face-save): Doc fix.
3543
3544 * dired.el (dired-no-confirm): Add quote.
3545 (dired-subdir-alist-pre-R): Add quote in
3546 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3547
3548 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * textmodes/table.el (table-mode-indicator): Typo in last change.
3551
3552 2006-01-19 Richard M. Stallman <rms@gnu.org>
3553
3554 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3555 Fixes bug reported in Nov 2005.
3556
3557 * isearch.el (isearch-forward): Doc fix.
3558
3559 * dired.el (dired-move-to-filename-regexp): Define as alias.
3560 (dired-no-confirm): Use defcustom.
3561 (dired-subdir-alist-pre-R): Put defvar at top level.
3562
3563 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3564
3565 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3566 Mark as risky.
3567
3568 * simple.el (set-mark-command): Doc fix.
3569 (clone-indirect-buffer-other-window):
3570 Read arg like clone-indirect-buffer.
3571 (move-beginning-of-line): Skip invisible newlines.
3572
3573 2006-01-19 Masatake YAMATO <jet@gyve.org>
3574
3575 * progmodes/cpp.el (cpp-edit-load): Make the order of
3576 listed conditions in a base C code buffer and its associate
3577 CPP Edit buffer the same.
3578
3579 2006-01-19 Kenichi Handa <handa@m17n.org>
3580
3581 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3582 (rmail-mime-feature): Likewise.
3583 (rmail-require-mime-maybe): Use display-warning to show a warning
3584 message.
3585
3586 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3587 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3588
3589 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * array.el: Move defvars out of eval-when-compile.
3592 (array-make-template): Replace undeclared global var with a local one.
3593 (array-mode): Inline initialization functions.
3594 (array-init-local-variables, array-init-max-row)
3595 (array-init-max-column, array-init-columns-per-line)
3596 (array-init-field-width, array-init-rows-numbered)
3597 (array-init-line-length, array-init-lines-per-row): Remove.
3598
3599 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3600 (doc-mode-map): Define explicitly.
3601 (doctor-txtype): Use mapc.
3602
3603 * textmodes/table.el: Move defvars out of eval-when-compile.
3604 Remove harmful code meant to avoid byte-compiler warnings.
3605 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3606 specification that checks table-fixed-width-mode directly.
3607 (table-recognize-region, table-recognize-cell):
3608 Use restore-buffer-modified-p.
3609 (table-fixed-width-mode): Remove code that refreshes
3610 table-fixed-mode-indicator.
3611 (*table--cell-describe-bindings, *table--cell-describe-mode):
3612 Avoid obsolete name print-help-return-message.
3613 (table--test-cell-list): Don't use replace-regexp from elisp.
3614 (table--point-entered-cell-function, table--point-left-cell-function):
3615 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3616
3617 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3618 that was after the end of file. Use buffer-file-name variable.
3619 (org-timestamp-change): Use with-current-buffer.
3620 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3621 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3622 `file'.
3623
3624 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3625 (fortran-break-line): Remove unused var `opoint'.
3626 (fortran-abbrev-start): Obey help-event-list.
3627
3628 2006-01-18 Jesper Harder <harder@phys.au.dk>
3629
3630 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3631
3632 2006-01-18 Masatake YAMATO <jet@gyve.org>
3633
3634 * progmodes/make-mode.el (makefile-imake-mode): New mode
3635 derived from makefile-mode.
3636 (makefile-imake-mode-syntax-table): New syntax table
3637 derived from makefile-mode-syntax-table.
3638 (makefile-mode): Write about makefile-imake-mode in doc string.
3639 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3640 (makefile-imake-font-lock-keywords): New font lock keywords.
3641
3642 * files.el (auto-mode-alist): Add Imakefile.
3643
3644 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3645
3646 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3647 loading the file rather than when turning on flyspell-mode.
3648
3649 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3650
3651 * cus-edit.el (customize-rogue): Minor doc fix.
3652
3653 2006-01-17 Juri Linkov <juri@jurta.org>
3654
3655 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3656 instead of the file at the mark as default if the file at the mark
3657 is the same as the file at point or if dired-dwim-target-directory
3658 is not the same as the current directory and the mark is not active.
3659
3660 * log-view.el (log-view-minor-wrap): Use the same logic to get
3661 revisions as `log-view-diff'.
3662
3663 * info.el (Info-revert-find-node): Check for Info-current-file
3664 before preserving new-history.
3665
3666 * man.el (Man-heading-regexp): Add `/'.
3667
3668 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3669 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3670
3671 2006-01-16 Juri Linkov <juri@jurta.org>
3672
3673 * faces.el (mode-line-faces): New defgroup.
3674 (mode-line-highlight): Move definition after new defgroup.
3675 (mode-line, mode-line-inactive, mode-line-highlight):
3676 Replace :group `modeline' with `mode-line-faces'.
3677 (mode-line-buffer-id): New face.
3678 (modeline-buffer-id): New face alias.
3679 (vertical-border): Remove :group `modeline'.
3680
3681 * bindings.el (propertized-buffer-identification): Use face
3682 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3683 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3684 (mode-line-buffer-identification-keymap): For mouse-1 replace
3685 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3686 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3687 mouse-3.
3688
3689 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3690 Buffer-menu-buffer. Doc fix.
3691 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3692 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3693 `Buffer-menu-buffer'.
3694
3695 * info.el (Info-mode-line-node-keymap): New defvar.
3696 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3697 Propertize Info-current-node with `mode-line-buffer-id' and
3698 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3699
3700 * time.el (display-time-mail-face): Replace :group `faces' with
3701 `mode-line-faces'.
3702
3703 2006-01-16 Kenichi Handa <handa@m17n.org>
3704
3705 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3706
3707 * language/european.el (cp1252): New alias for windows-1252.
3708
3709 * international/mule.el (autoload-coding-system): Prepare for EOL
3710 variants.
3711
3712 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 * term.el (term-raw-map): Add mapping for insert.
3715 (term-send-insert): New.
3716 (term-mode): Make variables local here instead of doing it in
3717 `term-emulate-terminal'.
3718 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3719 Scroll reverse needs to take into account the scroll region.
3720 Saving and restoring the cursor should save the color attributes too.
3721 (term-reset-terminal): Reset the scroll region.
3722 (term-handle-ansi-escape): Cursor up and down should take into
3723 account the scroll region.
3724 (term-set-scroll-region): Rename from `term-scroll-region'.
3725 Move to 0,0 after setting the region.
3726 (term-handle-scroll): Handle scroll up.
3727 (term-down): Fix off by one error.
3728 (term-delete-lines): Do not delete outside the scroll region.
3729 (term-insert-lines): Take into account the scroll region.
3730
3731 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * textmodes/ispell.el (ispell-internal-change-dictionary)
3734 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3735 (start, end): Move declaration outside of eval-when-compile.
3736
3737 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3738 (flyspell-mode-on): Use it.
3739
3740 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3741 ispell-kill-ispell-hook.
3742
3743 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3744
3745 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3746 (Custom-reset-saved): Do not ask for confirmation in single option
3747 buffers.
3748
3749 2006-01-13 Richard M. Stallman <rms@gnu.org>
3750
3751 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3752
3753 2006-01-13 Romain Francoise <romain@orebokech.com>
3754
3755 * add-log.el (add-change-log-entry, change-log-merge):
3756 Conditionally use `hard-newline'.
3757
3758 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3759
3760 * wid-edit.el (widget-field-end): If the overlay is no longer
3761 associated with a buffer, behave as if the overlay didn't exist.
3762
3763 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3764 Make sure the links use the `custom-link' face.
3765
3766 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3769 (ld-script-mode): Don't set indent-line-function since we don't
3770 have one.
3771
3772 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3773
3774 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3775 application.
3776 (org-file-apps-defaults-gnu): Use mailcap as the default for
3777 selecting an application on a UNIX system.
3778 (org-agenda-show-tags): New command.
3779 (org-table-insert-hline): Keep cursor in current table line.
3780 (org-table-convert): Offset effect of modifying
3781 `org-table-insert-hline'.
3782 (org-format-agenda-item): New optional argument TAG.
3783 (org-compile-prefix-format): Handle %T format for the tag.
3784 (org-expand-wide-chars): New function.
3785 (org-table-insert-row, org-table-insert-hline):
3786 Use `org-expand-wide-chars'.
3787 (org-open-file): Fix bug in program launch.
3788 (org-get-time-of-day): Fix bug with times before 1am.
3789 (org-agenda-menu): Add tags commands.
3790
3791 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3792
3793 * textmodes/ispell.el (ispell-init-process): Include the used
3794 dictionary in ispell process start message.
3795 (ispell-internal-change-dictionary): When flyspell-mode is active
3796 and dictionary is changed, make sure ispell process is restarted
3797 and flyspell word cache cleared out for the current buffer.
3798 (ispell-change-dictionary): Make sure flyspell word cache is
3799 cleared out in all buffers with active flyspell mode when
3800 dictionary is globally changed.
3801 Call ispell-internal-change-dictionary after dictionary change.
3802
3803 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3804
3805 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3806
3807 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3808 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3809 years. Fix small differences wrt Makefile.in.
3810 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3811 Makefile.in does.
3812
3813 2006-01-12 Bill Wohler <wohler@newt.com>
3814
3815 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3816 mh-search.el.
3817
3818 2006-01-12 Masatake YAMATO <jet@gyve.org>
3819
3820 * progmodes/ld-script.el: Update copyright year.
3821
3822 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3825 Don't add widget if setting undefined.
3826
3827 2006-01-12 John Paul Wallington <jpw@pobox.com>
3828
3829 * help-fns.el (describe-variable): Remove newlines from void
3830 variable output.
3831
3832 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3833
3834 * wdired.el (wdired-mode-map): Add help echo for
3835 wdired-abort-changes.
3836
3837 * man.el (Man-file-name-regexp): Adjust for a list of files.
3838
3839 2006-01-12 Masatake YAMATO <jet@gyve.org>
3840
3841 * progmodes/ld-script.el (auto-mode-alist): Support
3842 suffix conventions used in netbsd and eCos.
3843
3844 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3845
3846 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3847 (custom-variable-menu, custom-face-menu, custom-group-menu)
3848 (Custom-mode-menu): Change names of menu items. (As discussed on
3849 emacs-devel.)
3850 (custom-face-menu): Add "Undo Edits" item.
3851
3852 * startup.el (init-file-user): defcustom -> defvar.
3853
3854 * tooltip.el (tooltip-mode): Doc fix.
3855
3856 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * reveal.el (reveal-post-command): window-buffer signals an error on
3859 dead windows rather than returning nil.
3860 (reveal-open-new-overlays): An overlay might die while we open others.
3861
3862 2006-01-11 Bill Wohler <wohler@newt.com>
3863
3864 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3865 phrasing in docstring.
3866
3867 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3868 can give some systems gas. Add new file mh-buffers.el.
3869
3870 2006-01-06 Masatake YAMATO <jet@gyve.org>
3871
3872 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3873 C preprocessor forward ported from GNU Emacs 21.2.
3874
3875 * progmodes/asm-mode.el (asm-font-lock-keywords):
3876 Use `cpp-font-lock-keywords'.
3877
3878 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3879
3880 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3881 of $ for "\\.ld[s]?".
3882
3883 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3886 (tcl-indent-line): Return `noindent' if inside a string.
3887
3888 * progmodes/flymake.el (flymake-split-string): Remove more than one
3889 empty string at beg/end of the result.
3890 (flymake-find-buildfile, flymake-find-possible-master-files):
3891 Use expand-file-name.
3892 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3893 since expand-file-name does it for us. Use directory-file-name.
3894 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3895 (flymake-ler-get-type, flymake-ler-get-text)
3896 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3897 (flymake-current-line-no): Remove spurious interactive spec.
3898 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3899 (flymake-check-include): Remove arg inc-path merged into inc-name.
3900 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3901 Arg regexp-list replaced by a simple regexp.
3902 (flymake-master-make-header-init, flymake-master-tex-init):
3903 Correspondingly replace regexp-list with a regexp. Fix regexp.
3904
3905 2006-01-10 Simon Josefsson <jas@extundo.com>
3906
3907 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3908 describing AUTH PLAIN fix.
3909
3910 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3911
3912 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3913 (report-emacs-bug): Don't record initial prompt text.
3914 Instead, add text properties to prompting text.
3915 (report-emacs-bug-hook): Delete prompting text.
3916
3917 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3920 `dirs'. Adjust callers.
3921
3922 2006-01-09 John Paul Wallington <jpw@gnu.org>
3923
3924 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3925
3926 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * reveal.el (reveal-open-new-overlays): New extracted fun.
3929 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3930 using them. Simplify the code.
3931 (reveal-post-command): Use them. Fix up obsolete windows in
3932 reveal-open-spots.
3933
3934 * progmodes/flymake.el: Use `require' rather than autoload for
3935 XEmacs's overlays.
3936 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3937 Delete. Use file-relative-name instead.
3938 (flymake-get-syntax-check-program-args, flymake-perl-init):
3939 Simplify the resulting code.
3940
3941 * log-view.el (log-view-file-re, log-view-message-re): Add support
3942 for DaRCS output.
3943
3944 2006-01-09 Alex Schroeder <alex@gnu.org>
3945
3946 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3947 identifiers sometimes added in square brackets at the beginning of
3948 subject lines.
3949
3950 2006-01-07 Richard M. Stallman <rms@gnu.org>
3951
3952 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3953 (Custom-reset-current, Custom-reset-saved): Change question text.
3954 (Custom-reset-standard): Likewise.
3955 (custom-variable-reset-saved): Doc fix.
3956
3957 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3958
3959 * startup.el (init-file-user): Doc fix.
3960
3961 2006-01-07 Alex Schroeder <alex@gnu.org>
3962
3963 * mail/rmail.el (rmail-current-subject): New function.
3964 (rmail-current-subject-regexp): New function.
3965 (rmail-next-same-subject): Use it.
3966
3967 * mail/rmailsum.el (rmail-summary-by-topic):
3968 Use rmail-current-subject and rmail-current-subject-regexp.
3969 (rmail-summary-next-same-subject): Ditto.
3970
3971 * net/rcirc.el (rcirc-send-input): No longer check whether the
3972 process is open, since not all commands need an open process.
3973 (rcirc-send-string): Check whether the process is open before
3974 sending anything.
3975 (rcirc-ignore-list): New option.
3976 (rcirc-ignore-list-automatic): New variable.
3977 (rcirc-print): Take rcirc-ignore-list into account.
3978 (rcirc-cmd-ignore): New command.
3979 (rcirc-ignore-update-automatic): New function.
3980 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3981 list if ignored nicks.
3982 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3983
3984 2006-01-06 David Reitter <david.reitter@gmail.com>
3985
3986 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3987 reflect the address to which the report will be sent.
3988
3989 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3990
3991 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3992 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3993
3994 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3995
3996 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3997
3998 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3999 the doc string: "functoin" => "function".
4000 * ldefs-boot.el: Likewise.
4001
4002 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4003 message text: "Duplicat" => "Duplicate".
4004
4005 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4006
4007 * files.el (basic-save-buffer-2): If backing-up failed, reset
4008 buffer-backed-up to nil.
4009
4010 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4011
4012 * progmodes/gud.el (gdb-script-skip-to-head)
4013 (gdb-script-calculate-indentation): Indent for breakpoint command
4014 lists also.
4015
4016 2006-01-05 Bill Wohler <wohler@newt.com>
4017
4018 * Makefile.in (compile-always): Add mh-autoloads dependency.
4019 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4020 provides it.
4021 (updates): Remove mh-autoloads dependency, since it probably has
4022 already run recently (via recompile).
4023
4024 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4027 argument `force' to disable the flyspell-last-buffer optimization.
4028 (flyspell-mode-on): Use it.
4029
4030 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4031 flymake-simple-cleanup.
4032 (flymake-allowed-file-name-masks): Use this new default.
4033 All the functions are now called in the right buffer rather than
4034 passing the buffer as argument.
4035 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4036 (flymake-parse-err-lines): Remove redundant buffer arg.
4037 (flymake-get-program-dir): Comment out unused function.
4038 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4039 Remove redundant buffer argument.
4040 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4041 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4042
4043 2006-01-05 Richard M. Stallman <rms@gnu.org>
4044
4045 * info.el (Info-find-node): Don't record previous node if have none.
4046 (info): Go to directory only if history is empty.
4047
4048 * simple.el (mark): Doc fix.
4049
4050 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4051
4052 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4053 already of desired type.
4054 (mac-ae-list): Coerce parameter to "list" type.
4055 (mac-dispatch-apple-event): Replace cadr part of event with a
4056 dummy position so that event-start returns it.
4057
4058 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4059
4060 * textmodes/org.el (org-end-of-subtree): New function.
4061 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4062 Use `org-end-of-subtree'.
4063 (org-agenda, org-agenda-convert-date): Protect calls to
4064 `fit-window-to-buffer'.
4065 (org-tags-view): Force matching of sublevels when doing a
4066 todo-only search. Define the correct redo command, including the
4067 arguments.
4068 (org-agenda-redo): Display message.
4069 (org-check-for-org-mode): New function.
4070 (org-agenda-type): New variable.
4071 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4072 Set `org-agenda-type'.
4073 (org-agenda-check-type): New function.
4074 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4075 (org-agenda-week-view, org-agenda-day-view)
4076 (org-agenda-next-date-line, org-agenda-previous-date-line)
4077 (org-agenda-log-mode, org-agenda-toggle-diary)
4078 (org-agenda-toggle-time-grid, org-agenda-date-later)
4079 (org-agenda-date-prompt, org-agenda-diary-entry)
4080 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4081 (org-agenda-convert-date, org-agenda-menu):
4082 Use `org-agenda-check-type'.
4083 (org-make-overlay, org-delete-overlay)
4084 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4085 New compatibility functions.
4086 (org-calendar-select-mouse): New command.
4087
4088 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4091 (Custom-reset-standard): Fix y-or-n-p messages.
4092 (custom-link): New face for links.
4093 (custom-buffer-create-internal, custom-manual): Use it.
4094 (custom-face-save): Push to theme-face before setting face spec.
4095
4096 * wid-edit.el (widget-default-mouse-face-get): New function.
4097 (widget-specify-button): Handle mouse-face like button-face.
4098
4099 * custom.el (load-theme): Clear old theme settings if reloading.
4100
4101 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4104 "Erase Customization" button back to same position it occupies in
4105 the individual State menus.
4106
4107 2006-01-04 Kim F. Storm <storm@cua.dk>
4108
4109 * wid-edit.el (key-sequence): Rework widget to read key binding
4110 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4111 (widget-key-sequence-default-value): Default value for empty sequence.
4112 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4113 (widget-key-sequence-read-event): New command for C-q.
4114 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4115 (widget-key-sequence-value-to-external): New functions.
4116
4117 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4120 Use expand-file-name.
4121 (flymake-delete-temp-directory): Use expand-file-name,
4122 file-name-directory, and directory-file-name.
4123 (flymake-strrchr): Delete.
4124 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4125 to the init-f function.
4126 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4127 (flymake-init-find-buildfile-dir)
4128 (flymake-init-create-temp-source-and-master-buffer-copy)
4129 (flymake-simple-make-init-impl, flymake-simple-make-init)
4130 (flymake-master-make-init, flymake-master-make-header-init)
4131 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4132 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4133 (flymake-xml-init): Remove corresponding redundant buffer argument.
4134 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4135 the default anyway. Clean up regexps.
4136
4137 * progmodes/flymake.el (flymake-temp-source-file-name)
4138 (flymake-master-file-name, flymake-temp-master-file-name)
4139 (flymake-base-dir): New buffer-local vars.
4140 (flymake-buffer-data, flymake-get-buffer-value)
4141 (flymake-set-buffer-value): Replace those hash-tables by the new
4142 buffer-local vars. Update callers.
4143
4144 * progmodes/flymake.el (flymake-check-start-time)
4145 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4146 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4147 Move definition, so we can remove redundant earlier declaration.
4148 (flymake-replace-regexp-in-string, flymake-split-string)
4149 (flymake-get-temp-dir): Use defalias.
4150 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4151 (flymake-xemacs-window-edges): Remove unused function.
4152 (flymake-get-point-pixel-pos): Move.
4153 (flymake-pid-to-names, flymake-reg-names)
4154 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4155 Replace by a simple list flymake-processes and by process-buffer.
4156 Update callers. Other than simplify the code, it uses buffers rather
4157 than buffer-names so it doesn't get confused by uniquify.
4158 (flymake-buffer-data): The global value should just be nil.
4159
4160 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4161 Optimize the body of a defalias like any other code.
4162
4163 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4164 Make sure we've setup font-lock's vars. It may influence which
4165 function we then call.
4166 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4167 here since it's too late anyway.
4168
4169 2006-01-03 Romain Francoise <romain@orebokech.com>
4170
4171 * startup.el (fancy-splash-tail, normal-splash-screen):
4172 Update copyright year.
4173
4174 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4175
4176 * mouse.el (mouse-drag-track): Rename, from
4177 `mouse-drag-region-1'. Includes optional argument required to
4178 enable post-drag event processing (e.g. delete region keys).
4179 Can be used without this argument to track a mouse region and operate
4180 on it as soon as the drag completes.
4181 (mouse-drag-region): Use `mouse-drag-track'.
4182
4183 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4186 Move to `custom-buffer' group.
4187
4188 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4189 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4190 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4191 (custom-theme-face-menu): New variables.
4192 (custom-theme-add-variable, custom-theme-variable-action)
4193 (custom-variable-reset-theme, custom-theme-delete-variable)
4194 (custom-face-reset-theme, custom-theme-face-action)
4195 (custom-theme-delete-face, custom-theme-merge-theme)
4196 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4197
4198 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * custom.el: Move Custom Themes commentary to start of theme code.
4201 (custom-known-themes): Rename `standard' theme to `changed'.
4202 (custom-push-theme): Caller no longer specifies what theme to use
4203 when doing `reset'---the setting is simply removed from the theme.
4204 Delete MODE from `theme-value' and `theme-settings' properties.
4205 (custom-declare-theme): Ignore &rest args since we don't use them.
4206
4207 (custom-loaded-themes): Delete variable.
4208 (custom-theme-load-themes, custom-theme-loaded-p)
4209 (custom-theme-value): Delete functions.
4210
4211 (custom-declare-theme): Signal error on invalid theme names.
4212 (provide-theme): custom-loaded-themes was deleted.
4213 (load-theme): Load the file unconditionally.
4214 (enable-theme): Call `load-theme' if theme is undefined.
4215 (custom-enabled-themes): Only update value for successful loads.
4216 (disable-theme): Complete from enabled themes when interactive.
4217 (custom-variable-theme-value): Calculate theme value directly.
4218
4219 (custom-theme-reset-variables, custom-reset-variables): Mark as
4220 XEmacs compatibility functions. We don't actually use these.
4221
4222 * cus-edit.el (custom-variable-state-set):
4223 Use custom-variable-theme-value instead of custom-theme-value.
4224 (custom-face-state-set): Rename `standard' theme to `changed'.
4225 (custom-save-variables, custom-save-faces): Delete unneeded
4226 references to custom-reset-variables.
4227 (custom-save-resets): Delete function.
4228 (custom-save-variables, custom-save-faces): MODE argument deleted.
4229 (custom-save-variables, custom-save-faces): Ignore theme values.
4230
4231 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4232 compatibility function.
4233
4234 2006-01-01 Richard M. Stallman <rms@gnu.org>
4235
4236 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4237 (Custom-reset-current, Custom-reset-saved): Likewise.
4238 (Custom-reset-standard): Show message if aborted.
4239 (custom-mode): Doc fix, describing those commands.
4240
4241 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4242 put on event-kind property.
4243
4244 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4245
4246 * custom.el (provide-theme): Ban `user' theme name.
4247 (custom-enabling-themes): New variable.
4248 (enable-theme): Don't enable user if custom-enabling-themes is t.
4249 (custom-enabled-themes): Make it a defcustom.
4250 (custom-theme-recalc-face): No-op if face is undefined.
4251
4252 * cus-edit.el (custom-button-mouse): New variable.
4253 (custom-button-mouse): New face.
4254 (custom-raised-buttons, custom-mode): Use it.
4255
4256 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4257
4258 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4259
4260 * progmodes/gud.el (gud-display-line): Support hl-line in the
4261 source buffer.
4262
4263 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4264
4265 * mouse.el (mouse-drag-window-above): Verify that the found window
4266 overlaps with the given window in the horizontal dimension.
4267
4268 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4269
4270 * Makefile.in (cvs-update): New target.
4271
4272 * makefile.w32-in (cvs-update): Ditto.
4273
4274 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4277 (custom-new-theme-mode-map): New variable.
4278
4279 2005-12-30 Richard M. Stallman <rms@gnu.org>
4280
4281 * custom.el (custom-load-themes): Function deleted.
4282
4283 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4284 (custom-save-variables): Don't delete or add custom-load-themes call.
4285
4286 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * cus-start.el: Add `visible-cursor'.
4289
4290 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4291 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4292 (flymake-process-filter): Switch to buffer before calling it instead.
4293 (flymake-post-syntax-check, flymake-highlight-err-lines)
4294 (flymake-delete-own-overlays, flymake-parse-err-lines)
4295 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4296 (flymake-count-lines, flymake-parse-residual):
4297 Remove constant buffer argument.
4298 (flymake-start-syntax-check-for-current-buffer): Remove.
4299 Update callers to use flymake-start-syntax-check instead.
4300 (flymake-display-err-menu-for-current-line):
4301 Remove unused var `mouse-pos'.
4302 (flymake-restore-formatting): Comment out unused function.
4303 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4304 argument, use current-buffer instead. Update callers.
4305
4306 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4307
4308 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4309 buffer-local because choose-completion-delete-max-match requires
4310 that we set completion-ignore-case (i.e., binding via let is not
4311 sufficient).
4312 (bibtex-complete): Always set completion-ignore-case and
4313 choose-completion-string-functions. The latter is needed because
4314 choose-completion-string-functions keeps its value if we quit the
4315 *Completions* buffer without requesting a completion.
4316
4317 2005-12-30 Andreas Schwab <schwab@suse.de>
4318
4319 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4320
4321 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4322
4323 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4324
4325 2005-12-30 Juri Linkov <juri@jurta.org>
4326
4327 * locate.el (locate-fcodes-file, locate-header-face)
4328 * progmodes/delphi.el (delphi-other-face)
4329 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4330
4331 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4332 group `paren-showing-faces'.
4333
4334 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4335 (goto-address): Fix docstring.
4336
4337 * net/webjump.el (webjump-sample-sites): Update URLs.
4338
4339 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4340
4341 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4342
4343 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4344
4345 * font-lock.el (font-lock-compile-keywords): Signal an error when
4346 font-lock-set-defaults hasn't been called.
4347
4348 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4349
4350 * subr.el (noreturn, 1value): Doc fixes.
4351
4352 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4353
4354 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4355 that assoc-string returns nil.
4356
4357 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4358
4359 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4360 (bibtex-entry-type-str, bibtex-empty-field-re)
4361 (bibtex-search-backward-string, bibtex-preamble-prefix)
4362 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4363 (bibtex-any-valid-entry-type): New variable.
4364 (bibtex-parse-field-name): Simplify.
4365 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4366 (bibtex-preamble-prefix): Include left delimiter.
4367 (bibtex-search-forward-field, bibtex-search-backward-field):
4368 Allow unbounded search past entry boundaries (required by bibtex-pop).
4369 (bibtex-text-in-field-bounds): Use push.
4370 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4371 (bibtex-parse-preamble, bibtex-valid-entry)
4372 (bibtex-beginning-first-field): New functions.
4373 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4374 (bibtex-map-entries): Fix docstring.
4375 (bibtex-flash-head): New arg prompt. Simplify.
4376 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4377 (bibtex-insert-kill): Simplify. Always insert text past the
4378 current field or entry.
4379 (bibtex-format-entry): Use bibtex-parse-field.
4380 (bibtex-pop): Use bibtex-beginning-of-entry and
4381 bibtex-end-of-entry to initiate the search. Insert empty field if
4382 we found ourselves.
4383 (bibtex-print-help-message): New args field and comma.
4384 Handle entry keys.
4385 (bibtex-make-field): Use bibtex-beginning-of-entry.
4386 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4387 invalid entry.
4388 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4389 Handle preambles. Simplify code for thorough test.
4390 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4391 New arg comma. Handle entry heads.
4392 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4393 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4394 New arg comma.
4395 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4396 (bibtex-fill-field): Simplify.
4397 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4398 bibtex-parse-field.
4399 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4400 (bibtex-complete): Use bibtex-parse-preamble.
4401
4402 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4403
4404 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4405 Display name of expression instead of convenience variable.
4406 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4407
4408 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4409 toggle-gud-tooltip-dereference.
4410 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4411 (gud-tooltip-tips): ...here when dereferencing.
4412
4413 2005-12-28 Bill Wohler <wohler@newt.com>
4414
4415 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4416
4417 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4420 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4421 (vc-annotate-display-autoscale): Adjust call.
4422 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4423 Fix interactive spec.
4424 (vc-annotate-time-span): Remove.
4425 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4426 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4427 (vc-annotate-display-select): Use new name.
4428
4429 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4430 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4431 Correct the construction of span entries. Simplify.
4432 (vc-annotate-display-select): Fix the nil case.
4433 (vc-annotate): Remove obsolete (and now broken) code.
4434 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4435 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4436
4437 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4438
4439 * subr.el (lazy-completion-table): Correct typo in docstring.
4440
4441 * startup.el (command-line): Use `custom-reevaluate-setting' for
4442 `send-mail-function'.
4443
4444 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4445
4446 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4447
4448 * mail/smtpmail.el (smtpmail-try-auth-methods):
4449 Send credentials together with "AUTH PLAIN" command.
4450
4451 2005-12-27 Richard M. Stallman <rms@gnu.org>
4452
4453 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4454 mouse-2, go back to previously selected window, so it's selected
4455 when mouse-2 command runs.
4456
4457 2005-12-27 Juri Linkov <juri@jurta.org>
4458
4459 * descr-text.el (describe-text-sexp): Use square brackets for
4460 button [Show] to distinguish it from the property value `show'.
4461 (describe-property-list): Use `insert-text-button' with
4462 `help-face' type instead of putting face in quotes, because button
4463 is not created automatically for a list of faces.
4464 (describe-text-properties-1): Put button-type value in quotes to
4465 distinguish from plain text "button".
4466 (describe-char): Display code point values in hex. Don't use
4467 `symbol-name' for `current-input-method' because it is a string.
4468 Use `insert-text-button' with `help-face' type instead of putting
4469 hardcoded face in quotes, because button is not created automatically.
4470
4471 2005-12-27 Richard M. Stallman <rms@gnu.org>
4472
4473 * progmodes/glasses.el (glasses-face): More specific custom type.
4474
4475 * files.el (set-visited-file-name): Doc fix.
4476
4477 * textmodes/flyspell.el (flyspell-external-point-words):
4478 Use local var buffer-scan-pos to advance scan for next misspelling.
4479 Advance it only after we find the misspelling.
4480
4481 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4482
4483 * textmodes/flyspell.el (flyspell-external-point-words):
4484 New criteria for finding the misspelling in the buffer.
4485
4486 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * help-mode.el (help-insert-string): Set help-xref-stack-item
4489 rather than call help-setup-xref.
4490
4491 * descr-text.el (describe-char): Revert previous changes for
4492 optional buffer argument.
4493
4494 2005-12-27 Juri Linkov <juri@jurta.org>
4495
4496 * help-mode.el (help-insert-string): New function. Save buffer
4497 contents in cases where it is impossible to recompute the old contents.
4498
4499 * descr-text.el (describe-char): Set help-xref-stack-item
4500 explicitly after buffer has been generated.
4501
4502 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4503
4504 * cus-start.el (all): Add x-gtk-show-hidden-files.
4505
4506 2005-12-26 Richard M. Stallman <rms@gnu.org>
4507
4508 * replace.el (perform-replace): Calculate match-again
4509 before skipping read-only matches.
4510
4511 * paren.el (paren-showing-faces): New group.
4512 (show-paren-match, show-paren-mismatch): Move to that group.
4513
4514 * button.el (button): Put into group `basic-faces'.
4515
4516 * progmodes/make-mode.el: Remove faces from group `faces'.
4517
4518 * apropos.el (apropos, apropos-value): Doc fix.
4519 (apropos-documentation): Doc fix.
4520
4521 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * subr.el (lazy-completion-table): Remove argument `args'.
4524
4525 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4526 Don't use the `args' argument of lazy-completion-table.
4527
4528 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * descr-text.el (describe-char): Add optional argument for buffer.
4531 Set buffer appropriately. Call help-setup-xref.
4532 Suggested by Stefan Monnier.
4533
4534 2005-12-26 Juri Linkov <juri@jurta.org>
4535
4536 * descr-text.el: Require `help-fns' at runtime. Don't require
4537 `button' for byte compilation.
4538 (describe-text-widget): Add `help-echo' for first button.
4539 Use `help-info' for second.
4540 (describe-property-list): Use `help-argument-name' instead of `italic'.
4541 (describe-text-category): Add prompt to interactive spec.
4542 Call `help-setup-xref'.
4543 (describe-char): Use `help-character-set'. Add `help-echo' for
4544 code point. Use `help-input-method'. Remove superfluous insert.
4545
4546 2005-12-25 Richard M. Stallman <rms@gnu.org>
4547
4548 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4549 at point, in case of narrowing.
4550
4551 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4552
4553 * locate.el (locate-header-face): Allow nil in type.
4554
4555 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4556
4557 2005-12-25 Romain Francoise <romain@orebokech.com>
4558
4559 * battery.el (battery-linux-proc-acpi): Also try
4560 `/proc/acpi/thermal_zone/THM0/temperature'.
4561
4562 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * custom.el (custom-push-theme): Fix docstring.
4565
4566 * cus-edit.el (custom-variable-set, custom-variable-save)
4567 (custom-variable-save): Custom-quote widget values.
4568 (customize-save-variable): Fix custom-push-theme call.
4569
4570 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4571
4572 * w32-fns.el (w32-batch-update-autoloads): New function.
4573
4574 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4575 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4576 from the command line.
4577
4578 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4581 reset means to remove setting from theme entirely. Don't keep
4582 expanding theme-settings list; delete old entries if necessary.
4583
4584 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4585 customization" button one line up.
4586 (custom-themed): New face.
4587 (custom-magic-alist): New value, THEMED, for theme settings.
4588 (custom-variable-state-set, custom-face-state-set):
4589 Check theme-value instead of saved-value.
4590 (custom-variable-reset-standard, custom-face-reset-standard):
4591 Remove theme setting entirely. Recalculate new values.
4592 (custom-variable-set, custom-variable-set)
4593 (custom-variable-reset-saved, custom-variable-reset-backup)
4594 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4595 (custom-variable-save): Fix typos.
4596
4597 2005-12-23 Juri Linkov <juri@jurta.org>
4598
4599 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4600 Add autoload cookies.
4601 (edebug-outside-d-c-i-n-s-w): New variable.
4602 (edebug-display, edebug-outside-excursion): Use it to save the
4603 original value of default-cursor-in-non-selected-windows.
4604 Set default-cursor-in-non-selected-windows to t while Edebug
4605 is active.
4606 (edebug-mode, edebug-eval-mode): Doc fix.
4607
4608 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4609 with `buffer-substring-no-properties' to remove common substring
4610 highlighting.
4611
4612 * info.el (info-other-window, info): Rename function argument
4613 `file' to `file-or-node'.
4614 (Info-complete-menu-item): Use local variable `complete-nodes' to
4615 keep the global value of `Info-complete-nodes' unchanged for
4616 subsequent completions.
4617 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4618
4619 * simple.el (get-next-valid-buffer, last-buffer)
4620 (next-error-buffer-p, next-error-find-buffer)
4621 (minibuffer-history-sexp-flag): Doc fix.
4622
4623 * savehist.el (savehist-mode-hook): Add `:group'.
4624
4625 * log-view.el: Call autoload for vc-find-version.
4626 (log-view-current-file): Adjust subgroup numbers.
4627 (log-view-current-tag): Add `length'.
4628
4629 2005-12-23 Richard M. Stallman <rms@gnu.org>
4630
4631 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4632
4633 2005-12-23 Juri Linkov <juri@jurta.org>
4634
4635 * hi-lock.el (hi-lock-archaic-interface-message-used)
4636 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4637 (hi-lock-mode): Display "Hi" in the mode line only when
4638 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4639 (hi-lock-write-interactive-patterns):
4640 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4641 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4642 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4643 font-lock-add-keywords to t.
4644
4645 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4646
4647 * hi-lock.el (hi-lock-highlight-range): New variable.
4648 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4649 only if font-lock-fontified is non-nil. Remove overlays.
4650 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4651 font-lock-fontified is non-nil, otherwise use overlays (instead of
4652 text properties).
4653 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4654 New variables.
4655 (hi-lock-string-serialize) New function.
4656
4657 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4658
4659 * menu-bar.el (menu-find-file-existing): New function.
4660 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4661
4662 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4663
4664 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * vc.el: Remove unnecessary leading * in docstrings.
4667 (vc-annotate-mode-map): Move initialization into declaration.
4668 (vc-static-header-alist): Nitpick on the regexp.
4669 (vc-default-init-version): New fun.
4670 (vc-register): Use it.
4671 (vc-insert-headers): Use dolist.
4672 (vc-annotate-get-backend): Remove unused function.
4673 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4674 (vc-annotate-mode): Remove corresponding call.
4675 (vc-annotate-car-last-cons): Simplify.
4676 (vc-annotate-buffers): Remove var.
4677 (vc-annotate-backend): Make it buffer-local.
4678 (vc-annotate): Move the interaction to the interactive spec.
4679 Add a `buf' argument.
4680 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4681 killing&creating a vc-annotate buffer, which is very disruptive when
4682 the buffers are shown in dedicated frames.
4683
4684 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4685
4686 * descr-text.el: Add FSF as maintainer.
4687 (describe-text-mode, describe-text-mode-map)
4688 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4689 help-mode.
4690 (describe-text-widget, describe-text-sexp)
4691 (describe-property-list, describe-text-category)
4692 (describe-text-properties, describe-text-properties-1)
4693 (describe-char): Use help buttons instead of widgets.
4694 (describe-char-unicodedata-file): Make URL link in doc string.
4695
4696 2005-12-22 Richard M. Stallman <rms@gnu.org>
4697
4698 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4699 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4700 Don't include buttons that write a file when there's no file.
4701 (custom-variable-menu, custom-face-menu, custom-group-menu):
4702 Don't include commands that write a file when there's no file.
4703 (customize-browse): Reword the top-of-buffer help intro.
4704 (custom-buffer-create-internal): Fix previous change.
4705 (customize-changed-options-previous-release): Prev release is 21.1.
4706 (customize-changed-options): Doc fix.
4707 (customize-changed): New alias.
4708 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4709 Say "standard values".
4710 (Custom-reset-standard): Doc fix.
4711 (custom-face-reset-standard): Doc fix.
4712
4713 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4716 even if font-lock-mode is non-nil since it may be t without having
4717 turned on font-lock-mode-internal.
4718 (font-lock-choose-keywords): Minor optimization.
4719 (font-lock-add-keywords, font-lock-remove-keywords)
4720 (font-lock-set-defaults): Don't call make-local-variable on a variable
4721 that we know to already be local.
4722
4723 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4724
4725 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4726 messages if in the minibuffer.
4727
4728 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4731 (tex-mode-flyspell-verify, flyspell-get-word)
4732 (flyspell-external-point-words): Don't use point-min/max uselessly.
4733
4734 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4735 by Kevin Rodgers. Instead, just hide the completions buffer if we
4736 don't need to show it.
4737
4738 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4739
4740 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4741
4742 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4745 delete-windows-on with an inexistent buffer.
4746
4747 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4748
4749 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4750 Delete defcustom variable :tag names.
4751
4752 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4755 (log-view-font-lock-keywords): Ajust subgroup numbers.
4756 (log-view-current-tag): Don't hard code the number of subgroups.
4757
4758 2005-12-20 Juri Linkov <juri@jurta.org>
4759
4760 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4761 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4762
4763 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4764 (menu-bar-non-minibuffer-window-p): Instead of checking
4765 display-multi-frame-p, use selected-frame when menu-updating-frame
4766 is nil.
4767
4768 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4769
4770 * align.el (align-rules-list): Use [ \t] instead of \s-
4771 for column separators in text mode.
4772
4773 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4774
4775 * help-mode.el (help-customize-variable, help-customize-face):
4776 Don't pop help-xref-stack as help-follow no longer pushes
4777 anything on to it.
4778
4779 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4780
4781 * textmodes/org.el (org-agenda-custom-commands): New option.
4782 (org-agenda): Offer custom commands on splash screen.
4783 (org-make-tags-matcher): Parser for Boolean logic added.
4784 (org-agenda-set-tags): New command.
4785 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4786 (org-set-tags): Efficiency improvements.
4787 (org-auto-align-tags): New option.
4788 (org-todo, org-demote, org-promote): Realign tags.
4789 (org-tags-completion-function): Use also "&" and "|" as separators.
4790 (org-org-menu): Agenda commands simplified.
4791
4792 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * cus-edit.el (customize-apropos, customize-apropos-options):
4795 Docstring changes.
4796
4797 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4798
4799 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * longlines.el (longlines-mode): Wrap while widened.
4802 (longlines-decode-region, longlines-encode-region): Compute max
4803 just once.
4804
4805 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4806
4807 * cus-edit.el (mac): New group.
4808
4809 * cus-start.el (all): Add user options in macterm.c. Add test for
4810 Mac-related built-ins. Fix test for GTK-related built-ins.
4811
4812 * term/mac-win.el (mac-handle-language-change)
4813 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4814 (mac-services-open-selection, mac-services-mail-selection)
4815 (mac-services-mail-to, mac-services-insert-text)
4816 (mac-dispatch-apple-event): Add docstrings.
4817 (x-get-selection, mac-select-convert-to-string): Select coding
4818 system from `utf-16be' and `utf-16le' using `byteorder'.
4819
4820 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4823 a "list" (lambda ...) rather than a real completion list.
4824
4825 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4826 lexical-let when encountering ((lambda (...) ...) ...).
4827
4828 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * progmodes/sh-script.el (sh-mode):
4831 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4832 * textmodes/picture.el (picture-mode): Update docstrings.
4833
4834 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4835
4836 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4837 commands enclosed in $(ARGQUOTE)s should not be split between two
4838 lines, as that will break with GNU Make >3.80, when sh.exe is used
4839 and arg quoting is with '..'.
4840 (autoloads): Don't break the quoted --eval expression between
4841 several lines.
4842
4843 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4846 Capture error from printing circular structures.
4847
4848 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4849
4850 * wid-edit.el (widget-checkbox-action): Clear undo info.
4851
4852 2005-12-16 Bill Wohler <wohler@newt.com>
4853
4854 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4855 bar, not menubar in comment.
4856
4857 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4860 After-change-functions should not clobber the match data.
4861
4862 2005-12-16 Juri Linkov <juri@jurta.org>
4863
4864 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4865 instead of `buffer-substring'.
4866 (completion-common-substring): Doc fix.
4867 (completion-setup-function): Use minibuffer-completion-contents
4868 instead of minibuffer-contents. Don't set common-string-length
4869 initially. Remove special handling of partial-completion-mode.
4870 Move computation of completion-base-size into one cond.
4871 Call completion-base-size-function in mainbuf. In computation of
4872 completion-base-size for file name completion don't move point to
4873 the end of the minibuffer. Move computation of common-string-length
4874 into one cond. Start putting faces only when common-string-length>=0.
4875 Add condition to put completions-common-part when
4876 common-string-length>0.
4877
4878 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4879 place point at the first different character in the minibuffer
4880 even if this position is at the beginning of the minibuffer.
4881
4882 * info.el (Info-read-node-name-1): In completion-base-size-function's
4883 lambda return 1 if common-substring or minibuffer-completion-contents
4884 starts with (, and 0 otherwise.
4885
4886 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4887 Use `crm-current-element' for second arg of `display-completion-list'.
4888
4889 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4890
4891 * files.el (set-auto-mode): Look for an interpreter specified on
4892 the first line also if search for mode specification succeeded,
4893 but the mode is not known.
4894
4895 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4896
4897 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4898 (org-open-at-point): Implement tag searches as links.
4899 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4900 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4901 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4902 (org-agenda-dispatch): New commands.
4903 (org-use-tag-inheritance, org-tags-column): New options.
4904 (org-tab-follows-link, org-return-follows-link): New options.
4905 (org-tags): New customize group.
4906 (org-start-icalendar-file): Get local time zone.
4907 (org-tags-completion-function): New function.
4908 (org-set-font-lock-defaults): Make sure links will also be
4909 highlighted inside headlines.
4910
4911 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4912
4913 * term.el (term-emulate-terminal):
4914 Let term-handle-ansi-terminal-messages override what Bash says about
4915 its current directory.
4916
4917 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4918
4919 * bindings.el (last-buffer): Move to simple.el.
4920 * simple.el (last-buffer): Move here.
4921 (get-next-valid-buffer): New function.
4922 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4923 (prev-buffer): Ditto. Rename to `previous-buffer'.
4924
4925 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4926 * bindings.el (global-map): Ditto.
4927
4928 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4929
4930 * cus-edit.el: Introductory comment change.
4931 (custom-magic-alist): Change message string for the `rogue' state.
4932
4933 2005-12-15 Richard M. Stallman <rms@gnu.org>
4934
4935 * tooltip.el: Delete defcustom variable :tag names.
4936
4937 * complete.el (partial-completion-mode): Doc fix.
4938
4939 * textmodes/flyspell.el (flyspell-external-point-words):
4940 Use save-excursion to ensure we don't move backward in the
4941 search loop, not even one character.
4942 (flyspell-delete-all-overlays): Use remove-overlays directly.
4943
4944 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4945 (ispell-start-process): Set that variable.
4946 Clear ispell-buffer-local-name.
4947 (ispell-internal-change-dictionary):
4948 Set ispell-current-dictionary after killing process.
4949 (ispell-buffer-local-dict):
4950 Don't set spell-personal-dictionary after killing process.
4951 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4952 (ispell-tex-skip-alists, ispell-html-skip-alists)
4953 (ispell-skip-region-alist): Mark as risky.
4954
4955 * net/newsticker.el (newsticker--retrieval-timer-list)
4956 (newsticker--display-timer, newsticker-running-p)
4957 (newsticker-ticker-running-p): Definitions moved up.
4958
4959 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4960
4961 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4962
4963 2005-12-15 David Ponce <david@dponce.com>
4964
4965 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4966 (recentf-edit-list, recentf-open-files): Signal an error when
4967 there is no recent file.
4968
4969 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4970
4971 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4972 read-only except for texinfo-format-region evaluation.
4973
4974 2005-12-14 Richard M. Stallman <rms@gnu.org>
4975
4976 * vc.el (vc-default-previous-version, vc-default-next-version)
4977 (vc-do-command): Doc fixes.
4978
4979 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4980
4981 * textmodes/bibtex.el (bibtex-expand-strings)
4982 (bibtex-autokey-expand-string, bibtex-name-part)
4983 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4984 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4985 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4986 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4987 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4988 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4989 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4990 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4991 (bibtex-beginning-of-last-entry): Remove.
4992 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4993 message if comma is missing but buffer is read-only.
4994 (bibtex-parse-field-text): Handle whitespaces at the end of field
4995 text. Return 3-element list with beginning and end of field text
4996 and end of field.
4997 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4998 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4999 (bibtex-search-forward-field, bibtex-search-backward-field):
5000 Search always delimited by limits of entry. Use more efficient
5001 search algorithms.
5002 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5003 bibtex-end-of-name-in-field.
5004 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5005 extracting the content of a field.
5006 (bibtex-text-in-field): Use search limits.
5007 (bibtex-parse-string-prefix): Handle empty string keys based on
5008 bibtex-string-empty-key.
5009 (bibtex-parse-string): Fix docstring.
5010 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5011 (bibtex-preamble-prefix, bibtex-strings): New functions.
5012 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5013 BibTeX entries (consistent with other BibTeX functions).
5014 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5015 (bibtex-search-entry): Fix docstring. Simplify.
5016 (bibtex-flash-head, bibtex-complete-string-cleanup)
5017 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5018 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5019 (bibtex-parse-entry): New optional arg content.
5020 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5021 Use bibtex-text-in-field-bounds.
5022 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5023 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5024 bibtex-parse-string-postfix.
5025 (bibtex-find-text-internal): New function.
5026 (bibtex-remove-delimiters): Use it.
5027 (bibtex-find-text): Use it. New optional arg help.
5028 (bibtex-complete): Handle BibTeX string and preamble entries.
5029 (bibtex-Preamble): Fix order of closing delimiters.
5030
5031 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * vc.el (vc-default-revert): New fun.
5034
5035 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5036
5037 2005-12-14 Romain Francoise <romain@orebokech.com>
5038
5039 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5040 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5041 (font-lock-remove-keywords): Likewise.
5042
5043 2005-12-14 Juri Linkov <juri@jurta.org>
5044
5045 * log-view.el (log-view-diff): Doc fix.
5046
5047 * isearch.el (isearch-query-replace): Use (mark) instead of
5048 isearch-opoint if mark is active in transient-mark-mode.
5049
5050 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5051
5052 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5053
5054 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5055
5056 * progmodes/cpp.el (cpp-face): New widget.
5057 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5058
5059 2005-12-14 Juri Linkov <juri@jurta.org>
5060
5061 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5062 around `erase-buffer' and `insert'.
5063
5064 * descr-text.el (describe-text-properties): Replace buffer name
5065 "*Help-2*" with "*Help*<2>".
5066 (describe-char): Add functions print-help-return-message,
5067 toggle-read-only. Use help-setup-xref with nil to not store
5068 describe-char in help-xref-stack. Use help-make-xrefs to
5069 make [back] button.
5070
5071 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5072
5073 * wdired.el (wdired-old-point): New internal variable.
5074 (wdired-change-to-wdired-mode): Set it buffer-locally.
5075 (wdired-abort-changes): Restore point after aborting changes.
5076
5077 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * vc.el (vc-do-command): Add a new value t for okstatus.
5080
5081 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5082 frame in case of errors.
5083
5084 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5085
5086 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5087 so it comes after "On the Left" in the menu.
5088
5089 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5090
5091 * cus-edit.el (customize-apropos, customize-apropos-options)
5092 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5093
5094 2005-12-12 Bill Wohler <wohler@newt.com>
5095
5096 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5097 non-writable Subversion-controlled files by saving window
5098 configuration before calling vc-do-command. vc-do-command calls
5099 pop-to-buffer on error which is unexpected during registration.
5100
5101 2005-12-12 Jay Belanger <belanger@truman.edu>
5102
5103 * calc/README: Update the summary of changes.
5104
5105 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * descr-text.el (describe-char): Rework last fix to solve the problem
5108 is the same way it's solved for everything else in that function
5109 (i.e. by extracting the info before setting up the *Help* buffer).
5110
5111 2005-12-12 Kim F. Storm <storm@cua.dk>
5112
5113 * subr.el (version-regexp-alist): Allow space as separator before
5114 non-numeric part, e.g. "1.0 alpha".
5115 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5116
5117 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5118
5119 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5120 Implement Logging and the keep-modes setting.
5121 (org-get-category): Make sure a string is returned.
5122 (org-log-done): New function.
5123 (org-log-done, org-closed-string): New options.
5124
5125 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5126
5127 * tooltip.el (tooltip-y-offset): Change default to 20.
5128
5129 2005-12-12 Richard M. Stallman <rms@gnu.org>
5130
5131 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5132
5133 * frame.el (display-hourglass): Doc fix.
5134
5135 * help.el (help-for-help-internal): Simplify entry for `a'.
5136
5137 * info.el (Info-on-current-buffer): Doc fix.
5138 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5139
5140 * startup.el (inhibit-splash-screen): Make this the real name.
5141 (inhibit-startup-message): Make this the alias.
5142 (command-line): Find only simple.el, and use its directory
5143 to fill in other preloaded files' names.
5144 (command-line): Deactivate the mark if deactivate-mark is set.
5145
5146 * international/mule.el (load-with-code-conversion):
5147 Bind deactivate-mark.
5148
5149 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5150
5151 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5152
5153 * cus-edit.el (customize-apropos): Avoid listing an option more
5154 than once under different aliases. No longer list user options
5155 that are not defined with defcustom (unless a prefix arg is given).
5156 Doc fix.
5157 (customize-apropos-options): Doc fix.
5158
5159 2005-12-11 Juri Linkov <juri@jurta.org>
5160
5161 * frame.el (set-background-color, set-foreground-color)
5162 (set-cursor-color, set-mouse-color, set-border-color):
5163 Add explicit prompts to read colors by `facemenu-read-color'.
5164 (show-trailing-whitespace, blink-cursor-delay)
5165 (blink-cursor-interval, display-hourglass, hourglass-delay):
5166 Remove tags.
5167 (display-hourglass, hourglass-delay): Doc fix.
5168 (cursor-in-non-selected-windows): Capitalize words in tag.
5169
5170 * faces.el (frame-background-mode): Replace `choice-item' keywords
5171 with `const' to not make [default] button. Change default value tag
5172 from `default' to `automatic'. Doc fix.
5173 (trailing-whitespace) <defface>: Change group `whitespace' to
5174 `whitespace-faces'.
5175
5176 2005-12-11 Richard M. Stallman <rms@gnu.org>
5177
5178 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5179
5180 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5181
5182 * term/mac-win.el: Create keymap for mac-apple-event-map.
5183
5184 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * tooltip.el (tooltip-mode): Move to start of file so that it
5187 appears at top of customize buffer.
5188
5189 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5190 Add the gud groupname.
5191 (gud-tooltip-mode): Add the tooltip groupname.
5192 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5193 avoid conflict with tooltip-use-echo-area.
5194
5195 2005-12-10 Romain Francoise <romain@orebokech.com>
5196
5197 * help.el (help-for-help-internal): Add `r' in doc string.
5198
5199 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5200
5201 * align.el (align-regexp, align-highlight-rule):
5202 Use region-beginning and region-end instead of point and mark, so that
5203 repetition (with `repeat-complex-command') recomputes the region
5204 bounds.
5205
5206 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5207
5208 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5209 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5210 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5211 (balance-windows): Rewrite using the above new functions.
5212
5213 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5214
5215 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5216 react if global-hi-lock-mode seems intended.
5217 (global-hi-lock-mode) Renamed from hi-lock-mode.
5218 (hi-lock-archaic-interface-message-used)
5219 (hi-lock-archaic-interface-deduce): New variables.
5220 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5221 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5222 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5223 Replace hi-lock-buffer-mode with hi-lock-mode.
5224
5225 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5226
5227 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5228 completion list, even after a partial completion has been
5229 inserted in the current buffer. If there are more than 1
5230 completion, redisplay the *Completions* buffer; if the
5231 completion is unique, delete the *Completions* window.
5232
5233 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5234
5235 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5236 strings and long subject lines that were broken into multiple
5237 lines at arbitrary places. Handle subjects that have "Re: " in
5238 the middle.
5239
5240 2005-12-10 John W. Eaton <jwe@octave.org>
5241
5242 * emacs/octave-mod.el (octave-electric-space): Don't indent
5243 comments or strings if octave-auto-indent is nil.
5244
5245 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5246
5247 * term/mac-win.el: Require url when compiling.
5248 Call mac-process-deferred-apple-events after loading init files.
5249 (mac-apple-event-map): New defvar. Define event handlers in it.
5250 (core-event, internet-event): New Apple event class symbols.
5251 (open-application, reopen-application, open-documents)
5252 (print-documents, open-contents, quit-application)
5253 (application-died, show-preferences, autosave-now, get-url):
5254 New Apple event ID symbols.
5255 (about): New HICommand ID symbol.
5256 (mac-event-spec, mac-event-ae): New macros.
5257 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5258 (mac-ae-selection-range, mac-ae-text-for-search)
5259 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5260 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5261 and Services menu events are now defined in mac-apple-event-map.
5262 (mac-drag-n-drop): Remove selection range handling.
5263
5264 2005-12-10 Kenichi Handa <handa@m17n.org>
5265
5266 * simple.el (zap-to-char):
5267 * isearch.el (isearch-process-search-char): Translate CHAR by
5268 translation-table-for-input.
5269
5270 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * foldout.el (foldout-exit-fold): Properly hide subtree.
5273
5274 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5275
5276 * files.el (save-buffer):
5277 * international/ucs-tables.el (ucs-set-table-for-input):
5278 * mail/mail-extr.el (mail-extract-address-components):
5279 * mail/sendmail.el (mail-mode): Reformat doc string.
5280
5281 2005-12-09 Juri Linkov <juri@jurta.org>
5282
5283 * isearch.el (isearch-highlight): Change main overlay priority
5284 from 1 to 1001. Simplify.
5285 (isearch-lazy-highlight-update): Change lazy overlay priority
5286 from 0 to 1000.
5287
5288 * replace.el (replace-highlight): Change overlay priority from
5289 1 to 1001.
5290
5291 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5292 Change overlay priority from 1 to 1001. Reuse existing overlay.
5293
5294 * compare-w.el (compare-windows-highlight): Change overlay
5295 priority from 1 to 1000.
5296
5297 * menu-bar.el (menu-bar-edit-menu): Add listp around
5298 pending-undo-list to disable menu item "undo" when pending
5299 undo list is empty.
5300
5301 * locate.el (locate): Disable undo in *Locate* buffer.
5302
5303 2005-12-09 Kim F. Storm <storm@cua.dk>
5304
5305 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5306
5307 2005-12-09 David Ponce <david@dponce.com>
5308
5309 * recentf.el: Improvement of the menu code.
5310 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5311 instead of menu hook.
5312 (recentf-show-menu, recentf-hide-menu): New functions.
5313 (recentf-menu-customization-changed, recentf-mode): Use them.
5314 (recentf-menu-action, recentf-max-menu-items)
5315 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5316 (recentf-arrange-by-rule-others)
5317 (recentf-arrange-by-rules-min-items)
5318 (recentf-arrange-by-rule-subfilter) : Don't use
5319 `recentf-menu-customization-changed'.
5320 (recentf-arrange-rules): Likewise. Accept functions to compute
5321 sub-menu titles.
5322 (recentf-menu-filter): Likewise. Doc fix.
5323 (recentf-menu-value-shortcut): Doc fix.
5324 (recentf-dump-variable): Quote atom value.
5325 (recentf-make-menu-items): Update to use it as a menu filter.
5326 (recentf-match-rule): New function.
5327 (recentf-arrange-by-rule): Use it.
5328 (recentf-indirect-mode-rule): New function.
5329 (recentf-build-mode-rules): Use it.
5330 (recentf-dir-rule): New function.
5331 (recentf-arrange-by-dir): Use it.
5332 (recentf-filter-changer-current): Rename from
5333 `recentf-filter-changer-state'. All references updated.
5334 (recentf-filter-changer-alist): Update filter names.
5335 (recentf-filter-changer-select): New function.
5336 (recentf-filter-changer): Use it. Make a sub-menu from filters
5337 available in `recentf-filter-changer-alist'.
5338 (recentf-data-cache, recentf-clear-data)
5339 (recentf-update-menu): Remove. All references updated.
5340 (recentf-match-rule-p, recentf-build-dir-rules)
5341 (recentf-filter-changer-goto-next)
5342 (recentf-filter-changer-get-current)
5343 (recentf-filter-changer-get-next): Remove.
5344
5345 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5348 buffer "Reset" button to "Reset to Current" for consistency with
5349 the State buttons.
5350
5351 2005-12-08 John Paul Wallington <jpw@pobox.com>
5352
5353 * ibuf-ext.el (define-ibuffer-filter filename):
5354 If `dired-directory' is a list then really use its car.
5355
5356 2005-12-08 Kim F. Storm <storm@cua.dk>
5357
5358 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5359 Fix indention of text on right side of replaced rectangle.
5360
5361 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5362
5363 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5364 No need to check gud-comint-buffer is bound.
5365 (gdb): Prevent multiple debugging when first session uses gdba.
5366
5367 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5368
5369 CC Mode update to 5.31.
5370
5371 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5372 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5373 We might do this function properly in the future).
5374
5375 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5376 New macros c-sentence-end and c-default-value-sentence end, to cope
5377 with Emacs 22's new function `sentence-end'.
5378
5379 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5380
5381 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5382 compat issue using `c-put-overlay' and `c-delete-overlay'.
5383
5384 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5385 New compat macros to handle overlays/extents.
5386
5387 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5388
5389 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5390 (for GNU Emacs 20.4)
5391
5392 * progmodes/cc-defs.el:
5393 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5394
5395 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5396 highlighting mechanism so it will work in XEmacs too.
5397
5398 * progmodes/cc-defs.el: Insert c-int-to-char.
5399
5400 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5401 call to the new macro c-int-to-char. This solves XEmacs's
5402 regarding characters as different from integers.
5403
5404 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5405
5406 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5407 New internal helper.
5408
5409 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5410 construct to make the indirect face lookup work in XEmacs.
5411
5412 (c-cpp-matchers): Append the negation char face to the existing
5413 fontification, so that the cpp face doesn't disappear.
5414 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5415 and strings.
5416
5417 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5418 to map to `font-lock-negation-char-face' in emacsen where it exists.
5419
5420 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5421
5422 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5423
5424 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5425 Rename "c-subword-move-mode" as "c-subword-mode".
5426
5427 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5428 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5429
5430 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5431
5432 * progmodes/cc-mode.el: Added autoload directive for
5433 `c-subword-move-mode' for use in older emacsen.
5434
5435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5436
5437 * progmodes/cc-mode.el:
5438 (i) Insert a binding for C-c C-backspace into
5439 c-bind-special-erase-keys which works in TTYs.
5440 (ii) Make sure that when file styles are used, any explicitly
5441 given style variables take priority over those in the style.
5442 Do this by calling `hack-local-variables' a second time.
5443
5444 * progmodes/cc-vars.el: Add language specific customization
5445 widgets for AWK to c-doc-comment-style, c-require-final-newline
5446 and c-default-style. Add a defcustom for awk-mode-hook.
5447 Give c-syntactic-element and c-syntactic-context doc-strings by
5448 directly setting their `variable-documentation' propery.
5449 This allows Emacs 22.1 to read these with C-h v.
5450
5451 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5452
5453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5454
5455 * progmodes/cc-fonts.el, cc-vars.el
5456 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5457 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5458 Masatake YAMATO.
5459
5460 (c-doc-comment-style): Made GtkDoc default in C mode.
5461
5462 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5463 and C-c C-<delete>.
5464
5465 (c-bind-special-erase-keys): New function for use on
5466 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5467
5468 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5469 <delete> key behavior in XEmacs according to `delete-forward-p'.
5470 C.f. `c-electric-delete'.
5471
5472 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5473
5474 * progmodes/cc-mode.el: Give c-hungry-backspace and
5475 c-hungry-delete-forward permanent key bindings.
5476
5477 * progmodes/cc-cmds.el (c-electric-semi&comma):
5478 Bind c-syntactic-context for calls to "criteria functions", for
5479 consistency with other calls to user functions.
5480
5481 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5482 `current-prefix-arg', since this might be the prefix arg to a
5483 command which calls c-indent-command as a function. Change the
5484 interactive spec from "p" to "P".
5485
5486 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5487 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5488 was difficult to understand.
5489
5490 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5491
5492 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5493 first char of an identifier.
5494
5495 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5496 +" syntax in C++.
5497
5498 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5499
5500 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5501 auto-fill doesn't split a c-comment's last word from a hanging
5502 "*/" when a space is typed between them after fill-column.
5503
5504 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5505
5506 * progmodes/cc-styles.el (c-set-style)
5507 (c-setup-paragraph-variables): Abort the command if we're not in a
5508 CC Mode buffer.
5509
5510 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5511 with blank comment-prefix, and a blank line as the comment's
5512 second line.
5513
5514 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5515
5516 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5517 Incorporate the patterns added in the Emacs development branch
5518 for the new Emacs 22 face `font-lock-negation-char-face'.
5519
5520 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5521 of "red" since it stands out better in xterms and DOS terminals.
5522
5523 * progmodes/cc-engine.el (c-literal-faces):
5524 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5525
5526 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5527
5528 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5529 forcibly enable c-electric-flag.
5530
5531 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5532 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5533 after the comment-prefix of a C-style comment will close that comment.
5534
5535 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5536
5537 * progmodes/cc-fonts.el (c-basic-matchers-before)
5538 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5539 in Pike.
5540
5541 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5542 digraphs.
5543
5544 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5545 (c-cpp-message-directives, c-cpp-include-directives)
5546 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5547 (c-cpp-expr-directives): Introduce new language constants to
5548 control cpp syntax in a cleaner way.
5549
5550 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5551
5552 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5553
5554 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5555 (c-multiline-string-start-char): New language constants and
5556 variables to specify how newlines in string literals work.
5557
5558 (c-font-lock-invalid-string): Use them.
5559
5560 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5561 unbalanced close brace is entered. Optimization by avoiding going
5562 back over arbitrarily large blocks. Removed hints that this
5563 function only would be relevant/useful in AWK.
5564
5565 (c-electric-brace): Indent syntactically after the cleanups since
5566 lineup functions might do it differently then.
5567
5568 * progmodes/cc-engine.el, cc-langs.el
5569 (c-opt-op-identifier-prefix): New language constant and variable.
5570
5571 (c-just-after-func-arglist-p, c-after-special-operator-id)
5572 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5573
5574 * progmodes/cc-align.el, cc-engine.el
5575 (c-after-special-operator-id): New helper to handle C++ operator
5576 identifiers.
5577
5578 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5579 (c-guess-basic-syntax): Handle C++ operator identifiers in
5580 declarations.
5581
5582 * progmodes/cc-langs.el (c-assignment-operators): Add the
5583 trigraph version of ^= too.
5584
5585 * progmodes/cc-langs.el (c-assignment-operators): Add the
5586 trigraph version of |= in C++.
5587
5588 * progmodes/cc-fonts.el (c-font-lock-declarators):
5589 Handle `c-decl-hangon-kwds' after the identifier name.
5590
5591 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5592 whether an arglist is "nonempty", ignore a comment after the open
5593 paren if it isn't followed by a non-comment token on the same line.
5594
5595 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5596 Enable heuristics below the point to cope with classes inside special
5597 brace lists in Pike.
5598
5599 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5600
5601 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5602
5603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5604
5605 * progmodes/cc-guess.el (cc-guess-install): New function to
5606 install an already guessed style in another buffer.
5607
5608 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5609 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5610 anyway if the change always is undone.
5611
5612 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5613
5614 Implement togglable electricity:
5615
5616 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5617 saying when it should be used.
5618
5619 * progmodes/cc-engine.el: Add the new buffer-local variable,
5620 c-electric-flag.
5621
5622 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5623 c-toggle-auto-newline.
5624
5625 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5626 c-toggle-auto-newline. Remove the binding for
5627 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5628 c-toggle-electric-state.
5629
5630 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5631
5632 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5633 c-\(forward\|backward\)-subword.
5634 (c-update-modeline): Add the new modeline flag `l' for
5635 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5636 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5637 Make the old name an alias of the new name.
5638 (c-toggle-electric-state): New function.
5639 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5640 Adapt these functions to do electric things only when
5641 c-electric-flag is non-nil.
5642 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5643 new functions from c-electric-brace.
5644 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5645 mode, so that the tentative extra newline doesn't change the
5646 syntax of the following brace.
5647 (c-electric-brace): Restructure by extracting the above functions.
5648 Tidy up the coding somewhat.
5649 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5650 restructure a bit.
5651
5652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5653
5654 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5655 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5656
5657 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5658 (c-submode-indicators): Change name from `c-auto-hungry-string'
5659 since it's now used to track another submode.
5660
5661 (c-update-modeline): Convert to function and extended to check
5662 `c-subword-move-mode'.
5663
5664 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5665 Convert to compat aliases for `c-forward-subword' and
5666 `c-backward-subword'.
5667
5668 * progmodes/cc-subword.el: New functions and minor mode to handle
5669 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5670
5671 (c-forward-subword, c-backward-subword, c-mark-subword)
5672 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5673 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5674 Functions corresponding to the standard word handling functions.
5675
5676 (c-subword-move-mode): Minor mode that replaces all the standard
5677 word handling functions with their subword equivalences.
5678
5679 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5680
5681 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5682 entry for one-liner-defun.
5683
5684 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5685 name in its def-edebug-spec.
5686
5687 * progmodes/cc-cmds.el (c-electric-brace): Make the
5688 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5689 compacts space before a comment, if this will make things fit on
5690 one line.
5691
5692 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5693
5694 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5695
5696 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5697 clean-up one-liner-defun.
5698
5699 * progmodes/cc-styles.el: Add the new "awk" style.
5700
5701 * progmodes/cc-vars.el: Add description of one-liner-defun to
5702 c-cleanup-list's doc-string. New user options,
5703 c-max-one-liner-length. In c-default-style, set the default style
5704 for AWK to "awk".
5705
5706 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5707
5708 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5709 macros inside labels.
5710
5711 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5712 `c-at-statement-start-p' and `c-at-expression-start-p'.
5713
5714 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5715 error if the mark isn't set.
5716
5717 * progmodes/cc-engine.el (c-guess-continued-construct)
5718 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5719 accurately detect functions inside functions.
5720
5721 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5722 like `c-at-statement-start-p' that additionally recognizes commas
5723 and expression parentheses as delimiters.
5724
5725 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5726 to avoid heuristics that doesn't work for unclosed blocks.
5727 (c-at-statement-start-p): New function.
5728
5729 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5730 Objective-C directives, e.g. directives spanning lines should work
5731 reasonably well now.
5732
5733 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5734
5735 (c-forward-objc-directive): New function to move over any ObjC
5736 directive.
5737
5738 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5739 (c-basic-matchers-before): Use it.
5740
5741 (c-font-lock-objc-iip-decl): Remove.
5742
5743 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5744 in the template arglist recognition.
5745
5746 * progmodes/cc-styles.el (c-style-alist): Fix several
5747 inconsistencies in the Whitesmith style.
5748
5749 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5750 New lineup function to get lines after Whitesmith style blocks
5751 correctly indented.
5752
5753 (c-lineup-whitesmith-in-block): Back out the compensation for
5754 opening parens since it's done using `add' lists in the style
5755 definition instead. Don't use the anchor position since it varies
5756 too much between the syntactic symbols. :P
5757
5758 * progmodes/cc-vars.el (c-valid-offset): Update.
5759
5760 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5761 lists where the offsets are combined according to several
5762 different methods: `first', `min', `max', and `add'.
5763 Report offset evaluation errors with `c-benign-error' so that some kind
5764 of reindentation still is done.
5765
5766 * progmodes/cc-engine.el (c-guess-basic-syntax):
5767 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5768 `arglist-close'.
5769
5770 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5771 situations for `arglist-cont-nonempty' and `arglist-close'.
5772
5773 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5774
5775 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5776 cc-bytecomp-boundp' in a number of places.
5777
5778 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5779 macro related issue.
5780
5781 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5784 list is now [asdf], a char class [:alpha:].
5785 Include code for char classes.
5786 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5787 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5788
5789 Remove (nearly all of) the cruft associated with AWK Mode's former
5790 concept of "virtual semicolons":
5791
5792 Adapt c-beginning-of-statement, c-end-of-statement (together with
5793 subfunctions) to use the new notion of "virtual semicolon" in
5794 place of the old awkward special handling for AWK. There remains
5795 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5796 * progmodes/cc-cmds.el:
5797 (c-ascertain-adjacent-literal): In the backwards direction, now
5798 recognises AWK regexp delimiters as string delimiters.
5799 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5800 check more rigorously for "end of macro".
5801 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5802 virtual semicolons;
5803 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5804 out the code for forward movement into ...
5805 (c-end-of-statement): Now contains the code for forward movement,
5806 adapted for virtual semicolons.
5807
5808 * progmodes/cc-engine.el:
5809 (c-ws*-string-limit-regexp): New regexp.
5810 (c-forward-single-comment, c-backward-single-comment): Comment out
5811 the (now redundant) "special" AWK stuff.
5812
5813 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5814 c-string-par-start, c-string-par-separate to be more like Text
5815 Mode than Fundamental Mode.
5816
5817 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5818
5819 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5820 to the fontified region so that fontification doesn't occur
5821 outside it (could happen e.g. when fontifying a line with an
5822 unfinished declaration).
5823
5824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5825
5826 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5827 start of the file. ^L now separate sections of the file.
5828 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5829 (c-awk-one-line-possibly-open-string-re)
5830 (c-awk-regexp-one-line-possibly-open-char-class-re)
5831 (c-awk-one-line-possibly-open-regexp-re)
5832 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5833 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5834
5835 Amend the concept of "virtual semicolons" (in the indentation
5836 engine) for languages like AWK, such that they are now
5837 conceptually attached to end of the last token of a statement, not
5838 the end of the line. (In AWK Mode, however, the pertinent text
5839 property is still physically set on the EOL.) Remove the specific
5840 tests for awk-mode, thus facilitating the introduction of other
5841 language modes where EOLs can end statements.
5842 (Note: The funtionality in cc-cmds.el, specifically
5843 c-beginning/end-of-statement has yet to be amended.)
5844
5845 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5846 New macros.
5847
5848 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5849 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5850 c-vsemi-status-unknown-p-fn (in a new page).
5851
5852 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5853 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5854 numerous awkward forms like
5855 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5856 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5857 variable before-ws-ip, the place just after char-before-ip appears.
5858
5859 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5860 a comment.
5861
5862 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5863
5864 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5865 `c-tentative-buffer-changes'.
5866
5867 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5868 convert to macro to choose between Emacs and XEmacs at compile time.
5869
5870 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5871
5872 (c-tentative-buffer-changes): New macro to handle temporary buffer
5873 changes in a convenient way.
5874
5875 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5876 for `c-tentative-buffer-changes'.
5877
5878 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5879 the checks for paren sexps between the point and the keyword, to
5880 avoid some false alarms.
5881
5882 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5883 Fixed a situation where an error could be thrown for unbalanced
5884 parens. Changed to make use of c-keyword-member' to avoid some
5885 repeated regexp matches.
5886
5887 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5888 These language variable are no longer necessary.
5889
5890 (c-block-stmt-kwds): New language constant used by
5891 c-looking-at-inexpr-block'.
5892
5893 (c-guess-basic-syntax): Remove an optional check that looked at
5894 the existence of the now removed language variables.
5895
5896 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5897 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5898 object instantiation expressions as declarations in some contexts.
5899 This bug only affected languages where the declarator can't be
5900 enclosed in parentheses.
5901
5902 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5903 insert newlines before and after substatement braces.
5904
5905 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5906 function declaration headers and the handling of C++ style member
5907 init lists.
5908
5909 (c-just-after-func-arglist-p): Rewritten to use
5910 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5911
5912 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5913
5914 (c-guess-basic-syntax): Adapt case 5B for the new
5915 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5916 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5917 covers all cases now).
5918
5919 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5920
5921 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5922
5923 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5924 c-string-par-start/separate c-sentence-end-with-esc-eol,
5925 initialised in c-setup-paragraph-variables, used in string
5926 scanning subroutines of c-beginning-of-statement.
5927
5928 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5929 which precedes the newly inserted `{'.
5930
5931 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5932
5933 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5934 function for declaration level blocks. It should now cope with
5935 templates better and also be a lot more comprehensible.
5936
5937 (c-looking-at-decl-block): The new function.
5938
5939 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5940 for compatibility.
5941
5942 (c-add-class-syntax, c-guess-continued-construct)
5943 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5944
5945 (c-decl-block-key): Change to tell apart ambiguous and
5946 unambiguous keywords. Pike specials are now handled directly in
5947 the code instead.
5948
5949 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5950 New language constants and variables to make the backward skip in
5951 `c-looking-at-decl-block' as tight as possible.
5952
5953 (c-nonsymbol-token-char-list): New language constant.
5954
5955 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5956 find balanced template arglists backwards.
5957
5958 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5959 making char classes for `c-syntactic-skip-backward'.
5960
5961 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5962 16D - can't be a class-close at that point.
5963
5964 * progmodes/cc-engine.el (c-guess-basic-syntax)
5965 (c-add-class-syntax): Don't narrow out the enclosing declaration
5966 level. This makes everything a lot easier, and it was actually
5967 only four small places that needed it to work. Some places that
5968 previously did `widen' are removed now, which has the effect that
5969 `c-guess-basic-syntax' never will look at things outside the
5970 current narrowment now. The anchor position for `topmost-intro'
5971 is affected by this, but it was so bogus it was basically useless
5972 before, and now it's equally bogus but in a slightly different way.
5973
5974 (c-narrow-out-enclosing-class): Gone.
5975
5976 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5977 the narrowed region.
5978
5979 (c-least-enclosing-brace): Remove silly optional argument.
5980
5981 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5982 the point could be left directly after an open paren when finding
5983 the beginning of the first decl in the block.
5984
5985 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5986 Specify which submatch to use.
5987
5988 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5989
5990 (c-decl-start-re): No longer any need for special treatment of
5991 ObjC due to the above.
5992
5993 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5994 presumably follows C in that regard.
5995
5996 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5997 New language constants to specify operator tokens inside
5998 identifiers in a more high level way.
5999
6000 (c-opt-identifier-prefix-key): New internal language constant.
6001
6002 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6003 (c-identifier-start, c-identifier-key): Now completely calculated
6004 from other constants.
6005
6006 (c-identifier-last-sym-match): Decommission since it's no longer used.
6007
6008 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6009
6010 * progmodes/cc-engine.el (c-forward-name): Remove the
6011 optimization when c-identifier-key is equal to c-symbol-key since
6012 it doesn't work in byte compiled files. Don't record empty
6013 regions as identifiers.
6014
6015 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6016 simplify access to `c-operators' and its likes.
6017
6018 (c-operator-list, c-all-op-syntax-tokens)
6019 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6020 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6021 (c-primary-expr-regexp, c-cast-parens): Use it.
6022
6023 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6024 an explicit language in functions.
6025
6026 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6027 variant of adornment.
6028
6029 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6030 variable.
6031
6032 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6033 the Pike value.
6034
6035 * progmodes/cc-engine.el (c-on-identifier)
6036 (c-simple-skip-symbol-backward): Small fix for handling "-"
6037 correctly in `skip-chars-backward'. Affected the operator lfun
6038 syntax in Pike.
6039
6040 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6041 diagnostic message about precompiled language vars not being used.
6042
6043 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6044 "__attribute__" is followed by a parenthesis.
6045
6046 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6047 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6048 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6049
6050 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6051 Internal cleanups to properly detect the declared identifiers in
6052 various declarations.
6053
6054 (c-decl-start-kwds): New language constant to recognize
6055 declarations that can start anywhere. Used for class declarations
6056 in Pike.
6057
6058 (c-specifier-key, c-not-decl-init-keywords)
6059 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6060 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6061
6062 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6063 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6064 handling of the compiler specific extension keywords into a new
6065 language constant `c-decl-hangon-kwds' that defines keyword
6066 clauses to be ignored in declarations.
6067
6068 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6069 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6070 Necessary to stop at the declared identifier in e.g. IDL valuetype
6071 declarations.
6072
6073 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6074 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6075 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6076 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6077 class and enum declarations as such and not as part of the type.
6078
6079 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6080 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6081
6082 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6083 declarations when there's some syntax error later on.
6084
6085 (c-complex-decl-matchers): Did away with a reference to
6086 `c-specifier-key'.
6087
6088 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6089 value - this variable is always dynamically bound.
6090
6091 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6092 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6093 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6094 functions that might do hidden buffer changes: All such internal
6095 functions are now marked instead of those that don't.
6096
6097 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6098 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6099 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6100 (c-literal-type): Allow these functions to make hidden buffer changes,
6101 so that they are free to use text property caching later on.
6102
6103 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6104 (c-electric-brace, c-electric-slash, c-electric-star)
6105 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6106 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6107 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6108 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6109 with the changed semantics of the functions above.
6110
6111 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6112 when macros occur in obscure places. Optimized the sexp movement
6113 a bit.
6114
6115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6116
6117 Enhancements for c-beginning-of-statement to work in AWK Mode:
6118
6119 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6120 (completed statement) with `}' (statement completed by closing
6121 brace or semicolon) and `$' (statement completed by EOL).
6122
6123 (c-awk-virtual-semicolon-ends-prev-line-p)
6124 (c-awk-virtual-semicolon-ends-line-p)
6125 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6126 (c-awk-at-statement-end-p): New functions.
6127
6128 * progmodes/cc-cmds.el: Simplify the structure of functions
6129 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6130 two functions and c-beginning-of-statement to handle AWK Mode.
6131
6132 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6133 c-backward-single-comment for AWK mode. Attempt to clarify their
6134 doc-strings.
6135
6136 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6137
6138 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6139
6140 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6141 label handling. Labels are now recognized in a uniform and more
6142 robust way, regardless of context. Text properties are put on all
6143 labels to recognize the following declarations better.
6144 Multiword labels are handled both in indentation and fontification for
6145 the benefit of language extensions like Qt. For consistency, keywords
6146 in labels are now fontified with the label face instead.
6147 That also applies to "case" and "default".
6148
6149 (c-beginning-of-statement-1): Fix some bugs in the label
6150 handling. Disregard `c-nonlabel-token-key' in labels that begin
6151 with `c-label-kwds'.
6152
6153 (c-find-decl-spots): Support that the callback adds more
6154 `c-decl-end' spots to find.
6155
6156 (c-forward-decl-or-cast-1): Don't treat a list of plain
6157 identifiers followed by a colon as a declaration.
6158
6159 (c-forward-label): New function to recognize labels.
6160
6161 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6162 `c-forward-label'. Moved the label recognition cases (14 and 15)
6163 earlier since they aren't so context sensitive now. Handle labels
6164 on the top level gracefully. Moved access label recognition to
6165 the generic label case (CASE 15) - removed CASE 5E.
6166
6167 (c-font-lock-declarations): Add recognition of labels in the
6168 same round since we need to handle labels in parallell with other
6169 declarations to recognize both accurately. It should also improve
6170 speed.
6171
6172 (c-simple-decl-matchers, c-basic-matchers-after):
6173 Move `c-font-lock-labels' so that it only is used on decoration level 2
6174 since `c-font-lock-declarations' handles it otherwise.
6175
6176 (c-complex-decl-matchers): Remove the simplistic recognition of
6177 access labels.
6178
6179 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6180 with labels earlier.
6181
6182 (c-decl-start-re): New language variable to make
6183 `c-font-lock-declarations' stop for the special protection labels
6184 in Objective-C that start with `@'.
6185
6186 (c-label-key): Remove since it's no longer used.
6187
6188 (c-recognize-colon-labels, c-label-prefix-re): New language
6189 constants to support recognition of generic colon-terminated labels.
6190
6191 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6192 are colon terminated labels.
6193
6194 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6195 first argument starts with a special brace list.
6196
6197 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6198 (c-font-lock-declarations): Break out the declaration and cast
6199 recognition from `c-font-lock-declarations' to a new function, so
6200 that it can be used in the indentation engine.
6201
6202 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6203 up to the start of the literal. Fixed bug with the point on the
6204 wrong side of the search limit that could happen when the start
6205 position is inside a literal.
6206
6207 * progmodes/cc-engine.el (c-parse-state)
6208 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6209 so that it's kept a little bit back to increase the hit rate.
6210
6211 (c-parse-state): Change the macro handling and fixed some
6212 glitches. Macro context is checked more often than necessary now,
6213 but otoh less garbage conses are generated.
6214
6215 * progmodes/cc-engine.el (c-parse-state)
6216 (c-invalidate-state-cache): Cache the last position where
6217 `c-state-cache' applies. This can speed up refontification quite
6218 a bit in blocks where there are many non-brace parens before the point.
6219
6220 (c-state-cache-end): New variable for this.
6221
6222 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6223 cache variable.
6224
6225 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6226 get close initial continue positions when the start position is
6227 inside a literal or macro. Do not call the callback for spots
6228 before the start position (which can happen e.g. for `c-decl-end'
6229 spots inside comments). Optimize better in special cases when the
6230 region is a single line inside a literal or macro (typically when
6231 the current line is refontified).
6232
6233 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6234 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6235 entries from the paren state.
6236
6237 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6238 special case for "else if" clauses.
6239
6240 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6241 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6242
6243 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6244 New language variable to recognize the gcc extension with statement
6245 blocks inside expressions.
6246
6247 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6248 it somewhat more comprehensible. The argument AT-BLOCK-START is
6249 no longer used and hence removed.
6250
6251 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6252 to `c-add-stmt-syntax'.
6253
6254 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6255 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6256 This fixes bogus label recognition.
6257
6258 * progmodes/cc-engine.el (c-add-type, c-check-type)
6259 (c-forward-name, c-forward-type): Improve storage of template
6260 types in `c-found-types' so that they can be recognized better.
6261
6262 (c-syntactic-content): Add option to skip past nested parens.
6263
6264 * progmodes/cc-engine.el (c-forward-name):
6265 Set `c-last-identifier-range' all the time. It's less work that way.
6266 Handle that there might not be an identifier to store in
6267 `c-last-identifier-range'.
6268
6269 (c-forward-type): Handle that `c-last-identifier-range' might be
6270 nil from `c-forward-name'.
6271
6272 * progmodes/cc-defs.el (c-safe-scan-lists)
6273 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6274
6275 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6276 to work even if the form fails.
6277
6278 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6279 down in a large file in one go.
6280
6281 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6282
6283 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6284 function which is like `c-lineup-math' but returns nil instead of
6285 `c-basic-offset' when it doesn't match.
6286
6287 (c-lineup-math): Change to use `c-lineup-assignments'.
6288
6289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6290
6291 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6292 c-beginning-of-statement. New subfunctions
6293 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6294
6295 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6296
6297 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6298 hardcoded char classes whereever possible. Changed a couple of
6299 places to use skip by syntax instead of skip by char class.
6300
6301 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6302 Fix a bug in the regexp that caused extreme backtracking.
6303
6304 * progmodes/cc-langs.el (c-block-comment-starter)
6305 (c-block-comment-ender): New language constants to specify in a
6306 single place how block comments look.
6307
6308 (c-comment-start-regexp, c-block-comment-start-regexp)
6309 (comment-start, comment-end, comment-start-skip)
6310 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6311 (c-syntactic-ws, c-nonempty-syntactic-ws)
6312 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6313 `c-line-comment-starter', `c-block-comment-starter' and
6314 `c-block-comment-ender'.
6315
6316 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6317 New language constants to break up things a bit.
6318
6319 (c-simple-ws): New language constant for simple whitespace.
6320
6321 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6322
6323 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6324 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6325 newlines. Allow and ignore nil elements in the list.
6326
6327 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6328
6329 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6330 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6331
6332 * progmodes/cc-cmds.el: Tidy up the comments in
6333 c-beginning-of-statement and subfunctions.
6334
6335 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6336 more flexible c-put-char-property and c-clear-char-properties.
6337 Add the author's email address.
6338
6339 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6340
6341 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6342 closing "*/" of a block comment.
6343
6344 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6345 subfunctions) so that it works at BOB and EOB.
6346
6347 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6348 c-beginning-of-statement, including new variable
6349 c-block-comment-start-regexp.
6350
6351 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6352
6353 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6354 symbols from `*-font-lock-extra-types' so that there's no need to
6355 use `regexp-opt' on those lists.
6356
6357 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6358 `c-type-modifier-kwds' is empty.
6359
6360 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6361 there are several strings on the same line.
6362
6363 * progmodes/cc-engine.el (c-literal-limits): Remove the
6364 compatibility function for older emacsen. `c-literal-limits-fast'
6365 has now taken the place of this function.
6366
6367 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6368 with older emacsen: We now require `pps-extended-state'.
6369
6370 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6371
6372 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6373 which obviates the need to hack sentence-end. This now handles
6374 escaped newlines in strings correctly. Correct minor bugs in
6375 c-move-over-sentence and in c-beginning-of-statement.
6376
6377 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6378 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6379 that movement over macros and code are rigorously separated from
6380 eachother. Correct a few incidental bugs.
6381
6382 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6383 Improve its doc-string. Improve the handling of certain specific cases.
6384
6385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6386
6387 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6388 (c-guess-basic-syntax): Change the way class-level labels are
6389 recognized; they can now contain essentially any symbols.
6390
6391 (c-opt-extra-label-key): New language variable to cope with the
6392 special protection label syntax in Objective-C.
6393
6394 (c-opt-access-key): Remove; this is now handled better by
6395 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6396
6397 (c-complex-decl-matchers): Update to handle that
6398 `c-opt-access-key' no longer exists.
6399
6400 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6401 improved label recognition in `c-beginning-of-statement-1'.
6402
6403 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6404 Recognize bitfields better.
6405
6406 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6407 Remove some cruft and fixed a bug that could cause it to go to a
6408 position further down.
6409
6410 * progmodes/cc-langs.el, cc-engine.el
6411 (c-beginning-of-statement-1): Improve detection of labels in
6412 declaration contexts.
6413
6414 (c-beginning-of-decl-1): Use it.
6415
6416 (c-nonlabel-token-key): New language constant and variable needed
6417 by `c-beginning-of-statement-1'.
6418
6419 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6420 manifested itself due to the correction in `c-forward-sexp'.
6421
6422 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6423 Make these behave as documented when used at the buffer limits.
6424
6425 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6426 (c-type-decl-end-used): Made this a language variable.
6427
6428 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6429 correctly when `combine-after-change-calls' is used together with
6430 temporary narrowings.
6431
6432 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6433 Report labels correctly when the start point is immediately after the
6434 colon.
6435
6436 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6437 Remove since it isn't used anymore.
6438
6439 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6440 bracket arglists such as template parens in C++.
6441
6442 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6443 in the last check-in. Some optimization.
6444
6445 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6446 where it could stop at the same level in a preceding sexp when
6447 PAREN-LEVEL is set.
6448
6449 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6450 text property lookup only when it's needed.
6451
6452 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6453 Change the policy for paren marked angle brackets to be more
6454 persistent; once marked they remain marked even when they're found
6455 to be unbalanced in the searched region. This should keep the
6456 paren syntax around even when individual lines are refontified in
6457 multiline template arglists.
6458
6459 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6460 to control markup so that incorrect angle bracket arglists aren't
6461 marked in contexts where the correct value for
6462 `c-disallow-comma-in-<>-arglists' isn't known.
6463
6464 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6465 argument has become `c-parse-and-markup-<>-arglists'.
6466
6467 (c-remove-<>-arglist-properties): Remove - no longer used.
6468
6469 (c-after-change-check-<>-operators): New function used on
6470 `after-change-functions' to avoid that "<" and ">" characters that
6471 are part of longer operators have paren syntax.
6472
6473 (c-<>-multichar-token-regexp): New language variable used by
6474 `c-after-change-check-<>-operators'.
6475
6476 (c-after-change): Call `c-after-change-check-<>-operators'.
6477
6478 (c-font-lock-<>-arglists): Use the context properties set by
6479 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6480 correctly to avoid doing invalid markup.
6481
6482 (c-font-lock-declarations): Remove code that undoes the invalid
6483 markup done by `c-font-lock-<>-arglists'.
6484
6485 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6486 after `c-font-lock-declarations'.
6487
6488 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6489 Add paren-level feature.
6490
6491 (c-guess-basic-syntax): Improve the anchor position for
6492 `template-args-cont' in nested template arglists. There's still
6493 much to be desired in this area, though.
6494
6495 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6496
6497 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6498 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6499
6500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6501
6502 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6503 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6504
6505 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6506 it doesn't work no longer are supported.
6507
6508 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6509 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6510 requires support for the syntax-table' text property, which rules
6511 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6512 cruft associated with those versions.
6513
6514 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6515 for the `syntax-table' text property, which rules out Emacs 19 and
6516 XEmacs < 21.4. Removed various compatibility cruft associated
6517 with those versions.
6518
6519 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6520 support for the `syntax-table' text property.
6521
6522 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6523 variable and use an extra quoted face name instead. All the
6524 emacsen flavors handle that correctly.
6525
6526 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6527 (c-font-lock-declarators, c-font-lock-declarations)
6528 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6529 property to mark the items in in declarator lists to handle
6530 refontification inside multiline declarations better.
6531
6532 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6533 construct like "a * b = c;" as a declaration.
6534
6535 2005-12-08 Kim F. Storm <storm@cua.dk>
6536
6537 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6538 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6539 select either meta, hyper, or super modifier for rectangle commands.
6540 (cua--rectangle-modifier-key): New defvar.
6541 (cua--M/H-key): Use it. Remove special case for `space'.
6542 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6543 on X, to meta otherwise. Always bind C-return to toggle
6544 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6545
6546 * emulation/cua-rect.el (cua-help-for-rectangle):
6547 Use cua--rectangle-modifier-key. Handle super modifier too.
6548 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6549 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6550
6551 * ido.el: Move Acknowledgements and History after Commentary.
6552 Minor changes to Commentary.
6553
6554 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6555 keymap if cua--prefix-override-timer is `shift'.
6556 (cua--shift-control-prefix): New function; emulate "type prefix
6557 key twice" functionality to handle shifted prefix key override.
6558 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6559 New commands.
6560 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6561
6562 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6563
6564 * textmodes/org.el (org-insert-heading): Try to do items before
6565 headings.
6566 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6567 (org-insert-item): New function.
6568 (org-renumber-ordered-list): Don't skip to higher level lists.
6569
6570 2005-12-08 Juri Linkov <juri@jurta.org>
6571
6572 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6573
6574 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6575
6576 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6577
6578 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6579 the constructed function name fun-1.
6580
6581 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6582 because such links don't lead to parent documentation.
6583
6584 2005-12-08 Kenichi Handa <handa@m17n.org>
6585
6586 * descr-text.el (describe-char): Use *Help-2* buffer if the
6587 current buffer is *Help*. Call describe-text-properties while
6588 setting the original buffer.
6589
6590 2005-12-07 Bill Wohler <wohler@newt.com>
6591
6592 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6593 and causes problems with non-MH users (such as Gnus users).
6594
6595 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6596
6597 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6598 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6599 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6600 command "info sources". Move calls to GDB command "list".
6601 (gdb-find-file-hook): Just use gdb-source-file-list.
6602 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6603 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6604 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6605 (gdb-data-list-register-values-handler): Use correct trigger name.
6606
6607 2005-12-07 Kim F. Storm <storm@cua.dk>
6608
6609 * ido.el (ido-completion-map): Rename from ido-mode-map.
6610 (ido-common-completion-map, ido-file-completion-map)
6611 (ido-file-dir-completion-map, ido-buffer-completion-map):
6612 Rename from ido-mode-....-map.
6613 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6614 (ido-setup-completion-map): Rename from ido-define-mode-map.
6615 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6616 to ido-completion-map.
6617
6618 2005-12-07 Kenichi Handa <handa@m17n.org>
6619
6620 * international/mule-cmds.el
6621 (set-display-table-and-terminal-coding-system): If the coding
6622 system specified in `unibyte-display' property is different from
6623 the arg coding-system, don't setup standard-display-table.
6624
6625 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6628 that comments end at \n, regardless of selective-display.
6629
6630 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6631
6632 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6633 (gdb-version): New variables.
6634 (gdb-source-file-list, gdb-register-names)
6635 (gdb-changed-registers): New variables for use with GDB 6.4+.
6636 (gdb-ann3): Replace with...
6637 (gdb-init-1, gdb-init-2): ...two new functions.
6638 (gdba, gdb-prompt): Call gdb-init-1.
6639 (gdb-get-version): New function. Call gdb-init-2 from here.
6640 (gud-watch): Make it work with mouse events too.
6641 (gdb-post-prompt): Don't add to queue until GDB version is known.
6642 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6643 (gdb-locals-mode): Use gdb-version.
6644 (gdb-memory-format-map, gdb-memory-unit-map)
6645 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6646 (gdb-locals-font-lock-keywords-1)
6647 (gdb-locals-font-lock-keywords-2): New variables.
6648 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6649 (gdb-set-gud-minor-mode-existing-buffers-1)
6650 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6651 (gdb-var-update-1, gdb-var-update-handler-1)
6652 (gdb-data-list-register-values-handler)
6653 (gdb-data-list-register-values-custom)
6654 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6655 (gdb-stack-list-locals-handler, gdb-get-register-names):
6656 New functions for use with GDB 6.4+.
6657 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6658 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6659 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6660 (gdb-stack-list-locals-regexp)
6661 (gdb-data-list-register-names-regexp): New regexps for use with
6662 GDB 6.4+.
6663
6664 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6667
6668 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6669
6670 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6671 prompts work for AUTH PLAIN. Also reported by Steve Allan
6672 <seallan@verizon.net>.
6673
6674 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6675
6676 * frame.el (set-frame-parameter): Add doc string.
6677
6678 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6679
6680 * textmodes/org.el (org-occur-highlights): New variable.
6681 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6682 (org-highlight-sparse-tree-matches): New option.
6683 (org-do-occur): New function.
6684 (org-get-heading): Make it work also at beginning of line.
6685 (org-category-table): New variable.
6686 (org-get-category-table, org-get-category)
6687 (org-camel-to-words, org-link-search): New functions.
6688 (org-select-this-todo-keyword): New variable.
6689 (org-todo-list): New command.
6690 (org-shiftright, org-shiftleft): New commands.
6691 (org-agenda-todo): Add prefix argument.
6692 (org-show-hierarchy-above): New option.
6693 (org-show-todo-tree): Numerical prefix creates tree for specific
6694 TODO keyword.
6695 (org-outline-level): New function, to assign a level to plain
6696 lists items.
6697 (org-cycle-include-plain-lists): New option.
6698 (org-mode): Use `org-outline-level' as value of `outline-level'.
6699 (org-cycle): Temporarily switch `outline-regexp' if
6700 `org-cycle-include-plain-lists' is non-nil.
6701 (org-start-icalendar-file): Fix format bug.
6702 (org-agenda-get-day-entries): Create category table.
6703 (org-agenda-get-todos, org-agenda-get-timestamps)
6704 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6705 (org-agenda-get-blocks): Use `org-get-category'.
6706 (org-context-in-file-links): Rename from
6707 `org-line-numbers-in-file-links'.
6708
6709 2005-12-06 Romain Francoise <romain@orebokech.com>
6710
6711 * window.el (balance-windows): Delete extraneous third arg in call
6712 to `enlarge-window'.
6713
6714 2005-12-06 Kenichi Handa <handa@m17n.org>
6715
6716 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6717
6718 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * progmodes/gdb-ui.el (gdb-var-create-handler)
6721 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6722 (gdb-var-list-children-handler, gdb-var-update-handler):
6723 Current buffer is already gdb-partial-output-buffer, don't
6724 make it current again.
6725
6726 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6727
6728 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6729 (list-buffers-noselect): Use it.
6730
6731 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6734 (mail-yank-ignored-headers): Use regexp-opt.
6735 (mail-mode-map): Move initialization into declaration.
6736 (mail-sent-via): Remove unused shadowed var `to-line'.
6737 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6738 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6739 (mail-do-fcc): Use dolist and push.
6740 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6741 (mail-yank-ignored-headers): Don't autoload.
6742
6743 2005-12-05 Kenichi Handa <handa@m17n.org>
6744
6745 * international/mule-cmds.el (set-language-info-internal): New fun.
6746 (set-language-info): Call set-language-info-internal to update
6747 language-info-alist. If LANG-ENV is the current one, call
6748 set-language-environment to make INFO effective now.
6749 (set-language-info-alist): Likewise.
6750 (locale-language-names): With locale "en", use English
6751 lang. env. but set the default codings to iso-8859-1.
6752
6753 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6754
6755 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6756 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6757 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6758 for plain strings.
6759 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6760 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6761 Create registers buffer if necessary. Echo new state in minibuffer.
6762 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6763
6764 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * info.el (Info-fontify-node): Match external links using
6767 non-directory part of filename.
6768
6769 2005-12-04 Juri Linkov <juri@jurta.org>
6770
6771 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6772 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6773 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6774 because there is no customization option for it.
6775
6776 * font-lock.el (lisp-font-lock-keywords-1):
6777 Add define-global-minor-mode.
6778
6779 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6780
6781 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6782 properties on the constructed variable names.
6783
6784 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6785 Put `definition-name' properties on the constructed function names
6786 next-sym and prev-sym.
6787
6788 * emacs-lisp/find-func.el (find-function-regexp):
6789 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6790 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6791 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6792 and easy-menu-define.
6793
6794 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6795 easy-mmode-define-global-mode and define-global-minor-mode.
6796 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6797
6798 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6799 instead of easy-mmode-define-global-mode.
6800
6801 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6802 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6803
6804 * cus-edit.el (customize-group, customize-group-other-window):
6805 Filter out autoloaded options from the group completion list by
6806 using heuristics that autoloaded groups don't have `custom-autoload'
6807 property on their symbols (they have only `custom-loads').
6808
6809 * simple.el (completion-setup-function): Put completions-common-part
6810 face on complete completion string too (i.e. completion string
6811 without completions-first-difference face).
6812
6813 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6814
6815 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6816
6817 * view.el (view-mode): Doc fix.
6818
6819 * disp-table.el (standard-display-european): Add to the warning
6820 message a reference to the doc string.
6821
6822 * play/yow.el (apropos-zippy): Call print-help-return-message,
6823 similar to other Help and Apropos commands.
6824
6825 * help.el (print-help-return-message): If pop-up-frames is
6826 non-nil, set up help-return-method to delete the help window and,
6827 possibly, its frame as well, and don't display message about
6828 scrolling the help window. Doc fix.
6829 (help-return-method): Doc fix.
6830
6831 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6832
6833 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6834 whereby names of length one or names starting with a
6835 symbol-constituent character would not be returned.
6836
6837 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6838
6839 * subr.el (atomic-change-group): Add edebug and indentation spec.
6840
6841 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * completion.el (save-completions-file-name): Fix typo in last change.
6844
6845 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6846
6847 * info.el: Move back/forward history to the beginning of the tool bar.
6848
6849 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6850
6851 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6852 Add fset of allout-real-isearch-abort during compile to fix
6853 byte-compilation warnings.
6854 (allout-mode-p): Move definition of this macro above all uses, or
6855 byte compilation in barren emacs (eg, during emacs build) will
6856 lack the definition.
6857 (allout-mode): Move this variable above any uses, or byte
6858 compilation will fail.
6859 (allout-resolve-xref): Remove use of personal file-reference function.
6860 (allout-toggle-current-subtree-encryption): Do the current (ie,
6861 visible containing) topic, rather than nearest around point. Doc fix.
6862 (allout-toggle-subtree-encryption): New function, workhorse that
6863 works on nearest topic containing point.
6864 (allout-encrypt-string): Signal requirement for newer version of pgg.
6865 (allout-resumptions): Doc fix.
6866
6867 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6868
6869 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6870
6871 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6872
6873 * textmodes/flyspell.el (flyspell-external-point-words):
6874 Consider a misspelling as found in the string search if: (a) misspelling
6875 and found string lengths match, or (b) misspelling is found as
6876 element in a boundary-chars separated longer string, or (c)
6877 ispell-program-name is really ispell and misspelling is found as
6878 part of a TeX string. After successful match move beginning of
6879 search region to end of match. Warn about not found misspellings
6880 once the process is done.
6881 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6882
6883 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6884
6885 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6886 tool bar (removed inadvertently).
6887
6888 2005-12-02 Juri Linkov <juri@jurta.org>
6889
6890 * log-view.el (log-view-diff): Clarify doc string.
6891
6892 2005-12-01 Bill Wohler <wohler@newt.com>
6893
6894 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6895 triggers lm-verify errors.
6896
6897 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6898
6899 * simple.el (transient-mark-mode, line-number-mode)
6900 (column-number-mode, size-indication-mode): Remove `:require nil'.
6901
6902 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6905 in the margin also.
6906 (gdb-breakpoints-mode-map): Use D instead of d for
6907 gdb-delete-breakpoint.
6908 (gdb-get-frame-number): Require a number to match on.
6909 (gdb-threads-mode-map): Add follow-link binding.
6910
6911 2005-11-30 Jason Rumney <jasonr@gnu.org>
6912
6913 * isearch.el (isearch-mode-map): Avoid exiting search on
6914 language-change event.
6915
6916 2005-11-30 Romain Francoise <romain@orebokech.com>
6917
6918 * speedbar.el (speedbar-default-position): New defcustom.
6919 (speedbar-frame-reposition-smartly): Use it.
6920
6921 * dframe.el (dframe-reposition-frame-emacs): Fix position
6922 computation for `left' location.
6923 Update copyright year.
6924
6925 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * help.el (help-map): Move initialization into declaration.
6928
6929 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6930
6931 * help-fns.el (help-argument-name): Don't autoload.
6932 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6933 to be re-loaded when customizing the `help' group.
6934
6935 2005-11-30 John Paul Wallington <jpw@gnu.org>
6936
6937 * help-fns.el (describe-function-1): Fill arglist output.
6938
6939 2005-11-30 Kim F. Storm <storm@cua.dk>
6940
6941 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6942 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6943 after revert-buffer (or anything else which kills all local variables).
6944
6945 * apropos.el (apropos-parse-pattern): Doc fix.
6946 Set apropos-regexp directly, rather than expecting callers to do so.
6947 (apropos-command, apropos, apropos-value, apropos-documentation):
6948 Simplify calls to apropos-parse-pattern.
6949
6950 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6951
6952 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6953 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6954 (hi-lock-write-interactive-patterns): Use comment-region.
6955
6956 * longlines.el (longlines-mode): Add mail-setup-hook.
6957
6958 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6959
6960 * simple.el (sendmail-user-agent-compose, next-line):
6961 Conditionally use hard-newline.
6962
6963 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6964
6965 * international/latexenc.el (latex-inputenc-coding-alist):
6966 Reword doc string.
6967
6968 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * help.el (describe-key-briefly, describe-key): Recognize default
6971 bindings.
6972
6973 2005-11-29 Romain Francoise <romain@orebokech.com>
6974
6975 * view.el (view-inhibit-help-message): New defcustom.
6976 (view-mode-enter): Use it.
6977
6978 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6979
6980 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6981 Preserve user position.
6982
6983 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6984
6985 * font-lock.el: Throw error if facemenu is not loaded to prevent
6986 accidental change of loading order in loadup.el. (Suggested by RMS.)
6987
6988 * loadup.el: Add comment explaining why facemenu must be loaded
6989 before font-lock.
6990
6991 2005-11-28 Jay Belanger <belanger@truman.edu>
6992
6993 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6994 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6995
6996 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6997
6998 * calc/calc-embed.el (calc-do-embedded): Update help message.
6999
7000 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7001
7002 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7005
7006 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7007 called-interactively-p.
7008 (elp-profilable-p): Rename from elp-not-profilable-p.
7009 Invert result and take into account macros and autoloaded functions.
7010 (elp-instrument-function): Update call.
7011 (elp-instrument-package): Update call. Add completion.
7012 (elp-pack-number): Use match-string.
7013 (elp-results-jump-to-definition-by-mouse): Merge into
7014 elp-results-jump-to-definition and then remove.
7015 (elp-output-insert-symname): Make help echo text single-line.
7016
7017 * replace.el (query-replace-map): Move initialization into declaration.
7018 (occur-engine): Use with-current-buffer.
7019 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7020 (occur-mode-mouse-goto): Replace with an alias.
7021
7022 2005-11-28 Juri Linkov <juri@jurta.org>
7023
7024 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7025
7026 * term/w32-win.el: Bind [S-tab] to [backtab].
7027
7028 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7029 `Info-find-file' to t.
7030
7031 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7032 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7033 and same-window-regexps.
7034 (occur-next-error): Don't move point for arg 0.
7035
7036 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7039
7040 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * log-edit.el (log-edit-changelog-use-first): New var.
7043 (log-edit-changelog-ours-p): Use it.
7044 (log-edit-insert-changelog): Set it with new arg `use-first'.
7045 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7046 (log-edit-hook): Add them to the list of suggested options.
7047
7048 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7049 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7050 redundant work.
7051 (flyspell-mode-on): Use add-hook for after-change-functions.
7052 (flyspell-mode-off): Use remove-hook for after-change-functions.
7053 (flyspell-changes): Make it buffer-local.
7054 (flyspell-after-change-function): Make it non-interactive. Use push.
7055 (flyspell-post-command-hook): Check input-pending-p while processing
7056 the potentially long list of buffer changes.
7057
7058 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7059
7060 * buff-menu.el (list-buffers-noselect): Display the selected
7061 frame's buffer list, not the global one.
7062
7063 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7064
7065 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7066 that (list last-input-event) works as in interactive spec.
7067
7068 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7071 `facemenu-keymap' needs to be defined when font-lock is loaded.
7072 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7073
7074 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * completion.el: Remove useless leading * in defcustom docstrings.
7077 (save-completions-file-name): Use ~/.emacs.d if available.
7078 (completion-standard-syntax-table): Rename from
7079 cmpl-standard-syntax-table and fold initialization into declaration,
7080 thus removing cmpl-make-standard-completion-syntax-table.
7081 (completion-lisp-syntax-table, completion-c-syntax-table)
7082 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7083 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7084 (symbol-under-point, symbol-before-point)
7085 (symbol-under-or-before-point, symbol-before-point-for-complete)
7086 (add-completions-from-c-buffer): Use with-syntax-table.
7087 (make-completion): Don't return a list of completion entries.
7088 Update callers.
7089 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7090 (completion-initialize): Rename from initialize-completions.
7091 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7092 (kill-emacs-save-completions): Collect stats here.
7093 (save-completions-to-file, load-completions-from-file):
7094 Use with-current-buffer.
7095 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7096 into a function. Move all calls to toplevel.
7097 (completion-lisp-mode-hook): New fun.
7098 (completion-c-mode-hook, completion-setup-fortran-mode):
7099 Set the syntax-table here. Use local-set-key.
7100 (completion-saved-bindings): New var.
7101 (dynamic-completion-mode): Make it into a proper minor mode.
7102 (load-completions-from-file): Remove unused var `num-uses'.
7103
7104 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7105 constructor if it is explicitly overridden.
7106
7107 * complete.el (PC-completion-as-file-name-predicate):
7108 Use minibuffer-completing-file-name.
7109 (partial-completion-mode): Use find-file-not-found-functions.
7110 (PC-lisp-complete-symbol): Use with-syntax-table.
7111 (PC-look-for-include-file): Remove dead setq.
7112 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7113 (PC-complete): Use with-current-buffer.
7114
7115 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7116 escape single quotes.
7117
7118 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7119
7120 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7121 of `if' whose condition always returned nil. Doc fix.
7122
7123 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7124 window's buffer the current buffer around the call to
7125 `list-buffers-noselect'. This is necessary to mark that buffer
7126 with a `.' in the Buffer Menu when called from Lisp, for instance
7127 by Auto Revert Mode.
7128
7129 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7130
7131 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7132 attaching to it.
7133 (gdb-pre-prompt): Make sure gdb-error is reset.
7134
7135 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7136 with a child process, detect it.
7137 (gud-speedbar-buttons): Match regexp more carefully.
7138
7139 2005-11-27 Richard M. Stallman <rms@gnu.org>
7140
7141 * mouse.el (mouse-drag-move-window-bottom):
7142 Use adjust-window-trailing-edge.
7143
7144 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * simple.el (blink-matching-open): Ignore
7147 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7148 (blink-matching-paren-on-screen): Update docstring.
7149
7150 * paren.el (show-paren-mode): No longer change
7151 `blink-matching-paren-on-screen'.
7152
7153 2005-11-27 John Paul Wallington <jpw@pobox.com>
7154
7155 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7156 (gdb-threads-select, gdb-edit-register-value):
7157 Use `posn-set-point' instead of `mouse-set-point' because the
7158 latter is not fbound when configured without X.
7159
7160 2005-11-27 Kim F. Storm <storm@cua.dk>
7161
7162 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7163 existing face when partially highlighting a TAB in a rectangle.
7164
7165 2005-11-26 Kim F. Storm <storm@cua.dk>
7166
7167 * ido.el (ido-mode-map): Doc fix.
7168 (ido-mode-common-map, ido-mode-file-map)
7169 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7170 (ido-define-mode-map): Rewrite. Select one of the new maps as
7171 parent for ido-mode-map instead of building from scratch.
7172 (ido-init-mode-maps): New defun to initialize new maps.
7173 (ido-mode): Call it.
7174 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7175 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7176
7177 2005-11-26 John Paul Wallington <jpw@pobox.com>
7178
7179 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7180 `mouse-set-point' because the latter is not fbound when configured
7181 without X.
7182
7183 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7184
7185 * files.el (file-relative-name): Doc fix.
7186
7187 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7188
7189 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7190 non-empty string for secondary prompt PS2.
7191
7192 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * progmodes/compile.el (compilation-setup): Fix last change.
7195
7196 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7197
7198 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7199 (gdb-mouse-toggle-breakpoint-margin)
7200 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7201 Add gdb-server-prefix to keep out of command history.
7202 (gdb-edit-register-value): New function.
7203 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7204 (gdb-info-registers-custom): Use above map.
7205
7206 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * custom.el (enable-theme): Signal error if argument is not a
7209 theme. Don't recalculate a face if it's not loaded yet.
7210
7211 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7212 the `user' theme is in effect.
7213
7214 * info.el (Info-on-current-buffer): Record actual filename in
7215 Info-current-file, instead of t, or a fake filename if a non-file
7216 buffer. Make autoload.
7217 (Info-find-node, Info-revert-find-node): No need to check for
7218 Info-current-file nil.
7219 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7220 Info-current-file is now never `t'.
7221 (Info-fontify-node): Many simplifications due to Info-current-file
7222 always being valid. Use Info-find-file to find node filename.
7223
7224 2005-11-25 David Kastrup <dak@gnu.org>
7225
7226 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7227 new character, then delete" in order to preserve markers.
7228
7229 2005-11-25 David Ponce <david@dponce.com>
7230
7231 * recentf.el (recentf-arrange-by-rule): Handle a special
7232 `auto-mode-alist'-like "strip suffix" rule.
7233 (recentf-build-mode-rules): Handle second level auto-mode entries.
7234
7235 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7236
7237 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7238 window modes.
7239
7240 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7241 jde-javadoc-checker-report-mode.
7242
7243 * ediff-wind (ediff-make-wide-display): Slight simplification.
7244
7245 * ediff.el (ediff-date): Change the date of last update.
7246
7247 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7248
7249 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7250 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7251 (hi-lock-mode): New global minor mode.
7252 (turn-on-hi-lock-if-enabled): New function.
7253 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7254 Change arguments to regexp and face instead of a font-lock pattern.
7255 Directly set face property, instead of refontifying.
7256 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7257 (hi-lock-find-patterns): Use line-number-at-pos.
7258
7259 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7260 arguments for hi-lock-set-pattern.
7261 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7262 Call font-lock-fontify-buffer.
7263 (hi-lock-find-file-hook, hi-lock-current-line)
7264 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7265
7266 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7267 turned off.
7268
7269 * progmodes/compile.el (compilation-setup): Don't fiddle with
7270 font-lock-defaults.
7271
7272 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7273
7274 * progmodes/gdb-ui.el (gdb-var-create-handler)
7275 (gdb-var-list-children-handler): Find values for all variable
7276 objects. gud-speedbar-buttons decides whether to display them.
7277
7278 2005-11-24 Romain Francoise <romain@orebokech.com>
7279
7280 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7281 buffer name with a space.
7282
7283 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7284
7285 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7286 `org-export-local-list-max-depth'. Change default value to 3.
7287 (org-auto-renumber-ordered-lists)
7288 (org-plain-list-ordered-item-terminator): New options.
7289 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7290 (org-get-indentation, org-get-string-indentation)
7291 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7292 New functions.
7293 (org-move-item-down, org-move-item-up): New commands.
7294 (org-export-as-html): New classes for CSS support. Bug fix in
7295 regular expression detecting fixed-width regions. Respect
7296 `org-local-list-ordered-item-terminator'.
7297 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7298 also a list item.
7299 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7300 New item moving functions.
7301
7302 2005-11-24 Juri Linkov <juri@jurta.org>
7303
7304 * isearch.el (isearch-repeat): With empty search ring set
7305 `isearch-error' to the error string instead of signaling error
7306 with the function `error'.
7307
7308 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7309
7310 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7311
7312 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7315 and variable.
7316 (gdb-var-create-handler, gdb-var-list-children-handler):
7317 Don't match on "char **...".
7318 (gdb-var-update-handler): Find values for all variable objects.
7319 (gdb-info-frames-custom): Identify frames by leading "#".
7320
7321 * progmodes/gud.el (gud-speedbar-menu-items): Add
7322 gdb-speedbar-auto-raise as radio button.
7323 (gud-speedbar-buttons): Raise speedbar if requested.
7324 Don't match on "char **...".
7325 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7326 Make it editable.
7327
7328 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * info.el (Info-fontify-node): Handle the case where
7331 Info-current-file is t.
7332
7333 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * simple.el (blink-matching-open): Fix off-by-one in last change.
7336
7337 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7338
7339 * term/mac-win.el: Don't change default directory.
7340
7341 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7342
7343 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7344 buffers correctly. (It used to throw an error in such buffers.)
7345 Make it ask for confirmation in group buffers and other Custom
7346 buffers containing more than one customization item.
7347
7348 2005-11-22 John Paul Wallington <jpw@gnu.org>
7349
7350 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7351 property on mail and url overlays.
7352 (goto-address-at-point): Use `posn-set-point' instead of
7353 `mouse-set-point' because the latter is not fbound when configured
7354 without X.
7355
7356 2005-11-22 Lars Hansen <larsh@soem.dk>
7357
7358 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7359 (ls-lisp-classify, ls-lisp-format): Delete call to
7360 ls-lisp-parse-symlink.
7361 (ls-lisp-handle-switches): Handle symlinks to directories as
7362 directories when ls-lisp-dirs-first in non-nil.
7363
7364 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7365
7366 * startup.el (command-line): Make sure that loaddefs.el is handled
7367 correctly in load-history.
7368
7369 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7370
7371 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7372 (gdb-struct-string, gdb-array-string): New constants.
7373 (gdb-info-locals-handler): Use them.
7374 (gdb-reset): Reset gdb-var-list to nil.
7375
7376 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7379 in patterns.
7380
7381 2005-11-21 Juri Linkov <juri@jurta.org>
7382
7383 * custom.el (defcustom): Update link types in docstring.
7384
7385 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7386
7387 * custom.el (defgroup): Add doc-string-elt info.
7388
7389 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7390
7391 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * newcomment.el (comment-enter-backward): Fix last fix.
7394
7395 * simple.el (blink-matching-open):
7396 * paren.el (show-paren-function): Allow new paren-class info.
7397
7398 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7401 handled automagically.
7402
7403 2005-11-20 Andreas Schwab <schwab@suse.de>
7404
7405 * descr-text.el (describe-char): When copying overlays put them
7406 over the full char description instead of just the first character
7407 of it.
7408
7409 2005-11-20 Juri Linkov <juri@jurta.org>
7410
7411 * simple.el (what-cursor-position):
7412 * descr-text.el (describe-char): Use Lisp-readable syntax
7413 for octal and hex. Reorder decimal, octal and hex values.
7414 Remove excess whitespace in the output. Use `=' in `column='
7415 like in `point=' and `Hscroll='.
7416
7417 * international/mule-cmds.el (encoded-string-description):
7418 Use Lisp-readable syntax for hex.
7419
7420 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * newcomment.el (comment-enter-backward): Handle the case where the
7423 comment is closed by EOB.
7424
7425 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7426
7427 * longlines.el (longlines-before-revert-hook)
7428 (longlines-after-revert-hook): New functions.
7429 (longlines-mode): Turn off longlines temporarily when reverting.
7430 Add a message-setup-hook.
7431 (longlines-decode-buffer): New function.
7432 (longlines-wrap-line): Preserve marker positions.
7433
7434 2005-11-19 Andreas Schwab <schwab@suse.de>
7435
7436 * emacs-lisp/shadow.el: Handle compressed files.
7437
7438 2005-11-19 Romain Francoise <romain@orebokech.com>
7439
7440 * net/browse-url.el (browse-url-default-browser): Signal an error
7441 if no usable browser can be found, rather than try to load w3.
7442
7443 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7444
7445 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7446 replacing existing properties.
7447 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7448 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7449 tty specs.
7450 (rcirc-server-prefix, rcirc-server): New faces.
7451 (rcirc-url-regexp): Generate with rx macro.
7452 (rcirc-last-server-message-time): New variable.
7453 (rcirc-filter): Record time of last message.
7454 (rcirc-keepalive): Kill processes that did not send a message
7455 since the last ping.
7456 (rcirc-mode): Give rcirc-topic a local binding here.
7457
7458 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7459
7460 * subr.el (read-passwd): Fontify the prompt as we do with other
7461 prompts.
7462
7463 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7464
7465 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7466 binding buffer-read-only to nil.
7467
7468 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7469
7470 * complete.el (partial-completion-mode):
7471 Mention completion-auto-help in the doc string.
7472
7473 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7474 more Lisp-ish way.
7475
7476 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7477
7478 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7479 digits, not 8, to avoid misalignment for files larger than 100MB.
7480
7481 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7482
7483 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7484 Mention "keyboard shortcuts" in the help text.
7485
7486 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7487
7488 * startup.el (fancy-splash-default-action): Discard only
7489 mouse-down and succeeding mouse-up events in the splash screen
7490 window so that drag-n-drop event can be processed.
7491
7492 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * longlines.el (longlines-mode): Add hacks for mail-mode and
7495 message-mode.
7496
7497 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7498
7499 * textmodes/org.el (org-table-sort-lines): New command.
7500 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7501 (org-add-file): Command removed, use `org-agenda-file-to-front'
7502 instead.
7503 (org-export-icalendar): Use `org-icalendar-combined-name'.
7504 (org-cycle-agenda-files, org-agenda-file-to-end)
7505 (org-agenda-file-to-front): New commands.
7506 (org-table-tab-jumps-over-hlines, org-export-html-style):
7507 New options.
7508 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7509 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7510 New functions.
7511 (org-fill-paragraph): Call `org-table-align' in tables.
7512 (org-mode): Call `org-set-autofill-regexps'.
7513 (org-export-as-html): Support for local handformatted lists.
7514 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7515 (org-export-local-list-max-depth): New option.
7516 (org-html-expand): Use `org-html-protect'.
7517
7518 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7519
7520 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7521 to "p".
7522 (gdb): Move definition of gud-pp to...
7523
7524 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7525 speedbar.
7526 (gdb-find-watch-expression): New function.
7527
7528 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * faces.el (face-attribute, set-face-attribute): Mention existence
7531 of `:ignore-defface' setting in docstring.
7532
7533 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * simple.el (completion-setup-function): Fix last change.
7536
7537 2005-11-17 John Paul Wallington <jpw@pobox.com>
7538
7539 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7540 Use `posn-set-point' instead of `mouse-set-point' because the
7541 latter is not fbound when configured without X.
7542
7543 * comint.el (comint-insert-input): Likewise.
7544
7545 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * simple.el (hard-newline): New variable.
7548 (sendmail-user-agent-compose, next-line): Use it.
7549
7550 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7551 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7552 (mail-mail-reply-to, mail-mail-followup-to)
7553 (mail-position-on-field, mail-signature, mail-yank-original)
7554 (mail-attach-file): Likewise.
7555
7556 * mail/mailheader.el (mail-header-format)
7557 (mail-header-format-function): Likewise.
7558
7559 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7560
7561 2005-11-17 Juri Linkov <juri@jurta.org>
7562
7563 * font-lock.el (font-lock-faces): Rename this defgroup from
7564 `font-lock-highlighting-faces'.
7565 (font-lock-comment-face, font-lock-comment-delimiter-face)
7566 (font-lock-string-face, font-lock-doc-face)
7567 (font-lock-keyword-face, font-lock-builtin-face)
7568 (font-lock-function-name-face, font-lock-variable-name-face)
7569 (font-lock-type-face, font-lock-constant-face)
7570 (font-lock-warning-face, font-lock-negation-char-face)
7571 (font-lock-preprocessor-face)
7572 (font-lock-regexp-grouping-backslash)
7573 (font-lock-regexp-grouping-construct): Rename :group from
7574 `font-lock-highlighting-faces' to `font-lock-faces'.
7575
7576 * cus-edit.el (lisp, c, tex):
7577 * progmodes/ada-mode.el (ada):
7578 * progmodes/asm-mode.el (asm):
7579 * progmodes/cperl-mode.el (cperl-faces):
7580 * progmodes/cpp.el (cpp):
7581 * progmodes/dcl-mode.el (dcl):
7582 * progmodes/f90.el (f90):
7583 * progmodes/fortran.el (fortran):
7584 * progmodes/icon.el (icon):
7585 * progmodes/idlwave.el (idlwave-misc):
7586 * progmodes/m4-mode.el (m4):
7587 * progmodes/make-mode.el (makefile):
7588 * progmodes/meta-mode.el (meta-font):
7589 * progmodes/modula2.el (modula2):
7590 * progmodes/octave-mod.el (octave):
7591 * progmodes/pascal.el (pascal):
7592 * progmodes/perl-mode.el (perl):
7593 * progmodes/prolog.el (prolog):
7594 * progmodes/ps-mode.el (PostScript-edit):
7595 * progmodes/scheme.el (scheme):
7596 * progmodes/sh-script.el (sh-script):
7597 * progmodes/simula.el (simula):
7598 * progmodes/tcl.el (tcl):
7599 * textmodes/nroff-mode.el (nroff):
7600 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7601 * textmodes/sgml-mode.el (sgml):
7602 * textmodes/texinfo.el (texinfo):
7603 Add :link (custom-group-link font-lock-faces) to defgroup.
7604
7605 * hi-lock.el (hi-lock): Rename this defgroup from
7606 `hi-lock-interactive-text-highlighting'. Change parent group from
7607 `faces' to `font-lock'. Add link to the manual.
7608 (hi-lock-mode, hi-lock-file-patterns-range)
7609 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7610 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7611 (hi-lock-faces): Add :group `faces'.
7612
7613 * cus-edit.el (custom-variable-prompt): Clarify the code.
7614
7615 * faces.el (face-read-string): Set the default value arg of
7616 completing-read.
7617
7618 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7619
7620 * rfn-eshadow.el (file-name-shadow-properties)
7621 (file-name-shadow-tty-properties, file-name-shadow-mode):
7622 Remove autoloads, because the file is now preloaded.
7623
7624 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * printing.el (easy-menu-intern): Don't define.
7627 (pr-get-symbol): Use easy-menu-intern only if defined.
7628
7629 * simple.el (blink-matching-open): Simplify a bit.
7630 (completion-setup-function): Fix the case of partial-completion-mode
7631 when the minibuffer's contents start with "-".
7632 Obey completion-base-size-function even when
7633 minibuffer-completing-file-name is non-nil.
7634
7635 2005-11-16 Richard M. Stallman <rms@gnu.org>
7636
7637 * net/eudcb-ph.el (eudc-ph-open-session):
7638 Use set-process-query-on-exit-flag.
7639
7640 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7641
7642 * international/ucs-tables.el (ucs-set-table-for-input):
7643 Use make-local-variable, not make-variable-buffer-local.
7644
7645 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7646 Improve warning message text.
7647
7648 * savehist.el (savehist-save-hook): Add :group.
7649
7650 * menu-bar.el (menu-bar-help-menu):
7651 Rename Find Extra Packages to External Packages.
7652
7653 * cus-edit.el (Custom-reset-standard): Verify that
7654 :custom-standard-value prop exists before calling it.
7655
7656 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7657
7658 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7659
7660 * wid-edit.el (color): Enclose %t in %{...%}.
7661
7662 * cus-edit.el (face): Enclose %t in %{...%}.
7663
7664 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7665
7666 * savehist.el (savehist-mode-hook): Re-add the var.
7667 (savehist-mode): Use it.
7668
7669 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * textmodes/flyspell.el: Fix commenting convention.
7672 Remove unnecessary leading * in custom docstrings.
7673 (flyspell-emacs): Remove unused var.
7674 (flyspell-delete-region-overlays): Use remove-overlays.
7675 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7676 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7677 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7678 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7679 (make-flyspell-overlay): Don't locally reuse a global name.
7680 (flyspell-highlight-incorrect-region)
7681 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7682 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7683 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7684 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7685 Wrap calls to accept-process-output inside with-local-quit since it's
7686 often called from a post-command-hook.
7687 (flyspell-correct-word, flyspell-auto-correct-word):
7688 Use ispell-send-string.
7689 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7690
7691 * calendar/diary-lib.el (diary-list-entries): Also hide the
7692 terminating newline.
7693
7694 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7695
7696 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7697 window-system, to allow fonts on tty.
7698
7699 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7700
7701 * progmodes/gud.el (gud-speedbar-item-info): New function.
7702 (gud-install-speedbar-variables): Use it to display data type
7703 of watch expression as a tooltip in speedbar.
7704
7705 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * font-core.el (global-font-lock-mode): Add :version keyword,
7708 because default was changed.
7709
7710 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7711
7712 * startup.el (command-line): Use `custom-reevaluate-setting' for
7713 `file-name-shadow-mode'.
7714
7715 * loadup.el: Preload rfn-eshadow.
7716
7717 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7718 Add :version keyword.
7719 (file-name-shadow-properties, file-name-shadow-tty-properties)
7720 (file-name-shadow): Add :version keyword.
7721
7722 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7723 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7724 in the custom-group property of the symbol frames and the fringe
7725 group got no link to its parent group frames.
7726 Doc fix.
7727
7728 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7729
7730 * progmodes/gud.el (gud-stop-subjob): New function.
7731 (gud-menu-map, gud-tool-bar-map): Use it.
7732
7733 2005-11-16 Kim F. Storm <storm@cua.dk>
7734
7735 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7736 than kill it.
7737 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7738 to a more useful/logical place.
7739
7740 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7741
7742 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7743 go buttons complementary.
7744
7745 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7748 (rfn-eshadow-sifn-equal): New function.
7749 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7750
7751 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7752
7753 * viper-utils.el (viper-non-word-characters-reformed-vi):
7754 Quote `-' in string.
7755
7756 * viper.el (viper-emacs-state-mode-list): Ensure that
7757 rcirc-mode buffers come up in Emacs state.
7758
7759 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7760 operation.
7761
7762 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7763
7764 * term.el (term-termcap-format): Fix typos.
7765 (term-down): Fix the negative argument case.
7766
7767 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7770 2005-08-15.
7771 (gdb-ann3): New command gud-go.
7772 (menu): Accomodate gdb-mi.el.
7773 (gdb-assembler-custom): Make buffer of selected window current
7774 so that set-window-point works.
7775
7776 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7777 buttons and include new ones.
7778
7779 2005-11-16 Kim F. Storm <storm@cua.dk>
7780
7781 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7782 (gud-menu-map): Use it.
7783
7784 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7785
7786 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7787 that works correctly for Custom and that does not override a user
7788 who disables it.
7789
7790 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7791 (help-xref-interned, help-follow): Make hyperlinks for variables
7792 that are unbound, but have a non-nil variable-documentation property.
7793
7794 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7795 mode hook. (It conflicted with defcustoms for some mode hooks.)
7796 Use the `variable-documentation' property to give the mode hook a
7797 docstring and expand that docstring.
7798
7799 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7800
7801 * savehist.el (savehist-mode): Don't bother with
7802 `custom-set-minor-mode'.
7803 (savehist-coding-system): Check XEmacs version.
7804 (history-length): Declare also at run time.
7805 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7806 Don't set the customize state.
7807 (savehist-minibuffer-hook): Special case for when
7808 minibuffer-history-variable is equal to t.
7809
7810 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * files.el (write-file): Refresh VC status.
7813
7814 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7815 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7816 than fundamental-mode to see if the mode was set.
7817
7818 2005-11-14 Romain Francoise <romain@orebokech.com>
7819
7820 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7821 dummy function in `eval-when-compile' to avoid compiler warning.
7822 Require `man' at compile time.
7823
7824 2005-11-14 Jay Belanger <belanger@truman.edu>
7825
7826 * calc-alg.el (calcFunc-write-out-power): Rename it to
7827 calcFunc-powerexpand.
7828 (math-write-out-power): Rename it to math-powerexpand; have it
7829 handle negative exponents.
7830 (calc-writeoutpower): Rename it to calc-powerexpand.
7831
7832 * calc-ext.el: Change calcFunc-writeoutpower and
7833 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7834 autoloads.
7835 Add calcFunc-ldiv to autoloads.
7836
7837 * calc-arith.el (calcFunc-ldiv): New function.
7838
7839 * calc.el (calc-left-divide): New function.
7840
7841 2005-11-14 Juri Linkov <juri@jurta.org>
7842
7843 * cus-edit.el (custom-variable-prompt): Set the default value arg
7844 of completing-read.
7845
7846 * cus-dep.el (custom-make-dependencies): Reverse the list of
7847 found dependencies.
7848
7849 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7850
7851 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7852 Highlighting" entry, it is on by default now.
7853 (menu-bar-options-save): Do not save global-font-lock-mode.
7854
7855 2005-11-13 Richard M. Stallman <rms@gnu.org>
7856
7857 * textmodes/flyspell.el (flyspell-large-region):
7858 Call flyspell-accept-buffer-local-defs.
7859
7860 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7861
7862 * textmodes/flyspell.el (flyspell-notify-misspell):
7863 Fix misspelling of "Misspelling".
7864 (flyspell-process-localwords): New function.
7865 (flyspell-large-region): Call flyspell-process-localwords and
7866 flyspell-delete-region-overlays.
7867 (flyspell-delete-region-overlays): New function.
7868 (flyspell-delete-all-overlays): Call that.
7869
7870 2005-11-13 Richard M. Stallman <rms@gnu.org>
7871
7872 * help.el (help-for-help-internal): Improve doc of C-h a.
7873 (describe-key): Improve prompt; doc fix.
7874
7875 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * vc-svn.el (vc-svn-registered): Catch all errors.
7878
7879 * cus-dep.el (custom-make-dependencies): Typo.
7880
7881 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7882
7883 * net/tramp-util.el (top): Fix compilation warning.
7884
7885 2005-11-13 Kim F. Storm <storm@cua.dk>
7886
7887 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7888
7889 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7890
7891 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7892 (gud-speedbar-buttons): Match on "const char *" too.
7893
7894 * progmodes/gdb-ui.el (gdb-var-create-handler)
7895 (gdb-var-list-children-handler): Match on "const char *" too.
7896 (gdb-var-evaluate-expression-handler): Match on empty string.
7897 (gdb-var-update-handler): Only call
7898 gdb-var-evaluate-expression-handler when required.
7899
7900 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7901
7902 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7903 selected window. This still doesn't work for speedbar.
7904 (gud-speedbar-buttons): Handle string expressions properly.
7905
7906 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7907 (gdb-var-create-handler): Handle string expressions properly.
7908 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7909 Handle string expressions properly. Move "type" field into regexp.
7910
7911 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7912
7913 * bookmark.el (bookmark-maybe-message): New function to reduce
7914 code duplication: invokes `message' iff baud-rate is high enough.
7915 (bookmark-write-file): Use above instead of an inline conditional.
7916 (bookmark-load): Same.
7917
7918 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7919
7920 * bookmark.el (bookmark-write-file): Don't visit the destination
7921 file, just write the data to it using write-region. This is
7922 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7923 change to avoid visiting the file in the first place.
7924
7925 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * hi-lock.el (hi-lock-mode): Set the default value of
7928 font-lock-defaults.
7929
7930 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7931
7932 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7933 arg to `file-attributes'.
7934 (find-lisp-format): The UID and GID can now be strings.
7935
7936 2005-11-12 Kim F. Storm <storm@cua.dk>
7937
7938 * help.el (help-map): Bind C-h d to apropos-documentation.
7939
7940 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7941 when point is at end-of-buffer.
7942
7943 * apropos.el (apropos-match-face): Doc fix.
7944 (apropos-sort-by-scores): Add new choice `verbose'.
7945 (apropos-documentation-sort-by-scores): New defcustom.
7946 (apropos-pattern): Now contains the pattern entered by the user.
7947 (apropos-pattern-quoted): New defvar.
7948 (apropos-regexp): New defvar, containing the regexp corresponding
7949 to apropos-pattern.
7950 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7951 (apropos-read-pattern): New defun. Use it to read pattern arg in
7952 interactive calls; returns list of words for a word list, and
7953 string for a regexp.
7954 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7955 parses a list of words or regexp as returned by apropos-read-pattern.
7956 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7957 (apropos-score-doc): Return a very high score if the string
7958 entered by the user matches literally.
7959 (apropos-variable): Doc fix. Use apropos-read-pattern.
7960 (apropos-command): Doc fix. Use apropos-read-pattern and
7961 apropos-parse-pattern. Call apropos-print with nosubst=t.
7962 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7963 apropos-parse-pattern.
7964 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7965 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7966 apropos-documentation-sort-by-scores. Call apropos-print with
7967 nosubst=t.
7968 (apropos-documentation-internal): Pass doc string through
7969 substitute-key-definition before adding text properties.
7970 Highlight substring matching literal user input if possible.
7971 (apropos-documentation-check-doc-file): Remove locals beg and end.
7972 Fix calculation of score (as added twice). Pass doc string through
7973 substitute-key-definition before adding text properties.
7974 (apropos-documentation-check-elc-file): Pass doc string through
7975 substitute-key-definition before adding text properties.
7976 Highlight substring matching literal user input if possible.
7977 (apropos-print): Add new arg NOSUBST; if set, command and variable
7978 doc strings have already been passed through substitute-key-definition.
7979 Add code to handle apropos-accumulator items without score element
7980 for backwards compatibility (e.g. with woman package).
7981 Only show scores if apropos-sort-by-scores is `verbose'.
7982
7983 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7986 Add jka-compr-load-suffixes to load-suffixes.
7987
7988 * jka-compr.el: Require jka-cmpr-hook.
7989 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7990 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7991 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7992 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7993 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7994 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7995 (jka-compr-uninstall): Remove entries from
7996 jka-compr-added-to-file-coding-system-alist after they are used.
7997 (jka-compr-error): Remove unused var `curbuf'.
7998 (jka-compr-file-local-copy): Remove unused var `notfound'.
7999
8000 2005-11-10 Romain Francoise <romain@orebokech.com>
8001
8002 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8003
8004 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8005
8006 * progmodes/gud.el (gud-menu-map): Move parentheses.
8007 (gdb): New command gud-pv.
8008
8009 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * tar-mode.el: Remove spurious or unnecessary leading stars
8012 in docstrings.
8013 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8014 (tar-parse-octal-integer-safe): Use mapc.
8015 (tar-header-block-summarize): Remove unused var `ck'.
8016 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8017 cleared before. Obey default-enable-multibyte-characters.
8018 Use mapconcat. Simplify setting of tar-header-offset.
8019 (tar-mode-map): Move initialization inside delcaration.
8020 (tar-flag-deleted): Use `abs'.
8021 (tar-expunge-internal): Remove unused var `line'.
8022 (tar-expunge-internal): Don't hardcode point-min==1.
8023 (tar-expunge): Widen while doing set-buffer-multibyte.
8024 (tar-rename-entry): Use file-name-coding-system.
8025 (tar-alter-one-field): Don't hardcode point-min==1.
8026 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8027 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8028
8029 2005-11-10 Masatake YAMATO <jet@gyve.org>
8030
8031 * add-log.el (add-log-current-defun): Handle class::method
8032 notation of c++. Fix incorrect comment.
8033
8034 2005-11-10 Alan Mackenzie <acm@muc.de>
8035
8036 * help-fns.el (describe-variable): Make C-h v work when a variable
8037 has variable documentation yet is unbound.
8038
8039 2005-11-10 Masatake YAMATO <jet@gyve.org>
8040
8041 * man.el (Man-highlight-references): Set an empty
8042 string to `Man-arguments' if it is nil.
8043 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8044
8045 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8048 commenting conventions.
8049
8050 * cus-dep.el (custom-make-dependencies): Simplify.
8051 Better follow the commenting conventions.
8052
8053 2005-11-09 Richard M. Stallman <rms@gnu.org>
8054
8055 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8056 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8057 All uses changed.
8058 (apropos-rewrite-regexp): Doc fix.
8059 (apropos-variable, apropos-command, apropos, apropos-value):
8060 Change prompt; carry through the argument renaming.
8061
8062 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8063
8064 * find-lisp.el: Require dired.
8065 (find-lisp-find-dired-internal): Do not call
8066 `abbreviate-file-name' on DIR.
8067
8068 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8071
8072 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8073
8074 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8075 when using the speedbar.
8076 (gdb): New command gud-pp.
8077 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8078
8079 2005-11-09 Juri Linkov <juri@jurta.org>
8080
8081 * replace.el (occur-excluded-properties): New defcustom.
8082 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8083
8084 2005-11-08 Jay Belanger <belanger@truman.edu>
8085
8086 * calc/calc-units.el (math-convert-units): Replace any composite
8087 unit by its definition.
8088
8089 2005-11-08 Lars Hansen <larsh@soem.dk>
8090
8091 * emacs-lisp/autoload.el (update-directory-autoloads):
8092 Add obsolete function alias.
8093
8094 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8097 comment-indent-function.
8098 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8099
8100 * reveal.el (reveal-post-command): Rework the handling of
8101 reveal-open-spots, so as to be more reliable. There were several
8102 tricky corner cases where an open spot might be lost, or where
8103 a closed spot might end up on the list of open spots.
8104 Only reveal text that's ellipsised.
8105
8106 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8107
8108 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8109
8110 2005-11-07 John Paul Wallington <jpw@gnu.org>
8111
8112 * ibuffer.el (ibuffer): Search iconified frames too when
8113 getting Ibuffer buffer's window.
8114
8115 2005-11-06 Richard M. Stallman <rms@gnu.org>
8116
8117 * progmodes/compile.el (compilation-internal-error-properties):
8118 save-excursion around the computation of MARKER.
8119
8120 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8121
8122 * textmodes/flyspell.el (flyspell-external-point-words):
8123 flyspell-get-word returns a list, not just a string.
8124
8125 2005-11-06 John Paul Wallington <jpw@pobox.com>
8126
8127 * ibuffer.el (ibuffer): Search all visible frames when getting
8128 Ibuffer buffer's window.
8129
8130 2005-11-07 Masatake YAMATO <jet@gyve.org>
8131
8132 * man.el (Man-reference-regexp): Accept spaces between
8133 `Man-name-regexp' and `Man-section-regexp'.
8134 (Man-apropos-regexp): New variable.
8135 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8136 if available.
8137 (Man-highlight-references, Man-highlight-references0):
8138 Handle the case when `Man-arguments' includes "-k".
8139 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8140 `TARGET'. `TARGET' can be a number, function or nil.
8141
8142 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8143
8144 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8145 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8146 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8147 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8148 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8149 (gdb-send-item): Use buffer-local-value and simplify.
8150
8151 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8152
8153 * startup.el (command-line): Use `custom-reevaluate-setting' for
8154 `global-font-lock-mode'.
8155
8156 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8157 by default, except in batch mode or when the -D option is given.
8158
8159 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8160 specified keyword args on to `define-minor-mode'. Update docstring.
8161
8162 2005-11-05 Romain Francoise <romain@orebokech.com>
8163
8164 * replace.el (occur-engine): Add marker at end of line, too.
8165
8166 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8167
8168 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8169 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8170 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8171 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8172 argument to all these routines, so the passphrase can be managed
8173 externally and passed in to the system.
8174 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8175 pgg-add-passphrase-to-cache function.
8176
8177 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8178 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8179 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8180 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8181 argument to all these routines, so the passphrase can be managed
8182 externally and passed in to the system.
8183 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8184 function.
8185
8186 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8187
8188 * font-lock.el: Don't deal with font-lock-face-attributes here,
8189 move the code ...
8190
8191 * startup.el (command-line): ... here. Use face-spec-set instead
8192 of custom-declare-face.
8193
8194 * faces.el (face-spec-set): Reset the face if spec is not nil.
8195
8196 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * newcomment.el (comment-region-internal): Box more tightly in the
8199 common case where there's no TAB in the boxed text.
8200
8201 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8202
8203 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8204 up-node.
8205
8206 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8207
8208 * newsticker.el: Commentary updated. Code formatting changed.
8209 (newsticker-version): Change to "1.9".
8210 (newsticker, newsticker-feed): Doc fix.
8211 (newsticker-url-list): Doc fix. Add option "Weekly".
8212 (newsticker-retrieval-interval): Add option "Weekly".
8213 (newsticker-headline-processing): Doc fix.
8214 (newsticker-auto-mark-filter): Remove.
8215 (newsticker-auto-mark-filter-list): New.
8216 (newsticker-layout, newsticker-sort-method): Doc fix.
8217 (newsticker-hide-old-items-in-newsticker-buffer)
8218 (newsticker-heading-format, newsticker-item-format)
8219 (newsticker-desc-format): Doc fix.
8220 (newsticker-show-all-rss-elements): Remove.
8221 (newsticker-show-all-news-elements): New.
8222 (newsticker-faces, newsticker-ticker): Doc fix.
8223 (remove-from-invisibility-spec): Code formatting.
8224 (newsticker--process-ids): New.
8225 (newsticker-mode): Doc fix.
8226 (newsticker-mode): Change mode-line-format.
8227 (newsticker-start): Remove debug output.
8228 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8229 (newsticker-w3m-show-inline-images): Code formatting.
8230 (newsticker-next-item): Call `force-mode-line-update'.
8231 (newsticker-previous-item): Call `force-mode-line-update'.
8232 (newsticker-next-feed): Call `force-mode-line-update'.
8233 (newsticker-previous-feed): Call `force-mode-line-update'.
8234 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8235 (newsticker-show-old-items): Do not show descs.
8236 (newsticker-hide-entry): Hide too much.
8237 (newsticker-hide-entry, newsticker-show-entry)
8238 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8239 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8240 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8241 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8242 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8243 (newsticker-get-news): Call `force-mode-line-update'.
8244 Collect process ids.
8245 (newsticker--sentinel): Change coding system handling.
8246 Move image retrieval to new functions newsticker--get-logo-url-*.
8247 Move feed parsing to new functions newsticker--parse-*.
8248 Update list of process ids.
8249 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8250 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8251 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8252 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8253 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8254 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8255 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8256 (newsticker--decode-coding-string): Remove.
8257 (newsticker--decode-numeric-entities): Check input. Format code.
8258 (newsticker--remove-whitespace): Check input.
8259 (newsticker--do-forget-preformatted): Doc fix.
8260 (newsticker--decode-rfc822-date): Allow for missing time.
8261 (newsticker--update-process-ids): New.
8262 (newsticker--image-sentinel): Change comment.
8263 (newsticker--image-read): Change error message.
8264 (newsticker--imenu-goto): Doc fix. Show headline title.
8265 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8266 (newsticker--buffer-do-insert-text): Clean whitespace in
8267 html-rendered headline title. Code formatting.
8268 Call `newsticker--buffer-print-extra-elements'.
8269 (newsticker--buffer-print-extra-element): Remove.
8270 (newsticker--buffer-print-extra-elements): New.
8271 (newsticker--buffer-do-print-extra-element): New.
8272 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8273 large sizes.
8274 (newsticker--run-auto-mark-filter)
8275 (newsticker--do-run-auto-mark-filter):
8276 Use `newsticker-auto-mark-filter-list'.
8277
8278 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8279
8280 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8281 (rcirc-print): Force redisplay before running hooks. Do long
8282 buffer truncation after making new text read-only. Deal with nil
8283 text when decoding strings. If TARGET is nil, use either the
8284 currently selected buffer, if it is an rcirc buffer and of the
8285 same process or the process buffer.
8286 (rcirc-mode): Remove header-line. Recompute short buffer names.
8287 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8288 (rcirc-short-buffer-name): Add variable.
8289 (rcirc-kill-buffer-hook): Recompute short buffer names.
8290 Remove nick from private channel.
8291 (rcirc-send-input): Send command text to current-buffer.
8292 Don't clear overlay arrow here.
8293 (rcirc-short-buffer-name): Return a short buffer name.
8294 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8295 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8296 buffer-name abbreviations.
8297 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8298 Do not touch nick-table when killing a parted channel.
8299 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8300 Clear arrow from current buffer if it is now hidden.
8301 (rcirc-current-buffer): Add variable.
8302 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8303 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8304 Remove -face from names.
8305 (rcirc-update-activity-string): Print "DND" when globally ignoring
8306 activity.
8307 (rcirc-ignore-buffer-activity-flag): Rename from
8308 rcirc-ignore-channel-activity.
8309 (rcirc-ignore-all-activity-flag): Doc fix.
8310 (rcirc-channels): Remove variable.
8311 (rcirc-kill-buffer-hook):
8312 (rcirc-get-buffer-create): Add nick to private channel.
8313 (rcirc-multiline-edit-submit): Remove tabs.
8314 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8315 folded.
8316 (rcirc-remove-nick-channel): Bug fix.
8317 (rcirc-toggle-ignore-buffer-activity): Rename from
8318 rcirc-toggle-ignore-channel-activity.
8319 (rcirc-record-activity): Add buffers to the front of the list.
8320 (rcirc-update-activity): Remove killed buffers from list.
8321 (rcirc-process-server-response-1): Remove last argument if it is
8322 null before calling handler.
8323 (rcirc): Add "rcirc" defcustom prefix.
8324 (rcirc-prompt): Simplify default prompt.
8325 Use custom-initialize-default.
8326 (rcirc-private-chats): Remove variable.
8327 (rcirc-prompt): Change initialization.
8328 (rcirc-version): Remove function.
8329 (rcirc-id-string): Add constant.
8330 (rcirc-last-buffer): Remove variable.
8331 (rcirc-buffer-alist): Add variable.
8332 (rcirc-connect): Update variable setup.
8333 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8334 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8335 default.
8336 (rcirc-handler-generic): Trigger activity.
8337 (rcirc-send-message): Create the buffor of the target.
8338 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8339 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8340 (rcirc-multiline-edit-cancel): Remove function.
8341 (rcirc-set-last-buffer): Remove function.
8342 (rcirc-get-any-buffer): Add function.
8343 (rcirc-join-channels): Don't print /join text.
8344 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8345 messages.
8346 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8347 (rcirc-handler-NOTICE): Recognize CTCP responses.
8348 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8349 constructing TOPIC string for buffers we are not JOINed.
8350 (rcirc-handler-CTCP-response): Add handler.
8351 (rcirc-multiline-edit-submit): Restore the window-configuration
8352 before adjusting point.
8353 (rcirc): Add customization group.
8354 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8355 (rcirc-user-full-name, rcirc-startup-channels-alist)
8356 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8357 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8358 (rcirc-input-ring-size, rcirc-read-only-flag)
8359 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8360 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8361 Change defvar to defcustom.
8362 (rcirc-update-prompt): Add optional ALL arg, which will update
8363 prompts in all rcirc buffers. Regexp quote replacement text.
8364 (rcirc-fill-column): Accept frame-width as a value.
8365 (rcirc-set-changed): Add function.
8366 (rcirc-next-active-buffer): Write more meaningful messages.
8367 (rcirc-faces): Add customization group.
8368 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8369 (rcirc-nick-in-message-face, rcirc-prompt-face)
8370 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8371 (with-rcirc-process-buffer): Move before first usage.
8372 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8373 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8374 (rcirc-debug): Rename from `rcirc-log'.
8375 (rcirc-format-response-string): Do not print `-' chars for a
8376 NOTICE with no sender. Simplify output of server responses.
8377
8378 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8379
8380 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8381 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8382 Make urls mouse and RET clickable.
8383
8384 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8385
8386 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8387
8388 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8389
8390 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8391 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8392 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8393 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8394 argument to all these routines, so the passphrase can be managed
8395 externally and passed in to the system.
8396 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8397 pgg-add-passphrase-to-cache function.
8398
8399 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8400 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8401 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8402 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8403 argument to all these routines, so the passphrase can be managed
8404 externally and passed in to the system.
8405 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8406 function.
8407
8408 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8409
8410 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8411 from goto-address-url-regexp.
8412
8413 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8414
8415 * textmodes/org.el (org-read-date, org-goto-calendar)
8416 (org-recenter-calendar, org-agenda-goto-calendar):
8417 Temporarily clear `calendar-move-hook'.
8418
8419 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8420
8421 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8422 merging.
8423
8424 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8425 have merge clashes.
8426
8427 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8428
8429 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8430 Undo previous change.
8431
8432 * startup.el (command-line): Use `custom-reevaluate-setting' for
8433 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8434 tty-register-default-colors on Mac.
8435
8436 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8437
8438 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8439 (gdb-buffer-type): Make it automatically buffer local...
8440 (gdb-get-create-buffer): ...and set it accordingly.
8441 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8442 actually work.
8443
8444 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8445
8446 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8447 not red.
8448
8449 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8450
8451 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8452 case GUD buffer is not visible.
8453 (gdb-goto-breakpoint): Try to force display in source buffer.
8454 (gdb-frame-gdb-buffer): Copy other similar functions.
8455 (gdb-restore-windows): Don't display source if not asked for.
8456 (gdb-assembler-buffer-name): Don't capitalise.
8457
8458 2005-11-03 Richard M. Stallman <rms@gnu.org>
8459
8460 * wid-edit.el (key-sequence): New widget type.
8461
8462 * simple.el (set-mark-command-repeat-pop): New variable.
8463 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8464 if set-mark-command-repeat-pop is true.
8465
8466 * info.el (Info-fontify-node): Don't display extra "see" if there
8467 already is one here.
8468
8469 * mouse.el: Fix special handling of DEL after dragging a region:
8470 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8471 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8472
8473 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8474
8475 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8476 not to assume it pertains to an affix.
8477
8478 * textmodes/flyspell.el (flyspell-post-command-hook):
8479 Bind deactivate-mark to prevent deactivation.
8480
8481 2005-11-03 Lars Hansen <larsh@soem.dk>
8482
8483 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8484 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8485 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8486
8487 2005-11-03 Romain Francoise <romain@orebokech.com>
8488
8489 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8490 Update copyright years.
8491
8492 2005-11-03 Sam Steingold <sds@gnu.org>
8493
8494 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8495 Use system-type instead of window-system because window-system is not
8496 correctly defined during loadup.
8497
8498 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8499
8500 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8501 (xml-parse-tag): Join strings separated by a comment properly.
8502
8503 2005-11-02 Andreas Schwab <schwab@suse.de>
8504
8505 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8506
8507 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8510 (byte-optimize-pure-func): Quote the eval'd value.
8511
8512 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8513 Rename from perl-font-lock-syntactic-face-function.
8514 Change the calling convention so it can be used as a font-lock MATCHER.
8515 Do the parse-partial-sexp loop outselves.
8516 (perl-font-lock-syntactic-keywords): Use it.
8517 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8518
8519 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8522 disassembly buffer too.
8523 (gdb-exited): Remove overlay arrows when execution has finished.
8524 (gdb-info-frames-custom, gdb-info-threads-custom)
8525 (gdb-info-registers-custom): Don't add inappropriate text
8526 properties if inferior is not active.
8527
8528 2005-11-02 Glenn Morris <rgm@gnu.org>
8529
8530 * progmodes/fortran.el (fortran-blink-match):
8531 Use `blink-matching-delay'.
8532
8533 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8534
8535 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8536
8537 2005-11-02 Lars Hansen <larsh@soem.dk>
8538
8539 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8540 "Permission denied".
8541
8542 2005-11-01 Richard M. Stallman <rms@gnu.org>
8543
8544 * textmodes/flyspell.el (flyspell-external-point-words):
8545 Pass nil to flyspell-get-word.
8546
8547 2005-11-02 Kim F. Storm <storm@cua.dk>
8548
8549 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8550 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8551
8552 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8555 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8556 (calendar-mouse-print-dates): Add optional `event' argument.
8557 Update interactive-spec.
8558 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8559 Use `calendar-event-to-date' instead of `event'.
8560
8561 2005-11-02 Masatake YAMATO <jet@gyve.org>
8562
8563 * progmodes/ld-script.el (ld-script-builtins):
8564 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8565 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8566 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8567
8568 2005-11-01 Romain Francoise <romain@orebokech.com>
8569
8570 * vc-sccs.el: Update copyright year.
8571 * ezimage.el: Likewise.
8572
8573 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8574
8575 * info.el (Info-fontify-node): Use `string-width' for fontifying
8576 underlined titles.
8577
8578 2005-11-01 Juri Linkov <juri@jurta.org>
8579
8580 * info.el (Info-fontify-node): Downcase node header keywords Node,
8581 Prev, Next, Up before comparison.
8582 (Info-history): Insert absolute directory name, and put invisible
8583 property on it.
8584
8585 2005-11-01 Juri Linkov <juri@jurta.org>
8586
8587 * info.el (Info-file-supports-index-cookies): New variable.
8588 (Info-find-node-2): Check makeinfo version for index cookie support.
8589 (Info-index-nodes): Search for nodes with index cookies only when
8590 Info-file-supports-index-cookies is t. Otherwise, search nodes
8591 with "Index" in the node name.
8592 (Info-index-node): Search index cookie in the current node only when
8593 Info-file-supports-index-cookies is t. Otherwise, check the word
8594 "Index" in the node name.
8595 (Info-find-emacs-command-nodes): Remove code that searches nodes
8596 with "Index" node name in the top menu.
8597
8598 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * progmodes/scheme.el (scheme-mode-variables): Use the default
8601 comment-indent-function.
8602
8603 * faces.el (face-attribute): Handle the case where a face inherits from
8604 a non-existent face.
8605
8606 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8607 for octal and hexa output, and merge the char into the paren.
8608 (kill-new): Use push.
8609 (copy-to-buffer): Use with-current-buffer.
8610 (completion-setup-function): Move code in loop to remove redundancy.
8611 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8612 those inherited from minibuffer-local-completion-map.
8613
8614 * savehist.el (savehist-mode) <defcustom>:
8615 Use custom-set-minor-mode if available.
8616 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8617 and emit a message if applicable.
8618
8619 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8620
8621 * savehist.el: Sync up to version 19.
8622 (savehist-mode): New minor mode.
8623 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8624 (savehist-length): Remove (use history-length instead).
8625 (savehist-file-modes): Rename from savehist-modes.
8626 (savehist-save-hook, savehist-loaded): New vars.
8627 (savehist-load): Use savehist-mode. Try to smooth up transition from
8628 old format to new format.
8629 (savehist-install): Allow savehist-autosave-interval to be nil.
8630 (savehist-save): Run the new hook. Be more careful to only trim the
8631 history variables.
8632 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8633 (savehist-printable): Print into a buffer rather than char-by-char.
8634
8635 2005-11-01 John Wiegley <johnw@newartisans.com>
8636
8637 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8638 toggle-ignore keybinding (C-a). The author said it had been
8639 disabled much earlier due to a possible incompatibility, but after
8640 many months of usage I have encountered no problems (and it is a
8641 rather useful option, especially for switching to " *temp*").
8642
8643 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8644 support for OS/X's AddressBook, by calling out to the open source
8645 program "contacts" (installable through Fink).
8646
8647 * net/eudc.el (eudc-expand-inline): If the
8648 `eudc-multiple-match-handling-method' is set to `all', delete the
8649 query string before inserting the query result.
8650
8651 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8652 flag, to prevent Eshell from using the system ls when
8653 `eshell-ls-insert-directory' is in used.
8654 (eshell-ls-insert-directory): Disable font-lock in directory
8655 buffer so that Eshell's own fontification is seen. This broke
8656 recently due to changes in font-lock, so this goes back to version
8657 21 behavior.
8658
8659 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8660
8661 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8662 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8663 (gdb-many-windows): Doc fix.
8664
8665 2005-10-31 Romain Francoise <romain@orebokech.com>
8666
8667 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8668
8669 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8670
8671 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8672 that global-font-lock-mode can be enabled by default.
8673
8674 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8675 (font-lock-add-keywords, font-lock-remove-keywords)
8676 (font-lock-fontify-buffer): Remove autoload cookies.
8677
8678 * jit-lock.el (jit-lock-register): Likewise.
8679
8680 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8681
8682 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8683
8684 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8685 intact if there is no gud-comint-buffer.
8686
8687 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8688
8689 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8690 old prompt comint-prompt-read-only is t and GDB commands are
8691 issued from tool bar etc.
8692
8693 2005-10-31 Masatake YAMATO <jet@gyve.org>
8694
8695 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8696
8697 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8698
8699 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8700 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8701
8702 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8703
8704 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8705 starting at beginning of line. Fontification is messed up when
8706 `open-paren-in-column-0-is-defun-start' set to t.
8707 Reported by John Paul Wallington <jpw@pobox.com>.
8708
8709 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8710
8711 * comint.el (comint-send-input): Call `comint-update-fence' when
8712 `comint-process-echoes' and `comint-prompt-read-only' are both
8713 non-nil, to avoid leftover read-only newline.
8714
8715 2005-10-30 Richard M. Stallman <rms@gnu.org>
8716
8717 * textmodes/flyspell.el (flyspell-external-point-words):
8718 Detect when WORD can't be checked properly because
8719 flyspell-get-word finds just part of it, and move on.
8720
8721 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8722 boundarychar for Polish.
8723 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8724 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8725
8726 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8727
8728 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8729 (gdb-registers-font-lock-keywords): Delete.
8730 (gdb-registers-mode): Don't fontify.
8731 (gdb-info-registers-custom): Use text properties instead as, in
8732 future, changed register values will use font-lock-warning-face.
8733 (gdb-local-font-lock-keywords): Rename to...
8734 (gdb-locals-font-lock-keywords): ...for consistency.
8735
8736 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8737
8738 * vc.el (vc-switch-backend): Better error message if the buffer is
8739 not visiting a file under version control.
8740
8741 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8742
8743 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8746 ~/.emacs.d/.emacs.
8747
8748 2005-10-29 Richard M. Stallman <rms@gnu.org>
8749
8750 * replace.el (occur-mode-mouse-goto): Always go to other window.
8751 (occur-mode-goto-occurrence): Always switch in same window.
8752
8753 * simple.el (undo): Display message at end, not at start.
8754
8755 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8756 New arg REUSE-CELL.
8757 (cancel-timer-internal): New function.
8758 (timer-event-handler): Use cancel-timer-internal,
8759 and pass the cell it returns to timer-activate...
8760
8761 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8762 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8763 (jit-lock-after-change): Test memory-full.
8764
8765 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8766
8767 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8768 part of the decoded armor to find the key-identifier.
8769 (pgg-gpg-lookup-key-owner): New function to return the
8770 human-readable identifier of a key owner.
8771 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8772 key itself.
8773 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8774 the key value) if we have a key and can match it against a secret
8775 key. Also, added a note pointing out fact that the prompt only
8776 indicates the first matching key.
8777
8778 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8779 pgg-decrypt-region.
8780 (pgg-pending-timers): A new hash for tracking the passphrase cache
8781 timers, so that new ones supercede old ones.
8782 (pgg-add-passphrase-to-cache): Rename from
8783 `pgg-add-passphrase-cache' to reduce confusion (all callers
8784 changed). Modified to cancel old timers when new ones are added.
8785 (pgg-remove-passphrase-from-cache): Rename from
8786 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8787 changed). Modified to cancel old timers when their keys are
8788 removed from the cache.
8789 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8790 XEmacs, an indirection to delete-itimer.
8791 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8792 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8793 users can only check cache without risk of prompting. Correct bug in
8794 notruncate behavior.
8795 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8796 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8797 Add informative docstrings.
8798 (pgg-decrypt): Convey provided passphrase in subordinate call to
8799 pgg-decrypt-region.
8800
8801 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8802 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8803 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8804 `passphrase' argument, so the passphrase can be managed externally
8805 and then passed in to the system.
8806
8807 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8808 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8809 so the passphrase cache can be used reliably with identifiers
8810 besides a pgp packet's key id.
8811
8812 * pgg-gpg.el (pgg-pgp-encrypt-region)
8813 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8814 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8815 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8816 argument to all these routines, so the passphrase can be managed
8817 externally and passed in to the system.
8818
8819 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8820 `notruncate' argument, so the passphrase cache can be used
8821 reliably with identifiers besides a pgp packet's key id.
8822
8823 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8824
8825 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8826 symmetric encryption.
8827 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8828 encrypted session key.
8829 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8830 message ask for the passphrase in a proper way.
8831
8832 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8833 New user commands for symmetric encryption.
8834
8835 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8836
8837 * textmodes/conf-mode.el (conf-assignment-sign)
8838 (conf-assignment-regexp): Fix docstrings.
8839 (conf-mode-initialize): New function.
8840 (conf-mode): Remove optional args. Use delay-mode-hooks to
8841 recognize recursive calls.
8842 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8843 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8844 (conf-xdefaults-mode): Use define-derived-mode and
8845 conf-mode-initialize.
8846
8847 2005-10-29 Romain Francoise <romain@orebokech.com>
8848
8849 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8850
8851 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8852
8853 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8854 part of the decoded armor to find the key-identifier.
8855 (pgg-gpg-lookup-key-owner): New function to return the
8856 human-readable identifier of a key owner.
8857 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8858 key itself.
8859 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8860 the key value) if we have a key and can match it against a secret
8861 key. Also, added a note pointing out fact that the prompt only
8862 indicates the first matching key.
8863
8864 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8865 pgg-decrypt-region.
8866 (pgg-pending-timers): A new hash for tracking the passphrase cache
8867 timers, so that new ones supercede old ones.
8868 (pgg-add-passphrase-to-cache): Rename from
8869 `pgg-add-passphrase-cache' to reduce confusion (all callers
8870 changed). Modified to cancel old timers when new ones are added.
8871 (pgg-remove-passphrase-from-cache): Rename from
8872 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8873 changed). Modified to cancel old timers when their keys are
8874 removed from the cache.
8875 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8876 XEmacs, an indirection to delete-itimer.
8877 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8878 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8879 users can only check cache without risk of prompting. Correct bug in
8880 notruncate behavior.
8881 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8882 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8883 Add informative docstrings.
8884 (pgg-decrypt): Convey provided passphrase in subordinate call to
8885 pgg-decrypt-region.
8886
8887 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8888
8889 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8890 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8891 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8892 `passphrase' argument, so the passphrase can be managed externally
8893 and then passed in to the system.
8894
8895 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8896 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8897 so the passphrase cache can be used reliably with identifiers
8898 besides a pgp packet's key id.
8899
8900 * pgg-gpg.el (pgg-pgp-encrypt-region)
8901 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8902 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8903 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8904 argument to all these routines, so the passphrase can be managed
8905 externally and passed in to the system.
8906
8907 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8908 `notruncate' argument, so the passphrase cache can be used
8909 reliably with identifiers besides a pgp packet's key id.
8910
8911 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8912
8913 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8914 symmetric encryption.
8915 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8916 encrypted session key.
8917 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8918 message ask for the passphrase in a proper way.
8919
8920 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8921 New user commands for symmetric encryption.
8922
8923 2005-10-28 Bill Wohler <wohler@newt.com>
8924
8925 * help-mode.el (help-url): New button type. Calls browse-url.
8926 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8927 Similar to Info nodes: URL `url'.
8928 (help-make-xrefs): Create help-url buttons for
8929 help-xref-url-regexp matches.
8930
8931 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8932
8933 * tool-bar.el (tool-bar-add-item-from-menu)
8934 (tool-bar-local-item-from-menu): Fix doc strings.
8935
8936 2005-10-28 Romain Francoise <romain@orebokech.com>
8937
8938 * ldefs-boot.el: Update.
8939
8940 * subr.el (locate-library): Move from help-fns.el.
8941 * help-fns.el (locate-library): Move to subr.el.
8942
8943 2005-10-28 Richard M. Stallman <rms@gnu.org>
8944
8945 * net/tramp.el (tramp-completion-mode): defvar moved up.
8946
8947 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8948
8949 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8950
8951 * files.el (find-file-noselect): Use %d to format large file size.
8952
8953 * bindings.el (mode-line-format): Add %e.
8954
8955 * loadup.el ("facemenu"): Load unconditionally.
8956 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8957 ("x-dnd"): Load, when appropriate.
8958
8959 * startup.el (command-line): Call before-init-hook earlier.
8960 Warn about some bad characters in -u user name.
8961
8962 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8963 (flyspell-external-point-words): Error if misspelled word is not found.
8964 Set flyspell-large-region-beg at end of word.
8965
8966 2005-10-28 Andreas Schwab <schwab@suse.de>
8967
8968 * view.el (View-revert-buffer-scroll-page-forward):
8969 Use view-page-size-default.
8970
8971 2005-10-28 Juri Linkov <juri@jurta.org>
8972
8973 * international/quail.el (quail-get-current-str): Translate last
8974 raw character for deterministic input methods.
8975
8976 2005-10-27 Jay Belanger <belanger@truman.edu>
8977
8978 * calc/calc-ext.el: Add functions to autoloads.
8979 (math-identity-matrix-p, math-ident-row-p): New functions.
8980
8981 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8982 multiplication by an identity matrix; don't turn multiplication by
8983 an inverse matrix into division.
8984 (math-div-symbol-fancy): Replace division by matrices with
8985 multiplication by inverse.
8986
8987 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8988
8989 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8990 (calc-writeoutpower): New functions.
8991
8992 2005-10-27 Romain Francoise <romain@orebokech.com>
8993
8994 * replace.el (occur-engine): Include colon in mouse-face highlight.
8995
8996 * dired-x.el: Change Maintainer field.
8997
8998 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * longlines.el (longlines-mode): Bind after-change-functions to
9001 nil during initial decoding and final encoding.
9002
9003 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9004
9005 * term.el (term-emulate-terminal, term-handle-colors-array)
9006 (term-handle-ansi-escape): Specify the terminfo capabilities
9007 implemented.
9008
9009 2005-10-26 Richard M. Stallman <rms@gnu.org>
9010
9011 * info.el (Info-fontify-node): Fix detection of sentence-break
9012 before *Note.
9013
9014 2005-10-26 Romain Francoise <romain@orebokech.com>
9015
9016 * smerge-mode.el: Add `tools' to file keywords.
9017
9018 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9019
9020 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9021 when the fringe is not available.
9022
9023 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9024 (def-gdb-auto-update-trigger): Simplify construction.
9025 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9026 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9027 defined explicitly.
9028 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9029 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9030 defined explicitly.
9031 (gdb-info-locals-custom): Remove as it's a no-op.
9032
9033 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9034
9035 * longlines.el (longlines-mode): Remove narrowing before
9036 performing the initial decoding or final encoding.
9037
9038 2005-10-25 Romain Francoise <romain@orebokech.com>
9039
9040 * emacs-lisp/find-func.el (find-library-name): Also strip
9041 extension if library name ends in .el, to take advantage of
9042 `find-library-suffixes'.
9043
9044 2005-10-25 Richard M. Stallman <rms@gnu.org>
9045
9046 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9047
9048 2005-10-25 Juri Linkov <juri@jurta.org>
9049
9050 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9051 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9052
9053 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9056 (blackbox-redefine-key): Add argument `map'.
9057
9058 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9059 regions when moving the jit-lock-context-unfontify-pos boundary.
9060
9061 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9062
9063 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9064
9065 2005-10-25 Masatake YAMATO <jet@gyve.org>
9066
9067 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9068
9069 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9070
9071 * play/blackbox.el (blackbox-redefine-key): New function.
9072 (blackbox-mode-map): Use it to remap existing bindings for cursor
9073 motion instead of binding literal keys.
9074
9075 2005-10-25 Glenn Morris <rgm@gnu.org>
9076
9077 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9078 diary does not end in a newline. Do not assume a blank line at
9079 the start of the diary file.
9080
9081 2005-10-25 Kenichi Handa <handa@m17n.org>
9082
9083 * international/quail.el (quail-translate-key): If the input
9084 method is deterministic and failed to handle the last key, restart
9085 the key handling loop from an appropriate key.
9086
9087 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9088
9089 * vc.el (vc-dired-mode): Extend comment for binding of
9090 `directory-listing-before-filename-regexp'.
9091
9092 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * textmodes/texinfo.el (texinfo-mode):
9095 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9096 not to unnecessarily expose emacs-mule's internal char codes.
9097
9098 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9099
9100 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9101 Display hand pointer and help-echo on disabled icon too.
9102 (gdb-mouse-until): New function.
9103 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9104
9105 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9106
9107 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9108 with 2005-10-23 change to doctor.el.
9109
9110 * finder.el (finder-mode-map): Add follow-link binding.
9111
9112 2005-10-25 Kim F. Storm <storm@cua.dk>
9113
9114 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9115 to gdb-mouse-toggle-breakpoint-fringe.
9116 (gdb-mouse-toggle-breakpoint-margin): Rename from
9117 gdb-mouse-toggle-breakpoint. Fix doc.
9118 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9119 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9120 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9121 string properties also for fringe breakpoint bitmaps.
9122
9123 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9124
9125 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9126
9127 2005-10-25 Masatake YAMATO <jet@gyve.org>
9128
9129 * simple.el (completion-common-substring):
9130 Use `completion-common-substring' prior to `completion-base-size'.
9131
9132 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9133
9134 * savehist.el: Require CL while compiling.
9135 (savehist-history-variables): Remove.
9136 (savehist-save-minibuffer-history, savehist-additional-variables)
9137 (savehist-minibuffer-history-variables): New vars.
9138 (savehist-save): Use them.
9139 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9140 (savehist-install): New fun, extracted from savehist-load.
9141 (savehist-load): Use them.
9142
9143 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9146 a dummy doc-string-elt property.
9147 (defalias, defvaralias, define-category): Add a docstring property.
9148
9149 * image.el (defimage):
9150 * widget.el (define-widget):
9151 * custom.el (defface, defcustom): Add `doc-string' declaration.
9152
9153 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9154 (defadvice): Add `doc-string' declaration.
9155
9156 * emacs-lisp/byte-run.el (macro-declaration-function):
9157 Handle `doc-string' declarations.
9158 (define-obsolete-function-alias, define-obsolete-variable-alias):
9159 Add `doc-string' declaration.
9160
9161 2005-10-24 Kenichi Handa <handa@m17n.org>
9162
9163 * international/utf-7.el (utf-7): Add autoload cookie.
9164
9165 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9166
9167 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9168
9169 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9170 list of directories passed to batch-update-autoloads. Add "." to
9171 the list of the echoed directories.
9172
9173 * pgg-def.el:
9174 * pgg-gpg.el:
9175 * pgg-parse.el:
9176 * pgg-pgp.el:
9177 * pgg-pgp5.el:
9178 * pgg.el: Moved here from the gnus subdirectory.
9179
9180 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9183 in case comint-prompt-read-only is set to t.
9184
9185 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9186 in case comint-prompt-read-only is set to t.
9187
9188 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9189
9190 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9191 Now a string.
9192 (icalendar-import-format): Handle CLASS, STATUS, URL.
9193 Rename `subject' to `summary'.
9194 (icalendar-import-format-summary): Rename from
9195 `icalendar-import-format-subject'.
9196 (icalendar-import-format-url, icalendar-import-format-status)
9197 (icalendar-import-format-class): New variables.
9198 (icalendar--rris): Take variable argument list.
9199 (icalendar--datestring-to-isodate): Remove unnecessary
9200 calendar-style check when converting dates with explicit month names.
9201 (icalendar-export-region): Change return type of conversion
9202 subroutines. Bury current buffer unless error occurred.
9203 (icalendar--convert-to-ical)
9204 (icalendar--parse-summary-and-rest): New functions.
9205 (icalendar--convert-ordinary-to-ical)
9206 (icalendar--convert-weekly-to-ical)
9207 (icalendar--convert-yearly-to-ical)
9208 (icalendar--convert-block-to-ical)
9209 (icalendar--convert-cyclic-to-ical)
9210 (icalendar--convert-anniversary-to-ical): Change return type.
9211 Strip trailing blanks from subject.
9212 (icalendar--convert-sexp-to-ical): Change return type.
9213 Strip trailing blanks from subject. Handle simple sexp
9214 entries as generated by icalendar.el.
9215 (icalendar--convert-float-to-ical)
9216 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9217 (icalendar-import-file): Doc fix.
9218 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9219 Correct call to icalendar--rris.
9220 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9221 `summary'.
9222 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9223
9224 2005-10-24 Romain Francoise <romain@orebokech.com>
9225
9226 * server.el (server-sentinel): Set query-on-exit flag to nil on
9227 new client processes (it isn't inherited from the server process).
9228
9229 * replace.el (occur-engine): Rearrange text properties.
9230
9231 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9234 case-fold-search is nil.
9235 (debug-help-follow): Use help-xref-interned directly.
9236
9237 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9238
9239 * thumbs.el (thumbs-image-type): Add .pbm.
9240
9241 2005-10-23 Richard M. Stallman <rms@gnu.org>
9242
9243 * faces.el (inhibit-face-set-after-frame-default): New variable.
9244 (set-face-attribute): Bind it.
9245 (face-set-after-frame-default): Test it.
9246
9247 * help-fns.el (describe-simplify-lib-file-name): New function.
9248 (describe-function-1, describe-variable): Use it.
9249
9250 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9251
9252 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9253 Eliminate nil as possible value.
9254 (tooltip-hide-delay): Reduce internal-border-width.
9255
9256 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9257 (menu-bar-file-menu) <new-file>: Likewise.
9258
9259 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9260
9261 * international/mule.el (load-with-code-conversion):
9262 Pass full file name to `eval-buffer' unless preloading.
9263
9264 * textmodes/flyspell.el (flyspell-large-region):
9265 Call ispell-check-version.
9266
9267 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9268 Fix the make-variable-buffer-local call that was supposed
9269 to be for this variable.
9270 (ispell-aspell-supports-utf8): Doc fix.
9271 (ispell-find-aspell-dictionaries): Preserve elements of
9272 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9273 (ispell-aspell-find-dictionary): Return nil on error.
9274
9275 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9276 (doctor-symptoms): Likewise.
9277
9278 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9279
9280 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9283 (custom-raised-buttons): Add :set spec.
9284 (custom-button-unraised, custom-button-pressed-unraised):
9285 New faces, so that custom-raised-buttons actually does something.
9286 (custom-mode): Use custom-button and custom-button-pressed.
9287
9288 * wid-edit.el (widget-specify-button): Don't ignore
9289 widget-mouse-face on graphic terminals.
9290 (widget-move-and-invoke): Cleanup.
9291
9292 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9293
9294 * whitespace.el (whitespace-cleanup): Doc fix.
9295
9296 2005-10-23 Romain Francoise <romain@orebokech.com>
9297
9298 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9299 `eval-after-load' to avoid evaluating their result.
9300
9301 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9302
9303 * files.el (directory-listing-before-filename-regexp):
9304 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9305
9306 * dired.el (dired-move-to-filename-regexp): Remove.
9307 All occurences replaced by `directory-listing-before-filename-regexp'.
9308
9309 * dired-x.el, locate.el, vc.el:
9310 Replace `dired-move-to-filename-regexp' by
9311 `directory-listing-before-filename-regexp'. In vc.el it is
9312 overwritten locally; maybe this can be handled in files.el too.
9313
9314 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9315 replaced by `directory-listing-before-filename-regexp'.
9316
9317 2005-10-23 Andreas Schwab <schwab@suse.de>
9318
9319 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9320 and eval-next-after-load.
9321
9322 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9323
9324 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9325 exist, create it.
9326
9327 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9328
9329 * allout.el: Remove autoloads for mailcrypt and crypt++.
9330 Require pgg, pgg-gpg during compilation.
9331 (allout-version): Increment version number to 2.1, and use a literal
9332 rather than RCS Id.
9333 (allout-default-encryption-scheme): Remove.
9334 (allout-passphrase-verifier-handling)
9335 (allout-passphrase-verifier-string)
9336 (allout-file-passphrase-verifier-string)
9337 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9338 (allout-passphrase-hint-handling): Rename and simplify.
9339 (allout-init): Use `find-file-hook' if available, otherwise
9340 `find-file-hooks'.
9341 (allout-mode): Use `write-file-functions' if available, otherwise
9342 `local-write-file-hooks' and, instead of making auto-save-hook
9343 buffer local, make the write-file-hook activity contingent to
9344 allout-mode.
9345 (allout-mode): Use key-binding substitution in the docstring.
9346 (allout-kill-line): Spell-out kill ring data structure mutation
9347 instead of using byte-compiler-complaint-provoking `pop'.
9348 (allout-insert-listified): Use `insert' rather than `insert-string'
9349 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9350 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9351 (allout-encrypt-string): Totally revamped vis new underlying
9352 encryption facilities.
9353 (allout-mc-activate-passwd): Remove.
9354 (allout-obtain-passphrase): New, more or less replaces
9355 allout-mc-activate-passwd.
9356 (allout-encrypted-key-info): More or less replaces
9357 allout-encrypted-text-type.
9358 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9359 (my-mark-marker): Use `(featurep 'xemacs)'.
9360
9361 2005-10-23 Lars Hansen <larsh@soem.dk>
9362
9363 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9364 (byte-compile-file-form-defmumble, byte-compile-defun)
9365 (byte-compile-defmacro): Use it.
9366 (byte-compile-form): Don't call byte-compile-set-symbol-position
9367 when a byte-compile handler is called.
9368
9369 2005-10-22 Romain Francoise <romain@orebokech.com>
9370
9371 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9372
9373 * subr.el (eval-after-load): Convert library name to an absolute
9374 file name using locate-library, since load-history no longer has
9375 library names in it.
9376
9377 2005-10-22 Richard M. Stallman <rms@gnu.org>
9378
9379 * files.el (make-temp-file): Move from subr.el.
9380 * subr.el (make-temp-file): Move to files.el.
9381
9382 * window.el (get-buffer-window-list): Move from subr.el.
9383 * subr.el (get-buffer-window-list): Move to window.el.
9384
9385 * image.el (image-load-path): Use eval-at-startup to initialize.
9386
9387 * subr.el (eval-at-startup): New macro.
9388
9389 * subr.el: Much rearrangement of functions and division
9390 into pages. No code changes.
9391
9392 2005-10-22 Kenichi Handa <handa@m17n.org>
9393
9394 * tar-mode.el (tar-extract): Be sure to call
9395 find-operation-coding-system if set-auto-coding doesn't find a
9396 coding system.
9397
9398 2005-10-22 Kim F. Storm <storm@cua.dk>
9399
9400 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9401 Change users.
9402 (image-type-file-name-regexps): New defconst.
9403 (image-type-from-data): Simplify loop.
9404 (image-type-from-buffer): New defun.
9405 (image-type-from-file-header): Use it instead of image-type-from-data.
9406 Use image-search-load-path instead of only looking in data-directory.
9407 (image-type-from-file-name): New defun.
9408 (image-search-load-path): Change `pathname' to `filename'.
9409 Make PATH arg optional, default to image-load-path.
9410
9411 2005-10-21 Richard M. Stallman <rms@gnu.org>
9412
9413 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9414
9415 * textmodes/paragraphs.el (sentence-end-base): New variable.
9416 (sentence-end): Use sentence-end-base.
9417
9418 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9421 property independently from the font-lock-multiline variable.
9422
9423 2005-10-21 Richard M. Stallman <rms@gnu.org>
9424
9425 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9426
9427 * startup.el (command-line): Convert library names
9428 in `load-history' to absolute file names.
9429
9430 * subr.el (symbol-file): Doc fix.
9431
9432 * loadhist.el (file-loadhist-lookup): Call locate-library
9433 instead of find-library-name. Don't try converting
9434 abs file names to library names, since load-history no longer
9435 has library names in it.
9436 (file-dependents, file-provides, file-requires): Doc fixes.
9437
9438 2005-10-21 Juri Linkov <juri@jurta.org>
9439
9440 * progmodes/etags.el (tags-table-mode): New function.
9441 (tags-verify-table): Replace initialize-new-tags-table with
9442 tags-table-mode.
9443
9444 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9445 default value.
9446 (desktop-modes-not-to-save): Add tags-table-mode to the
9447 default value.
9448
9449 * info.el (Info-index-next): Add total number of index
9450 alternatives to the message.
9451
9452 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9453 backward only space (instead of space and period) before looking
9454 at sentence end.
9455
9456 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9457 Add the old variable value as 4th default-value arg of read-string.
9458
9459 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9460
9461 * cus-face.el (custom-declare-face): Make face from X resources
9462 also on Mac.
9463
9464 * disp-table.el (standard-display-g1, standard-display-graphic):
9465 Refuse to use string glyphs also on Mac.
9466 (standard-display-european): Don't set terminal coding system also
9467 on Mac.
9468
9469 * frame.el (display-screens): Use x-display-screens also on Mac.
9470
9471 2005-10-21 Romain Francoise <romain@orebokech.com>
9472
9473 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9474
9475 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9478 and $? into sexps.
9479
9480 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9481 warning face on open-paren-in-column-0.
9482
9483 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9484 boundary case. Fix typo.
9485 Suggested by Martin Rudalics <rudalics@gmx.at>.
9486
9487 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9488
9489 * textmodes/org.el (org-combined-agenda-icalendar-file)
9490 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9491 (org-export-icalendar-this-file)
9492 (org-export-icalendar-all-agenda-files)
9493 (org-export-icalendar-combine-agenda-files): New commands.
9494 (org-export-icalendar, org-print-icalendar-entries)
9495 (org-start-icalendar-file, org-finish-icalendar-file)
9496 (org-ical-ts-to-string): New functions.
9497 (org-read-date, org-goto-calendar)
9498 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9499 call to `calendar'.
9500 (orgtbl-setup): Remove the :keys arguments from the menu description.
9501 (org-after-save-iCalendar-file-hook): New variable.
9502
9503 2005-10-21 Kenichi Handa <handa@m17n.org>
9504
9505 * language/vietnamese.el (tcvn-5712): Make it an alias of
9506 vietnamese-tcvn coding-system.
9507
9508 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9509
9510 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9511 group id is given.
9512
9513 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9516 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9517 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9518 whose line is either continued or ends with a comment.
9519
9520 2005-10-20 Romain Francoise <romain@orebokech.com>
9521
9522 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9523
9524 * replace.el (occur-engine): Add follow-link property.
9525
9526 * font-core.el (font-lock-mode): Doc fix.
9527
9528 2005-10-20 Richard M. Stallman <rms@gnu.org>
9529
9530 * net/rcirc.el: New file.
9531
9532 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9533
9534 * term.el (term-term-name): Initialize to "eterm-color".
9535
9536 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9537
9538 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9539 for encryption functionality.
9540 Move allout customization subgroup from `editing' to `outlines' group.
9541 Fix commentary keywords to legitimate ones.
9542 Update author info (using my current email address, obscurified).
9543 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9544 (allout-encrypted-topic-p, allout-encrypted-text-type)
9545 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9546 (allout-situate-encryption-key-verifier)
9547 (allout-get-encryption-key-verifier, allout-verify-key)
9548 (allout-next-topic-pending-encryption)
9549 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9550 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9551 (outline-key-verifier-handling, outline-key-hint-handling)
9552 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9553 (allout-file-key-verifier-string, allout-encryption-scheme)
9554 (allout-key-verifier-string, allout-key-hint-string)
9555 (allout-after-save-decrypt): New variables.
9556 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9557 (allout-after-saves-handler): New hook functions.
9558 (allout-post-command-business): Do allout-after-save-decrypt.
9559 (allout-enable-file-variable-adjustment): Custom var to enable
9560 mechanism for adding and adjusting settings of Emacs file variables.
9561 (allout-adjust-file-variable, allout-file-vars-section-data):
9562 New functions, implement the mechanism.
9563 (outlineify-sticky): Use the file vars mechanism.
9564 (allout-inhibit-protection, allout-during-write-cue)
9565 (allout-override-protect, allout-before-change-protect): Remove.
9566 (allout-flag-region, allout-open-topic): Adjust read-only text.
9567 (allout-open-line-not-read-only): Add to facilitate read-only
9568 text based protection.
9569 (allout-kill-line): Revise to adjust read-only text, clue the
9570 user about the inhibition.
9571 (allout-unprotected): Use unwind-protect.
9572 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9573 topic deeper than the offspring depth of the previous topic -
9574 avoiding confusing "containment discontinuities".
9575 (allout-reindent-bodies): Fix retention of body relative hanging
9576 indent during promotion of collapsed bodies.
9577 (allout-open-topic): Make it easy to open new topic with same
9578 bullet as current topic - topic creation functions provided with
9579 any universal argument provokes now prompt for bullet, defaulting
9580 to the bullet of the previous topic.
9581 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9582 Plain bullet alternates `.' period and `,' comma only. All other
9583 bullets are relegated to special status (but customizable).
9584 (allout-end-of-entry): Rename from allout-end-of-current-entry
9585 since it actually operates w.r.t. most immediately containing
9586 entry, visible or not.
9587 (allout-hide-current-entry, allout-show-current-entry): Use the
9588 revised version.
9589 (allout-old-expose-topic): Solidify deprecation.
9590 (allout-end-of-subtree): Add so we can span concealed as well
9591 as visible topics.
9592 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9593 (allout-end-of-current-heading): Tweak to just respect the first line.
9594 (allout-get-body-text): Add.
9595 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9596 when invoked interactively.
9597 (allout-up-current-level): Use `interactive-p'.
9598 (allout-mode, allout-init): Miscellaneous docstring and
9599 operational refinements, as well as hookups of new encryption stuff.
9600 (allout-beginning-of-current-entry): Now works as advertised.
9601 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9602 (allout-isearch-rectification): Refine condition for isearching.
9603 (allout-isearch-abort, allout-enwrap-isearch)
9604 (allout-flag-region, my-region-active-p): Relocate some macros.
9605 (allout-title): Fallback title is (buffer-name), not
9606 non-existing (current-buffer-name).
9607 (subst-char-in-string): Define if absent (for some XEmacs versions).
9608
9609 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9610
9611 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9612 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9613 (mail-citation-prefix-regexp, mail-signature-file)
9614 (mail-default-headers, mail-bury-selects-summary)
9615 (mail-send-nonascii): Add autoload cookies.
9616
9617 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9618
9619 * frame.el (blink-cursor-mode): Add `mac' to the list of
9620 window-system's that support blinking cursor.
9621
9622 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9623
9624 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9625
9626 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9627
9628 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9629 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9630 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9631
9632 2005-10-20 Kim F. Storm <storm@cua.dk>
9633
9634 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9635 (ido-set-current-directory): Don't add / after final @.
9636 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9637 Explicitly handle ange-ftp completion oddities.
9638 (ido-make-file-list): Don't rotate list at tramp root to avoid
9639 triggering tramp file handler for expand-file-name via get-file-buffer.
9640
9641 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9644
9645 2005-10-19 Jay Belanger <belanger@truman.edu>
9646
9647 * calc/calc-units.el (math-standard-units): Add units, adjust
9648 symbols and update values.
9649 (math-unit-prefixes): Add more prefixes.
9650
9651 2005-10-19 Romain Francoise <romain@orebokech.com>
9652
9653 * bookmark.el (bookmark-menu-heading): New face.
9654 (bookmark-bmenu-list): Use it.
9655 Don't fiddle with `baud-rate' at top-level.
9656
9657 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9658
9659 * image.el (create-image, find-image): Mention max-image-size in
9660 docstring.
9661
9662 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * savehist.el (savehist-load): Revert to checking XEmacs.
9665
9666 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9667 Various docstring and line-width fixups.
9668 (conf-mode): Use cond.
9669 Set font-lock-defaults. Don't set comment-use-syntax.
9670
9671 2005-10-18 David Ponce <david@dponce.com>
9672
9673 * tree-widget.el (tree-widget-button-click): New function.
9674 (tree-widget-button-keymap): Use it.
9675
9676 2005-10-18 Romain Francoise <romain@orebokech.com>
9677
9678 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9679 (bookmark-bmenu-hide-filenames): Add follow-link property.
9680 Improve help-echo text.
9681
9682 * ffap.el (find-file-at-point): Doc fix.
9683
9684 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9685
9686 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9687
9688 2005-10-18 Masatake YAMATO <jet@gyve.org>
9689
9690 Install to the CVS repository what I forgot to install in my
9691 2005-10-16 changes.
9692
9693 * progmodes/python.el (python-complete-symbol): Pass the common
9694 prefix substring of completion to `display-completion-list'.
9695
9696 * textmodes/org.el (org-complete): Ditto.
9697
9698 2005-10-18 Masatake YAMATO <jet@gyve.org>
9699
9700 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9701
9702 * woman.el (WoMan-xref-man-page): New button type derived
9703 from `Man-abstract-xref-man-page'.
9704 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9705
9706 * man.el (Man-abstract-xref-man-page): New button type.
9707 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9708 (Man-highlight-references): Add new optional argument `xref-man-type'.
9709
9710 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9711
9712 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9713
9714 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * cus-edit.el (Custom-move-and-invoke): Delete.
9717 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9718
9719 * wid-edit.el (widget-move-and-invoke): New function, from
9720 Custom-move-and-invoke.
9721
9722 2005-10-17 Bill Wohler <wohler@newt.com>
9723
9724 Move all remaining images from lisp/toolbar to etc/images, move
9725 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9726 the low resolution images in their own directory (low-color).
9727
9728 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9729 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9730 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9731 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9732 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9733 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9734 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9735
9736 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9737 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9738 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9739 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9740 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9741 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9742 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9743 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9744 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9745 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9746 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9747 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9748 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9749 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9750 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9751
9752 To conform with convention, replace the underscore (_) in the
9753 following image names with dash (-) or (/) as appropriate.
9754
9755 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9756 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9757 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9758 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9759 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9760 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9761 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9762 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9763 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9764 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9765 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9766 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9767 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9768 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9769 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9770
9771 * info.el (info-tool-bar-map): Replace underscores in image names
9772 with dashes.
9773
9774 * makefile.w32-in (WINS): Remove toolbar.
9775
9776 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9777
9778 * tool-bar.el: Move to lisp from toolbar. Now that
9779 toolbar is empty, it should be deleted when folks run "cvs up -P".
9780
9781 2005-10-18 Jay Belanger <belanger@truman.edu>
9782
9783 * calc/calc-store.el (calc-store-into): Get the proper variable name
9784 to display in message.
9785
9786 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9787
9788 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9789 expressions display in speedbar for all buffers when debugging.
9790 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9791
9792 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9793 (speedbar-insert-button, speedbar-make-button):
9794 Use add-text-properties.
9795 (speedbar-update-localized-contents)
9796 (speedbar-update-directory-contents)
9797 (speedbar-update-special-contents): Use dolist.
9798 (speedbar-buffer-easymenu-definition): Add a menu separator.
9799
9800 2005-10-17 Jason Rumney <jasonr@gnu.org>
9801
9802 * makefile.w32-in: Use $(lisp) consistently.
9803 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9804 for shell specific generation of mh-autoloads.
9805
9806 2005-10-17 Richard M. Stallman <rms@gnu.org>
9807
9808 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9809
9810 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * jit-lock.el (jit-lock-fontify-now):
9813 Move jit-lock-context-unfontify-pos to avoid wasted work.
9814
9815 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9818 `tramp-completion-mode' for checking if we are in completion mode.
9819 (tramp-completion-handle-file-name-all-completions): Reorder code
9820 in order to complete for file names only in case there are no
9821 method/user/host completions. This is necessary for cooperation
9822 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9823
9824 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * longlines.el (longlines-search-forward)
9827 (longlines-search-backward): Match any number of spaces.
9828
9829 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9830
9831 * diff-mode.el (diff-mode): Doc fix.
9832
9833 2005-10-16 David Reitter <david.reitter@gmail.com>
9834
9835 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9836 as default on darwin and windows systems.
9837
9838 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9839
9840 * arc-mode.el (archive-zip-extract): Doc fix.
9841
9842 2005-10-16 Romain Francoise <romain@orebokech.com>
9843
9844 * mouse.el (mouse-1-click-follows-link): Doc fix.
9845
9846 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * savehist.el: Don't require CL at runtime.
9849 (savehist-xemacs): Remove.
9850 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9851 (savehist-no-conversion): Use (featurep 'xemacs).
9852 (savehist-load): Check existence of start-itimer rather than XEmacs.
9853 Use an idle timer.
9854 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9855 `delete-if-not'.
9856
9857 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9858
9859 * savehist.el: Newer version.
9860 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9861 (savehist-last-checksum, savehist-no-conversion): New vars.
9862 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9863 New functions.
9864 (savehist-load, savehist-save): Use them.
9865 (savehist-delimit): Remove.
9866
9867 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * progmodes/compile.el (compilation-goto-locus): Display the
9870 compilation buffer first and the source buffer second, in case they're
9871 in overlapping frames. Don't raise the compilation frame if it was the
9872 selected window upon entry. Pass the `other-window' arg to
9873 pop-to-buffer.
9874
9875 * info.el (Info-fontify-node): Use dolist.
9876 Change add-text-properties to put-text-property.
9877
9878 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9879
9880 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9881 bound of search.
9882
9883 2005-10-16 Masatake YAMATO <jet@gyve.org>
9884
9885 * dabbrev.el (dabbrev-completion): Pass the common
9886 prefix substring of completion to `display-completion-list'.
9887
9888 * filecache.el (file-cache-minibuffer-complete)
9889 (file-cache-complete): Ditto.
9890
9891 * tempo.el (tempo-display-completions): Ditto.
9892
9893 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9894
9895 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9896
9897 * eshell/em-hist.el (eshell-list-history): Ditto.
9898
9899 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9900
9901 * mail/mailalias.el (mail-complete): Ditto.
9902
9903 * progmodes/etags.el (complete-tag): Ditto.
9904
9905 * progmodes/make-mode.el (makefile-complete): Ditto.
9906
9907 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9908
9909 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9910
9911 * progmodes/pascal.el (pascal-complete-word)
9912 (pascal-show-completions): Ditto.
9913
9914 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9915
9916 * simple.el (completion-common-substring): New variable.
9917 (completion-setup-function): Use `completion-common-substring'
9918 to put faces.
9919
9920 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9921
9922 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9923 (x-get-selection, mac-select-convert-to-string): Convert from/to
9924 UTF-16 clipboard data as in native byte order, no BOM.
9925
9926 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9927
9928 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9929 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9930 (gud-sentinel): Use speedbar-frame to check for speedbar.
9931
9932 2005-10-15 Richard M. Stallman <rms@gnu.org>
9933
9934 * savehist.el: New file.
9935
9936 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9937
9938 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9939 Fix bug in \bf fontification.
9940
9941 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * pcvs.el (cvs-edit-log-files): New var.
9944 (cvs-mode-edit-log): New arg `file'.
9945 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9946 Instead force the use of the original file and nothing else.
9947 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9948 the cvs-minor-wrap-function is set.
9949 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9950
9951 2005-10-14 Bill Wohler <wohler@newt.com>
9952
9953 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9954 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9955 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9956 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9957 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9958 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9959 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9960 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9961 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9962 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9963 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9964 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9965 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9966 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9967 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9968
9969 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9970 appropriately (for example, gud-break to gud/break).
9971
9972 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * longlines.el (longlinges-search-function)
9975 (longlines-search-forward, longlines-search-backward): New functions.
9976 (longlines-mode): Set isearch-search-fun-function to
9977 longlinges-search-function.
9978
9979 * mouse.el (mouse-drag-region-1): Handle the case where a
9980 double-click event is bound to an arbitrary function.
9981
9982 2005-10-14 David Ponce <david@dponce.com>
9983
9984 * recentf.el (recentf-track-opened-file)
9985 (recentf-track-closed-file, recentf-update-menu)
9986 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9987 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9988 mouse-1-click-follows-link.
9989
9990 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9991
9992 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9993 Gnome file-manager.png. Suggested by
9994 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9995
9996 * toolbar/README: Add diropen.xpm.
9997
9998 2005-10-13 Bill Wohler <wohler@newt.com>
9999
10000 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10001 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10002
10003 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10006 Don't waste the byte-compiler's time on constant data.
10007
10008 2005-10-13 Kenichi Handa <handa@m17n.org>
10009
10010 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10011 byte with `escape-glyph' face.
10012
10013 * international/fontset.el (ccl-encode-unicode-font):
10014 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10015 Handle the case that ucs-mule-to-mule-unicode translates a character to
10016 ASCII (usually for IPA characters).
10017
10018 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10021 Don't hide the underline of titles if font-lock-mode is disabled.
10022
10023 2005-10-12 Bill Wohler <wohler@newt.com>
10024
10025 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10026 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10027 files in MH-E-SRC have been updated.
10028 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10029
10030 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10033 (mixal-mode-syntax-table): Add \n as end-comment.
10034 (mixal-operation-codes-alist): Immediately initialize to full value.
10035 (mixal-add-operation-code): Remove.
10036 (mixal-describe-operation-code): Make the arg non-optional.
10037 Use the interactive spec instead.
10038 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10039 (mixal-font-lock-keywords): Don't highlight comments here any more.
10040 (mixal-font-lock-syntactic-keywords): New var.
10041 (mixal-mode): Use it. Fix comment-start-skip.
10042
10043 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10044
10045 * startup.el (command-line-x-option-alist): -nb => -nbi
10046
10047 2005-10-12 Kim F. Storm <storm@cua.dk>
10048
10049 * startup.el (fancy-splash-default-action): Discard mouse click in
10050 the splash screen window, as it has no sensible meaning in the
10051 next window to be selected. Fixes error reported by Jan D.
10052
10053 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10054
10055 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10056
10057 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10060 Try to fix up minor layout issues like indentation, line break, etc...
10061 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10062 because it doesn't work.
10063 (mixal-operation-codes): Add some more codes.
10064 (mixal-font-lock-keywords): Process comments here.
10065 (mixal-mode): mixasm no longer needs -g option.
10066
10067 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10068
10069 * progmodes/sh-script.el (sh-tmp-file):
10070 Use mktemp -t. Finish support for es and rc shells.
10071
10072 2005-10-11 Jay Belanger <belanger@truman.edu>
10073
10074 * calc/calcalg2.el (calc-integral): With an argument, compute the
10075 definite integral.
10076
10077 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10078
10079 * mouse.el (mouse-drag-region-1): Don't try to catch a
10080 double-click when doing follow-link (it's overridden anyway).
10081
10082 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10083
10084 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10085 (autoload-print-form-outbuf): Add docstring.
10086
10087 2005-10-11 Juri Linkov <juri@jurta.org>
10088
10089 * info.el (Info-mode-menu): Delete menu item "Edit".
10090 (Info-mode): Delete description of Info-edit from docstring,
10091 and rearrange descriptions of Info commands in the order
10092 they are documented in the Info manual.
10093
10094 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * calendar/appt.el (appt-check): Use diary-selective-display var.
10097
10098 2005-10-10 Richard M. Stallman <rms@gnu.org>
10099
10100 * net/newsticker.el (newsticker-start, newsticker-show-news):
10101 Add autoload cookies.
10102
10103 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10104
10105 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10106
10107 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10108
10109 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10110
10111 2005-10-10 Jay Belanger <belanger@truman.edu>
10112
10113 * calc/calc-arith.el (math-check-known-scalarp)
10114 (math-check-known-matrixp): Check the values of arguments that are
10115 variables.
10116 (math-check-known-square-matrixp): New function.
10117 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10118 (math-super-types): Add sqmatrix type.
10119
10120 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10121 mode name `square' to `sqmatrix'.
10122
10123 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10124 mode name `square' to `sqmatrix'.
10125
10126 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * progmodes/etags.el (select-tags-table-mode): Don't use
10129 selective-display.
10130 (tags-select-tags-table): Pass `button' to the action function.
10131 (select-tags-table): Place the side-info on button properties rather
10132 than in hidden text. Abbreviate file names.
10133 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10134 (select-tags-table-select): Add `button' argument.
10135 Get side-info from the button property rather than from hidden text.
10136
10137 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10138
10139 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10140 (gud-speedbar-buttons): Preserve point if possible.
10141 (gud-sentinel): Restore previous speedbar display type.
10142
10143 * progmodes/gdb-ui.el (gdba): Improve diagram.
10144 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10145 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10146 Call get-buffer-window once.
10147
10148 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10151 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10152 (pascal-indent-command): Remove unused var `ind'.
10153 (pascal-indent-case): Remove unused var `oldpos'.
10154 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10155 since it's now used as a proper minor mode map.
10156 (pascal-outline): Rename to pascal-outline-mode.
10157 (pascal-outline-mode): Use define-minor-mode.
10158 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10159 selective-display.
10160
10161 2005-10-10 Andreas Schwab <schwab@suse.de>
10162
10163 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10164 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10165
10166 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10167 outside source directory.
10168
10169 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10170
10171 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10172 C-x' as a prefix.
10173 (orgtbl-mode-map): Full keymap instead of sparse, because all
10174 `self-insert-command' keys are redefined in this map.
10175 (org-export-as-html): Specify charset for HTML file, by taking it
10176 from the coding system.
10177
10178 2005-10-10 Kenichi Handa <handa@m17n.org>
10179
10180 * textmodes/flyspell.el (flyspell-check-word-p):
10181 If unread-command-events is non-empty, don't call sit-for.
10182
10183 2005-10-09 Richard M. Stallman <rms@gnu.org>
10184
10185 * font-lock.el (font-lock-syntactic-keywords)
10186 (font-lock-keywords): Doc fixes.
10187
10188 * textmodes/flyspell.el (flyspell-external-point-words):
10189 Simplify logic, and don't try to check for consecutive appearances
10190 of one incorrect word.
10191
10192 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10193
10194 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10195 separator.
10196
10197 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10198 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10199 (gud-expansion-speedbar-buttons): New function.
10200 (gud-speedbar-buttons): Check for gud-comint-buffer.
10201
10202 2005-10-09 Bill Wohler <wohler@newt.com>
10203
10204 * Makefile.in (updates): Add mh-loaddefs dependency.
10205
10206 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10207
10208 * speedbar.el (speedbar-file-key-map): Fix typo.
10209
10210 2005-10-09 Daniel Brockman <daniel@brockman.se>
10211
10212 * cus-start.el (line-spacing): Add custom spec.
10213
10214 2005-10-09 Romain Francoise <romain@orebokech.com>
10215
10216 * textmodes/ispell.el (ispell-check-version): Fix last change.
10217
10218 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10219
10220 * term/x-win.el: Remove -i, --icon-type from comment.
10221
10222 * startup.el (command-line-x-option-alist): Remove options -i,
10223 -itype, --icon-type, added -nb, --no-bitmap-icon
10224
10225 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10226
10227 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10228 instead of :active.
10229
10230 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10231
10232 * textmodes/ispell.el (ispell-check-version):
10233 Ignore hyphen, and all that follows, in aspell's version text.
10234
10235 2005-10-08 Jay Belanger <belanger@truman.edu>
10236
10237 * calc/calc-arith.el (math-known-square-matrixp): New function.
10238 (math-pow-fancy): Check for matrices before distributing exponent
10239 across products.
10240
10241 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10242 fullscreen keypad. Suggested by Luc Teirlinck.
10243 (calc-keypad-show-input): Add space for formatting.
10244
10245 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10246 Add square matrix option.
10247
10248 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10249 of checking calc-matrix-mode when deciding how to expand.
10250
10251 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10252
10253 2005-10-08 Lars Hansen <larsh@soem.dk>
10254
10255 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10256 Add error handling.
10257 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10258
10259 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10260
10261 Sync with Tramp 2.0.51.
10262
10263 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10264 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10265 Insert special handling for `last-coding-system-used', again
10266 it still seems to be necessary (unlike stated before).
10267 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10268 (tramp-password-prompt-regexp): There might be other words before
10269 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10270 (tramp-chunksize): Improve docstring.
10271 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10272 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10273 Christian Joergensen <bugs@razor.dk>.
10274
10275 2005-10-07 Glenn Morris <rgm@gnu.org>
10276
10277 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10278 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10279 precision'.
10280
10281 2005-10-07 Romain Francoise <romain@orebokech.com>
10282
10283 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10284 (ibuffer-do-shell-command-pipe-replace)
10285 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10286 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10287 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10288 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10289 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10290 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10291 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10292 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10293 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10294 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10295 Autoload file sans suffix.
10296
10297 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10298
10299 2005-10-07 David Ponce <david@dponce.com>
10300
10301 * recentf.el (recentf-menu-open-all-flag): New option.
10302 (recentf-digit-shortcut-command-name): New function.
10303 (recentf--shortcuts-keymap): New variable.
10304 (recentf-menu-shortcuts): New variable.
10305 (recentf-make-menu-items): Initialize it. Replace the "More..."
10306 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10307 (recentf-menu-value-shortcut): New function.
10308 (recentf-make-menu-item): Use it. No more in-lined.
10309 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10310 (recentf-open-most-recent-file): Rename from
10311 `recentf-open-file-with-key'. Don't depend on key binding.
10312 (recentf-mode-map): New variable.
10313 (recentf-mode): Use it.
10314
10315 2005-10-06 Bill Wohler <wohler@newt.com>
10316
10317 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10318
10319 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10320 (MH-E-SRC): New. Used by mh-autoloads.
10321 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10322 files in MH-E-SRC have been updated.
10323 (compile, recompile, bootstrap): Depend on mh-autoloads.
10324
10325 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10326
10327 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10328 gud-break and gud-remove icons when the fringe is not available.
10329
10330 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10331 Typo.
10332
10333 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10334
10335 * play/zone.el (zone): Wrap body with save-window-excursion.
10336
10337 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10340 Use the new `list-only' arg to diary-list-entries.
10341
10342 * calendar/diary-lib.el: Use overlays rather than selective-display.
10343 (diary-selective-display): New var.
10344 (diary-header-line-format): Use it.
10345 (diary-list-entries): Add argument `list-only'.
10346 Put the buffer in diary-mode. Don't add \^M at beg and end.
10347 Replace \^M by invisible overlays.
10348 (diary-unhide-everything): Replace \^M by invisible overlays.
10349 (print-diary-entries): Look for overlays rather than \^M.
10350 Add a space to the temp buffer name.
10351 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10352 Put the buffer in diary-mode.
10353 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10354 (diary-anniversary): Make the year arg optional.
10355 (diary-time-regexp): New const.
10356 (diary-font-lock-keywords): Use it to accept a few more time formats.
10357
10358 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10359
10360 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10361
10362 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10363 Fix bug introduced 2005-07-03: Use (car (last ...))
10364 to faithfully reproduce replaced artist-last.
10365 (artist-set-arrow-points-for-poly): Likewise.
10366 Suggested by Johan Bockg\e,Ae\e(Brd.
10367
10368 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10371 * wid-edit.el (widget):
10372 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10373 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10374
10375 2005-10-06 Kenichi Handa <handa@m17n.org>
10376
10377 * international/mule-cmds.el (set-language-environment):
10378 Fix setting up of case-table for unibyte mode.
10379
10380 * simple.el (what-cursor-position): If the character is displayed
10381 by some `display' text property, show that. Don't use
10382 single-key-description for eight-bit characters in multibyte mode.
10383
10384 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10385
10386 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10387 (gdb-ann3): Set it.
10388 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10389 (gdb-info-frames-custom): Use inverse-video for first five
10390 characters of selected frame only.
10391 (gdb-get-frame-number): Select frame even when point is on frame
10392 number.
10393
10394 2005-10-06 Masatake YAMATO <jet@gyve.org>
10395
10396 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10397 Put `font-lock-function-name-face'.
10398 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10399 and `font-lock-variable-name-face'
10400 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10401 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10402 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10403 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10404 (gdb-local-font-lock-keywords): New font lock keywords definition.
10405 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10406 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10407 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10408
10409 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10410
10411 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10412 (ediff-merge-region-is-non-clash-to-skip): Previously called
10413 ediff-merge-region-is-non-clash.
10414
10415 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10416 Use insert-buffer-substring.
10417
10418 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10419 selecting files to patch. Also bug fixes.
10420
10421 * ediff-util.el (ediff-setup): Bug fix.
10422 (ediff-next-difference): Never skip clashes that differ in white
10423 space only.
10424
10425 * ediff-wind.el (ediff-setup-control-frame)
10426 (ediff-destroy-control-frame): Check the menubar feature.
10427
10428 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10429 (viper-refresh-mode-line): Use make-local-variable to localize
10430 some vars instead of make-variable-buffer-local. Suggested by
10431 Stefan Monnier.
10432
10433 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10434 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10435 Use make-local-variable instead of make-variable-buffer-local.
10436 Suggested by Stefan Monnier.
10437
10438 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10439 (viper-comint-mode-hook): Use make-local-variable on
10440 require-final-newline.
10441 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10442
10443 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10446 also the second char of a comment-start sequence.
10447 (scheme-sexp-comment-syntax-table): New var.
10448 (lambda, define): Set their scheme-doc-string-elt property.
10449 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10450 Use lisp-font-lock-syntactic-face-function now that it properly
10451 handles |...| symbols.
10452 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10453 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10454
10455 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10456 bit from # to |.
10457 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10458
10459 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10460 (lisp-doc-string-elt-property): New var.
10461 (lisp-font-lock-syntactic-face-function): Use it.
10462 Rewrite to recognize docstrings even for forms not at toplevel.
10463
10464 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10465 annotation on the | part of #| rather than on the # part.
10466 (scheme-font-lock-syntactic-face-function): New function, to
10467 distinguish strings from |...| symbols.
10468 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10469 syntax-table so that #|...|# is properly highlighted.
10470
10471 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10472 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10473
10474 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10477 and C-e.
10478
10479 * emacs-lisp/eldoc.el: Move comments into docstrings.
10480 (eldoc-message-commands): Initialize in its declaration.
10481 Add move-beginning-of-line and move-end-of-line.
10482 (eldoc-add-command, eldoc-add-command-completions)
10483 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10484
10485 * outline.el (outline-mark-subtree): Activate the mark.
10486
10487 * calendar/appt.el (appt-time-regexp): New var.
10488 (appt-add, appt-make-list): Use it.
10489 (appt-convert-time): Clean up.
10490
10491 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10492 Don't set any syntax-table property here.
10493 (tex-font-lock-verb): New function. Do it here.
10494 (tex-font-lock-syntactic-keywords): Use it.
10495
10496 2005-10-04 Richard M. Stallman <rms@gnu.org>
10497
10498 * wid-edit.el (widget-file-complete): Get the widget start point
10499 the right way. Default directory to `/' if file has none.
10500
10501 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10502
10503 * textmodes/flyspell.el (flyspell-mode-on):
10504 Call ispell-maybe-find-aspell-dictionaries.
10505
10506 * textmodes/ispell.el (ispell-word, ispell-region):
10507 Call ispell-maybe-find-aspell-dictionaries.
10508 (ispell-accept-buffer-local-defs):
10509 Don't call ispell-maybe-find-aspell-dictionaries
10510
10511 2005-10-04 Richard M. Stallman <rms@gnu.org>
10512
10513 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10514
10515 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10516
10517 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10518 instead of `fboundp' in order to allow for anonymous functions.
10519
10520 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10521
10522 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10523 case the user clicks on the link while another window is selected.
10524 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10525
10526 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10527 functionality.
10528 (dframe-help-echo): Save point in case mouse tracking is off.
10529
10530 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10531
10532 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10533
10534 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10537 not change the global value of those vars.
10538
10539 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10540 make-local-variable which we do not need any more.
10541
10542 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10543
10544 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10545 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10546 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10547 (speedbar-path-line): Define obsolete aliases.
10548 (speedbar-line-directory): Doc fix.
10549
10550 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10551 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10552 instead of speedbar-line-path.
10553
10554 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10555
10556 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10557 to nil if dropping on a window. Handle dropping on a minibuffer window
10558 like dropping on a non-window part of Emacs.
10559
10560 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * net/ange-ftp.el: Use with-current-buffer.
10563 (ange-ftp-insert-directory): Do not follow symlinks any more.
10564
10565 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10566 Remove interactive spec.
10567
10568 2005-10-03 Kim F. Storm <storm@cua.dk>
10569
10570 * ido.el (ido-mode): Use custom-initialize-set.
10571
10572 2005-10-02 Richard M. Stallman <rms@gnu.org>
10573
10574 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10575 Use insert-buffer-substring.
10576
10577 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10578 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10579
10580 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10583 in last change.
10584 (ange-ftp-insert-directory): Fix up the search for the case where
10585 `file' is absolute.
10586
10587 2005-10-02 Romain Francoise <romain@orebokech.com>
10588
10589 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10590
10591 2005-10-02 Andreas Schwab <schwab@suse.de>
10592
10593 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10594 directory component in the session info.
10595
10596 2005-10-01 Richard M. Stallman <rms@gnu.org>
10597
10598 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10599
10600 * simple.el (next-error-internal): New function.
10601
10602 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10603 (compilation-start): Pass new arg to compilation-buffer-name.
10604 (compile-goto-error): Use next-error-internal.
10605
10606 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10607
10608 * speedbar.el: Remove RCS tag.
10609 (speedbar-check-read-only): Handle non-existent files.
10610
10611 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10612
10613 * info.el (Info-speedbar-hierarchy-buttons)
10614 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10615
10616 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10617
10618 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10619 Do not match newline.
10620 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10621 (bibtex-summary): Remove unnecessary save-excursion.
10622 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10623
10624 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10625
10626 * term/mac-win.el: Add charset info for "iso10646-1".
10627 Modify default fontset to use ATSUI-compatible fonts for some charsets
10628 if available.
10629
10630 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * speedbar.el: Re-apply arch tag.
10633 (speedbar-version): Rename to version 1.0. Suggested by Eric
10634 M. Ludlam.
10635 Reapply two changes from Emacs CVS' version of speedbar lost
10636 during the merge:
10637 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10638 (speedbar-frame-parameters): Improve customize type.
10639
10640 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10643 (ange-ftp-file-directory-p): Fix the symlink case.
10644 (ange-ftp-insert-directory): When listing a single file, get a list of
10645 the parent buffer and extract the relevant line. Inspired from a patch
10646 by Katsumi Yamaoka <yamaoka@jpl.org>.
10647 (ange-ftp-file-name-sans-versions): Simplify.
10648
10649 2005-09-30 Bill Wohler <wohler@newt.com>
10650
10651 Move MH-E image files from toolbar and mail directories into
10652 etc/images.
10653
10654 * mail/reply2.*: Move to etc/images/mail/reply*.
10655
10656 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10657 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10658 etc/images.
10659
10660 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10661 * toolbar/reply*: Move to etc/images/mail.
10662
10663 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10664
10665 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10666
10667 * speedbar.el: New version 1.0pre3.
10668
10669 Frame management code (including timer, and mouse click specifics)
10670 moved to dframe.el:
10671 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10672 (speedbar-timer): Removed. Use dframe-timer.
10673 (speedbar-close-frame): Removed. Use dframe-close-frame.
10674 (speedbar-activity-change-focus-flag): Removed. Use
10675 dframe-activity-change-focus-flag.
10676 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10677 dframe-update-speed.
10678
10679 (speedbar-current-frame): New macro. Use this instead of the
10680 variable speedbar-frame.
10681
10682 (speedbar-use-images, speedbar-expand-image-button-alist)
10683 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10684
10685 (speedbar-find-image-on-load-path): Removed. Replaced by
10686 defezimage in ezimage.el.
10687 (speedbar-expand-image-button-alist): Removed. Replaced by
10688 ezimage-expand-image-button-alist in ezimage.el.
10689
10690 (speedbar-ignored-directory-regexp)
10691 (speedbar-add-ignored-directory-regexp)
10692 (speedbar-ignored-directory-expressions)
10693 (speedbar-line-directory, speedbar-buffers-line-directory)
10694 (speedbar-directory-line, speedbar-buffers-line-directory):
10695 Renamed, replacing `path' with `directory'.
10696
10697 (speedbar-create-directory, speedbar-expand-line-descendants)
10698 (speedbar-toggle-line-expansion)
10699 (speedbar-contract-line-descendants): New commands.
10700
10701 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10702 (speedbar-use-tool-tips-flag): New options.
10703
10704 (speedbar-check-read-only, speedbar-require-version)
10705 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10706 (speedbar-handle-delete-frame, speedbar-try-completion)
10707 (speedbar-update-localized-contents): New functions.
10708
10709 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10710 (speedbar-object-read-only-indicator): New variables.
10711
10712 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10713 New hooks.
10714
10715 (speedbar-separator-face): New face.
10716
10717 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10718 (speedbar-ignored-modes): Add fundamental-mode.
10719 (speedbar-directory-unshown-regexp): Add . directories.
10720
10721 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10722 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10723 `]' for full expand/close.
10724 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10725
10726 (speedbar-check-vc): Support hidden files.
10727 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10728 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10729 state is nil, it is not checked out.
10730
10731 (speedbar-line-text, speedbar-line-token): Support expand buttons
10732 with no text.
10733 (speedbar-refresh): Universal argument acts as power-click.
10734 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10735 that buffer to get variable values.
10736
10737 And many other bugfixes.
10738
10739 * dframe.el, ezimage.el, sb-image.el: New files.
10740
10741 * sb-*.xpm: Remove files. New image files installed into
10742 etc/images/ezimage.
10743
10744 2005-09-30 Kenichi Handa <handa@m17n.org>
10745
10746 * ps-mule.el (ps-mule-show-warning): If a character is in
10747 ps-print-translation-table, don't treat it as non-printable.
10748
10749 2005-09-30 David Ponce <david@dponce.com>
10750
10751 * tree-widget.el (tree-widget-themes-load-path): New variable.
10752 (tree-widget-themes-directory): Doc fix.
10753 (tree-widget-image-formats) [Emacs]: Doc fix.
10754 (tree-widget--locate-sub-directory): New function.
10755 (tree-widget-themes-directory): Use it.
10756
10757 * recentf.el (recentf-filename-handlers): Rename from
10758 `recentf-filename-handler'. Allow a list of functions.
10759 (recentf-menu-items-for-commands): Fix :help strings.
10760 (recentf-apply-filename-handlers): New function.
10761 (recentf-expand-file-name): Use it.
10762 (recentf-cleanup): Remove duplicates too.
10763
10764 2005-09-29 Juri Linkov <juri@jurta.org>
10765
10766 * faces.el: Rearrange face definitions to be in the same order as
10767 their face descriptions in "(emacs)Standard Faces".
10768
10769 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10770
10771 * tooltip.el (tooltip): Add group `basic-faces'.
10772
10773 * buff-menu.el (Buffer-menu-buffer): Remove group
10774 `font-lock-highlighting-faces'.
10775
10776 * progmodes/compile.el (compilation-error, compilation-warning)
10777 (compilation-info, compilation-line-number, compilation-column-number):
10778 Change group from `font-lock-highlighting-faces' to `compilation'.
10779
10780 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10781 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10782 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10783 (vhdl-font-lock-reserved-words-face)
10784 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10785 `font-lock-highlighting-faces'.
10786
10787 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10788
10789 2005-09-28 Kim F. Storm <storm@cua.dk>
10790
10791 * emulation/cua-base.el: Set CUA move property on additional commands:
10792 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10793 forward-sexp, backward-sexp, forward-list, backward-list.
10794
10795 2005-09-28 Romain Francoise <romain@orebokech.com>
10796
10797 * comint.el (comint-show-output): Really set point at the
10798 beginning of the output when not using `comint-use-prompt-regexp'.
10799
10800 2005-09-27 Jay Belanger <belanger@truman.edu>
10801
10802 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10803 in TeX mode.
10804
10805 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10806
10807 * textmodes/org.el (org-table-sum): Fix format string.
10808
10809 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10810 Quote face names.
10811
10812 2005-09-26 Romain Francoise <romain@orebokech.com>
10813
10814 * isearch.el (isearch-forward-regexp): Close doc string.
10815
10816 2005-09-25 Richard M. Stallman <rms@gnu.org>
10817
10818 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10819
10820 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10821
10822 * progmodes/compile.el (compilation-error-properties):
10823 When getting the file from the previous error message,
10824 correctly decode the new data format.
10825
10826 * progmodes/cc-cmds.el (c-electric-paren):
10827 Call old-blink-paren only for close-paren.
10828
10829 2005-09-24 Andreas Schwab <schwab@suse.de>
10830
10831 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10832 condition.
10833
10834 2005-09-25 Romain Francoise <romain@orebokech.com>
10835
10836 * dired-aux.el (dired-copy-file-recursive):
10837 * dired.el (dired-delete-file):
10838 * ediff-mult.el (ediff-dir-diff-copy-file):
10839 * ediff-util.el (ediff-test-save-region):
10840 * forms.el (forms-mode):
10841 * ido.el (ido-file-internal, ido-delete-file-at-head):
10842 * log-edit.el (log-edit-done):
10843 * ses.el (ses-yank-resize):
10844 * play/gomoku.el (gomoku-human-plays, gomoku)
10845 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10846 (gomoku-offer-a-draw):
10847 * play/landmark.el (lm-human-resigns, lm):
10848 * net/eudcb-ldap.el (eudc-ldap-check-base):
10849 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10850 * progmodes/ebrowse.el (ebrowse-find-pattern):
10851 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10852 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10853 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10854
10855 * vc.el (vc-delete-file):
10856 * play/gomoku.el (gomoku-terminate-game, gomoku)
10857 (gomoku-prompt-for-move, gomoku-human-takes-back):
10858 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10859 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10860
10861 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10862
10863 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10864 color rxvt terminals by using the code xterm.el used to use before
10865 2005-04-09 in order to match the colors used by rxvt.
10866
10867 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10868
10869 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10870 colors rxvt-unicode terminals by using the same code as xterm.el.
10871
10872 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10875 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10876 new symbol used for the tex-verbatim face.
10877
10878 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10879
10880 * woman.el (woman-file-name):
10881 * wid-edit.el (widget-file-prompt-value)
10882 (widget-coding-system-prompt-value):
10883 * w32-fns.el (set-w32-system-coding-system):
10884 * vc.el (vc-version-diff, vc-annotate):
10885 * textmodes/reftex-auc.el (reftex-arg-cite)
10886 (reftex-arg-index-tag):
10887 * textmodes/refer.el (refer-get-bib-files):
10888 * textmodes/artist.el (artist-figlet-choose-font):
10889 * terminal.el (terminal-emulator):
10890 * replace.el (occur-read-primary-args):
10891 * rect.el (string-rectangle, string-insert-rectangle):
10892 * ps-print.el (ps-print-preprint):
10893 * progmodes/pascal.el (pascal-goto-defun):
10894 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10895 * progmodes/compile.el (compilation-find-file):
10896 * printing.el (pr-interactive-n-up):
10897 * play/animate.el (animate-birthday-present):
10898 * net/rcompile.el (remote-compile):
10899 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10900 * mail/rmailsum.el (rmail-summary-search-backward)
10901 (rmail-summary-search):
10902 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10903 (rmail-output-read-file-name):
10904 * mail/rmail.el (rmail-search, rmail-search-backwards):
10905 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10906 * locate.el (locate):
10907 * international/quail.el (quail-show-keyboard-layout):
10908 * international/mule.el (set-buffer-file-coding-system)
10909 (revert-buffer-with-coding-system, set-file-name-coding-system)
10910 (set-terminal-coding-system, set-keyboard-coding-system)
10911 (set-next-selection-coding-system):
10912 * international/mule-diag.el (describe-coding-system)
10913 (describe-font, describe-fontset):
10914 * international/mule-cmds.el (universal-coding-system-argument)
10915 (search-unencodable-char, describe-input-method)
10916 (set-language-environment, describe-language-environment):
10917 * international/codepage.el (codepage-setup):
10918 * international/code-pages.el (codepage-setup):
10919 * info.el (Info-search, Info-follow-reference)
10920 (Info-search-backward):
10921 * emacs-lisp/advice.el (ad-read-advised-function)
10922 (ad-read-advice-class, ad-clear-cache, ad-activate)
10923 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10924 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10925 (ad-read-regexp):
10926 * ediff-util.el (ediff-toggle-regexp-match):
10927 * ediff-ptch.el (ediff-prompt-for-patch-file):
10928 * dired-aux.el (dired-diff):
10929 * diff.el (diff):
10930 * cus-edit.el (custom-variable-prompt):
10931 * calendar/timeclock.el (timeclock-ask-for-project):
10932 * calc/calcalg3.el (calc-get-fit-variables):
10933 * calc/calc-store.el (calc-edit-variable)
10934 (calc-permanent-variable):
10935 * vc-mcvs.el (vc-mcvs-register):
10936 * shadowfile.el (shadow-define-literal-group):
10937 * woman.el (woman-file-name):
10938 * vc.el (vc-version-diff, vc-merge):
10939 * textmodes/reftex-index.el (reftex-index-complete-tag):
10940 * format.el (format-decode-buffer, format-decode-region):
10941 * emulation/viper-cmd.el (viper-read-string-with-history):
10942 * emacs-lisp/debug.el (cancel-debug-on-entry):
10943 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10944 * ediff.el (ediff-merge-revisions)
10945 (ediff-merge-revisions-with-ancestor, ediff-revision):
10946 * completion.el (interactive-completion-string-reader):
10947 * calc/calc-prog.el (calc-user-define-formula):
10948 Follow convention for reading with the minibuffer.
10949
10950 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10951
10952 * progmodes/python.el (python-describe-symbol): Add globals() and
10953 locals() to the arguments of emacs.ehelp.
10954
10955 2005-09-24 Magnus Henoch <mange@freemail.hu>
10956
10957 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10958 New function, code extracted from ispell-valid-dictionary-list.
10959 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10960 Call it.
10961
10962 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10963
10964 * subr.el (version-regexp-alist): Extend valid syntax for version
10965 strings: allow any of the characters -,_,+ to separate the
10966 alpha/beta/rc part from the version part. Doc fix.
10967 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10968
10969 2005-09-23 David Reitter <david.reitter@gmail.com>
10970
10971 * mail/mailclient.el: New file.
10972
10973 2005-09-23 Richard M. Stallman <rms@gnu.org>
10974
10975 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10976 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10977 Doc fixes.
10978
10979 * progmodes/cc-mode.el (c-font-lock-init):
10980 Specify font-lock-lines-before.
10981
10982 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10985 whole conflict.
10986
10987 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10988
10989 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10990 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10991 of `remap' feature when available. Additional key bindings for
10992 better tty support.
10993 (org-mode-restart, org-force-self-insert): New commands.
10994 (org-time-stamp-inactive): New command.
10995 (org-remap): New function.
10996 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10997 (org-enable-fixed-width-editor): Move to `org-structure'
10998 customization group.
10999 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11000 blank field after field motion commands.
11001
11002 2005-09-23 Kenichi Handa <handa@m17n.org>
11003
11004 * international/mule-cmds.el (set-language-environment):
11005 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11006 have to call utf-translate-cjk-load-tables.
11007
11008 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * mouse.el (mouse-move-drag-overlay): Fix last change.
11011
11012 2005-09-22 David Ponce <david@dponce.com>
11013
11014 * tree-widget.el (tree-widget-value-create): Fix previous change.
11015
11016 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11017
11018 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11019
11020 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * mouse.el (mouse-move-drag-overlay): New function.
11023 (mouse-drag-region-1): Use it.
11024 Try to simplify a bit the state handling. Handle clicks on links
11025 inside intangible areas.
11026 (mouse-save-then-kill): Minor simplification.
11027 (mouse-secondary-overlay): Make it always non-nil instead of
11028 recreating it each time.
11029 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11030 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11031 Simplify accordingly.
11032
11033 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11034
11035 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11036
11037 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11038
11039 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11040 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11041 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11042 to patch.
11043
11044 * ediff-util.el: Use insert-buffer-substring.
11045
11046 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11047
11048 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11049 field boundaries in the minibuffer.
11050 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11051 (viper-minibuffer-post-command-hook): New hook.
11052 (viper-line): Don't move cursor at bolp.
11053
11054 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11055
11056 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11057 avoid compiler warnings.
11058
11059 * emulation/viper-macs.el (ex-map): Better messages.
11060
11061 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11062
11063 * emulation/viper.el: Replace make-variable-buffer-local with
11064 viper-make-variable-buffer-local everywhere, to avoid warnings.
11065
11066 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11069 Delete unused var `old-selected-window'.
11070 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11071 (mouse-drag-secondary): Delete unused var `start-frame'.
11072
11073 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11074
11075 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11076
11077 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11080 Re-indent within 80 columns. Use inhibit-read-only.
11081
11082 2005-09-19 Romain Francoise <romain@orebokech.com>
11083
11084 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11085
11086 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11089 unconditionally, since the after-change-function already did it.
11090
11091 2005-09-19 Miles Bader <miles@gnu.org>
11092
11093 * net/newsticker.el: Get rid of CVS keyword.
11094
11095 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11096
11097 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11098 The prompt is formatted later.
11099
11100 2005-09-19 David Ponce <david@dponce.com>
11101
11102 * tree-widget.el (tree-widget-value-create): Save the converted
11103 tree :node widget.
11104
11105 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11106
11107 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11108 variable `message'.
11109
11110 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11111
11112 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11113 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11114 <slawomir.nowaczyk.847@student.lu.se>.
11115
11116 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * image.el (image-load-path): Use symbol `data-directory' instead
11119 of its value, for backward compatibility with packages that bind
11120 it during `find-image'. Suggested by Katsumi Yamaoka.
11121 (image-search-load-path): Handle symbols whose values are strings.
11122
11123 2005-09-18 Romain Francoise <romain@orebokech.com>
11124
11125 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11126 with-current-buffer form in save-excursion.
11127
11128 2005-09-18 D Goel <deego@gnufans.org>
11129
11130 * apropos.el (apropos-command): Fix `message' call: first arg
11131 should be a format spec. In this and all other cases that appear
11132 below and elsewhere in the source code, I made a change only when
11133 two conditions were satisfied: [1] I can think of a possibility
11134 that the arguments would cause an error, for example, the code in
11135 question relies on external variables such as filenames. [2] I
11136 was sure that the arg to `message' could not have been nil in the code.
11137
11138 * textmodes/tildify.el (tildify-region): Ditto.
11139
11140 * textmodes/reftex-index.el (reftex-index-change-entry)
11141 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11142 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11143 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11144 (org-priority, org-table-sum):
11145 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11146 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11147 (flyspell-word, flyspell-display-next-corrections):
11148 * textmodes/bibtex.el (bibtex-print-help-message):
11149 * textmodes/artist.el (artist-key-set-point-poly):
11150 * term/mac-win.el (mac-services-insert-text):
11151 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11152 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11153 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11154 (vhdl-compose-configuration):
11155 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11156 (sh-set-indent, sh-learn-line-indent):
11157 * progmodes/ps-mode.el (ps-mode-target-column):
11158 * progmodes/idlwave.el (idlwave-make-tags)
11159 (idlwave-scan-library-catalogs):
11160 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11161 * progmodes/gud.el (gud-jdb-analyze-source):
11162 * progmodes/flymake.el (flymake-log):
11163 * progmodes/ebnf2ps.el (ebnf-generate-region):
11164 * progmodes/cmacexp.el (c-macro-expansion):
11165 * progmodes/ada-xref.el (ada-treat-cmd-string):
11166 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11167 (ada-justified-indent-current, ada-batch-reformat):
11168 * play/zone.el (zone):
11169 * play/landmark.el (lm-move):
11170 * play/decipher.el (decipher-show-alphabet):
11171 * net/newsticker.el (newsticker--display-jump)
11172 (newsticker--display-scroll):
11173 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11174 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11175 * mail/feedmail.el (feedmail-dump-message-to-queue):
11176 * eshell/esh-proc.el (eshell-remove-process-entry):
11177 * emulation/ws-mode.el (ws-last-error):
11178 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11179 (viper-record-kbd-macro):
11180 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11181 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11182 * emacs-lisp/find-func.el (find-function-noselect):
11183 * calendar/timeclock.el (timeclock-status-string)
11184 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11185 (timeclock-when-to-leave-string):
11186 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11187 * calc/calc-units.el (calc-enter-units-table):
11188 * calc/calc-mode.el (calc-mode-record-mode):
11189 * woman.el (woman-mini-help):
11190 * wdired.el (wdired-change-to-wdired-mode):
11191 * vc.el (vc-retrieve-snapshot):
11192 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11193 * startup.el (display-startup-echo-area-message):
11194 * simple.el (set-goal-column):
11195 * ses.el (ses-command-hook, ses-recalculate-cell):
11196 * server.el (server-process-filter):
11197 * printing.el (pr-interface-txt-print, pr-interface-printify)
11198 (pr-interface-ps):
11199 * pcvs.el (cvs-help):
11200 * log-edit.el (log-edit, log-edit-mode-help):
11201 * iswitchb.el (iswitchb-possible-new-buffer):
11202 * isearch.el (isearch-edit-string):
11203 * image-mode.el (image-mode, image-minor-mode):
11204 * ibuf-macs.el (define-ibuffer-filter):
11205 * hi-lock.el (hi-lock-find-patterns):
11206 * files.el (toggle-read-only):
11207 * ediff-util.el (ediff-copy-diff)
11208 (ediff-write-merge-buffer-and-maybe-kill):
11209 * echistory.el (Electric-history-undefined):
11210 * dnd.el (dnd-insert-text):
11211 * dired-aux.el (dired-query):
11212 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11213 * bookmark.el (bookmark-bmenu-locate):
11214 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11215 Fix `message' calls to ensure first arg is a format string.
11216 The change was made only when these two conditions were satisfied:
11217 [1] when there is a possibility that the arguments would cause an error
11218 for example, if the code in question relies on external variables
11219 such as filenames, and
11220 [2] if the arg to `message' could not have been nil in the code.
11221
11222 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11223 Not having a %s would be weird, though not technically wrong.
11224
11225 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11226
11227 * term/mac-win.el (mac-add-charset-info): Doc fix.
11228
11229 2005-09-17 Romain Francoise <romain@orebokech.com>
11230
11231 * shell.el (shell-resync-dirs): Handle echoing processes more
11232 reliably. Don't insert resync command if `comint-process-echoes'
11233 is non-nil.
11234
11235 2005-09-17 Magnus Henoch <mange@freemail.hu>
11236
11237 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11238 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11239 aspell versions >= 0.60.
11240 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11241 only if ispell-aspell-supports-utf8 is non-nil.
11242
11243 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11244
11245 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11246 buffer-local value to lisp-indent-function.
11247
11248 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11249
11250 * progmodes/glasses.el (glasses-make-readable): If
11251 glasses-separator differs from underscore, put appropriate
11252 overlays over underscore characters.
11253 (glasses-convert-to-unreadable): If glasses-separator differs from
11254 underscore, try to convert glasses-separator characters to
11255 underscores.
11256
11257 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11260 Use with-syntax-table and dolist.
11261
11262 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11263
11264 * textmodes/reftex-auc.el:
11265 * textmodes/reftex-cite.el:
11266 * textmodes/reftex-dcr.el:
11267 * textmodes/reftex-global.el:
11268 * textmodes/reftex-parse.el:
11269 * textmodes/reftex-ref.el:
11270 * textmodes/reftex-sel.el:
11271 * textmodes/reftex-toc.el:
11272 * textmodes/reftex-vars.el:
11273 * textmodes/reftex.el: Small changes to remove compiler warnings.
11274
11275 * textmodes/reftex-index.el: Likewise.
11276 (reftex-query-index-phrase): More efficient use of markers.
11277
11278 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11279
11280 * image.el (image-load-path): New variable.
11281 (image-search-load-path): New function.
11282 (find-image): Search for images in `image-load-path'.
11283
11284 2005-09-15 Richard M. Stallman <rms@gnu.org>
11285
11286 * follow.el: Change Maintainer field.
11287
11288 2005-09-15 David Ponce <david@dponce.com>
11289
11290 * recentf.el (recentf-save-file-modes): New option.
11291 (recentf-save-list): Use it.
11292
11293 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11296 (mode-line-mule-info, mode-line-modified): Move bindings from
11297 mouse-3 to mouse-1.
11298
11299 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11300
11301 * simple.el (sendmail-user-agent-compose): Revert last change.
11302
11303 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11306 Use with-current-buffer.
11307 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11308 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11309 (ange-ftp-insert-directory): Remove unused var `short'.
11310 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11311
11312 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11313 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11314
11315 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11316 (check-calendar-holidays, diary-list-entries): Autoload.
11317 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11318 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11319
11320 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11321 which mistakenly removed a call to display-buffer.
11322
11323 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11324
11325 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11326
11327 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11328
11329 * progmodes/hideshow.el
11330 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11331 (hs-allow-nesting): New user var.
11332 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11333 (hs-hide-block-at-point): When nesting allowed,
11334 if there is already an overlay in place, delete it.
11335 (hs-safety-is-job-n): Delete func; remove call sites.
11336 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11337 (hs-overlay-at): New func.
11338 (hs-already-hidden-p, hs-show-block): Use it.
11339 (hs-hide-all): Don't pre-clean if nesting allowed.
11340 (hs-show-all): Temporarily disallow
11341 nesting around call to `hs-discard-overlays'.
11342
11343 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11344
11345 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11346 Delete unused local var.
11347
11348 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11349
11350 * help-fns.el (describe-categories): "?\ " -> "?\s".
11351 (help-do-arg-highlight): Recognize also ARG-n, as in
11352 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11353
11354 * international/codepage.el (dos-unsupported-char-glyph):
11355 * net/newsticker.el (tool-bar-map, w3-mode-map)
11356 (w3m-minor-mode-map):
11357 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11358 (ent-alist):
11359 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11360
11361 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * custom.el (custom-push-theme): Handle the case where a symbol is
11364 bound but face properties have not yet been assigned.
11365
11366 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11367 Fix behavior if noerase is `t' and there is no mail buffer.
11368
11369 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11370 if `continue' is nil, rather than signal an error.
11371
11372 2005-09-12 Richard M. Stallman <rms@gnu.org>
11373
11374 * font-lock.el (font-lock-keywords): Add autoload.
11375
11376 * help-fns.el (describe-variable): Rearrange to put source link
11377 in a predictable place.
11378
11379 * net/newsticker.el: New file.
11380
11381 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11384 (calendar-basic-setup): Use the new nil arg.
11385 (number-of-diary-entries): Move to diary-lib.el.
11386
11387 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11388 (diary-list-entries): Use with-syntax-table and dolist.
11389 Rename from list-diary-entries.
11390 Use number-of-diary-entries if `number' is nil.
11391 (diary, diary-view-entries): Use this new name and new nil arg value.
11392 (number-of-diary-entries): Move from calendar.el.
11393 (diary-unhide-everything): New function.
11394 (include-other-diary-files, fancy-diary-display)
11395 (diary-show-all-entries, make-diary-entry): Use it.
11396 (diary-mail-entries): Use buffer-string.
11397 (mark-diary-entries): Fix long standing paren typo.
11398 (diary-sexp-entry): Use count-lines.
11399 (make-diary-entry): Avoid `previous-line'.
11400 (diary-mode-map): New var.
11401 (diary-mode): Redraw cal after saving. Setup header-line.
11402 (fancy-diary-display-mode): Use local-set-key.
11403
11404 * startup.el (command-line): Try calling various terminal-init-foo-bar
11405 functions by stripping hyphenated suffixes from $TERM.
11406
11407 * files.el (normal-mode): Check boundness of font-lock-keywords.
11408
11409 2005-09-12 Richard M. Stallman <rms@gnu.org>
11410
11411 * progmodes/compile.el: Don't decide a file's directory
11412 until the user actually tries to go there.
11413 (compilation-next-error-function):
11414 Pass compilation-find-file the directory from the file-struct.
11415 (compilation-internal-error-properties): Separate local FILE-STRUCT
11416 from FILE. Doc the args better. Rename arg FMT to FMTS.
11417 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11418 Expand it, and if nil, use default-directory.
11419 (compilation-get-file-structure): Don't mix specified directory
11420 with default directory. Put specified directory into
11421 file-struct. Don't make the file name absolute.
11422
11423 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11424 (compile-command): Add autoload.
11425 (compilation-disable-input): Add autoload.
11426
11427 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11428
11429 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11430 strings of the variables it can override.
11431 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11432 %Q and %q, for fully-qualified domain name and unqualified host name.
11433
11434 2005-09-11 Kim F. Storm <storm@cua.dk>
11435
11436 * emacs-lisp/authors.el (authors-aliases): Update list.
11437 (authors-fixed-entries): Update mldrag.el entry.
11438
11439 2005-09-10 Alan Mackenzie <acm@muc.de>
11440
11441 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11442 from the region narrowed to.
11443
11444 2005-09-10 Magnus Henoch <mange@freemail.hu>
11445
11446 * textmodes/ispell.el (ispell-check-version): Signal an error if
11447 aspell version is less than 0.60.
11448
11449 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11450
11451 * progmodes/octave-inf.el (inferior-octave-startup):
11452 Resync current dir at the end.
11453
11454 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11455
11456 * woman.el (woman-topic-at-point-default):
11457 Rename to woman-use-topic-at-point-default.
11458 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11459 (woman-file-name): Reflect renames above. Automatically use the
11460 word at point as topic if woman-use-topic-at-point is non-nil.
11461 Otherwise offer it as default but don't insert it in the
11462 minibuffer. Also use `test-completion' instead of `assoc' as
11463 suggested by Stefan Monnier.
11464
11465 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11466
11467 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11468 the attempt to do it over Tramp. This is not yet supported.
11469
11470 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11471
11472 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11473 (menu-bar-non-minibuffer-window-p): New functions.
11474 ("Split Window", "Save As..."): Use them.
11475 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11476 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11477 Use menu-bar-menu-frame-live-and-visible-p.
11478 ("Save Buffer", "Insert File", "Open Directory...")
11479 ("Open File...", "Visit New File..."):
11480 Use menu-bar-non-minibuffer-window-p.
11481 (kill-this-buffer-enabled-p, dired <menu-enable>):
11482 Use menu-bar-non-minibuffer-window-p.
11483
11484 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11485
11486 * cus-start.el (all): Don't complain about fringe-related
11487 built-ins if fringes are not supported. Ditto about
11488 selection-related built-ins. Fix the test for GTK-related built-ins.
11489
11490 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11491 ("Postscript Print Buffer", "Print Region", "Save As...")
11492 ("Save", "Insert File...", "Open Directory...")
11493 ("Open File...", "Visit New File..."")
11494 ("Truncate Long Lines in this Buffer"): Don't look at
11495 menu-updating-frame if this display does not support multiple frames.
11496
11497 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11498
11499 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11500
11501 2005-09-09 Emilio Lopes <eclig@gmx.net>
11502
11503 * woman.el: Format- and whitespace-related changes.
11504
11505 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11506
11507 * woman.el: Fix my email address.
11508
11509 2005-09-08 Richard M. Stallman <rms@gnu.org>
11510
11511 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11512 (sh-mode): Locally set skeleton-pair-default-alist.
11513
11514 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11515
11516 * progmodes/flymake.el: Require `compile' unconditionally.
11517
11518 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11519
11520 * woman.el (woman-file-name): Provide a default, not initial input.
11521
11522 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11523
11524 * font-lock.el (font-lock-support-mode): Doc fix.
11525
11526 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11527
11528 2005-09-08 Richard M. Stallman <rms@gnu.org>
11529
11530 * simple.el (blink-matching-open): Get rid of text props from
11531 the string shown in echo area. Don't permanently set point.
11532 Some rearrangements.
11533
11534 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11535
11536 * recentf.el (recentf-filename-handler): Add custom choice
11537 `abbreviate-file-name'.
11538
11539 * msb.el (msb--very-many-menus): Fix typo.
11540
11541 * disp-table.el (standard-display-european): Don't set
11542 enable-multibyte-characters to nil.
11543
11544 2005-09-08 David Ponce <david@dponce.com>
11545
11546 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11547 (recentf-expand-file-name): Doc fix.
11548 (recentf-dialog-mode-map): Define digit shortcuts.
11549 (recentf--files-with-key): New variable.
11550 (recentf-show-digit-shortcut-filter): New function.
11551 (recentf-open-files-items): New function.
11552 (recentf-open-files): Use it.
11553 (recentf-open-file-with-key): New command.
11554
11555 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11556
11557 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11558 Suggested by Kim F. Storm.
11559 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11560 (Buffer-menu-make-sort-button): Use global keymap.
11561
11562 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11565 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11566 necessary any longer with the remapped command.
11567 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11568 formatting time only.
11569
11570 * net/tramp.el (tramp-action-password)
11571 (tramp-multi-action-password): Compile the password prompt from
11572 `method', `user' and `host'. Sometimes it isn't obvious which
11573 password to enter, for example with remote files offered by
11574 recentf.el, or with multiple steps. Suggested by Robert Marshall
11575 <robert@chezmarshall.freeserve.co.uk>.
11576
11577 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11580 Fix regexp for when "s///" is at the beginning of line.
11581
11582 2005-09-07 Jay Belanger <belanger@truman.edu>
11583
11584 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11585 when in matrix mode.
11586
11587 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11590 non-anonymous functions.
11591
11592 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11593
11594 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11595 when using a header line. Otherwise, use mouse-1-click-follows-link.
11596
11597 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11598 can't be moved; don't signal an error.
11599
11600 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11601
11602 * cus-theme.el (custom-theme-write-faces): Save the current face
11603 spec, not the defface spec.
11604
11605 * custom.el (custom-known-themes): Clarify meaning of "standard".
11606 (custom-push-theme): Save old values in the standard theme.
11607 (disable-theme): Correct typo.
11608 (custom-face-theme-value) Deleted unused function.
11609 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11610
11611 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * progmodes/compile.el (compilation-goto-locus): Take into account
11614 iconified frames when determining whether the buffer is
11615 already visible.
11616 Don't reset window height if the window already existed.
11617
11618 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11619
11620 * custom.el (load-theme): Rename from require-theme.
11621 Add interactive spec.
11622 (enable-theme): Rename from custom-enable-theme.
11623 Add interactive spec.
11624 (disable-theme): Rename from custom-disable-theme.
11625 Add interactive spec.
11626 (custom-make-theme-feature): Doc fix.
11627 (custom-theme-directory): Doc fix.
11628 (provide-theme): Call enable-theme.
11629
11630 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * obsolete/lazy-lock.el (lazy-lock-mode):
11633 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11634 font-lock-mode if it's off. Print a warning instead.
11635
11636 * progmodes/compile.el (compilation-start): Ignore errors if the
11637 process died before we get to send-eof.
11638
11639 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11640 Undo last change. Enclosing the result in quotes broke things on Unix
11641 since tex-send-command passes it through shell-quote-argument.
11642 (tex-send-command): Pass `file' through convert-standard-filename
11643 when possible.
11644 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11645 info in a transcript.
11646
11647 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11648
11649 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11650 fix compilation warning. Reorder the key definitions to group
11651 together keys emitted by the current version of xterm.
11652
11653 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11654 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11655 Reorder predicates to correct min-color usage.
11656
11657 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11658
11659 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11660 Kill local variables when longlines-mode is turned off.
11661
11662 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11665
11666 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11667
11668 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11669
11670 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11671 (font-lock-lines-before): Change default to being inactive.
11672 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11673 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11674
11675 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11676
11677 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11678 Deactivate temporarily advice if active (not needed for Emacs 22,
11679 but for backwards compatibility).
11680 (tramp-exists-file-name-handler): Rewrite. First implementation
11681 was too simple.
11682 (tramp-advice-make-auto-save-file-name):
11683 Call `tramp-handle-make-auto-save-file-name' (again, just for
11684 backwards compatibility).
11685
11686 2005-08-31 Reto Zimmermann <reto@gnu.org>
11687
11688 * progmodes/vhdl-mode.el
11689 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11690 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11691 (vhdl-set-default-project): New function (easier setting of default).
11692 (vhdl-port-copy): Handle extended identifiers for generics.
11693 (vhdl-compiler-alist): Better description for error message regexp.
11694 (vhdl-make): Query for target, use previous as default.
11695 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11696 (vhdl-font-lock-keywords-2): Fix fontification for record
11697 el. assign.
11698 (vhdl-speedbar-make-subpack-line): Add package body link.
11699 (vhdl-generate-makefile-1): Not include itself as dependency.
11700 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11701 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11702 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11703 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11704 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11705 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11706 (vhdl-import-project): Add string argument for `error'.
11707 (vhdl-compose-configuration)
11708 (vhdl-compose-configuration-architecture): Add configuration
11709 declaration generation.
11710 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11711 (vhdl-trailer-re): Add "record" keyword (better indentation).
11712 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11713 "[^ \t-\"]+".
11714 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11715 (vhdl-testbench-entity-file-name)
11716 (vhdl-testbench-architecture-file-name): Allow separate
11717 customization of testbench file names.
11718 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11719 (vhdl-get-visible-signals): Allow newline within alias declaration.
11720 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11721 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11722 (member-ignore-case): Alias for missing function in XEmacs.
11723 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11724 (vhdl-update-sensitivity-list): Ignore case on read signals.
11725 (vhdl-replace-string): Adjust case only for file names.
11726 (vhdl-update-sensitivity-list): Fix search for read signals.
11727 (vhdl-update-sensitivity-list): Exclude formal parameters.
11728 (vhdl-get-visible-signals): Include aliases of signals.
11729 (vhdl-get-visible-signals): Fix signal name searching.
11730 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11731 (vhdl-fixup-whitespace-region): Fix for character
11732 literals (e.g. `:').
11733
11734 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * ansi-color.el (comint-last-output-start):
11737 * bs.el (font-lock-verbose):
11738 * diff-mode.el (add-log-buffer-file-name-function):
11739 * dired-x.el (vm-folder-directory):
11740 * faces.el (help-xref-stack-item):
11741 * files.el (font-lock-keywords):
11742 * find-lisp.el (dired-buffers, dired-subdir-alist):
11743 * ido.el (cua-inhibit-cua-keys):
11744 * log-view.el (cvs-minor-wrap-function):
11745 * outline.el (font-lock-warning-face):
11746 * simple.el (compilation-current-error):
11747 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11748 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11749 * tooltip.el (comint-prompt-regexp):
11750 * w32-fns.el (explicit-shell-file-name):
11751 * term/mac-win.el (mac-charset-info-alist)
11752 (mac-services-selection, mac-system-script-code):
11753 * term/tty-colors.el (msdos-color-values):
11754 * term/w32-win.el (xlfd-regexp-registry-subnum):
11755 * term/x-win.el (x-keysym-table, x-selection-timeout)
11756 (x-session-id, x-session-previous-id):
11757 * textmodes/ispell.el (mail-yank-prefix):
11758 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11759 * textmodes/org.el (calc-embedded-close-formula)
11760 (calc-embedded-open-formula)
11761 (font-lock-unfontify-region-function):
11762 * textmodes/reftex-global.el (isearch-next-buffer-function)
11763 (TeX-master):
11764 * textmodes/reftex.el (font-lock-keywords):
11765 * textmodes/tex-mode.el (font-lock-comment-face)
11766 (font-lock-doc-face):
11767 * textmodes/texinfo.el (outline-heading-alist):
11768 Add defvars.
11769
11770 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11771 (artist-spray-chars, artist-mode-init, artist-replace-string)
11772 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11773 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11774 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11775
11776 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11777 (conf-align-assignments): "?\ " -> "?\s".
11778
11779 * textmodes/reftex-index.el (TeX-master): Add defvar.
11780 (reftex-index-phrases-marker): Move up defvar.
11781
11782 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11783 (reftex-toc-include-labels-indicator)
11784 (reftex-toc-include-index-indicator)
11785 (reftex-toc-max-level-indicator): Move up declarations.
11786
11787 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11788 of args to `tramp-run-real-handler', even if it's empty in this case.
11789
11790 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11791
11792 * dired.el (dired-move-to-filename-regexp): Add date format for
11793 Mac OS X 10.3 in East Asian locales.
11794
11795 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * files.el (make-auto-save-file-name): Add file name handler call
11798 if applicable.
11799
11800 * net/tramp.el (tramp-file-name-handler-alist)
11801 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11802 (tramp-handle-make-auto-save-file-name): Rename from
11803 `tramp-make-auto-save-file-name'.
11804 (tramp-exists-file-name-handler): New defun.
11805 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11806 `make-auto-save-file-name' is not a magic file name operation.
11807
11808 2005-08-30 Richard M. Stallman <rms@gnu.org>
11809
11810 * files.el (risky-local-variable-p):
11811 Match `-predicates' and `-commands.
11812
11813 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11814 (custom-save-all): Visit the file if necessary;
11815 kill the buffer if we created it.
11816 (custom-save-delete): Don't visit file or kill buffer here.
11817
11818 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * textmodes/org.el (org-special-keyword): New face.
11821 (org-table-copy-down, org-table-eval-formula)
11822 (org-table-recalculate, org-init-section-numbers):
11823 Use `string-to-number' instead of `string-to-int'.
11824 (org-get-location): Use `insert-buffer-substring' instead of
11825 `insert-buffer'.
11826 (org-modify-diary-entry-string): New function.
11827 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11828 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11829 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11830 active region.
11831 (org-export-as-html): Handle QUOTE keyword.
11832 (org-quote-string): New option.
11833 (org-bookmark-jump-unhide): New function, used for
11834 `bookmark-after-jump-hook'.
11835 (org-diary-default-entry): Apply only when not called through
11836 `org-agenda'.
11837
11838 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * net/eudc.el (mode-popup-menu):
11841 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11842 * progmodes/ada-mode.el (compile-auto-highlight)
11843 (skeleton-further-elements):
11844 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11845 * progmodes/cmacexp.el (msdos-shells):
11846 * progmodes/compile.el (font-lock-extra-managed-props)
11847 (font-lock-keywords, font-lock-maximum-size)
11848 (font-lock-support-mode):
11849 * progmodes/grep.el (font-lock-lines-before):
11850 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11851 * progmodes/mixal-mode.el (compile-command):
11852 * progmodes/perl-mode.el (font-lock-comment-face)
11853 (font-lock-doc-face, font-lock-string-face):
11854 * progmodes/prolog.el (comint-prompt-regexp):
11855 * progmodes/sh-script.el (font-lock-comment-face)
11856 (font-lock-set-defaults, font-lock-string-face):
11857 * progmodes/sql.el (font-lock-keyword-face)
11858 (font-lock-set-defaults, font-lock-string-face):
11859 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11860 (itimer-version, lazy-lock-defer-contextually)
11861 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11862 Add defvars.
11863
11864 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11865 (cperl-electric-keyword, cperl-electric-pod)
11866 (cperl-electric-backspace, cperl-forward-re)
11867 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11868 (vc-rcs-header, vc-sccs-header): Add defvars.
11869
11870 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11871 (font-lock-syntactic-keywords, gud-find-expr-function):
11872 Add defvars.
11873
11874 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11875 (gdb-frame-parameters): Declare before use.
11876
11877 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11878 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11879 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11880 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11881
11882 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11883 (idlwave-help-with-source): Use `insert-buffer-substring', not
11884 `insert-buffer'.
11885
11886 2005-08-29 Juri Linkov <juri@jurta.org>
11887
11888 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11889 Put outline-back-to-heading function call inside save-excursion.
11890
11891 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11892
11893 * man.el (Man-init-defvars, Man-translate-references)
11894 (Man-support-local-filenames, Man-highlight-references):
11895 * progmodes/sql.el (sql-interactive-mode):
11896 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11897
11898 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11899 (compilation-mode-font-lock-keywords): Add defvars.
11900 (checkdoc-interactive-loop): "?\ " -> "?\s".
11901
11902 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11903 (font-lock-doc-face, font-lock-string-face)
11904 (font-lock-keywords-case-fold-search): Add defvars.
11905 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11906
11907 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11908 Don't pass X and Y (they are ignored anyway).
11909 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11910 (mouse-delete-window): Make arguments optional.
11911
11912 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11913 (caesar-translate-table, minor-modes, news-buffer-save)
11914 (news-group-name, news-minor-modes): Add defvars.
11915
11916 * emacs-lisp/lselect.el (mouse-highlight-priority)
11917 (x-lost-selection-functions, zmacs-regions):
11918 * emacs-lisp/pp.el (font-lock-verbose):
11919 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11920 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11921 (ses-mode-map):
11922 * emacs-lisp/tcover-unsafep.el (safe-functions):
11923 * international/mule-cmds.el (mac-system-coding-system)
11924 (mac-system-locale):
11925 * language/ethio-util.el (rmail-current-message)
11926 (rmail-message-vector):
11927 * language/thai-util.el (thai-auto-composition-mode):
11928 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11929 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11930 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11931 (vm-primary-inbox, vm-spool-files):
11932 * mail/rmail.el (deleted-head, font-lock-fontified)
11933 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11934 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11935 (total-messages):
11936 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11937 (rmail-summary-mode-map):
11938 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11939 (rmail-last-label, rmail-last-multi-labels)
11940 (rmail-summary-vector, rmail-total-messages):
11941 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11942 * mail/rmailsum.el (msgnum):
11943 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11944 (rmail-current-message):
11945 * obsolete/fast-lock.el (font-lock-face-list):
11946 * obsolete/rnewspost.el (mail-reply-buffer):
11947 * obsolete/scribe.el (compile-command):
11948 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11949
11950 2005-08-28 John Paul Wallington <jpw@gnu.org>
11951
11952 * ibuf-ext.el (ibuffer-auto-update-changed):
11953 Use `frame-or-buffer-changed-p' to check whether we need to update.
11954 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11955 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11956 as a `frame-or-buffer-changed-p' state vector instead.
11957
11958 2005-08-27 Romain Francoise <romain@orebokech.com>
11959
11960 * textmodes/makeinfo.el (makeinfo-compile):
11961 Use `compilation-start'. Set `next-error-function' according to
11962 `disable-errors'.
11963 (makeinfo-next-error): New function.
11964 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11965 (makeinfo-buffer): Likewise.
11966
11967 * progmodes/compile.el (compilation-start): Add autoload cookie.
11968
11969 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11970 * textmodes/sgml-mode.el: Likewise.
11971 * progmodes/python.el: Likewise.
11972
11973 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11974
11975 * simple.el (blink-matching-paren-distance): Document the meaning
11976 of nil value, and allow to customize to nil.
11977
11978 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11979 command.com, not command.exe.
11980
11981 2005-08-26 John Wiegley <johnw@newartisans.com>
11982
11983 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11984 code around a bit so that an extraneous nil argument is not added
11985 to a command when no args are given.
11986
11987 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11988 double-quoted argument resolves to nil, return it as an empty
11989 string rather than as nil. This made it impossible to pass "" to
11990 a shell script as a null string argument.
11991
11992 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * outline.el (outline-invent-heading): New fun.
11995 (outline-promote, outline-demote): Use it.
11996 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11997 (outline-end-of-subtree): Remove unused var `opoint'.
11998
11999 2005-08-26 David Reitter <david.reitter@gmail.com>
12000
12001 * menu-bar.el (truncate-lines, write-file, print-buffer)
12002 (ps-print-buffer-faces, ps-print-buffer, split-window):
12003 Disable menu items when the frame they refer to is invisible, or when
12004 they refer to a buffer and the minibuffer is selected.
12005
12006 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12007
12008 * progmodes/flymake.el (flymake-highlight-err-lines):
12009 Use save-excursion around flymake-highlight-line to preserve point.
12010
12011 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12012
12013 * progmodes/octave-mod.el: Change Author and Maintainer address.
12014 (octave-maintainer-address): Change Kurt's email address.
12015 * progmodes/octave-inf.el: Change Author and Maintainer address.
12016 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12017
12018 2005-08-26 Kim F. Storm <storm@cua.dk>
12019
12020 * subr.el (version-list-<, version-list-<=, version-list-=):
12021 Rename from integer-list-*.
12022 (version-list-not-zero): Likewise. Fix while loop.
12023 (version=): Use version-list-= instead of string-equal.
12024
12025 2005-08-26 Richard M. Stallman <rms@gnu.org>
12026
12027 * outline.el (outline-promote): Try shortening the heading.
12028 As last resort, read the heading to use.
12029 (outline-demote): As last resort, read the heading to use.
12030
12031 2005-08-26 Romain Francoise <romain@orebokech.com>
12032
12033 * progmodes/compile.el (compilation-start): Doc fix.
12034
12035 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12036 (antlr-font-lock-additional-keywords): Fix reference to
12037 `antlr-font-lock-literal-regexp' erroneously changed during the
12038 mass face rename.
12039 (antlr-run-tool): Use `compilation-start'.
12040
12041 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12042 instead of the obsolete `compile-internal'.
12043
12044 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12045
12046 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12047 (number, original-date):
12048 * calendar/cal-china.el (date):
12049 * calendar/cal-coptic.el (date):
12050 * calendar/cal-french.el (date):
12051 * calendar/cal-hebrew.el (date, entry, number, original-date):
12052 * calendar/cal-islam.el (date, number, original-date):
12053 * calendar/cal-iso.el (date):
12054 * calendar/cal-julian.el (date):
12055 * calendar/cal-mayan.el (date):
12056 * calendar/cal-menu.el (date, event):
12057 * calendar/cal-persia.el (date):
12058 * calendar/lunar.el (date):
12059 * calendar/solar.el (date): Add defvars.
12060
12061 * emerge.el:
12062 * ibuffer.el:
12063 * info-xref.el:
12064 * obsolete/bg-mouse.el:
12065 * obsolete/sun-curs.el:
12066 * obsolete/swedish.el: Move the `defvar's to the top level.
12067
12068 * smerge-mode.el (smerge-refined-change): Add :group.
12069
12070 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12073 (smerge-keep-n): Remove props.
12074 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12075 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12076 now that it's done in smerge-keep-n.
12077 (smerge-refined-change): New face.
12078 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12079 (smerge-refine): New funs.
12080 (smerge-basic-map): Bind smerge-refine.
12081
12082 2005-08-25 Juri Linkov <juri@jurta.org>
12083
12084 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12085 compilation-process-setup-function and compilation-disable-input
12086 in grep-mode instead of let-bindings in grep.
12087
12088 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12089 Delete "Automatic File De/compression" (auto-compression-mode).
12090
12091 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12092
12093 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12094 Silence warning about non-existent variable.
12095
12096 2005-08-25 Richard M. Stallman <rms@gnu.org>
12097
12098 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12099 Rename "Describe Key" to "Describe Key or Mouse Operation".
12100
12101 * mail/mailalias.el (build-mail-aliases): Delete comments
12102 from the contents before processing them.
12103
12104 * isearch.el (isearch-edit-string): Erase the Search prompt
12105 if user enters an empty string and there is no default.
12106
12107 * comint.el (comint-file-name-prefix): Add autoload.
12108
12109 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12110
12111 * subr.el (play-sound): Rearrange to avoid warning.
12112
12113 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12114
12115 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12116 New hook.
12117 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12118
12119 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12122
12123 * custom.el (custom-theme-set-variables): Sort minor modes last.
12124
12125 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12126
12127 * subr.el (version-separator, version-regexp-alist): New vars used by
12128 version comparison funs.
12129 (integer-list-<, integer-list-=, integer-list-<=)
12130 (integer-list-not-zero): New funs for integer list comparison.
12131 (version-to-list, version=, version<, version<=): New funs for version
12132 comparison.
12133
12134 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12135
12136 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12137 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12138 time to silence the byte-compiler.
12139
12140 * ibuffer.el (ibuffer-compile-make-eliding-form)
12141 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12142 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12143 so it's silly to get warnings for it).
12144 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12145 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12146 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12147 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12148 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12149 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12150 Defvar at compile time.
12151 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12152 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12153 Declare them before use.
12154
12155 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12156 (info-xref-good, info-xref-bad): Defvar at compile time.
12157
12158 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12159 Use `let*' instead of `let'.
12160
12161 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12162 (*mouse-y*, menu, char): Defvar at compile time.
12163 (sc::menu): Declare it before use.
12164 (sc::pack-one-line): Use `let', not `let*'.
12165
12166 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12167 (mail-send-hook): Defvar at compile time.
12168
12169 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12170 Defvar at compile time.
12171
12172 * term/sun-mouse.el (current-global-mousemap)
12173 (current-local-mousemap): Declare them before use.
12174
12175 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12176
12177 * bookmark.el (bookmark-after-jump-hook): New hook.
12178 (bookmark-jump): Run `bookmark-after-jump-hook'.
12179
12180 2005-08-23 Juri Linkov <juri@jurta.org>
12181
12182 * faces.el (minibuffer-prompt): Doc fix.
12183
12184 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12185
12186 * progmodes/xscheme.el: Trivial changes to silence warnings.
12187 (xscheme-previous-mode, xscheme-previous-process-state):
12188 Add defvars.
12189 (xscheme-last-input-end, xscheme-process-command-line)
12190 (xscheme-process-name, xscheme-buffer-name)
12191 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12192 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12193 (xscheme-control-g-synchronization-p)
12194 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12195 (default-xscheme-runlight, xscheme-runlight)
12196 (xscheme-runlight-string, xscheme-process-filter-state)
12197 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12198 Move to beginning of file.
12199 (scheme-interaction-mode-commands-alist)
12200 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12201 Declare them before use. Note: the initialization code for the variables
12202 has not been moved because it uses functions that reference the variables.
12203 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12204 (xscheme-prompt-for-expression-map): Declare them before use.
12205 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12206
12207 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12208
12209 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12210
12211 2005-08-22 Juri Linkov <juri@jurta.org>
12212
12213 * faces.el (set-face-underline): Delete this duplicate function
12214 and make an obsolete alias to set-face-underline-p.
12215 (set-face-underline-p): Use docstring of set-face-underline.
12216 (describe-face): Create hyperlink to parent face.
12217
12218 * info.el (Info-insert-dir): Use save-excursion around
12219 insert-buffer-substring.
12220 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12221 (Info-escape-percent): Delete function.
12222 (Info-fontify-node): Replace Info-escape-percent by
12223 replace-regexp-in-string with REP arg set to lambda that
12224 duplicates `%' and preserves text properties.
12225
12226 * progmodes/compile.el (compilation-disable-input): Doc fix.
12227 (define-compilation-mode): Doc fix and refill.
12228 (kill-compilation): Use `mode-name' in the error message.
12229 (compilation-find-file): Use `compilation-error' in the
12230 read-file-name's prompt.
12231
12232 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12235 (smerge-auto-leave): Make undo re-enable the mode.
12236 (debug-ignored-errors): Add the user-error of impossible resolution.
12237 (smerge-resolve): Move things around a bit, in preparation for later.
12238 (smerge-diff): Don't fail if the buffer has no associated file.
12239 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12240 (smerge-conflict-overlay): New function.
12241 (smerge-match-conflict): Don't add text properties here.
12242 (smerge-find-conflict): Instead, add an overlay here.
12243 Also check for the case where we're inside a conflict already, so as to
12244 obviate the need for font-lock-multiline, which is unbearably slow with
12245 large conflicts and ciomplex font-lock patterns.
12246 (smerge-remove-props): Remove overlay rather than text-properties.
12247 (smerge-mode): Don't set font-lock-multiline.
12248 Remove overlays when turned off.
12249
12250 2005-08-21 Kim F. Storm <storm@cua.dk>
12251
12252 * ido.el (ido-ignore-item-p): Use save-match-data.
12253 Bind case-fold-search to ido-case-fold locally.
12254
12255 2005-08-20 Richard M. Stallman <rms@gnu.org>
12256
12257 * files.el (normal-mode): If font lock is on, turn it off and on.
12258
12259 * subr.el (replace-regexp-in-string): Doc fix.
12260
12261 * startup.el (command-line-1): Don't suppress startup screen
12262 due to existing processes.
12263
12264 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12265
12266 * progmodes/compile.el (compilation-disable-input): Default to nil.
12267
12268 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12269
12270 * progmodes/compile.el (compilation-disable-input): New defcustom.
12271 (compilation-start): If compilation-disable-input is non-nil, send
12272 EOF to the compilation process.
12273
12274 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12275
12276 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12277 Run the argument of tex-shell-cd-command through
12278 convert-standard-filename, to get the correct style of slashes on
12279 Windows, and enclose the result in quotes, in case the file name
12280 includes whitespace or other special characters.
12281
12282 2005-08-19 Andreas Schwab <schwab@suse.de>
12283
12284 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12285 process.
12286
12287 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12290
12291 2005-08-18 Kim F. Storm <storm@cua.dk>
12292
12293 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12294
12295 2005-08-18 Richard M. Stallman <rms@gnu.org>
12296
12297 * scroll-lock.el: New file.
12298
12299 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12300
12301 * dired.el (dired-move-to-end-of-filename):
12302 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12303
12304 2005-08-18 Kim F. Storm <storm@cua.dk>
12305
12306 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12307 rather than toggle mode when custom value is nil.
12308 (ido-everywhere): Fix defun doc string.
12309
12310 2005-08-17 Richard M. Stallman <rms@gnu.org>
12311
12312 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12313 as tag instead of "Inviolable".
12314
12315 2005-08-17 Kim F. Storm <storm@cua.dk>
12316
12317 * windmove.el (windmove-coordinates-of-position): Remove.
12318 (windmove-coordinates-of-window-position): Remove.
12319 (windmove-reference-loc): Use posn-at-point instead.
12320
12321 * subr.el (insert-for-yank-1): Doc fix.
12322
12323 * ido.el (ido-enter-matching-directory): Rename from
12324 ido-enter-single-matching-directory. Change `slash' choice to
12325 `only'. Add `first' choice.
12326 (ido-exhibit): Adapt to above changes.
12327
12328 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12329
12330 * Makefile.in: Expand comment about building loaddefs.el.
12331
12332 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12333
12334 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12335 Comment use of defadvice.
12336
12337 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12338
12339 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12340
12341 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12342 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12343 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12344 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12345 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12346 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12347 for backward compatibility for faces that did not appear in the
12348 previous Emacs release.
12349
12350 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12351
12352 2005-08-15 Kim F. Storm <storm@cua.dk>
12353
12354 * emulation/cua-base.el (cua-delete-region): Return t if
12355 deleted region was non-empty.
12356 (cua-replace-region): Inhibit overwrite-mode for
12357 self-insert-command if replaced region was non-empty.
12358 (cua--explicit-region-start, cua--status-string): Make them
12359 buffer-local at top-level...
12360 (cua-mode): ...rather than when mode is enabled.
12361
12362 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12363
12364 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12365 Set t for Emacs 21, 22, and so on.
12366
12367 2005-08-15 David Ponce <david@dponce.com>
12368
12369 * tree-widget.el: Update Commentary header.
12370 (tree-widget-theme): Doc fix.
12371 (tree-widget-space-width): New option.
12372 (tree-widget-image-properties): Look up in the default theme too.
12373 (tree-widget--cursors): Only for images with arrow pointer shape.
12374 (tree-widget-lookup-image): Pointer shape is hand by default.
12375 (tree-widget-icon): Rename generic icon widget from
12376 `tree-widget-control'.
12377 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12378 derive from `tree-widget-icon'.
12379 (tree-widget-handle): Improve default look and feel of the text
12380 representation.
12381 (tree-widget): Rename :*-control properties to :*-icon properties.
12382 Add :action and :help-echo properties.
12383 (tree-widget-after-toggle-functions): Move.
12384 (tree-widget-close-node, tree-widget-open-node): Remove.
12385 (tree-widget-before-create-icon-functions): New hook.
12386 (tree-widget-value-create): Update to allow customization of icons
12387 and nodes at run-time via that new hook.
12388 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12389 (tree-widget-icon-action, tree-widget-icon-help-echo)
12390 (tree-widget-action, tree-widget-help-echo): New functions.
12391
12392 2005-08-15 Kim F. Storm <storm@cua.dk>
12393
12394 * ido.el (ido-buffer-internal): Use with-no-warnings.
12395 (ido-make-merged-file-list): Use while-no-input.
12396
12397 2005-08-15 Richard M. Stallman <rms@gnu.org>
12398
12399 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12400 (flyspell-large-region): Fix doc and custom type.
12401
12402 2005-08-14 Richard M. Stallman <rms@gnu.org>
12403
12404 * files.el (interpreter-mode-alist): Doc fix.
12405
12406 * mail/rmail.el (rmail-nonignored-headers): New variable.
12407 (rmail-clear-headers): Use it.
12408 (rmail-reply): Better handling of mail-followup-to header.
12409
12410 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12411 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12412 don't try to refer to executable-font-lock-keywords.
12413 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12414 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12415 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12416 (sh-mode): Set comment-start-skip, local-abbrev-table,
12417 imenu-case-fold-search.
12418 (sh-set-shell): Don't set them here.
12419 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12420 Don't cache the results in the original alist; don't ever modify
12421 that alist.
12422
12423 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12424
12425 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12426 empty.
12427
12428 2005-08-15 Andreas Schwab <schwab@suse.de>
12429
12430 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12431
12432 * dired.el, info.el, mail/rmail.el: Revert last change.
12433
12434 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12435
12436 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12437 modification in `eval-after-load' form.
12438 * info.el: Likewise.
12439 * mail/rmail.el: Likewise.
12440
12441 2005-08-14 Juri Linkov <juri@jurta.org>
12442
12443 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12444 Remove highlighting of "Compilation started". Highlight only
12445 the word "finished" in "Compilation finished". Add highlighting
12446 of "interrupt", "killed", "terminated" and the exit code.
12447 (compilation-start): Add newline after header. Use exactly the
12448 same time stamp format as the finishing message.
12449 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12450
12451 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12452 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12453 Add highlighting of "interrupt", "killed", "terminated".
12454
12455 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12456 enabled and the current command is self-insert-command, call it
12457 explicitly with overwrite-mode bound to nil, to not allow it
12458 to delete the character after the selected region.
12459
12460 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12461
12462 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12463 move-end-of-line, end-of-line, and beginning-of-line to the list
12464 of commands after which the echo area is updated.
12465
12466 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12467
12468 * cus-edit.el (custom-save-all, custom-save-delete):
12469 Bind recentf-exclude to exclude custom-file.
12470
12471 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12472
12473 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12474 to go to the bottom of the mail message. Added to
12475 `rmail-summary-mode-map' with key "/".
12476 (rmail-summary-show-message): New (internal) function for use by
12477 both `rmail-summary-beginning/end-of-message'.
12478 (rmail-summary-beginning-of-message): Change to use
12479 rmail-summary-show-message.
12480
12481 * mail/rmail.el (rmail-end-of-message): New command to go to the
12482 end of the current message. Added to `rmail-mode-map' with key "/".
12483 (rmail-beginning-of-message): Fix to work as documented.
12484 (rmail-mode): Change documentation.
12485
12486 * progmodes/compile.el (compilation-start): Add the line
12487 "Compilation started" with compilation start time.
12488 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12489
12490 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12491
12492 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12493 of menu items.
12494
12495 2005-08-11 Richard M. Stallman <rms@gnu.org>
12496
12497 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12498
12499 * battery.el (battery-status-function): Don't use ignore-errors.
12500
12501 2005-08-11 Lute Kamstra <lute@gnu.org>
12502
12503 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12504 define-obsolete-variable-alias.
12505
12506 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12507
12508 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12509 (ange-ftp-send-cmd): Revert last change, and expand
12510 the comment explaining the problem.
12511
12512 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12513
12514 * ldefs-boot.el: Update.
12515
12516 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12517 item to "Time, Load and Mail". Change help echo text.
12518
12519 * time.el (display-time-use-mail-icon, display-time-format)
12520 (display-time-string-forms): Shorten first line of docstrings.
12521
12522 2005-08-10 Lars Hansen <larsh@soem.dk>
12523
12524 * desktop.el (desktop-buffer-mode-handlers):
12525 Make non-customizable. Add autoload cookie. Change initial value to
12526 nil; add elements in respective modules instead. Fix doc string.
12527 (desktop-load-file): New function.
12528 (desktop-minor-mode-handlers): New autoloaded variable.
12529 (desktop-create-buffer): Call minor mode handlers.
12530 Use desktop-load-file to load major and minor mode modules prior to
12531 checking for a handler.
12532 (desktop-save): Don't add nil to desktop-minor-modes for minor
12533 modes with nil function in desktop-minor-mode-table. Don't delete
12534 desktop file before rewriting it.
12535 (desktop-locals-to-save): Add autoload cookie. Don't make
12536 automatically buffer-local. Add variables column-number-mode,
12537 size-indication-mode, indent-tabs-mode,
12538 indicate-buffer-boundaries, indicate-empty-lines and
12539 show-trailing-whitespace.
12540 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12541 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12542 (desktop-clear-preserve-buffers-regexp): Delete.
12543 (desktop-clear-preserve-buffers): Update initial value and docstring.
12544 (desktop-save-buffer): Fix doc string.
12545
12546 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12547 (hilit-chg-desktop-restore): New function.
12548 (highlight-changes-mode): Add highlight-changes-mode to
12549 desktop-locals-to-save.
12550
12551 * dired.el: Add handler to desktop-buffer-mode-handlers.
12552 (dired-restore-desktop-buffer): Remove autoload cookie.
12553 (dired-mode): Add autoload cookie.
12554
12555 * info.el: Add handler to desktop-buffer-mode-handlers.
12556 (Info-restore-desktop-buffer): Remove autoload cookie.
12557 (Info-mode): Add autoload cookie.
12558
12559 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12560 (mh-restore-desktop-buffer): Remove autoload cookie.
12561 (mh-folder-mode): Add autoload cookie.
12562
12563 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12564 (rmail-restore-desktop-buffer): Remove autoload cookie.
12565
12566 2005-08-11 Masatake YAMATO <jet@gyve.org>
12567
12568 * hexl.el (hexl-address-region):
12569 (hexl-ascii-region, hexl-font-lock-keywords):
12570 (hexl-highlight-line-range): Use the term "region"
12571 instead of "area" for consistency with the other symbols
12572 defined in hexl.el.
12573
12574 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12575
12576 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12577 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12578 out by Juri Linkov). Add `display-battery-mode'.
12579
12580 2005-08-09 Juri Linkov <juri@jurta.org>
12581
12582 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12583 Remove `-text' from face variable names.
12584 (compilation-error-file-name, compilation-warning-file-name)
12585 (compilation-info-file-name): Delete faces.
12586 (compilation-line-number, compilation-column-number):
12587 Remove face underlining.
12588 (compilation-message-face): Set to `underline' value by default.
12589 (compilation-error-face, compilation-warning-face)
12590 (compilation-info-face): Remove `-file-name' from face names.
12591 (compilation-error-text-face, compilation-warning-text-face)
12592 (compilation-info-text-face): Delete face variables.
12593 (compilation-text-face): Delete function.
12594
12595 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12596 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12597 (grep-error-face): Set to `compilation-error' instead of
12598 `compilation-error-face' (which is redefined to `grep-hit-face' in
12599 grep buffers).
12600 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12601 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12602
12603 * dired-aux.el (dired-do-query-replace-regexp):
12604 Use `query-replace-read-args'.
12605
12606 * replace.el (query-replace-read-from, query-replace-read-to)
12607 (query-replace-read-args): Rename arg `string' to `prompt'.
12608
12609 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12610
12611 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12612
12613 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12614 uploading files.
12615 (ange-ftp-canonize-filename): Handle file names beginning with ~
12616 correctly.
12617
12618 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * textmodes/fill.el (canonically-space-region)
12621 (fill-context-prefix, fill-french-nobreak-p)
12622 (fill-delete-newlines, fill-comment-paragraph)
12623 (justify-current-line): "?\ " -> "?\s".
12624
12625 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12626
12627 * textmodes/fill.el (fill-nonuniform-paragraphs):
12628 Improve argument/docstring consistency.
12629
12630 2005-08-09 Richard M. Stallman <rms@gnu.org>
12631
12632 * textmodes/ispell.el (ispell-word): More fboundp checks.
12633
12634 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12635 (find-file-noselect-1): Call it here, only if RAWFILE.
12636 (normal-mode): Always set some major mode.
12637 (save-some-buffers-action-alist): Change some explanation strings.
12638 (file-name-non-special): In the `quote' method, use unwind-protect.
12639
12640 2005-08-09 Magnus Henoch <mange@freemail.hu>
12641
12642 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12643 (ispell-have-aspell-dictionaries): New variable.
12644 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12645 (ispell-get-aspell-config-value): New function.
12646 (ispell-aspell-find-dictionary): New function.
12647 (ispell-aspell-add-aliases): New function.
12648 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12649 appropriate. Don't look for ispell dictionaries if we use aspell.
12650 (ispell-menu-map): Don't build a submenu of dictionaries.
12651
12652 2005-08-09 Richard M. Stallman <rms@gnu.org>
12653
12654 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12655 (sql-read-passwd): Use read-passwd.
12656
12657 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12658 (idlwave-toolbar-is-possible): Add defvars.
12659
12660 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12661 Avoid warnings.
12662
12663 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12664 (idlwave-system-class-info, idlwave-executive-commands-alist):
12665 Use defvar.
12666
12667 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12668
12669 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12670 Avoid warnings.
12671
12672 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12673 and content-type: headers.
12674
12675 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12676
12677 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12678 and rename some of them to be more self-explanatory.
12679
12680 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12681
12682 * startup.el (command-line-1): Implement -scriptload.
12683
12684 * replace.el (occur-engine): Initial *Occur* output not undoable.
12685
12686 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12687 and improve help strings.
12688
12689 * isearch.el (isearch-repeat): When changing direction,
12690 mark search successful.
12691
12692 * ediff-init.el: Use (featurep 'xemacs).
12693
12694 * comint.el (send-invisible): Identify buffer, if not selected.
12695
12696 * align.el: Delete autoload for c-guess-basic-syntax.
12697
12698 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12701 Improve argument/docstring consistency. Doc fixes.
12702 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12703 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12704 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12705 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12706 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12707 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12708 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12709 Defvar at compile time.
12710
12711 2005-08-09 Juri Linkov <juri@jurta.org>
12712
12713 * info.el: Replace `info' with upper-case `Info' where appropriate.
12714 (info-title-1, info-title-2, info-title-3, info-title-4)
12715 (info-menu-header): Move up face definitions.
12716 (info-menu-star): Rename from `info-menu-5'.
12717 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12718 (Info-fontify-visited-nodes): Fix docstring.
12719 (Info-hide-note-references): Fix docstring.
12720 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12721 menu items in the same way as on cross-references.
12722 (info-apropos): Fix sorting order and formatting to be like in the
12723 stand-alone Info browser. Display error messages for 1 sec.
12724 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12725 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12726 from the menu bar.
12727 (Info-insert-dir): Restore point after calling
12728 `insert-buffer-substring'.
12729
12730 2005-08-08 Richard M. Stallman <rms@gnu.org>
12731
12732 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12733 (recompute-lucid-menubar): Add defvars.
12734
12735 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12736
12737 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12738
12739 * net/net-utils.el (run-dig): Rename from `dig'.
12740
12741 * play/gametree.el (gametree-mode): Use make-local-variable,
12742 not make-variable-buffer-local.
12743
12744 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12745
12746 * ansi-color.el (ansi-color-make-extent)
12747 (ansi-color-set-extent-face): Use fboundp, not functionp.
12748
12749 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12750 not make-variable-buffer-local.
12751
12752 * bookmark.el (Info-current-file): Add defvar.
12753 (bookmark-jump-noselect): Use with-no-warnings.
12754
12755 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12756
12757 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12758
12759 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12760
12761 * find-file.el (ada-procedure-start-regexp)
12762 (ada-package-start-regexp): Add defvars.
12763
12764 * info.el (Info-insert-dir): Use insert-buffer-substring.
12765
12766 * xml.el (xml-att-def-re): Add defvar.
12767
12768 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12769 calling convention.
12770
12771 * subr.el (while-no-input): Return t if there is input.
12772
12773 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12774
12775 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12776
12777 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12780 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12781
12782 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12783
12784 * cmuscheme.el (scheme-start-file): Replace reference to
12785 `user-emacs-directory' by "~/.emacs.d/".
12786
12787 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12788
12789 * info.el (Info-dir-remove-duplicates): Avoid case folding
12790 in loop; instead, keep downcased strings for comparison.
12791 Suggested by Helmut Eller.
12792
12793 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12794
12795 Sync with Tramp 2.0.50.
12796
12797 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12798 XEmacs case; not necessary anymore.
12799 (tramp-user-regexp): Allow "@" as part of user name.
12800 (tramp-handle-set-visited-file-modtime)
12801 (tramp-handle-insert-file-contents)
12802 (tramp-handle-write-region): No special handling for
12803 `last-coding-system-used, because this is done in
12804 `tramp-accept-process-output' now.
12805 (tramp-accept-process-output): New defun.
12806 (tramp-process-one-action, tramp-process-one-multi-action)
12807 (tramp-wait-for-regexp, tramp-wait-for-output)
12808 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12809 Howells <dhowells@redhat.com>.
12810 (clear-visited-file-modtime): Defadvice removed. The check for
12811 unset buffer's modtime does not need to be based on
12812 `tramp-buffer-file-attributes'. Suggested by RMS.
12813 (tramp-message): Insert "\n" if not being at beginning of line.
12814 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12815 sequence with same logic.
12816 (tramp-completion-handle-expand-file-name): Discard call of
12817 `tramp-drop-volume-letter'. It is not necessary, and there have
12818 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12819 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12820 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12821 should always be visible.
12822 (tramp-handle-insert-directory, tramp-setup-complete)
12823 (tramp-set-process-query-on-exit-flag)
12824 (tramp-append-tramp-buffers): Pacify byte-compiler.
12825 (tramp-bug): Delete non-existing variables from list.
12826 Apply `tramp-load-report-modules' as pre-hook.
12827 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12828 `shell-prompt-pattern' because of non-7bit characters.
12829 Reported by Sebastian Luque <sluque@mun.ca>.
12830 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12831 (tramp-match-string-list): Remove function.
12832 (tramp-wait-for-regexp): Remove call of that function.
12833 Suggested by Kim F. Storm <storm@cua.dk>.
12834 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12835 instead of octal character code ?\600. The latter resulted in a
12836 syntax error with XEmacs.
12837
12838 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12839 XEmacs case; not necessary anymore.
12840 (tramp-smb-handle-write-region): No special handling for
12841 `last-coding-system-used, because this is done in
12842 `tramp-accept-process-output' now.
12843 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12844
12845 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12846
12847 * wid-edit.el (widget-choice-value-create):
12848 Unconditionally respect user choice. Set :explicit-choice back to nil
12849 when no longer needed.
12850 (widget-choice-action): Unconditionally respect user choice.
12851 Eliminate :explicit-choice-value.
12852
12853 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12854
12855 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12856 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12857 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12858 running new function `toggle-indicate-empty-lines'.
12859 Rename "Customize" item to "Customize fringe".
12860 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12861 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12862 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12863 Delete "Empty lines only" item.
12864 (menu-bar-showhide-fringe-ind-customize): New function.
12865 (menu-bar-showhide-fringe-ind-mixed)
12866 (menu-bar-showhide-fringe-ind-box)
12867 (menu-bar-showhide-fringe-ind-right)
12868 (menu-bar-showhide-fringe-ind-left)
12869 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12870 instead of `fringe-indicators'.
12871
12872 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12873
12874 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12875 Change the date of last update.
12876
12877 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12878
12879 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12880 (viper-exec-yank, viper-put-back): Don't display modification msg
12881 if in the minibuffer.
12882
12883 * viper-init.el (viper-replace-overlay-cursor-color)
12884 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12885 Make variables frame local.
12886
12887 * viper-util.el (viper-append-filter-alist): Use append instead of
12888 nconc.
12889
12890 * viper.el (viper-vi-state-mode-list)
12891 (viper-emacs-state-mode-list): Move help-mode and
12892 completion-list-mode from the first list to the second.
12893 (viper-mode): Docstring.
12894 (viper-go-away, viper-non-hook-settings): Don't localize
12895 minor-mode-alist in newer Emacsen. Add advice to
12896 set-cursor-color. Don't bind "\C-c\\".
12897
12898 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12899
12900 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12901 (scheme-macro-expand-command): New user options.
12902 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12903 (scheme-form-at-point, scheme-start-file)
12904 (scheme-interactively-start-process): New functions.
12905 (scheme-get-process): New function, extracted from `scheme-proc'.
12906 (run-scheme): Call `scheme-start-file' to get start file, and pass
12907 it to `make-comint'.
12908 (switch-to-scheme, scheme-proc):
12909 Call `scheme-interactively-start-process' if no Scheme buffer/process
12910 is available.
12911
12912 2005-08-06 Juri Linkov <juri@jurta.org>
12913
12914 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12915 Use `compilation-text-face', `compilation-info-text-face' and
12916 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12917 (compilation-error): New face.
12918 (compilation-error-file-name): Inherit from
12919 `compilation-error' instead of `font-lock-warning-face'.
12920 (compilation-warning-file-name): Inherit from
12921 `compilation-warning' instead of `font-lock-warning-face'.
12922 (compilation-info, compilation-error-file-name)
12923 (compilation-warning-file-name, compilation-info-file-name)
12924 (compilation-line-number, compilation-column-number): Doc fix.
12925 (compilation-error-text-face, compilation-warning-text-face)
12926 (compilation-info-text-face): New face variables.
12927 (compilation-line-face, compilation-column-face)
12928 (compilation-enter-directory-face)
12929 (compilation-leave-directory-face): Doc fix.
12930 (compilation-text-face): New function.
12931
12932 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12933 instead of 1 to display binary file names as info file links.
12934 (grep-error-face): Use `compilation-error-face' instead of
12935 `font-lock-keyword-face'.
12936 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12937 and `compilation-warning-text-face' instead of
12938 `font-lock-keyword-face'. Use `compilation-error-text-face'
12939 instead of `grep-error-face'.
12940
12941 2005-08-05 Kenichi Handa <handa@m17n.org>
12942
12943 * international/code-pages.el: Add autoload cookies for all coding
12944 systems.
12945
12946 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12947
12948 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12949
12950 2005-08-04 Juri Linkov <juri@jurta.org>
12951
12952 * progmodes/compile.el (compilation-mode-map):
12953 * progmodes/grep.el (grep-mode-map):
12954 Bind TAB to `compilation-next-error' and [backtab] to
12955 `compilation-previous-error'.
12956
12957 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12958 matching line numbers, column numbers and their ranges with regexp
12959 matching only line numbers.
12960 (grep-context-face): New face variable.
12961 (grep-mode-font-lock-keywords): Use it.
12962
12963 * faces.el (read-face-name): Delete duplicate faces.
12964
12965 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12966
12967 * thumbs.el (thumbs-find-image): Don't make variables
12968 automatically buffer local.
12969 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12970 (thumbs-image-num): Make automatically buffer local.
12971 (thumbs-show-thumbs-list): Use `make-local-variable', not
12972 `make-variable-buffer-local'.
12973 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12974
12975 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12976 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12977 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12978 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12979 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12980 (feelings-about, foullst, found, hello, history, howareyoulst)
12981 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12982 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12983 (neglst, obj, object, owner, please, problems, qlist)
12984 (random-adjective, relation, remlst, repetitive-shortness)
12985 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12986 (shortlst, something, sportslst, stallmanlst, states, subj)
12987 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12988 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12989 Defvar at compile time.
12990
12991 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12992 not `make-variable-buffer-local'.
12993
12994 2005-08-02 Kim F. Storm <storm@cua.dk>
12995
12996 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12997 rectangle overlay in selected window.
12998
12999 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13000
13001 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13002 instead of display group. Make `indicate-buffer-boundaries'
13003 customizable through Custom.
13004
13005 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13008 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13009 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13010 (gdb-put-string): Fix typos in docstrings.
13011
13012 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13013
13014 Update copyright notices of files in progmodes directory for
13015 release of Emacs 22.1.
13016
13017 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13018
13019 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13020 Don't barf if the GUD buffer has been killed.
13021
13022 2005-08-01 Kim F. Storm <storm@cua.dk>
13023
13024 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13025
13026 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13027
13028 * simple.el (next-error-follow-minor-mode):
13029 make-variable-buffer-local -> make-local-variable.
13030
13031 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13032
13033 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13034 (byte-compile-form-make-variable-buffer-local): New functions to warn
13035 about misuses of make-variable-buffer-local where make-local-variable
13036 was meant.
13037
13038 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13039
13040 * bs.el (bs-attributes-list): Doc fix.
13041 (bs): Update url-link.
13042
13043 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13044 (desktop-load-default): Simplify.
13045
13046 * ibuffer.el (ibuffer-columnize-and-insert-list)
13047 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13048 (ibuffer-unmark-all, ibuffer-toggle-marks)
13049 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13050 (ibuffer-compile-make-format-form, ibuffer-format-column)
13051 (ibuffer-current-buffers-with-marks)
13052 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13053 (ibuffer): Doc fix.
13054 (ibuffer-mode): Fix typo in docstring.
13055 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13056 with `define-obsolete-variable-alias'.
13057 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13058
13059 2005-07-29 Kenichi Handa <handa@m17n.org>
13060
13061 * international/mule-cmds.el (select-message-coding-system):
13062 Be sure to use LF for end-of-line. If no coding system is decided,
13063 return iso-8859-1-unix.
13064
13065 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13068 (ange-ftp-pending-error-line): New vars.
13069 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13070 to handle the non-fatal no-route-to-host messages.
13071 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13072
13073 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13074
13075 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13076 (isearch-quote-char, isearch-printing-char)
13077 (isearch-text-char-description): "?\ " -> "?\s".
13078 (isearch-lazy-highlight-cleanup)
13079 (isearch-lazy-highlight-initial-delay)
13080 (isearch-lazy-highlight-interval)
13081 (isearch-lazy-highlight-max-at-a-time)
13082 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13083 Declare with define-obsolete-*-alias macros.
13084 (isearch-forward): Fix typo in docstring.
13085 (search-invisible, search-ring-yank-pointer)
13086 (regexp-search-ring-yank-pointer): Doc fixes.
13087
13088 * recentf.el (recentf-menu-append-commands-p): Declare with
13089 `define-obsolete-variable-alias'.
13090 (recentf-max-saved-items, recentf-menu-filter)
13091 (recentf-arrange-by-rule-subfilter): Doc fixes.
13092 (recentf-menu-append-commands-flag)
13093 (recentf-initialize-file-name-history, recentf-expand-file-name)
13094 (recentf-clear-data): Fix typos in docstrings.
13095
13096 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13097
13098 * progmodes/gdb-ui.el: Smarten comments.
13099 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13100
13101 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13102
13103 * term/apollo.el (terminal-init-apollo): New function containing
13104 all former top level forms in the file.
13105 * term/bobcat.el (terminal-init-bobcat):
13106 * term/cygwin.el (terminal-init-cygwin):
13107 * term/iris-ansi.el (terminal-init-iris-ansi):
13108 * term/linux.el (terminal-init-linux):
13109 * term/news.el (terminal-init-news):
13110 * term/rxvt.el (terminal-init-rxvt):
13111 * term/sun.el (terminal-init-sun):
13112 * term/tvi970.el (terminal-init-tvi970):
13113 * term/vt100.el (terminal-init-vt100):
13114 * term/vt102.el (terminal-init-vt102):
13115 * term/vt125.el (terminal-init-vt125):
13116 * term/vt200.el (terminal-init-vt200):
13117 * term/vt201.el (terminal-init-vt201):
13118 * term/vt220.el (terminal-init-vt220):
13119 * term/vt240.el (terminal-init-vt240):
13120 * term/vt300.el (terminal-init-vt300):
13121 * term/vt320.el (terminal-init-vt320):
13122 * term/vt400.el (terminal-init-vt400):
13123 * term/vt420.el (terminal-init-vt420):
13124 * term/wyse50.el (terminal-init-wyse50):
13125 * term/xterm.el (terminal-init-xterm): Likewise.
13126
13127 * term/README: Describe the terminal-init-* functionality.
13128
13129 * startup.el (command-line): After loading the terminal initialization
13130 file call the corresponding terminal initialization function.
13131
13132 2005-07-27 Kenichi Handa <handa@m17n.org>
13133
13134 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13135 negative.
13136
13137 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13138 (ps-mule-composition-prologue): Fix for the case that
13139 RelativeCompose is false.
13140
13141 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13144
13145 * descr-text.el (describe-char): Handle the case where the list of
13146 chars is displayed in a separate frame.
13147 Be a bit more discriminating when looking for the char.
13148
13149 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * bookmark.el (bookmark-automatically-show-annotations)
13152 (bookmark-read-annotation-text-func): Doc fixes.
13153 (bookmark-save): Improve argument/docstring consistency.
13154 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13155 (bookmark-alist-from-buffer)
13156 (bookmark-upgrade-file-format-from-0)
13157 (bookmark-grok-file-format-version)
13158 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13159 (bookmark-read-annotation-mode)
13160 (bookmark-insert-current-bookmark, bookmark-jump)
13161 (bookmark-exit-hook): Fix typos in docstrings.
13162 (bookmark-exit-hooks): Define as obsolete alias.
13163 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13164 not `bookmark-exit-hooks'. Fix docstring.
13165 (bookmark-bmenu-select): "?\ " -> "?\s".
13166
13167 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13168
13169 * startup.el (command-line): Fix typo.
13170
13171 2005-07-24 Richard M. Stallman <rms@gnu.org>
13172
13173 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13174 not emacs-quick-startup.
13175
13176 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13179 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13180 instead of `reb-with-current-window'.
13181 (reb-prev-match): Likewise. Also, don't move left if the search
13182 was unsuccessful.
13183 (reb-initialize-buffer): New function.
13184 (re-builder, reb-change-syntax): Use it.
13185
13186 * man.el (Man-goto-page): Make second argument NOERROR optional.
13187
13188 2005-07-23 Richard M. Stallman <rms@gnu.org>
13189
13190 * man.el (Man-bgproc-sentinel): Check here for failure to find
13191 any man page in the output, and report the error here.
13192 (Man-arguments): Make it permanent local.
13193 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13194 (Man-mode): Pass t for NOERROR.
13195
13196 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13197 (grep-mode-font-lock-keywords):
13198 Don't use compilation-...-face for messages that are not file names.
13199
13200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13201 Don't use compilation-...-face for messages that are not file names.
13202
13203 2005-07-22 Juri Linkov <juri@jurta.org>
13204
13205 * startup.el (normal-splash-screen): Update menu name.
13206
13207 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13208
13209 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13210
13211 * term/xterm.el: Load term/rxvt if the terminal is actually an
13212 rxvt terminal.
13213 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13214
13215 * term/rxvt.el (function-key-map): Use substitute-key-definition
13216 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13217
13218 * term/cygwin.el: New file.
13219
13220 2005-07-22 Kim F. Storm <storm@cua.dk>
13221
13222 * image-file.el (insert-image-file, image-file-yank-handler):
13223 Fix last change to maintain a (unique) yank-handler on yanked images.
13224
13225 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13226
13227 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13228 of the file size (as in "177B" for 177 bytes). This happens with
13229 "ls -lh" on FreeBSD.
13230
13231 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13232
13233 * hilit-chg.el (highlight-changes-global-initial-state)
13234 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13235 (hilit-chg-fixup, highlight-changes-mode):
13236 Fix typos in docstrings.
13237 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13238 Doc fixes.
13239
13240 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13241
13242 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13243 mode function using `eval-after-load'.
13244
13245 2005-07-21 Kim F. Storm <storm@cua.dk>
13246
13247 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13248 included when reporting an emacs crash, and tell about the DEBUG file.
13249
13250 * image-file.el (insert-image-file): Add yank-handler.
13251 (image-file-yank-handler): Yank handler to make unique copies of
13252 images when they are yanked into a buffer next to each other.
13253
13254 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * comint.el (comint-use-prompt-regexp, comint-send-input)
13257 (comint-source-default, comint-extract-string)
13258 (comint-get-source, comint-word, comint-completion)
13259 (comint-source, comint-prompt-read-only, comint-update-fence):
13260 Fix typos in docstrings.
13261 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13262 Declare with define-obsolete-*-alias macros.
13263 (comint-previous-matching-input-from-input)
13264 (comint-next-matching-input-from-input)
13265 (comint-previous-matching-input, comint-next-matching-input)
13266 (comint-forward-matching-input):
13267 Improve argument/docstring consistency.
13268
13269 * desktop.el (desktop-clear-preserve-buffers-regexp):
13270 Also preserve the *server* buffer.
13271
13272 * simple.el (clone-indirect-buffer): Doc fix.
13273 (fixup-whitespace, just-one-space)
13274 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13275 (next-error, next-error-highlight)
13276 (next-error-highlight-no-select, next-error-last-buffer)
13277 (next-error-buffer-p, next-error-find-buffer, next-error)
13278 (previous-error, next-error-no-select, previous-error-no-select)
13279 (open-line, split-line, minibuffer-prompt-width, kill-new)
13280 (binary-overwrite-mode): Fix typos in docstrings.
13281 (set-fill-column): Fix typo in message.
13282
13283 * skeleton.el (skeleton-proxy-new): Doc fix.
13284
13285 * strokes.el (strokes-load-hook): Doc fix.
13286 (strokes-grid-resolution, strokes-get-grid-position)
13287 (strokes-renormalize-to-grid, strokes-read-stroke)
13288 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13289 (strokes-global-map): Fix typos in docstrings.
13290 (strokes-help): Doc fix. Fix help message and pass it through
13291 `substitute-command-keys'.
13292
13293 * tempo.el (tempo-insert-prompt, tempo-interactive)
13294 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13295 (tempo-insert-string-functions, tempo-local-tags)
13296 (tempo-define-template, tempo-insert-template)
13297 (tempo-insert-prompt-compat, tempo-is-user-element)
13298 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13299 Fix typos in docstrings.
13300
13301 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13302 (vcursor-key-bindings, vcursor-use-vcursor-map)
13303 (vcursor-find-window, vcursor-scroll-down)
13304 (vcursor-disable, vcursor-beginning-of-buffer)
13305 (vcursor-end-of-buffer): Fix typos in docstrings.
13306 (vcursor-relative-move, vcursor-get-char-count):
13307 Improve argument/docstring consistency.
13308
13309 * version.el: "?\ " -> "?\s".
13310
13311 * wid-edit.el (widget-default-create, widget-after-change)
13312 (widget-default-format-handler, widget-checklist-add-item)
13313 (widget-radio-add-item, widget-choose, widget-specify-secret)
13314 (widget-field-value-create, widget-field-value-get)
13315 (widget-editable-list-format-handler)
13316 (widget-editable-list-entry-create, widget-group-value-create)
13317 (widget-documentation-link-add)
13318 (widget-documentation-string-value-create): "?\ " -> "?\s".
13319 (widget-convert-text): Doc fix.
13320 (widget-narrow-to-field, widget-field-find)
13321 (widget-url-link-action, widget-emacs-library-link-action)
13322 (widget-color-notify): Fix typos in docstrings.
13323
13324 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13325 (x-select-text, set-w32-system-coding-system)
13326 (w32-add-charset-info): Fix typos in docstrings.
13327
13328 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13329 (cua-enable-cua-keys, cua-use-hyper-key)
13330 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13331 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13332
13333 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13334
13335 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13336 `defalias' instead of faking it.
13337
13338 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13339 (eshell-ls-missing, eshell-ls-dired-initial-args)
13340 (eshell-ls-use-in-dired): Fix typos in docstrings.
13341
13342 2005-07-20 Kim F. Storm <storm@cua.dk>
13343
13344 * emulation/cua-base.el (cua-mode): Improve doc string.
13345
13346 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13347
13348 * abbrev.el (expand-region-abbrevs): Doc fix.
13349 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13350 Improve argument/docstring consistency.
13351
13352 * arc-mode.el (archive-get-descr, archive-alternate-display):
13353 Doc fixes.
13354 (archive-l-e): Improve argument/docstring consistency.
13355 (archive-tmpdir, archive-unixdate, archive-unixtime)
13356 (archive-chmod-entry): Fix typos in docstrings.
13357 (archive-unflag, archive-unflag-backwards)
13358 (archive-unmark-all-files): "?\ " -> "?\s".
13359
13360 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13361 (Buffer-menu-not-modified, Buffer-menu-execute)
13362 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13363 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13364
13365 * composite.el (compose-string, encode-composition-rule)
13366 (compose-last-chars): Fix typos in docstrings.
13367
13368 * desktop.el (desktop-enable, desktop-basefilename):
13369 Declare with `define-obsolete-variable-alias'.
13370 (desktop-internal-v2s): Don't quote keywords.
13371 (desktop-clear): "?\ " -> "?\s".
13372
13373 * dired.el (dired-align-file, dired-flag-backup-files)
13374 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13375 (dired-listing-switches, dired-ls-F-marks-symlinks)
13376 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13377 (dired-directory, dired-faces, dired, dired-revert)
13378 (dired-mode, dired-summary, dired-view-file)
13379 (dired-copy-filename-as-kill, dired-delete-file)
13380 (dired-no-confirm, dired-unmark-all-marks)
13381 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13382 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13383 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13384 Fix typos in message strings.
13385
13386 * dired-x.el (virtual-dired): Declare with `defalias'.
13387 (dired-mark-unmarked-files, dired-local-variables-file)
13388 (dired-omit-here-always): Doc fix.
13389 (dired-omit-mode, dired-find-subdir)
13390 (dired-enable-local-variables, dired-clean-up-buffers-too)
13391 (dired-extra-startup, dired-mark-extension, dired-jump)
13392 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13393 (dired-smart-shell-command, dired-guess-shell-alist-user)
13394 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13395 (dired-x-bind-find-file, dired-x-submit-report):
13396 Fix typos in docstrings.
13397 (dired-mark-unmarked-files): "?\ " -> "?\s".
13398
13399 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13400
13401 * faces.el (describe-face): "?\ " -> "?\s".
13402 (read-all-face-attributes, read-face-font, modify-face)
13403 (face-attr-construct, italic): Fix typos in docstrings.
13404 (frame-update-face-colors): Declare with
13405 `define-obsolete-function-alias'.
13406
13407 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13408 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13409 (magic-mode-alist, buffer-file-numbers-unique)
13410 (write-file-functions, get-free-disk-space):
13411 Fix typos in docstrings.
13412 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13413 (write-contents-hooks, write-file-hooks):
13414 Declare with `define-obsolete-variable-alias'.
13415
13416 * forms-d2.el (arch-rj): Fix typo in docstrings.
13417 (arch-tocol): Likewise. "?\ " -> "?\s".
13418
13419 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13420 Fix typo in docstring.
13421 (set-screen-width, set-screen-height): Delete redundant info in
13422 doctrings.
13423 (new-frame, screen-height, screen-width): Declare with
13424 `define-obsolete-function-alias'.
13425 (delete-frame-hook, blink-cursor): Declare with
13426 `define-obsolete-variable-alias'.
13427
13428 * paths.el (prune-directory-list): Fix typos in docstring.
13429
13430 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13431 (cvs-prefix-get): Fix typos in docstrings.
13432
13433 * ps-print.el (ps-extend-face-list, ps-extend-face)
13434 (ps-print-background-image): Fix typos in docstrings.
13435 (ps-default-fg, ps-default-bg): Doc fixes.
13436
13437 * s-region.el (s-region-bind): Doc fix.
13438 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13439
13440 * textmodes/org.el (org-table-formula-substitute-names)
13441 (org-table-get-vertical-vector): Doc fixes.
13442 (org-table-recalculate): Remove unused argument to `message'.
13443
13444 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13445
13446 * textmodes/org.el (org-table-column-names)
13447 (org-table-column-name-regexp)
13448 (org-table-named-field-locations): New variables.
13449 (org-archive-subtree): Protect `this-command' when calling
13450 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13451 the kill buffer.
13452 (org-complete): Remove fixed-formula completion.
13453 (org-edit-formulas-map): New variable.
13454 (org-table-edit-formulas): New command.
13455 (org-finish-edit-formulas, org-abort-edit-formulas)
13456 (org-show-variable, org-table-get-vertical-vector): New functions.
13457 (org-table-maybe-eval-formula): Handle `:=' fields.
13458 (org-table-get-stored-formulas, org-table-store-formulas)
13459 (org-table-get-formula, org-table-modify-formulas)
13460 (org-table-replace-in-formulas): Handle named field formulas.
13461 (org-table-get-specials): Store locations of named fields.
13462
13463 2005-07-19 Juri Linkov <juri@jurta.org>
13464
13465 * progmodes/grep.el (grep-regexp-alist)
13466 (grep-mode-font-lock-keywords, grep-process-setup):
13467 Use default GNU grep match color "01;31m" instead of "01;41m".
13468 (grep-regexp-alist, grep-mode-font-lock-keywords):
13469 Use `\\[[0-9]*m' instead of `\\[00m'.
13470 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13471 sgr_start where its handling is more important. Use the real
13472 length of sgr_start instead of constant 8.
13473 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13474 specially. Delete all remaining escape sequences.
13475 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13476 (grep-regexp-alist): Make hyperlink only for binary file name
13477 instead of the whole line.
13478 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13479 (grep-mode): Add autoload.
13480
13481 * emacs-lisp/find-func.el (find-function-regexp):
13482 Add `define-compilation-mode'.
13483
13484 2005-07-19 Juri Linkov <juri@jurta.org>
13485
13486 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13487 (compare-windows-sync-string-size, compare-windows-recenter)
13488 (compare-windows-highlight, compare-windows): Add version 22.1.
13489 (compare-windows) <defface>: Inherit from lazy-highlight instead
13490 of duplicating its default value.
13491
13492 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13493 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13494
13495 * descr-text.el (describe-char): Create link buttons for `charset'
13496 and `code point'. Add the current input method name with a link
13497 button to `to input' field. Print face names of display table
13498 characters in `The display table entry is displayed by' section
13499 instead of printing face-id in the `display' field.
13500 Guess hardcoded faces and create a link button for them.
13501 Skip empty fields when calculating max-width.
13502 Treat `widget-create' specially while inserting strings from the
13503 collected field list.
13504 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13505
13506 * diff-mode.el (diff-file-header): Change foreground color from
13507 yellow to green on light backgrounds.
13508 (diff-context): Inherit from `shadow' only for color/grayscale
13509 with more than 88 colors.
13510 (diff-indicator-removed, diff-indicator-added)
13511 (diff-indicator-changed): New faces.
13512 (diff-font-lock-keywords): Use new faces. Regroup rules.
13513 Add "^---$" for `normal' diff format. Fontify `#' lines with
13514 font-lock-comment-delimiter-face and font-lock-comment-face.
13515 Add `#' to ^[^...] in the rule for `diff-context-face'.
13516
13517 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13518 a button-like box. Inherit from `highlight' on low colors.
13519 (shadow): Use shades of gray only for color/grayscale with
13520 more than 88 colors. Use green for light backgrounds with
13521 8 colors, and yellow for dark backgrounds with 8 colors.
13522
13523 * font-lock.el (font-lock-regexp-grouping-backslash):
13524 Don't inherit from escape-glyph (use bold for all cases).
13525
13526 * info.el (info-xref-visited): Use light foreground color `violet'
13527 for dark backgrounds instead of dark color `magenta3'.
13528 (info-title-1): Use `yellow' color for dark backgrounds.
13529
13530 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13531 too-light magenta2.
13532
13533 * replace.el (match): Use slightly more light RoyalBlue3 instead
13534 of dark RoyalBlue4.
13535
13536 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13537
13538 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13539
13540 * novice.el (disabled-command-hook): Declare it with
13541 `define-obsolete-variable-alias'.
13542
13543 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13544 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13545 (desktop-load-default): Add release to obsolescence info.
13546 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13547 (desktop-append-buffer-args, desktop-read):
13548 Fix typos in docstrings.
13549 (desktop-kill): Fix typo in message.
13550 (desktop-save): Doc fix.
13551
13552 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13553
13554 * viper-cmd.el (viper-escape-to-state): Bug fix.
13555 (viper-envelop-ESC-key): Change the definition of fast
13556 keysequence so it'll work with keyboard macros.
13557
13558 * ediff.el (ediff-patch-buffer): Change the docstring.
13559
13560 2005-07-19 Kenichi Handa <handa@m17n.org>
13561
13562 * international/mule-cmds.el (select-safe-coding-system): Try to
13563 use an auto-coding (if any) before anything else. If the found
13564 auto-coding is invalid, show a warning message.
13565
13566 * international/mule.el (find-auto-coding): New function created
13567 by modifying the body of set-auto-coding.
13568 (set-auto-coding): Use find-auto-coding to find a coding.
13569
13570 2005-07-18 Richard M. Stallman <rms@gnu.org>
13571
13572 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13573 not isearch-mode-end-hook-error.
13574 (allout-before-change-protect): Fix error message.
13575
13576 2005-07-18 Juri Linkov <juri@jurta.org>
13577
13578 * allout.el (allout-mode):
13579 * calculator.el (calculator-copy):
13580 * custom.el (custom-known-themes):
13581 * dired.el (dired-desktop-buffer-misc-data)
13582 (dired-restore-desktop-buffer):
13583 * dired-x.el (dired-omit-marker-char):
13584 * files.el (basic-save-buffer):
13585 * font-core.el (font-lock-mode):
13586 * calendar/calendar.el (calendar-goto-hebrew-date)
13587 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13588 (calendar-goto-persian-date):
13589 * language/ethio-util.el (ethio-sera-to-fidel-region):
13590 * textmodes/picture.el (picture-mode):
13591 Delete duplicate duplicate words.
13592
13593 2005-07-18 Juri Linkov <juri@jurta.org>
13594
13595 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13596 chars * ? } |.
13597 (isearch-fallback): Don't call `isearch-process-search-char'.
13598 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13599 (isearch-process-search-char): Call `isearch-fallback' for regexp
13600 chars * ? } |.
13601 (isearch-return-char): Make obsolete with `make-obsolete' instead
13602 of simply documenting it as obsolete in the docstring.
13603 (isearch-fallback): Refill docstring.
13604
13605 * international/isearch-x.el
13606 (isearch-process-search-multibyte-characters): Remove unneeded
13607 `concat'. Add intermediate values to `junk-hist' instead of
13608 `minibuffer-history'. Test the length of `str'.
13609
13610 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13611
13612 * allout.el (allout-resolve-xref): Fix typos in error strings.
13613 (allout-before-change-protect): Remove unneeded `concat'.
13614
13615 * array.el (array-mode, array-reconfigure-rows)
13616 (untabify-backward): Fix typos in docstrings.
13617 (array-reconfigure-rows): Use `insert-buffer-substring', not
13618 `insert-buffer'.
13619
13620 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13621 * progmodes/ada-mode.el (ada-make-body):
13622 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13623
13624 * dired.el (dired-log):
13625 * tar-mode.el (tar-subfile-save-buffer):
13626 * play/zone.el (zone-pgm-stress-destress):
13627 Use `insert-buffer-substring', not `insert-buffer'.
13628
13629 2005-07-17 Simon Josefsson <jas@extundo.com>
13630
13631 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13632
13633 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13634
13635 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13636 Add plain auth method.
13637 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13638
13639 2005-07-17 Kim F. Storm <storm@cua.dk>
13640
13641 * ido.el (dired-other-window): Add ido property.
13642
13643 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13644
13645 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13646 Fix typo in docstring.
13647 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13648 `insert-file-literally'.
13649
13650 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13651 info and delete redundant message. Doc fix.
13652 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13653 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13654
13655 2005-07-16 Richard M. Stallman <rms@gnu.org>
13656
13657 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13658 (byte-compile-and): Use byte-compile-and-recursion.
13659 (byte-compile-or-recursion): New function.
13660 (byte-compile-or): Use that.
13661 (byte-compile-if): Guard the else-clause too.
13662 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13663
13664 * isearch.el (isearch-mode-end-hook-quit): New variable.
13665 (isearch-done): Bind it.
13666 (isearch-mode-end-hook): Doc fix.
13667
13668 * allout.el (allout-isearch-did-quit): Variable deleted.
13669 (allout-real-isearch-abort): Function name no longer used.
13670 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13671 (allout-isearch-rectification): isearch-mode always exists.
13672 Don't set allout-isearch-did-quit.
13673 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13674 allout-isearch-did-quit.
13675 (allout-enwrap-isearch): Just add the hook.
13676 (allout-isearch-abort): Function deleted.
13677 (allout-pre-command-business): Avoid warning.
13678
13679 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13680 Correctly avoid warnings.
13681 (pascal-outline): Likewise.
13682
13683 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13684
13685 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13686
13687 * play/tetris.el (tetris-mode): Avoid warning.
13688
13689 * play/snake.el (snake-mode): Avoid warning.
13690
13691 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13692 (gamegrid-set-display-table): Avoid warning.
13693 (gamegrid-set-timer): Likewise.
13694 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13695 (gamegrid-add-score-with-update-game-score-1): Take FILE
13696 as argument.
13697 (gamegrid-add-score-with-update-game-score): Pass that argument.
13698 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13699
13700 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13701
13702 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13703 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13704
13705 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13706 and insert-file.
13707
13708 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13709 (sc-ask): Avoid warnings.
13710
13711 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13712 (eshell-hist-initialize): Use that var the natural way.
13713
13714 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13715
13716 * emacs-lisp/re-builder.el (reb-cook-regexp):
13717 Avoid warning calling lre-compile-string.
13718 (reb-color-display-p): Avoid warning.
13719
13720 * calculator.el (calculator-last-input): Guard uses
13721 of event-key and key-press-event-p.
13722 (event-key, key-press-event-p): Delete definitions.
13723
13724 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13725 (find-gc-source-directory, find-gc-subrs-callers)
13726 (find-gc-noreturn-list, find-gc-source-files)
13727 (find-gc-subrs-called): Vars renamed and defvar'd.
13728
13729 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13730 (checkdoc-overlay-put, checkdoc-delete-overlay)
13731 (checkdoc-overlay-start, checkdoc-overlay-end)
13732 (checkdoc-mode-line-update, checkdoc-char=):
13733 Define such that compiler knows they are defined.
13734 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13735 (checkdoc-read-event): Delete. Use read-event directly.
13736
13737 * whitespace.el (whitespace-make-overlay)
13738 (whitespace-overlay-put, whitespace-delete-overlay)
13739 (whitespace-overlay-start, whitespace-overlay-end):
13740 Define such that compiler knows they are defined.
13741 (whitespace): Move conditional inside.
13742
13743 * tempo.el (tempo-insert-template): Suppress warning.
13744
13745 * ediff-diff.el (longlines-mode): Add defvar.
13746
13747 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13748
13749 * server.el: Bind "C-x #" in a way that works even if C-x is
13750 redefined to a command key, not a prefix key.
13751
13752 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13753
13754 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13755 cl-make-type-test till execution time.
13756
13757 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13758
13759 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13760 arg ARG and use it.
13761
13762 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13763
13764 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13765
13766 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13767
13768 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13769 a defcustom with two :set or :type keywords.
13770
13771 2005-07-15 Richard M. Stallman <rms@gnu.org>
13772
13773 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13774 Don't give ^M comment-end syntax.
13775
13776 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13777
13778 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13779 Don't consider gdbmi (gdb-mi.el has its own update functions).
13780 (gdb-var-delete): Make it work for gdbmi as well.
13781 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13782
13783 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13784 (gud-speedbar-menu-items): Correct logic for enabling items.
13785
13786 2005-07-15 Kim F. Storm <storm@cua.dk>
13787
13788 * ido.el: Fix commentary.
13789 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13790 Use with-no-warnings around ffap-guesser.
13791 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13792 Let bind minibuffer-completing-file-name to t.
13793
13794 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13795
13796 * startup.el (site-run-file, keyboard-type): Doc fixes.
13797 (command-line): Check for "--basic-display" argument; also for
13798 "--quick", not "--bare-bones" (which was renamed).
13799 (fancy-splash-text): Add missing item "Getting New Versions".
13800 (normal-splash-screen): Fix typos and improve consistency with
13801 `fancy-splash-text'. Update copyright year.
13802
13803 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13804 valid binding for `help-char'.
13805
13806 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13807
13808 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * term.el (term-mode): Disable cua-mode for term buffers.
13811
13812 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13813
13814 * add-log.el (add-log-mailing-address, change-log-merge):
13815 Doc fixes.
13816 (change-log-get-method-definition): Fix typo in docstring.
13817
13818 2005-07-14 Kim F. Storm <storm@cua.dk>
13819
13820 * emulation/cua-base.el:
13821 (cua--pre-command-handler-1, cua--pre-command-handler)
13822 (cua--post-command-handler-1, cua--post-command-handler):
13823 Split in two. Check (buffer local) value of cua-mode.
13824 (cua-selection-mode): New command.
13825
13826 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13827
13828 * custom.el (custom-initialize-safe-set)
13829 (custom-initialize-safe-default): Doc fixes.
13830
13831 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13832 and simplify :init-value again.
13833
13834 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13835 and simplify :init-value again. Delete autoload.
13836
13837 * startup.el (command-line): Use `custom-reevaluate-setting' again
13838 for tooltip-mode.
13839
13840 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13841 a defcustom with two :initialize keywords.
13842
13843 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13844
13845 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13846 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13847 (allout-post-command-business, allout-flag-region)
13848 (isearch-reenable-font-lock, allout-yank)
13849 (allout-insert-latex-header, allout-insert-latex-trailer)
13850 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13851 (allout-latex-verb-quote): Fix typos in docstrings.
13852 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13853 (allout-unprotected, allout-prefix-data):
13854 Improve argument/docstring consistency.
13855 (allout-chart-subtree): Fix argument spec.
13856 (allout-open-topic): Rename `use_sib_bullet' argument to
13857 `use-sib-bullet'. Doc fix.
13858
13859 * whitespace.el (whitespace-check-buffer-leading)
13860 (whitespace-check-buffer-trailing)
13861 (whitespace-check-buffer-indent)
13862 (whitespace-check-buffer-spacetab)
13863 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13864 (whitespace-check-leading-whitespace)
13865 (whitespace-check-trailing-whitespace)
13866 (whitespace-check-spacetab-whitespace)
13867 (whitespace-check-indent-whitespace)
13868 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13869 (whitespace-modes): Fix typos in docstrings.
13870 (defgroup, defcustom): Doc fixes.
13871
13872 * winner.el (winner-mode, winner-boring-buffers)
13873 (winner-pending-undo-ring): Doc fixes.
13874 (winner-ring): Remove unneeded `progn'.
13875 (winner-equal): `defsubst' it.
13876 (winner-redo): Fix message.
13877
13878 2005-07-13 Kim F. Storm <storm@cua.dk>
13879
13880 * simple.el (line-move-1): Always use vertical-motion to
13881 do the last (or only) line move to ensure some movement.
13882 Undo 2005-06-23 change--don't check for overlays.
13883
13884 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13885
13886 * term/mac-win.el (ccl-encode-mac-roman-font)
13887 (ccl-encode-mac-centraleurroman-font)
13888 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13889 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13890 Change charset-id boundary of dimension to ?\xef.
13891 (mac-char-fontspec-list): New constant.
13892 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13893 argument. Nil uses itself as family in font-spec. Previous
13894 behavior for nil is now provided by non-nil non-string argument.
13895 All callers changed. Add font-specs for Mac fonts to
13896 "fontset-default" unless iso8859-1 fonts are installed.
13897
13898 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13901 a continuation line if the \ is preceded by SPC or TAB.
13902 (sh-get-indent-info): Simplify.
13903 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13904 Use with-current-buffer.
13905
13906 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13907 when the matched text is empty.
13908
13909 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13910
13911 * startup.el (command-line): Revert to previous handling of
13912 tooltip-mode. Explain in comment why the complexity is needed.
13913
13914 * tooltip.el (tooltip-mode): Revert to previous implementation of
13915 its defcustom.
13916
13917 * frame.el (blink-cursor-mode): Revert to previous implementation
13918 of its defcustom. Update comment.
13919
13920 2005-07-12 Lars Hansen <larsh@soem.dk>
13921
13922 * desktop.el: Update e-mail address.
13923
13924 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13925
13926 * term/mac-win.el (mac-services-mail-selection)
13927 (mac-services-mail-to): New functions.
13928 (mac-application-menu-map): Bind them.
13929
13930 2005-07-12 wulei <milton@wulei.net> (tiny change)
13931
13932 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13933
13934 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13935
13936 * custom.el (custom-reevaluate-setting): Doc fix.
13937
13938 2005-07-11 Jay Belanger <belanger@truman.edu>
13939
13940 * calc/calc.el (calc-embedded-announce-formula-alist)
13941 (calc-embedded-open-close-plain-alist)
13942 (calc-embedded-open-close-mode-alist): Add checks for additional
13943 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13944
13945 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * custom.el (custom-enable-theme): Don't add theme to
13948 `custom-enabled-themes' with `push' because there is no
13949 setf-method for `delq'.
13950
13951 2005-07-11 Richard M. Stallman <rms@gnu.org>
13952
13953 * custom.el (custom-declare-variable): Doc fix.
13954
13955 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13956 from the alists.
13957
13958 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13959 Do nothing if edebug-active.
13960
13961 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13962 (edebug-display): Do it here instead.
13963
13964 2005-07-10 Richard M. Stallman <rms@gnu.org>
13965
13966 * cus-face.el (custom-theme-set-faces): Make it work.
13967 (custom-reset-faces): Doc fix.
13968 (custom-theme-reset-internal-face, custom-theme-face-value):
13969 Functions deleted.
13970
13971 * custom.el (custom-push-theme): Maintain list of the settings
13972 of a given theme in its theme-settings property.
13973 Maintain position of old settings in the theme-value
13974 or theme-face property.
13975 (custom-enabled-themes): New variable.
13976 (custom-theme-enabled-p): New function.
13977 (provide-theme): Update custom-enabled-themes.
13978 Disable and reenable the `user' theme.
13979 (require-theme): Doc fix.
13980 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13981 (custom-theme-value, custom-theme-variable-value): Likewise.
13982 (custom-theme-reset-internal): Likewise.
13983 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13984 (custom-enable-theme, custom-disable-theme): New functions.
13985 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13986 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13987 (custom-theme-reset-variables): Simplify.
13988 (deftheme, custom-declare-theme, custom-make-theme-feature):
13989 Definitions moved.
13990
13991 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13992
13993 * longlines.el (longlines-show-region)
13994 (longlines-unshow-hard-newlines): Recognize hard newlines by
13995 non-nil hard property, instead of t.
13996
13997 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13998
13999 * viper-cmd.el (viper--key-maps): New variable.
14000 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14001 emulation-mode-map-alists.
14002 (viper-envelop-ESC-key): Use viper-subseq.
14003 (viper-search-forward/backward/next): Disable debug-on-error.
14004
14005 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14006 (viper-ESC-key): New defcustoms.
14007
14008 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14009
14010 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14011 (viper-subseq): Copy of subseq from cl.el.
14012
14013 * viper.el (viper-go-away, viper-set-hooks): Use
14014 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14015
14016 * viper-mous.el (viper-current-frame-saved): Use defvar.
14017
14018 * viper-init.el: Get rid of -face in face names.
14019
14020 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14021 Make it work with longlines mode
14022
14023 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14024
14025 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14026
14027 * ediff-init.el: Get rid of -face in face names.
14028
14029 2005-07-10 Richard M. Stallman <rms@gnu.org>
14030
14031 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14032 and with-timeout-unsuspend.
14033
14034 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14035 and with-timeout-unsuspend.
14036
14037 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14038 (with-timeout): Bind that variable to record timers.
14039 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14040
14041 * emacs-lisp/debug.el (debug-help-follow): New function.
14042 (debugger-mode-map): Use that instead of help-follow.
14043 (debugger-setup-buffer): Use eval-buffer-list
14044 to handle eval-buffer frames.
14045
14046 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14047
14048 * timezone.el (timezone-parse-date): Change first regexp
14049 so it will not mistakenly match dates with no time zone.
14050
14051 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14052
14053 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14054
14055 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14056
14057 * custom.el (custom-initialize-safe-set)
14058 (custom-initialize-safe-default): New functions.
14059
14060 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14061 and simplify :init-value.
14062
14063 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14064 and simplify :init-value. Delete obsolete comment.
14065
14066 * startup.el (command-line): Use `custom-reevaluate-setting' to
14067 handle `tooltip-mode'. Delete obsolete comment.
14068
14069 * files.el (set-visited-file-name): Avoid calling
14070 `file-name-nondirectory' with a nil argument.
14071
14072 2005-07-09 Richard M. Stallman <rms@gnu.org>
14073
14074 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14075 was called with nil for the buffer, handle the read position right.
14076 Handle read position for eval-region, too.
14077
14078 2005-07-09 Juri Linkov <juri@jurta.org>
14079
14080 * fringe.el (fringe-mode): Add period in docstring.
14081 (fringe-query-style): Build prompt depending on `all-frames' arg.
14082
14083 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14084 to not create links to unrelated functions in the Help buffer.
14085
14086 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14087 Doc fix.
14088
14089 * simple.el (next-error-hook): New variable.
14090 (next-error): Use it. Doc fix.
14091
14092 * textmodes/ispell.el (ispell-command-loop): Add current
14093 dictionary name and program name to mode-line-format.
14094 (ispell-region, ispell-process-line): Add current dictionary name
14095 and program name to messages.
14096
14097 2005-07-08 Jay Belanger <belanger@truman.edu>
14098
14099 * calc/calc.el (calc-embedded-announce-formula-alist)
14100 (calc-embedded-open-close-formula-alist)
14101 (calc-embedded-open-close-word-alist)
14102 (calc-embedded-open-close-plain-alist)
14103 (calc-embedded-open-close-new-formula-alist)
14104 (calc-embedded-open-close-mode-alist)
14105 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14106 (calc-embedded-mode-hook): New variables.
14107
14108 * calc/calc-embed.el (calc-embedded-firsttime)
14109 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14110 New variables.
14111 (calc-do-embedded): Use calc-embedded-firsttime,
14112 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14113 determine whether or not to run hooks.
14114 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14115 calc-embedded-firsttime-formula appropriately.
14116 Set calc-embedded delimiter variables according to mode.
14117
14118 2005-07-08 Richard M. Stallman <rms@gnu.org>
14119
14120 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14121 Check for "emacs", etc., as entire symbol, not just as word.
14122 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14123
14124 * files.el (set-visited-file-name): Report the error
14125 for "empty filename" earlier.
14126 (kill-some-buffers): Ignore buffers already dead.
14127
14128 * fringe.el (fringe-mode): Doc fix.
14129
14130 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14131 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14132 Use unwind-protect to ensure byte-compile-unresolved-functions
14133 is updated.
14134
14135 * whitespace.el (whitespace-buffer-leading-cleanup):
14136 Simplify w/ skip-chars-forward.
14137 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14138
14139 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14140 Unconditionally try to leave point at the same old place.
14141
14142 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14143
14144 * comint.el (comint-postoutput-scroll-to-bottom)
14145 (comint-show-maximum-output): Take scroll-margin into consideration.
14146
14147 2005-07-08 Kim F. Storm <storm@cua.dk>
14148
14149 * ido.el (ido-use-filename-at-point): New choice `guess'.
14150 (ido-file-internal): Try ffap-guesser if selected.
14151
14152 * ido.el (ido-before-fallback-functions): New hook.
14153 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14154 (ido-read-file-name): Run it.
14155
14156 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14157
14158 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14159 strings rather than a list of symbols to the completion function.
14160
14161 2005-07-07 Jay Belanger <belanger@truman.edu>
14162
14163 * calc/calc-units.el (math-apply-units): Change the places in
14164 which units are simplified.
14165
14166 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14167
14168 * cus-edit.el (customize-option, customize-option-other-window):
14169 Make them handle aliases.
14170
14171 * custom.el (custom-variable-p): Make it recursively follow
14172 aliases. Mention that in the docstring.
14173
14174 2005-07-07 Richard M. Stallman <rms@gnu.org>
14175
14176 * cus-start.el (exec-path): Use `directory' instead of `file'.
14177 Fix tag for nil.
14178
14179 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14182 when called non-interactively. Doc fix.
14183
14184 2005-07-07 Lute Kamstra <lute@gnu.org>
14185
14186 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14187 new address as well.
14188
14189 2005-07-07 Kenichi Handa <handa@m17n.org>
14190
14191 * international/mule.el (make-coding-system):
14192 Describe `ascii-incompatible' property in the docstring.
14193 (set-file-name-coding-system): Signal an error if coding-system is
14194 ascii-incompatible.
14195 (set-keyboard-coding-system): Likewise.
14196
14197 * international/mule-cmds.el (set-default-coding-systems):
14198 Don't set default-file-name-coding-system and
14199 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14200
14201 * international/utf-16.el: Declare that all UTF-16-based coding
14202 systems are ASCII-incompatible.
14203
14204 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14205
14206 * progmodes/gud.el: Require font-lock for displaying errors.
14207 Used by gdb-ui.el.
14208
14209 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14210
14211 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14212 values for the pattern lists which are `read'able but not
14213 `append'able (like symbols).
14214
14215 2005-07-06 Richard M. Stallman <rms@gnu.org>
14216
14217 * progmodes/flymake.el (flymake-float-time): Instead of
14218 with-no-warnings, test for xemacs.
14219 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14220 to avoid warning.
14221
14222 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14223
14224 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14225
14226 2005-07-05 Lute Kamstra <lute@gnu.org>
14227
14228 * battery.el: Add support for Darwin (with much debugging help
14229 from Samuel Lauber <sam124@operamail.com>).
14230 (battery-status-function, battery-echo-area-format)
14231 (battery-mode-line-format): Add support for pmset on Darwin.
14232 (battery-load-low, battery-load-critical): New user options.
14233 (battery-pmset): New function.
14234
14235 2005-07-05 Lute Kamstra <lute@gnu.org>
14236
14237 Update FSF's address in GPL notices.
14238
14239 * textmodes/page-ext.el: Update FSF's address.
14240
14241 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14244 filling from using prefix when filling a single-line docstring.
14245
14246 * progmodes/flymake.el: Remove useless eval-when-compile.
14247
14248 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14249
14250 2005-07-04 Richard M. Stallman <rms@gnu.org>
14251
14252 * textmodes/org.el (org-file-apps-defaults-gnu):
14253 Rename from org-file-apps-defaults-linux.
14254 (org-default-apps): Don't test system-type for `linux'.
14255 (org-file-apps): Doc fix.
14256
14257 2005-07-04 David Ponce <david@dponce.com>
14258
14259 * tree-widget.el: Improve header Commentary section.
14260 (tree-widget) [defgroup]
14261 (tree-widget-image-enable, tree-widget-themes-directory)
14262 (tree-widget-theme, tree-widget-image-properties-emacs)
14263 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14264 (tree-widget-image-formats, tree-widget-control)
14265 (tree-widget-empty-control, tree-widget-leaf-control
14266 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14267 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14268 (tree-widget-keep, tree-widget-after-toggle-functions)
14269 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14270 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14271 :help-echo message.
14272 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14273 (tree-widget-image-properties): Doc fix. Clearer implementation.
14274 (tree-widget--cursors): New constant.
14275 (tree-widget-lookup-image): New function split from
14276 `tree-widget-find-image'. Clearer implementation.
14277 (tree-widget-find-image): Use it.
14278 (tree-widget-button-keymap): Use `set-keymap-parent'.
14279 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14280 Define the sub-widgets here.
14281 (tree-widget-node): Check that :node is not a tree-widget.
14282 (tree-widget-get-super, tree-widget-open-control)
14283 (tree-widget-close-control, tree-widget-empty-control)
14284 (tree-widget-leaf-control, tree-widget-guide)
14285 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14286 (tree-widget-no-handle, tree-widget-value-delete)
14287 (tree-widget-map): Remove.
14288 (tree-widget-children-value-save): Doc fix. Simplified.
14289 (tree-widget-value-create): Update according to previous changes.
14290
14291 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14292
14293 * textmodes/org.el: Leading space replaced by TABS.
14294 (org-recalc-marks, org-table-rotate-recalc-marks)
14295 (org-table-get-specials): Treat "^" and "_" marks.
14296 (org-table-justify-field-maybe): Optional argument NEW.
14297 (org-table-eval-formula): Parsing of the format simplified.
14298 New modes C,I. Honor the %= parameter in the current table.
14299 Avoid unnecessary re-align by using the NEW argument to
14300 `org-table-justify-field-maybe'.
14301 (org-calc-default-modes): Default for date-format mimicks org-mode.
14302 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14303
14304 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14305
14306 * cus-face.el (custom-theme-set-faces): Make it handle face
14307 aliases whose alias declarations are pre- or autoloaded.
14308
14309 2005-07-04 Juri Linkov <juri@jurta.org>
14310
14311 * faces.el (read-face-name): Put the code for getting a face name
14312 from the buffer before adding the faces from the `face' property.
14313 Use `completing-read-multiple' instead of `completing-read'.
14314 Require `crm'. Add default value and post-process the returned
14315 list of faces.
14316
14317 * emacs-lisp/crm.el (crm-find-current-element)
14318 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14319
14320 * emacs-lisp/lisp-mode.el (eval-defun-1):
14321 * emacs-lisp/edebug.el (edebug-eval-defun):
14322 Remove unnecessary quotes.
14323
14324 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14325
14326 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14327 (prolog-indent-level): Fix typo in docstring.
14328
14329 * info.el (Info-history, Info-history-forward)
14330 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14331
14332 * add-log.el (add-change-log-entry):
14333 * comint.el (comint-dynamic-list-input-ring)
14334 (comint-dynamic-list-completions):
14335 * dabbrev.el (dabbrev-expand):
14336 * delim-col.el (delimit-columns-rectangle-line):
14337 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14338 (diff-unified->context):
14339 * ediff-init.el (ediff-abbrev-jobname):
14340 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14341 (ediff-replace-session-activity-marker-in-meta-buffer):
14342 * info.el (Info-summary):
14343 * lpr.el (printify-region):
14344 * printing.el (pr-create-interface):
14345 * ps-print.el (ps-print-quote):
14346 * ses.el (ses-column-widths, ses-print-cell)
14347 (ses-adjust-print-width, ses-center):
14348 * shell.el (shell-file-name-quote-list):
14349 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14350 (strokes-fill-current-buffer-with-whitespace)
14351 (strokes-xpm-for-stroke, strokes-list-strokes)
14352 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14353 * term.el (term-dynamic-list-input-ring)
14354 (term-dynamic-list-completions):
14355 * calc/calc.el (math-format-stack-value):
14356 * emacs-lisp/edebug.el (edebug-display-freq-count):
14357 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14358 (delphi-new-comment-line):
14359 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14360 * progmodes/executable.el (executable-set-magic):
14361 * progmodes/python.el (inferior-python-mode):
14362 * progmodes/scheme.el (scheme-mode-syntax-table):
14363 * progmodes/sh-script.el (sh-maybe-here-document):
14364 * progmodes/sql.el (sql-copy-column):
14365 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14366 * textmodes/bibtex.el (bibtex-mode):
14367 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14368 (sgml-auto-attributes):
14369 * textmodes/table.el (table-insert, table-shorten-cell)
14370 (table--generate-source-scan-lines, table-delete-row)
14371 (*table--cell-delete-char, table--spacify-frame)
14372 (table--horizontally-shift-above-and-below)
14373 (table--cell-insert-char, table--cell-blank-str)
14374 (table--fill-region-strictly):
14375 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14376 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14377
14378 * add-log.el (change-log):
14379 * apropos.el (apropos):
14380 * comint.el (comint-completion, comint-source):
14381 * dabbrev.el (dabbrev):
14382 * delim-col.el (columns):
14383 * diff-mode.el (diff-mode):
14384 * ediff.el (ediff):
14385 * ediff-diff.el (ediff-diff):
14386 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14387 * ediff-mult.el (ediff-mult):
14388 * ediff-ptch.el (ediff-ptch):
14389 * ediff-wind.el (ediff-window):
14390 * facemenu.el (facemenu):
14391 * indent.el (indent):
14392 * info.el (info):
14393 * jka-cmpr-hook.el (compression, jka-compr):
14394 * lpr.el (lpr):
14395 * outline.el (outlines):
14396 * pcmpl-cvs.el (pcmpl-cvs):
14397 * pcmpl-rpm.el (pcmpl-rpm):
14398 * printing.el (printing):
14399 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14400 (ps-print-vertical, ps-print-headers, ps-print-font)
14401 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14402 (ps-print-background, ps-print-printer, ps-print-page)
14403 (ps-print-miscellany):
14404 * ses.el (ses):
14405 * shell.el (shell, shell-directories, shell-faces):
14406 * startup.el (initialization):
14407 * strokes.el (strokes):
14408 * term.el (term):
14409 * uniquify.el (uniquify):
14410 * w32-vars.el (w32):
14411 * calc/calc.el (calc):
14412 * emacs-lisp/bytecomp.el (bytecomp):
14413 * emacs-lisp/cl-indent.el (lisp-indent):
14414 * emacs-lisp/edebug.el (edebug):
14415 * emacs-lisp/elp.el (elp):
14416 * emacs-lisp/testcover.el (testcover):
14417 * emacs-lisp/trace.el (trace):
14418 * emulation/viper-ex.el (viper-ex):
14419 * emulation/viper-mous.el (viper-mouse):
14420 * mail/mailalias.el (mailalias):
14421 * mail/supercite.el (supercite, supercite-frames)
14422 (supercite-attr, supercite-cite, supercite-hooks):
14423 * net/rcompile.el (remote-compile):
14424 * net/rlogin.el (rlogin):
14425 * obsolete/ooutline.el (outlines):
14426 * progmodes/delphi.el (delphi):
14427 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14428 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14429 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14430 (ebnf-optimization):
14431 * progmodes/etags.el (etags):
14432 * progmodes/executable.el (executable):
14433 * progmodes/idlwave.el (idlwave):
14434 * progmodes/pascal.el (pascal):
14435 * progmodes/prolog.el (prolog):
14436 * progmodes/python.el (python):
14437 * progmodes/scheme.el (scheme):
14438 * progmodes/sh-script.el (sh, sh-script):
14439 * progmodes/sql.el (SQL):
14440 * progmodes/tcl.el (tcl):
14441 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14442 * textmodes/enriched.el (enriched):
14443 * textmodes/makeinfo.el (makeinfo):
14444 * textmodes/sgml-mode.el (sgml):
14445 * textmodes/table.el (table-hooks):
14446 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14447 * textmodes/texinfo.el (texinfo):
14448 * textmodes/two-column.el (two-column):
14449 Finish `defgroup' description with period.
14450
14451 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14452 * eshell/esh-var.el (eshell-var):
14453 * progmodes/vhdl-mode.el (vhdl-testbench):
14454 * textmodes/org.el (org): Fix typos in docstrings.
14455
14456 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14457 consistency.
14458
14459 * progmodes/flymake.el (flymake-find-file): Remove.
14460 (flymake-float-time): Use `with-no-warnings'.
14461 (flymake-check-start-time, flymake-check-was-interrupted)
14462 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14463 (flymake-new-err-info): `defvar' at compile time.
14464
14465 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14466
14467 * replace.el (occur-hook): Doc fix.
14468 (occur-1): Don't call `occur-hook' if there are no matches.
14469
14470 2005-07-03 Richard M. Stallman <rms@gnu.org>
14471
14472 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14473 global-map, save the same map.
14474 (global-map): Don't alter it at top level.
14475 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14476 Then alter it here instead.
14477 (tpu-edt-off): Set global-map to the saved one.
14478
14479 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14480 All references simplified.
14481 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14482 (zmacs-regions): Add defvar.
14483 (repeat-complex-command-map): Everything about that deleted.
14484
14485 * textmodes/artist.el (artist-key-is-drawing)
14486 (artist-key-endpoint1, artist-key-poly-point-list)
14487 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14488 (artist-key-compl-table, artist-rb-save-data)
14489 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14490 Don't put them in eval-when-compile.
14491 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14492
14493 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14494 Use with-no-warnings.
14495
14496 * net/browse-url.el (dos-windows-version): Add defvar.
14497
14498 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14499
14500 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14501 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14502 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14503 Add defvar.
14504 (rmail-summary-beginning-of-message): Use with-no-warnings.
14505 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14506
14507 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14508 Use with-no-warnings.
14509
14510 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14511 (c-mark-function): Add point-moving-unit property.
14512 (vi-goto-line): Use with-no-warnings.
14513
14514 * emulation/edt.el (edt-last-copied-word): Add defvar.
14515 (zmacs-region-stays): Likewise.
14516 (edt-mark-section-wisely): Use c-mark-function for C.
14517 Use makr-defun for Fortran.
14518 (time-string): defvar deleted.
14519 (edt-display-the-time): Don't set time-string.
14520
14521 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14522
14523 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14524 Don't warn when name is not constant
14525 or for defining the group `emacs'.
14526
14527 * tooltip.el (gud-tooltip-mode): Add defvar.
14528
14529 * startup.el (default-frame-background-mode): Add defvar.
14530
14531 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14532
14533 * info.el (tool-bar-map): Add defvar.
14534
14535 * dired.el (dnd-protocol-alist): Add defvar.
14536
14537 * dired-aux.el (dired-query): Display question with answer, when
14538 the user answers.
14539
14540 * custom.el (custom-add-option): Doc fix.
14541
14542 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14543
14544 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14545
14546 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14547 bogus name from the last change.
14548
14549 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14550
14551 * custom.el (custom-declare-variable): Fix typos in comment.
14552 (custom-known-themes): Doc fix.
14553 (custom-theme-directory): New defcustom.
14554 (require-theme): Make it check `custom-theme-directory'.
14555
14556 * cus-theme.el (custom-new-theme-mode): New function.
14557 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14558 (custom-theme-description): Add compiler defvars.
14559 (customize-create-theme): Add doc to the "*New Custom Theme*"
14560 buffer. Use `custom-new-theme-mode'.
14561 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14562 and save it to the `custom-theme-directory'. Make this the
14563 default directory of the buffer.
14564
14565 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14566
14567 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14568 Fix unbalanced parentheses.
14569
14570 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14573 into flymake-mode and delegate to flymake-mode.
14574
14575 * find-file.el (ff-which-function-are-we-in): Clean up.
14576
14577 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14578
14579 * replace.el (occur-rename-buffer): Fix docstring.
14580
14581 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14582 (edt-last-copied-word, edt-learn-macro-count)
14583 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14584 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14585 (time-string, zmacs-region-stays):
14586 * emulation/edt-mapper.el (edt-save-function-key-map)
14587 (EDT-key-name): `defvar' to silence the byte-compiler.
14588
14589 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14590
14591 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14592 font-lock-regexp-backslash. Doc fix.
14593 (font-lock-regexp-backslash-grouping-construct): Rename from
14594 font-lock-regexp-backslash-construct. Doc fix.
14595 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14596 grouping constructs.
14597
14598 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14599
14600 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14601 updating all the prerequisites.
14602
14603 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14604
14605 * textmodes/org.el (org-agenda-start-on-weekday)
14606 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14607 (org-agenda-use-time-grid, org-archive-location)
14608 (org-allow-space-in-links, org-usenet-links-prefer-google)
14609 (org-enable-table-editor, org-export-default-language)
14610 (org-export-html-show-new-buffer, org-fill-paragraph)
14611 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14612 (org-goto-quit, org-occur, org-eval-in-calendar)
14613 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14614 (org-agenda-diary-entry, org-remember-help)
14615 (org-table-convert-region, org-at-table-p)
14616 (org-table-move-row-down, org-table-move-row-up)
14617 (org-table-copy-region, org-table-toggle-vline-visibility)
14618 (org-table-get-stored-formulas, org-table-get-specials)
14619 (org-recalc-commands, org-table-eval-formula)
14620 (org-table-formula-substitute-names, orgtbl-make-binding)
14621 (org-format-org-table-html, org-format-table-table-html)
14622 (org-format-table-table-html-using-table-generate-source)
14623 (org-customize): Fix typos in docstrings.
14624 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14625 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14626 (org-back-to-heading): Doc fixes.
14627 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14628 (org-agenda-change-all-lines, org-get-header):
14629 Improve argument/docstring consistency.
14630 (orgtbl-error): Fix error message.
14631
14632 * progmodes/flymake.el (flymake-find-possible-master-files)
14633 (flymake-master-file-compare, flymake-get-line-err-count)
14634 (flymake-highlight-line, flymake-gui-warnings-enabled):
14635 Fix typos in docstrings.
14636 (flymake-parse-line, flymake-get-project-include-dirs-function)
14637 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14638 Doc fixes.
14639 (flymake-get-project-include-dirs-function)
14640 (flymake-make-err-menu-data):
14641 Improve argument/docstring consistency.
14642
14643 2005-07-01 Lute Kamstra <lute@gnu.org>
14644
14645 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14646 Catch errors with ignore-errors. Use temporary buffer.
14647 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14648
14649 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14650 background color faces.
14651 (facemenu-set-foreground, facemenu-set-background):
14652 Use facemenu-set-face-from-menu.
14653 (facemenu-set-face-from-menu): Treat face names that start with
14654 "fg:" or "bg:" as special.
14655 (facemenu-add-new-color): Don't create faces. Simplify.
14656
14657 2005-06-30 Richard M. Stallman <rms@gnu.org>
14658
14659 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14660 (crm-find-current-element): Likewise.
14661
14662 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14663
14664 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14665
14666 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14669 (archive-mouse-extract): Make it an obsolete alias.
14670 (archive-mode-map): Don't use archive-mouse-extract any more.
14671 (archive-mode, archive-extract): write-contents-hooks ->
14672 write-contents-functions.
14673 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14674 first arg.
14675 (archive-rename-entry): Update the call.
14676 (archive-zip-summarize): Remove unused var `method'.
14677 (archive-lzh-summarize): Remove unused var `creator'.
14678
14679 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14680 dedicated frame upon exit.
14681
14682 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14683 (archive-zip-extract, archive-zip-expunge)
14684 (archive-zip-update, archive-zip-update-case): Use executable-find.
14685 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14686 Use restore-buffer-modified-p.
14687 (archive-extract, archive-add-new-member, archive-write-file-member):
14688 Use with-current-buffer.
14689 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14690
14691 2005-06-30 Andreas Schwab <schwab@suse.de>
14692
14693 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14694
14695 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14696
14697 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14698
14699 2005-06-30 Juri Linkov <juri@jurta.org>
14700
14701 * faces.el (vertical-border): Inherit from mode-line-inactive
14702 only on tty.
14703
14704 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14705
14706 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14707 example, -NLINES in the `occur' docstring).
14708
14709 * replace.el (occur-1): When no matches are found, do not set the
14710 `buffer-read-only' and modified flags for the occur buffer,
14711 because it is deleted.
14712
14713 * emulation/cua-base.el (cua-check-pending-input)
14714 (cua-repeat-replace-region, cua-mode, cua-debug)
14715 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14716 Fix typos in docstrings.
14717
14718 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14719 (cua-cut-region-to-global-mark)
14720 (cua--cut-rectangle-to-global-mark):
14721 Remove period from end of messages.
14722
14723 * emulation/cua-rect.el (cua-do-rectangle-padding):
14724 Remove period from end of messages.
14725 (cua--rectangle-seq-format): Fix typo in docstring.
14726 (cua-sequence-rectangle, cua-fill-char-rectangle):
14727 Improve argument/docstring consistency.
14728
14729 2005-06-29 Juri Linkov <juri@jurta.org>
14730
14731 * faces.el (default-frame-background-mode): New internal variable.
14732 (frame-set-background-mode): Use it.
14733
14734 * startup.el (normal-top-level): Set default-frame-background-mode
14735 instead of frame-background-mode. Before setting it, test for its
14736 nil value. Remove tests for frame-background-mode and frame
14737 parameter `reverse'. Add test for "unspecified-fg".
14738
14739 * term/xterm.el (xterm-rxvt-set-background-mode):
14740 * term/rxvt.el (rxvt-set-background-mode):
14741 Set default-frame-background-mode instead of frame-background-mode.
14742
14743 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14744
14745 * simple.el (set-variable): Warn about obsolete user variables.
14746
14747 * imenu.el (imenu--completion-buffer):
14748 * mouse.el (mouse-buffer-menu-alist):
14749 * msb.el (msb-invisible-buffer-p):
14750 * calendar/diary-lib.el (diary-header-line-format):
14751 * emacs-lisp/pp.el (pp-buffer):
14752 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14753 * textmodes/picture.el (picture-replace-match):
14754 Change space constants followed by a sexp to "?\s ".
14755
14756 * play/decipher.el (decipher-loop-with-breaks):
14757 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14758 constants "protected" from end of line by a comment to "?\s".
14759
14760 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * font-lock.el (save-buffer-state): Use `declare'.
14763
14764 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14765 reset the syntax-table to cperl-mode-syntax-table.
14766 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14767 "foo_print_bar" is not matched as a reserved keyword.
14768
14769 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14770
14771 * textmodes/org.el (orgtbl-setup): New function, for delayed
14772 setup for the orgtbl commands.
14773 (org-calc-default-modes): New option.
14774 (orgtbl-make-binding): Use `defun' to get better help display.
14775 (org-diary): Call `org-compile-prefix-format'.
14776 (org-table-formula-substitute-names): New function.
14777 (org-agenda-day-view, org-agenda-week-view): New commands.
14778 (org-agenda-toggle-week-view): Command removed.
14779 (org-tbl-menu): Split off from org-org-menu.
14780 (org-mode): Move removal of outline-mode menus to here.
14781 (org-table-formula-debug): New option.
14782 (org-table-insert-row): Keep first field if just "#" or "*".
14783 (org-mode): Paragraph regexps fixed.
14784 (org-table-recalculate-regexp): New constant.
14785 (org-table-justify-field-maybe): Avoid replace if not necessary.
14786 (org-copy-special, org-cut-special): Use `call-interactively'.
14787 (org-table-copy-region): Take region from `interactive' call.
14788 (org-trim): Return string even if no match.
14789 (org-formula): New face.
14790 (org-set-font-lock-defaults): No longer highlight "FIXME".
14791 But highlight formula-related fields in table.
14792 (org-table-p): Use regexp, not fontification.
14793 (org-table-align): Handle white space at end of line.
14794 (org-table-formula-evaluate-inline): New option.
14795 (org-mode): Auto-wrapping in comment lines turned off.
14796 (org-table-copy-down): Evaluate only in copied field, not in
14797 destination.
14798 (org-table-current-formula): Variable removed.
14799 (org-table-store-formulas, org-table-get-stored-formulas)
14800 (org-table-modify-formulas, org-table-replace-in-formulas)
14801 (org-table-maybe-eval-formula): New functions.
14802 (org-table-get-formula): Modify to use stored formulas.
14803 (org-table-insert-column, org-table-delete-column)
14804 (org-table-move-column): Call `org-table-modify-formulas'.
14805 (org-complete): Add completion for keyword formulas.
14806 (orgtbl-mode): Pull orgtbl-mode-map to start of
14807 minor-mode-map-alist.
14808
14809 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * progmodes/python.el (python-check): Require `compile' before
14812 modifying its variables.
14813
14814 * newcomment.el (comment-indent-default): Don't get fooled by an early
14815 end of buffer.
14816
14817 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14818
14819 * ps-print.el (ps-print-version): Fix version number.
14820
14821 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14822
14823 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14824
14825 2005-06-28 Richard M. Stallman <rms@gnu.org>
14826
14827 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14828 (flyspell-local-mouse-map): Declaration deleted.
14829 (flyspell-mouse-map): Bind only mouse-2.
14830 (flyspell-mode-map): Don't test flyspell-use-local-map.
14831 (flyspell-overlay-keymap-property-name): Var deleted.
14832 (flyspell-mode-on): Don't make local bindings for
14833 flyspell-mouse-map and flyspell-mode-map.
14834 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14835
14836 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14837
14838 * progmodes/compile.el (compilation-next-error-function):
14839 Don't switch buffers; operate on the current buffer.
14840
14841 * progmodes/compile.el (compilation-error-file-name)
14842 (compilation-warning-file-name, compilation-info-file-name)
14843 (compilation-line-number, compilation-column-number): New faces.
14844 (compilation-error-face, compilation-warning-face)
14845 (compilation-info-face, compilation-line-face)
14846 (compilation-column-face): Use them.
14847
14848 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14849
14850 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14851
14852 * bindings.el (global-map): Bind insertchar and its variants.
14853
14854 2005-06-27 Richard M. Stallman <rms@gnu.org>
14855
14856 * textmodes/artist.el (artist-text-overwrite)
14857 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14858
14859 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14860
14861 * ps-print.el: It was not working the page selection for printing.
14862 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14863 (ps-print-version): New version 6.6.7.
14864 (ps-end-sheet): New fun.
14865 (ps-header-sheet, ps-end-job): Call it.
14866
14867 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14868
14869 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14870
14871 2005-06-27 Lute Kamstra <lute@gnu.org>
14872
14873 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14874 background color faces.
14875 (facemenu-get-face): Delete function.
14876 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14877 (facemenu-add-new-color): Make second argument mandatory.
14878 Create the appropriate face and return it. Simplify.
14879 (facemenu-set-foreground, facemenu-set-background): Don't check if
14880 color is defined. Use return value of facemenu-add-new-color.
14881
14882 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14883
14884 * progmodes/gud.el (gud-filter): Add missing argument to
14885 with-selected-window.
14886
14887 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14890 a :require to the defcustom.
14891
14892 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14893 defcustoms corresponding to minor modes.
14894
14895 2005-06-26 David Ponce <david@dponce.com>
14896
14897 * recentf.el: Require tree-widget instead of wid-edit.
14898 (recentf-filename-handler): Fix widget :type.
14899 (recentf-cancel-dialog, recentf-open-more-files)
14900 (recentf-open-files-action): Doc fix.
14901 (recentf-dialog-goto-first): New function.
14902 (recentf-dialog-mode-map): Set parent keymap first.
14903 (recentf-dialog-mode): Define with define-derived-mode.
14904 Don't display continuation lines in dialogs.
14905 (recentf-edit-list): Rename from recentf-edit-selected-items.
14906 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14907 Simplify.
14908 (recentf-edit-list-validate): New function.
14909 (recentf-edit-list): Update accordingly.
14910 (recentf-open-files-item-shift): Remove.
14911 (recentf-open-files-item): Convert menu elements into tree and
14912 link widgets. Don't create the widgets.
14913 (recentf-open-files): Update accordingly.
14914 (recentf-save-list): Untabify.
14915
14916 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14917
14918 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14919 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14920 partially contained in the active region. Do not take active
14921 region into account when called from Lisp, unless INTERACTIVE arg
14922 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14923 avoid trouble with fields. Make marker point nowhere when no
14924 longer used. Always return nil. Doc fix.
14925 (flush-lines): Add INTERACTIVE arg. Do not take active region
14926 into account when called from Lisp, unless INTERACTIVE arg is
14927 non-nil. Use `forward-line' instead of `beginning-of-line' to
14928 avoid trouble with fields. Make marker point nowhere when no
14929 longer used. Always return nil. Doc fix.
14930 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14931 interchangeable. Do not take active region into account when
14932 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14933 message in echo area when called from Lisp, unless INTERACTIVE arg
14934 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14935 Return the number of matches. Doc fix.
14936 (occur): Doc fix.
14937 (perform-replace): Make comment follow double space convention for
14938 the sake of `outline-minor-mode'.
14939
14940 * faces.el (facep): Doc fix.
14941
14942 2005-06-25 Richard M. Stallman <rms@gnu.org>
14943
14944 * facemenu.el (facemenu-enable-faces-p): New function.
14945 (facemenu-background-menu, facemenu-foreground-menu)
14946 (facemenu-face-menu): Add menu-enable property.
14947
14948 * jka-compr.el (jka-compr-insert-file-contents):
14949 Special handling if cannot find the uncompression program.
14950
14951 * cus-face.el (custom-face-attributes): Add autoload.
14952
14953 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14954 Bind comment-indent-function locally.
14955
14956 * window.el (save-selected-window): Use save-current-buffer.
14957
14958 * subr.el (with-selected-window): Use save-current-buffer.
14959
14960 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14961 and with-current-buffer.
14962
14963 2005-06-24 Richard M. Stallman <rms@gnu.org>
14964
14965 * simple.el (line-move-1): Fix previous change.
14966
14967 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14968
14969 * replace.el (occur-1): Set `buffer-read-only' and the
14970 buffer-modified flag before running `occur-hook' to protect
14971 against unintentional buffer switches that can lead to data loss.
14972
14973 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14974
14975 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14976 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14977 initial error.
14978
14979 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14980 after fresh input.
14981 (gdb-var-create-handler): Put name of expression in quotes.
14982
14983 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14984
14985 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14986 elements of RING in order, and without bogus nil elements.
14987
14988 2005-06-23 Richard M. Stallman <rms@gnu.org>
14989
14990 * simple.el (set-variable): Args renamed; doc fix.
14991 (line-move-1): When there are overlays around, use vertical-motion.
14992
14993 * faces.el (escape-glyph): Use brown against light background.
14994 (nobreak-space): Rename from no-break-space.
14995 Fix previous change.
14996
14997 * dired-aux.el (dired-do-copy): Fix arg prompt.
14998
14999 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15000
15001 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15002
15003 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15004 rather than "Distributor".
15005
15006 2005-06-23 Lute Kamstra <lute@gnu.org>
15007
15008 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15009 (debug-on-entry): Use it. New interactive declaration that uses
15010 function-called-at-point.
15011
15012 2005-06-23 Kim F. Storm <storm@cua.dk>
15013
15014 * subr.el (save-match-data): Add comment about using evaporate arg
15015 to set-match-data.
15016
15017 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15018
15019 * cus-edit.el (customize-face)
15020 (customize-face-other-window): Handle face aliases.
15021
15022 * faces.el (face-documentation, set-face-attribute)
15023 (face-spec-set): Handle face aliases.
15024
15025 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15026
15027 * help-mode.el (help-make-xrefs): If a symbol representing a face
15028 name is not followed by the word "face", it could still be a
15029 function or variable name, so don't bypass other checks.
15030
15031 2005-06-22 Juri Linkov <juri@jurta.org>
15032
15033 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15034 Replace aliased functions with calls where second arg `inherit' is t.
15035
15036 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15037
15038 * progmodes/gdb-ui.el (gdb-error): New variable.
15039 (gdb-error): New function.
15040 (gdb-annotation-rules): Act on error-begin and error annotations.
15041 (gdb-concat-output): Use font-lock-warning-face for errors.
15042
15043 2005-06-22 Miles Bader <miles@gnu.org>
15044
15045 * bindings.el (propertized-buffer-identification): Use renamed
15046 `Buffer-menu-buffer' face.
15047
15048 * faces.el (vertical-border): Rename from `vertical-divider'.
15049 (escape-glyph): Change dark-background color back to `cyan'.
15050
15051 2005-06-21 Juri Linkov <juri@jurta.org>
15052
15053 * faces.el (face-user-default-spec): Try getting `customized-face'
15054 prior to `saved-face'.
15055 (frame-background-mode): Refill docstring.
15056
15057 * emacs-lisp/lisp-mode.el (eval-defun-1):
15058 * emacs-lisp/edebug.el (edebug-eval-defun):
15059 Set `saved-face' temporarily to nil before calling form.
15060 Set `customized-face' to the new spec after that.
15061
15062 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15063
15064 * subr.el (1value, lambda, key-substitution-in-progress):
15065 Doc fixes.
15066
15067 * autoinsert.el (auto-insert-alist):
15068 * ses.el (ses-call-printer):
15069 * subr.el (noreturn):
15070 * emacs-lisp/lisp.el (check-parens):
15071 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15072 * net/browse-url.el (browse-url-mosaic):
15073 * progmodes/cc-defs.el (c-safe-scan-lists):
15074 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15075 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15076 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15077 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15078 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15079 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15080
15081 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15082
15083 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15084
15085 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15086
15087 * calendar/appt.el (appt-make-list): Activate the package, if
15088 not already active (for backwards compatibility).
15089
15090 2005-06-20 Kim F. Storm <storm@cua.dk>
15091
15092 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15093
15094 2005-06-20 Miles Bader <miles@gnu.org>
15095
15096 * faces.el (vertical-divider): New face.
15097
15098 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15099
15100 * simple.el (kill-whole-line): Doc fix.
15101 (next-error-buffer-p, next-error-find-buffer)
15102 (clone-indirect-buffer): Fix typos in docstrings.
15103 (comment-line-break-function): Doc fix: don't say variable
15104 is automatically buffer-local (it isn't).
15105
15106 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15107
15108 * net/tramp-ftp.el (top):
15109 * net/tramp-smb.el (top):
15110 * net/tramp-util.el (top):
15111 * net/tramp-uu.el (top):
15112 * net/tramp-vc.el (top):
15113 * net/tramp.el (top): Revert copyright years back to original
15114 ones. Tramp has a life outside GNU Emacs.
15115
15116 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15117
15118 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15119
15120 2005-06-18 Juri Linkov <juri@jurta.org>
15121
15122 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15123 end of first regexp to limit the match to the position between
15124 line number and source line with same separator character as used
15125 between file name and line number. In the second regexp limit
15126 mouse-face area to file name and line number by adding new group
15127 for them and referring it in HYPERLINK arg.
15128 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15129 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15130 previous line where grep markers may be already removed.
15131
15132 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15133
15134 * progmodes/ps-mode.el: Update version and maintainer's email address.
15135
15136 2005-06-18 Steve Youngs <steve@xemacs.org>
15137
15138 * net/browse-url.el (browse-url-browser-function)
15139 (browse-url-default-browser): Add firefox.
15140 (browse-url-firefox-program, browse-url-firefox-arguments)
15141 (browse-url-firefox-startup-arguments)
15142 (browse-url-firefox-new-window-is-tab): New defcustoms.
15143 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15144
15145 2005-06-17 Richard M. Stallman <rms@gnu.org>
15146
15147 * startup.el (command-line): Warn if specified user name has
15148 no home directory.
15149
15150 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15151 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15152
15153 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15154 Doc fixes.
15155
15156 * faces.el (underline): Try bold if terminal doesn't support underline.
15157
15158 * mail/sendmail.el (mail-setup-with-from): New variable.
15159 (mail-insert-from-field): New function.
15160 (sendmail-send-it): Call it.
15161 (mail-setup): Optionally call it here.
15162
15163 * term/linux.el: Call tty-no-underline.
15164
15165 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15166
15167 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15168
15169 2005-06-17 Miles Bader <miles@gnu.org>
15170
15171 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15172 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15173 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15174 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15175 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15176 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15177 Remove "-face" suffix from face names.
15178 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15179 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15180 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15181 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15182 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15183 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15184 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15185 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15186 New backward-compatibility aliases for renamed faces.
15187 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15188 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15189 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15190 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15191 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15192 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15193 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15194 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15195 Use renamed ediff faces.
15196
15197 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15198 Remove "-face" suffix from face names.
15199 (eshell-test-ok-face, eshell-test-failed-face):
15200 New backward-compatibility aliases for renamed faces.
15201 (eshell-run-test): Use renamed eshell-test faces.
15202
15203 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15204 face name.
15205 (eshell-prompt-face): New backward-compatibility alias for renamed
15206 face.
15207 (eshell-emit-prompt): Use renamed eshell-prompt face.
15208
15209 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15210 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15211 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15212 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15213 Remove "-face" suffix from face names.
15214 (eshell-ls-directory-face, eshell-ls-symlink-face)
15215 (eshell-ls-executable-face, eshell-ls-readonly-face)
15216 (eshell-ls-unreadable-face, eshell-ls-special-face)
15217 (eshell-ls-missing-face, eshell-ls-archive-face)
15218 (eshell-ls-backup-face, eshell-ls-product-face)
15219 (eshell-ls-clutter-face):
15220 New backward-compatibility aliases for renamed faces.
15221 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15222
15223 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15224 Remove "-face" suffix from face name.
15225 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15226 instead of literal face.
15227
15228 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15229
15230 * emacs-lisp/warnings.el (display-warning, lwarn)
15231 (warning-minimum-log-level): Doc fixes.
15232 (warning-minimum-level, warning-minimum-log-level):
15233 Add :debug to :type choices.
15234
15235 * progmodes/ada-mode.el (ada-format-paramlist)
15236 (ada-get-indent-case, ada-check-matching-start)
15237 (ada-check-defun-name, ada-goto-matching-decl-start)
15238 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15239 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15240 (ada-make-subprogram-body): Follow error conventions.
15241 (ada-case-exception-file, ada-indent-comment-as-code)
15242 (ada-indent-handle-comment-special, ada-indent-renames)
15243 (ada-indent-return, ada-search-directories-internal)
15244 (ada-tab-policy, ada-case-exception-substring)
15245 (ada-other-file-alist, ada-matching-start-re)
15246 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15247 (ada-imenu-generic-expression, ada-compile-goto-error)
15248 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15249 (ada-popup-menu, ada-add-extensions, ada-mode)
15250 (ada-region-selected, ada-create-case-exception)
15251 (ada-create-case-exception-substring, ada-after-keyword-p)
15252 (ada-activate-keys-for-case, ada-adjust-case-region)
15253 (ada-adjust-case-buffer, ada-format-paramlist)
15254 (ada-scan-paramlist, ada-insert-paramlist)
15255 (ada-indent-newline-indent)
15256 (ada-indent-newline-indent-conditional)
15257 (ada-justified-indent-current, ada-goto-previous-word)
15258 (ada-indent-current, ada-get-indent-open-paren)
15259 (ada-get-indent-paramlist, ada-get-indent-end)
15260 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15261 (ada-get-indent-block-start, ada-get-indent-subprog)
15262 (ada-get-indent-noindent, ada-get-indent-label)
15263 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15264 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15265 (ada-goto-stmt-end, ada-goto-next-word)
15266 (ada-check-matching-start, ada-check-defun-name)
15267 (ada-goto-matching-decl-start, ada-goto-matching-start)
15268 (ada-goto-matching-end, ada-search-ignore-string-comment)
15269 (ada-in-decl-p, ada-looking-at-semi-or)
15270 (ada-looking-at-semi-private, ada-in-paramlist-p)
15271 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15272 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15273 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15274 (ada-previous-package, ada-create-menu)
15275 (ada-fill-comment-paragraph-justify)
15276 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15277 (ada-other-file-name, ada-last-which-function-line)
15278 (ada-last-which-function-subprog, ada-which-function)
15279 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15280 (ada-gen-treat-proc, ada-check-emacs-version)
15281 (ada-continuation-indent, ada-align-region-separate):
15282 Fix typos in docstrings.
15283 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15284
15285 2005-06-16 Lute Kamstra <lute@gnu.org>
15286
15287 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15288 conditionally.
15289
15290 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15291
15292 * comint.el (comint-replace-by-expanded-filename)
15293 (comint-prompt-regexp, comint-delimiter-argument-list)
15294 (comint-preinput-scroll-to-bottom):
15295 * info.el (Info-hide-cookies-node):
15296 * ls-lisp.el (ls-lisp-classify):
15297 * find-file.el (ff-search-directories, ff-special-constructs)
15298 (ff-find-other-file):
15299 * font-lock.el (font-lock-keywords):
15300 * shell.el (shell-prompt-pattern)
15301 (shell-dynamic-complete-functions, shell-mode)
15302 (shell-delimiter-argument-list):
15303 * term.el (term-replace-by-expanded-filename)
15304 (term-prompt-regexp, term-delimiter-argument-list):
15305 * woman.el (woman-ignore, woman0-if):
15306 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15307 * emacs-lisp/elint.el (elint-init-env):
15308 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15309 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15310 * language/ethio-util.el (ethio-tilde-escape)
15311 (ethio-use-three-dot-question):
15312 * net/zone-mode.el (zone-mode-load-time-setup):
15313 * progmodes/cc-align.el (c-lineup-argcont):
15314 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15315 * progmodes/cperl-mode.el (cperl-set-style-back):
15316 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15317 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15318 Fix spellings in docstrings.
15319
15320 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15321 * progmodes/modula2.el (m2-for): Fix spellings.
15322
15323 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15324
15325 * simple.el (undo-more): Don't use `format' on `error' arguments.
15326 Improve argument/docstring consistency.
15327 (pending-undo-list): Doc fix.
15328
15329 * smerge-mode.el (smerge-ensure-match):
15330 * emulation/vip.el (vip-ex):
15331 * net/zone-mode.el (zone-mode-update-serial):
15332 * progmodes/idlwave.el (idlwave-complete):
15333 * progmodes/vhdl-mode.el (vhdl-visit-file)
15334 (vhdl-compose-wire-components):
15335 Don't use `format' on `error' arguments.
15336
15337 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15338 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15339 (tooltip-help-tips): Fix typos in docstrings.
15340
15341 2005-06-16 David Ponce <david@dponce.com>
15342
15343 * tree-widget.el (tree-widget-value-create): Simplify last change.
15344
15345 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15346
15347 * ido.el (ido-incomplete-regexp): New variable.
15348 (ido-set-matches-1): Handle invalid-regexp error and set
15349 ido-incomplete-regexp.
15350 (ido-incomplete-regexp): New face.
15351 (ido-completions): Use it.
15352 (ido-complete, ido-exit-minibuffer, ido-completions):
15353 Handle incomplete regexps.
15354 (ido-completions): Add check for complete match when entering a regexp.
15355
15356 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15359
15360 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15361
15362 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15363 by field delimiters.
15364
15365 2005-06-15 David Ponce <david@dponce.com>
15366
15367 * tree-widget.el: eval-and-compile inlined functions so they will
15368 be available at run-time too.
15369 (tree-widget-super-format-handler)
15370 (tree-widget-format-handler): Remove.
15371 (tree-widget-value-create): Handle the :indent property.
15372
15373 2005-06-15 Miles Bader <miles@gnu.org>
15374
15375 * progmodes/which-func.el (which-func): Only inherit
15376 `font-lock-function-name-face' when that makes sense against the
15377 default mode-line face, otherwise set the face color explicitly.
15378
15379 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15380 faces instead of (non-existent) variables.
15381
15382 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15385 (iswitchb-get-matched-buffers): Likewise. Simplify.
15386
15387 2005-06-14 Miles Bader <miles@gnu.org>
15388
15389 * progmodes/ld-script.el (ld-script-location-counter):
15390 Remove "-face" suffix from face name.
15391 (ld-script-location-counter-face):
15392 New backward-compatibility alias for renamed face.
15393 (ld-script-location-counter-face): Use renamed face.
15394
15395 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15396 (cperl-hash): Remove "-face" suffix from face names.
15397 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15398 New backward-compatibility aliases for renamed faces.
15399 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15400 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15401
15402 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15403 name.
15404 (which-func-face): New backward-compatibility alias for renamed face.
15405 (which-func-format): Use renamed which-func face.
15406
15407 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15408 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15409 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15410 names.
15411 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15412 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15413 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15414 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15415 (vhdl-speedbar-architecture-selected)
15416 (vhdl-speedbar-configuration-selected)
15417 (vhdl-speedbar-package-selected)
15418 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15419 names.
15420 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15421 Use renamed faces.
15422 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15423 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15424 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15425 Use renamed faces.
15426 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15427 names.
15428 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15429 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15430 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15431 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15432 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15433 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15434
15435 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15436 face name.
15437 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15438 (sh-heredoc-face): Use renamed sh-heredoc face.
15439
15440 * progmodes/idlw-help.el (idlwave-help-link):
15441 Remove "-face" suffix from face name.
15442 (idlwave-help-link-face):
15443 New backward-compatibility alias for renamed face.
15444 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15445
15446 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15447 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15448 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15449 New backward-compatibility aliases for renamed faces.
15450 (idlwave-shell-disabled-breakpoint-face)
15451 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15452
15453 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15454 Remove "-face" suffix from face names.
15455 (flymake-errline-face, flymake-warnline-face):
15456 New backward-compatibility aliases for renamed faces.
15457 (flymake-highlight-line): Use renamed flymake faces.
15458
15459 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15460 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15461 (ebrowse-member-class, ebrowse-progress):
15462 Remove "-face" suffix from face names.
15463 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15464 (ebrowse-file-name-face, ebrowse-default-face)
15465 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15466 (ebrowse-progress-face):
15467 New backward-compatibility aliases for renamed faces.
15468 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15469 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15470 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15471 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15472
15473 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15474 antlr-syntax)
15475 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15476 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15477 names.
15478 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15479 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15480 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15481 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15482 backward-compatibility aliases for renamed faces.
15483 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15484 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15485 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15486 remove "font-lock-". Use renamed antlr-mode faces.
15487 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15488 literal face-names with face variable references.
15489
15490 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15491 face name.
15492 (Buffer-menu-buffer-face): New backward-compatibility alias for
15493 renamed face.
15494 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15495
15496 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15497
15498 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15499 Eliminate "-face" suffix.
15500 (makefile-targets): Inherit from font-lock-function-name-face and
15501 eliminate "-face" suffix.
15502 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15503 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15504 actions, instead of prepending, to make it less visible.
15505 (makefile-previous-dependency, makefile-match-dependency):
15506 Don't match a target on a continuation line.
15507
15508 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15509
15510 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15511
15512 * progmodes/gdb-ui.el (menu): Re-order menu items.
15513 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15514
15515 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15516 Define in tooltip.el.
15517 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15518 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15519 gud-tooltip-echo-area.
15520
15521 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15522 backward compatibility and make obsolete.
15523 (tooltip-help-tips): Use tooltip-use-echo-area.
15524 (tooltip-show-help-function): Rename to...
15525 (tooltip-show-help): ...this, because it is a function.
15526 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15527
15528 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15529
15530 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15531 (edebug-print-length, edebug-print-level, edebug-print-circle)
15532 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15533 (edebug-eval-print-last-sexp): Doc fixes.
15534
15535 2005-06-14 Kim F. Storm <storm@cua.dk>
15536
15537 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15538 as the coverage buffer/file/both may change.
15539
15540 2005-06-14 Lute Kamstra <lute@gnu.org>
15541
15542 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15543 and run-mode-hooks. Simplify.
15544
15545 * mail/rmailedit.el (rmail-edit-mode):
15546 * progmodes/octave-inf.el (inferior-octave-mode):
15547 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15548
15549 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15550 and run-mode-hooks.
15551 (recentf-edit-list, recentf-open-files): Don't call
15552 kill-all-local-variables directly.
15553
15554 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15555
15556 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15557
15558 * emacs-lisp/byte-run.el (make-obsolete)
15559 (define-obsolete-function-alias): Rename arguments FUNCTION and
15560 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15561 (make-obsolete-variable, define-obsolete-variable-alias):
15562 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15563 respectively.
15564
15565 * isearchb.el (isearchb-activate):
15566 * pcvs.el (cvs-mode):
15567 * ses.el (ses-load):
15568 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15569 * net/tramp.el (tramp-find-file-exists-command)
15570 (tramp-find-shell):
15571 * progmodes/ada-mode.el (ada-create-case-exception)
15572 (ada-create-case-exception-substring, ada-make-subprogram-body):
15573 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15574 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15575 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15576 * textmodes/org.el (org-promote, org-evaluate-time-range)
15577 (org-agenda-next-date-line, org-agenda-previous-date-line)
15578 (org-agenda-error, org-open-at-point, org-table-move-row)
15579 (org-format-table-table-html-using-table-generate-source)
15580 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15581 * textmodes/reftex.el (reftex-access-scan-info):
15582 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15583 (reftex-toc-promote-prepare): Follow error conventions.
15584
15585 * diff-mode.el (diff-mode): Fix typo in docstring.
15586
15587 * forms.el (forms--intuit-from-file): Fix reference to
15588 `forms-number-of-fields' in error message.
15589 (forms-print): Fix quoting in error message.
15590
15591 * forms.el (forms-mode):
15592 * emulation/vi.el (vi-goto-insert-state):
15593 * progmodes/flymake.el (flymake-new-err-info)
15594 (flymake-start-syntax-check-for-current-buffer)
15595 (flymake-simple-cleanup):
15596 * eshell/esh-var.el (eshell/export):
15597 * progmodes/gud.el (xdb):
15598 * textmodes/flyspell.el (flyspell-incorrect-hook)
15599 (flyspell-maybe-correct-transposition)
15600 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15601
15602 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15603
15604 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15605 minibuffer prompt.
15606
15607 2005-06-13 Kim F. Storm <storm@cua.dk>
15608
15609 * subr.el (add-to-ordered-list): New defun.
15610
15611 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15612 add cua--keymap-alist to emulation-mode-map-alists.
15613
15614 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15615
15616 * subr.el (complete-in-turn): New macro.
15617 (dynamic-completion-table, lazy-completion-table): Add debug info.
15618
15619 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15620 in preference to face aliases.
15621
15622 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15623 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15624 Remove unused vars `start' and `firstline'.
15625 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15626 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15627
15628 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15629
15630 * cus-start.el (all): Don't complain about missing GTK-related
15631 variables, unless either `gtk' is boundp or this isn't a
15632 `windows-nt' build.
15633
15634 2005-06-13 Lute Kamstra <lute@gnu.org>
15635
15636 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15637 run-mode-hooks.
15638
15639 * ediff-mult.el (ediff-meta-mode):
15640 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15641
15642 * ledit.el (ledit-mode): Use delay-mode-hooks.
15643
15644 * woman.el (woman-mode-line-format): Delete constant.
15645 (woman-mode-map): Initialize it properly.
15646 (woman-mode): Set mode-class property to special.
15647 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15648 Set major-mode and mode-name. Don't set mode-line-format directly.
15649 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15650
15651 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15652 string argument obsolete.
15653
15654 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15655
15656 * textmodes/org.el (org-CUA-compatible): New option.
15657 (org-disputed-keys): New variable.
15658 (org-key): New function.
15659 (orgtbl-make-binding): Add docstring to the created function.
15660 (org-mode): Set paragraph start/separate regexps.
15661 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15662 (org-archive-location, org-archive-mark-done)
15663 (org-archive-stamp-time): New options.
15664 (org-archive-subtree): New command.
15665 (org-fill-paragraph): New function.
15666 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15667 (org-fake-empty-table-line): Function removed.
15668 (org-format-org-table-html): Do not create empty table lines at
15669 separator lines. Improved table header treatment.
15670 (org-link-format): New option.
15671 (org-make-link): New function.
15672 (org-insert-link, org-store-link): Use org-make-link.
15673 (org-open-file): Quote file name for shell command, to allow
15674 spaces in file names.
15675 (org-link-regexp): Fix bug with mailto link.
15676 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15677 New constants.
15678 (org-export-as-html): Deal with the optional angles around a link.
15679 Better treatment of file: links.
15680 (org-open-at-point): Replace @{ and @} with < and >.
15681 (org-run-mode-hooks): Function removed.
15682 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15683
15684 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15685
15686 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15687 MI command -data-list-register-values.
15688 (gdb-post-prompt): Indent properly.
15689
15690 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15691
15692 * hilit-chg.el (highlight-changes-colors): Rename from
15693 `highlight-changes-colours'.
15694 (highlight-changes-colours): Keep as obsolete alias.
15695 (highlight-changes-face-list): Doc fix.
15696 (hilit-chg-make-list): Use `highlight-changes-colors'.
15697
15698 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15699
15700 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15701 defun-prompt-regexp.
15702
15703 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15704
15705 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15706 and cygwin.
15707
15708 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15709 Don't use an old loaddefs.el, as in Makefile.in.
15710
15711 2005-06-12 Lute Kamstra <lute@gnu.org>
15712
15713 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15714
15715 * man.el (Man-mode-map): Initialize it properly.
15716 (Man-mode): Set mode-class property to special.
15717
15718 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15719
15720 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15721
15722 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15723 A newline is needed in the docstring there.
15724
15725 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15726 Doc fixes.
15727
15728 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15729
15730 * printing.el: Doc fix. The menubar is no more changed when printing
15731 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15732 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15733 (pr-version): New version number (6.8.4).
15734 (pr-menu-bind): New command.
15735 (pr-update-menus): Docstring and code fix.
15736 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15737 Docstring fix.
15738 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15739 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15740
15741 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15742
15743 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15744 "Returns" to "return", document useful return values, etc.
15745
15746 2005-06-11 Alan Mackenzie <acm@muc.de>
15747
15748 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15749 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15750 (adaptive-file-function): Minor amendment to doc-string.
15751
15752 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15753
15754 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15755 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15756 Fix :type--it is `integer', not `string'.
15757
15758 * faces.el (modeline-highlight): Rename from (the erroneous)
15759 `modeline-higilight'.
15760
15761 2005-06-11 Lute Kamstra <lute@gnu.org>
15762
15763 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15764 lisp-interaction-mode-map but make it the parent.
15765 (edebug-eval-mode): Use define-derived-mode.
15766
15767 2005-06-11 Andreas Schwab <schwab@suse.de>
15768
15769 * bindings.el: Add binding of `ESC functionkey' for every
15770 `M-functionkey'.
15771 * hexl.el (hexl-mode-map): Likewise.
15772
15773 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15774
15775 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15776 [msft]: update regexp for newer msft compilers.
15777
15778 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15779
15780 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15781 ATTLIST portions of included DTDs.
15782 (xml-parse-dtd): Eliminate use of inefficient match-data.
15783
15784 2005-06-10 Miles Bader <miles@gnu.org>
15785
15786 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15787 (mpuz-text): Remove "-face" suffix from face names.
15788 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15789 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15790 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15791
15792 * play/gomoku.el (gomoku-O, gomoku-X):
15793 Remove "-face" suffix from face names.
15794 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15795 New backward-compatibility aliases for renamed faces.
15796 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15797
15798 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15799
15800 * thumbs.el: Fixes for changes of 2005-06-09.
15801 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15802 as a directory.
15803 (thumbs-thumbname): Remove directory separator from format string;
15804 `thumbs-thumbsdir' now returns a valid directory name.
15805 (thumbs-temp-dir): New defsubst.
15806 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15807 Use it.
15808
15809 * cus-edit.el (minibuffer):
15810 * files.el (make-backup-file-name-function):
15811 * filesets.el (filesets-external-viewers):
15812 * hilit-chg.el (highlight-changes-colours)
15813 (highlight-changes-face-list, highlight-changes-rotate-faces):
15814 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15815 * kmacro.el (kmacro-call-macro):
15816 * log-edit.el (log-edit-changelog-full-paragraphs):
15817 * mouse.el (mouse-1-click-follows-link):
15818 * skeleton.el (skeleton-autowrap):
15819 * subr.el (insert-for-yank-1):
15820 * tempo.el (tempo-insert-region):
15821 * terminal.el (terminal-emulator):
15822 * time.el (display-time-mail-face):
15823 * vc.el (vc-annotate):
15824 * vcursor.el (vcursor-copy-line):
15825 * woman.el (woman-bold-headings, woman-ignore)
15826 (woman-default-faces, woman-monochrome-faces):
15827 * calendar/todo-mode.el (todo-insert-threshold):
15828 * emulation/pc-select.el (pc-select-selection-keys-only)
15829 (pc-selection-mode):
15830 * emulation/vip.el (vip-find-char-forward):
15831 * emulation/viper-cmd.el (viper-find-char-forward):
15832 * international/mule-cmds.el
15833 (select-safe-coding-system-accept-default-p)
15834 (input-method-exit-on-invalid-key):
15835 * international/mule-diag.el (describe-coding-system):
15836 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15837 * net/browse-url.el (browse-url-xterm-program):
15838 * obsolete/lazy-lock.el (lazy-lock-mode):
15839 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15840 (cperl-mode):
15841 * progmodes/cpp.el (cpp-face-light-name-list)
15842 (cpp-face-dark-name-list):
15843 * progmodes/delphi.el (delphi-newline-always-indents):
15844 Fix spellings in docstrings.
15845
15846 * ido.el (ido-mode, ido-file-extensions-order)
15847 (ido-default-file-method, ido-default-buffer-method)
15848 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15849 (ido-decorations, ido-read-file-name-as-directory-commands)
15850 (ido-read-file-name-non-ido, ido-work-directory-list)
15851 (ido-ignore-item-temp-list, ido-current-directory)
15852 (ido-magic-forward-char, ido-enter-find-file)
15853 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15854 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15855
15856 2005-06-10 Lute Kamstra <lute@gnu.org>
15857
15858 * play/dunnet.el (dun-mode): Use define-derived-mode.
15859 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15860 obsolete alias.
15861
15862 * play/doctor.el (doctor-mode-map): Remove defvar.
15863 (doctor-mode): Use define-derived-mode.
15864
15865 * mail/mspools.el (mspools-mode):
15866 * net/eudc-hotlist.el (eudc-hotlist-mode):
15867 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15868
15869 2005-06-10 Miles Bader <miles@gnu.org>
15870
15871 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15872 Remove "-face" suffix from face names.
15873 (flyspell-incorrect-face, flyspell-duplicate-face):
15874 New backward-compatibility aliases for renamed faces.
15875 (flyspell-mode-on, make-flyspell-overlay)
15876 (flyspell-highlight-incorrect-region)
15877 (flyspell-highlight-duplicate-region)
15878 (flyspell-display-next-corrections)
15879 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15880
15881 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15882 from face name.
15883 (texinfo-heading-face): New backward-compatibility alias for
15884 renamed face.
15885 (texinfo-heading-face): Use renamed texinfo-heading face.
15886
15887 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15888 suffix from face names.
15889 (tex-math-face, tex-verbatim-face):
15890 New backward-compatibility aliases for renamed faces.
15891 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15892 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15893 literal face name.
15894
15895 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15896 name.
15897 (table-cell-face): New backward-compatibility alias for renamed face.
15898 (table--put-cell-face-property, table--update-cell-face):
15899 Use renamed table-cell face.
15900
15901 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15902 from face name.
15903 (sgml-namespace-face): New backward-compatibility alias for
15904 renamed face.
15905 (sgml-namespace-face): Use renamed sgml-namespace face.
15906
15907 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15908 (org-level-4, org-level-5, org-level-6, org-level-7)
15909 (org-level-8, org-warning, org-headline-done)
15910 (org-deadline-announce, org-scheduled-today)
15911 (org-scheduled-previously, org-link, org-done, org-table)
15912 (org-time-grid): Remove "-face" suffix from face names.
15913 (org-level-1-face, org-level-2-face, org-level-3-face)
15914 (org-level-4-face, org-level-5-face, org-level-6-face)
15915 (org-level-7-face, org-level-8-face, org-warning-face)
15916 (org-headline-done-face, org-deadline-announce-face)
15917 (org-scheduled-today-face, org-scheduled-previously-face)
15918 (org-link-face, org-done-face, org-table-face)
15919 (org-time-grid-face):
15920 New backward-compatibility aliases for renamed faces.
15921 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15922 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15923 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15924 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15925
15926 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15927 (viper-minibuffer-emacs, viper-minibuffer-insert)
15928 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15929 (viper-search-face, viper-replace-overlay-face)
15930 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15931 (viper-minibuffer-vi-face):
15932 New backward-compatibility aliases for renamed faces.
15933 (viper-search-face, viper-replace-overlay-face)
15934 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15935 (viper-minibuffer-vi-face): Use renamed viper faces.
15936
15937 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15938 Remove "-face" suffix from face names.
15939 (testcover-nohits-face, testcover-1value-face):
15940 New backward-compatibility aliases for renamed faces.
15941 (testcover-mark): Use renamed testcover faces.
15942
15943 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15944 face name.
15945 (diary-button-face): New backward-compatibility alias for renamed face.
15946 (diary-entry): Use renamed diary-button face.
15947
15948 * calendar/calendar.el (diary, calendar-today, holiday)
15949 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15950 (diary-face, calendar-today-face, holiday-face):
15951 New backward-compatibility aliases for renamed faces.
15952 (eval-after-load "facemenu", diary-entry-marker)
15953 (calendar-today-marker, calendar-holiday-marker, diary-face):
15954 Use renamed calendar faces.
15955
15956 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15957 (compare-windows-face): New backward-compatibility alias for
15958 renamed face.
15959 (compare-windows-highlight): Use renamed compare-windows face.
15960
15961 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15962 (strokes-char-face): New backward-compatibility alias for renamed face.
15963 (strokes-encode-buffer): Use renamed strokes-char face.
15964
15965 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15966 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15967 Remove "-face" suffix from face names.
15968 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15969 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15970 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15971 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15972 Use renamed pcvs faces.
15973 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15974 * pcvs-defs.el (cvs-mode-map): Likewise.
15975 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15976
15977 * info.el (info-title-1, info-title-2, info-title-3)
15978 (info-title-4): Remove "-face" suffix from and downcase face names.
15979 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15980 (Info-title-4-face):
15981 New backward-compatibility aliases for renamed faces.
15982 (Info-fontify-node): Use renamed info faces.
15983
15984 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15985 Remove "-face" suffix from face names.
15986 (highlight-changes-face, highlight-changes-delete-face):
15987 New backward-compatibility aliases for renamed faces.
15988 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15989 (hilit-chg-make-list): Use renamed highlight-changes faces.
15990
15991 * generic-x.el (show-tabs-tab, show-tabs-space):
15992 Remove "-face" suffix from face names.
15993 (show-tabs-tab-face, show-tabs-space-face):
15994 New backward-compatibility aliases for renamed faces.
15995 (show-tabs-generic-mode-font-lock-defaults-1)
15996 (show-tabs-generic-mode-font-lock-defaults-2):
15997 Use renamed show-tabs faces.
15998
15999 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16000 (smerge-markers): Remove "-face" suffix from face names.
16001 (smerge-mine-face, smerge-other-face, smerge-base-face)
16002 (smerge-markers-face):
16003 New backward-compatibility aliases for renamed faces.
16004 (smerge-mine-face, smerge-other-face, smerge-base-face)
16005 (smerge-markers-face): Use renamed smerge faces.
16006
16007 * log-view.el (log-view-file, log-view-message): Remove "-face"
16008 suffix from face names.
16009 (log-view-file-face, log-view-message-face):
16010 New backward-compatibility aliases for renamed faces.
16011 (log-view-file-face, log-view-message-face): Use renamed log-view
16012 faces.
16013
16014 * paren.el (show-paren-match, show-paren-mismatch):
16015 Remove "-face" suffix from face names.
16016 (show-paren-match-face, show-paren-mismatch-face):
16017 New backward-compatibility aliases for renamed faces.
16018 (show-paren-function): Use renamed show-paren faces.
16019
16020 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16021 (ruler-mode-margins, ruler-mode-fringes)
16022 (ruler-mode-column-number, ruler-mode-fill-column)
16023 (ruler-mode-comment-column, ruler-mode-goal-column)
16024 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16025 suffix from face names.
16026 (ruler-mode-default-face, ruler-mode-pad-face)
16027 (ruler-mode-margins-face, ruler-mode-fringes-face)
16028 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16029 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16030 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16031 New backward-compatibility aliases for renamed faces.
16032 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16033 (ruler-mode-column-number, ruler-mode-fill-column)
16034 (ruler-mode-comment-column, ruler-mode-goal-column)
16035 (ruler-mode-tab-stop, ruler-mode-current-column)
16036 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16037 faces.
16038
16039 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16040 face name.
16041 (whitespace-highlight-the-space): Use renamed face.
16042 (whitespace-highlight-face): New backward-compatibility alias for
16043 renamed face.
16044
16045 * woman.el (woman-italic, woman-bold, woman-unknown)
16046 (woman-addition, woman-symbol-face):
16047 Remove "-face" suffix from face names.
16048 (woman-italic-face, woman-bold-face, woman-unknown-face)
16049 (woman-addition-face):
16050 New backward-compatibility aliases for renamed faces.
16051 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16052 (woman-decode-region, woman-replace-match)
16053 (woman-display-extended-fonts, woman-special-characters)
16054 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16055 Use renamed woman faces.
16056
16057 * longlines.el (longlines-visible-face): Face removed.
16058
16059 * diff-mode.el (diff-header, diff-file-header, diff-index)
16060 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16061 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16062 suffix from face names.
16063 (diff-header-face, diff-file-header-face, diff-index-face)
16064 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16065 (diff-changed-face, diff-function-face, diff-context-face)
16066 (diff-nonexistent-face): New backward-compatibility aliases for
16067 renamed faces.
16068 (diff-header-face, diff-file-header-face)
16069 (diff-index, diff-index-face, diff-hunk-header)
16070 (diff-hunk-header-face, diff-removed, diff-removed-face)
16071 (diff-added, diff-added-face, diff-changed-face, diff-function)
16072 (diff-function-face, diff-context-face, diff-nonexistent)
16073 (diff-nonexistent-face): Use renamed diff-mode faces.
16074
16075 * progmodes/compile.el (compilation-warning-face)
16076 (compilation-info-face): Remove "-face" suffix from face names.
16077 (compilation-warning-face, compilation-info-face):
16078 New backward-compatibility aliases for renamed faces.
16079 (compilation-warning-face, compilation-info-face):
16080 Use renamed compilation faces.
16081
16082 * add-log.el (change-log-date, change-log-name)
16083 (change-log-email, change-log-file, change-log-list)
16084 (change-log-conditionals, change-log-function)
16085 (change-log-acknowledgement): Remove "-face" suffix from face names.
16086 (change-log-date-face, change-log-name-face)
16087 (change-log-email-face, change-log-file-face)
16088 (change-log-list-face, change-log-conditionals-face)
16089 (change-log-function-face, change-log-acknowledgement-face):
16090 New backward-compatibility aliases for renamed faces.
16091 (change-log-font-lock-keywords): Use renamed change-log faces.
16092
16093 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16094 (custom-set, custom-changed, custom-saved, custom-button)
16095 (custom-button-pressed, custom-documentation, custom-state)
16096 (custom-comment, custom-comment-tag, custom-variable-tag)
16097 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16098 (custom-group-tag): Remove "-face" suffix from face names.
16099 (custom-magic-alist, custom-magic-value-create)
16100 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16101 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16102 (custom-set-face, custom-changed-face, custom-saved-face)
16103 (custom-button-face, custom-button-pressed-face)
16104 (custom-documentation-face, custom-state-face)
16105 (custom-comment-face, custom-comment-tag-face)
16106 (custom-variable-tag-face, custom-variable-button-face)
16107 (custom-face-tag-face, custom-group-tag-face-1)
16108 (custom-group-tag-face):
16109 New backward-compatibility aliases for renamed faces.
16110
16111 * wid-edit.el (widget-documentation, widget-button)
16112 (widget-field, widget-single-line-field, widget-inactive)
16113 (widget-button-pressed): "-face" suffix removed from face names.
16114 (widget-documentation-face, widget-button-face)
16115 (widget-field-face, widget-single-line-field-face)
16116 (widget-inactive-face, widget-button-pressed-face):
16117 New backward-compatibility aliases for renamed faces.
16118 (widget-documentation-face, widget-button-face)
16119 (widget-button-pressed-face, widget-specify-field)
16120 (widget-specify-inactive): Use renamed widget faces.
16121
16122 2005-06-10 Kenichi Handa <handa@m17n.org>
16123
16124 * term/x-win.el (x-clipboard-yank): Remove condition-case
16125 wrapping.
16126
16127 2005-06-11 Kenichi Handa <handa@m17n.org>
16128
16129 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16130 date lines stricter.
16131
16132 2005-06-10 Zhang Wei <id.brep@gmail.com>
16133
16134 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16135 of x-get-selection.
16136
16137 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16138
16139 * comint.el (comint-mode, comint-snapshot-last-prompt):
16140 * frame.el (frame-current-scroll-bars):
16141 * term.el (term-mode, term-check-proc, term-input-sender)
16142 (term-simple-send, term-extract-string, term-word)
16143 (term-match-partial-filename):
16144 * window.el (window-current-scroll-bars):
16145 * emulation/cua-base.el (cua-normal-cursor-color)
16146 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16147 (cua-global-mark-cursor-color):
16148 * mail/undigest.el (rmail-forward-separator-regex):
16149 Fix typos in docstrings.
16150
16151 * comint.el (comint-check-proc, make-comint-in-buffer)
16152 (comint-source-default): Doc fixes.
16153
16154 * term.el (term-send-string): Improve argument/docstring consistency.
16155
16156 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16157
16158 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16159 call to `delete-region'.
16160 (comint-mode-hook): Do not enable Font Lock by default.
16161
16162 2005-06-09 Lute Kamstra <lute@gnu.org>
16163
16164 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16165 could be void.
16166
16167 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16170 (debug): Use it.
16171 (debugger-step-through, debugger-continue, debugger-jump)
16172 (debugger-return-value): Set it when needed.
16173 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16174 Use inhibit-read-only.
16175
16176 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * window.el (shrink-window-if-larger-than-buffer)
16179 (window-size-fixed): Fix typo in docstring.
16180
16181 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16182 thumbnails directory on loading.
16183 (thumbs-conversion-program): Use `eq' to check the system type,
16184 not `equal'.
16185 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16186 not "/tmp". Fix docstring.
16187 (thumbs-thumbsdir): New function to return the thumbnails
16188 directory, creating it if needed.
16189 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16190 (thumbs-temp-file): Delete variable and make it into a function.
16191 (thumbs-resize-image, thumbs-modify-image): Use it.
16192 (thumbs-kill-buffer): Simplify.
16193 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16194 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16195 docstrings.
16196
16197 2005-06-09 Kim F. Storm <storm@cua.dk>
16198
16199 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16200 set-match-data to free markers in match-data.
16201
16202 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16203 match-data to unchain markers in match-data.
16204
16205 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16208 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16209 unnecessary now.
16210
16211 2005-06-08 Richard M. Stallman <rms@gnu.org>
16212
16213 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16214 give the variable a doc string that doesn't say don't set it directly.
16215
16216 * textmodes/ispell.el (ispell-check-version):
16217 Use match-string-no-properties.
16218 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16219 (ispell-buffer-local-words): Likewise.
16220
16221 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16222 except on terminals with enough colors to really display it.
16223 (makefile-dependency-regex): Delete spurious `bb'.
16224
16225 * faces.el (escape-glyph): Use blue once again in last case.
16226 (no-break-space): Redefine so that it isn't invisible on a tty.
16227
16228 2005-06-08 Kim F. Storm <storm@cua.dk>
16229
16230 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16231 also when reading directory name.
16232
16233 2005-06-08 Lute Kamstra <lute@gnu.org>
16234
16235 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16236 (flyspell-mode-line-string): Remove autoload cookie.
16237 (flyspell-mode): Remove defvar.
16238
16239 2005-06-07 Lute Kamstra <lute@gnu.org>
16240
16241 * textmodes/org.el (org-run-mode-hooks): New function.
16242 (org-agenda-mode): Use it.
16243
16244 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16245
16246 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16247
16248 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16249
16250 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16251
16252 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16253
16254 * font-lock.el (font-lock-add-keywords): Doc fix.
16255
16256 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16259 (tex-compile-default): In the absence of any history, use the order in
16260 tex-compile-alist to choose the preferred command.
16261 (tex-compile-commands): Reorder a bit.
16262
16263 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16264 (flyspell-incorrect-face, flyspell-duplicate-face):
16265 Use (X)Emacs-agnostic code.
16266 (flyspell-mode-map): Don't overwrite at each load. Remove code
16267 redundant with the subsequent add-minor-mode. Merge Emacs and
16268 XEmacs code.
16269 (flyspell-word): Minor simplification.
16270 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16271 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16272 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16273 Merge the corresponding Emacs code.
16274 (flyspell-correct-word, flyspell-xemacs-popup):
16275 Use flyspell-do-correct.
16276
16277 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16278 a dedicated window.
16279
16280 * international/latexenc.el (latexenc-find-file-coding-system):
16281 Undo part of last patch, to turn off a compiler warning.
16282
16283 2005-06-06 Juri Linkov <juri@jurta.org>
16284
16285 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16286 Rename `tmm-inactive-face' to `tmm-inactive'.
16287
16288 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16289
16290 * iswitchb.el: Rename faces.
16291
16292 2005-06-06 Kim F. Storm <storm@cua.dk>
16293
16294 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16295 (cua-global-mark): Remove -face suffix from face names.
16296
16297 * emulation/cua-gmrk.el (cua--init-global-mark):
16298 Remove cua-global-mark face setup.
16299
16300 2005-06-06 Richard M. Stallman <rms@gnu.org>
16301
16302 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16303 just like other allowed characters.
16304 (makefile-match-dependency): Exclude leading and training whitespace
16305 from the range of regexp subexp 1.
16306 (makefile-macroassign-regex): Don't try to match the body,
16307 just the name of the macro being defined.
16308
16309 * info.el (Info-read-node-name-2): New function.
16310 (Info-read-node-name-1): Use that.
16311 Add a completion-base-size-function property.
16312
16313 * simple.el (completion-setup-function): Look for
16314 completion-base-size-function property of minibuffer-completion-table.
16315
16316 * files.el (locate-file-completion): Doc fix.
16317
16318 * printing.el: Don't call pr-update-menus; user must do that.
16319
16320 * emacs-lisp/debug.el (debugger-window): New variable.
16321 (debug): Use debugger-window if it is set and still alive.
16322 Record debugger-window for next entry.
16323
16324 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16325
16326 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16327
16328 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16329 (hack-one-local-variable, hack-local-variables)
16330 (hack-local-variables-prop-line): Pass that arg.
16331
16332 2005-06-06 Kim F. Storm <storm@cua.dk>
16333
16334 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16335 (ido-indicator): Remove -face suffix from face names.
16336
16337 2005-06-06 Juri Linkov <juri@jurta.org>
16338
16339 * font-lock.el (font-lock-regexp-backslash)
16340 (font-lock-regexp-backslash-construct): New faces.
16341 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16342 after `('. Add `while-no-input' to control structures.
16343
16344 * faces.el (no-break-space, shadow): New faces.
16345 (escape-glyph): Use less loud colors pink2 and red4.
16346
16347 * diff-mode.el (diff-context-face)
16348 * dired.el (dired-ignored)
16349 * rfn-eshadow.el (file-name-shadow)
16350 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16351
16352 * info.el (Info-title-1-face): Use green instead of yellow because
16353 bold yellow is not readable on light backgrounds.
16354
16355 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16356 before selecting the desired mode to not spend time fontifying
16357 old contents.
16358
16359 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16360
16361 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16362 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16363
16364 * ps-print.el (ps-default-fg, ps-default-bg):
16365 Fix typos in docstrings.
16366
16367 * isearchb.el (isearchb): Don't pass a spurious second argument to
16368 `iswitchb-completions'.
16369
16370 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16371
16372 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16373 to preserve point.
16374 (gdb-find-file-hook): Add doc string.
16375
16376 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16377 C dereferenced pointer expression.
16378 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16379
16380 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16381
16382 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16383 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16384 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16385 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16386 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16387 Make background transparent.
16388
16389 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16390
16391 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16392 (font-lock-remove-keywords): Doc fix.
16393 (font-lock-mode-major-mode): Compiler defvar.
16394 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16395
16396 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16397 (font-lock-mode): Update `font-lock-mode-major-mode'.
16398 (font-lock-set-defaults): Compiler defvar.
16399 (font-lock-default-function): Take `font-lock-mode-major-mode'
16400 into account.
16401
16402 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16403 keep track of which major mode it enabled the minor mode for.
16404 Use find-file-hook again. Update docstring.
16405
16406 * simple.el (eval-expression-print-level)
16407 (eval-expression-print-length, eval-expression-debug-on-error):
16408 Doc fixes.
16409
16410 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16411
16412 * iswitchb.el (iswitchb-single-match-face)
16413 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16414 (iswitchb-invalid-regexp-face): New faces.
16415 (iswitchb-completions): Use them.
16416 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16417 now marked as an obsolete alias.
16418 (iswitchb-read-buffer): Remove check for bound font variables.
16419 (iswitchb-invalid-regexp): New free variable.
16420 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16421 set iswitchb-invalid-regexp.
16422 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16423 invalid regexps.
16424 (iswitchb-completions): Add check for complete match when entering
16425 a regexp.
16426 (iswitchb-completions): Remove require-match argument.
16427 (iswitchb-exhibit): Fix caller.
16428 (iswitchb-common-match-inserted): New variable.
16429 (iswitchb-complete, iswitchb-completion-help): Use it.
16430
16431 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16432
16433 * url-http.el (url-http-chunked-encoding-after-change-function):
16434 Use `url-http-debug' instead of `message'.
16435
16436 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16437
16438 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16439 callback argument.
16440
16441 2005-06-04 Kim F. Storm <storm@cua.dk>
16442
16443 * simple.el (line-move): Only call sit-for when moving backwards.
16444
16445 * ido.el (ido-make-merged-file-list-1): New defun split from
16446 ido-make-merged-file-list.
16447 (ido-make-merged-file-list): Bind throw-on-input around call to
16448 ido-make-merged-file-list-1. Return input-pending-p if
16449 interrupted by more input available.
16450 (ido-read-internal): Handle input-pending-p return value from
16451 ido-make-merged-file-list.
16452
16453 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16456 compatibility code.
16457
16458 * international/latexenc.el (latexenc-find-file-coding-system):
16459 Don't inherit the EOL part of the coding-system from the
16460 tex-main buffer. Fit within 80 columns.
16461
16462 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16463
16464 * tmm.el (tmm-inactive-face): New face.
16465 (tmm-remove-inactive-mouse-face): New function.
16466 (tmm-prompt, tmm-add-one-shortcut)
16467 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16468 but not selectable.
16469
16470 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16471
16472 * faces.el (face-equal): Improve argument/docstring consistency.
16473
16474 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16475
16476 * progmodes/make-mode.el (makefile-targets-face)
16477 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16478 (makefile-bsdmake-dependency-regex)
16479 (makefile-makepp-rule-action-regex)
16480 (makefile-bsdmake-rule-action-regex): New constants.
16481 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16482
16483 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16484 Allow (...) within `...' for makepp messages.
16485
16486 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16487
16488 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16489
16490 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16491 "." files are deleted from all file lists before comparison.
16492
16493 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16494 (viper-ESC-key): Made them customizable.
16495
16496 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16497
16498 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16499
16500 * autorevert.el (auto-revert-buffers): Use save-match-data.
16501
16502 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16505 menu items with a nil command binding.
16506
16507 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16508
16509 * emacs-lisp/cl-macs.el (defsetf):
16510 Improve argument/docstring consistency.
16511
16512 * faces.el (list-faces-display): Improve the formatting by
16513 computing the maximum length required for any face-name (reworked
16514 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16515 (internal-find-face): Remove redundant info in docstring.
16516
16517 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16518
16519 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16520 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16521 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16522 (gdb-assembler-custom): Improve regexps.
16523 (def-gdb-auto-update-handler): Use window point to preserve point.
16524
16525 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16528
16529 2005-05-31 Jay Belanger <belanger@truman.edu>
16530
16531 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16532 to calc-embedded.
16533 (calc-embedded-make-info): Have plain prefix argument select
16534 entire line.
16535
16536 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16537
16538 * faces.el (list-faces-display): Signal error if passed a regexp
16539 that matches no face name.
16540
16541 * simple.el (filter-buffer-substring): Fix typo in docstring.
16542
16543 2005-05-31 Richard M. Stallman <rms@gnu.org>
16544
16545 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16546 (vhdl-emacs-21): Doc fix.
16547 (vhdl-mode): Unconditionally set comment-padding.
16548 (vhdl-fixup-whitespace-region): Insert spaces only where
16549 there are none.
16550 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16551
16552 2005-05-30 John Wiegley <johnw@newartisans.com>
16553
16554 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16555 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16556 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16557 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16558 `string-to-number'.
16559
16560 2005-05-30 Jay Belanger <belanger@truman.edu>
16561
16562 * calc/calc.el (calc-bug-address): Fix docstring.
16563 (calc-window-hook, calc-trail-window-hook): New variables.
16564 (calc-trail-display): Restore use of calc-trail-window-hook.
16565 (calc): Restore use of calc-window-hook.
16566
16567 2005-05-31 Masatake YAMATO <jet@gyve.org>
16568
16569 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16570
16571 * help-fns.el (help-C-file-name): Add autoload mark for
16572 `find-function-noselect'.
16573
16574 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16575
16576 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16577 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16578
16579 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16580
16581 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16582 included diary buffer if it was not already being visited.
16583 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16584
16585 * calendar/icalendar.el (top-level): Do not require appt.
16586
16587 * mail/supercite.el (sc-select-attribution): Only use a list
16588 element from sc-attrib-selection-list if it returns a string.
16589 Reported by Davide G. M. Salvetti <salve@debian.org>.
16590
16591 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16594 includes a hash value to improve its uniqueness, and has a ".jpg"
16595 extension. Also, it is now a valid filename on all systems.
16596 (thumbs-make-thumb): Use `let', not `let*'.
16597 (thumbs-show-thumbs-list): Check for JPEG availability.
16598
16599 2005-05-30 Richard M. Stallman <rms@gnu.org>
16600
16601 * filesets.el (filesets-menu-ensure-use-cached):
16602 Prevent warning when emacs-version>= is undefined.
16603
16604 * printing.el (pr-interactive-n-up): Use string-to-number.
16605
16606 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16607
16608 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16609 Warn only when name to be defined is quoted.
16610
16611 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16612
16613 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16614 Make regexp more robust.
16615 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16616 Force regeneration of disassembly.
16617
16618 2005-05-29 Jay Belanger <belanger@truman.edu>
16619
16620 * calc/calc.el (calc-user-invocation): Check if
16621 calc-invocation-macro is non-nil.
16622
16623 2005-05-29 Juri Linkov <juri@jurta.org>
16624
16625 * add-log.el (change-log-font-lock-keywords):
16626 Add `+' to e-mail regexp to accept mail address with keywords.
16627
16628 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16629
16630 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16631
16632 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16633
16634 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16635
16636 2005-05-29 Richard M. Stallman <rms@gnu.org>
16637
16638 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16639 Undo the change that moves to end of the current word.
16640
16641 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16642
16643 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16644 Throw error when count <= 0 to ensure input is a number.
16645 (gdb-read-memory-custom): Pick up address from buffer.
16646 (gdb-memory-mode): Allow user to increment and decrement
16647 memory address from header line.
16648
16649 2005-05-29 Richard M. Stallman <rms@gnu.org>
16650
16651 * flyspell.el (flyspell-version): Function deleted.
16652 (flyspell-auto-correct-previous-hook): Doc fix.
16653
16654 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16655 Do nothing if memory is full.
16656
16657 * font-lock.el (font-lock-fontify-syntactically-region):
16658 Pass t for GREEDY to looking-back.
16659
16660 * saveplace.el (save-place-alist-to-file): Write the file
16661 using write-region.
16662
16663 * subr.el (looking-back): New argument GREEDY.
16664
16665 * progmodes/compile.el (compilation-start): Set the mode
16666 before inserting the initial text.
16667
16668 * progmodes/which-func.el (which-func-update-1): Turn the mode
16669 off in case of error by setting which-func-mode.
16670
16671 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16672
16673 * flyspell.el (flyspell-auto-correct-previous-word):
16674 Narrow down to what's on the screen, and recenter overlays
16675 at the end of the next word.
16676
16677 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16678
16679 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16680 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16681 (flyspell-abbrev-p): Default to nil.
16682 (flyspell-use-global-abbrev-table-p): Doc fix.
16683 (flyspell-large-region): Allow nil as value.
16684 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16685
16686 (mail-mode-flyspell-verify): More robust handling
16687 of `mail-header-separator'. More efficient signature detection.
16688 Allow for regexp metacharacters in message-header-separator.
16689 Adding `To' not to be checked in mail-mode-flyspell-verify.
16690
16691 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16692 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16693 Bind flyspell-auto-correct-binding.
16694 Bind C-. and C-, .
16695 (flyspell-mode-map): Likewise.
16696 (flyspell-mode): Doc fix.
16697 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16698 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16699 (flyspell-word-cache-result): New var, always local.
16700 (flyspell-check-pre-word-p): Doc fix.
16701 (flyspell-check-changed-word-p): Handle spc like newline.
16702 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16703 (flyspell-word-search-backward, flyspell-word-search-forward):
16704 New functions.
16705 (flyspell-word): Return t if nothing to check.
16706 When parsing TeX code, check for after } or \.
16707 Use flyspell-word-search-backward to find previous word.
16708 Return nil if duplicated word.
16709 For word already checked, return same value as last time.
16710 Set flyspell-word-cache-result after checking.
16711 Don't clobber the return value.
16712 (flyspell-get-word): Major rewrite.
16713 (flyspell-external-point-words): New locals pword, pcount.
16714 Fix size used in progress message.
16715 Find the proper corresponding word in flyspell-large-region-buffer.
16716 (flyspell-region): Check for flyspell-large-region = nil.
16717 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16718 (flyspell-auto-correct-word): Check that WORD is a cons.
16719 (flyspell-correct-word): Likewise.
16720
16721 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16722
16723 * progmodes/make-mode.el (makefile-rule-action-regex)
16724 (makefile-macroassign-regex, makefile-makepp-mode)
16725 (makefile-bsdmake-mode): Continuation lines may be empty.
16726 Reported by Joshua Varner.
16727 (makefile-makepp-font-lock-keywords): Add $(stem).
16728
16729 2005-05-28 Karl Berry <karl@gnu.org>
16730
16731 * textmodes/tex-mode.el: Now that tex-send-command calls
16732 shell-quote-argument (2005-03-31 change), remove all calls to
16733 shell-quote-argument; they all end up invoking tex-send-command.
16734 The double quoting loses on filenames with non-safe characters,
16735 such as "@". Reported by Frederik Fouvry.
16736
16737 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16738
16739 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16740 about preserving point.
16741
16742 2005-05-27 Jay Belanger <belanger@truman.edu>
16743
16744 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16745 Info-goto-node.
16746
16747 * calc/calc-embed.el (calc-embed-arg): New variable.
16748 (calc-do-embedded-activate, calc-embedded-activate-formula)
16749 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16750 variable by new variable.
16751 (calc-embedded-make-info): Replace undeclared variable by new
16752 variable. When selecting region with positive prefix
16753 argument, use end of previous line instead of beginning of line.
16754
16755 * calc/calc-aent.el (calc-arg-values): Declare it.
16756
16757 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16758 Declare them.
16759
16760 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16761
16762 * calc/calc.el (calc-alg-map): Declare it.
16763
16764 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16765
16766 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16767
16768 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16769 (gdb-registers-buffer, toggle-gdb-all-registers):
16770 Toggle display of floating point registers.
16771 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16772
16773 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16774 (toggle-gud-tooltip-dereference):
16775 Rename from gud-toggle-tooltip-dereference.
16776
16777 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16778
16779 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16780
16781 2005-05-27 Jay Belanger <belanger@truman.edu>
16782
16783 * calc/calc-prog.el (calc-kbd-report): Remove.
16784 (calc-kbd-query): Rewrite.
16785
16786 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16787
16788 * image.el (image-library-alist): Move to image.c.
16789 (image-type-available-p): Doc fix.
16790
16791 2005-05-27 Lute Kamstra <lute@gnu.org>
16792
16793 * calc/calc.el (calc):
16794 * outline.el (outline-1, outline-2, outline-3, outline-4)
16795 (outline-5, outline-6, outline-7, outline-8):
16796 * textmodes/dns-mode.el (dns-mode):
16797 * textmodes/sgml-mode.el (sgml-namespace-face):
16798 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16799 (tex-verbatim-face, tex-use-reftex):
16800 * textmodes/texinfo.el (texinfo-heading-face):
16801 Specify customization group.
16802
16803 * longlines.el: Don't require easy-mmode.
16804 (longlines-visible-face): Specify customization group.
16805
16806 2005-05-27 Kenichi Handa <handa@m17n.org>
16807
16808 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16809 encoding table of windows-1251.
16810
16811 * international/ucs-tables.el (ucs-set-table-for-input):
16812 If translation-table-for-input of a coding system is a symbol, get
16813 its translation-table property.
16814
16815 * international/code-pages.el: Don't register a coding system into
16816 non-iso-charset-alist more than once.
16817 (cp-make-coding-system): Likewise.
16818
16819 2005-05-26 John Wiegley <johnw@newartisans.com>
16820
16821 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16822 `eshell-resume-eval' is wrapped in a list, it indicates that the
16823 command was run asynchronously. In that case, unwrap the value
16824 before checking the delimiter value.
16825
16826 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16827 character before a space at the end of a line is \, assume the space
16828 is part of the last argument rather than a final argument separator.
16829
16830 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16831 is in use, and the target is `t' or `nil' (which are the most common
16832 values), don't assume that the symbol target is a buffer.
16833
16834 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16835
16836 * calendar/calendar.el (calendar-mode-line-format):
16837 Use mode-line-highlight as mouse-face.
16838
16839 * time.el (display-time-string-forms, display-time-update):
16840 Use mode-line-highlight as mouse-face.
16841
16842 2005-05-26 Jay Belanger <belanger@truman.edu>
16843
16844 * calc/calc.el (calc-language-alist): Remove extra defvar.
16845
16846 2005-05-26 Lute Kamstra <lute@gnu.org>
16847
16848 * arc-mode.el (archive-mode):
16849 * bookmark.el (bookmark-read-annotation-mode)
16850 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16851 * bs.el (bs-mode):
16852 * calc/calc-yank.el (calc-edit-mode):
16853 * calc/calc.el (calc-mode, calc-trail-mode):
16854 * calculator.el (calculator-mode):
16855 * chistory.el (command-history-mode):
16856 * comint.el:
16857 * cus-edit.el (custom-mode):
16858 * descr-text.el (describe-text-mode):
16859 * ebuff-menu.el (Electric-buffer-menu-mode):
16860 * ediff-util.el (ediff-mode):
16861 * emacs-lisp/re-builder.el (reb-mode):
16862 * emulation/vi.el (vi-mode-setup):
16863 * emulation/ws-mode.el (wordstar-mode):
16864 * eshell/esh-mode.el (eshell-mode):
16865 * forms.el (forms-mode):
16866 * help-mode.el (help-mode):
16867 * hexl.el (hexl-mode):
16868 * ibuffer.el (ibuffer-mode):
16869 * ielm.el (inferior-emacs-lisp-mode):
16870 * info.el (Info-mode, Info-edit-mode):
16871 * international/swedish.el:
16872 * ledit.el (ledit-from-lisp-mode):
16873 * locate.el (locate-mode):
16874 * mail/rmail.el (rmail-mode):
16875 * mail/rmailedit.el (rmail-edit-mode):
16876 * mail/rmailsum.el (rmail-summary-mode):
16877 * mail/supercite.el (sc-electric-mode):
16878 * net/eudc.el (eudc-mode):
16879 * net/quickurl.el (quickurl-list-mode):
16880 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16881 * obsolete/ooutline.el (outline-mode):
16882 * obsolete/options.el (Edit-options-mode):
16883 * obsolete/rnews.el (news-mode):
16884 * obsolete/rnewspost.el (news-reply-mode):
16885 * play/5x5.el (5x5-mode):
16886 * play/decipher.el (decipher-mode, decipher-stats-mode):
16887 * play/gomoku.el (gomoku-mode):
16888 * play/snake.el (snake-mode):
16889 * play/solitaire.el (solitaire-mode):
16890 * play/tetris.el (tetris-mode):
16891 * progmodes/ada-mode.el (ada-mode):
16892 * progmodes/antlr-mode.el (antlr-mode):
16893 * progmodes/autoconf.el (autoconf-mode):
16894 * progmodes/dcl-mode.el (dcl-mode):
16895 * progmodes/delphi.el (delphi-mode):
16896 * progmodes/ebrowse.el (ebrowse-tree-mode)
16897 (ebrowse-electric-list-mode, ebrowse-member-mode)
16898 (ebrowse-electric-position-mode):
16899 * progmodes/f90.el (f90-mode):
16900 * progmodes/fortran.el (fortran-mode):
16901 * progmodes/icon.el (icon-mode):
16902 * progmodes/idlw-help.el (idlwave-help-mode):
16903 * progmodes/idlw-shell.el (idlwave-shell-mode):
16904 * progmodes/idlwave.el (idlwave-mode):
16905 * progmodes/inf-lisp.el (inferior-lisp-mode):
16906 * progmodes/m4-mode.el (m4-mode):
16907 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16908 * progmodes/modula2.el (modula-2-mode):
16909 * progmodes/octave-inf.el (inferior-octave-mode):
16910 * progmodes/octave-mod.el (octave-mode):
16911 * progmodes/pascal.el (pascal-mode):
16912 * progmodes/sh-script.el (sh-mode):
16913 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16914 * progmodes/vhdl-mode.el (vhdl-mode):
16915 * progmodes/xscheme.el (scheme-interaction-mode):
16916 * replace.el (occur-mode):
16917 * ses.el (ses-mode):
16918 * simple.el (completion-list-mode):
16919 * skeleton.el:
16920 * speedbar.el (speedbar-mode):
16921 * term.el (term-mode):
16922 * terminal.el (terminal-edit-mode):
16923 * textmodes/reftex-index.el (reftex-index-mode)
16924 (reftex-index-phrases-mode):
16925 * textmodes/reftex-sel.el (reftex-select-label-mode)
16926 (reftex-select-bib-mode):
16927 * textmodes/reftex-toc.el (reftex-toc-mode):
16928 * wdired.el (wdired-change-to-wdired-mode):
16929 * wid-browse.el (widget-browse-mode):
16930 Use run-mode-hooks.
16931
16932 * array.el (array-mode):
16933 * calendar/todo-mode.el (todo-mode):
16934 * man.el (Man-mode):
16935 * play/landmark.el (lm-mode):
16936 * play/mpuz.el (mpuz-mode):
16937 Use kill-all-local-variables and run-mode-hooks.
16938
16939 * subr.el (delay-mode-hooks): Specify indentation.
16940
16941 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16942
16943 * xml.el (xml-substitute-special): Don't die for undefined xml
16944 entities.
16945
16946 2005-05-26 Jay Belanger <belanger@truman.edu>
16947
16948 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16949 of nil.
16950
16951 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16952
16953 * progmodes/gdb-ui.el (gdb-frame-address):
16954 Rename from gdb-current-address.
16955 (gdb-previous-frame-address): Rename from gdb-previous-address.
16956 (gdb-selected-frame): Rename from gdb-current-frame.
16957 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16958 (gdb-frame-number): Rename from gdb-current-stack-level.
16959 (gdb-ann3): Match new mode-name for disassembly buffer.
16960 Extend initialization of variables.
16961 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16962 (gdb-memory-mode): Use mouse-face in header line.
16963 (gdb-assembler-buffer-name): Call it disassembly and give frame
16964 in mode line.
16965 (gdb-source-spec-regexp, gdb-assembler-custom)
16966 (gdb-invalidate-assembler, gdb-frame-handler):
16967 Make robust to leading zeroes in address format.
16968
16969 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16970
16971 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16972 define `org-mode'.
16973 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16974
16975 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * log-edit.el (log-edit-changelog-entries): Distinguish between
16978 filenames like xfns.c and fns.c.
16979
16980 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16981
16982 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16983 point after reverting.
16984 (Buffer-menu-make-sort-button): Handle the case where
16985 `Buffer-menu-use-header-line' is nil.
16986
16987 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16988
16989 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16990 New funcs. In minibuffer-local-completion-map bind `]', `/'
16991 and `:' to them.
16992
16993 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16994
16995 * startup.el (normal-top-level): Allow modification of load-path while
16996 we're iterating over it.
16997
16998 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16999
17000 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17001 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17002 (thumbs-resize-interactive, thumbs-insert-image)
17003 (thumbs-insert-thumb, thumbs-dired-show-marked)
17004 (thumbs-find-image-at-point, thumbs-delete-images)
17005 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17006 (thumbs-increment-image-size, thumbs-decrement-image-size):
17007 Fix typos in docstrings.
17008
17009 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17010
17011 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17012 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17013 (cperl-mode): Use them.
17014
17015 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17016
17017 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17018 Doc fixes.
17019
17020 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17021
17022 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17023 Bind C-d to gdb-inferior-io-eof.
17024
17025 * dired.el (dired-dnd-popup-notice): Use message-box.
17026
17027 2005-05-23 Masatake YAMATO <jet@gyve.org>
17028
17029 * bindings.el (mode-line-major-mode-keymap):
17030 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17031
17032 * faces.el (mode-line-highlight): New face.
17033
17034 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17035 as mouse-face.
17036
17037 * bindings.el (top-level, help-echo, mode-line-modified)
17038 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17039 as mouse-face.
17040
17041 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17042
17043 * progmodes/cc-engine.el (c-guess-basic-syntax):
17044 Remove spurious call to `zerop'.
17045
17046 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17047
17048 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17049
17050 CC Mode update to 5.30.10:
17051
17052 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17053 could go past the limit in decoration level 2, thereby causing
17054 errors during interactive fontification.
17055
17056 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17057 the file is evaluated interactively.
17058
17059 * cc-engine.el (c-guess-basic-syntax): Handle operator
17060 declarations somewhat better in C++.
17061
17062 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17063 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17064 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17065 (awk-mode): Use it.
17066 (make-local-hook): Suppress warning about obsoleteness.
17067
17068 * cc-engine.el, cc-align.el, cc-cmds.el
17069 (c-append-backslashes-forward, c-delete-backslashes-forward)
17070 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17071 Compensate for return value from `forward-line' when it has moved
17072 but not to a different line due to eob.
17073
17074 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17075 `objc-method-intro' and `objc-method-args-cont'.
17076
17077 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17078
17079 CC Mode update to 5.30.10:
17080
17081 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17082 in the copyright statement. Incidentally, change "along with GNU
17083 Emacs" to "along with this program" where it occurs.
17084
17085 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17086 so that it is interactive, hence can be found by M-x awk-mode
17087 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17088 <gmorris+emacs@ast.cam.ac.uk>.
17089
17090 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17091 Mode's regexps.
17092
17093 2005-05-23 Kevin Ryde <user42@zip.com.au>
17094
17095 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17096 c-parse-state, to avoid a lisp error (on bad code).
17097
17098 2005-05-23 Lute Kamstra <lute@gnu.org>
17099
17100 * subr.el (font-lock-defaults): Remove defvar as it's already
17101 defined in font-core.el.
17102
17103 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17104
17105 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17106
17107 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17108 more general and work when GDB variable "print pretty" is on,
17109 as with Emacs, for example.
17110
17111 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17112
17113 * font-core.el: Update comment.
17114
17115 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17116 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17117
17118 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17119
17120 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17121
17122 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17123 and `yank-handler' in the doc strings.
17124
17125 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17126
17127 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17128
17129 2005-05-22 Richard M. Stallman <rms@gnu.org>
17130
17131 * help.el (describe-key): Move print-help-return-message call
17132 out of conditional.
17133
17134 * progmodes/etags.el (list-tags): Use with-no-warnings.
17135
17136 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17137 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17138 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17139
17140 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17141
17142 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17143 Add defvar.
17144
17145 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17146 Use defvar, not defconst.
17147
17148 * hexl.el (hexl-follow-line): Use with-no-warnings.
17149
17150 * emulation/tpu-extras.el: Use write-file-functions instead of
17151 write-file-hooks.
17152
17153 * dired.el (dired-font-lock-keywords): Fontify files with junk
17154 extensions even if marked by -F.
17155
17156 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17157
17158 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17159 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17160 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17161 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17162 (concatenate, list-length, get*, getf, cl-remprop):
17163 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17164 (etypecase, progv, lexical-let, lexical-let*)
17165 (multiple-value-bind, multiple-value-setq, shiftf):
17166 Improve argument/docstring consistency.
17167
17168 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17169
17170 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17171
17172 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17173 doesn't exist.
17174
17175 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17176 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17177
17178 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17179
17180 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17181 already deleted variables: auto-fill-hook, blink-paren-hook,
17182 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17183 suspend-hooks, comment-indent-hook, meta-flag,
17184 before-change-function, after-change-function,
17185 font-lock-doc-string-face.
17186
17187 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17188
17189 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17190
17191 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17192
17193 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17194 rmail-dont-reply-to.
17195
17196 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17197
17198 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17199 literal blank when splitting new-header-values.
17200
17201 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17202
17203 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17204 string so that tmm doesn't create a completion entry for it.
17205
17206 * textmodes/table.el (table-disable-menu): Ditto.
17207
17208 2005-05-21 Richard M. Stallman <rms@gnu.org>
17209
17210 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17211
17212 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17213
17214 * net/rcompile.el (remote-compile): Use compilation-start.
17215
17216 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17217
17218 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17219
17220 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17221 Default to makefile-bsdmake-mode on BSD systems.
17222
17223 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17224 REGEXP may also be a search function now. The part of doc-string
17225 for describing the structure was 95% identical to that of
17226 `imenu--generic-function'. Unify it there.
17227
17228 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17229 Use function to find dependencies, because regexp alone is so complex,
17230 it easily goes into an endless loop.
17231 (makefile-makepp-mode): Also add submenu for Perl functions
17232 defined in the makefile.
17233 (makefile-bsdmake-mode): Special imenu-generic-expression no
17234 longer needed, due to function call.
17235 (makefile-match-dependency): Take BOUND into account when checking
17236 if we're through.
17237
17238 2005-05-20 Jay Belanger <belanger@truman.edu>
17239
17240 * calc/calc-units.el (calc-invalidate-units-table):
17241 Use inhibit-read-only.
17242 (math-build-units-table-buffer): Use view-mode.
17243
17244 2005-05-20 David Kastrup <dak@gnu.org>
17245
17246 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17247 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17248
17249 2005-05-20 Lute Kamstra <lute@gnu.org>
17250
17251 * diff-mode.el (diff-header-face, diff-file-header-face)
17252 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17253 (diff-added-face, diff-changed-face, diff-function-face)
17254 (diff-context-face, diff-nonexistent-face): Put them in the
17255 diff-mode customization group.
17256
17257 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17260
17261 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17262
17263 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17264 Minor regexp-optimization.
17265
17266 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17267
17268 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17269 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17270 (org-agenda-add-time-grid-maybe): New function.
17271 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17272 (org-table-create): `dotimes' instead of `mapcar'.
17273 (org-xor): Simplify implementation.
17274 (org-agenda): `inhibit-redisplay' turned on.
17275 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17276 a consistent line after a state change.
17277 (org-agenda-remove-times-when-in-prefix): New option.
17278 (org-prefix-has-time): New variable.
17279 (org-parse-time-string): Optional argument NODEFAULT.
17280 (org-format-agenda-item): Parse items for time-of-day
17281 specifications and move these into the prefix if possible.
17282 (org-agenda-priority): Get current heading, not previous heading
17283 during agenda remote editing.
17284
17285 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17286
17287 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17288 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17289 (remove-duplicates, delete-duplicates, substitute)
17290 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17291 (nsubstitute-if-not, find, find-if, find-if-not, position)
17292 (position-if, position-if-not, count, count-if, count-if-not)
17293 (mismatch, search, sort*, stable-sort, merge, member*)
17294 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17295 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17296 (intersection, nintersection, set-difference, nset-difference)
17297 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17298 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17299 (nsublis, tree-equal): Improve argument/docstring consistency.
17300
17301 * subr.el (send-string, send-region): Remove obsolescence declaration.
17302 (window-dot, set-window-dot, read-input, show-buffer)
17303 (eval-current-buffer, string-to-int):
17304 Add release number to obsolescence declarations.
17305
17306 2005-05-19 Kim F. Storm <storm@cua.dk>
17307
17308 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17309 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17310
17311 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17312
17313 * faces.el (list-faces-display): Make back button respect optional
17314 regexp arg.
17315
17316 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17317
17318 * calculator.el (calculator-radix-grouping-mode)
17319 (calculator-radix-grouping-digits, calculator-displayer)
17320 (calculator-radix-grouping-separator, calculator-copy-displayer):
17321 * dabbrev.el (dabbrev-search-these-buffers-only):
17322 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17323 (diff-advance-after-apply-hunk, diff-mode-hook)
17324 (diff-minor-mode-prefix):
17325 * imenu.el (imenu-use-popup-menu):
17326 * jit-lock.el (jit-lock-context-time):
17327 * newcomment.el (comment-fill-column, comment-column)
17328 (comment-style, comment-padding, comment-multi-line)
17329 (comment-empty-lines, comment-auto-fill-only-comments):
17330 * reveal.el (reveal-around-mark):
17331 * uniquify.el (uniquify-buffer-name-style)
17332 (uniquify-after-kill-buffer-p)
17333 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17334 (uniquify-min-dir-content, uniquify-separator)
17335 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17336 * w32-vars.el (w32-fixed-font-alist):
17337 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17338 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17339 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17340 * progmodes/perl-mode.el (perl-indent-level)
17341 (perl-continued-statement-offset, perl-continued-brace-offset)
17342 (perl-brace-offset, perl-brace-imaginary-offset)
17343 (perl-label-offset, perl-indent-continued-arguments)
17344 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17345 * progmodes/tcl.el (tcl-indent-level)
17346 (tcl-continued-indent-level, tcl-auto-newline)
17347 (tcl-tab-always-indent, tcl-electric-hash-style)
17348 (tcl-help-directory-list, tcl-use-smart-word-finder)
17349 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17350 (inferior-tcl-source-command):
17351 * textmodes/fill.el (enable-kinsoku):
17352 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17353 * textmodes/table.el (table-yank-handler):
17354 Specify missing group (and type, if simple) in defcustom.
17355
17356 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17357
17358 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17359
17360 2005-05-19 Richard M. Stallman <rms@gnu.org>
17361
17362 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17363
17364 * subr.el (event-basic-type): Don't get an error.
17365 (left-fringe-p): Function deleted.
17366
17367 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17368 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17369
17370 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17371 in recursive copy.
17372
17373 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17374
17375 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17376
17377 * emacs-lisp/bytecomp.el
17378 (byte-compile-file-form-custom-declare-variable):
17379 Call byte-compile-nogroup-warn if appropriate.
17380
17381 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17382 (compilation-set-window): Don't call left-fringe-p; do it directly.
17383
17384 2005-05-19 Jay Belanger <belanger@truman.edu>
17385
17386 * calc/calc-graph.el (calc-graph-format-data): Make sure
17387 var-PlotRejects is bound before trying to check its value.
17388
17389 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17390
17391 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17392 definition of this variable from reftex-global.el to reftex.el,
17393 because it is needed in the menu.
17394
17395 2005-05-19 Lute Kamstra <lute@gnu.org>
17396
17397 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17398 years are fixed. Don't insert a space after a dash.
17399
17400 2005-05-19 Kim F. Storm <storm@cua.dk>
17401
17402 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17403
17404 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17405
17406 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17407 strings, because (eq ... ?\\) is fairly frequent.
17408
17409 * progmodes/make-mode.el (makefile-add-this-line-targets):
17410 Simplify and integrate into `makefile-pickup-targets'.
17411 (makefile-add-this-line-macro): Simplify and integrate into
17412 `makefile-pickup-macros.
17413 (makefile-pickup-filenames-as-targets): Simplify.
17414 (makefile-previous-dependency, makefile-match-dependency):
17415 Don't stumble over `::'.
17416
17417 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17418
17419 * subr.el (post-command-idle-hook, post-command-idle-delay):
17420 Remove obsoletion of post-command-idle-hook and
17421 post-command-idle-delay.
17422
17423 * faces.el (list-faces-display): Provide button when describe-face
17424 is called to take user back to the list of faces.
17425
17426 * help-fns.el (describe-variable): Remove hyperlinks in a
17427 variable's value as these are quite frequently inappropriate.
17428
17429 * follow.el (follow-submit-feedback, follow-mode):
17430 Remove references to post-command-idle-hook.
17431
17432 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17433
17434 * progmodes/make-mode.el (makefile-previous-dependency)
17435 (makefile-match-dependency): Check for := (and in bsd mode also
17436 !=) to give a better result, even when font-lock is not on.
17437
17438 2005-05-18 Jay Belanger <belanger@truman.edu>
17439
17440 * calc/calc-help.el (calc-s-prefix-help):
17441 Add `calc-copy-special-constant' to help string.
17442
17443 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17444
17445 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17446
17447 2005-05-18 Jay Belanger <belanger@truman.edu>
17448
17449 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17450 in linear factors are in proper order.
17451
17452 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17453
17454 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17455 Support for jurabib.
17456
17457 * textmodes/reftex.el (featurep): Define aliases for overlay
17458 commands, for XEmacs compatibility, and use these aliases in
17459 overlay initializations.
17460 (reftex-highlight): Use `reftex-move-overlay'.
17461 (reftex-unhighlight): Use `reftex-delete-overlay'.
17462 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17463 (reftex-access-search-path): Use `reftex-uniquify' instead of
17464 `reftex-uniq'
17465
17466 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17467 `before-string' property modification enables for Emacs as well.
17468 (reftex-select-item): Use `reftex-delete-overlay'.
17469 (reftex-select-mark): Use `reftex-make-overlay' and
17470 `reftex-overlay-put'.
17471 (reftex-select-unmark): Use `reftex-delete-overlay' and
17472 `reftex-overlay-put'.
17473
17474 2005-05-18 Lute Kamstra <lute@gnu.org>
17475
17476 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17477
17478 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17479
17480 * add-log.el (add-change-log-entry):
17481 * array.el (array-make-template, array-reconfigure-rows)
17482 (array-init-max-row, array-init-max-column)
17483 (array-init-columns-per-line, array-init-field-width):
17484 * replace.el (replace-match-maybe-edit, perform-replace):
17485 * textmodes/spell.el (spell-region):
17486 Replace `read-input' by `read-string'.
17487
17488 * forms.el (forms-mode):
17489 * finder.el (finder-compile-keywords):
17490 * shadowfile.el (shadow-read-files):
17491 Replace `eval-current-buffer' by `eval-buffer'.
17492
17493 * terminal.el (te-pass-through):
17494 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17495 (ange-ftp-raw-send-cmd):
17496 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17497 (send-process-next-char, telnet-initial-filter, telnet):
17498 Replace `send-string' by `process-send-string'.
17499
17500 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17501 (prolog-consult-region): Replace `send-string' by
17502 `process-send-string'; replace `send-region' by `process-send-region'.
17503
17504 * progmodes/delphi.el (delphi-log-msg):
17505 Replace `set-window-dot' by `set-window-point'.
17506
17507 * subr.el (window-dot, set-window-dot, read-input, send-string)
17508 (send-region, show-buffer, eval-current-buffer):
17509 Make really obsolete, as the comment says.
17510
17511 2005-05-17 Kim F. Storm <storm@cua.dk>
17512
17513 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17514 (cua--init-keymaps): Bind C-return instead of S-return to set
17515 rectangle mark.
17516
17517 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17518 instead of S-return to toggle/clear rectangle mark.
17519
17520 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17521
17522 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17523 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17524 Also fontify plain strings assigned to variables, mostly so that a
17525 colon has a face and is thus not taken as a dependency separator.
17526 (makefile-previous-dependency): Inline the new matcher, because it
17527 is too complex to work in both directions.
17528 (makefile-match-dependency): Eliminate `backward' arg (see above).
17529 Completely reimplemented so as to not sometimes go into an endless
17530 loop. It should also be more efficient, because first it only
17531 searches for `:', instead of applying the very complex regexp.
17532 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17533 to be fontified in one piece can be too long for JIT.
17534 Makefiles are never *that* big.
17535
17536 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17537
17538 * dired.el (dired-mode): Simplify.
17539
17540 2005-05-17 Lute Kamstra <lute@gnu.org>
17541
17542 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17543 defcustom for the mode hook variable.
17544
17545 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17546 Emacs Lisp Reference Manual.
17547
17548 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17549
17550 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17551 (evenp, list*):
17552 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17553 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17554
17555 * net/tramp-smb.el (tramp-smb-open-connection):
17556 Pass `tramp-chunksize' as fifth (required) argument.
17557
17558 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17559
17560 * font-lock.el (lisp-font-lock-keywords-1):
17561 Set `font-lock-negation-char-face' for [^...] char group.
17562 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17563
17564 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17565 a var, and refine it to mask one more level of nested vars.
17566 (makefile-rule-action-regex): Turn it into a var, and refine it so
17567 it recognizes backslashed continuation lines as belonging to the
17568 same command.
17569 (makefile-macroassign-regex): Refine it so it recognizes
17570 backslashed continuation lines as belonging to the same command.
17571 (makefile-var-use-regex): Don't look at the next char, because it
17572 might be the same one to be skipped by the initial [^$], leading
17573 to an overlooked variable use.
17574 (makefile-make-font-lock-keywords): Remove two parameters, which
17575 are now variables that some of the modes set locally.
17576 Handle dependency and rule action matching through functions, because
17577 regexps alone match too often. Dependency matching now comes
17578 last, so it can check, whether a colon already matched something else.
17579 (makefile-mode): Inform that font-lock improves makefile parsing
17580 capabilities.
17581 (makefile-match-dependency, makefile-match-action): New functions.
17582
17583 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17584
17585 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17586
17587 * align.el (align-regexp):
17588 * ansi-color.el (ansi-color-get-face):
17589 * array.el (array-reconfigure-rows, array-init-max-row)
17590 (array-init-max-column, array-init-columns-per-line)
17591 (array-init-field-width):
17592 * dired-aux.el (dired-trample-file-versions):
17593 * dired-x.el (dired-mark-sexp):
17594 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17595 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17596 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17597 * faces.el (face-read-integer):
17598 * files.el (backup-extract-version, insert-directory):
17599 * hexl.el (hexl-insert-decimal-char):
17600 * server.el (server-process-filter):
17601 * shell.el (shell-extract-num):
17602 * startup.el (command-line-1):
17603 * term.el (term-command-hook):
17604 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17605 (time-stamp-do-number):
17606 * time.el (display-time-update):
17607 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17608 (timezone-fix-time):
17609 * vms-patch.el (vms-suspend-resume-hook):
17610 * calendar/appt.el (appt-convert-time):
17611 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17612 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17613 * calendar/cal-islam.el (mark-islamic-diary-entries):
17614 * calendar/calendar.el (calendar-cursor-to-date)
17615 (calendar-star-date):
17616 * calendar/diary-lib.el (diary-attrtype-convert)
17617 (mark-diary-entries, diary-entry-time):
17618 * calendar/solar.el (solar-get-number):
17619 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17620 * emacs-lisp/re-builder.el (reb-display-subexp):
17621 * emulation/edt.el (edt-set-scroll-margins):
17622 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17623 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17624 (vip-get-ex-count):
17625 * emulation/viper-ex.el (viper-get-ex-token)
17626 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17627 * international/fontset.el (fontset-plain-name):
17628 * mail/feedmail.el (feedmail-look-at-queue-directory):
17629 * mail/mailalias.el (mail-get-names):
17630 * mail/rmail.el (rmail-convert-to-babyl-format):
17631 * mail/rmailsum.el (rmail-make-basic-summary-line)
17632 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17633 (rmail-summary-goto-msg):
17634 * mail/smtpmail.el (smtpmail-read-response):
17635 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17636 (ange-ftp-vms-add-file-entry):
17637 * play/gametree.el (gametree-looking-at-ply)
17638 (gametree-current-branch-score):
17639 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17640 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17641 * progmodes/cperl-mode.el (condition-case):
17642 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17643 (ebrowse-set-member-buffer-column-width)
17644 (ebrowse-select-1st-to-9nth):
17645 * progmodes/etags.el (etags-snarf-tag):
17646 * progmodes/flymake.el (flymake-parse-line):
17647 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17648 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17649 (idlwave-shell-menu-def):
17650 * progmodes/ps-mode.el (ps-run-goto-error):
17651 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17652 (vhdl-speedbar-contract-level):
17653 * term/mac-win.el (x-handle-numeric-switch):
17654 * term/sun-mouse.el (sun-get-frame-data):
17655 * term/w32-win.el (x-handle-numeric-switch):
17656 * term/x-win.el (x-handle-numeric-switch):
17657 * textmodes/ispell.el (ispell-parse-output):
17658 * textmodes/nroff-mode.el (nroff-outline-level):
17659 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17660 (reftex-bib-sort-year-reverse, reftex-format-citation):
17661 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17662 (reftex-section-number):
17663 * textmodes/texinfmt.el (texinfo-paragraphindent):
17664 Replace `string-to-int' by `string-to-number'.
17665
17666 * international/latexenc.el: Add page marker to force the "Local
17667 Variables:" string out of the last page.
17668
17669 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17670
17671 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17672 tooltip-change-major-mode.
17673 (gud-tooltip-print-command): Remove case where gud-minor-mode
17674 is gdb ("--fullname").
17675 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17676 explain to user.
17677
17678 2005-05-16 Jay Belanger <belanger@truman.edu>
17679
17680 * calc/calc-store.el (calc-copy-special-constant): New function.
17681
17682 * calc/calc-ext.el (calc-init-extensions): Add binding for
17683 `calc-copy-special-constant'.
17684
17685 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17686 for the `calc-copy-special-constant' command.
17687
17688 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17689
17690 * subr.el (left-fringe-p): New function.
17691
17692 * progmodes/compile.el (compilation-setup): Set local value of
17693 overlay-arrow-string to "" always.
17694 (compilation-set-window): Left fringe then don't scroll.
17695 No left fringe then no arrow and scroll message to top.
17696 (compilation-context-lines): Adjust doc string accordingly.
17697
17698 2005-05-16 Kim F. Storm <storm@cua.dk>
17699
17700 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17701 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17702 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17703 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17704 (ido-read-file-name): Handle commands with ido property value
17705 equal to find-file as reading a file name, to allow C-d to enter dired.
17706 (ibuffer-find-file): Add ido property with value find-file.
17707
17708 2005-05-15 Kim F. Storm <storm@cua.dk>
17709
17710 * subr.el (open-network-stream-nowait): Remove.
17711 (open-network-stream-server): Remove.
17712
17713 2005-05-15 Richard M. Stallman <rms@gnu.org>
17714
17715 * faces.el (describe-face): Output a definition link button.
17716
17717 * help-mode.el (help-face-def): New button type.
17718
17719 * emacs-lisp/copyright.el (copyright-fix-years):
17720 Match properly if the first year is 2-digit.
17721 Don't mess up the whitespace after the years by filling.
17722
17723 * dired-aux.el (dired-mark-confirm):
17724 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17725
17726 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17727 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17728 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17729
17730 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17731 Set font-lock-comment-start-skip.
17732
17733 * font-lock.el (font-lock-comment-start-skip): New variable.
17734 (font-lock-comment-end-skip): New variable.
17735 (font-lock-fontify-syntactically-region): Use them if non-nil.
17736
17737 2005-05-15 Jay Belanger <belanger@truman.edu>
17738
17739 * calc/calc-store.el (calc-store-value): Return a string rather
17740 than display it as a message.
17741 Use calc-var-name for variable name.
17742 (calc-store-into): Add the result of calc-store-value to message.
17743 (calc-copy-variable): Add a message.
17744 (calc-store-exchange): Improve error messages.
17745 (calc-store-binary, calc-store-map): Don't reset the values of
17746 special constants.
17747
17748 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17749
17750 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17751 manual to docstring.
17752
17753 * files.el (hack-local-variables-confirm): Add STRING argument.
17754 Make the function handle non file visiting buffers correctly.
17755 (hack-local-variables-prop-line, hack-local-variables)
17756 (hack-one-local-variable): Use STRING arg of
17757 `hack-local-variables-confirm'.
17758
17759 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17760
17761 Sync with Tramp 2.0.49.
17762
17763 * net/tramp.el (tramp-handle-dired-call-process)
17764 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17765 because the contents of the Tramp buffer is changed before
17766 insertion (`expand-file' and alike).
17767 (tramp-handle-insert-directory): If `localname' has an empty
17768 nondirectory name, it must not be quoted.
17769 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17770 variable `tramp-chunksize'. Change callees.
17771 (tramp-open-connection-setup-interactive-shell): Check remote host
17772 for buggy `send-process-string' implementation.
17773 Set `tramp-chunksize' if found. Reported by Michael Kifer
17774 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17775 (tramp-handle-shell-command): `insert-buffer' cannot be used
17776 because the contents of the Tramp buffer is changed before
17777 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17778 <frederic.bothamy@free.fr>.
17779 (tramp-set-auto-save): Actions should be done for Tramp file name
17780 handler only. Ange-FTP has its own auto-save mechanism.
17781 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17782 (tramp-set-auto-save-file-modes): Set file modes of
17783 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17784 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17785 (tramp-bug): Remove obsolete variable.
17786 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17787 for presence of `mml-mode'. Make it running for older Emacsen as well.
17788
17789 2005-05-14 John Paul Wallington <jpw@pobox.com>
17790
17791 * ibuf-ext.el (define-ibuffer-filter filename):
17792 If `dired-directory' is a list, use its car.
17793
17794 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17795
17796 * ibuffer.el (define-ibuffer-column filename):
17797 If `dired-directory' is a list, use its car.
17798
17799 2005-05-14 Richard M. Stallman <rms@gnu.org>
17800
17801 * subr.el (symbol-file): Doc fix.
17802
17803 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17804 (byte-compile-form): Call byte-compile-nogroup-warn.
17805 (byte-compile-warning-types): Doc fix.
17806
17807 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17808
17809 * progmodes/cc-engine.el (c-literal-faces):
17810 Add font-lock-comment-delimiter-face.
17811
17812 * net/net-utils.el (dig): Use with-no-warnings.
17813
17814 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17815 (sc-recite-frame-alist, sc-default-cite-frame)
17816 (sc-default-uncite-frame, sc-default-recite-frame)
17817 (sc-attrib-selection-list, sc-rewrite-header-list):
17818 Mark as risky-local-variable.
17819
17820 * international/ogonek.el (ogonek-jak, ogonek-how):
17821 Don't use beginning-of-buffer.
17822
17823 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17824
17825 * calendar/solar.el (solar-data-list): Move definition up.
17826
17827 * dnd.el (dnd-protocol-alist): Add autoload.
17828
17829 * progmodes/sh-script.el: Many doc usage fixes.
17830 (sh-indent-after-do): Change default to match common styles.
17831
17832 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17833
17834 * files.el (interpreter-mode-alist)
17835 (auto-mode-interpreter-regexp): Doc fixes.
17836
17837 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17838
17839 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17840
17841 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17842
17843 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17844
17845 * dired.el (dired-mode): make-variable-buffer-local =>
17846 make-local-variable.
17847
17848 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17849
17850 * term/mac-win.el (mac-select-convert-to-string): Try coding
17851 systems in mac-script-code-coding-systems if specified one cannot
17852 encode string for `com.apple.traditional-mac-plain-text'.
17853
17854 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17855
17856 * progmodes/make-mode.el (makefile-targets-face)
17857 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17858 (makefile-dependency-regex): Fix it to not make the colon in
17859 $(var:a=b) special.
17860 (makefile-rule-action-regex): New regexp for highlighting embedded
17861 Shell strings.
17862 (makefile-macroassign-regex): Handle != for highlighting as
17863 embedded Shell strings.
17864 (makefile-var-use-regex): New const.
17865 (makefile-statements, makefile-automake-statements)
17866 (makefile-gmake-statements, makefile-makepp-statements)
17867 (makefile-bsdmake-statements): New consts.
17868 (makefile-make-font-lock-keywords): New function.
17869 (makefile-automake-font-lock-keywords)
17870 (makefile-gmake-font-lock-keywords)
17871 (makefile-makepp-font-lock-keywords)
17872 (makefile-bsdmake-font-lock-keywords): New consts.
17873 (makefile-mode-map): Add switchers between the various submodes.
17874 (makefile-mode): Document the availability of the variants.
17875 (makefile-automake-mode, makefile-gmake-mode)
17876 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17877
17878 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17879 new variants of makefile-mode.
17880
17881 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17882
17883 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17884 the inheritance.
17885
17886 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17887
17888 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17889 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17890
17891 * files.el (normal-mode): Extend the scope of the
17892 `enable-local-variables' binding to include the `set-auto-mode' call.
17893 (magic-mode-alist): Doc fix.
17894
17895 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17898 font-lock-comment-face rather than copying its setting.
17899
17900 2005-05-12 Andreas Schwab <schwab@suse.de>
17901
17902 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17903
17904 2005-05-12 Lute Kamstra <lute@gnu.org>
17905
17906 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17907 defcustom for the mode hook variable. Delete the last argument.
17908 * generic-x.el: Fix callers of define-generic-mode.
17909 (generic-x-modes): Delete group.
17910 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17911 generic-x customization group.
17912
17913 2005-05-12 Kim F. Storm <storm@cua.dk>
17914
17915 * font-lock.el (font-lock-negation-char-face): Default to "off".
17916
17917 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17918 font-lock-negation-char-face to ! in !=.
17919
17920 2005-05-12 Masatake YAMATO <jet@gyve.org>
17921
17922 * add-log.el (find-change-log): Fix typos in the docstring
17923 of function.
17924
17925 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17926
17927 * international/latexenc.el (latexenc-find-file-coding-system):
17928 Avoid `re-search-forward' when looking for input encoding because
17929 of speed and safety. Better regular expressions for recognizing
17930 input encoding. Limit a search for TeX-master/tex-main-file to
17931 the local variable section.
17932
17933 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17934
17935 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17936 syntax of $ to "'" (quote).
17937
17938 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17939
17940 * dnd.el (dnd-protocol-alist): Improve custom type.
17941
17942 * dired.el (dired-dnd-protocol-alist): New variable.
17943 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17944 `dired-mode-hook' to the end.
17945
17946 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17947
17948 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17949 comment-end if comment-start-skip is not set.
17950 Obey the font-lock-comment-delimiter-face variables.
17951
17952 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * files.el (executable-find): Move from executable.el. Use
17955 locate-file.
17956 * progmodes/executable.el (executable-find): Move to files.el.
17957
17958 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17959 when trying to ensure forward progress.
17960
17961 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17962
17963 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17964 (mouse-select, mouse-select-internal, mouse-extend-internal):
17965 Use it to implement mouse-1-click-follows-link functionality.
17966
17967 2005-05-11 Richard M. Stallman <rms@gnu.org>
17968
17969 * font-lock.el (font-lock-fontify-syntactically-region):
17970 Use font-lock-comment-delimiter-face for comment delimiters.
17971
17972 2005-05-10 Jay Belanger <belanger@truman.edu>
17973
17974 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17975 preserving embedded modes.
17976
17977 2005-05-10 Richard M. Stallman <rms@gnu.org>
17978
17979 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17980
17981 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17982 Move from ada-stmt.el.
17983 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17984
17985 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17986 Move to ada-mode.el.
17987 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17988
17989 * cus-edit.el (custom-file): Call file-chase-links.
17990
17991 * files.el (read-directory-name): Fix previous change.
17992 (hack-local-variables-confirm): New function.
17993 (hack-local-variables-prop-line, hack-local-variables)
17994 (hack-one-local-variable): Use it.
17995
17996 2005-05-10 Lute Kamstra <lute@gnu.org>
17997
17998 * font-lock.el (font-lock-keywords-alist)
17999 (font-lock-removed-keywords-alist): Clarify docstrings.
18000
18001 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18002
18003 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18004 (gdb-source-info): Check for preprocessor info.
18005 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18006 a macro for a function.
18007 (gdb-info-breakpoints-custom): Try to find file again if not already
18008 found (user might have used GDB dir command).
18009 (gdb-get-location): Update gdb-location-alist correctly for change
18010 to gdb-info-breakpoints-custom.
18011
18012 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18013 (gud-tooltip-print-command): Add gdbmi case.
18014 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18015 preprocessor info.
18016
18017 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18018
18019 * startup.el (fancy-splash-insert): Fix typo in doc string.
18020
18021 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18022
18023 * obsolete/float.el (string-to-float):
18024 * obsolete/hilit19.el (hilit-add-pattern):
18025 * obsolete/rnews.el (news-parse-range, news-select-message)
18026 (news-get-pruned-list-of-files): Replace `string-to-int' by
18027 `string-to-number'.
18028
18029 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18030 `find-file-not-found-hooks'; use `add-hook'.
18031 (uncompress-while-visiting): Set `write-file-functions', not
18032 `write-file-hooks'; use `add-hook'.
18033
18034 2005-05-09 Kim F. Storm <storm@cua.dk>
18035
18036 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18037 (cua-paste): Handle clipboard action.
18038 (cua--init-keymaps): Remap clipboard-kill-region and
18039 clipboard-kill-ring-save.
18040
18041 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18042
18043 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18044 Improve commentary.
18045
18046 * simple.el (next-error-overlay-arrow-position): Revert the change
18047 made on 2005-04-30.
18048
18049 2005-05-07 Jay Belanger <belanger@truman.edu>
18050
18051 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18052 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18053 `calc-sel-reselect'.
18054
18055 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18056 Calc is in embedded mode.
18057
18058 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18059
18060 * progmodes/compile.el (compilation-setup):
18061 Set overlay-arrow-string to an empty string on text terminals.
18062
18063 * textmodes/ispell.el (ispell-program-name): Try looking for
18064 "aspell" along exec-path, and if found, use it as the default
18065 speller program.
18066
18067 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18068
18069 * international/mule.el (sgml-xml-auto-coding-function):
18070 Recognize encoding='FOO' in single quotes as well as in double quotes.
18071
18072 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18073
18074 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18075 as well as `interactive', so that defmacro* would recognize
18076 `declare' forms.
18077
18078 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18079
18080 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18081 Explain more about the LIGHTER arg's usage in the doc string.
18082 Add commentary to clarify what the code does. Fix the regexp that
18083 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18084 since it could have characters special to regular expressions.
18085
18086 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18087
18088 * replace.el (occur-1): Bind inhibit-read-only so that
18089 erase-buffer doesn't barf on read-only text properties (likewise
18090 for add-text-properties in occur-engine). Mark buffer as unmodified.
18091 (occur-engine): Don't set buffer-read-only here.
18092
18093 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18094
18095 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18096 list-buffers-directory. This caused the *cvs-commit* buffer to be
18097 sometimes mistakenly reused as a *cvs* buffer.
18098
18099 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18100
18101 * tooltip.el: Move code for GUD tooltips into gud.el.
18102 (require): CL no longer needed to compile case.
18103 (tooltip-mode): Do not toggle functions for GUD tooltips.
18104 (tooltip-gud-tips-p): Remove. Replace with minor mode
18105 gud-tooltip-mode in gud.el.
18106 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18107 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18108 tooltip-gud prefix with gud-tooltip and obsolete.
18109 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18110 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18111 (tooltip-mouse-motion): Mouse movement functions/variable.
18112 Rename in gud.el by adding gud prefix.
18113 (tooltip-gud-original-filter, tooltip-gud-dereference)
18114 (tooltip-gud-event, tooltip-toggle-gud-tips)
18115 (tooltip-gud-process-output, tooltip-gud-print-command)
18116 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18117 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18118 (gdb-tooltip-print): Move to gdb-ui.el.
18119
18120 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18121 (require): CL needed to compile case.
18122 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18123 tooltip-gud-tips-p. Make it a minor-mode.
18124 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18125 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18126 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18127 (gud-tooltip-change-major-mode)
18128 (gud-tooltip-activate-mouse-motions-if-enabled)
18129 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18130 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18131 (gud-tooltip-original-filter, gud-tooltip-dereference)
18132 (gud-tooltip-event, tooltip-toggle-gud-tips)
18133 (gud-tooltip-process-output, gud-tooltip-print-command)
18134 (gud-tooltip-tips): Move from tooltip.el.
18135
18136 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18137 (gdb-cpp-define-alist-flags): Doc fix.
18138 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18139 gud-tooltip-mode is t.
18140
18141 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18142
18143 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18144 evaporate if their text is deleted.
18145 (goto-address-at-point): Make it work as a mouse binding as well.
18146 (goto-address-at-mouse): Obsolete it. Update users.
18147
18148 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18149
18150 * calendar/appt.el (top-level): No longer activate on load.
18151
18152 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18155 * net/webjump.el (webjump):
18156 * progmodes/idlw-help.el (idlwave-do-context-help1)
18157 (idlwave-highlight-linked-completions):
18158 * textmodes/po.el (po-find-file-coding-system-guts):
18159 Replace `assoc-ignore-case' by `assoc-string'.
18160
18161 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18162
18163 * files.el (locate-file): Doc fix.
18164
18165 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18166 Remove the redundant test for ms-dos.
18167
18168 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18169 look for the preprocessor with exec-suffixes. If not found in
18170 standard places, look in exec-path. Remove most of the tests that
18171 used system-type.
18172
18173 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18174
18175 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18176
18177 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18178 file-name clash with jka-compr.el on 8+3 filesystems.
18179
18180 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18181
18182 * term/mac-win.el: Don't define or bind scroll bar functions if
18183 x-toolkit-scroll-bars is t.
18184 (x-select-text, x-get-selection-value): Clear
18185 x-last-selected-text-clipboard if x-select-enable-clipboard is
18186 nil.
18187 (PRIMARY): Put mac-scrap-name property.
18188 (mac-select-convert-to-file-url): New function.
18189 (public.file-url): New selection target type. Add to
18190 selection-converter-alist.
18191 (x-get-selection, x-selection-value): Handle it.
18192 (x-cut-buffer-or-selection-value): New alias.
18193
18194 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18195
18196 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18197 entry to avoid calling bibtex-find-entry with arg global
18198 being t. Remove arg key.
18199 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18200 (bibtex-copy-summary-as-kill): Change accordingly.
18201
18202 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18203
18204 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18205 (org-agenda-date-later): Use with-current-buffer.
18206
18207 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18208
18209 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18210 (define-obsolete-variable-alias): Doc Fixes.
18211
18212 2005-05-06 Kim F. Storm <storm@cua.dk>
18213
18214 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18215 vertical-motion when selective-display is active.
18216
18217 * ido.el (ido-setup-hook): New hook.
18218 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18219 (ido-input-stack): New var.
18220 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18221 ido-next-work-file binding to M-O.
18222 Bind M-f to ido-wide-find-file-or-pop-dir.
18223 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18224 (ido-read-internal): Run ido-setup-hook.
18225 Catch quit in read-file-name and read-string to cancel edit.
18226 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18227 Automatically pop-all when completing a directory name (RET).
18228 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18229 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18230 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18231 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18232 New functions for M-b/M-f to move among the directory components.
18233 (ido-make-merged-file-list): Catch quit to cancel merge.
18234 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18235 (ido-completion-help): No warnings for ido-completion-buffer-full.
18236
18237 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18238
18239 * font-lock.el (font-lock-negation-char-face): New face and variable.
18240 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18241 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18242 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18243 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18244
18245 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18246
18247 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18248 Fix typo in docstring.
18249
18250 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18251 (ebrowse-print-statistics-line)
18252 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18253
18254 * term/w32-win.el (image-library-alist): Add additional name for
18255 Xpm library.
18256
18257 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18258
18259 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18260 use gcc instead of cpp.
18261
18262 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18263 (gdb-create-define-alist): Use it.
18264 (gdb-cpp-define-alist-program): Update for MS-DOS.
18265
18266 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18267
18268 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18269
18270 2005-05-04 Richard M. Stallman <rms@gnu.org>
18271
18272 * help.el (describe-key): No error when UNTRANSLATED is nil.
18273
18274 * simple.el (line-move-1): Fix previous change to signal errors
18275 appropriately.
18276
18277 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18278
18279 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18280 (icalendar-duration-correction): Remove.
18281 (icalendar--get-event-properties): Split result at commas.
18282 (icalendar--decode-isoduration): New optional argument
18283 DURATION-CORRECTION.
18284 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18285 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18286 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18287 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18288 (icalendar--convert-anniversary-to-ical): New functions, extracted
18289 from icalendar-export-region, with bug fixes.
18290 (icalendar-export-region): Use the above functions.
18291 (icalendar-import-buffer): Check before saving diary file.
18292 (icalendar--convert-recurring-to-diary)
18293 (icalendar--convert-non-recurring-all-day-to-diary)
18294 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18295 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18296 (icalendar--convert-ical-to-diary): Use the above functions.
18297
18298 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18299
18300 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18301 Remove these recent additions.
18302 (c-mode): Restore to before 2005-04-28.
18303
18304 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18305 recent addition.
18306
18307 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18308 (gdb-define-alist): New variables.
18309 (gdb-create-define-alist): New function.
18310 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18311 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18312 with string-to-number.
18313 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18314
18315 * progmodes/gud.el: Replace string-to-int with string-to-number.
18316 (gud-find-file): Handle gdb-define-alist.
18317
18318 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18319
18320 2005-05-02 Jay Belanger <belanger@truman.edu>
18321
18322 * calc/calc-aent.el (math-read-token):
18323 * calc/calc-bin.el (calc-word-size):
18324 * calc/calc-ext.el (calc-read-number-fancy):
18325 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18326 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18327 * calc/calc-frac.el (calc-over-notation):
18328 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18329 (calc-graph-num-points, calc-graph-init):
18330 * calc/calc-prog.el (calc-read-parse-table-part)
18331 (calc-edit-macro-repeats):
18332 * calc/calc-yank.el (calc-do-grab-rectangle):
18333 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18334 Replace `string-to-int' by `string-to-number'.
18335
18336 2005-05-02 Kim F. Storm <storm@cua.dk>
18337
18338 * kmacro.el: Use executing-kbd-macro-index variable.
18339
18340 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18341
18342 * net/rlogin.el (rlogin-parse-words): Delete func.
18343 (rlogin): Use split-string, not rlogin-parse-words.
18344 Also, if there are option-like elements in the parsed args,
18345 take the host to be the first arg immediately following them.
18346 Suggested by Michael Mauger.
18347
18348 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18349
18350 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18351
18352 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18353
18354 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18355 (cc-mode-cpp-program): Rename to cc-define-list-program and
18356 move to cc-vars.el.
18357
18358 * progmodes/cc-vars.el (cc-define-list-program):
18359 Change to "gcc -E -dM -". Make customizable.
18360
18361 2005-05-02 Kim F. Storm <storm@cua.dk>
18362
18363 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18364
18365 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18366
18367 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18368
18369 * international/mule-util.el (truncate-string): Remove alias and
18370 obsolete declaration.
18371
18372 * international/mule-cmds.el (update-iso-coding-systems):
18373 Remove alias and obsolete declaration.
18374
18375 * international/mule.el (coding-system-parent): Remove alias and
18376 obsolete declaration.
18377
18378 * subr.el (define-function, sref): Remove aliases and obsolete
18379 declarations.
18380 (chars-in-region): Remove obsolete declaration.
18381
18382 2005-05-01 Richard M. Stallman <rms@gnu.org>
18383
18384 * info.el (Info-mode): Set widen-automatically to nil, locally.
18385
18386 * simple.el (widen-automatically): New variable.
18387 (pop-global-mark): Obey widen-automatically.
18388
18389 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18390
18391 * term/xterm.el (function-key-map): Call substitute-key-definition
18392 before the keymap size is increased by a lot of define-key calls.
18393
18394 2005-05-01 Richard M. Stallman <rms@gnu.org>
18395
18396 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18397 Rename ARG to ELEMENT. Doc fix.
18398
18399 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18400
18401 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18402 Remove references to allout-exposure/change to allout-new-exposure.
18403
18404 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18405 bytecode symbols.
18406
18407 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18408 (compiled-function-p, focus-frame, unfocus-frame):
18409 Remove aliases and obsolete declarations.
18410 Back out inadvertent changes from previous commit.
18411
18412 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18413
18414 * files.el (require-final-newline): Make Custom tags consistent
18415 with mode-require-final-newline.
18416 (mode-require-final-newline): Doc fix.
18417
18418 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18419
18420 * international/latexenc.el (latexenc-find-file-coding-system):
18421 Fix regular expressions.
18422
18423 2005-05-01 David Kastrup <dak@gnu.org>
18424
18425 * international/latexenc.el (latexenc-find-file-coding-system):
18426 Fix regular expressions.
18427
18428 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18429
18430 * subr.el (string-to-int): Make obsolete.
18431
18432 2005-04-30 Richard M. Stallman <rms@gnu.org>
18433
18434 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18435
18436 * loadup.el: load jka-comp-hook.
18437
18438 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18439 (jka-compr-handler): Add autoload. `put' calls moved
18440 to jka-comp-hook.el.
18441 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18442 (jka-compr-inhibit): Autoload.
18443
18444 * jka-comp-hook.el: New file.
18445 Enable the mode by default.
18446
18447 * files.el (backup-buffer-copy): Use copy-file instead
18448 of write-region, and put back the 'excl.
18449
18450 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18451
18452 * progmodes/flymake.el (flymake-split-string)
18453 (flymake-split-string, flymake-log, flymake-pid-to-names)
18454 (flymake-reg-names, flymake-get-source-buffer-name)
18455 (flymake-unreg-names, flymake-add-line-err-info)
18456 (flymake-add-err-info): Clarify docstrings.
18457 (flymake-popup-menu, flymake-make-emacs-menu)
18458 (flymake-make-xemacs-menu): Add docstrings.
18459 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18460 Set variables directly throughout.
18461
18462 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18463
18464 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18465 exists. Initialize cc-define-alist.
18466 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18467 If there is no file (Macroexpansion) don't create an alist.
18468
18469 2005-04-29 Sam Steingold <sds@gnu.org>
18470
18471 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18472 (cc-create-define-alist): Use it instead of the hard-coded string.
18473
18474 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18477 for latexenc.
18478
18479 2005-04-29 Lute Kamstra <lute@gnu.org>
18480
18481 * emacs-lisp/generic.el: Improve commentary section.
18482 (define-generic-mode): Improve docstring.
18483
18484 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18485
18486 * textmodes/org.el (many places): Change to quiet the byte compiler.
18487 (org-prefix-format-compiled): New variable.
18488 (org-compile-prefix-format): New function.
18489 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18490 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18491 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18492 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18493 consistency with entries from `org-mode' files.
18494 (org-get-time-of-day): Fix bug with partial matches early in a line.
18495 (org-non-link-chars): New constant.
18496 (org-link-regexp): Respect `org-non-link-chars'.
18497 (org-agenda-day-view): Remove command.
18498 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18499 (org-follow-bbdb-link, org-store-link): Search also company field.
18500 (org-highlight-overlay): New variable.
18501 (org-highlight, org-unhighlight): New functions.
18502 (org-agenda-mode): Add pre-command-hook to remove highlight.
18503 (org-evaluate-time-range): Behavior depends upon whether time stamp
18504 contains a time or not.
18505 (org-show-subtree, org-show-entry): New functions.
18506 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18507
18508 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18509
18510 * comint.el (comint-output-filter-functions): Add autoload cookie.
18511
18512 2005-04-28 Kim F. Storm <storm@cua.dk>
18513
18514 * ido.el (ido-everywhere): Fix last change.
18515
18516 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18517
18518 * international/latexenc.el: New file.
18519 * international/mule-conf.el (file-coding-system-alist): For .tex,
18520 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18521
18522 2005-04-28 Lute Kamstra <lute@gnu.org>
18523
18524 * font-lock.el (font-lock-add-keywords)
18525 (font-lock-remove-keywords): Clarify docstring.
18526 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18527 Don't start docstrings with a `*'.
18528 (font-lock-update-removed-keyword-alist): Give it a docstring.
18529
18530 * generic-x.el: Update commentary section.
18531 Only require font-lock when compiling.
18532 Define all modes conditionally.
18533 Place all generic modes in the generic-x-modes customization group.
18534 (generic-x-modes): New customization group.
18535 (generic-default-modes, generic-mswindows-modes)
18536 (generic-unix-modes, generic-other-modes): New constants.
18537 (generic-define-mswindows-modes, generic-define-unix-modes):
18538 Update docstrings. Make them obsolete.
18539 (generic-extras-enable-list): New default value. Update docstring.
18540 Improve :type. Change :set function.
18541 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18542 Fix docstring.
18543
18544 * emacs-lisp/generic.el (generic-mode-internal):
18545 Simplify font-lock-defaults.
18546 (define-generic-mode): Fix docstring.
18547
18548 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18549
18550 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18551 font-lock-face property to highlight matches.
18552
18553 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18554
18555 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18556 (cc-define-alist): New variable.
18557 (c-mode): Make it local and initialize it.
18558
18559 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18560 (gdb-exited): New function.
18561 (gdb-annotation-rules): Use it.
18562 (gdb-starting): Set gdb-active-process to t.
18563 (gdb-stopping): Amend doc string.
18564 (gdb-reset): Set gdb-active-process to nil.
18565
18566 * tooltip.el (tooltip-gud-tips): Show the associated #define
18567 directives when a C program under GDB is not executing.
18568
18569 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18572 font-lock-fontify-syntactic-keywords.
18573
18574 * font-lock.el (font-lock-default-fontify-region): Don't force
18575 parse-sexp-lookup-properties to nil.
18576
18577 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18578
18579 * man.el (man-mode-syntax-table): Set up `:' to have
18580 word-constituent syntax.
18581
18582 2005-04-27 Lute Kamstra <lute@gnu.org>
18583
18584 * novice.el (disable-command): Don't add spurious newlines to the
18585 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18586
18587 2005-04-26 Jay Belanger <belanger@truman.edu>
18588
18589 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18590 than one window before deleting window.
18591
18592 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18593
18594 * shell.el (shell-prompt-pattern): Doc fix.
18595 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18596
18597 * comint.el (comint-prompt-regexp, comint-get-old-input)
18598 (comint-use-prompt-regexp)
18599 (comint-use-prompt-regexp-instead-of-fields)
18600 (comint-replace-by-expanded-history, comint-send-input)
18601 (comint-output-filter, comint-get-old-input-default)
18602 (comint-line-beginning-position, comint-bol, comint-show-output)
18603 (comint-backward-matching-input, comint-forward-matching-input)
18604 (comint-next-prompt, comint-previous-prompt):
18605 Rename `comint-use-prompt-regexp-instead-of-fields' to
18606 `comint-use-prompt-regexp'. Keep old name as alias and declare
18607 obsolete.
18608 (comint-use-prompt-regexp): Shorten first line of doc string.
18609
18610 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18611 Set paragraph-separate buffer locally to "\\'".
18612
18613 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18614 Adapt to above name change.
18615
18616 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18617 (smbclient-prompt-regexp): Ditto.
18618
18619 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18620
18621 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18622
18623 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18624 gdb-location-list.
18625 Break lines that are over 80 characters wide.
18626
18627 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18630 New fun and var, to preserve compatibility.
18631
18632 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18633
18634 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18635
18636 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18637 name to file-newer-than-file-p.
18638
18639 2005-04-26 Richard M. Stallman <rms@gnu.org>
18640
18641 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18642
18643 * progmodes/python.el (python-mode):
18644 Use new name eldoc-documentation-function.
18645
18646 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18647
18648 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18649 (eldoc-documentation-function):
18650 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18651
18652 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18653
18654 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18655
18656 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18657
18658 * term/xterm.el (function-key-map): Fix strings for
18659 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18660 {C,S,A,C-S}-{f1-f12}.
18661
18662 2005-04-26 Kenichi Handa <handa@m17n.org>
18663
18664 * international/mule-cmds.el (select-safe-coding-system):
18665 Fix previous change.
18666
18667 2005-04-26 Lute Kamstra <lute@gnu.org>
18668
18669 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18670
18671 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18672 (font-lock-comment-delimiter-face): Ditto.
18673
18674 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18675
18676 2005-04-25 Jay Belanger <belanger@truman.edu>
18677
18678 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18679 to t while inserting information; use help-mode.
18680
18681 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18682
18683 * term.el (ansi-term-color-vector): Use the xterm colors.
18684 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18685
18686 2005-04-25 Lute Kamstra <lute@gnu.org>
18687
18688 * font-core.el (font-lock-defaults): Fix docstring.
18689
18690 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18691
18692 2005-04-25 Kenichi Handa <handa@m17n.org>
18693
18694 * international/mule-cmds.el (select-safe-coding-system):
18695 Don't check consistency with coding: spec, etc if raw-text or
18696 no-conversion was found to be safe.
18697
18698 2005-04-24 Richard M. Stallman <rms@gnu.org>
18699
18700 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18701 citation markers at start of each line.
18702
18703 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18704 citation markers at start of each line.
18705
18706 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18707
18708 * files.el (mode-require-final-newline): Fix previous change.
18709 (require-final-newline): Fix type label.
18710
18711 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18712
18713 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18714 statement in buffer (broken by 2004-11-24 change).
18715
18716 2005-04-24 Kim F. Storm <storm@cua.dk>
18717
18718 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18719 and read-file-name-function values. Don't overwrite existing
18720 non-nil values if ido-mode is enabled without ido-everywhere.
18721
18722 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18723
18724 * files.el (mode-require-final-newline): Minor doc fix.
18725
18726 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18727
18728 * subr.el (syntax-after): Doc fix.
18729 (syntax-class): If argument is nil, return nil. Mask off upper 16
18730 bits, not 8 bits.
18731
18732 * files.el (mode-require-final-newline): Doc fix.
18733 (backup-buffer-copy): Fix last change.
18734
18735 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18736
18737 * term/mac-win.el: Require select. Set selection-coding-system to
18738 mac-system-coding-system. Call menu-bar-enable-clipboard.
18739 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18740 (x-select-enable-clipboard): New variables.
18741 (x-select-text, x-get-selection, x-selection-value)
18742 (x-get-selection-value, mac-select-convert-to-string)
18743 (mac-services-open-file, mac-services-open-selection)
18744 (mac-services-insert-text): New functions.
18745 (CLIPBOARD, FIND): Put mac-scrap-name property.
18746 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18747 (public.tiff): Put mac-ostype property.
18748 (selection-converter-alist): Add entries for them.
18749 (mac-application-menu-map): New keymap.
18750 (interprogram-cut-function, interprogram-paste-function): Set to
18751 x-select-text and x-get-selection-value, respectively.
18752 (split-window-keep-point): Set to t.
18753
18754 2005-04-23 Richard M. Stallman <rms@gnu.org>
18755
18756 * files.el (read-directory-name): Always pass non-nil
18757 DEFAULT-FILENAME arg to read-file-name.
18758 (backup-buffer-copy, basic-save-buffer-2): Take care against
18759 writing thru an unexpected existing symlink.
18760 (revert-buffer): In indirect buffer, revert the base buffer.
18761 (magic-mode-alist): Doc fix.
18762 (buffer-stale-function): Doc fix.
18763 (minibuffer-with-setup-hook): Avoid warning.
18764 (mode-require-final-newline): Doc and custom fix.
18765
18766 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18767
18768 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18769 use the default appearance.
18770 (font-lock-comment-delimiter-face): New face, new variable.
18771
18772 * imenu.el (imenu--generic-function): The official position of a
18773 definition is the start of the line that BEG is in.
18774
18775 * midnight.el (midnight-timer): Move defvar up.
18776
18777 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18778
18779 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18780
18781 * startup.el (command-line): Use with-no-warnings.
18782
18783 * window.el (window-size-fixed): New defvar.
18784
18785 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18786
18787 * mail/rmail.el (rmail-font-lock-keywords):
18788 Use font-lock-comment-delimiter-face.
18789
18790 * mail/sendmail.el (mail-font-lock-keywords):
18791 Use font-lock-comment-delimiter-face.
18792
18793 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18794
18795 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18796
18797 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18798 Specify t for LAXMATCH when matching directories.
18799 Save match data around compilation-compat-error-properties form.
18800
18801 2005-04-23 David Kastrup <dak@gnu.org>
18802
18803 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18804 Mention that the autoloaded aliases should be kept for AUCTeX.
18805
18806 2005-04-23 Andreas Schwab <schwab@suse.de>
18807
18808 * isearch.el (isearch-forward): Doc fix.
18809
18810 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18811
18812 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18813 (jit-lock-stealth-nice): Change default value to 0.5.
18814
18815 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18816
18817 * abbrev.el (write-abbrev-file): Write table entries in
18818 alphabetical order by table name.
18819
18820 2005-04-22 Kim F. Storm <storm@cua.dk>
18821
18822 * ido.el (ido-read-internal): Fix `list' completion.
18823
18824 2005-04-22 Kenichi Handa <handa@m17n.org>
18825
18826 * recentf.el (recentf-save-file-coding-system): New variable.
18827 (recentf-save-list): Encode the file by
18828 recentf-save-file-coding-system and add coding: tag.
18829
18830 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18831
18832 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18833
18834 2005-04-21 Lute Kamstra <lute@gnu.org>
18835
18836 * loadhist.el (unload-feature): Don't remove a function from hooks
18837 if it is about to be restored to an autoload . Remove functions
18838 that will become unbound from auto-mode-alist. Simplify the code.
18839
18840 * subr.el (assq-delete-all): New implementation that is linear,
18841 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18842 (rassq-delete-all): New function.
18843
18844 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18845 Add size-indication-mode.
18846
18847 2005-04-21 Kenichi Handa <handa@m17n.org>
18848
18849 * international/mule-cmds.el: Add autoload for widget-value in
18850 eval-when-compile.
18851
18852 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18853
18854 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18855 Add tooltip-mode.
18856
18857 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18858
18859 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18860
18861 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18862 (inferior-lisp-filter-regexp, inferior-lisp-program)
18863 (inferior-lisp-load-command, inferior-lisp-prompt)
18864 (inferior-lisp-mode-hook, lisp-source-modes)
18865 (inferior-lisp-load-hook): defvar->defcustom.
18866 (inferior-lisp-program, inferior-lisp-prompt)
18867 (inferior-lisp-load-hook): Doc fixes.
18868 (inferior-lisp-install-letter-bindings): Small change in
18869 introductory comment.
18870
18871 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18872
18873 * vc.el (vc-annotate-color-map): Change some colors so that text
18874 using them as foreground is readable on both white and black
18875 backgrounds.
18876
18877 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18878
18879 * international/mule-conf.el (translation-table-for-input):
18880 Remove redundant declaration.
18881
18882 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18883
18884 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18885
18886 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18887 (tooltip-toggle-gud-tips): New function.
18888
18889 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18890
18891 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18892 right angle brackets.
18893
18894 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18895
18896 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18897
18898 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18899
18900 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18901 Remove. Update callers to use expand-file-name instead.
18902
18903 * subr.el (syntax-class): New function.
18904
18905 * simple.el (blink-matching-open): Use it.
18906
18907 * paren.el (show-paren-function): Use it to recognize parens that are
18908 also used in 2-char comment markers.
18909
18910 2005-04-19 Lute Kamstra <lute@gnu.org>
18911
18912 * loadhist.el (unload-feature): Update for new format of
18913 load-history. Simplify the code.
18914
18915 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18916
18917 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18918 (mac-add-charset-info): New function. Initialize variable
18919 mac-charset-info-alist using it.
18920 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18921 for translation.
18922 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18923 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18924 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18925 New CCL programs.
18926
18927 2005-04-19 Kim F. Storm <storm@cua.dk>
18928
18929 * simple.el (next-buffer, prev-buffer, next-error)
18930 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18931 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18932
18933 * bindings.el (next-buffer, prev-buffer, next-error)
18934 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18935 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18936 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18937 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18938
18939 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18940
18941 * isearch.el (isearch-edit-string): Make the search-ring available for
18942 minibuffer history commands.
18943 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18944 the default history commands now work just as well.
18945 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18946
18947 2005-04-18 Kim F. Storm <storm@cua.dk>
18948
18949 * emulation/cua-base.el (cua--pre-command-handler): Add more
18950 elaborate check for shift modifier on non-window systems.
18951
18952 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18953
18954 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18955
18956 2005-04-18 Kim F. Storm <storm@cua.dk>
18957
18958 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18959 and make it optional. Don't test tooltip-gud-echo-area here.
18960 (tooltip-gud-process-output, gdb-tooltip-print):
18961 Pass tooltip-gud-echo-area to tooltip-show.
18962 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18963
18964 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18965
18966 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18967 `display-graphic-p' may not be bound yet.
18968
18969 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18970
18971 * startup.el (command-line): No longer enable Xterm Mouse mode by
18972 default in terminals compatible with xterm.
18973
18974 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18975
18976 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18977
18978 * tooltip.el (tooltip-gud-echo-area): Rename from
18979 tooltip-use-echo-area.
18980 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18981 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18982 area independently of where help tooltips are displayed.
18983
18984 2005-04-17 David Kastrup <dak@gnu.org>
18985
18986 * cus-theme.el (custom-theme-write-variables): Quote variables
18987 where necessary.
18988
18989 2005-04-17 Richard M. Stallman <rms@gnu.org>
18990
18991 * simple.el (yank-excluded-properties): Add follow-link to value.
18992
18993 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18994
18995 * startup.el (fancy-splash-max-time): Just 30 seconds.
18996 (fancy-splash-delay): Just 7.
18997 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18998
18999 * loadhist.el (unload-feature): Update for new format of load-history.
19000 Simplify the code.
19001
19002 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19003 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19004
19005 * mail/sendmail.el (mail-font-lock-keywords):
19006 Don't fontify subject text.
19007 Don't fontify the text of a citation.
19008
19009 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19010
19011 * comint.el (comint-output-filter): Run comint-output-filter-functions
19012 with point where the user had it.
19013
19014 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19015
19016 * international/ucs-tables.el (ucs-set-table-for-input):
19017 Disable when using unify-on-decoding.
19018
19019 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19020
19021 * emulation/cua-base.el (cua-global-mark-face): Add special case
19022 for displays supporting a high number of colors.
19023
19024 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19025
19026 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19027
19028 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19029
19030 * filesets.el (filesets-add-buffer): If user supplies a name of a
19031 non-existing fileset, create a new fileset.
19032
19033 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19034
19035 * textmodes/org.el (org-up-heading-all): Fix bug with
19036 `outline-up-heading-all'.
19037
19038 2005-04-16 Andreas Schwab <schwab@suse.de>
19039
19040 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19041 /etc/permissions.d/* and /etc/aliases.d/*.
19042
19043 2005-04-16 Kenichi Handa <handa@m17n.org>
19044
19045 * international/code-pages.el (cp-make-coding-system):
19046 Set `translation-table-for-input' property value to the symbol
19047 ucs-mule-to-mule-unicode, not to that value.
19048 (pt154): Escape guillemet by `\'.
19049
19050 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19051
19052 * loadup.el: Load tooltip if x-show-tip is fboundp.
19053
19054 * startup.el (command-line): Add comment.
19055
19056 * tooltip.el (tooltip-mode): Specify correct standard value for
19057 Custom in init-value.
19058
19059 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19060
19061 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19062 possible.
19063
19064 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19065
19066 * textmodes/org.el (org-agenda-date-prompt): Rename from
19067 `org-agenda-date-today'.
19068 (org-evaluate-time-range): Insert at point instead of directly
19069 after time range.
19070 (org-first-headline-recenter, org-subtree-end-visible-p)
19071 (org-optimize-window-after-visibility-change): New functions
19072 (org-agenda-post-command-hook): Don't allow point at end of line,
19073 to make sure it always hits the text properties.
19074 (org-agenda-next-date-line, org-agenda-previous-date-line):
19075 New commands.
19076 (org-set-regexps-and-options): Category may contain white space.
19077 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19078 Improve marker positions.
19079 (org-agenda-new-marker): Argument POS made optional.
19080 (org-agenda-get-timestamps): Deadlines which are done are listed
19081 in org-done-face now.
19082 (org-agenda-get-todos, org-agenda-get-timestamps)
19083 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19084 Set `undone-face' and `done-face' properties.
19085 (org-last-todo-state-is-todo): New variable.
19086 (org-todo): Set `org-last-todo-state-is-todo'.
19087 (org-agenda-todo): Change face according to
19088 `org-last-todo-state-is-todo'. And change other lines referring to
19089 the same entry.
19090 (org-calendar-goto-agenda): New command.
19091 (org-calendar-to-agenda-key): New option.
19092 (org-startup-folded): New allowed value `content'.
19093 (org-set-regexps-and-options): Accept new value `content' for
19094 `org-startup-folded'.
19095 (org-get-current-options): Handle new value `content' for
19096 `org-startup-folded'.
19097 (org-insert-todo-heading): New command.
19098 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19099 interactively in empty file and option
19100 `org-insert-mode-line-in-empty-file' has been set.
19101 (org-agenda-todo, org-agenda-priority): Modify to use
19102 `org-agenda-change-all-lines'.
19103 (org-warning-face): Change color on dark background
19104
19105 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19106
19107 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19108 use preferences AppleLocale and AppleLanguages, and variable
19109 mac-system-locale for default locale. On Mac OS Classic, use
19110 mac-system-coding-system for default coding systems.
19111
19112 * term/mac-win.el: Don't set file-name-coding-system.
19113 Decode variables system-name, emacs-build-system, user-login-name, and
19114 user-full-name by mac-system-coding-system on Mac OS Classic.
19115 (mac-system-coding-system): New variable.
19116
19117 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19118
19119 * startup.el (command-line): Handle `xterm-mouse-mode' before
19120 reading init file.
19121
19122 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19123
19124 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19125
19126 * progmodes/sh-script.el (sh-here-document-word): Make it a
19127 defcustom. Doc fix.
19128 (sh-add): Bash uses $(( )) for arithmetic.
19129 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19130 (sh-maybe-here-document): Remove quotes and leading whitespace
19131 from heredoc word when closing. Indent heredoc with tabs if word
19132 starts with "-".
19133
19134 2005-04-13 Richard M. Stallman <rms@gnu.org>
19135
19136 * simple.el (undo): Fix previous change.
19137
19138 * custom.el (defface): Doc fix.
19139
19140 2005-04-13 Lute Kamstra <lute@gnu.org>
19141
19142 * Makefile.in (DONTCOMPILE): Remove list.
19143 (compile, compile-always): Don't use DONTCOMPILE.
19144 (update-authors): Load the library in which batch-update-authors
19145 is defined.
19146 * makefile.w32-in (DONTCOMPILE): Remove list.
19147 (compile, compile-always): Fix comments.
19148 (update-authors): Load the library in which batch-update-authors
19149 is defined.
19150
19151 * generic-x.el (generic-mode-ini-file-find-file-hook):
19152 Rename to ini-generic-mode-find-file-hook.
19153 Keep generic-mode-ini-file-find-file-hook as an alias.
19154 (ini-generic-mode-find-file-hook): Rename from
19155 generic-mode-ini-file-find-file-hook. Fix docstring.
19156 (ini-generic-mode): Docstring change.
19157 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19158
19159 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19160 called from lisp.
19161
19162 * generic.el: Move to the emacs-lisp subdir.
19163
19164 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19165
19166 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19167 and C-S- function and cursor motion keys.
19168
19169 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19170
19171 * startup.el (command-line): Enable Xterm Mouse mode by default.
19172 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19173 for Custom. No longer show "Mouse" in mode line when enabled.
19174 Doc fix.
19175
19176 2005-04-12 Kim F. Storm <storm@cua.dk>
19177
19178 * emulation/cua-base.el (cua-rectangle-face)
19179 (cua-rectangle-noselect-face): Define face attributes here.
19180
19181 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19182
19183 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19184
19185 * startup.el (command-line): Turn off blinking cursor if
19186 cursorBlink in resources is off or false.
19187
19188 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19189
19190 * term/mac-win.el (dnd): Require dnd.
19191 (mac-drag-n-drop): Call dnd-handle-one-url.
19192 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19193 (kTextEncodingISOLatin2): Remove constants.
19194 (mac-script-code-coding-systems): New constant.
19195 (mac-handle-language-change): New function.
19196 (special-event-map): Bind it to `language-change' event.
19197 (mac-centraleurroman, mac-cyrillic): New coding systems.
19198 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19199 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19200 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19201 encode-mac-cyrillic, respectively.
19202
19203 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19204
19205 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19206 Don't set overlay-arrow-string to "=>" as this is done
19207 globally in C now.
19208
19209 2005-04-12 Lute Kamstra <lute@gnu.org>
19210
19211 * generic-x.el (rc-generic-mode, rul-generic-mode):
19212 Fix auto-mode-alist entries.
19213 (etc-fstab-generic-mode): Tweak fontification.
19214
19215 * generic.el (generic-make-keywords-list): Fix docstring.
19216 (generic-mode-internal): Simplify generic-font-lock-keywords.
19217
19218 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19219
19220 * whitespace.el (whitespace-buffer-leading)
19221 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19222 However, fix the highlight area for the leading and
19223 trailing whitespaces to show space.
19224
19225 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19226
19227 * whitespace.el (whitespace-version): Bump to 3.5
19228
19229 (whitespace-buffer-leading, whitespace-buffer-trailing):
19230 Invert sense of the test to highlight the whitespace.
19231
19232 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19233
19234 * progmodes/gud.el (gud-display-line): GUD uses its own
19235 overlay arrow now so don't set overlay-arrow-string.
19236 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19237
19238 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19239
19240 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19241 (term-ansi-current-reverse, term-ansi-current-invisible)
19242 (term-ansi-face-already-done): Change to boolean.
19243 (term-reset-terminal, term-handle-colors-array): Handle the above
19244 vars accordingly.
19245 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19246 (term-emulate-terminal): Use the new name.
19247
19248 * faces.el (secondary-selection): Use yellow1, not yellow.
19249 (trailing-whitespace): Use red1, not red.
19250
19251 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19252
19253 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19254 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19255 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19256
19257 * cus-edit.el (dnd): New group.
19258
19259 * term/w32-win.el (dnd): Require dnd
19260 (w32-drag-n-drop): Call dnd-handle-one-url.
19261
19262 * x-dnd.el: Require dnd.
19263 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19264 Call dnd-handle-one-url.
19265 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19266 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19267 to dnd-insert-text.
19268 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19269 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19270 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19271 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19272
19273 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19274
19275 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19276
19277 * wdired.el: Doc fixes.
19278 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19279 (wdired-use-dired-vertical-movement): Rename from
19280 wdired-always-move-to-filename-beginning.
19281 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19282 (wdired-change-to-wdired-mode): Change mode name.
19283 (wdired-newline): Delete.
19284
19285 2005-04-11 Richard M. Stallman <rms@gnu.org>
19286
19287 * whitespace.el (whitespace-highlight-the-space):
19288 Don't call whitespace-unhighlight-the-space here.
19289
19290 * simple.el (undo): Record t in undo-equiv-table
19291 for the redo record made by an undo-in-region.
19292
19293 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19294
19295 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19296 (gdb-frame-inferior-io-buffer): New Functions to control
19297 display of separate IO buffer.
19298 (menu): Add them to menu-bar.
19299 (gdb-display-buffer): Check for buffer another frame.
19300 Protect GUD buffer.
19301 (gdb-setup-windows): Create IO buffer if not already there.
19302 (gdb-memory-mode): Remove purecopy noops.
19303
19304 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19305
19306 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19307 and pass to self-insert-command.
19308
19309 2005-04-11 Lute Kamstra <lute@gnu.org>
19310
19311 * generic.el: Commentary section cleanup.
19312 (generic): Delete.
19313 (generic-use-find-file-hook, generic-lines-to-scan)
19314 (generic-find-file-regexp, generic-ignore-files-regexp)
19315 (default-generic-mode, generic-mode-find-file-hook)
19316 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19317 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19318 (generic-use-find-file-hook, generic-lines-to-scan)
19319 (generic-find-file-regexp, generic-ignore-files-regexp)
19320 (default-generic-mode, generic-mode-find-file-hook)
19321 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19322
19323 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19324
19325 * bookmark.el (bookmark-write-file): Catch errors writing file.
19326 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19327
19328 2005-04-10 Richard M. Stallman <rms@gnu.org>
19329
19330 * startup.el (fancy-splash-tail): Update copyright year.
19331 (command-line): Split part of -Q into -D.
19332 (emacs-basic-display): New defvar.
19333 (fancy-splash-text): Correct name of menu item.
19334
19335 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19336
19337 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19338 lines in one node.
19339
19340 * comint.el (comint-send-input): New arg ARTIFICIAL.
19341 Callers in this file changed.
19342
19343 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19344
19345 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19346
19347 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19348
19349 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19350 `ldap-search-internal'.
19351
19352 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19353
19354 * files.el (set-auto-mode-1): Use line-end-position.
19355
19356 * international/latin-1.el:
19357 * international/latin-2.el:
19358 * international/latin-3.el:
19359 * international/latin-4.el:
19360 * international/latin-5.el:
19361 * international/latin-8.el:
19362 * international/latin-9.el: Give punctuation syntax to NBSP.
19363
19364 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19365 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19366 Use char-classes to accept non-ascii letters, accepted in some recent
19367 bibtex implementations.
19368
19369 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19370
19371 * custom.el (custom-set-minor-mode): Any non-nil value for the
19372 variable should enable the mode when set through Custom.
19373
19374 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19375
19376 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19377 TAB binding so tab-always-indent is obeyed.
19378 (vhdl-minibuffer-local-map): Move initialization into declaration.
19379 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19380 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19381 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19382 (vhdl-current-line): Use line-beginning-position.
19383 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19384 with-output-to-temp-buffer, so the current position can be recorded.
19385
19386 2005-04-10 Masatake YAMATO <jet@gyve.org>
19387
19388 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19389 Add regexp for gcov.
19390
19391 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19392
19393 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19394 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19395 syntax which Emacs 20 doesn't support.
19396
19397 2005-04-09 Richard M. Stallman <rms@gnu.org>
19398
19399 * help.el (describe-key-briefly, describe-key):
19400 Replace strings as event types with "(any string)".
19401
19402 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * arc-mode.el (archive-mode-map): Move initialization into
19405 the declaration. Override *all* bindings of `undo'.
19406 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19407
19408 2005-04-09 Jay Belanger <belanger@truman.edu>
19409
19410 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19411
19412 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19413
19414 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19415 (xterm-register-default-colors): Update color values computation
19416 to match xterm-200.
19417
19418 2005-04-09 Kenichi Handa <handa@m17n.org>
19419
19420 * international/code-pages.el (iso-latin-7): Fix the map.
19421
19422 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19423
19424 * emacs-lisp/lisp.el (defun-prompt-regexp)
19425 (parens-require-spaces, buffer-end, end-of-defun)
19426 (insert-parentheses): Doc fixes.
19427
19428 2005-04-08 Kim F. Storm <storm@cua.dk>
19429
19430 * comint.el (comint-highlight-prompt): Fix face spec.
19431 * hi-lock.el (hi-green): Likewise.
19432
19433 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19434
19435 * cus-edit.el (custom-modified-face):
19436 * comint.el (comint-highlight-input): Fix previous changes.
19437 * term.el (term-handle-ansi-escape): Add a comment.
19438
19439 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19442 in the buffer and in whitespace-highlighted-space.
19443 (whitespace-unhighlight-the-space): Simplify.
19444 (whitespace-buffer): Simplify.
19445
19446 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19447
19448 * textmodes/table.el (table-cell-face): Add special case for
19449 displays supporting a high number of colors.
19450 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19451 (vhdl-font-lock-reserved-words-face)
19452 (vhdl-speedbar-architecture-face)
19453 (vhdl-speedbar-instantiation-face)
19454 (vhdl-speedbar-architecture-selected-face)
19455 (vhdl-speedbar-instantiation-selected-face): Likewise.
19456 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19457 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19458 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19459 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19460 (ebrowse-progress-face): Likewise.
19461 * progmodes/compile.el (compilation-info-face): Likewise.
19462 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19463 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19464 * calendar/calendar.el (diary-face): Likewise.
19465 * woman.el (woman-italic-face, woman-bold-face)
19466 (woman-unknown-face): Likewise.
19467 * wid-edit.el (widget-button-pressed-face): Likewise.
19468 * whitespace.el (whitespace-highlight-face): Likewise.
19469 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19470 * pcvs-info.el (cvs-marked-face): Likewise.
19471 * info.el (info-xref): Likewise.
19472 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19473 * hilit-chg.el (highlight-changes-face)
19474 (highlight-changes-delete-face): Likewise.
19475 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19476 (hi-red-b): Likewise.
19477 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19478 * font-lock.el (font-lock-keyword-face)
19479 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19480 * cus-edit.el (custom-invalid-face, custom-modified-face)
19481 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19482 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19483 * comint.el (comint-highlight-prompt): Likewise.
19484
19485 2005-04-08 Lute Kamstra <lute@gnu.org>
19486
19487 * font-lock.el (font-lock-keywords): Docstring fixes.
19488
19489 2005-04-08 Kenichi Handa <handa@m17n.org>
19490
19491 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19492 chars are more than a limit, print " and more..." at the tail.
19493
19494 2005-04-08 Kim F. Storm <storm@cua.dk>
19495
19496 * emacs-lisp/authors.el (authors-aliases): Update list.
19497 (authors-ignored-files): New list.
19498 (authors-fixed-entries): Fix typo.
19499 (authors-renamed-files-alist): Update list.
19500 (authors-add): Check authors-ignored-files.
19501
19502 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19503
19504 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19505 optional, to ensure backward compatibility.
19506
19507 2005-04-08 Stephen Eglen <stephen@gnu.org>
19508
19509 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19510
19511 2005-04-08 Kim F. Storm <storm@cua.dk>
19512
19513 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19514
19515 * mouse.el (mouse-on-link-p): Doc fix.
19516
19517 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19518
19519 * ielm.el (ielm-prompt-read-only): Doc fix.
19520
19521 * comint.el (comint-prompt-read-only): Doc fix.
19522
19523 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19524
19525 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19526 ensure dired always handles wildcards passed to ffap.
19527 (find-file-at-point): Use it.
19528 (ffap-dired-wildcards): Doc fix.
19529
19530 2005-04-07 Juri Linkov <juri@jurta.org>
19531
19532 * simple.el (next-error-overlay-arrow-position): New defvar.
19533 Put "=>" on its property `overlay-arrow-string'. Add it to
19534 `overlay-arrow-variable-list'.
19535
19536 * progmodes/compile.el (compilation-setup):
19537 Set `next-error-overlay-arrow-position' to nil. Also set it to
19538 nil in the local hook `kill-buffer-hook'. Make local variable
19539 `overlay-arrow-string' and set it to "=>".
19540 (compilation-goto-locus): Set BOL position to
19541 `next-error-overlay-arrow-position' instead of
19542 `overlay-arrow-position'.
19543
19544 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19545 locally instead of adding it to the global hook.
19546 (Info-kill-buffer): Move up.
19547
19548 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19549
19550 * term/xterm.el (xterm-standard-colors): Update color values from
19551 xterm-200.
19552
19553 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19554
19555 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19556
19557 * fast-lock.el:
19558 * lazy-lock.el: Move them to the obsolete subdir.
19559
19560 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19561
19562 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19563 (wdired-add-replace-advice): Remove.
19564 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19565
19566 2005-04-06 Kim F. Storm <storm@cua.dk>
19567
19568 * startup.el (command-line): Add --bare-bones alias for -Q.
19569
19570 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19571
19572 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19573 create the startup fontset if a font specification ends with
19574 `mac-roman'.
19575
19576 2005-04-06 Lute Kamstra <lute@gnu.org>
19577
19578 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19579 change.
19580
19581 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19582 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19583
19584 2005-04-05 Lute Kamstra <lute@gnu.org>
19585
19586 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19587 (define-generic-mode): Ditto. Fix debug declaration.
19588
19589 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19590 Put them in the generic-x group.
19591
19592 * calendar/timeclock.el (timeclock): Doc fix.
19593
19594 * generic.el (define-generic-mode): Don't use custom-current-group.
19595 Document default :group value.
19596 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19597 (define-global-minor-mode): Don't use custom-current-group.
19598
19599 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19600
19601 * startup.el (command-line-1): Display startup-echo-area-message
19602 when fancy splash screen is in use.
19603
19604 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19605 (sh-escaped-newline): New face.
19606 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19607 newline, and use sh-escaped-newline face.
19608
19609 * progmodes/tcl.el (tcl-escaped-newline): New face.
19610 (tcl-builtin-list): New variable.
19611 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19612 newlines. Fix keywords subexpression number.
19613
19614 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19615
19616 * textmodes/org.el (org-diary-default-entry): Fix call to
19617 `add-to-diary-entry'.
19618
19619 2005-04-05 Kim F. Storm <storm@cua.dk>
19620
19621 * ediff-init.el: Use (featurep 'xemacs).
19622
19623 2005-04-05 David Ponce <david@dponce.com>
19624
19625 * cus-edit.el (face): Derive from symbol widget. Display sample
19626 of the current face on the fly.
19627 (widget-face-sample-face-get, widget-face-notify): New functions.
19628 (widget-face-value-create): Remove.
19629
19630 * wid-edit.el (widget-field-end): Temporarily remove field
19631 narrowing before to call `get-char-property'.
19632
19633 2005-04-04 Jay Belanger <belanger@truman.edu>
19634
19635 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19636 (math-read-subscripts): New variable.
19637 (math-read-preprocess-string): Process subscripts.
19638
19639 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19640
19641 * comint.el (comint-prompt-read-only): Doc fix.
19642
19643 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19644 `-1'. Doc fix.
19645
19646 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19647
19648 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19649 Change default value to nil.
19650
19651 2005-04-04 Lute Kamstra <lute@gnu.org>
19652
19653 * autorevert.el (auto-revert-mode): Specify :group.
19654 * battery.el (display-battery-mode): Specify :group.
19655 * diff-mode.el (diff-minor-mode): Specify :group.
19656 * font-core.el (font-lock-mode): Specify :group.
19657 * hl-line.el (hl-line-mode): Specify :group.
19658 * iimage.el (iimage): New customization group.
19659 (iimage-mode): Specify :group.
19660 * longlines.el (longlines-mode): Specify :group.
19661 * master.el: Don't require easy-mmode.
19662 (master): New customization group.
19663 (master-mode): Specify :group.
19664 * msb.el (msb-mode): Specify :group.
19665 * reveal.el (reveal-mode): Specify :group.
19666 * simple.el (next-error-follow-minor-mode): Specify :group.
19667 * smerge-mode.el (smerge-mode): Specify :group.
19668 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19669 * emulation/cua-base.el (cua-mode): Specify :group.
19670 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19671 * language/thai-util.el (thai-auto-composition-mode)
19672 (thai-word-mode): Specify :group.
19673 * mail/supercite.el (sc-minor-mode): Specify :group.
19674 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19675 * progmodes/flymake.el (flymake-mode): Specify :group.
19676 * progmodes/glasses.el (glasses-mode): Specify :group.
19677 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19678 * textmodes/enriched.el (enriched-mode): Specify :group.
19679 * textmodes/refill.el (refill-mode): Specify :group.
19680
19681 * add-log.el (change-log-font-lock-keywords): Names in
19682 parenthesized lists can contain spaces.
19683
19684 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19685
19686 * startup.el (fancy-splash-text): Shorten default text of
19687 "Emacs Tutorial" line. Also, if the current language env
19688 indicates an available tutorial file other than TUTORIAL,
19689 extract its title and append it to the line in parentheses.
19690 (fancy-splash-insert): If arg is a thunk, funcall it.
19691
19692 2005-04-04 Jay Belanger <belanger@truman.edu>
19693
19694 * calc.el (calc-language-alist): Add tags to customization type.
19695
19696 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19697
19698 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19699 Doc fix.
19700
19701 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19702
19703 * add-log.el (change-log-font-lock-keywords): The manual
19704 describing a Change Log entry, says: (...) "Aside from these
19705 header lines, every line in the change log starts with a space or
19706 a tab.". The font-lock was not highlighting lines started with
19707 spaces, added support for it.
19708
19709 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19710
19711 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19712 (bibtex-generate-url-list): Update docstring accordingly. Put the
19713 complex example in the docstring.
19714 (bibtex-font-lock-url): Use pop.
19715
19716 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19717
19718 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19719
19720 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19721
19722 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19723
19724 * filesets.el (filesets-set-default): Doc fix.
19725
19726 2005-04-03 Lute Kamstra <lute@gnu.org>
19727
19728 * generic.el (define-generic-mode): Add argument to specify
19729 keywords for defcustom.
19730 (default-generic-mode): Specify :group.
19731
19732 * generic-x.el: Specify :group for all generic modes.
19733
19734 * desktop.el (desktop-no-desktop-file-hook)
19735 (desktop-after-read-hook): Doc fix.
19736
19737 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19738
19739 * simple.el (visible-mode): Use explicit :group keyword.
19740 This changes the group of `visible-mode-hook' from paren-blinking
19741 to editing-basics.
19742
19743 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19744
19745 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19746 mailbox specifications as well as URLs.
19747 (rmail-insert-inbox-text): Remove unused conditional branches.
19748
19749 2005-04-01 Jay Belanger <belanger@truman.edu>
19750
19751 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19752 (calc-gnuplot-print-command): Move definitions to calc.el.
19753
19754 * calc/calc-embed.el (calc-embedded-announce-formula)
19755 (calc-embedded-open-formula, calc-embedded-close-formula)
19756 (calc-embedded-open-word, calc-embedded-close-word)
19757 (calc-embedded-open-plain, calc-embedded-close-plain)
19758 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19759 (calc-embedded-open-mode, calc-embedded-close-mode):
19760 Move definitions to calc.el.
19761
19762 * calc/calc.el (calc-settings-file, calc-language-alist):
19763 Make customizable.
19764 (calc-embedded-announce-formula, calc-embedded-open-formula)
19765 (calc-embedded-close-formula, calc-embedded-open-word)
19766 (calc-embedded-close-word, calc-embedded-open-plain)
19767 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19768 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19769 (calc-embedded-close-mode, calc-gnuplot-name)
19770 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19771 from other files and make customizable.
19772
19773 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19774
19775 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19776 Use buffer-live-p.
19777 (cvs-mode-run): Don't call cvs-update-header here.
19778 (cvs-run-process): Call cvs-update-header.
19779 Use process properties for cvs-postprocess and cvs-buffer so that
19780 the sentinel can behave better if the temp buffer is killed.
19781 Use a pipe rather than a tty, to better handle unexpected prompts.
19782 (cvs-sentinel): Rewrite. Call cvs-update-header.
19783
19784 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19785
19786 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19787 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19788
19789 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 * generic.el (define-generic-mode): Add indentation rule.
19792
19793 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19794
19795 * files.el (mode-require-final-newline): Make Custom correctly
19796 report a nil value and allow to set it to nil via Custom.
19797 Doc fix.
19798
19799 2005-04-01 Kenichi Handa <handa@m17n.org>
19800
19801 * international/characters.el: Enable the correct case setting for
19802 dotless-i and dotted-I.
19803
19804 2005-04-01 Kim F. Storm <storm@cua.dk>
19805
19806 * ido.el (ido-file-internal): Fall back to non-ido command if
19807 initial directory is on slow ftp (or tramp) host.
19808
19809 2005-03-31 Richard M. Stallman <rms@gnu.org>
19810
19811 * emacs-lisp/autoload.el (make-autoload):
19812 Handle define-global-minor-mode.
19813
19814 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19815 Rename from easy-mmode-define-global-mode.
19816 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19817
19818 * progmodes/scheme.el (scheme-mode-syntax-table):
19819 Update syntax of | and # for two-character comment syntax.
19820
19821 2005-03-31 Lute Kamstra <lute@gnu.org>
19822
19823 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19824 (define-minor-mode): Call custom-current-group at load-time.
19825
19826 * generic.el (define-generic-mode): Add debug declaration.
19827 Add defcustom for the mode hook.
19828 (generic-mode-internal): Use run-mode-hooks.
19829
19830 2005-03-31 Kim F. Storm <storm@cua.dk>
19831
19832 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19833 (mouse-fixup-help-message): New defun called by show_help_echo
19834 to fixup mouse-2 prefix in help messages when applicable.
19835
19836 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19837
19838 2005-03-31 Kenichi Handa <handa@m17n.org>
19839
19840 * language/thai-word.el (thai-find-word-ends): Pay attention to
19841 the case that we reach the end of buffer.
19842
19843 * textmodes/fill.el (fill-text-properties-at): New function.
19844 (fill-newline): Use fill-text-properties-at instead of
19845 text-properties-at.
19846
19847 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19848
19849 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19850 not comint-quote-filename.
19851
19852 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19853
19854 * help-fns.el (help-with-tutorial): Revert last change.
19855
19856 2005-03-31 Kim F. Storm <storm@cua.dk>
19857
19858 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19859
19860 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19861
19862 * calendar/cal-china.el: Update reference to "Calendrical
19863 Calculations" book; there's a new edition.
19864 * calendar/cal-coptic.el: Likewise.
19865 * calendar/cal-french.el: Likewise.
19866 * calendar/cal-hebrew.el: Likewise.
19867 * calendar/cal-islam.el: Likewise.
19868 * calendar/cal-iso.el: Likewise.
19869 * calendar/cal-julian.el: Likewise.
19870 * calendar/cal-mayan.el: Likewise.
19871 * calendar/cal-persia.el: Likewise.
19872 * calendar/calendar.el: Likewise.
19873 * calendar/holidays.el: Likewise.
19874 * calendar/lunar.el: Likewise.
19875 * calendar/solar.el: Likewise.
19876
19877 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19878 white space from doc string.
19879
19880 2005-03-30 Jay Belanger <belanger@truman.edu>
19881
19882 * calc/calc-help.el (calc-full-help): Remove email address.
19883
19884 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19885
19886 * help-fns.el (help-with-tutorial): Delete title line.
19887
19888 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19889
19890 * calendar/cal-x.el (calendar-one-frame-setup)
19891 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19892 rather than `symbol' for set-window-dedicated-p.
19893
19894 * calendar/appt.el (appt-buffer-name): Make it a constant.
19895 (appt-add): Doc fix.
19896
19897 * filesets.el (filesets-menu-path, filesets-menu-before)
19898 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19899 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19900 (filesets-add-submenu): Delete and use add-submenu instead.
19901
19902 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19903
19904 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19905 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19906 (org-diary-default-entry): New function.
19907 (org-get-entries-from-diary): Better parsing of diary entries.
19908 (org-agenda-check-no-diary): New function.
19909 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19910 linking to diary entries.
19911 (org-agenda-execute-calendar-command): New function.
19912 (org-agenda): Improve visible section in window.
19913 Use `org-fit-agenda-window'.
19914 (org-fit-agenda-window): New option.
19915 (org-move-subtree-down): Better handling of empty lines
19916 at end of subtree.
19917 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19918 levels up.
19919 (org-fontify-done-headline): New option.
19920 (org-headline-done-face): New face.
19921 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19922 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19923 When current field is non-empty, it is copied to next row.
19924 (org-table-copy-from-above): Fix bug which made it
19925 impossible to copy fields containing only a single non-white character.
19926
19927 2005-03-30 Kim F. Storm <storm@cua.dk>
19928
19929 * kmacro.el (kmacro-end-macro): Isearch may store this command
19930 into the macro -- so ignore it when executing keyboard macro.
19931
19932 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19933
19934 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19935
19936 2005-03-29 Kenichi Handa <handa@m17n.org>
19937
19938 * language/thai.el ("Thai"): Set setup-function and exit-function
19939 for Thai language environment.
19940
19941 * language/thai-util.el: Require thai-word.
19942 (thai-word-mode-map): New variable.
19943 (thai-word-mode): New minor mode.
19944 (setup-thai-language-environment-internal): New function.
19945 (exit-thai-language-environment-internal): New function.
19946
19947 * language/thai-word.el (thai-word-table): Declare it by defvar,
19948 use dolist to initialize it.
19949 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19950 (thai-fill-find-break-point): New functions.
19951
19952 2005-03-29 Richard M. Stallman <rms@gnu.org>
19953
19954 * simple.el (idle-update-delay): Move definition up.
19955 (set-mark): Doc fix.
19956
19957 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19958
19959 * longlines.el: New file.
19960
19961 * simple.el (buffer-substring-filters): New variable.
19962 (filter-buffer-substring): New function.
19963 (kill-region, copy-region-as-kill): Use it.
19964
19965 * register.el (copy-to-register, append-to-register)
19966 (prepend-to-register): Use filter-buffer-substring.
19967
19968 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19969
19970 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19971 (gud-filter-pending-text): Move in front of gdb.
19972 (gud-overlay-arrow-position): New variable.
19973 (gud-sentinel, gud-display-line): Use it in place of
19974 overlay-arrow-position.
19975
19976 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19977
19978 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19979 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19980 (fortran-font-lock-keywords-4): New variable.
19981 (fortran-blocks-re, fortran-end-block-re)
19982 (fortran-start-block-re): New constants, for hideshow.
19983 (hs-special-modes-alist): Add a Fortran entry.
19984 (fortran-mode-map): Bind fortran-end-of-block,
19985 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19986 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19987 (fortran-looking-at-if-then, fortran-end-of-block)
19988 (fortran-beginning-of-block): New functions, for hideshow.
19989
19990 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19991 Doc fix. Tweak regexp.
19992 (f90-beginning-of-block): Push mark first.
19993
19994 2005-03-29 Jay Belanger <belanger@truman.edu>
19995
19996 * calc/calc.el: Update copyright date.
19997 (calc-version): Increase to 2.1.
19998 (calc-version-date): Remove.
19999
20000 * calc/calc-help.el: Update copyright date.
20001 (calc-full-help): Remove reference to calc-version-date.
20002 Update copyright date.
20003
20004 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * vc.el (vc-do-command): Use a pipe for async processes, so password
20007 prompts don't show up at places where the user can't reply.
20008
20009 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20010
20011 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20012 on the file name we pass to the inferior shell.
20013
20014 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20015
20016 * progmodes/which-func.el (which-function): Be robust in the face of an
20017 imenu--make-index-alist failure.
20018
20019 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20020
20021 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20022
20023 * progmodes/python.el (python-preoutput-filter): Fix last change.
20024
20025 2005-03-29 Lute Kamstra <lute@gnu.org>
20026
20027 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20028 functions and compiled macros.
20029 (debug-convert-byte-code): Handle macros too.
20030 (debug-on-entry-1): Don't signal an error when trying to clear a
20031 function that is not set to debug on entry.
20032
20033 2005-03-29 Jay Belanger <belanger@truman.edu>
20034
20035 * calc/calc-lang.el: Add functions to math-function-table
20036 properties of tex and math.
20037
20038 2005-03-29 Kenichi Handa <handa@m17n.org>
20039
20040 * ps-mule.el (ps-mule-plot-string): Translate characters by
20041 ps-print-translation-table.
20042 (ps-mule-begin-job): Call find-charset-region/string with
20043 ps-print-translation-table.
20044 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20045
20046 * ps-print.el (ps-print-translation-table): New variable.
20047 (ps-plot-region): Translate characters by ps-print-translation-table.
20048
20049 2005-03-29 Juri Linkov <juri@jurta.org>
20050
20051 * simple.el (next-error-highlight-timer): New variable.
20052
20053 * progmodes/compile.el (compilation-goto-locus):
20054 Use `next-error-highlight-timer' instead of `sit-for'.
20055
20056 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20057
20058 * mail/supercite.el (sc-mail-field): Use assoc-string.
20059 (sc-get-address): Simplify regexps.
20060
20061 * files.el (minibuffer-with-setup-hook): New macro.
20062 (find-file-read-args): Use it to avoid let-binding
20063 minibuffer-with-setup-hook (which breaks turning on/off
20064 file-name-shadow-mode while in the prompt).
20065
20066 * complete.el (PC-read-include-file-name-internal):
20067 Use test-completion.
20068
20069 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20070
20071 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20072
20073 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20074
20075 * window.el (window-buffer-height): Use count-screen-lines.
20076
20077 * progmodes/python.el (python-preoutput-leftover): New var.
20078 (python-preoutput-filter): Use it.
20079 (python-send-receive): Loop until all the result has been received.
20080
20081 2005-03-28 Juri Linkov <juri@jurta.org>
20082
20083 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20084
20085 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20086 "Recover Crashed Session".
20087 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20088 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20089 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20090 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20091 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20092 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20093 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20094 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20095
20096 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20097 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20098 Ediff Sessions", "Toggle use of separate control buffer frame",
20099 "Use separate frame for Ediff control buffer".
20100
20101 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20102 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20103 "Rename Bookmark", "Delete Bookmark".
20104
20105 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20106 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20107 Add `:active Info-index-alternatives' to "Next Matching Item".
20108
20109 * wdired.el (wdired-change-to-wdired-mode):
20110 Mention `wdired-abort-changes' key in the initial message.
20111
20112 * international/mule.el (auto-coding-alist): Associate non-ascii
20113 image filename extensions with `no-conversion'.
20114
20115 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * international/iso-acc.el:
20118 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20119
20120 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20121
20122 * textmodes/sgml-mode.el (html-mode): Doc update.
20123
20124 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20125
20126 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20127
20128 * term.el (term-move-columns): Fix face after extending a line.
20129 (term-insert-spaces): Likewise.
20130 (term-reset-terminal): Fix off by one error.
20131
20132 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20133
20134 * international/mule.el (auto-coding-alist): Add .xpi files.
20135
20136 * files.el (auto-mode-alist): Add .xpi files.
20137
20138 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20139
20140 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20141
20142 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20143
20144 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20145
20146 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20147
20148 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20149 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20150
20151 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20152 cursor to Jan 1 when needed.
20153 (calendar-end-of-year): Fix -/+ typo.
20154 Reported by Chong Yidong <cyd@stupidchicken.com>.
20155
20156 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20157
20158 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20159
20160 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20161 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20162
20163 2005-03-25 Richard M. Stallman <rms@gnu.org>
20164
20165 * filesets.el (filesets-init): Add autoload.
20166
20167 * mail/mailalias.el (mail-directory): Doc fix.
20168
20169 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20170
20171 * mail/mailalias.el (mail-directory-process): Do nothing if
20172 mail-directory-process is an atom.
20173 (mail-get-names): Ignore mail-directory-names if it is an atom.
20174 (mail-directory-process defvar): Doc fix.
20175 (mail-names): Doc fix.
20176
20177 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20178
20179 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20180
20181 2005-03-26 Kenichi Handa <handa@m17n.org>
20182
20183 * international/mule-util.el (detect-coding-with-priority):
20184 Call update-coding-systems-internal before detect-coding-region.
20185
20186 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20187
20188 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20189 (gdb-frames-mode-map): Add follow-link property.
20190
20191 2005-03-25 Jay Belanger <belanger@truman.edu>
20192
20193 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20194 for variables.
20195
20196 2005-03-25 Juri Linkov <juri@jurta.org>
20197
20198 * image-mode.el: Optimize image filename extension regexps in
20199 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20200 in `auto-mode-alist'.
20201 (image-mode): Add `image-toggle-display-text' to local hook
20202 `change-major-mode-hook'. Display the image as an image by
20203 default. Set `cursor-type' and `truncate-lines' if the image
20204 is already displayed. Take into account the current mode (image
20205 or text) in message.
20206 (image-minor-mode): New minor mode.
20207 (image-mode-maybe, image-toggle-display-text): New functions.
20208 (image-toggle-display): Use called-interactively-p.
20209 Let-bind `inhibit-read-only' to t.
20210
20211 * image-mode.el (image-minor-mode): Set `cursor-type' and
20212 `truncate-lines' if the image is already displayed. Add turning
20213 image-minor-mode off to `change-major-mode-hook'. Add message.
20214 Call `image-toggle-display-text' after turning image-minor-mode off.
20215
20216 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20219 Terminal.app, use utf-8.
20220 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20221 (set-locale-environment): Use it.
20222
20223 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20224
20225 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20226
20227 * progmodes/python.el (python-close-block-statement-p)
20228 (python-outdent-p, python-current-defun): Use symbol-end.
20229
20230 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20231
20232 * files.el (save-some-buffers): Doc fix.
20233
20234 2005-03-25 Werner Lemberg <wl@gnu.org>
20235
20236 * complete.el, thumbs.el: Replace `legal' with `valid'.
20237 * calendar/calendar.el: Replace `legal' with `valid'.
20238 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20239 * mail/supercite.el: Replace `legal' with `valid'.
20240 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20241 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20242 Replace `legal' with `valid'.
20243 * textmodes/reftex-vars.el, textmodes/reftex.el:
20244 Replace `legal' with `valid'.
20245
20246 2005-03-25 Werner Lemberg <wl@gnu.org>
20247
20248 * calc/calc-forms.el, calc/calc-sel.el
20249 * midnight.el, vc-cvs.el
20250 * emacs-lisp/cl-macs.el
20251 * emulation/vip.el
20252 * eshell/esh-io.el, eshell/esh-var.el
20253 * mail/supercite.el
20254 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20255 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20256 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20257 * progmodes/sh-script.el, progmodes/xscheme.el
20258 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20259 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20260 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20261 * textmodes/reftex.el, textmodes/org.el:
20262 Replace `illegal' with `invalid'.
20263
20264 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20267 (flymake-find-buildfile, flymake-find-possible-master-files)
20268 (flymake-check-include, flymake-parse-line): Replace loops over the
20269 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20270
20271 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20272 Substitute file-name-as-directory in the rest of the file.
20273 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20274 (flymake-replace-region): Remove unused arg `buffer'.
20275 (flymake-check-patch-master-file-buffer): Update calls to it.
20276 (flymake-add-err-info): Remove unused var `count'.
20277 (flymake-mode): Use define-minor-mode.
20278
20279 * progmodes/flymake.el: Use with-current-buffer.
20280 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20281 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20282 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20283 Avoid testing for `xemacs'.
20284 (flymake-nop): Move.
20285 (flymake-region-has-flymake-overlays): Return the computed value.
20286 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20287 Remove unused var `endline'.
20288 (flymake-get-line-count): Remove unused function.
20289 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20290
20291 * emulation/vi.el:
20292 * generic.el:
20293 * hilit-chg.el (global-highlight-changes):
20294 * hi-lock.el (hi-lock-mode):
20295 * follow.el: find-file-hooks -> find-file-hook.
20296
20297 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20298
20299 2005-03-24 Juri Linkov <juri@jurta.org>
20300
20301 * dired.el (dired-mode-map): Add menu item "Compare directories"
20302 for dired-compare-directories.
20303
20304 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20305 Doc fix. Replace `read-file-name' with `read-directory-name'.
20306
20307 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20310
20311 2005-03-24 Jay Belanger <belanger@truman.edu>
20312
20313 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20314 relevant mode settings in calc-embedded-original-modes when modes
20315 are permanently changed.
20316
20317 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20318
20319 * autoinsert.el: find-file-hooks -> find-file-hook.
20320
20321 2005-03-24 Lute Kamstra <lute@gnu.org>
20322
20323 * generic.el (generic-font-lock-defaults): Make it obsolete.
20324 (generic-font-lock-keywords): New variable to replace
20325 generic-font-lock-defaults.
20326 (generic-mode-set-font-lock): Delete it.
20327 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20328 (generic-bracket-support): Add docstring.
20329
20330 * generic-x.el: Rename generic-font-lock-defaults to
20331 generic-font-lock-keywords throughout.
20332 (mailagent-rules-setup-function): Delete it.
20333 (mailagent-rules-generic-mode): Use anonymous function instead.
20334 (show-tabs-generic-mode-font-lock-defaults-1)
20335 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20336 Quote faces.
20337 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20338 not foreground.
20339
20340 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20341 Recognize define-generic-mode.
20342
20343 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20344
20345 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20346 if there's no completion table.
20347
20348 2005-03-23 Miles Bader <miles@gnu.org>
20349
20350 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20351 Remove tty-specific variants, as they're no longer needed.
20352
20353 2005-03-23 Lute Kamstra <lute@gnu.org>
20354
20355 * generic-x.el: Code cleanup: make args constant whenever possible.
20356 (installshield-statement-keyword-list)
20357 (installshield-system-functions-list)
20358 (installshield-system-variables-list, installshield-types-list)
20359 (installshield-funarg-constants-list): Make them constants.
20360
20361 * generic.el (generic-make-keywords-list): Add autoload cookie.
20362
20363 * calendar/time-date.el: Add comment on time value formats.
20364 Don't require parse-time.
20365 (with-decoded-time-value): New macro.
20366 (encode-time-value): New function.
20367 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20368 (days-to-time): Return a valid time value when arg is huge.
20369 (time-since): Use time-subtract.
20370 (time-to-number-of-days): Use time-to-seconds.
20371
20372 2005-03-23 David Ponce <david@dponce.com>
20373
20374 * recentf.el (recentf-keep): New option.
20375 (recentf-menu-action): Default to `find-file'.
20376 (recentf-keep-non-readable-files-flag)
20377 (recentf-keep-non-readable-files-p)
20378 (recentf-file-readable-p, recentf-find-file)
20379 (recentf-cleanup-remote): Remove.
20380 (recentf-include-p): More robust.
20381 (recentf-keep-p): New function.
20382 (recentf-remove-if-non-kept): Rename from
20383 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20384 All callers updated.
20385 (recentf-menu-items-for-commands): Fix help string.
20386 (recentf-track-closed-file): Update. Doc fix.
20387 (recentf-cleanup): Update. Count removed files. Doc fix.
20388
20389 2005-03-23 Kim F. Storm <storm@cua.dk>
20390
20391 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20392 Don't inherit from fringe face (now happens automatically).
20393
20394 2005-03-22 Kim F. Storm <storm@cua.dk>
20395
20396 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20397 position values.
20398
20399 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * menu-bar.el (showhide-date-time): Remove.
20402 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20403 (menu-bar-make-mm-toggle): Simplify.
20404
20405 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20406
20407 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20408 Accept qualified variable and function names.
20409
20410 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20411
20412 * bindings.el (completion-ignored-extensions):
20413 Remove ".lis" for `vax-vms'.
20414
20415 2005-03-22 Andreas Schwab <schwab@suse.de>
20416
20417 * generic-x.el: Revert last change.
20418 * ldefs-boot.el: Update.
20419
20420 2005-03-22 Jay Belanger <belanger@truman.edu>
20421
20422 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20423 (calc-embedded-save-original-modes)
20424 (calc-embedded-restore-original-modes): New functions.
20425 (calc-do-embedded): Save original modes when entering embedded mode
20426 and restore when leaving embedded mode.
20427 (calc-embedded-modes-change): Change the value of
20428 calc-embedded-original-modes to reflect permanent changes.
20429
20430 2005-03-22 Lute Kamstra <lute@gnu.org>
20431
20432 * generic-x.el: Require generic again.
20433
20434 2005-03-22 Miles Bader <miles@gnu.org>
20435
20436 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20437 Tweak details to look good on both ttys and bitmap displays, light
20438 or dark background, etc.
20439
20440 2005-03-21 Kim F. Storm <storm@cua.dk>
20441
20442 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20443 mouse position.
20444
20445 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20446
20447 * icomplete.el: Don't forcibly turn on the mode upon load.
20448 (icomplete-mode): Use define-minor-mode.
20449 (icomplete-eoinput): Default to nil.
20450 (icomplete-minibuffer-setup): Remove autoload.
20451 (icomplete-tidy): Simplify.
20452 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20453 in the initial state or if the user has modified the field.
20454 Fix handling of icomplete-max-delay-chars.
20455 Remove code that handles the oddball case where
20456 minibuffer-completion-table is an integer.
20457 Wrap icomplete-completions in while-no-input in case building
20458 completions takes more time than expected.
20459 (icomplete-completions): Simplify.
20460
20461 2005-03-21 Richard M. Stallman <rms@gnu.org>
20462
20463 * jka-compr.el (jka-compr-really-do-compress):
20464 Make variable buffer-local.
20465
20466 * image-mode.el: Handle .xpm files too.
20467 (image-toggle-display): Preserve modification flag.
20468
20469 * help.el (where-is): Don't mention aliases with no key bindings.
20470
20471 2005-03-21 Lute Kamstra <lute@gnu.org>
20472
20473 * generic.el: Fix commentary section. Don't require cl for
20474 compilation.
20475 (generic-mode-list): Add autoload cookie.
20476 (generic-use-find-file-hook, generic-lines-to-scan)
20477 (generic-find-file-regexp, generic-ignore-files-regexp)
20478 (generic-mode, generic-mode-find-file-hook)
20479 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20480 (define-generic-mode): Make it a defmacro. Fix docstring.
20481 (generic-mode-internal): Code cleanup. Add autoload cookie.
20482 (generic-mode-set-comments): Code cleanup.
20483 * generic-x.el: Don't prevent compilation. Don't require generic.
20484 Follow coding conventions. Minor code cleanup.
20485 (etc-fstab-generic-mode): Add some keywords.
20486 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20487 define-generic-mode like a function declaration.
20488
20489 2005-03-21 Jay Belanger <belanger@truman.edu>
20490
20491 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20492 changing modes.
20493
20494 2005-03-21 Sam Steingold <sds@gnu.org>
20495
20496 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20497
20498 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20499
20500 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20501 Add underscore to "f$ lexicals" regexp.
20502
20503 2005-03-20 Juri Linkov <juri@jurta.org>
20504
20505 * subr.el (progress-reporter-do-update): When `min-value' is equal
20506 to `max-value', set `percentage' to 0 and prevent division by zero.
20507
20508 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20509
20510 Sync with Tramp 2.0.48.
20511
20512 * net/tramp.el (all): Change all addresses to .gnu.org.
20513 (tramp-append-tramp-buffers): New defun.
20514 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20515 Catch `dont-send' signal.
20516 (tramp-set-auto-save-file-modes): Set always permissions, because
20517 there might be an old auto-saved file belonging to another
20518 original file. This could be a security threat. Reported by
20519 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20520 Check for Emacs 21.3.50 removed.
20521
20522 * net/tramp-smb.el (all): Remove debug construct for
20523 `with-parsed-tramp-file-name'.
20524 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20525 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20526 No error message if DIRECTORY or FILENAME doesn't exist.
20527 (tramp-smb-open-connection): Check existence of
20528 `tramp-smb-program'.
20529
20530 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20533 Properly handle the case where the `m' or `s' command's argument is not
20534 yet terminated.
20535 (perl-indent-new-calculate): New function.
20536 (perl-indent-line): Use it.
20537
20538 2005-03-20 Miles Bader <miles@gnu.org>
20539
20540 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20541 in text-mode too. Change to new face names.
20542 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20543 Add `:weight bold' attribute.
20544 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20545
20546 2005-03-19 Juri Linkov <juri@jurta.org>
20547
20548 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20549
20550 * international/mule.el (auto-coding-alist): Sync with
20551 `auto-mode-alist' by adding upper case archive file extensions
20552 and adding ear/war to jar extension.
20553
20554 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20555
20556 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20557 running, restart it.
20558
20559 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20560
20561 * finder.el (finder-current-item): Throw an error on an empty line.
20562
20563 * man.el (Man-follow-manual-reference): If current-word returns
20564 nil, use "".
20565
20566 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20567
20568 * simple.el (goto-line): Doc fix.
20569
20570 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20571
20572 * files.el (save-buffer): Doc fix.
20573
20574 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20575
20576 * recentf.el (recentf-cleanup-remote): New variable.
20577 (recentf-cleanup): Use it to conditionally check availability of
20578 remote files.
20579
20580 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20581
20582 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20583 function names.
20584
20585 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20586
20587 * language/thai-word.el: New file.
20588
20589 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20590
20591 * files.el (backup-buffer): If the file's directory is not
20592 writable, use copy instead of move to backup the file.
20593
20594 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20595
20596 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20597
20598 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20599
20600 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20601 Use functionp instead of symbolp and fboundp. Reported by Drkm
20602 <darkman_spam@yahoo.fr>.
20603 (ps-print-version): New version 6.6.6.
20604
20605 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20606
20607 * textmodes/table.el (table--line-column-position): New idiom.
20608 (table--row-column-insertion-point-p): New function to test
20609 validity of row and column insertion operation at a location.
20610 (table-global-menu, table-cell-menu): Use above functions for
20611 deterministic test operation.
20612 (table--editable-cell-p): Behave in deterministic fashion.
20613
20614 2005-03-18 Juri Linkov <juri@jurta.org>
20615
20616 * isearch.el (isearch-lazy-highlight-new-loop):
20617 Make arguments beg and end optional.
20618 (isearch-update): Remove optional arguments nil from
20619 isearch-lazy-highlight-new-loop.
20620 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20621 isearch-lazy-highlight-case-fold-search instead of
20622 isearch-case-fold-search, and let-bind isearch-regexp to
20623 isearch-lazy-highlight-regexp.
20624 Use isearch-lazy-highlight-last-string instead of isearch-string.
20625
20626 * replace.el (perform-replace): Remove bindings of global
20627 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20628 Add three new arguments to `replace-highlight'.
20629 (replace-highlight): Add arguments string, regexp, case-fold.
20630 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20631 to allow isearch-lazy-highlight-new-loop to use these values
20632 to set corresponding isearch-lazy-highlight-* internal
20633 variables whose values lazy highlighting will use regardless of
20634 changes to global variables isearch-string, isearch-regexp,
20635 isearch-case-fold-search during lazy highlighting loop.
20636 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20637 to `lazy-highlight-cleanup'.
20638
20639 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20640 (ispell-highlight-face): Set default face to `isearch' when
20641 lazy highlighting is enabled.
20642 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20643 priority to 1. Add lazy highlighting.
20644 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20645 from `isearch-dehighlight'.
20646
20647 2005-03-18 David Ponce <david@dponce.com>
20648
20649 * files.el (hack-local-variables): Do a case-insensitive search
20650 for End.
20651
20652 2005-03-18 Juri Linkov <juri@jurta.org>
20653
20654 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20655 `isearch-lazy-highlight-cleanup', add alias to old name and
20656 declare obsolete. Add release numbers to other obsolete vars.
20657 (isearch-done, isearch-lazy-highlight-new-loop):
20658 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20659 (lazy-highlight-cleanup) <variable>: Doc fix.
20660 (isearch-lazy-highlight-update): Rename obsolete
20661 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20662
20663 2005-03-18 Kenichi Handa <handa@m17n.org>
20664
20665 * language/thai-util.el: Fix categorization of Thai characters in
20666 thai-category-table.
20667 (thai-composition-pattern): Adjust it for the above change.
20668 (thai-self-insert-command, thai-compose-syllable): New functions.
20669 (thai-compose-region): Use thai-compose-syllable.
20670 (thai-compose-string): Likewise.
20671 (thai-composition-function): Likewise.
20672 (thai-auto-composition): New function.
20673 (thai-auto-composition-mode): New minor mode.
20674
20675 * language/thai.el: Fix patterns to be registered in
20676 composition-function-table.
20677
20678 * international/quail.el (quail-input-method): Locally bind
20679 inhibit-modification-hooks to t.
20680
20681 2005-03-17 Richard M. Stallman <rms@gnu.org>
20682
20683 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20684 (perl-mode): Use run-mode-hooks.
20685
20686 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20687 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20688 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20689
20690 * mail/sendmail.el (sendmail-send-it): Reenable the code
20691 to compute resend-to-address and use it.
20692
20693 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20694
20695 * image-mode.el: New file.
20696
20697 * image.el (insert-sliced-image): Add autoload cookie.
20698
20699 * font-lock.el (font-lock-lines-before): New user option.
20700 (font-lock-after-change-function): Obey it.
20701
20702 * bindings.el (esc-map): Make M-g a prefix.
20703 Bind M-g g and M-g M-g to goto-line.
20704
20705 * faces.el (face-id): Doc fix.
20706
20707 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20708
20709 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20710 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20711 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20712
20713 * mail/sendmail.el (mail-yank-ignored-headers)
20714 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20715 Add Mail-Followup-To and Mail-Reply-To headers.
20716 (mail-citation-hook): Add autoload cookie.
20717 (mail-mode): Doc fix.
20718 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20719 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20720 (mail-mode-fill-paragraph): Handle those headers.
20721 (mail-mailing-lists): New variable.
20722 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20723
20724 2005-03-17 Juri Linkov <juri@jurta.org>
20725
20726 * isearch.el (isearch-fallback): Check for `(car previous)'
20727 before calling `isearch-other-end-state'.
20728
20729 2005-03-17 Kim F. Storm <storm@cua.dk>
20730
20731 * simple.el (move-beginning-of-line): Move to beginning of buffer
20732 line, as well as beginning of screen line.
20733
20734 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20735
20736 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20737 argument REDRAW rather than calendar-redrawing variable.
20738 * calendar/calendar.el (calendar-redrawing): Delete.
20739 (redraw-calendar): Do not bind calendar-redrawing.
20740
20741 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20742
20743 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20744 diary-file buffer.
20745
20746 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20747
20748 * help.el (describe-mode): Allow a :minor-mode-function property to
20749 specify a different minor mode toggle function than the variable.
20750 * simple.el (auto-fill-function):
20751 * subr.el (add-minor-mode): Use it.
20752
20753 2005-03-16 Kenichi Handa <handa@m17n.org>
20754
20755 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20756 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20757 (ethio-fidel-to-sera-buffer): Likewise.
20758
20759 2005-03-16 Juri Linkov <juri@jurta.org>
20760
20761 * emacs-lisp/find-func.el (find-function-regexp):
20762 Add defun-emitting macro `menu-bar-make-toggle'.
20763
20764 * isearch.el: Put `isearch-scroll' property to
20765 `split-window-horizontally'.
20766
20767 * info.el: Update error messages for `debug-ignored-errors'.
20768 (Info-isearch-search): Doc fix.
20769 (Info-find-node): Move up code to go into info buffer before
20770 recording the node to the history.
20771 (Info-fontify-node): Fontify titles only if the next line
20772 has two or more `*', `=', `-', `.'.
20773 Display "go to this node" for empty (match-string 3).
20774
20775 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20776
20777 * term/mac-win.el: Add mouse pointer shape constants.
20778
20779 2005-03-15 Kim F. Storm <storm@cua.dk>
20780
20781 * simple.el (move-beginning-of-line): Use vertical-motion.
20782
20783 2005-03-15 Juri Linkov <juri@jurta.org>
20784
20785 * isearch.el (isearch-error): New variable.
20786 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20787 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20788 (isearch-within-brackets-state): Remove.
20789 (isearch-case-fold-search-state, isearch-pop-fun-state):
20790 Decrease frame index.
20791 (isearch-mode, isearch-top-state, isearch-push-state)
20792 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20793 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20794 (isearch-search, isearch-lazy-highlight-new-loop):
20795 Replace `isearch-invalid-regexp' with `isearch-error'.
20796 Remove `isearch-within-brackets'.
20797 (isearch-search): Add `search-failed' handler to `condition-case'.
20798 (isearch-lazy-highlight-search): Add `condition-case' to catch
20799 errors and allow `isearch-lazy-highlight-update' to try
20800 highlighting from the beginning of the window.
20801 (isearch-repeat): Move up code to set isearch-wrapped to t
20802 before calling isearch-wrap-function.
20803
20804 * info.el (Info-isearch-initial-node): New internal variable.
20805 (Info-search): Signal an error in isearch mode when search leaves
20806 the initial node. Signal an error when `bound' is non-nil and
20807 nothing was found in the current subfile.
20808 (Info-isearch-search): Remove `condition-case'.
20809 (Info-isearch-wrap): Don't wrap when search failed during leaving
20810 the initial node. If `Info-isearch-search' is nil, wrap around
20811 the current node.
20812 (Info-isearch-start): New fun.
20813 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20814 `isearch-mode-hook'.
20815
20816 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20817
20818 * simple.el (normal-erase-is-backspace): Set default to t if
20819 running on Mac.
20820
20821 * term/mac-win.el (function-key-map): Sync with x-win.el.
20822
20823 2005-03-15 Kenichi Handa <handa@m17n.org>
20824
20825 * international/mule-cmds.el (locale-language-names): Modify the
20826 format of elements and add more entries.
20827 (locale-preferred-coding-systems): Add more entries.
20828 (set-locale-environment): Adjust for the change of
20829 locale-language-names.
20830
20831 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20832
20833 * pcvs.el (smerge-ediff): Remove bogus autoload.
20834
20835 2005-03-14 Lute Kamstra <lute@gnu.org>
20836
20837 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20838 Ignore a `*' at the beginning of a line.
20839
20840 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20841 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20842 subr.el.
20843 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20844 to specify indentation.
20845
20846 * generic.el (define-generic-mode): Let generic-mode-list be a
20847 list of strings; test membership with equal.
20848
20849 2005-03-14 Kim F. Storm <storm@cua.dk>
20850
20851 * simple.el (next-line, previous-line): Add optional try-vscroll
20852 arg to recognize interactive use. Pass it on to line-move.
20853 (line-move): Don't perform auto-window-vscroll when defining or
20854 executing keyboard macro to ensure consistent behavior.
20855
20856 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20857
20858 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20859
20860 2005-03-13 Lute Kamstra <lute@gnu.org>
20861
20862 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20863 debugger-setup-buffer so that backtrace marks the frames set to
20864 debug-on-exit and we don't have to do it manually. Set an extra
20865 debug-on-exit for macro's.
20866 (debugger-setup-buffer): Don't mark the top frame manually.
20867
20868 2005-03-12 Lute Kamstra <lute@gnu.org>
20869
20870 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20871 lisp-indent-function throughout.
20872 (with-no-warnings): Set lisp-indent-function property.
20873
20874 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20875
20876 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20877 Add entry for backslash.
20878
20879 2005-03-12 Juri Linkov <juri@jurta.org>
20880
20881 * info.el (Info-search): Four fixes for backward search.
20882
20883 2005-03-11 Jay Belanger <belanger@truman.edu>
20884
20885 * calc/calc.el (calc-language-alist): New variable.
20886 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20887 (calc-embedded-find-modes): Use calc-language-alist instead of
20888 calc-embedded-language-alist.
20889
20890 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20891
20892 * calendar/calendar.el (calendar-redrawing): New internal
20893 variable.
20894 (redraw-calendar): Remove bogus save-excursion from previous
20895 change. Bind calendar-redrawing to t for mark-diary-entries.
20896 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20897 calendar if that is why we were called.
20898
20899 2005-03-11 Kenichi Handa <handa@m17n.org>
20900
20901 * international/mule.el (make-coding-system): Set property
20902 coding-system-define-form to nil.
20903 (define-coding-system-alias): Likewise.
20904
20905 2005-03-11 Kenichi Handa <handa@m17n.org>
20906
20907 These changes are suggested by Dave Love <fx@gnu.org>.
20908
20909 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20910 coding: tag.
20911 (adaptive-fill-regexp): Add more bullets.
20912 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20913 regexps.
20914
20915 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20916
20917 * help.el (describe-mode): Properly handle non-trivial lighters.
20918 Don't ignore minor modes that are not listed in minor-mode-list.
20919
20920 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20921 feature ON when the user requests to turn it OFF.
20922
20923 2005-03-10 Lute Kamstra <lute@gnu.org>
20924
20925 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20926 (implement-debug-on-entry): New function to replace debug-entry-code.
20927 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20928 second argument as the 2005-03-07 change makes it obsolete.
20929 (debug-on-entry, cancel-debug-on-entry): Update call to
20930 debug-on-entry-1.
20931 (debug, debugger-setup-buffer): Comment update.
20932 (debugger-frame-number): Update to work with implement-debug-on-entry.
20933
20934 2005-03-10 Jay Belanger <belanger@truman.edu>
20935
20936 * calc/calc-embed.el (math-ms-args): Declare it.
20937 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20938 math-ms-args.
20939 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20940 variables.
20941
20942 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20943
20944 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20945 Use message-box.
20946
20947 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20948 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20949 (tooltip-gud-tips): Simplify.
20950 (tooltip-gud-tips-p): Remove superfluous :set.
20951 (tooltip-gud-modes): Add fortran-mode.
20952 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20953
20954 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20955
20956 2005-03-09 Kim F. Storm <storm@cua.dk>
20957
20958 * play/animate.el (animate-place-char): Use forward-line instead
20959 of next-line to improve performance.
20960
20961 2005-03-09 Simon Josefsson <jas@extundo.com>
20962
20963 * net/browse-url.el (browse-url-default-browser): Doc fix.
20964
20965 2005-03-09 Miles Bader <miles@gnu.org>
20966
20967 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20968 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20969
20970 2005-03-09 Kenichi Handa <handa@m17n.org>
20971
20972 * international/latin-1.el: Set case and syntax for 255 only if
20973 set-case-syntax-set-multibyte is nil.
20974
20975 * textmodes/ispell.el (ispell-insert-word): New function.
20976 (ispell-word): Use ispell-insert-word to insert a new word.
20977 (ispell-process-line): Likewise.
20978 (ispell-complete-word): Likewise.
20979
20980 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20981
20982 * calendar/calendar.el (redraw-calendar): Preserve point.
20983 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20984 (calendar-week-start-day): Move after definition of
20985 redraw-calendar. Delete buffer test, since redraw-calendar has
20986 that now.
20987
20988 * calendar/diary-lib.el (mark-diary-entries): Only call
20989 redraw-calendar in the first of any recursive calls.
20990 Reported by Alan Shutko <ats@acm.org>.
20991
20992 2005-03-08 Juri Linkov <juri@jurta.org>
20993
20994 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20995 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20996 (html-radio-buttons): Add a space before the trailing `/>' where
20997 sgml-xml-mode is non-nil.
20998 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20999 the subsequent tag of the empty XML tag.
21000 (html-href-anchor): Don't set initial input to "http:".
21001 (html-image): Ask for the image URL and set point inside alt="".
21002 (html-name-anchor): Duplicate the name in the `id' attribute when
21003 sgml-xml-mode is non-nil.
21004 (html-paragraph): Remove \n before <p>.
21005 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21006 instead of `checked' when sgml-xml-mode is non-nil.
21007
21008 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21009 Remove 1 space before #RRGGBB to not truncate it on terminal
21010 windows w/o fringes. Remove 1 space between bg and fg examples
21011 to get more space.
21012 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21013 avoid byte-compile warnings.
21014
21015 * image-file.el (image-file-handler): Put `safe-magic' property to
21016 `image-file-handler'.
21017
21018 * info.el (Info-isearch-search): Emulate word search in
21019 isearching through multiple Info nodes with Info-search.
21020 (Info-isearch-wrap): Allow isearch-word.
21021
21022 2005-03-08 Lute Kamstra <lute@gnu.org>
21023
21024 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21025 stepping into the debugger's code is not possible.
21026 (debugger-jumping-flag): Docstring update.
21027
21028 2005-03-08 Jay Belanger <belanger@truman.edu>
21029
21030 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21031 embedded mode begins.
21032 (calc-embedded-language-alist): New variable.
21033 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21034 set default language mode.
21035
21036 2005-03-08 Kenichi Handa <handa@m17n.org>
21037
21038 * international/ccl.el (define-ccl-program): Fix docstring about
21039 extra 256 bytes assured for the output buffer.
21040
21041 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21042 Fix BUFFER_MAGNIFICATION to 2.
21043 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21044
21045 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21046
21047 * align.el (align-rules-list): Added an alignment rule for CSS
21048 declarations (applies to css-mode and html-mode buffers).
21049
21050 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21053
21054 2005-03-07 Kim F. Storm <storm@cua.dk>
21055
21056 * simple.el (move-beginning-of-line): New command.
21057
21058 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21059
21060 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21061
21062 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21063 and move-beginning-of-line.
21064
21065 * apropos.el (apropos-print): Omit command from M-x ... RET.
21066
21067 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21068
21069 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21070 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21071
21072 2005-03-06 Richard M. Stallman <rms@gnu.org>
21073
21074 * bindings.el (esc-map): Bind M-g to goto-line.
21075
21076 * facemenu.el (global-map): Bind M-o, not M-g.
21077
21078 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21079
21080 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21081 "Open Directory" as for "Open File".
21082
21083 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21084
21085 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21086 (push-mark-command): Run activate-mark-hook.
21087
21088 2005-03-06 Richard M. Stallman <rms@gnu.org>
21089
21090 * help-mode.el (help-mode-finish): Don't alter the element
21091 in view-return-to-alist if there already is one.
21092
21093 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21094 make sure the current buffer is the expected one.
21095
21096 * novice.el (disabled-command-function): Output in *Disabled Command*.
21097 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21098
21099 * textmodes/flyspell.el (flyspell-large-region):
21100 Pass args differently for aspell.
21101
21102 * files.el (mode-require-final-newline): Doc fix.
21103
21104 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21105
21106 * progmodes/which-func.el (which-function):
21107 Specify NOERROR when calling imenu--make-index-alist.
21108
21109 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * simple.el (normal-erase-is-backspace): Define default value.
21112
21113 * custom.el (custom-theme-set-variables): Remove unused var
21114 `immediate'.
21115 (custom-reevaluate-setting): Simple function to handle variables
21116 that are defined before their default value can really be
21117 computed.
21118
21119 * startup.el (command-line): Use it for temporary-file-directory,
21120 small-emporary-file-directory, auto-save-file-name-transforms,
21121 blink-cursor-mode, and normal-erase-is-backspace.
21122
21123 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21124 progress, even with buggy anchored keywords.
21125
21126 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21127
21128 * simple.el (goto-line): Remove unbalanced final parenthesis.
21129
21130 2005-03-05 Richard M. Stallman <rms@gnu.org>
21131
21132 * simple.el (goto-line): Use a number at point as the default.
21133 With C-u as arg, switch buffers.
21134
21135 2005-03-05 Juri Linkov <juri@jurta.org>
21136
21137 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21138 with `no-blinking-cursor'.
21139
21140 * startup.el (no-blinking-cursor): New defvar.
21141 (command-line): Add `--no-blinking-cursor' to longopts.
21142 Set `no-blinking-cursor' to t for command line arguments
21143 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21144 with `no-blinking-cursor' in the condition for calling
21145 `blink-cursor-mode'.
21146
21147 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21148
21149 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21150 (menu-bar-options-save): Add blink-cursor-mode.
21151 (menu-bar-options-menu): Add blink-cursor-mode.
21152
21153 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21154
21155 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21156 (icalendar-export-file, icalendar-export-region)
21157 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21158 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21159
21160 2005-03-04 Lute Kamstra <lute@gnu.org>
21161
21162 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21163 (debug-function-list): Ditto.
21164
21165 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21166
21167 * textmodes/texinfmt.el (texinfo-append-refill):
21168 Redefine the types of line to which @refill
21169 is not appended by replacing a search for `@refill\\|@bye' with
21170 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21171 itemize@refill' bug and the unfilled long lines bug.
21172 (texinfmt-version): Update number and date.
21173
21174 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21175
21176 * international/code-pages.el (windows-1250, windows-125[2-8])
21177 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21178
21179 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21182 bound yet.
21183
21184 2005-03-02 Romain Francoise <romain@orebokech.com>
21185
21186 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21187 buffer after removing limits.
21188 (ibuffer-pop-filter): Ditto.
21189 Update copyright.
21190
21191 2005-03-02 Miles Bader <miles@gnu.org>
21192
21193 * button.el (make-text-button): If the user doesn't specify a
21194 type, use the default. Rewrite to use `add-text-properties' and
21195 plist functions.
21196
21197 2005-03-01 Lute Kamstra <lute@gnu.org>
21198
21199 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21200 (debugger-jumping-flag): New var.
21201 (debug-entry-code): Use it.
21202 (debugger-jump): Use debugger-jumping-flag and add
21203 debugger-reenable to post-command-hook.
21204 (debugger-reenable): Use debugger-jumping-flag and remove itself
21205 from post-command-hook.
21206 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21207 debugger-reenable.
21208
21209 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21210
21211 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21212 inclusion of "itemize\\|", which may be unnecessary, is certainly
21213 inelegant, and stops refilling in itemize lists when formatting
21214 Japanese Texinfo files to Info.
21215 Update copyright to 2005.
21216
21217 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21218
21219 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21220 of an error if GDB can't find the source file.
21221
21222 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21223
21224 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21225 not just the calendar.
21226
21227 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21228 first.
21229 (diary-redraw-calendar): New function.
21230 (make-diary-entry): Add diary-redraw-calendar to local
21231 write-contents-functions. Turn off selective display before
21232 inserting in diary.
21233
21234 2005-03-01 Kim F. Storm <storm@cua.dk>
21235
21236 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21237
21238 2005-03-01 Lute Kamstra <lute@gnu.org>
21239
21240 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21241 that debug-entry-code can be safely removed from a function while
21242 this code is being evaluated. Revert the 2005-02-27 change as the
21243 new implementation no longer requires it. Make sure that a
21244 function body containing just a string is not mistaken for a docstring.
21245 (debug): Skip one more frame in case of debug on entry.
21246 (debugger-setup-buffer): Delete one more frame line in case of
21247 debug on entry.
21248 (debugger-frame-number): Update to use the new text introduced by
21249 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21250
21251 2005-02-28 Kim F. Storm <storm@cua.dk>
21252
21253 * double.el (double-translate-key): Call force-window-update after
21254 read-event to avoid crash in redisplay.
21255
21256 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21259 (debug): Use it. Move the inhibit-trace earlier.
21260 (debug-entry-code): New const.
21261 (debug-on-entry-1): Use it.
21262
21263 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21264
21265 * international/utf-16.el (ccl-encode-mule-utf-16le):
21266 Fix BUFFER_MAGNIFICATION to 2.
21267 (ccl-encode-mule-utf-16be): Likewise.
21268
21269 2005-02-28 Kenichi Handa <handa@m17n.org>
21270
21271 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21272 Fix BUFFER_MAGNIFICATION to 4.
21273 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21274
21275 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21276
21277 * speedbar.el (speedbar-update-flag): Doc fix.
21278 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21279 argument.
21280
21281 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21282
21283 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21284 have a non-nil `invisible' property but are actually visible.
21285
21286 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21287 for perldoc sections.
21288 (perl-outline-regexp, perl-outline-level): New var and function.
21289 (perl-mode): Use them.
21290
21291 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21292
21293 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21294 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21295
21296 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21297
21298 * cus-edit.el: Comment change.
21299 (custom-buffer-create-internal): Slightly reword text at top of
21300 Custom buffers. Mention there that saving an option edits the
21301 init file. Add link to Emacs manual node on `custom-file'.
21302 (custom-magic-alist): Rewrite individual State messages to use
21303 capitalized keywords. Doc fix.
21304
21305 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21306
21307 * calendar/calendar.el (calendar-buffer): Move above
21308 calendar-week-start-day.
21309 (calendar-week-start-day): Doc fix. Add :set function.
21310 (calendar-minimum-window-height): New variable.
21311 (generate-calendar-window): Only resize window if selected-window
21312 is displaying the calendar buffer. Use new variable
21313 calendar-minimum-window-height.
21314 (generate-calendar): Reword error message.
21315 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21316
21317 2005-02-27 Andreas Schwab <schwab@suse.de>
21318
21319 * vc.el (vc-do-command): Don't run command asynchronously when
21320 operating in a remote directory.
21321
21322 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21323 change from sync with Tramp 2.0.47.
21324
21325 2005-02-27 Richard M. Stallman <rms@gnu.org>
21326
21327 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21328
21329 * textmodes/flyspell.el (flyspell-mode-on):
21330 Call ispell-change-dictionary only if necessary.
21331
21332 * emacs-lisp/re-builder.el (regexp-builder): New function.
21333
21334 * register.el (describe-register-1): Explicitly handle
21335 yank-excluded-properties = t.
21336
21337 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21338 (custom-magic-alist): Change the status descriptions again.
21339 (face widget-type): Total rewrite based on `restricted-sexp'
21340 to eliminate the confusing double hiding levels.
21341
21342 * emacs-lisp/debug.el (debug-on-entry-1):
21343 If function body is empty, add nil as body form.
21344
21345 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * emacs-lisp/trace.el (inhibit-trace): New var.
21348 (trace-make-advice): Use it.
21349
21350 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21351
21352 2005-02-26 Kim F. Storm <storm@cua.dk>
21353
21354 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21355 (mouse-on-link-p, mouse-drag-region-1): Use it.
21356
21357 2005-02-25 Lute Kamstra <lute@gnu.org>
21358
21359 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21360
21361 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21362
21363 * frame.el (blink-cursor-mode): Add :group keyword.
21364
21365 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21366
21367 * calendar/icalendar.el (icalendar--decode-isodatetime):
21368 New optional argument DAY-SHIFT.
21369 (icalendar-export-region): Fix coding-system-for-write.
21370 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21371 events by one.
21372
21373 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21374
21375 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21376
21377 2005-02-24 Kim F. Storm <storm@cua.dk>
21378
21379 * international/iso-acc.el (iso-accents-compose): Fix crash
21380 during redisplay. Call force-window-update after read-event
21381 and delete-region to signal that window is not accurate.
21382
21383 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21384
21385 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21386 Remove unused and inexistent var `inhibit-trace'.
21387 (debugger-mode): Use run-mode-hooks.
21388 (debugger-list-functions): Add buttons; setup xref stack.
21389
21390 2005-02-23 Richard M. Stallman <rms@gnu.org>
21391
21392 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21393 appointment says it was explicitly made.
21394 (appt-add): Set the 3rd element.
21395 (appt-make-list): Preserve explicit appointments.
21396
21397 * subr.el (find-tag-default): Catch errors in forward-sexp.
21398
21399 2005-02-23 Juri Linkov <juri@jurta.org>
21400
21401 * info.el (Info-isearch-search): New defcustom.
21402 (Info-isearch-search): Call the default isearch function
21403 when Info-isearch-search is nil.
21404 (Info-isearch-wrap): Use variable Info-isearch-search.
21405
21406 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21407
21408 * cus-edit.el: Comment change.
21409
21410 2005-02-22 Kim F. Storm <storm@cua.dk>
21411
21412 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21413 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21414
21415 2005-02-22 Simon Josefsson <jas@extundo.com>
21416
21417 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21418 New variable.
21419 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21420 Oskarsson" <myrkraverk@users.sourceforget.net>.
21421
21422 2005-02-22 Kim F. Storm <storm@cua.dk>
21423
21424 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21425 check that window of that event is the selected window.
21426 (mouse-drag-region-1): Compare mouse event window to selected
21427 window before setting point.
21428
21429 * tooltip.el (tooltip-show-help-function): Pass event to
21430 mouse-on-link-p so it can check selected window.
21431
21432 2005-02-22 Kenichi Handa <handa@m17n.org>
21433
21434 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21435 (ps-mule-show-warning): New function.
21436 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21437 characters are found.
21438
21439 * ps-print.el (ps-header-footer-string): Return a list of header
21440 and footer strings.
21441
21442 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21443
21444 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21445
21446 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21447
21448 * frame.el (blink-cursor-mode): Use define-minor-mode.
21449
21450 * term/mac-win.el (function-key-map): Use char-names more consistently.
21451 (file-name-coding-system): Only set it for MacOS-9. The other case is
21452 already handled in mule-cmds.el (where it also works when mac-win.el
21453 is not used).
21454
21455 2005-02-21 Kenichi Handa <handa@m17n.org>
21456
21457 * international/mule.el (ctext-pre-write-conversion): Always use
21458 " *code-converting-work*" buffer for work.
21459
21460 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21461
21462 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21463
21464 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21465
21466 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21467
21468 * ses.el (undo-more): Restore defadvice, but only the part that
21469 allows changes outside the restricted area of the buffer.
21470
21471 2005-02-20 Kim F. Storm <storm@cua.dk>
21472
21473 * simple.el (line-move): Add fourth optional arg try-vscroll which
21474 must be set to perform auto-window-vscroll.
21475 When moving backwards and doing auto-window-vscroll, automatically
21476 vscroll to the last part of lines which are taller than the window.
21477 (next-line, previous-line): Set try-vscroll arg on line-move.
21478
21479 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21480
21481 * replace.el (query-replace, query-replace-regexp)
21482 (replace-string, replace-regexp): When operating on region, make
21483 the minibuffer prompt say so.
21484
21485 * isearch.el (isearch-forward): Document isearch-query-replace and
21486 isearch-query-replace-regexp keybindings.
21487
21488 2005-02-19 Jay Belanger <belanger@truman.edu>
21489
21490 * calc/calc-aent.el (math-read-token): Add local variable.
21491
21492 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21493 (calc-edit-top): Move declaration to earlier in file.
21494 (calc-edit-macro-repeats): Add local variables.
21495
21496 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21497 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21498 calcFunc-tanh.
21499 Adjust integration rule for calcFunc-tan.
21500
21501 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21502
21503 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21504 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21505 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21506 (viper-skip-separators): Bug fix.
21507 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21508 particular major mode.
21509 (viper-del-backward-char-in-replace): Don't put deleted char on the
21510 kill ring.
21511
21512 * viper-ex.el (viper-color-display-p): New function.
21513 (viper-has-face-support-p): Use viper-color-display-p.
21514
21515 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21516
21517 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21518
21519 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21520 (viper-file-remote-p): Make equivalent to file-remote-p.
21521
21522 * viper.el (viper-major-mode-modifier-list):
21523 Use viper-gnus-modifier-map.
21524
21525 2005-02-19 David Kastrup <dak@gnu.org>
21526
21527 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21528 quoting.
21529
21530 2005-02-19 Jay Belanger <belanger@truman.edu>
21531
21532 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21533 Remove extra definitions.
21534 (calc-coth): New function.
21535 (calcFunc-cot): Fix `let'.
21536
21537 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21538
21539 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21540 the reasons we use "type pc" in these faces.
21541
21542 * button.el (button): Ditto.
21543
21544 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21545
21546 * replace.el (query-replace-read-from): Set the value of
21547 query-replace-from-history-variable to handle the case of an empty
21548 string entered to accept the suggested default.
21549
21550 * net/tramp.el (tramp-file-name-for-operation):
21551 Use dired-call-process instead of dired-call-process-command.
21552
21553 2005-02-19 Jay Belanger <belanger@truman.edu>
21554
21555 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21556 (math-div-non-trig): New variables.
21557 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21558 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21559 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21560 trig expressions.
21561
21562 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * progmodes/gdb-ui.el (gdb-var-update-handler)
21565 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21566 for watch expressions,
21567 (gdb-var-create-handler): Don't set speedbar-update-flag.
21568 (gdb-post-prompt): Simplify test for speedbar.
21569
21570 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21571
21572 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21573 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21574 we use the syntax table of the correct buffer.
21575 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21576 Felix Gatzemeier.
21577
21578 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21579 (ediff-file-remote-p): Make synonymous with file-remote-p.
21580 In all deffaces ediff-*-face-*, use min-colors.
21581
21582 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21583 ediff-recurse-to-subdirectories.
21584 (ediff-mark-if-equal): Check that the arguments are strings, use
21585 ediff-same-contents (after to Felix Gatzemeier).
21586
21587 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21588 nil.
21589
21590 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21593
21594 2005-02-18 David Kastrup <dak@gnu.org>
21595
21596 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21597 use `mark-active' when defined.
21598
21599 2005-02-18 Kenichi Handa <handa@m17n.org>
21600
21601 * ps-print.el (ps-font-info-database): New entry
21602 ZapfChancery-MediumItalic with correct font name. Fix font name
21603 of the entry Zapf-Chancery-MediumItalic.
21604
21605 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21606
21607 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21608
21609 2005-02-16 Kim F. Storm <storm@cua.dk>
21610
21611 * ido.el (ido-fallback-command): Pass user input to fallback command.
21612
21613 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21614
21615 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21616 (gdb-find-file-hook): Add server prefix.
21617
21618 2005-02-16 Richard M. Stallman <rms@gnu.org>
21619
21620 * replace.el (perform-replace): Pass new args to replace-highlight.
21621 (replace-highlight): Take region args,
21622 and pass them to isearch-lazy-highlight-new-loop.
21623
21624 * novice.el (disabled-command-hook): Autoload the defalias
21625 and the make-obsolete-variable call.
21626
21627 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21628
21629 * isearch.el (isearch-lazy-highlight-start-limit)
21630 (isearch-lazy-highlight-end-limit): New variables limit
21631 the region for highlighting.
21632 (isearch-lazy-highlight-new-loop): New args BEG and END.
21633 (isearch-lazy-highlight-search): Use the new vars.
21634 (isearch-lazy-highlight-update): Likewise.
21635
21636 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21637
21638 * cus-start.el (all): Use default-boundp.
21639
21640 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21641
21642 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21643
21644 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21645
21646 * autorevert.el (auto-revert-stop-on-user-input)
21647 (auto-revert-verbose): Doc fixes.
21648
21649 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21650
21651 * international/mule-cmds.el (set-locale-environment): Remove call
21652 to set-selection-coding-system on Windows.
21653
21654 2005-02-15 Jay Belanger <belanger@truman.edu>
21655
21656 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21657 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21658 calcFunc-coth.
21659 (math-simplify-sqrt): Add simplifications.
21660
21661 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21662 to list.
21663
21664 * calc/calc-ext.el: Add functions to autoloads.
21665
21666 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21667 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21668 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21669 (math-csc-raw, math-cot-raw): New functions.
21670
21671 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21672
21673 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21674 the variable name in a message.
21675
21676 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21677 calcFunc-csc, calcFunc-cot.
21678
21679 * calc/calcalg2.el: Add derivative and integration rules for
21680 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21681 calcFunc-csch, calcFunc-coth.
21682 (math-do-integral-methods): Add to checks for when to use
21683 substitutions.
21684
21685 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21686
21687 2005-02-15 Lute Kamstra <lute@gnu.org>
21688
21689 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21690 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21691 <monnier@iro.umontreal.ca>
21692 (lisp-outline-level): Improve efficiency. Suggested by David
21693 Kastrup <dak@gnu.org>.
21694
21695 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21696
21697 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21698 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21699 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21700 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21701 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21702
21703 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21704
21705 * cus-start.el (all): Comment change.
21706
21707 2005-02-14 Lute Kamstra <lute@gnu.org>
21708
21709 * cus-start.el (all): Check if symbol is void.
21710
21711 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21712
21713 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21714 optional argument to \cite.
21715
21716 2005-02-14 Richard M. Stallman <rms@gnu.org>
21717
21718 * cus-edit.el (custom-buffer-create-internal): Update help message.
21719 (custom-magic-alist): Update help messages.
21720
21721 * cus-start.el (all): Allow a var to specify a standard value.
21722
21723 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21724
21725 * custom.el (custom-theme-set-variables): Handle variable aliases.
21726
21727 * frame.el (blink-cursor-timer): Doc fix.
21728 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21729 declare obsolete.
21730 (blink-cursor-mode): Define with defcustom and use correct
21731 standard expression in that defcustom.
21732 * startup.el (command-line): Adapt to above changes in frame.el.
21733
21734 2005-02-11 Lute Kamstra <lute@gnu.org>
21735
21736 * apropos.el (apropos-score-doc): Prevent division by zero.
21737
21738 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21739
21740 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21741 (icalendar--get-event-property-attributes)
21742 (icalendar--get-event-properties)
21743 (icalendar--datetime-to-diary-date): New functions.
21744 (icalendar--split-value): Doc fix.
21745 (icalendar--datetime-to-noneuropean-date)
21746 (icalendar--datetime-to-european-date): New optional argument
21747 SEPARATOR. Return result as a string instead of a list.
21748 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21749 (icalendar--convert-string-for-export): Rename arg S to STRING.
21750 (icalendar-export-region): Doc fix. Change name of error buffer.
21751 Save output buffer.
21752 (icalendar-import-file): Add blank at end of prompt.
21753 (icalendar-import-buffer): Doc fix. Do not switch to error
21754 buffer. Indicate status in return value.
21755 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21756 buffer. Save output buffer. Handle exception from recurrence
21757 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21758 events. Fix problems with weekly all-day events.
21759
21760 2005-02-10 Richard M. Stallman <rms@gnu.org>
21761
21762 * simple.el (eval-expression-print-format):
21763 Avoid warning about edebug-active.
21764
21765 * help.el (help-for-help-internal): Rename from help-for-help.
21766 (help-for-help): Define with defalias.
21767
21768 * font-core.el (font-lock-default-function): Use with-no-warnings.
21769
21770 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21771
21772 * custom.el (defface): Doc fix.
21773
21774 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21775
21776 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21777 width 0" to prevent word wrapping problems.
21778
21779 2005-02-09 Kim F. Storm <storm@cua.dk>
21780
21781 * ido.el (ido-file-extensions-order): New defcustom.
21782 (ido-file-extension-lessp, ido-file-extension-aux)
21783 (ido-file-extension-order): New advanced file ordering.
21784 (ido-file-lessp): New simple file ordering.
21785 (ido-sort-list): Remove.
21786 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21787 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21788
21789 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21790
21791 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21792 that some versions of grep produce.
21793 (grep-mode-font-lock-keywords): Likewise.
21794
21795 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21796
21797 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21798 (gdb-cdir): Delete.
21799 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21800 (gdb-source-info): Treat case when source file is in another
21801 directory properly.
21802 (gdb-get-location): New function.
21803
21804 2005-02-07 Jay Belanger <belanger@truman.edu>
21805
21806 * calc/calc-prog.el (calc-write-parse-table-part)
21807 (calc-fix-token-name): Fix a check for language type.
21808
21809 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21810
21811 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21812
21813 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21814 as directory not writable.
21815
21816 2005-02-07 Kim F. Storm <storm@cua.dk>
21817
21818 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21819 (cua--standard-movement-commands): Remove list.
21820 Instead, set CUA property value to move for movement commands.
21821 (cua-movement-commands): Remove. Users must set CUA prop instead.
21822 (cua--pre-command-handler): Check CUA property.
21823 (cua--init-keymaps): Don't remap undo commands.
21824 (cua-mode): Don't call cua--rectangle-on-off.
21825
21826 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21827 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21828 (cua--rect-undo-set-point): New var.
21829 (cua--rectangle-undo-boundary): Setup undo apply entry.
21830 (cua--rect-undo-handler): New function for rectangle undo.
21831 (cua--rect-start-position, cua--rect-end-position): Add.
21832 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21833 for restored rectangle. Set point if cua--rect-undo-set-point.
21834
21835 2005-02-06 Jay Belanger <belanger@truman.edu>
21836
21837 * calc/calc-lang.el (calc-tex-language): Display more information
21838 in messages.
21839
21840 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21841 in TeX mode.
21842
21843 2005-02-06 Richard M. Stallman <rms@gnu.org>
21844
21845 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21846
21847 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21848
21849 * net/ldap.el (ldap-search-internal): Support attributes with
21850 optional descriptions separated by a semi-colon, as in
21851 "userCertificate;binary".
21852
21853 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21854
21855 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21856 isn't a cons (i.e. the version is 0).
21857
21858 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21859
21860 * help.el (help-for-help): Doc fix.
21861
21862 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21863
21864 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21865 GDB-Windows on the menu-bar as this works better.
21866
21867 2005-02-04 Jay Belanger <belanger@truman.edu>
21868
21869 * calc/calc-embed.el (calc-embedded-update): Don't put in
21870 unnecessary newlines. Adjust the end of formula marker.
21871
21872 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21873 (math-latex-parse-two-args): New function.
21874
21875 2005-02-03 Lute Kamstra <lute@gnu.org>
21876
21877 * help-fns.el (help-with-tutorial): Make sure that users cannot
21878 remove the entire text of the tutorial by means of `undo'.
21879
21880 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21881
21882 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21883 in recent changes, where the ispell process was repeatedly
21884 killed & restarted.
21885
21886 * international/mule-cmds.el (set-locale-environment): Set file-name
21887 coding system to utf-8 on Darwin systems.
21888 (set-default-coding-systems): Don't set default-file-name-coding-system
21889 on Darwin systems.
21890
21891 2005-02-03 Richard M. Stallman <rms@gnu.org>
21892
21893 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21894
21895 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21896
21897 * faces.el (list-faces-display): Add optional argument.
21898
21899 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21900
21901 * font-core.el (font-lock-default-function): Handle the rare case where
21902 only font-lock-keywords is set.
21903
21904 2005-02-02 Kenichi Handa <handa@m17n.org>
21905
21906 * international/characters.el: Cancel previous change for
21907 I-WITH-DOT-ABOVE and DOTLESS-i.
21908
21909 * international/latin-5.el: Cancel previous change.
21910
21911 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21912
21913 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21914
21915 2005-02-02 Kenichi Handa <handa@m17n.org>
21916
21917 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21918 DOTLESS-i.
21919
21920 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21921 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21922
21923 * case-table.el (get-upcase-table): New function.
21924 (copy-case-table): Copy upcaes table too if non-nil.
21925 (set-case-syntax-delims): Maintain upcase table too.
21926 (set-case-syntax-pair): Likewise.
21927 (set-upcase-syntax, set-downcase-syntax): New functions.
21928 (set-case-syntax): Maintain upcase table too.
21929
21930 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21931
21932 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21933
21934 * progmodes/gud.el (gud-goto-info): New function.
21935 (gud-tool-bar-map): Use correct icon.
21936
21937 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21938
21939 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21940 When delegating, order args in the funcall correctly.
21941
21942 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21943
21944 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21945
21946 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21947
21948 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21949 buffer not visiting a file.
21950
21951 2005-01-31 Jay Belanger <belanger@truman.edu>
21952
21953 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21954 bound on the line with the formula.
21955
21956 2005-01-31 Kim F. Storm <storm@cua.dk>
21957
21958 * ses.el (ses-create-cell-variable-range)
21959 (ses-destroy-cell-variable-range, ses-reset-header-string)
21960 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21961 (ses-insert-row): Fix format of apply undo entries.
21962
21963 2005-01-31 Jay Belanger <belanger@truman.edu>
21964
21965 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21966 parts.
21967
21968 * calc/calc-embed.el (calc-embedded-open-formula)
21969 (calc-embedded-close-formula): Ignore matrix environments.
21970
21971 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21972 TeX mode.
21973
21974 * calc/calc-lang.el (math-function-table, math-oper-table)
21975 (math-variable-table): Adjust the LaTeX portions.
21976
21977 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21978 (math-latex-ignore-words): New constant.
21979
21980 2005-01-31 Richard M. Stallman <rms@gnu.org>
21981
21982 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21983 (ispell-local-dictionary): Doc fix.
21984 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21985 Don't reinitialize at run time. Don't defcustom.
21986 All uses changed to append ispell-local-dictionary-alist,
21987 or check it first.
21988 (ispell-current-dictionary): New variable for dictionary in use.
21989 (ispell-dictionary): Now used only for global default.
21990 (ispell-start-process): Set ispell-current-dictionary,
21991 not ispell-dictionary.
21992 (ispell-change-dictionary): Use this only for setting
21993 user preferences.
21994 (ispell-internal-change-dictionary): New function
21995 to change the current dictionary in use.
21996 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21997 Use ispell-current-dictionary.
21998 Handle ispell-local-dictionary-overridden.
21999 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22000
22001 2005-01-31 Jay Belanger <belanger@truman.edu>
22002
22003 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22004
22005 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22006 (calc-mode-map): Add calc-latex-language.
22007
22008 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22009 (math-latex-print-frac): New functions.
22010 (math-oper-table, math-function-table, math-variable-table)
22011 (math-complex-format, math-input-filter): Add latex properties.
22012 (calc-set-language): Set math-expr-special-function-mapping.
22013
22014 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22015 (calc-write-parse-table-part): Add LaTeX support.
22016
22017 * calc/calc.el (calc-language): Adjust docstring.
22018 (calc-set-mode-line): Add LaTeX support.
22019 (math-expr-special-function-mapping): New variable.
22020 (math-tex-ignore-words): Add to list.
22021
22022 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22023 Add LaTeX support.
22024 (math-compose-expr): Add support for special functions.
22025
22026 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22027
22028 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22029
22030 * progmodes/gdb-ui.el (gdb-memory-address)
22031 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22032 (gdb-memory-mode-map, gdb-memory-format-keymap)
22033 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22034 (gdb-memory-unit-menu): New variables for a buffer
22035 that lets the user examine program memory.
22036 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22037 (gdb-memory-format-binary, gdb-memory-format-octal)
22038 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22039 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22040 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22041 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22042 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22043 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22044 (gdb-memory-mode, gdb-memory-buffer-name)
22045 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22046 New functions for above buffer.
22047
22048 2005-01-30 Richard M. Stallman <rms@gnu.org>
22049
22050 * cus-edit.el (custom-bury-buffer): Function deleted.
22051 (custom-buffer-done-function): Option deleted.
22052 (custom-buffer-done-kill): New replacement option.
22053 (Custom-buffer-done): Call quit-window.
22054 (custom-buffer-create-internal): Update for above changes.
22055
22056 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22057
22058 * simple.el (undo-ask-before-discard): New var.
22059 (undo-outer-limit-truncate): Implement it.
22060 (undo-extra-outer-limit): Doc update.
22061
22062 2005-01-29 Richard M. Stallman <rms@gnu.org>
22063
22064 * ses.el (undo-more): Delete defadvice.
22065 (ses-begin-change): Doc fix.
22066
22067 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22068 instead of rebinding C-x u and C-_.
22069
22070 * files.el (normal-backup-enable-predicate): Return nil for files
22071 in /tmp, regardless of temporary-file-directory.
22072
22073 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22074
22075 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22076 (open-rectangle, delete-whitespace-rectangle-line)
22077 (clear-rectangle-line): If FILL, pass t instead of FILL
22078 for move-to-column's 2nd arg.
22079
22080 * simple.el (undo): Fix the test for continuing a series of undos.
22081 (undo-more): Set pending-undo-list to t when we reach end.
22082 (pending-undo-list): Move up defvar.
22083
22084 * wid-edit.el (widget-button-click):
22085 Shorten the range of the track-mouse binding.
22086
22087 * comint.el (comint-insert-input): Undo previous changes;
22088 use last-input-event in interactive spec.
22089
22090 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22091
22092 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22093 to nil before invoking call-process. Reset buffer's modified flag
22094 after fontifying it in the no-async branch.
22095
22096 * wid-edit.el (widget-specify-button): If mouse pointer shape
22097 cannot be changed, use mouse face instead.
22098
22099 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22100
22101 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22102 (gdb-goto-breakpoint): Make breakpoint handling work on template
22103 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22104 (gdb-assembler-custom): Update to recognize breakpoint information
22105 added on 2005-01-19.
22106
22107 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22108
22109 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22110 (dsssl-mode): Use define-derived-mode.
22111 (scheme-mode-initialize): Remove.
22112 (scheme-mode): Use run-mode-hooks.
22113
22114 * cus-edit.el (customize-group-other-window)
22115 (custom-buffer-create-other-window): Don't override special-display-*.
22116 (custom-mode-map): Make it dense.
22117
22118 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22119 sets the default value.
22120
22121 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22122
22123 * descr-text.el: Add more keywords.
22124
22125 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22126
22127 * speedbar.el: Avoid unnecessary use of locate-library.
22128
22129 * international/mule-cmds.el (standard-display-european-internal):
22130 Don't fiddle with latin-1 non-break space any more since it's now
22131 special cased in the C code.
22132 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22133
22134 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22135
22136 * cus-start.el (all): Add `undo-outer-limit'.
22137
22138 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22139
22140 * textmodes/bibtex.el (bibtex-format-entry):
22141 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22142 field lines.
22143 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22144 not on part of a buffer.
22145
22146 2005-01-25 Lute Kamstra <lute@gnu.org>
22147
22148 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22149 nonempty field text strings like "{letters\\macro{}more letters}".
22150 Clarify docstring.
22151 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22152 (bibtex-entry-offset, bibtex-parse-association)
22153 (bibtex-parse-field-name): Fix typos in docstrings.
22154 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22155
22156 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22157
22158 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22159 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22160 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22161 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22162
22163 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22164 isearch minor mode.
22165
22166 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22167
22168 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22169
22170 2005-01-24 Lute Kamstra <lute@gnu.org>
22171
22172 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22173 CASECHARS and NOT-CASECHARS regular expressions of the
22174 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22175 striding over charsets" error.
22176
22177 2005-01-24 Jay Belanger <belanger@truman.edu>
22178
22179 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22180 display variable name.
22181
22182 2005-01-24 Kenichi Handa <handa@m17n.org>
22183
22184 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22185 Fix setting of the element of encoded-kbd-iso2022-invocations.
22186
22187 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22188
22189 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22190 (gdb-threads-select): Change to also accept mouse events.
22191 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22192 (gdb-threads-mouse-select): Delete.
22193
22194 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22195
22196 * files.el (insert-directory): Take care of empty directory,
22197 listed without -a switch.
22198
22199 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22200
22201 * textmodes/refill.el (refill-post-command-function):
22202 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22203 to the list of functions that we should be careful not to undo.
22204 (refill-late-fill-paragraph-function): Remove.
22205 (refill-saved-state): New var.
22206 (refill-mode): Use it to save fill-paragraph-function.
22207 Save also the value of auto-fill-function.
22208
22209 * term/w32-win.el: Simplify code.
22210
22211 2005-01-23 Kim F. Storm <storm@cua.dk>
22212
22213 * simple.el (line-move): Adapt to new return value from
22214 pos-visible-in-window-p.
22215
22216 * simple.el (line-move): Fix last change. Check partial
22217 visibility at point rather than at window-start.
22218
22219 2005-01-22 Jason Rumney <jasonr@gnu.org>
22220
22221 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22222
22223 2005-01-22 David Kastrup <dak@gnu.org>
22224
22225 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22226
22227 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22228
22229 * type-break.el (type-break-mode): Add a test for
22230 type-break-file-name being non-nil.
22231
22232 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22233
22234 * net/eudc.el (top level): Call (message "") via progn, so that
22235 eudc-options-file is loaded.
22236
22237 2005-01-22 Kim F. Storm <storm@cua.dk>
22238
22239 * simple.el (line-move-1): Rename from line-move.
22240 (line-move): New function that adjusts vscroll for partially
22241 visible rows, and calls line-move-1 otherwise.
22242
22243 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22244
22245 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22246 since it's not a complete read-event implementation
22247
22248 2005-01-20 Jay Belanger <belanger@truman.edu>
22249
22250 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22251 for called function.
22252
22253 2005-01-20 Steven Tamm <steventamm@mac.com>
22254
22255 * term/mac-win.el (process-connection-type): Remove.
22256 Controlled now by s/darwin.h:PTY_ITERATION.
22257
22258 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22259
22260 * window.el (handle-select-window): Don't switch window when we're
22261 in the minibuffer.
22262
22263 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22264
22265 * subr.el (dotimes-with-progress-reporter): New macro.
22266
22267 * ses.el (ses-dotimes-msg): Remove macro.
22268 Use `dotimes-with-progress-reporter' instead.
22269
22270 2005-01-19 Steven Tamm <steventamm@mac.com>
22271
22272 * term/mac-win.el (process-connection-type): Use new
22273 operating-system-release variable to use ptys on Darwin 7 (OS X
22274 10.3) when using carbon build.
22275
22276 2005-01-19 Jay Belanger <belanger@truman.edu>
22277
22278 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22279 flags if the last command was a tab or M-tab.
22280
22281 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22282 in formula editing buffer.
22283
22284 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22285
22286 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22287 breakpoint image symbol in margin.
22288
22289 2005-01-19 Jay Belanger <belanger@truman.edu>
22290
22291 * calc/calc-prog.el (calc-execute-kbd-macro):
22292 Ignore calc-keep-arg-flag.
22293
22294 2005-01-19 Kenichi Handa <handa@m17n.org>
22295
22296 * textmodes/ispell.el (ispell-looking-at): New function.
22297 (ispell-process-line): Use ispell-looking-at to compare the ispell
22298 output and the buffer contents.
22299
22300 2005-01-18 Jay Belanger <belanger@truman.edu>
22301
22302 * calc/calc.el (calc-display-raw): Fix docstring.
22303
22304 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22305
22306 * simple.el (blink-matching-open): Strip extra info from syntax.
22307
22308 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22309 funny chars in the end-of-here-doc marker.
22310
22311 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22312
22313 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22314 that enable/disabled state of breakpoints is shown correctly in
22315 fringe and on ttys.
22316 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22317 Add breakpoint information as text properties.
22318 (gdb-mouse-toggle-breakpoint):
22319 Rename to gdb-mouse-set-clear-breakpoint.
22320 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22321 breakpoints in the margin.
22322 (gdb-remove-strings): Simplify.
22323
22324 2005-01-17 Jay Belanger <belanger@truman.edu>
22325
22326 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22327 erasing buffer.
22328
22329 2005-01-17 Richard M. Stallman <rms@gnu.org>
22330
22331 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22332 for calling grep-compute-defaults.
22333
22334 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22335 if buffer is empty.
22336
22337 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22338
22339 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22340
22341 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22342
22343 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22344 non-preloaded variables.
22345
22346 2005-01-17 Steven Tamm <steventamm@mac.com>
22347
22348 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22349 tex-shell cause to force interactivity when using pipes.
22350
22351 2005-01-17 Kim F. Storm <storm@cua.dk>
22352
22353 * simple.el (just-one-space): Make arg optional.
22354
22355 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22356
22357 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22358 posn-at-x-y to t to access left-margin.
22359
22360 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22361
22362 Sync with Tramp 2.0.47.
22363
22364 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22365 catching keep-date problems in cp/scp operations.
22366 (tramp-handle-copy-file): Don't call `set-file-modes'
22367 unconditionally. Specialized functions should know better what is
22368 necessary. This improves performance a little bit, and the
22369 functions could catch errors with `cp -p' and `scp -p'.
22370 (tramp-do-copy-or-rename-file-via-buffer)
22371 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22372 when appropriate.
22373 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22374 Call `set-file-modes' when appropriate.
22375 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22376 Johnsson <isak@hypergene.com>
22377 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22378 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22379 <joakim@verona.se>
22380 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22381 Emacs only.
22382
22383 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22384 `find-file-hooks' and `dired-mode-hook'.
22385 (tramp-minor-mode-map): Respective map. Add remapping for
22386 `compile' and `recompile'.
22387 (tramp-remap-command, tramp-recompile): New defuns.
22388 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22389 in buffer "*Compilation*". Call the commands asynchronously.
22390
22391 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22392 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22393 `shell-command', because it isn't magic in XEmacs. Reported by
22394 Adrian Aichner <adrian@xemacs.org>.
22395
22396 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22397 `substitute-in-file-name.
22398 (tramp-smb-handle-substitute-in-file-name): New defun.
22399 (tramp-smb-advice-PC-do-completion): Delete advice.
22400
22401 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22402
22403 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22404 Fix error in deleting region.
22405
22406 2005-01-15 Richard M. Stallman <rms@gnu.org>
22407
22408 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22409 In non-temp buffer, switch syntax table temporarily.
22410
22411 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22412
22413 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22414
22415 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22416
22417 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22418 (imenu--generic-function): Use START, not BEG, as pos of definition.
22419
22420 * simple.el (just-one-space): Argument specifies number of spaces.
22421
22422 * simple.el (eval-expression-print-format): Avoid warning
22423 about edebug-active.
22424
22425 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22426
22427 * progmodes/sh-script.el: Code copied from make-mode.el
22428 with small changes,
22429 (sh-mode-map): Bind C-c C-\.
22430 (sh-backslash-column, sh-backslash-align): New variables.
22431 (sh-backslash-region, sh-append-backslash): New functions.
22432
22433 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22434
22435 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22436 (rmail-pop-password, rmail-pop-password-required): Move to
22437 rmail-obsolete group.
22438 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22439 All callers updated.
22440 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22441 Take an argument specifying whether it is POP or IMAP mailbox we
22442 are using. All callers updated.
22443 (rmail-pop-password-error): Rename to
22444 rmail-remote-password-error. Added mailutils-specific error message.
22445 (rmail-movemail-search-path)
22446 (rmail-movemail-variant-in-use): New variables.
22447 (rmail-remote-password, rmail-remote-password-required):
22448 New customization variables.
22449 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22450 (rmail-parse-url): New function.
22451 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22452 with GNU mailutils movemail.
22453
22454 2005-01-15 Kevin Ryde <user42@zip.com.au>
22455
22456 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22457 suffix to space, $ or '$, to correctly position point when going
22458 to @table style constants like DBL_MAX.
22459
22460 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22461
22462 * type-break.el (type-break-mode, type-break-file-time)
22463 (type-break-file-keystroke-count, type-break-choose-file):
22464 Don't store data in or load data from the file if type-break-file-name
22465 is nil.
22466 (type-break-file-name): Doc update as per the above.
22467
22468 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22469
22470 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22471 lookup-key might return nil; handle that.
22472
22473 2005-01-15 Alan Mackenzie <acm@muc.de>
22474
22475 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22476 rather than the element found, thus enabling the tree to be setcar'd.
22477
22478 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22479
22480 * textmodes/org.el (org-show-following-heading): New option.
22481 (org-show-hierarchy-above): Use `org-show-following-heading'.
22482 (org-cycle): Documentation fix.
22483
22484 * textmodes/org.el (orgtbl-optimized): New option
22485 (orgtbl-mode): New command, a minor mode.
22486 (orgtbl-mode-map): New variable.
22487 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22488 (orgtbl-error, orgtbl-self-insert-command)
22489 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22490
22491 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22492 a local variable in each org-mode buffer.
22493
22494 * textmodes/org.el (org-set-regexps-and-options): Rename from
22495 `org-set-regexps'. Added checking for STARTUP keyword.
22496 (org-get-current-options): Add STARTUP options.
22497 (org-table-insert-row): Make mode intelligent about when
22498 realignment is needed.
22499 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22500 New commands.
22501 (org-enable-table-editor): New default value `optimized'.
22502 (org-table-blank-field): Support blanking regions if active.
22503
22504 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22505
22506 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22507 if the year is not given.
22508
22509 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22510 Add new escapes %m and %M, fixed bug with %F by adding
22511 save-match-data.
22512 (reftex-reference): Remove ?. from list of spaces.
22513 (reftex-label-info): Add automatic label prefix recognition.
22514
22515 * textmodes/reftex-index.el (reftex-index-next-phrase):
22516 Add slave parameter to call of `reftex-index-this-phrase'.
22517 (reftex-index-this-phrase): New optional argument.
22518 (reftex-index-region-phrases): Add slave parameter to call of
22519 `reftex-index-this-phrase'.
22520 (reftex-display-index): New argument redo.
22521 (reftex-index-rescan): Add `redo' to arguments of
22522 `reftex-display-index'.
22523 (reftex-index-Rescan, reftex-index-revert)
22524 (reftex-index-switch-index-tag): Add `redo' to arguments of
22525 `reftex-display-index'.
22526 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22527 indexing. Fix bug with matching is there is a quote before or
22528 after the word.
22529
22530 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22531 Fix bug when collecting citation keys in lines with comments.
22532 (reftex-citation): Prefix argument no longer rescans the document,
22533 but forces prompting for optional arguments of cite macros.
22534 (reftex-do-citation): Prompting for optional arguments implemented.
22535
22536 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22537 Add optional arguments to most cite commands.
22538 (reftex-cite-cleanup-optional-args): New option
22539 (reftex-cite-prompt-optional-args): New option.
22540 (reftex-trust-label-prefix): New option.
22541
22542 * textmodes/reftex-toc.el (reftex-toc-find-section):
22543 Add push-mark before changing the position in the buffer.
22544
22545 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22546 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22547
22548 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22549
22550 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22551 more carefully.
22552
22553 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22554
22555 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22556 (sgml-mode): Use it.
22557 (sgml-get-context): Better keep track of implicitly closed tags.
22558
22559 2005-01-13 Kenichi Handa <handa@m17n.org>
22560
22561 * textmodes/ispell.el: These changes are to fix misalignment error
22562 caused by equivalent characters of different Emacs charsets.
22563 (ispell-unified-chars-table): New variable.
22564 (ispell-get-decoded-string): New function.
22565 (ispell-get-casechars, ispell-get-not-casechars)
22566 (ispell-get-otherchars): Call ispell-get-decoded-string.
22567
22568 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22569
22570 * custom.el (custom-declare-variable): Just put symbol instead
22571 of (defvar . symbol) in `current-load-list'.
22572
22573 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22574
22575 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22576
22577 2005-01-12 Jay Belanger <belanger@truman.edu>
22578
22579 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22580 to create a Calc summary.
22581
22582 2005-01-12 Kim F. Storm <storm@cua.dk>
22583
22584 * mouse.el (mouse-on-link-p): Change functionality and doc
22585 string to comply with latest description in lisp ref.
22586
22587 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22588
22589 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22590 Enable mouse clicks on mode-line, header-line and margin.
22591 (event-type): Give mouse event symbols an `event-kind' property
22592 with value `mouse-click'.
22593
22594 2005-01-12 Juri Linkov <juri@jurta.org>
22595
22596 * facemenu.el (list-colors-display): Add new arg buffer-name.
22597 Use it. Fix docstring. Replace code for identifying duplicate
22598 colors by the name with call to `list-colors-duplicates' which
22599 identifies duplicate colors by the value unless the color
22600 is one of special Windows colors. Set truncate-lines to t.
22601 Print sorted duplicate color names on each line. Indent to 22
22602 \(the longest color name in rgb.txt) instead of 20. Optimize.
22603 (list-colors-duplicates): New function.
22604 (facemenu-color-name-equal): Delete function.
22605
22606 * facemenu.el (list-colors-print): New function created from code
22607 in list-colors-display. Print #RRGGBB at the window right edge.
22608 (list-colors-display): When temp-buffer-show-function is not
22609 defined, call list-colors-print from temp-buffer-show-hook
22610 to get the right value of window-width in list-colors-print
22611 after the buffer is displayed.
22612
22613 * simple.el (pop-mark): Move deactivate-mark out of conditional
22614 part to deactivate the active mark regardless of the state of the
22615 mark ring.
22616
22617 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22618 variables line in desktop files.
22619
22620 2005-01-12 Juri Linkov <juri@jurta.org>
22621
22622 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22623 Bring together isearch highlight related options.
22624 (lazy-highlight): Replace group `replace' by `matching'.
22625 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22626 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22627 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22628 and declare them obsolete.
22629 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22630 (isearch-faces): Remove defgroup.
22631 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22632 Move isearch highlighting code closer to lazy highlighting code.
22633
22634 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22635 (query-replace-highlight, query-replace-lazy-highlight)
22636 (query-replace): Move definitions to the beginning of the file.
22637
22638 2005-01-11 Juri Linkov <juri@jurta.org>
22639
22640 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22641 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22642 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22643
22644 * info.el (Info-history-forward): New variable.
22645 (Info-select-node): Reset Info-history-forward to nil.
22646 (Info-last): Turn into defalias.
22647 (Info-history-back): Rename from Info-last.
22648 Add current node to Info-history-forward.
22649 (Info-history-forward): New fun.
22650 (Info-mode-map): Replace Info-last by Info-history-back.
22651 Bind Info-history-forward to "r".
22652 (Info-mode-menu): Replace Info-last by Info-history-back.
22653 Fix menu item text. Add menu item for Info-history-forward.
22654 (info-tool-bar-map): Replace Info-last by Info-history-back.
22655 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22656 for Info-history-forward.
22657 (Info-mode): Replace Info-last by Info-history-back in docstring.
22658 Add local variable Info-history-forward.
22659 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22660
22661 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22664 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22665 Ignore select-window events rather than fiddle with
22666 mouse-autoselect-window.
22667
22668 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22669
22670 * type-break.el (type-break-mode): Fix previous change.
22671
22672 2005-01-10 Jay Belanger <belanger@truman.edu>
22673
22674 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22675 calculator; only reset when point is inside a calculator.
22676 Don't adjust the window height if the window takes up the whole height
22677 of the frame.
22678
22679 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22680
22681 * ebuff-menu.el (Electric-buffer-menu-mode):
22682 Preserve value of buffer-local var header-line-format.
22683
22684 2005-01-09 Jay Belanger <belanger@truman.edu>
22685
22686 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22687 Make sure settings file exists before accessing it.
22688
22689 * calc/calc-embed.el (calc-embedded-subst):
22690 Replace math-multi-subst-rec, which is only supposed to be called
22691 by math-multi-subst, by math-multi-subst.
22692
22693 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22694
22695 * vc.el (vc-allow-async-revert): New user option.
22696 (vc-disable-async-diff): New internal variable.
22697 (vc-revert-buffer): Use them to disable asynchronous diff.
22698
22699 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22700 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22701 asynchronously if vc-disable-async-diff is t.
22702
22703 2005-01-09 Jay Belanger <belanger@truman.edu>
22704
22705 * calc/calc.el (defcalcmodevar): New macro.
22706 (calc-mode-var-list-restore-default-values)
22707 (calc-mode-var-list-restore-saved-values): New functions.
22708 (calc-mode-var-list): Use defcalcmodevar to define it.
22709 (calc-always-load-extensions, calc-line-numbering)
22710 (calc-line-breaking, calc-display-just, calc-display-origin)
22711 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22712 (calc-group-char, calc-point-char, calc-frac-format)
22713 (calc-prefer-frac, calc-hms-format, calc-date-format)
22714 (calc-float-format, calc-full-float-format, calc-complex-format)
22715 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22716 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22717 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22718 (calc-matrix-brackets, calc-language, calc-language-option)
22719 (calc-left-label, calc-right-label, calc-word-size)
22720 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22721 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22722 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22723 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22724 (calc-window-height, calc-display-trail, calc-show-selections)
22725 (calc-use-selections, calc-assoc-selections)
22726 (calc-display-working-message, calc-auto-why, calc-timing)
22727 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22728 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22729 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22730 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22731 (calc-gnuplot-geometry, calc-graph-default-resolution)
22732 (calc-graph-default-resolution-3d, calc-invocation-macro)
22733 (calc-show-banner): Use defcalcmodevar to declare them and set
22734 their default values.
22735
22736 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22737 instead of default values (but restore default values if there is
22738 an argument of 0).
22739
22740 2005-01-09 David Kastrup <dak@gnu.org>
22741
22742 * desktop.el (desktop-restore-eager): Fix typo in type.
22743
22744 2005-01-08 Richard M. Stallman <rms@gnu.org>
22745
22746 * cus-edit.el (customize): Delete :link.
22747
22748 2005-01-08 Jay Belanger <belanger@truman.edu>
22749
22750 * calc/calc.el (calc-mode): Remove the extension from the
22751 `calc-settings-file' file name when loading it.
22752
22753 2005-01-08 Kim F. Storm <storm@cua.dk>
22754
22755 * info.el (Info-mode-map, Info-next-link-keymap)
22756 (Info-prev-link-keymap, Info-up-link-keymap):
22757 Map follow-link to mouse-face.
22758 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22759
22760 2005-01-08 Jay Belanger <belanger@truman.edu>
22761
22762 * calc/calc.el (calc-settings-file): Change default value.
22763 Suggested by cgw in a comment in calc-mode.el.
22764
22765 * calc/calc-mode.el (calc-settings-file-name):
22766 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22767 Replace ~/.emacs in a prompt by calc-settings-file.
22768
22769 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22770
22771 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22772 (desktop-lazy-idle-delay): New customizable variables.
22773 (desktop-buffer-args-list): New variable.
22774 (desktop-append-buffer-args): New function.
22775 (desktop-save): Call desktop-append-buffer-args for some buffers.
22776 (desktop-lazy-create-buffer): New function.
22777 (desktop-idle-create-buffers): New function.
22778 (desktop-read): Add message about buffers to restore lazily.
22779 (desktop-lazy-abort): New command.
22780 (desktop-clear): Call desktop-lazy-abort.
22781 (desktop-lazy-complete): New command.
22782
22783 2005-01-06 Richard M. Stallman <rms@gnu.org>
22784
22785 * emacs-lisp/find-func.el (find-face-definition):
22786 Rename from find-face.
22787
22788 2005-01-06 Kim F. Storm <storm@cua.dk>
22789
22790 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22791
22792 * man.el (Man-xref-man-page, Man-xref-header-file)
22793 (Man-xref-normal-file): Add follow-link property.
22794
22795 2005-01-06 Jay Belanger <belanger@truman.edu>
22796
22797 * calc/calc-units.el: Make sure the proper macro definitions are
22798 available when compiling.
22799
22800 2005-01-06 Juri Linkov <juri@jurta.org>
22801
22802 * isearch.el (isearch-lazy-highlight-update):
22803 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22804
22805 2005-01-06 Miles Bader <miles@gnu.org>
22806
22807 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22808 (isearch-lazy-highlight-face): Use new name.
22809
22810 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22811
22812 * uniquify.el (uniquify-rationalize-file-buffer-names):
22813 Re-add an interactive spec.
22814 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22815 to the same name.
22816
22817 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22818 (isearch-update, isearch-done): Adjust calls accordingly.
22819
22820 2005-01-05 Richard M. Stallman <rms@gnu.org>
22821
22822 * custom.el (custom-set-variables, custom-theme-set-variables):
22823 Clarify documentation.
22824
22825 * emacs-lisp/find-func.el (find-variable)
22826 (find-variable-other-window, find-variable-other-frame):
22827 Fix the TYPE args to find-function-read and find-function-do-it.
22828 (find-function): Doc fix.
22829 (find-function-at-point): Replace function-at-point alias.
22830
22831 2005-01-04 Richard M. Stallman <rms@gnu.org>
22832
22833 * cus-face.el (custom-declare-face):
22834 Record defface in current-load-list.
22835
22836 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22837
22838 * emacs-lisp/find-func.el: Doc fixes.
22839 (find-face-regexp): New variable.
22840 (find-function-regexp-alist): New variable.
22841 (find-function-C-source): Third arg is now TYPE.
22842 (find-function-search-for-symbol): Handle general TYPE.
22843 (find-function-read, find-function-do-it): Handle general TYPE.
22844 (find-definition-noselect, find-face): New functions.
22845 (function-at-point): Alias deleted.
22846
22847 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22848
22849 * battery.el (display-battery-mode): Rename from display-battery.
22850 Handle the case where it gets turned off.
22851
22852 2005-01-04 Richard M. Stallman <rms@gnu.org>
22853
22854 * cus-edit.el (customize): Make :link point to user doc.
22855
22856 * man.el (Man-fontify-manpage): Turn off undo generation.
22857
22858 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22859
22860 2005-01-04 Andreas Schwab <schwab@suse.de>
22861
22862 * files.el (insert-directory): Only look for error lines in
22863 inserted text. Don't move too far after processing --dired markers.
22864
22865 2005-01-04 Richard M. Stallman <rms@gnu.org>
22866
22867 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22868 Don't expand if the character is @, period, dash, etc.
22869 (define-mail-abbrev): Quote names that contain problem characters.
22870
22871 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22872
22873 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22874
22875 2005-01-03 Richard M. Stallman <rms@gnu.org>
22876
22877 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22878 (query-replace-highlight, query-replace-lazy-highlight)
22879 (query-replace): Definitions moved up. Doc fix.
22880
22881 2005-01-03 Richard M. Stallman <rms@gnu.org>
22882
22883 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22884 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22885 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22886 (lazy-highlight-face): Rename from isearch-lazy-...
22887 Change all references to them.
22888
22889 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22890
22891 * cus-edit.el (custom-file): Doc fix for defcustom.
22892 (custom-file): The function no longer sets the variable
22893 `custom-file' to its return value.
22894
22895 * startup.el (command-line): No longer load `custom-file'.
22896
22897 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22898
22899 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22900
22901 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22902 Don't confuse module-prefixed identifiers for labels.
22903 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22904
22905 2005-01-02 Richard M. Stallman <rms@gnu.org>
22906
22907 * files.el (basic-save-buffer-1): Fix previous change.
22908
22909 * loadhist.el (file-loadhist-lookup): New function.
22910 (file-provides, file-requires): Use it.
22911
22912 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22913 instead of calculating the right size.
22914
22915 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22916
22917 * vc-svn.el (vc-svn-diff): Stay local if possible.
22918
22919 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22920
22921 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22922
22923 * files.el (hack-local-variables): Fix last change.
22924
22925 2005-01-02 Jay Belanger <belanger@truman.edu>
22926
22927 * calc/calc-yank.el (calc-edit-top): New variable.
22928 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22929 object. Change header properties.
22930 (calc-edit-finish, calc-edit-finish-stack-object)
22931 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22932 edited object.
22933 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22934 for the beginning of the edited object.
22935 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22936 for the beginning of the edited object.
22937 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22938 (calc-finish-formula-edit, calc-macro-repeats)
22939 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22940 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22941 beginning of the edited object.
22942 (calc-user-define-edit): Change the header for editing macros.
22943 Remove unnecessary variable.
22944
22945 2005-01-01 Jay Belanger <belanger@truman.edu>
22946
22947 * calc/calc-yank.el (calc-edit-mode): Change default header.
22948 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22949 * calc/calc-store.el (calc-edit-variable): Change title to match new
22950 header.
22951 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22952 mode to match new header.
22953 (calc-user-define-edit): Change titles to include names of commands.
22954 (calc-finish-formula-edit): Adjust to handle new header.
22955 (calc-finish-macro-edit): Remove.
22956 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22957 (calc-edit-macro-command, calc-edit-macro-command-type)
22958 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22959 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22960 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22961 (calc-edit-macro-finish-edit): New functions.
22962 (calc-user-define-edit): Use new functions to edit named calc macros.
22963
22964 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22965
22966 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22967
22968 * ses.el (copy-region-as-kill): Deactivate mark.
22969
22970 2005-01-01 Richard M. Stallman <rms@gnu.org>
22971
22972 * replace.el (occur-1): If the output buffer is also an input,
22973 don't kill it, rename it.
22974
22975 * faces.el (set-face-background, set-face-foreground): Doc fix.
22976
22977 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22978 for :foreground and :background.
22979
22980 * dired.el (dired-view-command-alist): Variable deleted.
22981 (dired-view-file, dired-mouse-find-file-other-window):
22982 Delete the code to use it.
22983
22984 2005-01-01 Kim F. Storm <storm@cua.dk>
22985
22986 * image.el (insert-sliced-image): Use t for line-height property.
22987
22988 See ChangeLog.11 for earlier changes.
22989
22990 ;; Local Variables:
22991 ;; coding: iso-2022-7bit
22992 ;; End:
22993
22994 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22995 Copying and distribution of this file, with or without modification,
22996 are permitted provided the copyright notice and this notice are preserved.
22997
22998 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1