]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(safe-local-variable-p): Remove support for the special value t.
[gnu-emacs] / lisp / ChangeLog
1 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (safe-local-variable-p): Remove support for the special
4 value t.
5
6 * textmodes/paragraphs.el (sentence-end-without-space):
7 Fix safety predicate.
8 (sentence-end-double-space, sentence-end-without-period)
9 (paragraph-ignore-fill-prefix):
10 * textmodes/fill.el (colon-double-space):
11 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12
13 * subr.el (booleanp): New fun.
14
15 * textmodes/reftex-vars.el (reftex-guess-label-type):
16 Tighten the safety predicate.
17
18 2006-04-28 Kim F. Storm <storm@cua.dk>
19
20 * progmodes/grep.el (defgroup grep): Doc fix.
21 (grep-auto-highlight): Remove.
22 (grep-template): New defcustom.
23 (grep-find-template): Rename from grep-tree-template.
24 (grep-files-aliases): Rename from grep-tree-files-aliases.
25 Remove "all" alias, add "l" alias.
26 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
27 (grep-find-ignored-directories): New defcustom to replace
28 grep-tree-ignore-CVS-directories, to facilitate ignoring
29 subdirectories for multiple version control systems.
30 (grep-mode-map): Add Recursive grep item to GREP menu.
31 (grep-regexp-history, grep-files-history): New defvars.
32 (grep-probe): New helper function.
33 (grep-compute-defaults): Use it to simplify code.
34 Adapt to name changes.
35 Use `.' as base in grep-find-template rather than <D>.
36 (grep): Remove superfluous highlight-regexp arg. Fix doc.
37 Call grep-compute-defaults unconditionally.
38 (grep-expand-keywords): New defconst.
39 (grep-expand-template): Rename from grep-expand-command-macros.
40 Simplify via grep-expand-keywords. Look at case-fold-search instead
41 of grep-tree-ignore-case to add -i option.
42 Bind case-fold-search to nil while matching keywords.
43 (grep-tree-last-regexp, grep-tree-last-files): Remove.
44 (grep-read-regexp, grep-read-files): New helper functions.
45 (rgrep): Rename from grep-tree. Rework to use proper histories.
46 Adapt to changes in defcustoms and functions above.
47 (lgrep): New command, as grep, but using same interactive api as rgrep.
48
49 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
50
51 * net/tramp.el (tramp-completion-file-name-handler):
52 Disable Tramp's functionality while loading Tramp itself.
53 (tramp-register-file-name-handlers): That's a defsubst now.
54 Code from `tramp-repair-jka-compr' moved here. Apply it via
55 `after-init-hook'.
56 (tramp-repair-jka-compr): Remove.
57
58 2006-04-27 Jay Belanger <belanger@truman.edu>
59
60 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
61 read expression when `math-read-big-expr' doesn't work.
62
63 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
64
65 * startup.el (command-line-1): Display warning when
66 pure-space-overflow is non-nil.
67
68 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
69
70 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
71 risky.
72
73 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
74
75 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
76 Return the URL or nil if none can be generated.
77
78 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
79
80 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
81 byte compiler warnings.
82 (gud-basic-call, gud-find-expr): Let user select an expression
83 for printing. Print expression as well as value in GUD buffer.
84
85 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
86
87 * allout.el: Remove local autoload declaration for
88 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
89 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
90 (allout-plain-bullets-string, allout-distinctive-bullets-string)
91 (allout-use-mode-specific-leader, allout-old-style-prefixes)
92 (allout-stylish-prefixes, allout-numbered-bullet)
93 (allout-file-xref-bullet, allout-presentation-padding)
94 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
95 safe-local-variable with suitable value spec, and add autoload
96 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
97 (move-beginning-of-line, move-end-of-line): Repair so these compat
98 functions now actually resituate the point, when appropriate.
99
100 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
103
104 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
105 (add-log-iso8601-time-string): Fix call to format-time-string.
106
107 2006-04-26 Kim F. Storm <storm@cua.dk>
108
109 * subr.el (posn-string, posn-image, posn-object): Doc fix.
110
111 2006-04-26 Masatake YAMATO <jet@gyve.org>
112
113 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
114 Add support for "//" style comments. Remove `b' flag
115 from ?* in `asm-mode-syntax-table'.
116
117 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * follow.el: Use (featurep 'xemacs) everywhere.
120 (follow-mode): Use define-minor-mode.
121 (follow-mode-map): Move initialization into the declaration.
122 Use command remapping.
123 (follow-emacs-version-xemacs-p): Remove.
124 (follow-submit-feedback): Remove.
125
126 * allout.el (allout-layout, allout-passphrase-verifier-string)
127 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
128
129 * textmodes/reftex-vars.el (reftex-vref-is-default)
130 (reftex-fref-is-default, reftex-guess-label-type):
131 Tighten up a bit the safety predicate.
132
133 * textmodes/paragraphs.el (sentence-end-double-space)
134 (sentence-end-without-period, sentence-end-without-space)
135 (page-delimiter, paragraph-ignore-fill-prefix):
136 Tighten up a bit the safety predicate.
137
138 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
139
140 * progmodes/python.el (python-continuation-line-p)
141 (python-beginning-of-statement): syntax-ppss may return
142 a negative depth.
143 (python-mode): Don't forcefully enable font-lock.
144
145 * time-stamp.el (time-stamp-start, time-stamp-end)
146 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
147
148 * add-log.el: Remove spurious * in docstrings.
149 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
150 (add-change-log-entry): Use it here, since it's not specific
151 to iso8601.
152 (add-log-iso8601-time-string): Don't use it here any more.
153 (change-log-indent-text, change-log-indent): Rename from add-log-*.
154
155 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
156
157 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
158
159 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
160 (rcirc-toggle-low-priority): Doc fix.
161 (rcirc-handler-NOTICE): Remove beginning of line anchor in
162 ChanServ regexp.
163 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
164 #emacs.
165 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
166 (rcirc-decode-coding-system): Use utf-8 as the default.
167 (rcirc-multiline-minor-mode): Set the fill-column.
168 (rcirc-format-response-string): Display bright and dim nicks.
169 (rcirc-browse-url): Update interactive spec to fill ARG.
170 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
171 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
172
173 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
174
175 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
176 case for @Article, etc.
177
178 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
179
180 * net/tramp.el (tramp-register-file-name-handlers): New defun.
181 Added with autoload cookie.
182 (tramp-unload-file-name-handlers): Rename from
183 `tramp-unload-file-name-handler-alist'.
184
185 2006-04-23 Romain Francoise <romain@orebokech.com>
186
187 * comint.el (comint-match-partial-filename): Doc fix.
188
189 2006-04-21 Glenn Morris <rgm@gnu.org>
190
191 * calendar/cal-menu.el (calendar-mode-map): Refer to
192 `diary-view-entries' rather than alias `view-diary-entries'.
193 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
194
195 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
196
197 * progmodes/antlr-mode.el (antlr-default):
198 * cus-edit.el (custom-documentation):
199 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
200 in defface.
201
202 2006-04-21 Kim F. Storm <storm@cua.dk>
203
204 * image.el (image-type): New defun split out of create-image.
205 (create-image): Use it.
206
207 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
208
209 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
210 (org-open-at-point): Remove the "...done" message to keep output
211 in the echo area visible.
212 (org-export-as-xoxo): Fix call to `indent-region'.
213
214 2006-04-21 Kevin Ryde <user42@zip.com.au>
215
216 * international/mule.el (keyboard-coding-system): defcustom
217 info-link fixes: "Specify Coding" has been split, keyboard now in
218 "Terminal Coding", and "Single-Byte Character Support" is now
219 "Unibyte Mode".
220
221 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
222
223 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
224 Use font-lock-warning-face for any errors e.g. no stack.
225 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
226
227 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
228
229 * progmodes/sh-script.el (sh-shell): Mark as safe.
230
231 * newcomment.el (comment-start, comment-start-skip)
232 (comment-end-skip, comment-end): Mark as safe.
233
234 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
235
236 * textmodes/org.el (org-deadline-announce): Face removed.
237 (org-level-faces, org-n-levels): Convert to constant.
238 (org-compatible-face): New function.
239 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
240 (org-level-5, org-level-6, org-level-7, org-level-8)
241 (org-special-keyword, org-warning, org-headline-done, org-link)
242 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
243 (org-scheduled-today, org-scheduled-previously, org-time-grid):
244 Face definition revised for better color tty support.
245 (org-bold-re, org-italic-re, org-underline-re): New constants.
246 (org-set-font-lock-defaults): Use the new constants.
247 (org-agenda-highlight-todo): New function.
248 (org-agenda-todo): Fix bug with point at end of line.
249 (org-agenda-change-all-lines, org-finalize-agenda-entries):
250 Fontify TODO keywords.
251 (org-insert-link): Preserve relative path in ../ links.
252 (org-export-as-html): Convert links pointing to .org files into
253 links that will work beteen the exported HTML files.
254 (org-todo-list): Fix bug when arg=0.
255 (org-insert-heading): More fine-tuning.
256
257 2006-04-19 Romain Francoise <romain@orebokech.com>
258
259 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
260 from `rmail-mime-charset-pattern'.
261
262 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
263
264 * progmodes/python.el (python-mode): Fix typo.
265
266 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
267
268 * comint.el (comint-previous-input): Don't clobber input line
269 when moving off either end of the input history ring.
270 (comint-delete-input): New function, used by
271 `comint-previous-input' and others.
272 (comint-previous-matching-input):
273 Use `coming-delete-input'. Save the partial input if leaving the
274 edit line. Goto point-max before deleting input to avoid
275 partial input fragments hanging around.
276 (comint-restore-input): New function, used by `comint-previous-input'.
277
278 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
279
280 * imenu.el (imenu--index-alist): Balance parentheses.
281
282 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
283
284 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
285
286 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
287
288 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
289 file is nil.
290
291 2006-04-18 Richard Stallman <rms@gnu.org>
292
293 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
294
295 * imenu.el (imenu-create-index-function, imenu--index-alist)
296 (imenu--last-menubar-index-alist, imenu--make-index-alist)
297 (imenu-default-create-index-function, imenu--generic-function):
298 Doc fixes.
299
300 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
301
302 * help-mode.el (help-mode): Set view-exit-action to delete window.
303
304 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
305 now works by passing nil as arg.
306
307 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
308
309 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
310 (read-abbrev-file): Provide default when reading filename.
311
312 * files.el (enable-local-variables): Allow :all as value.
313 (hack-local-variables): Implement that value.
314 (safe-local-variable-values, safe-local-eval-forms)
315 (enable-local-variables): Mark as risky.
316 (find-file-visit-truename, kept-old-versions): Mark safe.
317
318 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
319 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
320 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
321
322 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
325 Use forward-line so as to get to BOL even in the presence of fields.
326 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
327 in return.
328 (inferior-tcl): Tell tclsh to work in interactive mode.
329
330 * complete.el (partial-completion-mode):
331 Use 'choose-completion-string-functions to make sure that
332 choose-completion fills the minibuffer properly.
333
334 * complete.el (PC-old-read-file-name-internal): Remove.
335 (PC-read-include-file-name-internal): Remove. Turn it into an advice
336 of read-file-name-internal.
337 (partial-completion-mode): Enable/disable this advice.
338
339 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
340
341 * net/tramp.el (tramp-completion-file-name-handler): Revert change
342 of 2006-04-17.
343
344 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
345
346 * textmodes/org.el (org-insert-heading): Insert heading before
347 current if at beginning of line.
348 (org-todo, org-date): New faces.
349 (org-table-align): Make sure tooltip window contains full text.
350 (org-no-properties): New defsubst.
351 (org-set-font-lock-defaults): Use new faces.
352
353 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
356 for root variables.
357
358 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
359 (gdb-frame-address): Re-use to identify frame for watch expression.
360 (gdb-var-list, gdb-var-create-handler): Add frame address for root
361 variables.
362 (gdb-init-1, gdb-source, gdb-post-prompt)
363 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
364 (gdb-frame-handler): Get gdb-frame-address.
365
366 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
367
368 Sync with Tramp 2.0.53.
369
370 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
371 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
372 (tramp-completion-file-name-handler): Add autoload cookie for
373 adding to `file-name-handler-alist'.
374
375 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
376 the prompt. If it returns earlier (when detecting an error
377 message), the rest of the output will merge accidently with the
378 output of the next command. Reported by M Jared Finder
379 <jared@hpalace.com>.
380
381 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
382 for `process-file', in order to let it work for older Emacsen too.
383
384 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
385
386 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
387 (tex-font-lock-keywords-3): Use it.
388
389 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * newcomment.el (comment-add): New function.
392 (comment-region-default, comment-dwim): Use it.
393
394 2006-04-15 Michael Olson <mwolson@gnu.org>
395
396 * emacs-lisp/tq.el: Improve comments.
397 (tq-queue-head-question): New accessor function.
398 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
399 Update for modified queue structure.
400 (tq-queue-add): Accept `question' argument.
401 (tq-queue-pop): If a question is pending, send it.
402 (tq-enqueue): Accept new optional argument `delay-question'.
403 If this is non-nil, and at least one other question is pending a
404 response, queue the question rather than sending it immediately.
405
406 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
407
408 * calendar/appt.el (appt-add): Check whether an appointment is
409 already present in appt-time-msg-list. Simplify code.
410
411 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * progmodes/cc-langs.el (c-mode-menu):
414 Don't presume c-subword-mode is bound.
415
416 2006-04-13 Bill Wohler <wohler@newt.com>
417
418 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
419 (customize-package-emacs-version): Use cdr instead of cadr now
420 that alists use dotted pairs.
421
422 * custom.el (defcustom): Fix docstring for :package-version.
423
424 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
425
426 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
427 (tramp-handle-shell-command): Display output buffer only when
428 `tramp-display-shell-command-buffer' is true.
429 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
430
431 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
432
433 * textmodes/org.el (org-set-autofill-regexps): Set only the local
434 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
435
436 2006-04-13 Romain Francoise <romain@orebokech.com>
437
438 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
439 leaving temporary .cvsignore buffers behind.
440
441 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
442
443 * textmodes/org.el (org-set-regexps-and-options)
444 (org-get-current-options): Better names for the startup folding
445 options.
446
447 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
448
449 * vc.el (vc-annotate): Arrange for point to end up at the same
450 line number as in the original, but only when using a new buffer.
451
452 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
453
454 * files.el (hack-one-local-variable-eval-safep):
455 Recognize `edebug-form-spec' for `put', but only if it passes
456 `edebug-basic-spec'. Generalize `put' handling.
457
458 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
459 vetting file-local form specs.
460
461 * allout.el (allout-layout): Autoload its `safe-local-variable'
462 property.
463
464 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
465
466 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
467 (org-agenda-mouse-1-follows-link)
468 (org-mouse-1-follows-link): New options.
469 (org-format-agenda-item): Fix bug if TAGS is nil.
470 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
471
472 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
473
474 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
475 GDB 6.1+ gives full filename for "info sources" so use
476 file-name-nondirectory.
477
478 2006-04-12 Romain Francoise <romain@orebokech.com>
479
480 * subr.el (read-passwd): Bind `message-log-max' to nil.
481
482 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * progmodes/perl-mode.el (perl-indent-new-calculate):
485 Recompute parse-start after jumping backward by a whole sexp.
486
487 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
490 window configuration.
491 (vc-annotate-display-select): Select the buffer so that current-buffer
492 (and selected-window) is the output buffer at the end of vc-annotate.
493
494 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
495
496 * vc.el (vc-annotate-color-map): Add custom TTY color map for
497 8-color terminals, to use all of the colors in a sensible order.
498 256-color terminals work well with the standard map.
499 (vc-annotate-lines): Only strip the first color character if it
500 is "#", to allow for terminal-style named colors.
501 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
502 the correct buffer is scrolled.
503
504 2006-04-11 Richard Stallman <rms@gnu.org>
505
506 * emacs-lisp/bytecomp.el (byte-compile-file):
507 Bind enable-local-variables to :safe, and make normal-mode obey it.
508
509 * files.el (enable-local-variables): Allow value :safe.
510 (normal-mode): Doc fix.
511 (hack-local-variables): Implement enable-local-variables = :safe.
512 (hack-local-variables-confirm): Don't prevent quitting.
513
514 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * loadhist.el (unload-feature): A bit of sanity check of
517 load-history entries. Cancel timer-vars before unbinding them.
518
519 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
520 quote special chars, and make the trick work on the hex part of the
521 buffer as well.
522 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
523 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
524
525 * startup.el (normal-splash-screen): Fix last change so we don't wait
526 2 minutes if we don't show the splash screen.
527
528 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
529
530 * textmodes/org.el (org-export-plain-list-max-depth)
531 (org-table-spaces-around-separators)
532 (org-radio-targets, org-activate-camels)
533 (org-table-spaces-around-invisible-separators): Options removed.
534 (org-time-stamp-rounding-minutes, org-remember-templates)
535 (org-ellipsis, org-activate-links, org-descriptive-links):
536 New options.
537 (org-remember-apply-template, org-current-time)
538 (org-finish-edit-table-field)
539 (org-link-unescape, org-link-escape)
540 (org-string-width, org-table-clean-line, org-html-do-expand)
541 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
542 (org-read-agenda-file-list): New functions.
543 (org-table-edit-field)
544 (org-table-create-or-convert-from-region): New commands
545 (org-table-toggle-vline-visibility): Command removed.
546 (org-table-convert-region): Made a command.
547 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
548 Replace with the normal org- functions.
549 (org-self-insert-command): Don't trigger realign unnecessarily
550 when blanking a field that is not full.
551 (org-mode): `Set buffer-invisibility-spec' for links.
552 (org-activate-links2): Hide link part and only show descriptive
553 part of the link.
554 (org-insert-link): Modify for new linking system.
555 (org-store-link): Store description separately, for use by
556 `org-insert-link'.
557 (org-table-align): Use `org-string-width'.
558 (defgroup): Completely new group structure for custom variables.
559 (org-agenda-files): Option: Single file name allowed. Function:
560 Optional argument unrestrited means ignore any restricitons.
561 (org-install-agenda-files-menu): Find a buffer in Org-mode before
562 trying to modify the menu. Use generalized access to
563 `org-agenda-files.'
564 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
565 (org-agenda-file-to-front, org-remove-file, org-diary)
566 (org-tags-view, org-export-icalendar-all-agenda-files)
567 (org-export-icalendar-combine-agenda-files): Use generalized
568 access to `org-agenda-files'.
569 (org-remember-handler): Correctly preserve heading if present.
570 (org-table-insert-row, org-table-insert-hline): Deal with
571 invisible characters.
572
573 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
574
575 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
576 (vc-annotate-color-map): New 18 element constant
577 value/saturation, rotating hue colormap, from red->blue.
578 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
579 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
580 (vc-annotate): To avoid killing the required local variables,
581 set them before the end of `with-output-to-temp-buffer', and
582 after first switching to annotate-mode.
583 (vc-annotate-warp-version): Add buffer argument in goto-line to
584 ensure annotation, not source, is scrolled.
585
586 2006-04-10 Bill Wohler <wohler@newt.com>
587
588 * custom.el (defcustom, custom-handle-keyword):
589 Add :package-version keyword.
590 (custom-add-package-version): New function. Sets value of new
591 property 'custom-package-version from :package-version keyword.
592 (defcustom): Create Common Keywords section in docstring.
593 (defface, defgroup): Replace definitions of a select few keywords
594 with a reference to the Common Keywords in defcustom.
595 (defcustom, defface, defgroup): Replace reference to Customization
596 chapter in manual with hyperlink.
597
598 * cus-edit.el (customize-package-emacs-version-alist):
599 New variable.
600 (customize-changed-options): Add check for custom-package-version.
601 (customize-package-emacs-version): New function to look up Emacs
602 version corresponding to the given package version.
603
604 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
605 defun name, in similar fashion to find-variable-regexp.
606
607 2006-04-10 Eli Zaretskii <eliz@gnu.org>
608
609 * international/mule-cmds.el (set-locale-environment): Fix last
610 change for when the locale's preferences don't specify any encoding.
611
612 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
615 so the defined var/fun doesn't need to be quoted.
616
617 2006-04-10 Richard Stallman <rms@gnu.org>
618
619 * finder.el (finder-mode-map): Add n and p bindings.
620
621 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
622
623 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
624 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
625 (gdb-setup-windows): Put something in source window if we can't find
626 the source file.
627 (gdb-frame-handler): Make it work again with just assembly.
628 (gdb-data-list-register-values-handler): Make it work when there is
629 no stack.
630
631 2006-04-09 Richard Stallman <rms@gnu.org>
632
633 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
634 specs while looking for charset.
635
636 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
637
638 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
639 Make them faces.
640 (lm-font-lock-keywords): Update appropriately.
641
642 2006-04-10 Kim F. Storm <storm@cua.dk>
643
644 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
645 it can also replace buffer-substring-no-properties.
646
647 * emulation/cua-base.el (cua-delete-region, cua-paste)
648 (cua-repeat-replace-region): Use filter-buffer-substring.
649
650 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
651 (cua-cut-region-to-global-mark): Likewise.
652
653 * emulation/cua-rect.el (cua--extract-rectangle)
654 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
655
656 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
657
658 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
659 entry-type. Add field delimiters to numerical fields if they are
660 not present.
661
662 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
663
664 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
665 string-const to return value.
666 (bibtex-remove-delimiters): Use it.
667
668 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
671 cl-byte-compile-compiler-macro unless it exists.
672
673 2006-04-08 Eli Zaretskii <eliz@gnu.org>
674
675 * files.el (hack-local-variables-confirm) <offer-save>:
676 Clarify message text. Suggested by Ralf Angeli.
677
678 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
679
680 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
681 (delete-extract-rectangle-line): Use `filter-buffer-substring'
682 instead of `buffer-substring' and `delete-region'. (Most of the
683 code actually copied from `kill-region'.)
684
685 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
686
687 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
688 (rcirc-default-port): Rename from rcirc-port.
689 (rcirc-default-nick): Rename from rcirc-nick.
690 (rcirc-default-user-name): Rename from rcirc-user-name.
691 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
692 (rcirc-low-priority-flag): New variable.
693 (rcirc-decode-coding-system): New defcustom.
694 (rcirc-encode-coding-system): New defcustom.
695 (rcirc-coding-system-alist): New defcustom.
696 (rcirc-multiline-major-mode): New defcustom.
697 (rcirc-nick): New internal variable.
698 (rcirc-process): Remove variable.
699 (rcirc-server-buffer): New variable.
700 (rcirc): Update to use rcirc-default-* variables above.
701 (rcirc-connect): Do not add window-configuration-hook-here.
702 (rcirc-server): New internal variable.
703 (rcirc-connect): Do not send keepalive pings if
704 rcirc-keepalive-seconds is nil.
705 (with-rcirc-server-buffer): New macro.
706 (rcirc-send-string): Encode with rcirc-encode-coding-system.
707 (rcirc-server-name): Rename from rcirc-server.
708 (rcirc-buffer-process): New function.
709 (rcirc-buffer-nick): New function.
710 (rcirc-buffer-target): Remove function.
711 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
712 New commands.
713 (rcirc-mode-map): Change binding of C-c C-l to
714 rcirc-toggle-low-priority.
715 (rcirc-mode): Initialize coding system based on
716 rcirc-coding-system-alist. New change-major-mode-hook to part the
717 channel on a mode change. Make kill-buffer-hook buffer-local.
718 (rcirc-change-major-mode-hook): New function.
719 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
720 (rcirc-last-post-time): New variable.
721 (rcirc-process-message): Store the last time user posted a message
722 to this target.
723 (rcirc-multiline-minor-mode): New mode.
724 (rcirc-multiline-minor-mode-map): New mode map.
725 (rcirc-edit-multiline): Put multiline-edit buffer in
726 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
727 (rcirc-print): Ignore any line starting with an ignored nick.
728 (rcirc-print): Decode using rcirc-decode-coding-system.
729 (rcirc-track-minor-mode): Update global-mode-string when disabling
730 this mode.
731 (minor-mode-alist): Add LowPri indicator.
732 (rcirc-toggle-low-priority): New function.
733 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
734 next lowpriority buffer with activity.
735 (rcirc-record-activity): Sort buffers in rcirc-activity by the
736 last time the user posted a message in to the target.
737 (rcirc-update-activity-string): New formatting for low priority
738 buffers.
739 (rcirc-split-activity): New function.
740 (rcirc-handler-PART, rcirc-handler-KICK)
741 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
742 (rcirc-nick-away-alist): New variable.
743 (rcirc-handler-301): New handler. Away messages are printed once
744 per change.
745
746 2006-04-08 Eli Zaretskii <eliz@gnu.org>
747
748 * info.el (Info-follow-nearest-node): Doc fix.
749
750 * international/mule-cmds.el (set-locale-environment): Make sure
751 the coding-system preferred by the locale's language has the same
752 EOL conversion type as the original buffer-file-coding-system.
753 (locale-language-names): Add a few MS Windows language codes.
754
755 2006-04-07 Richard Stallman <rms@gnu.org>
756
757 * simple.el (eval-expression): Doc fix.
758
759 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
760 (eval-defun): Doc fixes.
761
762 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
763
764 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
765
766 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
767
768 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
769 GDB list command without argument for greater generality.
770
771 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
772
773 * subr.el (string-or-null-p): New function.
774
775 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
776
777 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
778
779 * files.el: Update comment about safe-local-variable declarations.
780
781 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
782
783 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
784 See idlwave.org.
785
786 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
787 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
788
789 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
790 See idlwave.org.
791
792 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
793 version 6.0 (minimal changes). See idlwave.org.
794
795 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
796 6.0 (minimal changes). See idlwave.org.
797
798 * progmodes/idlw-rinfo.el: File obsoleted and removed.
799
800 2006-04-06 Romain Francoise <romain@orebokech.com>
801
802 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
803 symmetric encryption features and a new asynchronous interface to
804 GnuPG. This new version is version 1.4, plus whitespace changes.
805
806 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
807
808 * files.el: Move some `safe-local-variable' declarations to the
809 respective files.
810
811 * textmodes/ispell.el (ispell-check-comments)
812 (ispell-local-dictionary): Mark as safe.
813
814 * abbrev.el (abbrev-mode): Mark as safe.
815
816 * add-log.el (change-log-default-name): Mark as safe.
817
818 * textmodes/reftex-vars.el (reftex-vref-is-default)
819 (reftex-fref-is-default, reftex-level-indent)
820 (reftex-guess-label-type): Mark as safe.
821
822 * textmodes/fill.el (colon-double-space): Mark as safe.
823
824 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
825 (sentence-end-double-space, sentence-end-without-period)
826 (sentence-end-without-space, sentence-end, sentence-end-base)
827 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
828
829 2006-04-06 Kim F. Storm <storm@cua.dk>
830
831 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
832 the :set-after list.
833 (ido-downcase-unc-hosts): New user option. Default on.
834 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
835 when it is set, as regexps are now applied on the fly.
836 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
837 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
838 on the fly, but only when ido-process-ignore-lists is set.
839 Do case insensitive filtering if ido-downcase-unc-hosts is set.
840 Only downcase names if ido-downcase-unc-hosts is set.
841
842 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
843
844 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
845
846 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
847
848 2006-04-05 Kim F. Storm <storm@cua.dk>
849
850 * ido.el (ido-mode): Set after ido-unc-hosts and
851 ido-ignore-unc-host-regexps.
852 (ido-save-history): Save ido-unc-hosts-cache.
853 (ido-load-history): Load ido-unc-hosts-cache.
854 (ido-reread-directory): Refresh unc hosts cache in // dir.
855
856 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
857 to nil while displaying slash screen.
858
859 2006-04-05 Daiki Ueno <ueno@unixuser.org>
860
861 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
862 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
863
864 2006-04-05 Kenichi Handa <handa@m17n.org>
865
866 * international/characters.el: Setup cases of Latin, Greek, and
867 Cyrillic characters in CJK charsets.
868
869 2006-03-29 Daiki Ueno <ueno@unixuser.org>
870
871 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
872 default-enable-multibyte-characters. This reverts the change from
873 revision 6.17 which is no longer necessary because the passphrase
874 is sent separately now. GnuPG messages are unreadable under
875 multibyte locales with default-enable-multibyte-characters set to nil.
876
877 2006-04-04 Andreas Schwab <schwab@suse.de>
878
879 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
880 and `byte-compile-warnings' as `safe-local-variable'.
881
882 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
883
884 * man.el (Man-mode-map): Restore the \r binding.
885 (Man-abstract-xref-man-page): If Man-target-string is a function,
886 call it.
887 (Man-highlight-references): Use Man-default-man-entry to get the
888 target. Deal with xrefs too.
889 (Man-highlight-references0): Don't call the target function.
890
891 * woman.el (WoMan-xref-man-page): Strip the section number, woman
892 cannot deal with it.
893
894 2006-04-04 Daiki Ueno <ueno@unixuser.org>
895
896 * pgg-gpg.el: Clean up process buffers every time gpg processes
897 complete.
898
899 2006-04-04 Kenichi Handa <handa@m17n.org>
900
901 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
902 here.
903 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
904 Temporarily bind inhibit-field-text-motion to t.
905
906 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * startup.el (normal-splash-screen): Only set mode-line-format in the
909 splash buffer, so as not to interfere when debugging the code.
910 Ignore errors when switching buffer.
911
912 2006-04-03 Romain Francoise <romain@orebokech.com>
913
914 * dired.el (dired-dnd-protocol-alist): Fix typo.
915
916 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
917
918 * savehist.el (savehist): Add :version.
919 (savehist-ignored-variables): New variable.
920 (savehist-minibuffer-hook): Don't save variables listed in
921 `savehist-ignored-variables'.
922
923 * dired.el (dired-dnd-protocol-alist): Mention that change does
924 only apply to new buffers in doc string.
925
926 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
927
928 * recentf.el (recentf-open-files-item): Include newline in button
929 field, so opening a file will work, when the point is at the end
930 of the file name. Allow, for example, to [i]search a file by
931 extension and just push RET to open it.
932
933 2006-04-03 Daiki Ueno <ueno@unixuser.org>
934
935 * pgg-gpg.el (pgg-gpg-process-filter)
936 (pgg-gpg-wait-for-completion): Check if buffer is alive.
937
938 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
939 lines, temporary fix.
940
941 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
942
943 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
944
945 2006-04-02 Richard Stallman <rms@gnu.org>
946
947 * progmodes/compile.el (compilation-message-face): Make it defcustom.
948
949 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
950
951 * ibuf-macs.el (define-ibuffer-column): Add a new key:
952 header-mouse-map.
953
954 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
955 (ibuffer-mode-header-map): New keymaps.
956 (ibuffer-update-title-and-summary): Enable mouse face highlighting
957 and keybindings for column headers.
958 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
959 property.
960
961 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
962
963 * speedbar.el (speedbar-after-create-hook): Doc fix.
964
965 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
966
967 * shell.el (shell-directory-tracker)
968 (shell-dynamic-complete-command): Doc fixes.
969
970 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
971
972 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
973 terminals.
974
975 2006-04-01 Kim F. Storm <storm@cua.dk>
976
977 * ido.el (ido-unc-hosts-cache): New defvar.
978 (ido-unc-hosts): If value of defcustom is a function, call it to
979 get list of UNC hosts. Add function-item choices to specify
980 ido-unc-hosts-net-view or user function.
981 (ido-ignore-unc-host-regexps): New defcustom.
982 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
983 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
984 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
985
986 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
989 wwidth.
990
991 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
992
993 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
994 (ido-max-work-file-list, ido-switch-buffer)
995 (ido-read-file-name-as-directory-commands):
996 Fix typos in docstrings.
997
998 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
999
1000 * term/mac-win.el (mac-system-coding-system): Define and use after
1001 Mac-specific coding systems are ready.
1002
1003 2006-03-27 Romain Francoise <romain@orebokech.com>
1004
1005 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1006
1007 * ldefs-boot.el: Update.
1008
1009 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1010
1011 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1012 passphrases when it is not needed.
1013 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1014 passphrase stuff from gpg, should only be necessary when you use
1015 gpg with a smartcard.
1016
1017 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * comint.el (comint-dynamic-list-completions): Allow user to
1020 select *Completions* buffer.
1021
1022 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1023
1024 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1025
1026 2006-03-26 Andreas Schwab <schwab@suse.de>
1027
1028 * progmodes/gud.el (gdb): Only complain about multiple debugging
1029 when the gdb process is still running.
1030
1031 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1032
1033 * mail/rmail.el (tool-bar-map): Defvar it.
1034 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1035 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1036
1037 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1038
1039 * help.el (print-help-return-message): Suggest to use
1040 display-buffer instead of switch-to-buffer-other-window to restore
1041 the previous window without selecting it.
1042
1043 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1044
1045 * frame.el (select-frame-by-name): Call x-focus-frame also when
1046 window-system is mac.
1047
1048 * term/mac-win.el: Adjust Courier font specifications in
1049 x-fixed-font-alist.
1050 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1051 when directly encoding to UTF-16 in native byte order, no BOM.
1052
1053 2006-03-25 Kim F. Storm <storm@cua.dk>
1054
1055 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1056 (cua--init-keymaps): Use it instead of fixed C-return.
1057 (cua-mode): Set after it.
1058
1059 * emulation/cua-rect.el (cua--init-rectangles):
1060 Use cua-rectangle-mark-key instead of fixed C-return.
1061
1062 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1063
1064 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1065 "run" in .gdbinit.
1066 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1067
1068 2006-03-24 Romain Francoise <romain@orebokech.com>
1069
1070 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1071 `display-buffer-other-frame'.
1072
1073 2006-03-24 Kim F. Storm <storm@cua.dk>
1074
1075 * apropos.el (apropos-synonyms): Add selection => region.
1076
1077 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1080 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1081 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1082 (gdb-data-list-register-values-regexp)
1083 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1084 Future proof against new fields being added to MI output.
1085 (gdb-send): Don't treat backslashes for program input as
1086 continuations.
1087 (gdb-assembler-handler): Don't use window-start for this handler.
1088 (gdb-frame-handler): Don't change to hollow arrow if overlay
1089 arrow doesn't move to new frame.
1090
1091 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1094 prevent compiler warnings.
1095 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1096 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1097 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1098 buffer too.
1099
1100 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1101
1102 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1103 make-network-process, so we can use the same code in Gnus v5-10
1104 too and have this file fully synchronized with that release.
1105
1106 2006-03-23 Romain Francoise <romain@orebokech.com>
1107
1108 * ibuf-ext.el (ibuffer-read-filter-group-name):
1109 Use `ibuffer-generate-filter-groups' to make completion list match
1110 the filter groups that are really displayed in the Ibuffer buffer.
1111 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1112
1113 2006-03-23 Kenichi Handa <handa@m17n.org>
1114
1115 * international/mule-cmds.el (sort-coding-systems): Describe that
1116 the argument is modified in docstring.
1117
1118 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1119
1120 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1121 (pgg-gpg-update-agent): New function.
1122 (pgg-gpg-use-agent-p): New function.
1123 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1124 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1125 (pgg-gpg-sign-region): Use it.
1126
1127 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * cus-edit.el (custom-face-set): Call custom-push-theme before
1130 face-spec set so that `changed' theme is correctly saved.
1131 (custom-face-reset-standard): Reset to recalculated face rather
1132 than defface spec.
1133
1134 * custom.el (custom-push-theme): Only save `changed' theme if the
1135 current face does not match the defface specs.
1136
1137 2006-03-21 Simon Josefsson <jas@extundo.com>
1138
1139 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1140 <wilde@sha-bang.de>.
1141 (pgg-gpg-use-agent): New variable.
1142 (pgg-gpg-process-region): Use it.
1143 (pgg-gpg-encrypt-region): Likewise.
1144 (pgg-gpg-encrypt-symmetric-region): Likewise.
1145 (pgg-gpg-decrypt-region): Likewise.
1146 (pgg-gpg-sign-region): Likewise.
1147 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1148
1149 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1150
1151 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1152 bracket links.
1153
1154 2006-03-21 Kim F. Storm <storm@cua.dk>
1155
1156 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1157 fringe-indicator-alist instead of modifying global value.
1158 (gdb-frame-handler): Likewise.
1159
1160 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1161
1162 * diff-mode.el (diff-function): Make it inherit from diff-header
1163 instead of diff-context.
1164
1165 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1166 bitmap.
1167 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1168 change names in macro above for consistency.
1169 (gdb-frame-handler): Use hollow-right-triangle for all selected
1170 frames which except the innermost (where execution has stopped).
1171 (gdb-reset): Reset buffer-local values of overlay-arrow.
1172
1173 2006-03-20 Richard Stallman <rms@gnu.org>
1174
1175 * simple.el (set-mark-command): Doc fix.
1176
1177 * files.el (display-buffer-other-frame): New command.
1178 (ctl-x-4-map): Bind C-x 5 C-o to it.
1179
1180 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1183 rather than just defer-time, in case defer-time has been changed but
1184 the timer isn't running yet.
1185 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1186
1187 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1188
1189 * help-mode.el (help-follow-symbol): New function.
1190 Essentially identical to the old `help-follow', but do not let
1191 `push-button' do the work when on an xref.
1192 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1193
1194 2006-03-19 Richard Stallman <rms@gnu.org>
1195
1196 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1197 preceded by the word `program'.
1198 (help-follow-mouse, help-follow): Throw error if not on xref.
1199 Delete no longer used args.
1200
1201 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1204 annotation ensure gud-overlay-arrow-position is redisplayed.
1205
1206 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1207
1208 * textmodes/bibtex.el (bibtex-include-OPTkey)
1209 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1210 (bibtex-autokey-name-case-convert)
1211 (bibtex-autokey-titleword-case-convert): Make these the aliases
1212 for the following two variables.
1213 (bibtex-autokey-name-case-convert-function)
1214 (bibtex-autokey-titleword-case-convert-function): Make these the
1215 real names.
1216 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1217 bibtex-font-lock-crossref sublists.
1218 (bibtex-mode): Revert 2005-12-30 change (which made
1219 completion-ignore-case buffer-local).
1220 (bibtex-url): Simplify.
1221
1222 2006-03-19 Kim F. Storm <storm@cua.dk>
1223
1224 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1225 cursor property value to 2 (to align with C level change).
1226
1227 2006-03-19 Bill Wohler <wohler@newt.com>
1228
1229 * image.el (image-load-path-for-library): Shorten first line in
1230 docstring.
1231
1232 2006-03-18 Richard Stallman <rms@gnu.org>
1233
1234 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1235
1236 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1237
1238 * isearch.el (isearch-other-meta-char): Handle user bindings for
1239 shifted control characters.
1240
1241 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1242
1243 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1244 part that matches email addresses, file names, etc.
1245
1246 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1247
1248 * term/w32-win.el (mouse-set-font):
1249 Mention w32-list-proportional-fonts in the doc string.
1250
1251 2006-03-18 Kim F. Storm <storm@cua.dk>
1252
1253 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1254 (ido-unc-hosts): New user option to explicitly define list of know
1255 UNC-style hosts for completion.
1256 (ido-cache-unc-host-shares-time): New user option.
1257 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1258 New helper functions for UNC file-name support.
1259 (ido-may-cache-directory): Check for UNC host. Simplify.
1260 (ido-wash-history): Clean out old UNC hosts.
1261 (ido-nonreadable-directory-p): UNC hosts are always readable.
1262 (ido-directory-too-big-p): UNC hosts are never too big.
1263 (ido-set-current-directory): Handle UNC root path.
1264 (ido-file-name-all-completions): Complete UNC host names from
1265 ido-unc-hosts list. Cache UNC host shares.
1266 (ido-make-file-list-1): Don't filter UNC root.
1267 (ido-exhibit): Check for // in root directory, and switch to UNC
1268 mode by setting ido-current-directory to //.
1269
1270 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1271
1272 * cus-edit.el (customize-changed-options): Mention explicit
1273 version number as default in prompt.
1274
1275 2006-03-17 Bill Wohler <wohler@newt.com>
1276
1277 * image.el (image-load-path-for-library): Minor docstring fix.
1278
1279 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1280
1281 * textmodes/org.el (org-read-date): Include subgroup 5 into
1282 replacement text.
1283 (org-popup-calendar-for-date-prompt): Fix customization type.
1284
1285 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1286
1287 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1288 (gdb-continuation): New variable.
1289 (gdb-send): Deal with continuation lines.
1290
1291 * progmodes/gud.el (gud-gdb-complete-command)
1292 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1293 expressions.
1294 (gud-tooltip-mode): Use buffer-local value.
1295
1296 2006-03-16 Kim F. Storm <storm@cua.dk>
1297
1298 * ido.el (ido-edit-input): Use selected match, if any.
1299
1300 2006-03-16 Bill Wohler <wohler@newt.com>
1301
1302 * image.el (image-load-path-for-library): Prefer user's images in
1303 image-load-path.
1304
1305 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1306
1307 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1308 when checking for attempt to drag leftmost or rightmost scrollbar.
1309
1310 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1311
1312 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1313 (gdb-force-mode-line-update): New function.
1314 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1315 (gdb-exited): Use them.
1316 (gdb-signal): New function.
1317 (gdb-annotation-rules): Provide a rule for it.
1318
1319 2006-03-16 Kenichi Handa <handa@m17n.org>
1320
1321 * international/mule.el (auto-coding-regexp-alist): Add entries
1322 for Unicode BOM.
1323
1324 * sort.el (sort-build-lists): Temporarily bind
1325 inhibit-field-text-motion to t.
1326
1327 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1328
1329 * locate.el (locate-command, locate-make-command-line)
1330 (locate-fcodes-file, locate-update-command)
1331 (locate-prompt-for-command, locate, locate-with-filter)
1332 (locate-get-file-positions): Doc fixes.
1333 (locate-buffer-name, locate-header-face): Remove leading `*' in
1334 defcustom.
1335 (locate-filter-output): Use `keep-lines' instead of its alias
1336 `delete-non-matching-lines'.
1337 (locate-get-filename, locate-get-dirname): Add introductory comment.
1338 (locate-find-directory-other-window): Give appropriate error
1339 message if used outside main listing.
1340
1341 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1344 the new extend-region feature.
1345 (font-lock-after-change-function): Update correspondingly.
1346 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1347 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1348
1349 2006-03-15 Bill Wohler <wohler@newt.com>
1350
1351 * image.el (image-load-path-for-library): Fix example by not
1352 recommending that one binds image-load-path. Just defvar it to
1353 placate compiler and only use it if previously defined.
1354
1355 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1356
1357 * textmodes/org.el (org-insert-centered): Use `string-width' to
1358 make underlining work for wide characters.
1359 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1360 TAB to `org-cycle', to make sure that no binding in
1361 `outline-mode-map' can supercede it.
1362
1363 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1364
1365 * allout.el: Increment version to 2.2.1 in file commentary.
1366
1367 (allout-version): Increment to 2.2.1.
1368
1369 (allout-default-layout): New customization variable, used when the
1370 file lacks a specific allout-layout. Uses allout-layout-type for
1371 recursively nested definition.
1372
1373 (allout-layout-type): Widget defining allout layouts, necessary for
1374 self-recursive definition.
1375
1376 (allout-mode): Incorporate allout-default-layout as fallback for
1377 allout-layout.
1378
1379 (allout-layout): Mark as 'safe-local-variable', and refer mention
1380 fallback to `allout-default-layout' in absence of a specified value.
1381 (allout-passphrase-verifier-string)
1382 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1383
1384 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1385
1386 (allout-get-encryption-passphrase-verifier): Use correct name of
1387 passphrase verifier in docstring.
1388
1389 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1390
1391 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1392 elements.
1393 (gdb-find-watch-expression): Make it work for arrays too.
1394 Follow change to gdb-var-list.
1395 (gud-watch): Allow the user to enter variable name with a prexix
1396 arg. Create keybindings.
1397 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1398 (gdb-var-list-children-handler, gdb-var-update-handler)
1399 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1400 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1401 Follow change to gdb-var-list.
1402 (gdb-starting): Don't show the overlay arrows when program is running.
1403
1404 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1405 gdb-var-list.
1406
1407 2006-03-14 Bill Wohler <wohler@newt.com>
1408
1409 * image.el (image-load-path-for-library): Pass value of path
1410 rather than symbol. Always return list of directories.
1411 Guarantee that image directory comes first.
1412
1413 2006-03-14 Alan Mackenzie <acm@muc.de>
1414
1415 * font-core.el (font-lock-extend-region\(-function\)?.):
1416 New function/variable.
1417
1418 * font-lock.el (font-lock-after-change-function):
1419 Call font-lock-extend-region. Obey font-lock-lines-before.
1420 (font-lock-default-fontify-region): Remove reference to
1421 font-lock-lines-before.
1422
1423 * jit-lock.el (jit-lock-after-change):
1424 Call font-lock-extend-region. Obey font-lock-lines-before.
1425
1426 2006-03-14 David Ponce <david@dponce.com>
1427
1428 * tree-widget.el (tree-widget-themes-load-path)
1429 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1430
1431 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1432
1433 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1434 (rcirc-print): Mark the start of text at the end of the prompt.
1435 (rcirc-track-minor-mode): Add autoload cookie.
1436 (rcirc-update-activity-string): Add space to front of mode-line
1437 indicator.
1438
1439 2006-03-13 Miles Bader <miles@gnu.org>
1440
1441 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1442 (rcirc-abbrev-nick): Remove function.
1443 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1444
1445 2006-03-13 David Ponce <david@dponce.com>
1446
1447 * tree-widget.el: Handle themes across all occurrences of the main
1448 themes sub-directory found in tree-widget-themes-load-path.
1449 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1450 (tree-widget--locate-sub-directory): Return all occurrences.
1451 (tree-widget-themes-path): New function.
1452 Replace tree-widget-themes-directory, and return a list of directories.
1453 (tree-widget-set-parent-theme)
1454 (tree-widget-lookup-image): Use it.
1455
1456 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1457
1458 * textmodes/org.el (org-link-search): Avoid self-matching of
1459 links, allow target text to be distributed over several lines.
1460 (org-search-not-link): New function.
1461 (org-set-regexps-and-options, org-get-current-options):
1462 New startup options.
1463 (org-export-as-html): Take odd-level setting from local variable.
1464 (org-fontify-emphasized-text): New option.
1465 (org-set-font-lock-defaults): Include emphasized text.
1466 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1467 (org-font-lock): Customize group renamed from `org-faces'.
1468
1469 2006-03-13 John Paul Wallington <jpw@pobox.com>
1470
1471 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1472 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1473
1474 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1475
1476 * cus-start.el (all): Delete :version keyword for members of the
1477 fringe group, since the entire group is new in 22.1.
1478
1479 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1482 map if value is hexadecimal (an address).
1483 (gud-watch): Only search roots for existing watch expressions.
1484 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1485 prevent caching problems with speedbar-update-directory-contents.
1486
1487 2006-03-12 Juri Linkov <juri@jurta.org>
1488
1489 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1490 before comparing with `low' and `warn'.
1491
1492 * info.el (Info-dir-remove-duplicates): Move point to the
1493 beginning of the current line after deleting the entries from
1494 redundant heading. Use marker for `limit' and compare it with
1495 point before calling `re-search-forward'.
1496
1497 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1498
1499 * simple.el (yank): Fix typo in docstring.
1500
1501 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1502
1503 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1504 messages, where "D" is the 6th character.
1505
1506 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1507
1508 * simple.el (yank): Fix last change.
1509
1510 2006-03-11 David Ponce <david@dponce.com>
1511
1512 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1513 merging elements from the standard ispell-dictionary-alist.
1514 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1515 alist, and return the new alist.
1516
1517 2006-03-11 Richard Stallman <rms@gnu.org>
1518
1519 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1520
1521 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1522 the way it is implemented is too unclean.
1523
1524 * simple.el (kill-region, yank): Doc fix.
1525
1526 * battery.el (battery-echo-area-format): Doc fix.
1527 (battery-mode-line-format): Likewise.
1528 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1529 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1530
1531 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1532
1533 * progmodes/octave-mod.el (octave-indent-for-comment):
1534 Behave according to do string.
1535
1536 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1537
1538 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1539 Be visible only if major mode is Mail Mode.
1540
1541 * textmodes/flyspell.el (flyspell-external-point-words)
1542 (flyspell-process-localwords): Fix last changes.
1543
1544 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1545
1546 * calendar/holidays.el (list-holidays): Doc fix.
1547
1548 * international/mule.el (auto-coding-alist): Add .odt
1549 (OpenOffice's open document) files.
1550
1551 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1552 document) files. Mention in the doc string the need to sync with
1553 auto-coding-alist.
1554
1555 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1558 enable-local-variables is set to always query, or there is no
1559 savable variable.
1560
1561 2006-03-10 Bill Wohler <wohler@newt.com>
1562
1563 * image.el (image-load-path-for-library): Merge at least three
1564 functions from Gnus and MH-E into this one function that can now
1565 be shared.
1566
1567 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1568
1569 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1570 gdb-remove-mouse-face and remove help-echo too.
1571 (gdb-enqueue-input): Correct conditional clause.
1572
1573 2006-03-10 Glenn Morris <rgm@gnu.org>
1574
1575 * calendar/calendar.el (calendar-holidays): Doc fix.
1576 * calendar/holidays.el (list-holidays): Doc fix.
1577
1578 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1579
1580 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1581 it gets called in gdb-prompt anyway.
1582 (gdb-use-separate-io-buffer): Only restore window arrangement for
1583 gdb-many-windows.
1584 (gdb-enqueue-input): Make it harder to send GDB input when program
1585 is running.
1586 (gdb-buffer-list): New variable.
1587 (gdb-remove-mouse-face): New function.
1588 (gdb-starting): Use it when GDB input won't get sent.
1589
1590 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * help.el (view-lossage): Remove trailing whitespace before
1593 inserting "\n".
1594
1595 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * files.el (hack-local-variables-confirm):
1598 Set coding-system-for-read to nil before writing to .emacs.
1599
1600 * arc-mode.el (archive-extract): Check if an existing buffer name
1601 comes from a different archive.
1602
1603 * help.el (describe-key-briefly): If KEY is a down event, read and
1604 discard the up event.
1605
1606 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1609 be edited and use font-lock-warning-face for any changes.
1610
1611 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1612 (gdb-edit-value): Use it to report any errors.
1613
1614 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1615
1616 * help.el (describe-key): Remove leftover test code.
1617
1618 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1619
1620 * textmodes/org.el: Move defvars out of eval-when-compile.
1621 Use buffer-file-name variable.
1622 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1623 arg `file'.
1624 (org-level-faces): Remove startup dependency.
1625 (org-cycle, org-map-tree, org-scan-tags)
1626 (org-remember-handler): Don't call `outline-level' directly.
1627 (org-mhe-search-all-folders): New option.
1628 (org-mhe-get-message-folder-from-index)
1629 (org-mhe-get-message-folder): Fix indexing search.
1630 (org-format-agenda-item): Handle nil TAGS argument.
1631 (org-cleaned-string-for-export, org-activate-target-links)
1632 (org-make-target-link-regexp): Deal with empty radio target list.
1633 (org-tag): New face.
1634 (org-get-level-face): New function.
1635 (org-set-font-lock-defaults): Simplify setup for headlines.
1636 (org-complete): Pass common substring to `display-completion-list'.
1637
1638 2006-03-06 David Ponce <david@dponce.com>
1639
1640 * tree-widget.el: Update Commentary header.
1641 (tree-widget-theme-name): Ignore parent themes.
1642 (tree-widget-set-parent-theme): New function.
1643 (tree-widget-set-theme): Use it.
1644 (tree-widget-set-image-properties): Move definition. Does nothing
1645 if image properties have already been set.
1646 (tree-widget-image-properties): Move definition. Receive an image
1647 name. Set the :pointer property.
1648 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1649 Don't set the :pointer image property.
1650 (tree-widget-convert-widget): New function. Handle :dynargs
1651 compatibility here.
1652 (tree-widget): Use it to :convert-widget. Add the :expander-p
1653 predicate to control when the :expander function is entered.
1654 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1655 (tree-widget-value-create): Handle :expander-p. widget-apply
1656 :expander.
1657 (tree-widget-expander-p): New function. Default value of the
1658 :expander-p property.
1659
1660 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * help.el (describe-key): Properly handle the return value of
1663 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1664 remaps. Handle string and vector `follow-link' values.
1665
1666 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * complete.el (PC-expand-many-files): Try be more careful when parsing
1669 the shell's output.
1670
1671 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * outline.el (hide-sublevels): Provide better interactive default.
1674
1675 2006-03-06 Kenichi Handa <handa@m17n.org>
1676
1677 * international/fontset.el (create-fontset-from-fontset-spec):
1678 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1679
1680 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1681
1682 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1683 backslashes instead of one in regexp.
1684 (gud-tooltip-dereference): Add missing optional argument.
1685
1686 2006-03-04 John Paul Wallington <jpw@pobox.com>
1687
1688 * wdired.el (toplevel): Require `cl' at compile-time.
1689
1690 2006-03-04 Andreas Schwab <schwab@suse.de>
1691
1692 * server.el (server-process-filter): Handle errors during
1693 evaluation of the argument.
1694
1695 2006-03-03 John Paul Wallington <jpw@pobox.com>
1696
1697 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1698 escape parentheses at beginning of line.
1699 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1700 (t-mouse-mode): Remove period from end of error message.
1701
1702 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1703
1704 * textmodes/flyspell.el (flyspell-process-localwords):
1705 Be case-sensitive.
1706
1707 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1708
1709 * cus-edit.el (custom-quote): Remove function, since it has been
1710 moved to custom.el.
1711
1712 * font-lock.el (lisp-font-lock-keywords-2)
1713 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1714 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1715 they have no special meaning.
1716
1717 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1718 indirect buffer gets killed before indirect buffer. Use dolist.
1719
1720 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1721
1722 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1723 value instead of a literal constant (1) on more pauses.
1724
1725 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1726
1727 * textmodes/flyspell.el (flyspell-external-point-words):
1728 Be case-sensitive.
1729
1730 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1731
1732 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1733 with "www".
1734
1735 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1736
1737 * allout.el: Restablish intermediate missing comment header to
1738 preserve outline structure.
1739 (allout-beginning-of-current-entry): Skip invisible text.
1740 (allout-open-topic): Fix opening a topic at end-of-buffer.
1741 (allout-minor-mode): Move nearer to allout-mode function.
1742
1743 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1744
1745 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1746
1747 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1748
1749 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1750 is nil.
1751
1752 * progmodes/gud.el (gud-speedbar-menu-items):
1753 Use buffer-local-value and add missing :visible keyword.
1754
1755 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1756
1757 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1758
1759 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1760 must be `follow-link'.
1761
1762 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1763
1764 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1765 formatting: No nested anchors.
1766 (org-all-targets): Fix bug with XEmacs compatibility.
1767 (org-read-date): Add (require 'parse-time).
1768 (org-set-tags): Fix bug with extra inserted space.
1769 (org-export-html-style): Define a style class for targets.
1770 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1771 (org-hide-leading-stars): New option.
1772 (org-hide): New face.
1773 (org-set-font-lock-defaults): Allow to hide leading stars.
1774 (org-get-legal-level, org-tr-level): New functions.
1775 (org-odd-levels-only): New option.
1776 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1777 (org-demote, org-promote): Deal with double-star levels.
1778 (org-convert-to-odd-levels): New command.
1779
1780 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1781
1782 * speedbar.el (speedbar-update-localized-contents): Try to
1783 preserve window-start.
1784 (speedbar-update-directory-contents): Try to preserve window-start
1785 and window-point.
1786 (speedbar-update-special-contents): Don't move back to start of window.
1787
1788 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1789 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1790 speedbar-timer-fn.
1791 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1792 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1793 instead of gdb-speedbar-timer-fn.
1794
1795 2006-02-28 Jay Belanger <belanger@truman.edu>
1796
1797 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1798 (math-compose-expr): Use latex option when calling
1799 `math-compose-tex-matrix' for latex mode.
1800
1801 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1802
1803 * speedbar.el: Re-instate comments about developing for speedbar
1804 [this is what info and gdb-ui use even if better methods exist now].
1805
1806 * t-mouse.el: New file.
1807 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1808 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1809 (t-mouse-make-event-element): Use posn-at-x-y instead.
1810 (t-mouse-make-event): Deal with Fedora Core 3.
1811 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1812 (t-mouse-mouse-position-function): New function. Use it instead
1813 of advising mouse-position.
1814 (t-mouse-mode): New minor mode.
1815 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1816
1817 2006-02-27 Glenn Morris <rgm@gnu.org>
1818
1819 * calendar/calendar.el (calendar-holidays): Doc fix.
1820
1821 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1822
1823 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1824 Re-introduce the concept of a source window.
1825 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1826 consistency with get-buffer-create.
1827 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1828 (gdb-data-list-register-values-handler)
1829 (gdb-stack-list-locals-handler): Try to preserve window-start as
1830 well as window-point.
1831 (gdb-display-source-buffer): New function (old concept).
1832 (gdb-goto-breakpoint): Use it.
1833
1834 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1835 for gdb-ui/gdb-mi (old concept).
1836
1837 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1838
1839 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1840 binding.
1841
1842 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1843
1844 * textmodes/reftex-sel.el (reftex-select-label-map)
1845 (reftex-select-bib-map): Add `follow-mouse' binding.
1846
1847 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1848
1849 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1850 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1851 Give :set functions to provide automatic updating.
1852 Update docstring. Give compiler defvars early in the file
1853 and move the defcustoms to a later spot where all called functions
1854 are defined.
1855 (jka-compr-file-name-handler-entry): Doc fix.
1856 (jka-compr-compression-info-list--internal)
1857 (jka-compr-mode-alist-additions--internal)
1858 (jka-compr-load-suffixes--internal): New variables.
1859 (jka-compr-install): Set the three above variables.
1860 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1861 (jka-compr-update, jka-compr-set): New functions.
1862 (auto-compression-mode): Doc fix.
1863
1864 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1865 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1866 Use jka-compr-compression-info-list--internal,
1867 jka-compr-mode-alist-additions--internal and
1868 jka-compr-load-suffixes--internal.
1869
1870 * files.el (load-library):
1871 * loadhist.el (file-loadhist-lookup):
1872 * startup.el (command-line):
1873 * subr.el (locate-library):
1874 * emacs-lisp/autoload.el (update-directory-autoloads):
1875 * emacs-lisp/find-func.el (find-library-suffixes):
1876 Use `get-load-suffixes' instead of `load-suffixes'.
1877
1878 * subr.el (locate-library):
1879 * emacs-lisp/find-func.el (find-library-name):
1880 Use `load-file-rep-suffixes' instead of '("").
1881
1882 2006-02-26 Kim F. Storm <storm@cua.dk>
1883
1884 * ido.el (ido-save-history, ido-load-history): Simplify.
1885 Don't use find-file-noselect to avoid interference from other modes.
1886
1887 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1888
1889 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1890 to use the default shell if filename is not available.
1891 Reported by Giorgos Keramidas.
1892
1893 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1894
1895 * progmodes/etags.el (tags-completion-table): Do completion from
1896 all the tables in the current list, as documented in the manual.
1897
1898 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1899
1900 * CC Mode Update to 5.31.3.
1901
1902 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1903
1904 * progmodes/cc-mode.el (c-postprocess-file-styles):
1905 Bind inhibit-read-only to t, around the call to
1906 c-remove-any-local-eval-or-mode-variables, so that it works on a
1907 RO file.
1908
1909 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1910
1911 * progmodes/cc-awk.el: Correct a typo.
1912
1913 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1914
1915 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1916 c-hungry-delete-backwards, at the request of RMS. Leave the old
1917 name as an alias.
1918
1919 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1920
1921 * progmodes/cc-mode.el: Correct a typo.
1922
1923 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1924
1925 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1926
1927 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1928
1929 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1930 brace-else-brace (error due to mbeg, mend being undefined).
1931
1932 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1933
1934 * progmodes/cc-mode.el: File Local variables: Solve the problem
1935 where both `mode' and c-file-offsets are specified: `mode' will
1936 overwrite c-f-o's settings:
1937 (c-remove-any-local-eval-or-mode-variables): New function.
1938 (c-postprocess-file-styles): Call the above new function, within
1939 c-tentative-buffer-change, to splat `mode' and `eval' before the
1940 second hack-local-variables.
1941
1942 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1943
1944 * progmodes/cc-mode.el:
1945 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1946 (c-after-change): Protect the match data with save-match-data.
1947 It was getting corrupted by c-after-change-check-<>-operators.
1948
1949 * cc-defs.el: [Supersedes patch V1.38]:
1950 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1951 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1952
1953 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1954 with save-match-data. It was being corrupted when Font Lock was
1955 not enabled.
1956
1957 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1958
1959 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1960 Mode and Subword Mode.
1961
1962 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1963 real labels ("case 1:" or "foo:") from non-labels ("public:").
1964 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1965 coding; c-f-t-2 doesn't move over a token at EOB.
1966
1967 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1968
1969 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1970 (c-update-modeline): Concatenate the minor mode indicators
1971 directly onto mode-name, removing c-submode-indicators.
1972 Sometimes, c-s-i got separated from the mode name on the mode line.
1973
1974 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1975 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1976
1977 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1978
1979 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1980 error message when there's an evaluation error to show whether
1981 it's loaded from source or not.
1982 (c-filter-ops): Make it available at runtime too to work when
1983 `c-make-init-lang-vars-fun' needs to evaluate from source.
1984
1985 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * help.el (help): Revert last part of 2006-02-23 change (deletion
1988 of the `provide' call).
1989
1990 2006-02-23 Juri Linkov <juri@jurta.org>
1991
1992 * compare-w.el (compare-windows-highlight): Add new value
1993 `persistent' and change :type from `boolean' to `choice'.
1994 (compare-windows-overlays1, compare-windows-overlays2):
1995 New internal variables.
1996 (compare-windows-highlight): If compare-windows-highlight is
1997 `persistent', add current overlays to compare-windows-overlays[12]
1998 instead of adding compare-windows-dehighlight to pre-command-hook.
1999 (compare-windows-dehighlight): Delete all overlays from
2000 compare-windows-overlays[12].
2001
2002 * info.el (Info-search): Don't bind search-spaces-regexp to
2003 Info-search-whitespace-regexp in non-regexp isearch mode.
2004
2005 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2008
2009 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * textmodes/org.el (org-xemacs-p)
2012 (org-export-html-show-new-buffer, org-table-may-need-update)
2013 (org-insert-item, org-mhe-get-message-real-folder)
2014 (org-mhe-get-message-folder-from-index)
2015 (org-mhe-get-message-folder, org-mhe-get-message-num)
2016 (org-mhe-get-header, org-make-org-heading-search-string)
2017 (org-make-org-heading-camel, org-table-sort-lines)
2018 (org-format-org-table-html, org-format-table-table-html):
2019 Fix typos in docstrings.
2020
2021 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2022
2023 * textmodes/org.el (org-cleaned-string-for-export)
2024 (org-solidify-link-text): New function.
2025 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2026 XEmacs, just to silence the compiler.
2027 (org-export-as-ascii, org-export-as-html-and-open):
2028 Use `org-cleaned-string-for-export' and create internal links.
2029 (org-follow-mhe-link): Require mh-e, use folder.
2030
2031 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2032
2033 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2034
2035 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2036 gdb-debug-log-length.
2037 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2038 it a real ring but...
2039 (gud-gdba-marker-filter): ...make it work like mark-ring.
2040 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2041 (gdb-mouse-jump): New function. Add bindings.
2042
2043 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2044
2045 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2046 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2047 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2048 (gdb-debug-log-length): Customize it's length.
2049 (gud-watch, gdb-var-create-handler): Display function::var format
2050 but don't use to create variable object.
2051 (gdb-var-create-handler): Use message-box in place of message.
2052 (gdb-stopped): Call gdb-exited if signalled.
2053
2054 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2055
2056 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2057
2058 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2059
2060 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2061 if `reftex-try-all-extensions' is set.
2062
2063 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2064 fail silently when there is no valid argument at point.
2065 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2066 `fail-silently' argument. From a patch by David Reiter.
2067
2068 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2069 New commands.
2070 (org-mark-ring): New variable.
2071 (org-mark-ring-length): New option.
2072 (org-open-at-point, org-goto, org-open-file): Push old position
2073 onto the mark ring.
2074 (org-add-hook): New function.
2075 (org-export-table-remove-special-lines): New option.
2076 (org-skip-comments, org-format-org-table-html): Respect new
2077 option `org-export-table-remove-special-lines'.
2078 (org-open-file): Allow special command configuration for
2079 directory link.
2080 (org-file-apps): Fix bugs in customize type, added setting
2081 for directories.
2082 (org-activate-tags, org-format-agenda-item, org-complete)
2083 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2084 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2085 (org-link-search, org-make-org-heading-search-string)
2086 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2087 (org-radio-targets, org-file-link-context-use-camel-case)
2088 (org-activate-camels): New options.
2089 (org-update-radio-target-regexp, org-all-targets)
2090 (org-make-target-link-regexp, org-activate-target-links):
2091 New functions.
2092 (org-make-org-heading-search-string): New function.
2093 (org-store-link, org-insert-link): Use new option
2094 `org-file-link-context-use-camel-case'.
2095 (org-activate-camels): Use new option `org-activate-camels'.
2096 (org-link-regexp): Add mhe prefix.
2097 (org-open-at-point, org-store-link): Support for mhe links.
2098 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2099 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2100 (org-mhe-get-header, org-follow-mhe-link): New functions.
2101 (org-remove-angle-brackets, org-add-angle-brackets):
2102 New functions.
2103 (org-bracket-link-regexp): New constant.
2104 (org-read-date): Fix bug that was rejecting all typed dates.
2105 (org-link-search): Make hierarchy above visible after a match.
2106 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2107 (org-store-link): Fix bug with link creation when cursor is in
2108 an empty line.
2109 (org-open-at-point): Fix bug with matching a link.
2110 Fixed buggy argument sequence in call to `org-view-tags'.
2111 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2112 (org-prefix-has-tag): New variable.
2113 (org-format-agenda-item): Remove tags from headline
2114 if appropriate.
2115 (org-agenda-remove-tags-when-in-prefix): New option.
2116
2117 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2118
2119 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2120 Fix the regular expressions.
2121
2122 2006-02-21 Richard M. Stallman <rms@gnu.org>
2123
2124 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2125 if there's no other specific basis.
2126
2127 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2128 as variables at all.
2129 (unsafep-variable): Rename arg; doc fix.
2130
2131 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2132
2133 * calendar/appt.el (diary-selective-display): Add defvar.
2134
2135 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2136
2137 * isearch.el (search-whitespace-regexp): Fix custom type.
2138
2139 * help.el (describe-key-briefly): Compute interactive args
2140 in same was as before previous change.
2141
2142 * files.el (enable-local-variables): Doc fix.
2143
2144 2006-02-21 Kim F. Storm <storm@cua.dk>
2145
2146 * fringe.el: Cleanup as file is now pre-loaded.
2147 (fringe-bitmaps): Initialize unconditionally.
2148 (fringe-mode, set-fringe-style): Remove autoload cookies.
2149
2150 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2151
2152 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2153 `horizontal-bar'.
2154 (fringe-cursor-alist): Use `horizontal-bar'.
2155
2156 2006-02-20 Kim F. Storm <storm@cua.dk>
2157
2158 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2159 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2160
2161 * loadup.el: Load "fringe" on window systems.
2162
2163 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2164
2165 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2166 out of scope components.
2167
2168 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2169 default.
2170
2171 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * custom.el (customize-mark-to-save, customize-mark-as-set):
2174 Load the symbol first.
2175
2176 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2179 strech spec so it doesn't display as "^J" on the header line
2180 when `Buffer-menu-use-header-line' is t.
2181
2182 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * speedbar.el (speedbar-make-button): Keep text properties
2185 of string arguments if desired.
2186
2187 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2188 expessions.
2189
2190 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2191 of speedbar.
2192
2193 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2194
2195 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2196 to value of `read-file-name-completion-ignore-case'.
2197
2198 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * custom.el (customize-mark-as-set): Push to `user' theme.
2201
2202 * cus-edit.el (custom-save-variables): Allow unthemed values.
2203 (customize-set-variable): Push setting to `user' theme.
2204
2205 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2206
2207 * progmodes/gud.el: Don't require font-lock as it's now
2208 automatically loaded.
2209 (gud-speedbar-buttons): Replace gdb-var-changed with
2210 gdb-force-update.
2211
2212 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2213 gdb-var-changed.
2214 (gdb-post-prompt): Use it.
2215 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2216 (gdb-var-update-handler, gdb-var-delete)
2217 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2218 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2219 gdb-force-update in gdb-post-prompt.
2220 (gdb-reset): Clear watch expressions from speedbar when quitting.
2221
2222 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2223
2224 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2225 (viper-change-state-to-vi, viper-change-state-to-emacs):
2226 Make aware of cursor coloring in the Emacs state.
2227 (viper-special-read-and-insert-char): Use read-char-exclusive.
2228 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2229
2230 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2231
2232 * viper-util.el (viper-save-cursor-color)
2233 (viper-get-saved-cursor-color-in-replace-mode)
2234 (viper-get-saved-cursor-color-in-insert-mode)
2235 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2236 state.
2237 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2238
2239 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2240 (ediff-ignore-case-option3, ediff-actual-diff-options)
2241 (ediff-actual-diff3-options): New variables to control case sensitivity.
2242 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2243 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2244 (ediff-toggle-ignore-case): New function.
2245 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2246
2247 * ediff-help.el (ediff-long-help-message-narrow2)
2248 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2249 (ediff-long-help-message-word-mode): Add ignore-case command.
2250 (ediff-help-for-quick-help): Add ignore-case command.
2251
2252 * ediff-merg.el: Move provide to the end.
2253
2254 * ediff-ptch.el: Move provide to the end.
2255
2256 * ediff-wind.el: Move provide to the end.
2257
2258 * ediff-mult.el: Move provide to the end.
2259 (ediff-set-meta-overlay): Enable follow-link.
2260
2261 * ediff.el: Move provide to the end.
2262 Break recursive load cycle in eval-when-compile.
2263 (ediff-patch-buffer): Better heuristics.
2264
2265 * ediff-util.el: Move provide to the end.
2266 Break recursive load cycle in eval-when-compile.
2267 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2268 defuns.
2269 (ediff-submit-report): Pass the values of ediff-diff3-program,
2270 ediff-diff3-options.
2271
2272 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2275 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2276 `' (for example, in the docstring of `windmove-default-keybindings').
2277
2278 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2279
2280 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2281 shadow face. Don't provide binding to edit variable when it is
2282 out of scope.
2283
2284 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2285 (gdb-var-update-handler): Detect out of scope variables with pre
2286 GDB 6.4 too.
2287 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2288 Reset status of variable objects to nil in update handlers.
2289 (gdb-var-update-handler-1): Detect when a variable object comes
2290 in scope. setcar on var changes gdb-var-list directly.
2291
2292 2006-02-17 Juri Linkov <juri@jurta.org>
2293
2294 * ffap.el (ffap) <defface>: Add explicit face declaration.
2295 (ffap-highlight): Use face `ffap' directly instead of checking
2296 for its existence.
2297
2298 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2299 `visible-ok' of `other-buffer' to find the right original buffer.
2300
2301 * info.el (Info-search): Skip `Local Variables' node.
2302
2303 2006-02-17 Juri Linkov <juri@jurta.org>
2304
2305 * info.el (Info-find-file): Check for symbols `apropos', `history',
2306 `toc' in the input filename, and return these symbols as is.
2307 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2308 `history', `toc' instead of strings.
2309 (Info-set-mode-line): For non-string Info-current-file use the
2310 symbol's name inside **.
2311 (Info-isearch-push-state): Add quote before Info-current-file and
2312 Info-current-node.
2313 (Info-isearch-pop-state): Use `equal' instead of `string='.
2314 (Info-extract-pointer, Info-following-node-name): Use
2315 `match-string-no-properties' instead of `match-string'.
2316 (Info-up): Check `old-file' for `stringp'.
2317 (Info-history): Use `equal' instead of `string-equal'.
2318 Check `file' for `stringp'.
2319 (Info-history): Use symbol `history' instead of string as first arg
2320 of `Info-find-node'.
2321 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2322 `toc' instead of string.
2323 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2324 instead of `buffer-substring', and `match-string-no-properties'
2325 instead of `match-string'.
2326 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2327 instead of strings.
2328 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2329 Use symbol `apropos' instead of string.
2330 (Info-copy-current-node-name): Check `Info-current-file' for
2331 `stringp' and construct a command with `Info-find-node' from it.
2332 (Info-fontify-node): Use `match-string-no-properties' instead of
2333 `match-string' and check file names for `stringp'.
2334 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2335 `history', `toc' instead of strings.
2336
2337 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * files.el: Rearrange functions and variables in the file local
2340 variables section.
2341
2342 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2343
2344 * files.el: Add truncate-lines, ispell-check-comments and
2345 ispell-local-dictionary as safe local variables.
2346
2347 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2348
2349 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2350 out of scope variables.
2351 (gud-speedbar-buttons): Use unless.
2352
2353 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2354 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2355 (gdb-show-changed-values): Also use for out of scope variables.
2356 (gdb-var-update-handler-1): Note if variable goes out of scope.
2357
2358 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2359
2360 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2361 default to global variable values for unsupplied args.
2362 (rcirc-get-buffer-create): Fix bug with setting the target.
2363 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2364 test for rcirc-always-use-server-buffer-flag here.
2365 (rcirc-response-formats): Add %N, which is a facified nick. %n
2366 uses the default face. Change the ACTION format string. If the
2367 "nick" is the server, don't print anything for that field.
2368 Comment fixes.
2369 (rcirc-target-buffer): Don't test
2370 rcirc-always-use-server-buffer-flag here.
2371 (rcirc-print): Squeeze extra spaces out of the text before message.
2372 (rcirc-put-nick-channel): Strip potential "@" char from nick
2373 before adding them to nick table.
2374 (rcirc-url-regexp): Improve to match address like "foo.com".
2375
2376 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2377
2378 * allout.el (allout-hidden-p): Move this defsubst before
2379 allout-overlay-interior-modification-handler, where it is first
2380 used.
2381
2382 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2383
2384 * allout.el: Use allout invisible-text overlays instead of
2385 selective display for concealed text. Also, lots of general
2386 cleanup, and improved compatibility code.
2387
2388 (allout-version) Incremented, corrected, revised, and refined
2389 module commentary.
2390
2391 (provide 'allout): Moved to the bottom, added a require of overlay.
2392
2393 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2394 `except-current'.
2395 (allout-write-file-hook-handler): Minimize delay.
2396 (count-trailing-whitespace-region): New function so
2397 auto-encryption of current topic can resituate cursor exactly.
2398 PGP/GPG encryption trims trailing whitespace from lines, which
2399 must be accounted for across encryption then decryption.
2400
2401 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2402 just plain "\C-c", to avoid intruding on user's keybinding space.
2403
2404 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2405 parameter, so user request to provide a new password is done.
2406
2407 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2408 Refined mechanism for auto-filling behavior while in allout mode.
2409
2410 (allout-mode): Explicitly specify the mode map in the docstring.
2411 Clarify provision for various write-file hook var names.
2412 Adjusted for invisible-text overlays instead of selective-display.
2413
2414 (allout-depth): Really return 0 if not within any topic. This
2415 rectifies `allout-beginning-of-level' and sequence numbering
2416 errors that occur when cutting and pasting numbered topics.
2417 Changed from a in-line subst to a regular function, as well.
2418
2419 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2420
2421 (allout-end-of-subtree, allout-end-of-subtree)
2422 (allout-end-of-entry, allout-end-of-current-heading)
2423 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2424 (allout-show-children, allout-show-to-offshoot)
2425 (allout-hide-current-entry, allout-show-current-entry): Rectified
2426 handling of trailing blank lines between items.
2427
2428 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2429 (allout-current-depth, allout-unprotected, allout-hidden-p)
2430 (allout-on-current-heading-p, allout-listify-exposed)
2431 (allout-chart-subtree, allout-goto-prefix)
2432 (allout-back-to-current-heading, allout-get-body-text)
2433 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2434 (allout-hide-region-body, allout-toggle-subtree-encryption)
2435 (allout-encrypt-string, allout-encrypted-key-info)
2436 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2437 (allout-file-vars-section-data): Adjusted for use with
2438 invisible-text overlays instead of selective-display.
2439
2440 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2441 Reworked for use with invisible text overlays.
2442
2443 (allout-current-topic-collapsed-p): New function.
2444
2445 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2446 to know when to close the containing topic.
2447
2448 (allout-pre-command-business, allout-post-command-business):
2449 Simplify undo-batching and dynamic isearch exposure.
2450
2451 (allout-set-overlay-category): New for invisible-text overlays.
2452 Sets properties of allout-overlay-category, used by
2453 allout-flag-region to set invisible-text overlay properties.
2454 (allout-get-invisibility-overlay): Get the first qualifying
2455 invisibility overlay, so we can find the extent of it.
2456 (allout-back-to-visible-text): Get to just before the beginnining
2457 of the current invisibility overlay, if any.
2458
2459 (allout-overlay-insert-in-front-handler)
2460 (allout-overlay-interior-modification-handler)
2461 (allout-before-change-handler, allout-isearch-end-handler): New
2462 functions to handle extraordinary actions affecting concealed
2463 text.
2464
2465 (allout-flag-region): Use overlays instead of selective-display
2466 for invisible text - by inheritence from the properties of
2467 allout-overlay-category in mainline Emacs, and applied
2468 property-by-property in XEmacs, some recent versions of which
2469 don't inherit the properties from the category. Provisions to
2470 respond to concealed-text edits simplified drastically.
2471
2472 (allout-isearch-rectification, allout-isearch-was-font-lock)
2473 (allout-isearch-expose, allout-enwrap-isearch)
2474 (allout-isearch-abort, allout-pre-was-isearching)
2475 (allout-isearch-prior-pos, allout-isearch-did-quit)
2476 (allout-isearch-dynamic-expose)
2477 (allout-hide-current-entry-completely): Functions deleted.
2478
2479 (allout-undo-aggregation): Explicit undo aggregation no longer
2480 necessary due to transition away from selective-display.
2481
2482 (set-allout-regexp, allout-up-current-level)
2483 (allout-next-visible-heading, allout-forward-current-level)
2484 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2485 (allout-kill-line, allout-yank-processing, allout-show-children)
2486 (allout-expose-topic, allout-old-expose-topic)
2487 (allout-listify-exposed, allout-insert-latex-header)
2488 (allout-toggle-subtree-encryption, allout-encrypt-string)
2489 (remove-from-invisibility-spec, allout-hide-current-subtree):
2490 Ditched unused variables.
2491
2492 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2493
2494 * textmodes/ispell.el (ispell-change-dictionary): Call
2495 ispell-buffer-local-dict instead of
2496 ispell-accept-buffer-local-defs.
2497 (ispell-local-dictionary-alist): Accept as valid any coding-system
2498 supported by Emacs.
2499 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2500 changed to iso-8859-3.
2501
2502 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * speedbar.el (speedbar-frame-width): Make an inline function
2505 instead of a macro. Use frame-width.
2506 (speedbar-try-completion, speedbar-update-contents)
2507 (speedbar-timer-fn): Use consp.
2508 (speedbar-update-localized-contents): Try to preserve point.
2509
2510 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2511 (menu): Re-order menu items.
2512 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2513 field.
2514 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2515 (gdb-post-prompt): Speed things by not forcing update.
2516
2517 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2518
2519 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2520 press and perform default action if we get a mouse movement event.
2521
2522 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * calendar/icalendar.el (icalendar--get-event-property)
2525 (icalendar--get-event-property-attributes): Fix typos in
2526 docstrings.
2527
2528 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2529 docstring.
2530
2531 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * bs.el (bs-mode): Use `buffer-disable-undo'.
2534 (bs--get-file-name): Simplify.
2535 (bs-show-in-buffer): Mark the buffer as not modified.
2536
2537 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2540 widget-button-click.
2541
2542 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2543 (custom-mode): Update docstring.
2544
2545 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2546 binding.
2547
2548 * files.el (hack-local-variables-confirm): Allow scrolling if the
2549 file variable list is too long. Kill temp buffer after use.
2550
2551 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2552
2553 * progmodes/gud.el (gdb): Improve doc string.
2554 (gdb-script-font-lock-keywords): Expand allowed character set.
2555
2556 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2557 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2558 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2559 (gdb-separate-io-stop, gdb-separate-io-eof):
2560 Rename from gdb-inferior-* to gdb-separate-*.
2561 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2562
2563 2006-02-14 Jay Belanger <belanger@truman.edu>
2564
2565 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2566 expression is a symbol before checking that it is bound.
2567
2568 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2569 test to see if equation can be solved.
2570
2571 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * wid-edit.el (widget-button-click): Use :pressed-face property
2574 for overlay face, if it exists.
2575
2576 * cus-edit.el (custom-manual, custom-add-see-also)
2577 (custom-add-parent-links, custom-group-link): Add :pressed-face
2578 property to links.
2579
2580 * files.el (hack-local-variables): Remove ignored variables before
2581 checking if any variables need setting.
2582
2583 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2584
2585 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2586
2587 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * help.el (where-is): Fix message for remapped commands.
2590
2591 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2592 Fix typos in docstrings.
2593
2594 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * files.el (safe-local-variable-values): New option.
2597 (hack-local-variables-prop-line): Return a list of variable-value
2598 pairs if MODE-ONLY is non-nil.
2599 (hack-local-variables): Construct list of variable-value pairs,
2600 and apply or reject them in one go. Ask for confirmation if
2601 variables are not known safe.
2602 (hack-local-variables-confirm): Complete rewrite. Support
2603 `safe-local-variable-values'.
2604 (enable-local-variables): Update docstring to reflect new
2605 behavior.
2606 (ignored-local-variables): Ignore ignored-local-variables and
2607 safe-local-variable-values.
2608 (safe-local-variable-p): New function.
2609 (risky-local-variable-p): `safe-local-variable' property check
2610 moved to safe-local-variable-p.
2611 (hack-one-local-variable): Checks moved to hack-local-variables.
2612
2613 (byte-compile-dynamic, c-basic-offset, c-file-style)
2614 (c-indent-level, comment-column, fill-column, fill-prefix)
2615 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2616 (no-update-autoloads, outline-regexp, page-delimiter)
2617 (paragraph-start, paragraph-separate, sentence-end)
2618 (sentence-end-double-space tab-width, version-control):
2619 Add `safe-local-variable' property.
2620
2621 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2622
2623 * icomplete.el, play/landmark.el: Change nonexistent
2624 `outline-layout' file variable to `allout-layout'.
2625
2626 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2627
2628 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2629 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2630 to gud-comint-buffer.
2631 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2632 gdb-ui.el for gdb-mi.el.
2633 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2634 registers buffer to gdb-get-changed-registers.
2635 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2636 deletion of catchpoints (throw and catch).
2637 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2638 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2639 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2640 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2641 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2642
2643 2006-02-13 Jay Belanger <belanger@truman.edu>
2644
2645 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2646 expression is a symbol before checking that it is bound.
2647
2648 2006-02-13 Richard M. Stallman <rms@gnu.org>
2649
2650 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2651 for the minibuffer too, but not if resize-mini-windows will interfere.
2652
2653 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2654 inside `interactive' spec.
2655 (describe-key-briefly-internal, describe-key-internal):
2656 Functions merged back into their callers.
2657
2658 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2659
2660 * info.el (info-xref-visited): Inherit from info-xref too.
2661 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2662 when propertizing Info-current-file and Info-current-node.
2663
2664 2006-02-13 Juri Linkov <juri@jurta.org>
2665
2666 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2667 (tumme-thumb-name): Fix per-directory format.
2668
2669 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2670
2671 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2672
2673 2006-02-12 Miles Bader <miles@gnu.org>
2674
2675 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2676
2677 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2678
2679 * tumme.el: Remove history section. If someone needs the it, it
2680 can always be found in CVS.
2681
2682 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2683
2684 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2685 about the Thumbnail Managing Standard option.
2686
2687 2006-02-12 Richard M. Stallman <rms@gnu.org>
2688
2689 * subr.el (substitute-key-definition): Doc fix.
2690
2691 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2692
2693 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2694
2695 * info.el (Info-mode): Doc fix.
2696
2697 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2698
2699 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2700
2701 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2702 because on Solaris a POSIX compatible "id" is needed. Reported by
2703 Magnus Henoch <mange@freemail.hu>.
2704
2705 2006-02-12 Juri Linkov <juri@jurta.org>
2706
2707 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2708 (tumme) <defgroup>: Change :group to `multimedia'.
2709 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2710 Managing Standard.
2711 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2712 Fix dostring.
2713 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2714 and %y. Fix docstring.
2715 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2716 (tumme-cmd-create-standard-thumbnail-command): New user options.
2717 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2718 is `standard'. Fix docstring.
2719 (tumme-thumb-width, tumme-thumb-height): New user options.
2720 (tumme-external-viewer): Try to find various viewers.
2721 (tumme-get-thumbnail-image): Use `create-image' instead of
2722 constructing the `image' structure.
2723 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2724 `standard'.
2725 (tumme-thumb-name): Add file name generation for standard storage.
2726 Simplify code for other storages.
2727 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2728 Add modification time %m and thumbnail-nq8 %q.
2729 Use `tumme-cmd-create-standard-thumbnail-command' if
2730 tumme-thumbnail-storage is `standard'.
2731 (tumme-dired-insert-marked-thumbs): New autoload command.
2732 (tumme-dired-after-readin-hook): New function.
2733 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2734 `tumme-thumb-size'.
2735 (tumme-display-image): Replace size-x %x and size-y %y with
2736 width %w and height %h.
2737
2738 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2739 `tumme-dired-insert-marked-thumbs'.
2740
2741 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2742
2743 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2744 include path).
2745 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2746 matching tag.
2747
2748 2006-02-12 Miles Bader <miles@gnu.org>
2749
2750 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2751 New variables.
2752 (rcirc-abbrev-nick): New function.
2753 (rcirc-format-response-string): Rewrite to use the formats in
2754 `rcirc-response-formats' and expand escape sequences therein.
2755 A text-property `rcirc-text' is added over the actual response
2756 text to make easy to find inside the returned string.
2757 (rcirc-print): When filling, just look for the `rcirc-text'
2758 text-property to find the appropriate fill prefix, instead of
2759 using hardwired patterns.
2760
2761 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2762
2763 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2764 Managing Standard.
2765
2766 2006-02-11 Kim F. Storm <storm@cua.dk>
2767
2768 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2769 Don't use insert-buffer; do insert-buffer-substring directly.
2770 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2771
2772 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2773
2774 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2775 with inhibit-read-only. Suggested by Stefan Monnier.
2776 (revert-buffer): Let insert-file-contents discard
2777 buffer-undo-list. Simplify code.
2778 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2779
2780 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2781
2782 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2783
2784 * help.el (describe-key-briefly): Now a wrapper for
2785 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2786 to t. Populate yank-menu if empty.
2787 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2788 (describe-key): Now a wrapper for describe-key-internal. Bind
2789 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2790 (describe-key-internal): Renamed from describe-key.
2791
2792 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2793
2794 * progmodes/glasses.el (glasses-separator): Doc fix.
2795 (glasses-original-separator): New defcustom.
2796 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2797
2798 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2799
2800 * mwheel.el (mouse-wheel-up-event): Doc fix.
2801
2802 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2803
2804 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2805 (tumme-dir): New function. Copied from thumbs.el.
2806
2807 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * desktop.el (desktop-outvar): Fix typo.
2810 (desktop-save-buffer-p): Doc fix.
2811
2812 * subr.el (substitute-key-definition): Fix typo.
2813
2814 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2815
2816 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2817 when window-system is mac.
2818
2819 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2820
2821 2006-02-10 Kim F. Storm <storm@cua.dk>
2822
2823 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2824 indirect-function instead of using condition-case.
2825
2826 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2827
2828 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2829 less `colloquial'...
2830
2831 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2832
2833 * tumme.el: Add a couple of todo items.
2834
2835 2006-02-09 Lars Hansen <larsh@soem.dk>
2836
2837 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2838 (highlight-changes-mode): Don't change desktop-locals-to-save.
2839
2840 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * image-mode.el (image-toggle-display): Clear image cache if using
2843 filename.
2844
2845 2006-02-09 Masatake YAMATO <jet@gyve.org>
2846
2847 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2848 a `dired-man' target.
2849
2850 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2851 boundary of symbols.
2852
2853 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2854
2855 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2856
2857 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2860 `mapcar'; return nil.
2861
2862 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2865 some other event.
2866
2867 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2868
2869 * net/rcirc.el (rcirc-startup-channels-alist):
2870 Add irc.freenode.net and #emacs as defaults.
2871 (rcirc-ignore-all-activity-flag): Remove variable.
2872 (rcirc-authinfo): New variable.
2873 (rcirc-authinfo-filename): Remove variable.
2874 (rcirc-always-use-server-buffer-flag): New flag.
2875 (rcirc): M-x rcirc will automatically connect without prompting.
2876 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2877 connection in lisp.
2878 (rcirc-process-server-response-1): Remove everything but the nick
2879 portion of the sender so it doesn't need to be done everywhere
2880 else. Update related code.
2881 (global-map): Remove global keybindings.
2882 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2883 (rcirc-send-input): Split into several functions.
2884 (rcirc-process-input-line, rcirc-process-message)
2885 (rcirc-process-command): New functions.
2886 (rcirc-target-buffer): New function to determine where to route
2887 messages.
2888 (rcirc-user-nick): Save match data.
2889 (rcirc-toggle-ignore-buffer-activity)
2890 (rcirc-update-activity-string): Remove global ignore functionality,
2891 which can be done now by toggling rcirc-track-minor-mode.
2892 (rcirc-track-minor-mode-map): New keymap.
2893 (rcirc-track-minor-mode): New minor-mode.
2894 (ignore): Make the ignore output nicer. Always print it when
2895 adding or removing nicks.
2896 (rcirc-url-regexp): Improve.
2897 (rcirc-mangle-text): Remove properties before using text in the
2898 modeline.
2899 (rcirc-authenticate): Authentication data comes from
2900 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2901 (rcirc-server-prefix): Inherit from rcirc-server.
2902
2903 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2904
2905 * Makefile.in (compile): Append "|| true" to the end of the `find'
2906 command, like compile-always does.
2907
2908 2006-02-08 Sam Steingold <sds@gnu.org>
2909
2910 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2911 output from a dead connection.
2912
2913 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2914
2915 * dired.el (dired-mode-map): Add more bindings for tumme.
2916
2917 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * wdired.el (wdired-mode-map): Use remap.
2920 (wdired-get-filename): Massage.
2921 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2922 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2923 `keymap' property rather than `local-map'.
2924
2925 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2926
2927 * tumme.el (tumme-get-thumbnail-image): New utility function.
2928 Suggested by from Chong Yidong.
2929 (tumme-dired-with-window-configuration): Rename from
2930 `tumme-dired'. Add code to save window configuration.
2931 (tumme-restore-window-configuration): New command to restore the
2932 window configuration that `tumme-dired-with-window-configuration'
2933 saves before it changes the window configuration.
2934 (tumme-show-all-from-dir): New command to display thumbnails for
2935 all files in a directory entered by the user, like M-x thumbs.
2936 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2937 have been created.
2938 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2939 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2940 Remove obsolete test function.
2941
2942 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2943
2944 * vc.el (small-temporary-file-directory): Remove defvar; there's
2945 a defcustom for it in files.el.
2946
2947 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2948 Fix typo in message.
2949 (tumme-gallery-generate): Fix typo in `error' message.
2950 (tumme-display-window-height-correction)
2951 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2952 (tumme-line-up-interactive): Dox fixes.
2953 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2954 (tumme-restore-window-configuration, tumme-format-properties-string)
2955 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2956 Fix typos in docstrings.
2957
2958 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2959
2960 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2961
2962 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2963
2964 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2965 User should use hook if desired.
2966
2967 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2968 buffer if necessary.
2969 (gdb-delete-frame-or-window): New function.
2970 (gdb-breakpoints-mode-map): Bind "q" to it.
2971
2972 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * textmodes/nroff-mode.el: Clean up name space.
2975 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2976 (nroff-mode): Obey the global setting of nroff-electric-mode.
2977 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2978
2979 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2980
2981 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2982
2983 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2984
2985 2006-02-06 Lars Hansen <larsh@soem.dk>
2986
2987 * generic-x.el (etc-fstab-generic-mode): Add file system types
2988 cifs and usbdevfs. Allow special chars in file names.
2989
2990 2006-02-05 Jay Belanger <belanger@truman.edu>
2991
2992 Update copyright notices of the files in lisp/calc.
2993
2994 2006-02-05 Romain Francoise <romain@orebokech.com>
2995
2996 Update copyright notices of all files in the lisp/play directory.
2997
2998 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2999
3000 * ldefs-boot.el: Regenerate.
3001
3002 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3003
3004 2006-02-05 Kim F. Storm <storm@cua.dk>
3005
3006 * files.el (magic-mode-regexp-match-limit): New defvar.
3007 (set-auto-mode): Use it to limit magic-mode-alist matching.
3008
3009 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3010
3011 * simple.el (display-message-or-buffer): Compare the number of
3012 characters to the frame width when determining whether a 1-line
3013 message string will fit in the echo area. Count screen lines
3014 instead of buffer lines when determining whether a multi-line
3015 message will fit in the echo area/minibuffer window.
3016
3017 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3018
3019 * info.el (Info-index, Info-mode): Improve the description of the
3020 `i' command.
3021
3022 * ldefs-boot.el: Regenerate.
3023
3024 2006-02-03 Werner Lemberg <wl@gnu.org>
3025
3026 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3027 greedy to find the closing bracket in \*[...] and similar
3028 expressions. This is a first rough fix -- many additional
3029 refinements are necessary to make nroff mode really usable with groff.
3030
3031 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3032
3033 * international/mule-cmds.el (set-locale-environment):
3034 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3035 libX11.
3036
3037 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3038
3039 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3040 archive are created in archive-tmpdir.
3041
3042 2006-02-02 John Paul Wallington <jpw@pobox.com>
3043
3044 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3045 (ibuffer-fontification-alist): Use it.
3046 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3047 to "* z" and the Ibuffer Mark menu.
3048
3049 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3050
3051 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * textmodes/table.el (*table--cell-describe-mode)
3054 (*table--cell-describe-bindings): Undo last change since
3055 print-help-return-message is not obsoleted by anything at all.
3056
3057 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3058
3059 * emulation/cua-base.el (cua-mode): Doc fix.
3060
3061 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3062
3063 * dframe.el (dframe-handle-make-frame-visible)
3064 (dframe-handle-iconify-frame, dframe-get-focus)
3065 (dframe-select-attached-frame, dframe-power-click)
3066 (dframe-frame-mode): Fix typos in docstrings.
3067
3068 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3069 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3070 Fix typos in docstrings.
3071
3072 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3073 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3074 (hi-lock-archaic-interface-message-used)
3075 (hi-lock-file-patterns-range): Fix typos in docstrings.
3076
3077 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3078 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3079
3080 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3081 Fix typo in docstring.
3082
3083 * net/newsticker.el (newsticker--decode-iso8601-date)
3084 (newsticker--set-customvar, newsticker--buffer-insert-item)
3085 (newsticker--do-run-auto-mark-filter)
3086 (newsticker--parse-generic-feed): Doc fixes.
3087 (newsticker--retrieval-timer-list, newsticker-url-list)
3088 (newsticker-hide-immortal-items-in-echo-area)
3089 (newsticker-hide-obsolete-items-in-echo-area)
3090 (newsticker-new-item-face, newsticker--enclosure)
3091 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3092 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3093 (newsticker--parse-generic-feed, newsticker--cache-contains)
3094 (newsticker--stat-num-items, newsticker-download-enclosures):
3095 Fix typos in docstrings.
3096
3097 * net/rcirc.el (rcirc-debug): Doc fix.
3098 (rcirc-fill-column, rcirc-receive-message-hooks)
3099 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3100 (rcirc-mode, rcirc-generate-new-buffer-name)
3101 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3102 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3103 Fix typos in docstrings.
3104 (rcirc-print): "?\ " -> "?\s".
3105 (rcirc-cmd-join): Improve argument/docstring consistency.
3106
3107 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3108
3109 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3110 before narrow-to-region.
3111
3112 2006-02-01 Richard M. Stallman <rms@gnu.org>
3113
3114 * simple.el (move-beginning-of-line): Scan properly for invis change.
3115
3116 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3117
3118 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3119
3120 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3121 change bit only when id-format is 'integer. Reported by Matt
3122 Hodges <M.P.Hodges@rl.ac.uk>.
3123
3124 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * hilit-chg.el (highlight-changes-initial-state)
3127 (highlight-changes-global-initial-state): Doc fixes.
3128 (highlight-changes-global-modes, global-highlight-changes):
3129 Fix typos in docstrings.
3130
3131 2006-02-01 Kim F. Storm <storm@cua.dk>
3132
3133 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3134 transient-mark-mode in doc string.
3135
3136 2006-01-31 Richard M. Stallman <rms@gnu.org>
3137
3138 * replace.el (multi-occur): Doc fix.
3139 (multi-occur-in-matching-buffers): Rename from
3140 multi-occur-by-filename-regexp. Prefix arg says match
3141 buffer names instead of file names.
3142
3143 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3144
3145 * bs.el: Allow non-default values of `bs-header-lines-length'.
3146 (bs--running-in-xemacs): Remove (not needed anymore).
3147 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3148 instead of `shrink-window', thus avoiding having to compute the
3149 height of the window.
3150 (bs--up): Wrap around even when there's no header.
3151 (bs--down): Use `forward-line' instead of `next-line'.
3152
3153 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * image-mode.el (image-toggle-display): Use file name if possible,
3156 instead of unnecessarily allocating a (possibly huge) lisp string.
3157
3158 2006-01-30 John Paul Wallington <jpw@pobox.com>
3159
3160 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3161 because the `assert' macro signals it at runtime.
3162
3163 * emacs-lisp/cl.el (toplevel): Remove definition of
3164 `cl-assertion-failed' condition.
3165
3166 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * thumbs.el (thumbs-marked-list): Make buffer-local and
3169 permanent-local.
3170 (thumbs-insert-thumb): Make help-echo non-sticky.
3171 (thumbs-file-alist): Use eolp as check for (non)-image.
3172
3173 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3176 (ediff-before-session-group-setup-hooks)
3177 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3178 Fix typos in docstrings.
3179
3180 * window.el (bw-dir, bw-eqdir, balance-windows)
3181 (split-window-keep-point): Fix typos in docstrings.
3182
3183 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3184 (org-quote-string, org-calendar-to-agenda-key)
3185 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3186 (org-show-following-heading, org-tags-column)
3187 (org-use-tag-inheritance, org, org-allow-space-in-links)
3188 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3189 (org-enable-table-editor, org-calc-default-modes)
3190 (org-table-allow-automatic-line-recalculation)
3191 (org-export-html-style, org-export-with-fixed-width)
3192 (org-export-with-sub-superscripts, org-special-keyword)
3193 (org-formula, org-time-grid, org-table-may-need-update)
3194 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3195 (org-goto-quit, org-get-indentation, org-end-of-item)
3196 (org-move-item-down, org-move-item-up)
3197 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3198 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3199 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3200 (org-agenda-log-mode, org-agenda-toggle-diary)
3201 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3202 (org-agenda-file-to-end, org-agenda-no-heading-message)
3203 (org-agenda-get-closed, org-format-agenda-item)
3204 (org-cmp-priority, org-cmp-category, org-cmp-time)
3205 (org-agenda-change-all-lines, org-agenda-diary-entry)
3206 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3207 (org-link-search, org-camel-to-words, org-open-file)
3208 (org-remember-handler, org-table-convert-region)
3209 (org-table-move-row-down, org-table-move-row-up)
3210 (org-table-copy-region, org-table-wrap-region)
3211 (org-table-toggle-vline-visibility)
3212 (org-table-get-vertical-vector, org-table-modify-formulas)
3213 (org-table-get-specials, org-recalc-commands)
3214 (org-table-rotate-recalc-marks, org-table-eval-formula)
3215 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3216 (org-level-color-stars-only, org-insert-heading):
3217 Fix typos in docstrings.
3218 (last-arg): Add defvar.
3219
3220 * makefile.w32-in (WINS): Add erc.
3221 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3222
3223 2006-01-29 Bill Wohler <wohler@newt.com>
3224
3225 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3226 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3227 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3228 (mh-autoloads): Don't use comments on otherwise empty lines.
3229
3230 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3231
3232 * emulation/viper.el (viper-major-mode-modifier-list): Add
3233 insert-state and vi-state entries for erc-mode.
3234 (viper-go-away, viper-set-hooks): Add and remove
3235 viper-comint-mode-hook from erc-mode-hook as appropriate.
3236
3237 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3238
3239 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * bs.el (bs--format-aux): Implement `middle' alignment as
3242 described in the docstring for `bs-attributes-list'.
3243 (bs--get-name): Simplify. Don't pad the buffer name.
3244
3245 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3246
3247 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3248 English aspell dictionary is installed, use the first entry of
3249 ispell-dictionary-alist-1.
3250
3251 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3252
3253 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3254 Doc fix.
3255
3256 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3257
3258 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3259 for `process-file', in order to let it work for older Emacsen too.
3260
3261 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3262
3263 * international/latexenc.el: Add a suitable `coding:' tag.
3264 (latexenc-find-file-coding-system): Undo last change.
3265
3266 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3267
3268 * international/latexenc.el (latexenc-find-file-coding-system):
3269 Make sure latexenc-main-file is a regular file and is readable.
3270
3271 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3272
3273 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3274 Pass FILE to vc-user-login-name.
3275
3276 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3277
3278 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3279
3280 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3281 there are no more images to display.
3282 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3283 the next image.
3284
3285 2006-01-26 Richard M. Stallman <rms@gnu.org>
3286
3287 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3288
3289 * wid-edit.el (advertised-widget-backward): New alias.
3290 (widget-keymap): Use advertised-widget-backward for S-TAB.
3291
3292 * tumme.el: Correct the keywords.
3293 (tumme-dir-max-size): Use defvar.
3294 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3295
3296 * simple.el (move-beginning-of-line): Take account of fields.
3297 (clone-indirect-buffer-other-window): Take args like
3298 clone-indirect-buffer, and work like it.
3299
3300 * help-fns.el (describe-function): Don't pass `nil' as default.
3301
3302 * files.el (risky-local-variable-p): Follow var aliases.
3303
3304 * subr.el (lazy-completion-table): Doc fix.
3305
3306 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3307 global binding of `line'.
3308
3309 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3310
3311 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3312 Tramp.
3313
3314 * vc.el (vc-default-dired-state-info): Pass FILE to
3315 vc-user-login-name.
3316 (vc-default-update-changelog): Don't use vc-user-login-name, we
3317 don't need it here.
3318
3319 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3320 no longer necessary.
3321
3322 2006-01-25 Kenichi Handa <handa@m17n.org>
3323
3324 * international/mule.el (decode-char): Avoid the overhead of
3325 calling utf-lookup-subst-table-for-decode if
3326 utf-translate-cjk-mode is nil.
3327 (encode-char): Avoid the overhead of calling
3328 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3329 nil.
3330
3331 2006-01-22 Kenichi Handa <handa@m17n.org>
3332
3333 * international/mule.el (make-subsidiary-coding-system): Reset
3334 `coding-system-define-form' property of subsidiaries to nil.
3335 Avoid duplicated entry in coding-system-alist.
3336 (make-coding-system): Avoid duplicated entry in
3337 coding-system-alist.
3338 (define-coding-system-alias): Likewise.
3339
3340 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3341
3342 * completion.el: Minor fixes in introductory comment.
3343 (completion-def-wrapper): Fix alist.
3344
3345 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3346
3347 * thumbs.el (thumbs-new-image-size): New function.
3348 (thumbs-increment-image-size-element)
3349 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3350 (thumbs-decrement-image-size): Delete.
3351 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3352 temp files and use to resize.
3353 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3354 Use increment argument to enlarge/shrink. Preserve point.
3355 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3356 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3357 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3358 (thumbs-mark, thumbs-unmark): Preserve point.
3359 (thumbs-modify-image): Keep old temp files and use to modify.
3360 Cleanup old temp files at load time. Preserve point.
3361 (thumbs-view-image-mode-map): Use new command names.
3362
3363 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3366
3367 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3368 the nastiest part of the cyclic dependency.
3369 (cal-menu-update): Use dotimes and calendar-increment-month.
3370
3371 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3372 (calendar-week-start-day): Add an :initializer.
3373 (calendar-mode-map): Use suppress-keymap, and command remapping.
3374 (describe-calendar-mode): Setup xref-stack info for the back button.
3375 (calendar-star-date): Insert before delete.
3376 (calendar-set-mode-line): Add file-modified info if applicable.
3377 (calendar-increment-month): New function.
3378
3379 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3380
3381 * font-lock.el (lisp-font-lock-keywords-2):
3382 Recognize "& keywords" only at word boundaries.
3383
3384 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3385
3386 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3387 and permanent-local.
3388 (thumbs-max-image-number): New variable.
3389 (thumbs-do-thumbs-insertion): Use them.
3390 (thumbs-per-line): Change default to 4.
3391 (thumbs-marked-list): Rename from thumbs-markedL.
3392 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3393 (thumbs-rename-images): Use -list instead of L for internal variables.
3394 (thumbs-call-convert): Use call-process instead of shell-command.
3395 (thumbs-insert-thumb): Add filename as help-echo to each image.
3396 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3397 Give dir to thumbs-show-thumbs-list.
3398 (thumbs-show-thumbs-list): Set default-directory to that of images.
3399 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3400 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3401 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3402 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3403
3404 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * ses.el (ses-read-cell): Provide a default value.
3407
3408 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * term/w32-win.el (image-library-alist): Add additional names for
3411 GIF library.
3412
3413 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3414
3415 * international/latexenc.el (latexenc-find-file-coding-system):
3416 Add file-regular-p check.
3417
3418 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * simple.el (clone-buffer): Don't show the new buffer in the same
3421 window.
3422
3423 2006-01-23 Juri Linkov <juri@jurta.org>
3424
3425 * faces.el (link, link-visited): New faces based on default values
3426 of `info-xref' and `info-xref-visited'.
3427
3428 * info.el (info-xref): Inherit from `link'.
3429 (info-xref-visited): Inherit from `link-visited'.
3430
3431 * cus-edit.el (custom-buffer-create-internal): Use widget type
3432 `custom-manual' instead of `info-link' and don't set properties
3433 `button-face' and `mouse-face' explicitly.
3434 (custom-browse-group-tag, custom-browse-variable-tag)
3435 (custom-browse-face-tag): Inherit from widget class
3436 `custom-group-link' instead of `push-button'.
3437 (custom-button-unraised): Inherit from `underline' face.
3438 (custom-link): Inherit from `link' face. Fix doc and group.
3439 (custom-add-parent-links, custom-group-value-create): Don't set
3440 properties `button-face' and `mouse-face' explicitly for
3441 `custom-group-link' widget.
3442 (custom-group-link): Add properties `button-face' and `mouse-face'
3443 to widget definition.
3444 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3445 editable-field's :keymap property.
3446 (custom-mode): Fix docstring: substitute keybindings for
3447 `widget-forward' and `widget-backward' from `widget-keymap',
3448 `widget-complete' from `custom-field-keymap', replace old
3449 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3450
3451 * desktop.el (desktop-load-file): Check for `fboundp' before
3452 calling `symbol-function'.
3453
3454 * simple.el (clone-buffer, clone-indirect-buffer)
3455 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3456 `read-string'. Fix prompts.
3457
3458 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3459
3460 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3461
3462 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3463
3464 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3465
3466 * startup.el (inhibit-splash-screen, initial-scratch-message):
3467 Doc fixes.
3468
3469 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3470
3471 Sync with Tramp 2.0.52.
3472
3473 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3474 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3475 `tramp-unload-tramp' for checklist.
3476
3477 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3478 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3479 (tramp-unload-file-name-handler-alist)
3480 (tramp-unload-tramp): New defuns.
3481 (tramp-advice-PC-expand-many-files): New defadvice.
3482 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3483 removed.
3484 (tramp-handle-expand-file-name): Remove double slash.
3485 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3486 It doesn't matter, because it will be converted later on.
3487 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3488 implementation was just heuristic.
3489 (tramp-post-connection): Set uid and gid properties.
3490 (tramp-convert-file-attributes): Set file's gid change bit.
3491 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3492 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3493 in case of su(do)? methods. The home directory of the local user
3494 will be taken else.
3495 (tramp-open-connection-telnet)
3496 (tramp-open-connection-rsh, tramp-open-connection-su)
3497 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3498 local shell prompt could hurt. Reported by Romain Francoise
3499 <romain@orebokech.com>.
3500 (tramp-let-maybe): Add `edebug-form-spec' property.
3501 (tramp-handle-expand-file-name): Bind `default-directory' locally
3502 to "/" in order to avoid problems with UNC shares or Cygwin
3503 mounts.
3504 (tramp-md5-function): Fix typo in error message.
3505
3506 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3507
3508 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3509 for byte-compiler pacification.
3510
3511 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3512
3513 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3514 ID-FORMAT `string'. This allows us to get rid of
3515 `vc-user-login-name UID'.
3516
3517 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3518
3519 2006-01-22 John Paul Wallington <jpw@pobox.com>
3520
3521 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3522
3523 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3524
3525 * emacs-lisp/find-func.el (find-definition-noselect)
3526 (find-variable-noselect): Search variables in C source code too.
3527 (find-function-C-source, find-function-noselect, find-function)
3528 (find-function-other-frame, find-variable-noselect, find-variable)
3529 (find-variable-other-frame, find-variable-at-point):
3530 Fix docstrings.
3531
3532 2006-01-21 Francesco Potorti` <pot@gnu.org>
3533
3534 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3535
3536 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3537
3538 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3539 Default to disabling the "Save affix" question.
3540
3541 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3542
3543 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3544 the first arg to run-python.
3545
3546 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3547
3548 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3549 is not loaded.
3550
3551 2006-01-20 Jay Belanger <belanger@truman.edu>
3552
3553 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3554 limit is 0.
3555
3556 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3557 the correct variable.
3558
3559 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3560
3561 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3562 link. Fixed buggy argument sequence in call to `org-view-tags'.
3563 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3564 (org-prefix-has-tag): New variable.
3565 (org-format-agenda-item): Remove tags from headline if
3566 appropriate.
3567 (org-agenda-remove-tags-when-in-prefix): New option.
3568 (org-get-tags-at): New function.
3569
3570 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3571
3572 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3573 (thumbs-find-image): Move image name and number from buffer name
3574 to mode name. Set thumbs-buffer. Preserve point so that large
3575 images remain visible.
3576 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3577 order.
3578 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3579 mode name.
3580 (thumbs-next-image, thumbs-previous-image): Make them work.
3581
3582 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3583
3584 * cus-edit.el (custom-buffer-create-internal): State in the text above
3585 the whole buffer buttons that they do not operate on hidden items.
3586 (custom-face-menu): Use `custom-face-save' instead of
3587 `custom-face-save-command'.
3588 (custom-face-save-command): Make it an alias for `custom-face-save'
3589 and declare it obsolete.
3590 (custom-face-save): Doc fix.
3591
3592 * dired.el (dired-no-confirm): Add quote.
3593 (dired-subdir-alist-pre-R): Add quote in
3594 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3595
3596 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * textmodes/table.el (table-mode-indicator): Typo in last change.
3599
3600 2006-01-19 Richard M. Stallman <rms@gnu.org>
3601
3602 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3603 Fixes bug reported in Nov 2005.
3604
3605 * isearch.el (isearch-forward): Doc fix.
3606
3607 * dired.el (dired-move-to-filename-regexp): Define as alias.
3608 (dired-no-confirm): Use defcustom.
3609 (dired-subdir-alist-pre-R): Put defvar at top level.
3610
3611 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3612
3613 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3614 Mark as risky.
3615
3616 * simple.el (set-mark-command): Doc fix.
3617 (clone-indirect-buffer-other-window):
3618 Read arg like clone-indirect-buffer.
3619 (move-beginning-of-line): Skip invisible newlines.
3620
3621 2006-01-19 Masatake YAMATO <jet@gyve.org>
3622
3623 * progmodes/cpp.el (cpp-edit-load): Make the order of
3624 listed conditions in a base C code buffer and its associate
3625 CPP Edit buffer the same.
3626
3627 2006-01-19 Kenichi Handa <handa@m17n.org>
3628
3629 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3630 (rmail-mime-feature): Likewise.
3631 (rmail-require-mime-maybe): Use display-warning to show a warning
3632 message.
3633
3634 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3635 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3636
3637 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * array.el: Move defvars out of eval-when-compile.
3640 (array-make-template): Replace undeclared global var with a local one.
3641 (array-mode): Inline initialization functions.
3642 (array-init-local-variables, array-init-max-row)
3643 (array-init-max-column, array-init-columns-per-line)
3644 (array-init-field-width, array-init-rows-numbered)
3645 (array-init-line-length, array-init-lines-per-row): Remove.
3646
3647 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3648 (doc-mode-map): Define explicitly.
3649 (doctor-txtype): Use mapc.
3650
3651 * textmodes/table.el: Move defvars out of eval-when-compile.
3652 Remove harmful code meant to avoid byte-compiler warnings.
3653 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3654 specification that checks table-fixed-width-mode directly.
3655 (table-recognize-region, table-recognize-cell):
3656 Use restore-buffer-modified-p.
3657 (table-fixed-width-mode): Remove code that refreshes
3658 table-fixed-mode-indicator.
3659 (*table--cell-describe-bindings, *table--cell-describe-mode):
3660 Avoid obsolete name print-help-return-message.
3661 (table--test-cell-list): Don't use replace-regexp from elisp.
3662 (table--point-entered-cell-function, table--point-left-cell-function):
3663 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3664
3665 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3666 that was after the end of file. Use buffer-file-name variable.
3667 (org-timestamp-change): Use with-current-buffer.
3668 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3669 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3670 `file'.
3671
3672 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3673 (fortran-break-line): Remove unused var `opoint'.
3674 (fortran-abbrev-start): Obey help-event-list.
3675
3676 2006-01-18 Jesper Harder <harder@phys.au.dk>
3677
3678 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3679
3680 2006-01-18 Masatake YAMATO <jet@gyve.org>
3681
3682 * progmodes/make-mode.el (makefile-imake-mode): New mode
3683 derived from makefile-mode.
3684 (makefile-imake-mode-syntax-table): New syntax table
3685 derived from makefile-mode-syntax-table.
3686 (makefile-mode): Write about makefile-imake-mode in doc string.
3687 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3688 (makefile-imake-font-lock-keywords): New font lock keywords.
3689
3690 * files.el (auto-mode-alist): Add Imakefile.
3691
3692 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3693
3694 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3695 loading the file rather than when turning on flyspell-mode.
3696
3697 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3698
3699 * cus-edit.el (customize-rogue): Minor doc fix.
3700
3701 2006-01-17 Juri Linkov <juri@jurta.org>
3702
3703 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3704 instead of the file at the mark as default if the file at the mark
3705 is the same as the file at point or if dired-dwim-target-directory
3706 is not the same as the current directory and the mark is not active.
3707
3708 * log-view.el (log-view-minor-wrap): Use the same logic to get
3709 revisions as `log-view-diff'.
3710
3711 * info.el (Info-revert-find-node): Check for Info-current-file
3712 before preserving new-history.
3713
3714 * man.el (Man-heading-regexp): Add `/'.
3715
3716 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3717 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3718
3719 2006-01-16 Juri Linkov <juri@jurta.org>
3720
3721 * faces.el (mode-line-faces): New defgroup.
3722 (mode-line-highlight): Move definition after new defgroup.
3723 (mode-line, mode-line-inactive, mode-line-highlight):
3724 Replace :group `modeline' with `mode-line-faces'.
3725 (mode-line-buffer-id): New face.
3726 (modeline-buffer-id): New face alias.
3727 (vertical-border): Remove :group `modeline'.
3728
3729 * bindings.el (propertized-buffer-identification): Use face
3730 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3731 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3732 (mode-line-buffer-identification-keymap): For mouse-1 replace
3733 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3734 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3735 mouse-3.
3736
3737 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3738 Buffer-menu-buffer. Doc fix.
3739 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3740 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3741 `Buffer-menu-buffer'.
3742
3743 * info.el (Info-mode-line-node-keymap): New defvar.
3744 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3745 Propertize Info-current-node with `mode-line-buffer-id' and
3746 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3747
3748 * time.el (display-time-mail-face): Replace :group `faces' with
3749 `mode-line-faces'.
3750
3751 2006-01-16 Kenichi Handa <handa@m17n.org>
3752
3753 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3754
3755 * language/european.el (cp1252): New alias for windows-1252.
3756
3757 * international/mule.el (autoload-coding-system): Prepare for EOL
3758 variants.
3759
3760 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3761
3762 * term.el (term-raw-map): Add mapping for insert.
3763 (term-send-insert): New.
3764 (term-mode): Make variables local here instead of doing it in
3765 `term-emulate-terminal'.
3766 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3767 Scroll reverse needs to take into account the scroll region.
3768 Saving and restoring the cursor should save the color attributes too.
3769 (term-reset-terminal): Reset the scroll region.
3770 (term-handle-ansi-escape): Cursor up and down should take into
3771 account the scroll region.
3772 (term-set-scroll-region): Rename from `term-scroll-region'.
3773 Move to 0,0 after setting the region.
3774 (term-handle-scroll): Handle scroll up.
3775 (term-down): Fix off by one error.
3776 (term-delete-lines): Do not delete outside the scroll region.
3777 (term-insert-lines): Take into account the scroll region.
3778
3779 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * textmodes/ispell.el (ispell-internal-change-dictionary)
3782 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3783 (start, end): Move declaration outside of eval-when-compile.
3784
3785 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3786 (flyspell-mode-on): Use it.
3787
3788 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3789 ispell-kill-ispell-hook.
3790
3791 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3794 (Custom-reset-saved): Do not ask for confirmation in single option
3795 buffers.
3796
3797 2006-01-13 Richard M. Stallman <rms@gnu.org>
3798
3799 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3800
3801 2006-01-13 Romain Francoise <romain@orebokech.com>
3802
3803 * add-log.el (add-change-log-entry, change-log-merge):
3804 Conditionally use `hard-newline'.
3805
3806 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3807
3808 * wid-edit.el (widget-field-end): If the overlay is no longer
3809 associated with a buffer, behave as if the overlay didn't exist.
3810
3811 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3812 Make sure the links use the `custom-link' face.
3813
3814 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3817 (ld-script-mode): Don't set indent-line-function since we don't
3818 have one.
3819
3820 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3821
3822 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3823 application.
3824 (org-file-apps-defaults-gnu): Use mailcap as the default for
3825 selecting an application on a UNIX system.
3826 (org-agenda-show-tags): New command.
3827 (org-table-insert-hline): Keep cursor in current table line.
3828 (org-table-convert): Offset effect of modifying
3829 `org-table-insert-hline'.
3830 (org-format-agenda-item): New optional argument TAG.
3831 (org-compile-prefix-format): Handle %T format for the tag.
3832 (org-expand-wide-chars): New function.
3833 (org-table-insert-row, org-table-insert-hline):
3834 Use `org-expand-wide-chars'.
3835 (org-open-file): Fix bug in program launch.
3836 (org-get-time-of-day): Fix bug with times before 1am.
3837 (org-agenda-menu): Add tags commands.
3838
3839 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3840
3841 * textmodes/ispell.el (ispell-init-process): Include the used
3842 dictionary in ispell process start message.
3843 (ispell-internal-change-dictionary): When flyspell-mode is active
3844 and dictionary is changed, make sure ispell process is restarted
3845 and flyspell word cache cleared out for the current buffer.
3846 (ispell-change-dictionary): Make sure flyspell word cache is
3847 cleared out in all buffers with active flyspell mode when
3848 dictionary is globally changed.
3849 Call ispell-internal-change-dictionary after dictionary change.
3850
3851 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3852
3853 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3854
3855 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3856 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3857 years. Fix small differences wrt Makefile.in.
3858 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3859 Makefile.in does.
3860
3861 2006-01-12 Bill Wohler <wohler@newt.com>
3862
3863 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3864 mh-search.el.
3865
3866 2006-01-12 Masatake YAMATO <jet@gyve.org>
3867
3868 * progmodes/ld-script.el: Update copyright year.
3869
3870 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3873 Don't add widget if setting undefined.
3874
3875 2006-01-12 John Paul Wallington <jpw@pobox.com>
3876
3877 * help-fns.el (describe-variable): Remove newlines from void
3878 variable output.
3879
3880 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3881
3882 * wdired.el (wdired-mode-map): Add help echo for
3883 wdired-abort-changes.
3884
3885 * man.el (Man-file-name-regexp): Adjust for a list of files.
3886
3887 2006-01-12 Masatake YAMATO <jet@gyve.org>
3888
3889 * progmodes/ld-script.el (auto-mode-alist): Support
3890 suffix conventions used in netbsd and eCos.
3891
3892 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3893
3894 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3895 (custom-variable-menu, custom-face-menu, custom-group-menu)
3896 (Custom-mode-menu): Change names of menu items. (As discussed on
3897 emacs-devel.)
3898 (custom-face-menu): Add "Undo Edits" item.
3899
3900 * startup.el (init-file-user): defcustom -> defvar.
3901
3902 * tooltip.el (tooltip-mode): Doc fix.
3903
3904 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * reveal.el (reveal-post-command): window-buffer signals an error on
3907 dead windows rather than returning nil.
3908 (reveal-open-new-overlays): An overlay might die while we open others.
3909
3910 2006-01-11 Bill Wohler <wohler@newt.com>
3911
3912 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3913 phrasing in docstring.
3914
3915 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3916 can give some systems gas. Add new file mh-buffers.el.
3917
3918 2006-01-06 Masatake YAMATO <jet@gyve.org>
3919
3920 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3921 C preprocessor forward ported from GNU Emacs 21.2.
3922
3923 * progmodes/asm-mode.el (asm-font-lock-keywords):
3924 Use `cpp-font-lock-keywords'.
3925
3926 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3927
3928 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3929 of $ for "\\.ld[s]?".
3930
3931 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3934 (tcl-indent-line): Return `noindent' if inside a string.
3935
3936 * progmodes/flymake.el (flymake-split-string): Remove more than one
3937 empty string at beg/end of the result.
3938 (flymake-find-buildfile, flymake-find-possible-master-files):
3939 Use expand-file-name.
3940 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3941 since expand-file-name does it for us. Use directory-file-name.
3942 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3943 (flymake-ler-get-type, flymake-ler-get-text)
3944 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3945 (flymake-current-line-no): Remove spurious interactive spec.
3946 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3947 (flymake-check-include): Remove arg inc-path merged into inc-name.
3948 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3949 Arg regexp-list replaced by a simple regexp.
3950 (flymake-master-make-header-init, flymake-master-tex-init):
3951 Correspondingly replace regexp-list with a regexp. Fix regexp.
3952
3953 2006-01-10 Simon Josefsson <jas@extundo.com>
3954
3955 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3956 describing AUTH PLAIN fix.
3957
3958 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3959
3960 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3961 (report-emacs-bug): Don't record initial prompt text.
3962 Instead, add text properties to prompting text.
3963 (report-emacs-bug-hook): Delete prompting text.
3964
3965 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3968 `dirs'. Adjust callers.
3969
3970 2006-01-09 John Paul Wallington <jpw@gnu.org>
3971
3972 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3973
3974 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * reveal.el (reveal-open-new-overlays): New extracted fun.
3977 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3978 using them. Simplify the code.
3979 (reveal-post-command): Use them. Fix up obsolete windows in
3980 reveal-open-spots.
3981
3982 * progmodes/flymake.el: Use `require' rather than autoload for
3983 XEmacs's overlays.
3984 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3985 Delete. Use file-relative-name instead.
3986 (flymake-get-syntax-check-program-args, flymake-perl-init):
3987 Simplify the resulting code.
3988
3989 * log-view.el (log-view-file-re, log-view-message-re): Add support
3990 for DaRCS output.
3991
3992 2006-01-09 Alex Schroeder <alex@gnu.org>
3993
3994 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3995 identifiers sometimes added in square brackets at the beginning of
3996 subject lines.
3997
3998 2006-01-07 Richard M. Stallman <rms@gnu.org>
3999
4000 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4001 (Custom-reset-current, Custom-reset-saved): Change question text.
4002 (Custom-reset-standard): Likewise.
4003 (custom-variable-reset-saved): Doc fix.
4004
4005 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4006
4007 * startup.el (init-file-user): Doc fix.
4008
4009 2006-01-07 Alex Schroeder <alex@gnu.org>
4010
4011 * mail/rmail.el (rmail-current-subject): New function.
4012 (rmail-current-subject-regexp): New function.
4013 (rmail-next-same-subject): Use it.
4014
4015 * mail/rmailsum.el (rmail-summary-by-topic):
4016 Use rmail-current-subject and rmail-current-subject-regexp.
4017 (rmail-summary-next-same-subject): Ditto.
4018
4019 * net/rcirc.el (rcirc-send-input): No longer check whether the
4020 process is open, since not all commands need an open process.
4021 (rcirc-send-string): Check whether the process is open before
4022 sending anything.
4023 (rcirc-ignore-list): New option.
4024 (rcirc-ignore-list-automatic): New variable.
4025 (rcirc-print): Take rcirc-ignore-list into account.
4026 (rcirc-cmd-ignore): New command.
4027 (rcirc-ignore-update-automatic): New function.
4028 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4029 list if ignored nicks.
4030 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4031
4032 2006-01-06 David Reitter <david.reitter@gmail.com>
4033
4034 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4035 reflect the address to which the report will be sent.
4036
4037 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4038
4039 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4040 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4041
4042 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4043
4044 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4045
4046 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4047 the doc string: "functoin" => "function".
4048 * ldefs-boot.el: Likewise.
4049
4050 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4051 message text: "Duplicat" => "Duplicate".
4052
4053 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4054
4055 * files.el (basic-save-buffer-2): If backing-up failed, reset
4056 buffer-backed-up to nil.
4057
4058 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4059
4060 * progmodes/gud.el (gdb-script-skip-to-head)
4061 (gdb-script-calculate-indentation): Indent for breakpoint command
4062 lists also.
4063
4064 2006-01-05 Bill Wohler <wohler@newt.com>
4065
4066 * Makefile.in (compile-always): Add mh-autoloads dependency.
4067 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4068 provides it.
4069 (updates): Remove mh-autoloads dependency, since it probably has
4070 already run recently (via recompile).
4071
4072 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4075 argument `force' to disable the flyspell-last-buffer optimization.
4076 (flyspell-mode-on): Use it.
4077
4078 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4079 flymake-simple-cleanup.
4080 (flymake-allowed-file-name-masks): Use this new default.
4081 All the functions are now called in the right buffer rather than
4082 passing the buffer as argument.
4083 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4084 (flymake-parse-err-lines): Remove redundant buffer arg.
4085 (flymake-get-program-dir): Comment out unused function.
4086 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4087 Remove redundant buffer argument.
4088 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4089 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4090
4091 2006-01-05 Richard M. Stallman <rms@gnu.org>
4092
4093 * info.el (Info-find-node): Don't record previous node if have none.
4094 (info): Go to directory only if history is empty.
4095
4096 * simple.el (mark): Doc fix.
4097
4098 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4099
4100 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4101 already of desired type.
4102 (mac-ae-list): Coerce parameter to "list" type.
4103 (mac-dispatch-apple-event): Replace cadr part of event with a
4104 dummy position so that event-start returns it.
4105
4106 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4107
4108 * textmodes/org.el (org-end-of-subtree): New function.
4109 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4110 Use `org-end-of-subtree'.
4111 (org-agenda, org-agenda-convert-date): Protect calls to
4112 `fit-window-to-buffer'.
4113 (org-tags-view): Force matching of sublevels when doing a
4114 todo-only search. Define the correct redo command, including the
4115 arguments.
4116 (org-agenda-redo): Display message.
4117 (org-check-for-org-mode): New function.
4118 (org-agenda-type): New variable.
4119 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4120 Set `org-agenda-type'.
4121 (org-agenda-check-type): New function.
4122 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4123 (org-agenda-week-view, org-agenda-day-view)
4124 (org-agenda-next-date-line, org-agenda-previous-date-line)
4125 (org-agenda-log-mode, org-agenda-toggle-diary)
4126 (org-agenda-toggle-time-grid, org-agenda-date-later)
4127 (org-agenda-date-prompt, org-agenda-diary-entry)
4128 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4129 (org-agenda-convert-date, org-agenda-menu):
4130 Use `org-agenda-check-type'.
4131 (org-make-overlay, org-delete-overlay)
4132 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4133 New compatibility functions.
4134 (org-calendar-select-mouse): New command.
4135
4136 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4139 (Custom-reset-standard): Fix y-or-n-p messages.
4140 (custom-link): New face for links.
4141 (custom-buffer-create-internal, custom-manual): Use it.
4142 (custom-face-save): Push to theme-face before setting face spec.
4143
4144 * wid-edit.el (widget-default-mouse-face-get): New function.
4145 (widget-specify-button): Handle mouse-face like button-face.
4146
4147 * custom.el (load-theme): Clear old theme settings if reloading.
4148
4149 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4150
4151 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4152 "Erase Customization" button back to same position it occupies in
4153 the individual State menus.
4154
4155 2006-01-04 Kim F. Storm <storm@cua.dk>
4156
4157 * wid-edit.el (key-sequence): Rework widget to read key binding
4158 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4159 (widget-key-sequence-default-value): Default value for empty sequence.
4160 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4161 (widget-key-sequence-read-event): New command for C-q.
4162 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4163 (widget-key-sequence-value-to-external): New functions.
4164
4165 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4168 Use expand-file-name.
4169 (flymake-delete-temp-directory): Use expand-file-name,
4170 file-name-directory, and directory-file-name.
4171 (flymake-strrchr): Delete.
4172 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4173 to the init-f function.
4174 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4175 (flymake-init-find-buildfile-dir)
4176 (flymake-init-create-temp-source-and-master-buffer-copy)
4177 (flymake-simple-make-init-impl, flymake-simple-make-init)
4178 (flymake-master-make-init, flymake-master-make-header-init)
4179 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4180 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4181 (flymake-xml-init): Remove corresponding redundant buffer argument.
4182 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4183 the default anyway. Clean up regexps.
4184
4185 * progmodes/flymake.el (flymake-temp-source-file-name)
4186 (flymake-master-file-name, flymake-temp-master-file-name)
4187 (flymake-base-dir): New buffer-local vars.
4188 (flymake-buffer-data, flymake-get-buffer-value)
4189 (flymake-set-buffer-value): Replace those hash-tables by the new
4190 buffer-local vars. Update callers.
4191
4192 * progmodes/flymake.el (flymake-check-start-time)
4193 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4194 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4195 Move definition, so we can remove redundant earlier declaration.
4196 (flymake-replace-regexp-in-string, flymake-split-string)
4197 (flymake-get-temp-dir): Use defalias.
4198 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4199 (flymake-xemacs-window-edges): Remove unused function.
4200 (flymake-get-point-pixel-pos): Move.
4201 (flymake-pid-to-names, flymake-reg-names)
4202 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4203 Replace by a simple list flymake-processes and by process-buffer.
4204 Update callers. Other than simplify the code, it uses buffers rather
4205 than buffer-names so it doesn't get confused by uniquify.
4206 (flymake-buffer-data): The global value should just be nil.
4207
4208 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4209 Optimize the body of a defalias like any other code.
4210
4211 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4212 Make sure we've setup font-lock's vars. It may influence which
4213 function we then call.
4214 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4215 here since it's too late anyway.
4216
4217 2006-01-03 Romain Francoise <romain@orebokech.com>
4218
4219 * startup.el (fancy-splash-tail, normal-splash-screen):
4220 Update copyright year.
4221
4222 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4223
4224 * mouse.el (mouse-drag-track): Rename, from
4225 `mouse-drag-region-1'. Includes optional argument required to
4226 enable post-drag event processing (e.g. delete region keys).
4227 Can be used without this argument to track a mouse region and operate
4228 on it as soon as the drag completes.
4229 (mouse-drag-region): Use `mouse-drag-track'.
4230
4231 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4234 Move to `custom-buffer' group.
4235
4236 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4237 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4238 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4239 (custom-theme-face-menu): New variables.
4240 (custom-theme-add-variable, custom-theme-variable-action)
4241 (custom-variable-reset-theme, custom-theme-delete-variable)
4242 (custom-face-reset-theme, custom-theme-face-action)
4243 (custom-theme-delete-face, custom-theme-merge-theme)
4244 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4245
4246 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * custom.el: Move Custom Themes commentary to start of theme code.
4249 (custom-known-themes): Rename `standard' theme to `changed'.
4250 (custom-push-theme): Caller no longer specifies what theme to use
4251 when doing `reset'---the setting is simply removed from the theme.
4252 Delete MODE from `theme-value' and `theme-settings' properties.
4253 (custom-declare-theme): Ignore &rest args since we don't use them.
4254
4255 (custom-loaded-themes): Delete variable.
4256 (custom-theme-load-themes, custom-theme-loaded-p)
4257 (custom-theme-value): Delete functions.
4258
4259 (custom-declare-theme): Signal error on invalid theme names.
4260 (provide-theme): custom-loaded-themes was deleted.
4261 (load-theme): Load the file unconditionally.
4262 (enable-theme): Call `load-theme' if theme is undefined.
4263 (custom-enabled-themes): Only update value for successful loads.
4264 (disable-theme): Complete from enabled themes when interactive.
4265 (custom-variable-theme-value): Calculate theme value directly.
4266
4267 (custom-theme-reset-variables, custom-reset-variables): Mark as
4268 XEmacs compatibility functions. We don't actually use these.
4269
4270 * cus-edit.el (custom-variable-state-set):
4271 Use custom-variable-theme-value instead of custom-theme-value.
4272 (custom-face-state-set): Rename `standard' theme to `changed'.
4273 (custom-save-variables, custom-save-faces): Delete unneeded
4274 references to custom-reset-variables.
4275 (custom-save-resets): Delete function.
4276 (custom-save-variables, custom-save-faces): MODE argument deleted.
4277 (custom-save-variables, custom-save-faces): Ignore theme values.
4278
4279 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4280 compatibility function.
4281
4282 2006-01-01 Richard M. Stallman <rms@gnu.org>
4283
4284 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4285 (Custom-reset-current, Custom-reset-saved): Likewise.
4286 (Custom-reset-standard): Show message if aborted.
4287 (custom-mode): Doc fix, describing those commands.
4288
4289 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4290 put on event-kind property.
4291
4292 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * custom.el (provide-theme): Ban `user' theme name.
4295 (custom-enabling-themes): New variable.
4296 (enable-theme): Don't enable user if custom-enabling-themes is t.
4297 (custom-enabled-themes): Make it a defcustom.
4298 (custom-theme-recalc-face): No-op if face is undefined.
4299
4300 * cus-edit.el (custom-button-mouse): New variable.
4301 (custom-button-mouse): New face.
4302 (custom-raised-buttons, custom-mode): Use it.
4303
4304 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4305
4306 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4307
4308 * progmodes/gud.el (gud-display-line): Support hl-line in the
4309 source buffer.
4310
4311 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4312
4313 * mouse.el (mouse-drag-window-above): Verify that the found window
4314 overlaps with the given window in the horizontal dimension.
4315
4316 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4317
4318 * Makefile.in (cvs-update): New target.
4319
4320 * makefile.w32-in (cvs-update): Ditto.
4321
4322 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4325 (custom-new-theme-mode-map): New variable.
4326
4327 2005-12-30 Richard M. Stallman <rms@gnu.org>
4328
4329 * custom.el (custom-load-themes): Function deleted.
4330
4331 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4332 (custom-save-variables): Don't delete or add custom-load-themes call.
4333
4334 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * cus-start.el: Add `visible-cursor'.
4337
4338 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4339 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4340 (flymake-process-filter): Switch to buffer before calling it instead.
4341 (flymake-post-syntax-check, flymake-highlight-err-lines)
4342 (flymake-delete-own-overlays, flymake-parse-err-lines)
4343 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4344 (flymake-count-lines, flymake-parse-residual):
4345 Remove constant buffer argument.
4346 (flymake-start-syntax-check-for-current-buffer): Remove.
4347 Update callers to use flymake-start-syntax-check instead.
4348 (flymake-display-err-menu-for-current-line):
4349 Remove unused var `mouse-pos'.
4350 (flymake-restore-formatting): Comment out unused function.
4351 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4352 argument, use current-buffer instead. Update callers.
4353
4354 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4355
4356 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4357 buffer-local because choose-completion-delete-max-match requires
4358 that we set completion-ignore-case (i.e., binding via let is not
4359 sufficient).
4360 (bibtex-complete): Always set completion-ignore-case and
4361 choose-completion-string-functions. The latter is needed because
4362 choose-completion-string-functions keeps its value if we quit the
4363 *Completions* buffer without requesting a completion.
4364
4365 2005-12-30 Andreas Schwab <schwab@suse.de>
4366
4367 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4368
4369 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4370
4371 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4372
4373 2005-12-30 Juri Linkov <juri@jurta.org>
4374
4375 * locate.el (locate-fcodes-file, locate-header-face)
4376 * progmodes/delphi.el (delphi-other-face)
4377 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4378
4379 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4380 group `paren-showing-faces'.
4381
4382 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4383 (goto-address): Fix docstring.
4384
4385 * net/webjump.el (webjump-sample-sites): Update URLs.
4386
4387 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4388
4389 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4390
4391 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * font-lock.el (font-lock-compile-keywords): Signal an error when
4394 font-lock-set-defaults hasn't been called.
4395
4396 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * subr.el (noreturn, 1value): Doc fixes.
4399
4400 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4401
4402 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4403 that assoc-string returns nil.
4404
4405 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4406
4407 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4408 (bibtex-entry-type-str, bibtex-empty-field-re)
4409 (bibtex-search-backward-string, bibtex-preamble-prefix)
4410 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4411 (bibtex-any-valid-entry-type): New variable.
4412 (bibtex-parse-field-name): Simplify.
4413 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4414 (bibtex-preamble-prefix): Include left delimiter.
4415 (bibtex-search-forward-field, bibtex-search-backward-field):
4416 Allow unbounded search past entry boundaries (required by bibtex-pop).
4417 (bibtex-text-in-field-bounds): Use push.
4418 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4419 (bibtex-parse-preamble, bibtex-valid-entry)
4420 (bibtex-beginning-first-field): New functions.
4421 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4422 (bibtex-map-entries): Fix docstring.
4423 (bibtex-flash-head): New arg prompt. Simplify.
4424 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4425 (bibtex-insert-kill): Simplify. Always insert text past the
4426 current field or entry.
4427 (bibtex-format-entry): Use bibtex-parse-field.
4428 (bibtex-pop): Use bibtex-beginning-of-entry and
4429 bibtex-end-of-entry to initiate the search. Insert empty field if
4430 we found ourselves.
4431 (bibtex-print-help-message): New args field and comma.
4432 Handle entry keys.
4433 (bibtex-make-field): Use bibtex-beginning-of-entry.
4434 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4435 invalid entry.
4436 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4437 Handle preambles. Simplify code for thorough test.
4438 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4439 New arg comma. Handle entry heads.
4440 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4441 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4442 New arg comma.
4443 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4444 (bibtex-fill-field): Simplify.
4445 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4446 bibtex-parse-field.
4447 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4448 (bibtex-complete): Use bibtex-parse-preamble.
4449
4450 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4453 Display name of expression instead of convenience variable.
4454 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4455
4456 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4457 toggle-gud-tooltip-dereference.
4458 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4459 (gud-tooltip-tips): ...here when dereferencing.
4460
4461 2005-12-28 Bill Wohler <wohler@newt.com>
4462
4463 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4464
4465 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4468 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4469 (vc-annotate-display-autoscale): Adjust call.
4470 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4471 Fix interactive spec.
4472 (vc-annotate-time-span): Remove.
4473 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4474 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4475 (vc-annotate-display-select): Use new name.
4476
4477 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4478 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4479 Correct the construction of span entries. Simplify.
4480 (vc-annotate-display-select): Fix the nil case.
4481 (vc-annotate): Remove obsolete (and now broken) code.
4482 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4483 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4484
4485 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4486
4487 * subr.el (lazy-completion-table): Correct typo in docstring.
4488
4489 * startup.el (command-line): Use `custom-reevaluate-setting' for
4490 `send-mail-function'.
4491
4492 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4493
4494 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4495
4496 * mail/smtpmail.el (smtpmail-try-auth-methods):
4497 Send credentials together with "AUTH PLAIN" command.
4498
4499 2005-12-27 Richard M. Stallman <rms@gnu.org>
4500
4501 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4502 mouse-2, go back to previously selected window, so it's selected
4503 when mouse-2 command runs.
4504
4505 2005-12-27 Juri Linkov <juri@jurta.org>
4506
4507 * descr-text.el (describe-text-sexp): Use square brackets for
4508 button [Show] to distinguish it from the property value `show'.
4509 (describe-property-list): Use `insert-text-button' with
4510 `help-face' type instead of putting face in quotes, because button
4511 is not created automatically for a list of faces.
4512 (describe-text-properties-1): Put button-type value in quotes to
4513 distinguish from plain text "button".
4514 (describe-char): Display code point values in hex. Don't use
4515 `symbol-name' for `current-input-method' because it is a string.
4516 Use `insert-text-button' with `help-face' type instead of putting
4517 hardcoded face in quotes, because button is not created automatically.
4518
4519 2005-12-27 Richard M. Stallman <rms@gnu.org>
4520
4521 * progmodes/glasses.el (glasses-face): More specific custom type.
4522
4523 * files.el (set-visited-file-name): Doc fix.
4524
4525 * textmodes/flyspell.el (flyspell-external-point-words):
4526 Use local var buffer-scan-pos to advance scan for next misspelling.
4527 Advance it only after we find the misspelling.
4528
4529 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4530
4531 * textmodes/flyspell.el (flyspell-external-point-words):
4532 New criteria for finding the misspelling in the buffer.
4533
4534 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * help-mode.el (help-insert-string): Set help-xref-stack-item
4537 rather than call help-setup-xref.
4538
4539 * descr-text.el (describe-char): Revert previous changes for
4540 optional buffer argument.
4541
4542 2005-12-27 Juri Linkov <juri@jurta.org>
4543
4544 * help-mode.el (help-insert-string): New function. Save buffer
4545 contents in cases where it is impossible to recompute the old contents.
4546
4547 * descr-text.el (describe-char): Set help-xref-stack-item
4548 explicitly after buffer has been generated.
4549
4550 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4551
4552 * cus-start.el (all): Add x-gtk-show-hidden-files.
4553
4554 2005-12-26 Richard M. Stallman <rms@gnu.org>
4555
4556 * replace.el (perform-replace): Calculate match-again
4557 before skipping read-only matches.
4558
4559 * paren.el (paren-showing-faces): New group.
4560 (show-paren-match, show-paren-mismatch): Move to that group.
4561
4562 * button.el (button): Put into group `basic-faces'.
4563
4564 * progmodes/make-mode.el: Remove faces from group `faces'.
4565
4566 * apropos.el (apropos, apropos-value): Doc fix.
4567 (apropos-documentation): Doc fix.
4568
4569 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * subr.el (lazy-completion-table): Remove argument `args'.
4572
4573 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4574 Don't use the `args' argument of lazy-completion-table.
4575
4576 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4577
4578 * descr-text.el (describe-char): Add optional argument for buffer.
4579 Set buffer appropriately. Call help-setup-xref.
4580 Suggested by Stefan Monnier.
4581
4582 2005-12-26 Juri Linkov <juri@jurta.org>
4583
4584 * descr-text.el: Require `help-fns' at runtime. Don't require
4585 `button' for byte compilation.
4586 (describe-text-widget): Add `help-echo' for first button.
4587 Use `help-info' for second.
4588 (describe-property-list): Use `help-argument-name' instead of `italic'.
4589 (describe-text-category): Add prompt to interactive spec.
4590 Call `help-setup-xref'.
4591 (describe-char): Use `help-character-set'. Add `help-echo' for
4592 code point. Use `help-input-method'. Remove superfluous insert.
4593
4594 2005-12-25 Richard M. Stallman <rms@gnu.org>
4595
4596 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4597 at point, in case of narrowing.
4598
4599 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4600
4601 * locate.el (locate-header-face): Allow nil in type.
4602
4603 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4604
4605 2005-12-25 Romain Francoise <romain@orebokech.com>
4606
4607 * battery.el (battery-linux-proc-acpi): Also try
4608 `/proc/acpi/thermal_zone/THM0/temperature'.
4609
4610 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * custom.el (custom-push-theme): Fix docstring.
4613
4614 * cus-edit.el (custom-variable-set, custom-variable-save)
4615 (custom-variable-save): Custom-quote widget values.
4616 (customize-save-variable): Fix custom-push-theme call.
4617
4618 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4619
4620 * w32-fns.el (w32-batch-update-autoloads): New function.
4621
4622 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4623 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4624 from the command line.
4625
4626 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4629 reset means to remove setting from theme entirely. Don't keep
4630 expanding theme-settings list; delete old entries if necessary.
4631
4632 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4633 customization" button one line up.
4634 (custom-themed): New face.
4635 (custom-magic-alist): New value, THEMED, for theme settings.
4636 (custom-variable-state-set, custom-face-state-set):
4637 Check theme-value instead of saved-value.
4638 (custom-variable-reset-standard, custom-face-reset-standard):
4639 Remove theme setting entirely. Recalculate new values.
4640 (custom-variable-set, custom-variable-set)
4641 (custom-variable-reset-saved, custom-variable-reset-backup)
4642 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4643 (custom-variable-save): Fix typos.
4644
4645 2005-12-23 Juri Linkov <juri@jurta.org>
4646
4647 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4648 Add autoload cookies.
4649 (edebug-outside-d-c-i-n-s-w): New variable.
4650 (edebug-display, edebug-outside-excursion): Use it to save the
4651 original value of default-cursor-in-non-selected-windows.
4652 Set default-cursor-in-non-selected-windows to t while Edebug
4653 is active.
4654 (edebug-mode, edebug-eval-mode): Doc fix.
4655
4656 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4657 with `buffer-substring-no-properties' to remove common substring
4658 highlighting.
4659
4660 * info.el (info-other-window, info): Rename function argument
4661 `file' to `file-or-node'.
4662 (Info-complete-menu-item): Use local variable `complete-nodes' to
4663 keep the global value of `Info-complete-nodes' unchanged for
4664 subsequent completions.
4665 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4666
4667 * simple.el (get-next-valid-buffer, last-buffer)
4668 (next-error-buffer-p, next-error-find-buffer)
4669 (minibuffer-history-sexp-flag): Doc fix.
4670
4671 * savehist.el (savehist-mode-hook): Add `:group'.
4672
4673 * log-view.el: Call autoload for vc-find-version.
4674 (log-view-current-file): Adjust subgroup numbers.
4675 (log-view-current-tag): Add `length'.
4676
4677 2005-12-23 Richard M. Stallman <rms@gnu.org>
4678
4679 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4680
4681 2005-12-23 Juri Linkov <juri@jurta.org>
4682
4683 * hi-lock.el (hi-lock-archaic-interface-message-used)
4684 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4685 (hi-lock-mode): Display "Hi" in the mode line only when
4686 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4687 (hi-lock-write-interactive-patterns):
4688 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4689 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4690 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4691 font-lock-add-keywords to t.
4692
4693 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4694
4695 * hi-lock.el (hi-lock-highlight-range): New variable.
4696 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4697 only if font-lock-fontified is non-nil. Remove overlays.
4698 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4699 font-lock-fontified is non-nil, otherwise use overlays (instead of
4700 text properties).
4701 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4702 New variables.
4703 (hi-lock-string-serialize) New function.
4704
4705 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4706
4707 * menu-bar.el (menu-find-file-existing): New function.
4708 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4709
4710 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4711
4712 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * vc.el: Remove unnecessary leading * in docstrings.
4715 (vc-annotate-mode-map): Move initialization into declaration.
4716 (vc-static-header-alist): Nitpick on the regexp.
4717 (vc-default-init-version): New fun.
4718 (vc-register): Use it.
4719 (vc-insert-headers): Use dolist.
4720 (vc-annotate-get-backend): Remove unused function.
4721 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4722 (vc-annotate-mode): Remove corresponding call.
4723 (vc-annotate-car-last-cons): Simplify.
4724 (vc-annotate-buffers): Remove var.
4725 (vc-annotate-backend): Make it buffer-local.
4726 (vc-annotate): Move the interaction to the interactive spec.
4727 Add a `buf' argument.
4728 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4729 killing&creating a vc-annotate buffer, which is very disruptive when
4730 the buffers are shown in dedicated frames.
4731
4732 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4733
4734 * descr-text.el: Add FSF as maintainer.
4735 (describe-text-mode, describe-text-mode-map)
4736 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4737 help-mode.
4738 (describe-text-widget, describe-text-sexp)
4739 (describe-property-list, describe-text-category)
4740 (describe-text-properties, describe-text-properties-1)
4741 (describe-char): Use help buttons instead of widgets.
4742 (describe-char-unicodedata-file): Make URL link in doc string.
4743
4744 2005-12-22 Richard M. Stallman <rms@gnu.org>
4745
4746 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4747 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4748 Don't include buttons that write a file when there's no file.
4749 (custom-variable-menu, custom-face-menu, custom-group-menu):
4750 Don't include commands that write a file when there's no file.
4751 (customize-browse): Reword the top-of-buffer help intro.
4752 (custom-buffer-create-internal): Fix previous change.
4753 (customize-changed-options-previous-release): Prev release is 21.1.
4754 (customize-changed-options): Doc fix.
4755 (customize-changed): New alias.
4756 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4757 Say "standard values".
4758 (Custom-reset-standard): Doc fix.
4759 (custom-face-reset-standard): Doc fix.
4760
4761 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4764 even if font-lock-mode is non-nil since it may be t without having
4765 turned on font-lock-mode-internal.
4766 (font-lock-choose-keywords): Minor optimization.
4767 (font-lock-add-keywords, font-lock-remove-keywords)
4768 (font-lock-set-defaults): Don't call make-local-variable on a variable
4769 that we know to already be local.
4770
4771 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4774 messages if in the minibuffer.
4775
4776 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4779 (tex-mode-flyspell-verify, flyspell-get-word)
4780 (flyspell-external-point-words): Don't use point-min/max uselessly.
4781
4782 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4783 by Kevin Rodgers. Instead, just hide the completions buffer if we
4784 don't need to show it.
4785
4786 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4789
4790 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4793 delete-windows-on with an inexistent buffer.
4794
4795 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4796
4797 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4798 Delete defcustom variable :tag names.
4799
4800 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4803 (log-view-font-lock-keywords): Ajust subgroup numbers.
4804 (log-view-current-tag): Don't hard code the number of subgroups.
4805
4806 2005-12-20 Juri Linkov <juri@jurta.org>
4807
4808 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4809 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4810
4811 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4812 (menu-bar-non-minibuffer-window-p): Instead of checking
4813 display-multi-frame-p, use selected-frame when menu-updating-frame
4814 is nil.
4815
4816 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4817
4818 * align.el (align-rules-list): Use [ \t] instead of \s-
4819 for column separators in text mode.
4820
4821 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4822
4823 * help-mode.el (help-customize-variable, help-customize-face):
4824 Don't pop help-xref-stack as help-follow no longer pushes
4825 anything on to it.
4826
4827 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4828
4829 * textmodes/org.el (org-agenda-custom-commands): New option.
4830 (org-agenda): Offer custom commands on splash screen.
4831 (org-make-tags-matcher): Parser for Boolean logic added.
4832 (org-agenda-set-tags): New command.
4833 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4834 (org-set-tags): Efficiency improvements.
4835 (org-auto-align-tags): New option.
4836 (org-todo, org-demote, org-promote): Realign tags.
4837 (org-tags-completion-function): Use also "&" and "|" as separators.
4838 (org-org-menu): Agenda commands simplified.
4839
4840 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4841
4842 * cus-edit.el (customize-apropos, customize-apropos-options):
4843 Docstring changes.
4844
4845 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4846
4847 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * longlines.el (longlines-mode): Wrap while widened.
4850 (longlines-decode-region, longlines-encode-region): Compute max
4851 just once.
4852
4853 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4854
4855 * cus-edit.el (mac): New group.
4856
4857 * cus-start.el (all): Add user options in macterm.c. Add test for
4858 Mac-related built-ins. Fix test for GTK-related built-ins.
4859
4860 * term/mac-win.el (mac-handle-language-change)
4861 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4862 (mac-services-open-selection, mac-services-mail-selection)
4863 (mac-services-mail-to, mac-services-insert-text)
4864 (mac-dispatch-apple-event): Add docstrings.
4865 (x-get-selection, mac-select-convert-to-string): Select coding
4866 system from `utf-16be' and `utf-16le' using `byteorder'.
4867
4868 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4871 a "list" (lambda ...) rather than a real completion list.
4872
4873 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4874 lexical-let when encountering ((lambda (...) ...) ...).
4875
4876 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * progmodes/sh-script.el (sh-mode):
4879 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4880 * textmodes/picture.el (picture-mode): Update docstrings.
4881
4882 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4883
4884 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4885 commands enclosed in $(ARGQUOTE)s should not be split between two
4886 lines, as that will break with GNU Make >3.80, when sh.exe is used
4887 and arg quoting is with '..'.
4888 (autoloads): Don't break the quoted --eval expression between
4889 several lines.
4890
4891 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4894 Capture error from printing circular structures.
4895
4896 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4897
4898 * wid-edit.el (widget-checkbox-action): Clear undo info.
4899
4900 2005-12-16 Bill Wohler <wohler@newt.com>
4901
4902 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4903 bar, not menubar in comment.
4904
4905 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4908 After-change-functions should not clobber the match data.
4909
4910 2005-12-16 Juri Linkov <juri@jurta.org>
4911
4912 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4913 instead of `buffer-substring'.
4914 (completion-common-substring): Doc fix.
4915 (completion-setup-function): Use minibuffer-completion-contents
4916 instead of minibuffer-contents. Don't set common-string-length
4917 initially. Remove special handling of partial-completion-mode.
4918 Move computation of completion-base-size into one cond.
4919 Call completion-base-size-function in mainbuf. In computation of
4920 completion-base-size for file name completion don't move point to
4921 the end of the minibuffer. Move computation of common-string-length
4922 into one cond. Start putting faces only when common-string-length>=0.
4923 Add condition to put completions-common-part when
4924 common-string-length>0.
4925
4926 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4927 place point at the first different character in the minibuffer
4928 even if this position is at the beginning of the minibuffer.
4929
4930 * info.el (Info-read-node-name-1): In completion-base-size-function's
4931 lambda return 1 if common-substring or minibuffer-completion-contents
4932 starts with (, and 0 otherwise.
4933
4934 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4935 Use `crm-current-element' for second arg of `display-completion-list'.
4936
4937 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4938
4939 * files.el (set-auto-mode): Look for an interpreter specified on
4940 the first line also if search for mode specification succeeded,
4941 but the mode is not known.
4942
4943 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4944
4945 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4946 (org-open-at-point): Implement tag searches as links.
4947 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4948 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4949 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4950 (org-agenda-dispatch): New commands.
4951 (org-use-tag-inheritance, org-tags-column): New options.
4952 (org-tab-follows-link, org-return-follows-link): New options.
4953 (org-tags): New customize group.
4954 (org-start-icalendar-file): Get local time zone.
4955 (org-tags-completion-function): New function.
4956 (org-set-font-lock-defaults): Make sure links will also be
4957 highlighted inside headlines.
4958
4959 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4960
4961 * term.el (term-emulate-terminal):
4962 Let term-handle-ansi-terminal-messages override what Bash says about
4963 its current directory.
4964
4965 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4966
4967 * bindings.el (last-buffer): Move to simple.el.
4968 * simple.el (last-buffer): Move here.
4969 (get-next-valid-buffer): New function.
4970 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4971 (prev-buffer): Ditto. Rename to `previous-buffer'.
4972
4973 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4974 * bindings.el (global-map): Ditto.
4975
4976 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4977
4978 * cus-edit.el: Introductory comment change.
4979 (custom-magic-alist): Change message string for the `rogue' state.
4980
4981 2005-12-15 Richard M. Stallman <rms@gnu.org>
4982
4983 * tooltip.el: Delete defcustom variable :tag names.
4984
4985 * complete.el (partial-completion-mode): Doc fix.
4986
4987 * textmodes/flyspell.el (flyspell-external-point-words):
4988 Use save-excursion to ensure we don't move backward in the
4989 search loop, not even one character.
4990 (flyspell-delete-all-overlays): Use remove-overlays directly.
4991
4992 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4993 (ispell-start-process): Set that variable.
4994 Clear ispell-buffer-local-name.
4995 (ispell-internal-change-dictionary):
4996 Set ispell-current-dictionary after killing process.
4997 (ispell-buffer-local-dict):
4998 Don't set spell-personal-dictionary after killing process.
4999 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5000 (ispell-tex-skip-alists, ispell-html-skip-alists)
5001 (ispell-skip-region-alist): Mark as risky.
5002
5003 * net/newsticker.el (newsticker--retrieval-timer-list)
5004 (newsticker--display-timer, newsticker-running-p)
5005 (newsticker-ticker-running-p): Definitions moved up.
5006
5007 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5008
5009 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5010
5011 2005-12-15 David Ponce <david@dponce.com>
5012
5013 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5014 (recentf-edit-list, recentf-open-files): Signal an error when
5015 there is no recent file.
5016
5017 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5018
5019 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5020 read-only except for texinfo-format-region evaluation.
5021
5022 2005-12-14 Richard M. Stallman <rms@gnu.org>
5023
5024 * vc.el (vc-default-previous-version, vc-default-next-version)
5025 (vc-do-command): Doc fixes.
5026
5027 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5028
5029 * textmodes/bibtex.el (bibtex-expand-strings)
5030 (bibtex-autokey-expand-string, bibtex-name-part)
5031 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5032 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5033 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5034 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5035 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5036 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5037 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5038 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5039 (bibtex-beginning-of-last-entry): Remove.
5040 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5041 message if comma is missing but buffer is read-only.
5042 (bibtex-parse-field-text): Handle whitespaces at the end of field
5043 text. Return 3-element list with beginning and end of field text
5044 and end of field.
5045 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5046 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5047 (bibtex-search-forward-field, bibtex-search-backward-field):
5048 Search always delimited by limits of entry. Use more efficient
5049 search algorithms.
5050 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5051 bibtex-end-of-name-in-field.
5052 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5053 extracting the content of a field.
5054 (bibtex-text-in-field): Use search limits.
5055 (bibtex-parse-string-prefix): Handle empty string keys based on
5056 bibtex-string-empty-key.
5057 (bibtex-parse-string): Fix docstring.
5058 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5059 (bibtex-preamble-prefix, bibtex-strings): New functions.
5060 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5061 BibTeX entries (consistent with other BibTeX functions).
5062 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5063 (bibtex-search-entry): Fix docstring. Simplify.
5064 (bibtex-flash-head, bibtex-complete-string-cleanup)
5065 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5066 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5067 (bibtex-parse-entry): New optional arg content.
5068 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5069 Use bibtex-text-in-field-bounds.
5070 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5071 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5072 bibtex-parse-string-postfix.
5073 (bibtex-find-text-internal): New function.
5074 (bibtex-remove-delimiters): Use it.
5075 (bibtex-find-text): Use it. New optional arg help.
5076 (bibtex-complete): Handle BibTeX string and preamble entries.
5077 (bibtex-Preamble): Fix order of closing delimiters.
5078
5079 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * vc.el (vc-default-revert): New fun.
5082
5083 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5084
5085 2005-12-14 Romain Francoise <romain@orebokech.com>
5086
5087 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5088 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5089 (font-lock-remove-keywords): Likewise.
5090
5091 2005-12-14 Juri Linkov <juri@jurta.org>
5092
5093 * log-view.el (log-view-diff): Doc fix.
5094
5095 * isearch.el (isearch-query-replace): Use (mark) instead of
5096 isearch-opoint if mark is active in transient-mark-mode.
5097
5098 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5099
5100 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5101
5102 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5103
5104 * progmodes/cpp.el (cpp-face): New widget.
5105 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5106
5107 2005-12-14 Juri Linkov <juri@jurta.org>
5108
5109 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5110 around `erase-buffer' and `insert'.
5111
5112 * descr-text.el (describe-text-properties): Replace buffer name
5113 "*Help-2*" with "*Help*<2>".
5114 (describe-char): Add functions print-help-return-message,
5115 toggle-read-only. Use help-setup-xref with nil to not store
5116 describe-char in help-xref-stack. Use help-make-xrefs to
5117 make [back] button.
5118
5119 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5120
5121 * wdired.el (wdired-old-point): New internal variable.
5122 (wdired-change-to-wdired-mode): Set it buffer-locally.
5123 (wdired-abort-changes): Restore point after aborting changes.
5124
5125 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * vc.el (vc-do-command): Add a new value t for okstatus.
5128
5129 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5130 frame in case of errors.
5131
5132 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5133
5134 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5135 so it comes after "On the Left" in the menu.
5136
5137 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5138
5139 * cus-edit.el (customize-apropos, customize-apropos-options)
5140 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5141
5142 2005-12-12 Bill Wohler <wohler@newt.com>
5143
5144 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5145 non-writable Subversion-controlled files by saving window
5146 configuration before calling vc-do-command. vc-do-command calls
5147 pop-to-buffer on error which is unexpected during registration.
5148
5149 2005-12-12 Jay Belanger <belanger@truman.edu>
5150
5151 * calc/README: Update the summary of changes.
5152
5153 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * descr-text.el (describe-char): Rework last fix to solve the problem
5156 is the same way it's solved for everything else in that function
5157 (i.e. by extracting the info before setting up the *Help* buffer).
5158
5159 2005-12-12 Kim F. Storm <storm@cua.dk>
5160
5161 * subr.el (version-regexp-alist): Allow space as separator before
5162 non-numeric part, e.g. "1.0 alpha".
5163 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5164
5165 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5166
5167 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5168 Implement Logging and the keep-modes setting.
5169 (org-get-category): Make sure a string is returned.
5170 (org-log-done): New function.
5171 (org-log-done, org-closed-string): New options.
5172
5173 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5174
5175 * tooltip.el (tooltip-y-offset): Change default to 20.
5176
5177 2005-12-12 Richard M. Stallman <rms@gnu.org>
5178
5179 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5180
5181 * frame.el (display-hourglass): Doc fix.
5182
5183 * help.el (help-for-help-internal): Simplify entry for `a'.
5184
5185 * info.el (Info-on-current-buffer): Doc fix.
5186 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5187
5188 * startup.el (inhibit-splash-screen): Make this the real name.
5189 (inhibit-startup-message): Make this the alias.
5190 (command-line): Find only simple.el, and use its directory
5191 to fill in other preloaded files' names.
5192 (command-line): Deactivate the mark if deactivate-mark is set.
5193
5194 * international/mule.el (load-with-code-conversion):
5195 Bind deactivate-mark.
5196
5197 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5198
5199 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5200
5201 * cus-edit.el (customize-apropos): Avoid listing an option more
5202 than once under different aliases. No longer list user options
5203 that are not defined with defcustom (unless a prefix arg is given).
5204 Doc fix.
5205 (customize-apropos-options): Doc fix.
5206
5207 2005-12-11 Juri Linkov <juri@jurta.org>
5208
5209 * frame.el (set-background-color, set-foreground-color)
5210 (set-cursor-color, set-mouse-color, set-border-color):
5211 Add explicit prompts to read colors by `facemenu-read-color'.
5212 (show-trailing-whitespace, blink-cursor-delay)
5213 (blink-cursor-interval, display-hourglass, hourglass-delay):
5214 Remove tags.
5215 (display-hourglass, hourglass-delay): Doc fix.
5216 (cursor-in-non-selected-windows): Capitalize words in tag.
5217
5218 * faces.el (frame-background-mode): Replace `choice-item' keywords
5219 with `const' to not make [default] button. Change default value tag
5220 from `default' to `automatic'. Doc fix.
5221 (trailing-whitespace) <defface>: Change group `whitespace' to
5222 `whitespace-faces'.
5223
5224 2005-12-11 Richard M. Stallman <rms@gnu.org>
5225
5226 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5227
5228 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5229
5230 * term/mac-win.el: Create keymap for mac-apple-event-map.
5231
5232 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5233
5234 * tooltip.el (tooltip-mode): Move to start of file so that it
5235 appears at top of customize buffer.
5236
5237 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5238 Add the gud groupname.
5239 (gud-tooltip-mode): Add the tooltip groupname.
5240 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5241 avoid conflict with tooltip-use-echo-area.
5242
5243 2005-12-10 Romain Francoise <romain@orebokech.com>
5244
5245 * help.el (help-for-help-internal): Add `r' in doc string.
5246
5247 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5248
5249 * align.el (align-regexp, align-highlight-rule):
5250 Use region-beginning and region-end instead of point and mark, so that
5251 repetition (with `repeat-complex-command') recomputes the region
5252 bounds.
5253
5254 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5255
5256 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5257 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5258 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5259 (balance-windows): Rewrite using the above new functions.
5260
5261 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5262
5263 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5264 react if global-hi-lock-mode seems intended.
5265 (global-hi-lock-mode) Renamed from hi-lock-mode.
5266 (hi-lock-archaic-interface-message-used)
5267 (hi-lock-archaic-interface-deduce): New variables.
5268 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5269 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5270 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5271 Replace hi-lock-buffer-mode with hi-lock-mode.
5272
5273 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5274
5275 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5276 completion list, even after a partial completion has been
5277 inserted in the current buffer. If there are more than 1
5278 completion, redisplay the *Completions* buffer; if the
5279 completion is unique, delete the *Completions* window.
5280
5281 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5282
5283 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5284 strings and long subject lines that were broken into multiple
5285 lines at arbitrary places. Handle subjects that have "Re: " in
5286 the middle.
5287
5288 2005-12-10 John W. Eaton <jwe@octave.org>
5289
5290 * emacs/octave-mod.el (octave-electric-space): Don't indent
5291 comments or strings if octave-auto-indent is nil.
5292
5293 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5294
5295 * term/mac-win.el: Require url when compiling.
5296 Call mac-process-deferred-apple-events after loading init files.
5297 (mac-apple-event-map): New defvar. Define event handlers in it.
5298 (core-event, internet-event): New Apple event class symbols.
5299 (open-application, reopen-application, open-documents)
5300 (print-documents, open-contents, quit-application)
5301 (application-died, show-preferences, autosave-now, get-url):
5302 New Apple event ID symbols.
5303 (about): New HICommand ID symbol.
5304 (mac-event-spec, mac-event-ae): New macros.
5305 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5306 (mac-ae-selection-range, mac-ae-text-for-search)
5307 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5308 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5309 and Services menu events are now defined in mac-apple-event-map.
5310 (mac-drag-n-drop): Remove selection range handling.
5311
5312 2005-12-10 Kenichi Handa <handa@m17n.org>
5313
5314 * simple.el (zap-to-char):
5315 * isearch.el (isearch-process-search-char): Translate CHAR by
5316 translation-table-for-input.
5317
5318 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * foldout.el (foldout-exit-fold): Properly hide subtree.
5321
5322 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * files.el (save-buffer):
5325 * international/ucs-tables.el (ucs-set-table-for-input):
5326 * mail/mail-extr.el (mail-extract-address-components):
5327 * mail/sendmail.el (mail-mode): Reformat doc string.
5328
5329 2005-12-09 Juri Linkov <juri@jurta.org>
5330
5331 * isearch.el (isearch-highlight): Change main overlay priority
5332 from 1 to 1001. Simplify.
5333 (isearch-lazy-highlight-update): Change lazy overlay priority
5334 from 0 to 1000.
5335
5336 * replace.el (replace-highlight): Change overlay priority from
5337 1 to 1001.
5338
5339 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5340 Change overlay priority from 1 to 1001. Reuse existing overlay.
5341
5342 * compare-w.el (compare-windows-highlight): Change overlay
5343 priority from 1 to 1000.
5344
5345 * menu-bar.el (menu-bar-edit-menu): Add listp around
5346 pending-undo-list to disable menu item "undo" when pending
5347 undo list is empty.
5348
5349 * locate.el (locate): Disable undo in *Locate* buffer.
5350
5351 2005-12-09 Kim F. Storm <storm@cua.dk>
5352
5353 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5354
5355 2005-12-09 David Ponce <david@dponce.com>
5356
5357 * recentf.el: Improvement of the menu code.
5358 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5359 instead of menu hook.
5360 (recentf-show-menu, recentf-hide-menu): New functions.
5361 (recentf-menu-customization-changed, recentf-mode): Use them.
5362 (recentf-menu-action, recentf-max-menu-items)
5363 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5364 (recentf-arrange-by-rule-others)
5365 (recentf-arrange-by-rules-min-items)
5366 (recentf-arrange-by-rule-subfilter) : Don't use
5367 `recentf-menu-customization-changed'.
5368 (recentf-arrange-rules): Likewise. Accept functions to compute
5369 sub-menu titles.
5370 (recentf-menu-filter): Likewise. Doc fix.
5371 (recentf-menu-value-shortcut): Doc fix.
5372 (recentf-dump-variable): Quote atom value.
5373 (recentf-make-menu-items): Update to use it as a menu filter.
5374 (recentf-match-rule): New function.
5375 (recentf-arrange-by-rule): Use it.
5376 (recentf-indirect-mode-rule): New function.
5377 (recentf-build-mode-rules): Use it.
5378 (recentf-dir-rule): New function.
5379 (recentf-arrange-by-dir): Use it.
5380 (recentf-filter-changer-current): Rename from
5381 `recentf-filter-changer-state'. All references updated.
5382 (recentf-filter-changer-alist): Update filter names.
5383 (recentf-filter-changer-select): New function.
5384 (recentf-filter-changer): Use it. Make a sub-menu from filters
5385 available in `recentf-filter-changer-alist'.
5386 (recentf-data-cache, recentf-clear-data)
5387 (recentf-update-menu): Remove. All references updated.
5388 (recentf-match-rule-p, recentf-build-dir-rules)
5389 (recentf-filter-changer-goto-next)
5390 (recentf-filter-changer-get-current)
5391 (recentf-filter-changer-get-next): Remove.
5392
5393 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5396 buffer "Reset" button to "Reset to Current" for consistency with
5397 the State buttons.
5398
5399 2005-12-08 John Paul Wallington <jpw@pobox.com>
5400
5401 * ibuf-ext.el (define-ibuffer-filter filename):
5402 If `dired-directory' is a list then really use its car.
5403
5404 2005-12-08 Kim F. Storm <storm@cua.dk>
5405
5406 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5407 Fix indention of text on right side of replaced rectangle.
5408
5409 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5410
5411 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5412 No need to check gud-comint-buffer is bound.
5413 (gdb): Prevent multiple debugging when first session uses gdba.
5414
5415 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5416
5417 CC Mode update to 5.31.
5418
5419 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5420 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5421 We might do this function properly in the future).
5422
5423 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5424 New macros c-sentence-end and c-default-value-sentence end, to cope
5425 with Emacs 22's new function `sentence-end'.
5426
5427 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5428
5429 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5430 compat issue using `c-put-overlay' and `c-delete-overlay'.
5431
5432 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5433 New compat macros to handle overlays/extents.
5434
5435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5436
5437 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5438 (for GNU Emacs 20.4)
5439
5440 * progmodes/cc-defs.el:
5441 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5442
5443 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5444 highlighting mechanism so it will work in XEmacs too.
5445
5446 * progmodes/cc-defs.el: Insert c-int-to-char.
5447
5448 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5449 call to the new macro c-int-to-char. This solves XEmacs's
5450 regarding characters as different from integers.
5451
5452 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5453
5454 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5455 New internal helper.
5456
5457 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5458 construct to make the indirect face lookup work in XEmacs.
5459
5460 (c-cpp-matchers): Append the negation char face to the existing
5461 fontification, so that the cpp face doesn't disappear.
5462 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5463 and strings.
5464
5465 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5466 to map to `font-lock-negation-char-face' in emacsen where it exists.
5467
5468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5469
5470 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5471
5472 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5473 Rename "c-subword-move-mode" as "c-subword-mode".
5474
5475 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5476 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5477
5478 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5479
5480 * progmodes/cc-mode.el: Added autoload directive for
5481 `c-subword-move-mode' for use in older emacsen.
5482
5483 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5484
5485 * progmodes/cc-mode.el:
5486 (i) Insert a binding for C-c C-backspace into
5487 c-bind-special-erase-keys which works in TTYs.
5488 (ii) Make sure that when file styles are used, any explicitly
5489 given style variables take priority over those in the style.
5490 Do this by calling `hack-local-variables' a second time.
5491
5492 * progmodes/cc-vars.el: Add language specific customization
5493 widgets for AWK to c-doc-comment-style, c-require-final-newline
5494 and c-default-style. Add a defcustom for awk-mode-hook.
5495 Give c-syntactic-element and c-syntactic-context doc-strings by
5496 directly setting their `variable-documentation' propery.
5497 This allows Emacs 22.1 to read these with C-h v.
5498
5499 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5500
5501 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5502
5503 * progmodes/cc-fonts.el, cc-vars.el
5504 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5505 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5506 Masatake YAMATO.
5507
5508 (c-doc-comment-style): Made GtkDoc default in C mode.
5509
5510 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5511 and C-c C-<delete>.
5512
5513 (c-bind-special-erase-keys): New function for use on
5514 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5515
5516 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5517 <delete> key behavior in XEmacs according to `delete-forward-p'.
5518 C.f. `c-electric-delete'.
5519
5520 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5521
5522 * progmodes/cc-mode.el: Give c-hungry-backspace and
5523 c-hungry-delete-forward permanent key bindings.
5524
5525 * progmodes/cc-cmds.el (c-electric-semi&comma):
5526 Bind c-syntactic-context for calls to "criteria functions", for
5527 consistency with other calls to user functions.
5528
5529 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5530 `current-prefix-arg', since this might be the prefix arg to a
5531 command which calls c-indent-command as a function. Change the
5532 interactive spec from "p" to "P".
5533
5534 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5535 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5536 was difficult to understand.
5537
5538 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5539
5540 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5541 first char of an identifier.
5542
5543 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5544 +" syntax in C++.
5545
5546 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5547
5548 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5549 auto-fill doesn't split a c-comment's last word from a hanging
5550 "*/" when a space is typed between them after fill-column.
5551
5552 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5553
5554 * progmodes/cc-styles.el (c-set-style)
5555 (c-setup-paragraph-variables): Abort the command if we're not in a
5556 CC Mode buffer.
5557
5558 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5559 with blank comment-prefix, and a blank line as the comment's
5560 second line.
5561
5562 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5563
5564 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5565 Incorporate the patterns added in the Emacs development branch
5566 for the new Emacs 22 face `font-lock-negation-char-face'.
5567
5568 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5569 of "red" since it stands out better in xterms and DOS terminals.
5570
5571 * progmodes/cc-engine.el (c-literal-faces):
5572 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5573
5574 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5575
5576 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5577 forcibly enable c-electric-flag.
5578
5579 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5580 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5581 after the comment-prefix of a C-style comment will close that comment.
5582
5583 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5584
5585 * progmodes/cc-fonts.el (c-basic-matchers-before)
5586 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5587 in Pike.
5588
5589 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5590 digraphs.
5591
5592 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5593 (c-cpp-message-directives, c-cpp-include-directives)
5594 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5595 (c-cpp-expr-directives): Introduce new language constants to
5596 control cpp syntax in a cleaner way.
5597
5598 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5599
5600 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5601
5602 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5603 (c-multiline-string-start-char): New language constants and
5604 variables to specify how newlines in string literals work.
5605
5606 (c-font-lock-invalid-string): Use them.
5607
5608 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5609 unbalanced close brace is entered. Optimization by avoiding going
5610 back over arbitrarily large blocks. Removed hints that this
5611 function only would be relevant/useful in AWK.
5612
5613 (c-electric-brace): Indent syntactically after the cleanups since
5614 lineup functions might do it differently then.
5615
5616 * progmodes/cc-engine.el, cc-langs.el
5617 (c-opt-op-identifier-prefix): New language constant and variable.
5618
5619 (c-just-after-func-arglist-p, c-after-special-operator-id)
5620 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5621
5622 * progmodes/cc-align.el, cc-engine.el
5623 (c-after-special-operator-id): New helper to handle C++ operator
5624 identifiers.
5625
5626 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5627 (c-guess-basic-syntax): Handle C++ operator identifiers in
5628 declarations.
5629
5630 * progmodes/cc-langs.el (c-assignment-operators): Add the
5631 trigraph version of ^= too.
5632
5633 * progmodes/cc-langs.el (c-assignment-operators): Add the
5634 trigraph version of |= in C++.
5635
5636 * progmodes/cc-fonts.el (c-font-lock-declarators):
5637 Handle `c-decl-hangon-kwds' after the identifier name.
5638
5639 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5640 whether an arglist is "nonempty", ignore a comment after the open
5641 paren if it isn't followed by a non-comment token on the same line.
5642
5643 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5644 Enable heuristics below the point to cope with classes inside special
5645 brace lists in Pike.
5646
5647 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5648
5649 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5650
5651 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5652
5653 * progmodes/cc-guess.el (cc-guess-install): New function to
5654 install an already guessed style in another buffer.
5655
5656 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5657 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5658 anyway if the change always is undone.
5659
5660 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5661
5662 Implement togglable electricity:
5663
5664 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5665 saying when it should be used.
5666
5667 * progmodes/cc-engine.el: Add the new buffer-local variable,
5668 c-electric-flag.
5669
5670 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5671 c-toggle-auto-newline.
5672
5673 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5674 c-toggle-auto-newline. Remove the binding for
5675 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5676 c-toggle-electric-state.
5677
5678 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5679
5680 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5681 c-\(forward\|backward\)-subword.
5682 (c-update-modeline): Add the new modeline flag `l' for
5683 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5684 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5685 Make the old name an alias of the new name.
5686 (c-toggle-electric-state): New function.
5687 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5688 Adapt these functions to do electric things only when
5689 c-electric-flag is non-nil.
5690 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5691 new functions from c-electric-brace.
5692 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5693 mode, so that the tentative extra newline doesn't change the
5694 syntax of the following brace.
5695 (c-electric-brace): Restructure by extracting the above functions.
5696 Tidy up the coding somewhat.
5697 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5698 restructure a bit.
5699
5700 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5701
5702 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5703 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5704
5705 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5706 (c-submode-indicators): Change name from `c-auto-hungry-string'
5707 since it's now used to track another submode.
5708
5709 (c-update-modeline): Convert to function and extended to check
5710 `c-subword-move-mode'.
5711
5712 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5713 Convert to compat aliases for `c-forward-subword' and
5714 `c-backward-subword'.
5715
5716 * progmodes/cc-subword.el: New functions and minor mode to handle
5717 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5718
5719 (c-forward-subword, c-backward-subword, c-mark-subword)
5720 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5721 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5722 Functions corresponding to the standard word handling functions.
5723
5724 (c-subword-move-mode): Minor mode that replaces all the standard
5725 word handling functions with their subword equivalences.
5726
5727 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5728
5729 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5730 entry for one-liner-defun.
5731
5732 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5733 name in its def-edebug-spec.
5734
5735 * progmodes/cc-cmds.el (c-electric-brace): Make the
5736 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5737 compacts space before a comment, if this will make things fit on
5738 one line.
5739
5740 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5741
5742 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5743
5744 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5745 clean-up one-liner-defun.
5746
5747 * progmodes/cc-styles.el: Add the new "awk" style.
5748
5749 * progmodes/cc-vars.el: Add description of one-liner-defun to
5750 c-cleanup-list's doc-string. New user options,
5751 c-max-one-liner-length. In c-default-style, set the default style
5752 for AWK to "awk".
5753
5754 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5755
5756 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5757 macros inside labels.
5758
5759 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5760 `c-at-statement-start-p' and `c-at-expression-start-p'.
5761
5762 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5763 error if the mark isn't set.
5764
5765 * progmodes/cc-engine.el (c-guess-continued-construct)
5766 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5767 accurately detect functions inside functions.
5768
5769 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5770 like `c-at-statement-start-p' that additionally recognizes commas
5771 and expression parentheses as delimiters.
5772
5773 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5774 to avoid heuristics that doesn't work for unclosed blocks.
5775 (c-at-statement-start-p): New function.
5776
5777 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5778 Objective-C directives, e.g. directives spanning lines should work
5779 reasonably well now.
5780
5781 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5782
5783 (c-forward-objc-directive): New function to move over any ObjC
5784 directive.
5785
5786 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5787 (c-basic-matchers-before): Use it.
5788
5789 (c-font-lock-objc-iip-decl): Remove.
5790
5791 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5792 in the template arglist recognition.
5793
5794 * progmodes/cc-styles.el (c-style-alist): Fix several
5795 inconsistencies in the Whitesmith style.
5796
5797 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5798 New lineup function to get lines after Whitesmith style blocks
5799 correctly indented.
5800
5801 (c-lineup-whitesmith-in-block): Back out the compensation for
5802 opening parens since it's done using `add' lists in the style
5803 definition instead. Don't use the anchor position since it varies
5804 too much between the syntactic symbols. :P
5805
5806 * progmodes/cc-vars.el (c-valid-offset): Update.
5807
5808 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5809 lists where the offsets are combined according to several
5810 different methods: `first', `min', `max', and `add'.
5811 Report offset evaluation errors with `c-benign-error' so that some kind
5812 of reindentation still is done.
5813
5814 * progmodes/cc-engine.el (c-guess-basic-syntax):
5815 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5816 `arglist-close'.
5817
5818 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5819 situations for `arglist-cont-nonempty' and `arglist-close'.
5820
5821 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5822
5823 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5824 cc-bytecomp-boundp' in a number of places.
5825
5826 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5827 macro related issue.
5828
5829 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5830
5831 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5832 list is now [asdf], a char class [:alpha:].
5833 Include code for char classes.
5834 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5835 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5836
5837 Remove (nearly all of) the cruft associated with AWK Mode's former
5838 concept of "virtual semicolons":
5839
5840 Adapt c-beginning-of-statement, c-end-of-statement (together with
5841 subfunctions) to use the new notion of "virtual semicolon" in
5842 place of the old awkward special handling for AWK. There remains
5843 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5844 * progmodes/cc-cmds.el:
5845 (c-ascertain-adjacent-literal): In the backwards direction, now
5846 recognises AWK regexp delimiters as string delimiters.
5847 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5848 check more rigorously for "end of macro".
5849 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5850 virtual semicolons;
5851 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5852 out the code for forward movement into ...
5853 (c-end-of-statement): Now contains the code for forward movement,
5854 adapted for virtual semicolons.
5855
5856 * progmodes/cc-engine.el:
5857 (c-ws*-string-limit-regexp): New regexp.
5858 (c-forward-single-comment, c-backward-single-comment): Comment out
5859 the (now redundant) "special" AWK stuff.
5860
5861 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5862 c-string-par-start, c-string-par-separate to be more like Text
5863 Mode than Fundamental Mode.
5864
5865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5866
5867 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5868 to the fontified region so that fontification doesn't occur
5869 outside it (could happen e.g. when fontifying a line with an
5870 unfinished declaration).
5871
5872 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5873
5874 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5875 start of the file. ^L now separate sections of the file.
5876 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5877 (c-awk-one-line-possibly-open-string-re)
5878 (c-awk-regexp-one-line-possibly-open-char-class-re)
5879 (c-awk-one-line-possibly-open-regexp-re)
5880 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5881 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5882
5883 Amend the concept of "virtual semicolons" (in the indentation
5884 engine) for languages like AWK, such that they are now
5885 conceptually attached to end of the last token of a statement, not
5886 the end of the line. (In AWK Mode, however, the pertinent text
5887 property is still physically set on the EOL.) Remove the specific
5888 tests for awk-mode, thus facilitating the introduction of other
5889 language modes where EOLs can end statements.
5890 (Note: The funtionality in cc-cmds.el, specifically
5891 c-beginning/end-of-statement has yet to be amended.)
5892
5893 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5894 New macros.
5895
5896 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5897 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5898 c-vsemi-status-unknown-p-fn (in a new page).
5899
5900 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5901 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5902 numerous awkward forms like
5903 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5904 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5905 variable before-ws-ip, the place just after char-before-ip appears.
5906
5907 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5908 a comment.
5909
5910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5911
5912 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5913 `c-tentative-buffer-changes'.
5914
5915 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5916 convert to macro to choose between Emacs and XEmacs at compile time.
5917
5918 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5919
5920 (c-tentative-buffer-changes): New macro to handle temporary buffer
5921 changes in a convenient way.
5922
5923 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5924 for `c-tentative-buffer-changes'.
5925
5926 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5927 the checks for paren sexps between the point and the keyword, to
5928 avoid some false alarms.
5929
5930 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5931 Fixed a situation where an error could be thrown for unbalanced
5932 parens. Changed to make use of c-keyword-member' to avoid some
5933 repeated regexp matches.
5934
5935 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5936 These language variable are no longer necessary.
5937
5938 (c-block-stmt-kwds): New language constant used by
5939 c-looking-at-inexpr-block'.
5940
5941 (c-guess-basic-syntax): Remove an optional check that looked at
5942 the existence of the now removed language variables.
5943
5944 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5945 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5946 object instantiation expressions as declarations in some contexts.
5947 This bug only affected languages where the declarator can't be
5948 enclosed in parentheses.
5949
5950 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5951 insert newlines before and after substatement braces.
5952
5953 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5954 function declaration headers and the handling of C++ style member
5955 init lists.
5956
5957 (c-just-after-func-arglist-p): Rewritten to use
5958 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5959
5960 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5961
5962 (c-guess-basic-syntax): Adapt case 5B for the new
5963 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5964 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5965 covers all cases now).
5966
5967 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5968
5969 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5970
5971 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5972 c-string-par-start/separate c-sentence-end-with-esc-eol,
5973 initialised in c-setup-paragraph-variables, used in string
5974 scanning subroutines of c-beginning-of-statement.
5975
5976 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5977 which precedes the newly inserted `{'.
5978
5979 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5980
5981 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5982 function for declaration level blocks. It should now cope with
5983 templates better and also be a lot more comprehensible.
5984
5985 (c-looking-at-decl-block): The new function.
5986
5987 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5988 for compatibility.
5989
5990 (c-add-class-syntax, c-guess-continued-construct)
5991 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5992
5993 (c-decl-block-key): Change to tell apart ambiguous and
5994 unambiguous keywords. Pike specials are now handled directly in
5995 the code instead.
5996
5997 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5998 New language constants and variables to make the backward skip in
5999 `c-looking-at-decl-block' as tight as possible.
6000
6001 (c-nonsymbol-token-char-list): New language constant.
6002
6003 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6004 find balanced template arglists backwards.
6005
6006 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6007 making char classes for `c-syntactic-skip-backward'.
6008
6009 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6010 16D - can't be a class-close at that point.
6011
6012 * progmodes/cc-engine.el (c-guess-basic-syntax)
6013 (c-add-class-syntax): Don't narrow out the enclosing declaration
6014 level. This makes everything a lot easier, and it was actually
6015 only four small places that needed it to work. Some places that
6016 previously did `widen' are removed now, which has the effect that
6017 `c-guess-basic-syntax' never will look at things outside the
6018 current narrowment now. The anchor position for `topmost-intro'
6019 is affected by this, but it was so bogus it was basically useless
6020 before, and now it's equally bogus but in a slightly different way.
6021
6022 (c-narrow-out-enclosing-class): Gone.
6023
6024 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6025 the narrowed region.
6026
6027 (c-least-enclosing-brace): Remove silly optional argument.
6028
6029 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6030 the point could be left directly after an open paren when finding
6031 the beginning of the first decl in the block.
6032
6033 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6034 Specify which submatch to use.
6035
6036 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6037
6038 (c-decl-start-re): No longer any need for special treatment of
6039 ObjC due to the above.
6040
6041 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6042 presumably follows C in that regard.
6043
6044 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6045 New language constants to specify operator tokens inside
6046 identifiers in a more high level way.
6047
6048 (c-opt-identifier-prefix-key): New internal language constant.
6049
6050 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6051 (c-identifier-start, c-identifier-key): Now completely calculated
6052 from other constants.
6053
6054 (c-identifier-last-sym-match): Decommission since it's no longer used.
6055
6056 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6057
6058 * progmodes/cc-engine.el (c-forward-name): Remove the
6059 optimization when c-identifier-key is equal to c-symbol-key since
6060 it doesn't work in byte compiled files. Don't record empty
6061 regions as identifiers.
6062
6063 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6064 simplify access to `c-operators' and its likes.
6065
6066 (c-operator-list, c-all-op-syntax-tokens)
6067 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6068 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6069 (c-primary-expr-regexp, c-cast-parens): Use it.
6070
6071 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6072 an explicit language in functions.
6073
6074 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6075 variant of adornment.
6076
6077 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6078 variable.
6079
6080 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6081 the Pike value.
6082
6083 * progmodes/cc-engine.el (c-on-identifier)
6084 (c-simple-skip-symbol-backward): Small fix for handling "-"
6085 correctly in `skip-chars-backward'. Affected the operator lfun
6086 syntax in Pike.
6087
6088 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6089 diagnostic message about precompiled language vars not being used.
6090
6091 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6092 "__attribute__" is followed by a parenthesis.
6093
6094 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6095 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6096 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6097
6098 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6099 Internal cleanups to properly detect the declared identifiers in
6100 various declarations.
6101
6102 (c-decl-start-kwds): New language constant to recognize
6103 declarations that can start anywhere. Used for class declarations
6104 in Pike.
6105
6106 (c-specifier-key, c-not-decl-init-keywords)
6107 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6108 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6109
6110 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6111 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6112 handling of the compiler specific extension keywords into a new
6113 language constant `c-decl-hangon-kwds' that defines keyword
6114 clauses to be ignored in declarations.
6115
6116 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6117 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6118 Necessary to stop at the declared identifier in e.g. IDL valuetype
6119 declarations.
6120
6121 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6122 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6123 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6124 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6125 class and enum declarations as such and not as part of the type.
6126
6127 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6128 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6129
6130 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6131 declarations when there's some syntax error later on.
6132
6133 (c-complex-decl-matchers): Did away with a reference to
6134 `c-specifier-key'.
6135
6136 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6137 value - this variable is always dynamically bound.
6138
6139 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6140 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6141 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6142 functions that might do hidden buffer changes: All such internal
6143 functions are now marked instead of those that don't.
6144
6145 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6146 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6147 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6148 (c-literal-type): Allow these functions to make hidden buffer changes,
6149 so that they are free to use text property caching later on.
6150
6151 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6152 (c-electric-brace, c-electric-slash, c-electric-star)
6153 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6154 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6155 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6156 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6157 with the changed semantics of the functions above.
6158
6159 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6160 when macros occur in obscure places. Optimized the sexp movement
6161 a bit.
6162
6163 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6164
6165 Enhancements for c-beginning-of-statement to work in AWK Mode:
6166
6167 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6168 (completed statement) with `}' (statement completed by closing
6169 brace or semicolon) and `$' (statement completed by EOL).
6170
6171 (c-awk-virtual-semicolon-ends-prev-line-p)
6172 (c-awk-virtual-semicolon-ends-line-p)
6173 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6174 (c-awk-at-statement-end-p): New functions.
6175
6176 * progmodes/cc-cmds.el: Simplify the structure of functions
6177 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6178 two functions and c-beginning-of-statement to handle AWK Mode.
6179
6180 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6181 c-backward-single-comment for AWK mode. Attempt to clarify their
6182 doc-strings.
6183
6184 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6185
6186 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6187
6188 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6189 label handling. Labels are now recognized in a uniform and more
6190 robust way, regardless of context. Text properties are put on all
6191 labels to recognize the following declarations better.
6192 Multiword labels are handled both in indentation and fontification for
6193 the benefit of language extensions like Qt. For consistency, keywords
6194 in labels are now fontified with the label face instead.
6195 That also applies to "case" and "default".
6196
6197 (c-beginning-of-statement-1): Fix some bugs in the label
6198 handling. Disregard `c-nonlabel-token-key' in labels that begin
6199 with `c-label-kwds'.
6200
6201 (c-find-decl-spots): Support that the callback adds more
6202 `c-decl-end' spots to find.
6203
6204 (c-forward-decl-or-cast-1): Don't treat a list of plain
6205 identifiers followed by a colon as a declaration.
6206
6207 (c-forward-label): New function to recognize labels.
6208
6209 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6210 `c-forward-label'. Moved the label recognition cases (14 and 15)
6211 earlier since they aren't so context sensitive now. Handle labels
6212 on the top level gracefully. Moved access label recognition to
6213 the generic label case (CASE 15) - removed CASE 5E.
6214
6215 (c-font-lock-declarations): Add recognition of labels in the
6216 same round since we need to handle labels in parallell with other
6217 declarations to recognize both accurately. It should also improve
6218 speed.
6219
6220 (c-simple-decl-matchers, c-basic-matchers-after):
6221 Move `c-font-lock-labels' so that it only is used on decoration level 2
6222 since `c-font-lock-declarations' handles it otherwise.
6223
6224 (c-complex-decl-matchers): Remove the simplistic recognition of
6225 access labels.
6226
6227 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6228 with labels earlier.
6229
6230 (c-decl-start-re): New language variable to make
6231 `c-font-lock-declarations' stop for the special protection labels
6232 in Objective-C that start with `@'.
6233
6234 (c-label-key): Remove since it's no longer used.
6235
6236 (c-recognize-colon-labels, c-label-prefix-re): New language
6237 constants to support recognition of generic colon-terminated labels.
6238
6239 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6240 are colon terminated labels.
6241
6242 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6243 first argument starts with a special brace list.
6244
6245 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6246 (c-font-lock-declarations): Break out the declaration and cast
6247 recognition from `c-font-lock-declarations' to a new function, so
6248 that it can be used in the indentation engine.
6249
6250 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6251 up to the start of the literal. Fixed bug with the point on the
6252 wrong side of the search limit that could happen when the start
6253 position is inside a literal.
6254
6255 * progmodes/cc-engine.el (c-parse-state)
6256 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6257 so that it's kept a little bit back to increase the hit rate.
6258
6259 (c-parse-state): Change the macro handling and fixed some
6260 glitches. Macro context is checked more often than necessary now,
6261 but otoh less garbage conses are generated.
6262
6263 * progmodes/cc-engine.el (c-parse-state)
6264 (c-invalidate-state-cache): Cache the last position where
6265 `c-state-cache' applies. This can speed up refontification quite
6266 a bit in blocks where there are many non-brace parens before the point.
6267
6268 (c-state-cache-end): New variable for this.
6269
6270 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6271 cache variable.
6272
6273 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6274 get close initial continue positions when the start position is
6275 inside a literal or macro. Do not call the callback for spots
6276 before the start position (which can happen e.g. for `c-decl-end'
6277 spots inside comments). Optimize better in special cases when the
6278 region is a single line inside a literal or macro (typically when
6279 the current line is refontified).
6280
6281 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6282 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6283 entries from the paren state.
6284
6285 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6286 special case for "else if" clauses.
6287
6288 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6289 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6290
6291 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6292 New language variable to recognize the gcc extension with statement
6293 blocks inside expressions.
6294
6295 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6296 it somewhat more comprehensible. The argument AT-BLOCK-START is
6297 no longer used and hence removed.
6298
6299 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6300 to `c-add-stmt-syntax'.
6301
6302 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6303 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6304 This fixes bogus label recognition.
6305
6306 * progmodes/cc-engine.el (c-add-type, c-check-type)
6307 (c-forward-name, c-forward-type): Improve storage of template
6308 types in `c-found-types' so that they can be recognized better.
6309
6310 (c-syntactic-content): Add option to skip past nested parens.
6311
6312 * progmodes/cc-engine.el (c-forward-name):
6313 Set `c-last-identifier-range' all the time. It's less work that way.
6314 Handle that there might not be an identifier to store in
6315 `c-last-identifier-range'.
6316
6317 (c-forward-type): Handle that `c-last-identifier-range' might be
6318 nil from `c-forward-name'.
6319
6320 * progmodes/cc-defs.el (c-safe-scan-lists)
6321 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6322
6323 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6324 to work even if the form fails.
6325
6326 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6327 down in a large file in one go.
6328
6329 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6330
6331 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6332 function which is like `c-lineup-math' but returns nil instead of
6333 `c-basic-offset' when it doesn't match.
6334
6335 (c-lineup-math): Change to use `c-lineup-assignments'.
6336
6337 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6338
6339 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6340 c-beginning-of-statement. New subfunctions
6341 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6342
6343 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6344
6345 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6346 hardcoded char classes whereever possible. Changed a couple of
6347 places to use skip by syntax instead of skip by char class.
6348
6349 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6350 Fix a bug in the regexp that caused extreme backtracking.
6351
6352 * progmodes/cc-langs.el (c-block-comment-starter)
6353 (c-block-comment-ender): New language constants to specify in a
6354 single place how block comments look.
6355
6356 (c-comment-start-regexp, c-block-comment-start-regexp)
6357 (comment-start, comment-end, comment-start-skip)
6358 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6359 (c-syntactic-ws, c-nonempty-syntactic-ws)
6360 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6361 `c-line-comment-starter', `c-block-comment-starter' and
6362 `c-block-comment-ender'.
6363
6364 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6365 New language constants to break up things a bit.
6366
6367 (c-simple-ws): New language constant for simple whitespace.
6368
6369 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6370
6371 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6372 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6373 newlines. Allow and ignore nil elements in the list.
6374
6375 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6376
6377 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6378 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6379
6380 * progmodes/cc-cmds.el: Tidy up the comments in
6381 c-beginning-of-statement and subfunctions.
6382
6383 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6384 more flexible c-put-char-property and c-clear-char-properties.
6385 Add the author's email address.
6386
6387 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6388
6389 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6390 closing "*/" of a block comment.
6391
6392 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6393 subfunctions) so that it works at BOB and EOB.
6394
6395 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6396 c-beginning-of-statement, including new variable
6397 c-block-comment-start-regexp.
6398
6399 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6400
6401 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6402 symbols from `*-font-lock-extra-types' so that there's no need to
6403 use `regexp-opt' on those lists.
6404
6405 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6406 `c-type-modifier-kwds' is empty.
6407
6408 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6409 there are several strings on the same line.
6410
6411 * progmodes/cc-engine.el (c-literal-limits): Remove the
6412 compatibility function for older emacsen. `c-literal-limits-fast'
6413 has now taken the place of this function.
6414
6415 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6416 with older emacsen: We now require `pps-extended-state'.
6417
6418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6419
6420 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6421 which obviates the need to hack sentence-end. This now handles
6422 escaped newlines in strings correctly. Correct minor bugs in
6423 c-move-over-sentence and in c-beginning-of-statement.
6424
6425 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6426 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6427 that movement over macros and code are rigorously separated from
6428 eachother. Correct a few incidental bugs.
6429
6430 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6431 Improve its doc-string. Improve the handling of certain specific cases.
6432
6433 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6434
6435 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6436 (c-guess-basic-syntax): Change the way class-level labels are
6437 recognized; they can now contain essentially any symbols.
6438
6439 (c-opt-extra-label-key): New language variable to cope with the
6440 special protection label syntax in Objective-C.
6441
6442 (c-opt-access-key): Remove; this is now handled better by
6443 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6444
6445 (c-complex-decl-matchers): Update to handle that
6446 `c-opt-access-key' no longer exists.
6447
6448 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6449 improved label recognition in `c-beginning-of-statement-1'.
6450
6451 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6452 Recognize bitfields better.
6453
6454 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6455 Remove some cruft and fixed a bug that could cause it to go to a
6456 position further down.
6457
6458 * progmodes/cc-langs.el, cc-engine.el
6459 (c-beginning-of-statement-1): Improve detection of labels in
6460 declaration contexts.
6461
6462 (c-beginning-of-decl-1): Use it.
6463
6464 (c-nonlabel-token-key): New language constant and variable needed
6465 by `c-beginning-of-statement-1'.
6466
6467 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6468 manifested itself due to the correction in `c-forward-sexp'.
6469
6470 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6471 Make these behave as documented when used at the buffer limits.
6472
6473 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6474 (c-type-decl-end-used): Made this a language variable.
6475
6476 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6477 correctly when `combine-after-change-calls' is used together with
6478 temporary narrowings.
6479
6480 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6481 Report labels correctly when the start point is immediately after the
6482 colon.
6483
6484 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6485 Remove since it isn't used anymore.
6486
6487 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6488 bracket arglists such as template parens in C++.
6489
6490 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6491 in the last check-in. Some optimization.
6492
6493 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6494 where it could stop at the same level in a preceding sexp when
6495 PAREN-LEVEL is set.
6496
6497 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6498 text property lookup only when it's needed.
6499
6500 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6501 Change the policy for paren marked angle brackets to be more
6502 persistent; once marked they remain marked even when they're found
6503 to be unbalanced in the searched region. This should keep the
6504 paren syntax around even when individual lines are refontified in
6505 multiline template arglists.
6506
6507 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6508 to control markup so that incorrect angle bracket arglists aren't
6509 marked in contexts where the correct value for
6510 `c-disallow-comma-in-<>-arglists' isn't known.
6511
6512 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6513 argument has become `c-parse-and-markup-<>-arglists'.
6514
6515 (c-remove-<>-arglist-properties): Remove - no longer used.
6516
6517 (c-after-change-check-<>-operators): New function used on
6518 `after-change-functions' to avoid that "<" and ">" characters that
6519 are part of longer operators have paren syntax.
6520
6521 (c-<>-multichar-token-regexp): New language variable used by
6522 `c-after-change-check-<>-operators'.
6523
6524 (c-after-change): Call `c-after-change-check-<>-operators'.
6525
6526 (c-font-lock-<>-arglists): Use the context properties set by
6527 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6528 correctly to avoid doing invalid markup.
6529
6530 (c-font-lock-declarations): Remove code that undoes the invalid
6531 markup done by `c-font-lock-<>-arglists'.
6532
6533 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6534 after `c-font-lock-declarations'.
6535
6536 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6537 Add paren-level feature.
6538
6539 (c-guess-basic-syntax): Improve the anchor position for
6540 `template-args-cont' in nested template arglists. There's still
6541 much to be desired in this area, though.
6542
6543 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6544
6545 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6546 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6547
6548 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6549
6550 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6551 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6552
6553 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6554 it doesn't work no longer are supported.
6555
6556 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6557 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6558 requires support for the syntax-table' text property, which rules
6559 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6560 cruft associated with those versions.
6561
6562 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6563 for the `syntax-table' text property, which rules out Emacs 19 and
6564 XEmacs < 21.4. Removed various compatibility cruft associated
6565 with those versions.
6566
6567 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6568 support for the `syntax-table' text property.
6569
6570 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6571 variable and use an extra quoted face name instead. All the
6572 emacsen flavors handle that correctly.
6573
6574 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6575 (c-font-lock-declarators, c-font-lock-declarations)
6576 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6577 property to mark the items in in declarator lists to handle
6578 refontification inside multiline declarations better.
6579
6580 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6581 construct like "a * b = c;" as a declaration.
6582
6583 2005-12-08 Kim F. Storm <storm@cua.dk>
6584
6585 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6586 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6587 select either meta, hyper, or super modifier for rectangle commands.
6588 (cua--rectangle-modifier-key): New defvar.
6589 (cua--M/H-key): Use it. Remove special case for `space'.
6590 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6591 on X, to meta otherwise. Always bind C-return to toggle
6592 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6593
6594 * emulation/cua-rect.el (cua-help-for-rectangle):
6595 Use cua--rectangle-modifier-key. Handle super modifier too.
6596 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6597 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6598
6599 * ido.el: Move Acknowledgements and History after Commentary.
6600 Minor changes to Commentary.
6601
6602 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6603 keymap if cua--prefix-override-timer is `shift'.
6604 (cua--shift-control-prefix): New function; emulate "type prefix
6605 key twice" functionality to handle shifted prefix key override.
6606 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6607 New commands.
6608 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6609
6610 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6611
6612 * textmodes/org.el (org-insert-heading): Try to do items before
6613 headings.
6614 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6615 (org-insert-item): New function.
6616 (org-renumber-ordered-list): Don't skip to higher level lists.
6617
6618 2005-12-08 Juri Linkov <juri@jurta.org>
6619
6620 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6621
6622 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6623
6624 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6625
6626 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6627 the constructed function name fun-1.
6628
6629 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6630 because such links don't lead to parent documentation.
6631
6632 2005-12-08 Kenichi Handa <handa@m17n.org>
6633
6634 * descr-text.el (describe-char): Use *Help-2* buffer if the
6635 current buffer is *Help*. Call describe-text-properties while
6636 setting the original buffer.
6637
6638 2005-12-07 Bill Wohler <wohler@newt.com>
6639
6640 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6641 and causes problems with non-MH users (such as Gnus users).
6642
6643 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6644
6645 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6646 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6647 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6648 command "info sources". Move calls to GDB command "list".
6649 (gdb-find-file-hook): Just use gdb-source-file-list.
6650 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6651 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6652 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6653 (gdb-data-list-register-values-handler): Use correct trigger name.
6654
6655 2005-12-07 Kim F. Storm <storm@cua.dk>
6656
6657 * ido.el (ido-completion-map): Rename from ido-mode-map.
6658 (ido-common-completion-map, ido-file-completion-map)
6659 (ido-file-dir-completion-map, ido-buffer-completion-map):
6660 Rename from ido-mode-....-map.
6661 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6662 (ido-setup-completion-map): Rename from ido-define-mode-map.
6663 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6664 to ido-completion-map.
6665
6666 2005-12-07 Kenichi Handa <handa@m17n.org>
6667
6668 * international/mule-cmds.el
6669 (set-display-table-and-terminal-coding-system): If the coding
6670 system specified in `unibyte-display' property is different from
6671 the arg coding-system, don't setup standard-display-table.
6672
6673 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6676 that comments end at \n, regardless of selective-display.
6677
6678 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6679
6680 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6681 (gdb-version): New variables.
6682 (gdb-source-file-list, gdb-register-names)
6683 (gdb-changed-registers): New variables for use with GDB 6.4+.
6684 (gdb-ann3): Replace with...
6685 (gdb-init-1, gdb-init-2): ...two new functions.
6686 (gdba, gdb-prompt): Call gdb-init-1.
6687 (gdb-get-version): New function. Call gdb-init-2 from here.
6688 (gud-watch): Make it work with mouse events too.
6689 (gdb-post-prompt): Don't add to queue until GDB version is known.
6690 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6691 (gdb-locals-mode): Use gdb-version.
6692 (gdb-memory-format-map, gdb-memory-unit-map)
6693 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6694 (gdb-locals-font-lock-keywords-1)
6695 (gdb-locals-font-lock-keywords-2): New variables.
6696 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6697 (gdb-set-gud-minor-mode-existing-buffers-1)
6698 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6699 (gdb-var-update-1, gdb-var-update-handler-1)
6700 (gdb-data-list-register-values-handler)
6701 (gdb-data-list-register-values-custom)
6702 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6703 (gdb-stack-list-locals-handler, gdb-get-register-names):
6704 New functions for use with GDB 6.4+.
6705 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6706 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6707 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6708 (gdb-stack-list-locals-regexp)
6709 (gdb-data-list-register-names-regexp): New regexps for use with
6710 GDB 6.4+.
6711
6712 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6715
6716 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6717
6718 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6719 prompts work for AUTH PLAIN. Also reported by Steve Allan
6720 <seallan@verizon.net>.
6721
6722 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6723
6724 * frame.el (set-frame-parameter): Add doc string.
6725
6726 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6727
6728 * textmodes/org.el (org-occur-highlights): New variable.
6729 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6730 (org-highlight-sparse-tree-matches): New option.
6731 (org-do-occur): New function.
6732 (org-get-heading): Make it work also at beginning of line.
6733 (org-category-table): New variable.
6734 (org-get-category-table, org-get-category)
6735 (org-camel-to-words, org-link-search): New functions.
6736 (org-select-this-todo-keyword): New variable.
6737 (org-todo-list): New command.
6738 (org-shiftright, org-shiftleft): New commands.
6739 (org-agenda-todo): Add prefix argument.
6740 (org-show-hierarchy-above): New option.
6741 (org-show-todo-tree): Numerical prefix creates tree for specific
6742 TODO keyword.
6743 (org-outline-level): New function, to assign a level to plain
6744 lists items.
6745 (org-cycle-include-plain-lists): New option.
6746 (org-mode): Use `org-outline-level' as value of `outline-level'.
6747 (org-cycle): Temporarily switch `outline-regexp' if
6748 `org-cycle-include-plain-lists' is non-nil.
6749 (org-start-icalendar-file): Fix format bug.
6750 (org-agenda-get-day-entries): Create category table.
6751 (org-agenda-get-todos, org-agenda-get-timestamps)
6752 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6753 (org-agenda-get-blocks): Use `org-get-category'.
6754 (org-context-in-file-links): Rename from
6755 `org-line-numbers-in-file-links'.
6756
6757 2005-12-06 Romain Francoise <romain@orebokech.com>
6758
6759 * window.el (balance-windows): Delete extraneous third arg in call
6760 to `enlarge-window'.
6761
6762 2005-12-06 Kenichi Handa <handa@m17n.org>
6763
6764 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6765
6766 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * progmodes/gdb-ui.el (gdb-var-create-handler)
6769 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6770 (gdb-var-list-children-handler, gdb-var-update-handler):
6771 Current buffer is already gdb-partial-output-buffer, don't
6772 make it current again.
6773
6774 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6777 (list-buffers-noselect): Use it.
6778
6779 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6782 (mail-yank-ignored-headers): Use regexp-opt.
6783 (mail-mode-map): Move initialization into declaration.
6784 (mail-sent-via): Remove unused shadowed var `to-line'.
6785 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6786 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6787 (mail-do-fcc): Use dolist and push.
6788 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6789 (mail-yank-ignored-headers): Don't autoload.
6790
6791 2005-12-05 Kenichi Handa <handa@m17n.org>
6792
6793 * international/mule-cmds.el (set-language-info-internal): New fun.
6794 (set-language-info): Call set-language-info-internal to update
6795 language-info-alist. If LANG-ENV is the current one, call
6796 set-language-environment to make INFO effective now.
6797 (set-language-info-alist): Likewise.
6798 (locale-language-names): With locale "en", use English
6799 lang. env. but set the default codings to iso-8859-1.
6800
6801 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6804 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6805 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6806 for plain strings.
6807 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6808 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6809 Create registers buffer if necessary. Echo new state in minibuffer.
6810 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6811
6812 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * info.el (Info-fontify-node): Match external links using
6815 non-directory part of filename.
6816
6817 2005-12-04 Juri Linkov <juri@jurta.org>
6818
6819 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6820 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6821 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6822 because there is no customization option for it.
6823
6824 * font-lock.el (lisp-font-lock-keywords-1):
6825 Add define-global-minor-mode.
6826
6827 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6828
6829 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6830 properties on the constructed variable names.
6831
6832 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6833 Put `definition-name' properties on the constructed function names
6834 next-sym and prev-sym.
6835
6836 * emacs-lisp/find-func.el (find-function-regexp):
6837 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6838 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6839 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6840 and easy-menu-define.
6841
6842 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6843 easy-mmode-define-global-mode and define-global-minor-mode.
6844 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6845
6846 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6847 instead of easy-mmode-define-global-mode.
6848
6849 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6850 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6851
6852 * cus-edit.el (customize-group, customize-group-other-window):
6853 Filter out autoloaded options from the group completion list by
6854 using heuristics that autoloaded groups don't have `custom-autoload'
6855 property on their symbols (they have only `custom-loads').
6856
6857 * simple.el (completion-setup-function): Put completions-common-part
6858 face on complete completion string too (i.e. completion string
6859 without completions-first-difference face).
6860
6861 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6862
6863 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6864
6865 * view.el (view-mode): Doc fix.
6866
6867 * disp-table.el (standard-display-european): Add to the warning
6868 message a reference to the doc string.
6869
6870 * play/yow.el (apropos-zippy): Call print-help-return-message,
6871 similar to other Help and Apropos commands.
6872
6873 * help.el (print-help-return-message): If pop-up-frames is
6874 non-nil, set up help-return-method to delete the help window and,
6875 possibly, its frame as well, and don't display message about
6876 scrolling the help window. Doc fix.
6877 (help-return-method): Doc fix.
6878
6879 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6880
6881 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6882 whereby names of length one or names starting with a
6883 symbol-constituent character would not be returned.
6884
6885 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6886
6887 * subr.el (atomic-change-group): Add edebug and indentation spec.
6888
6889 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * completion.el (save-completions-file-name): Fix typo in last change.
6892
6893 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6894
6895 * info.el: Move back/forward history to the beginning of the tool bar.
6896
6897 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6898
6899 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6900 Add fset of allout-real-isearch-abort during compile to fix
6901 byte-compilation warnings.
6902 (allout-mode-p): Move definition of this macro above all uses, or
6903 byte compilation in barren emacs (eg, during emacs build) will
6904 lack the definition.
6905 (allout-mode): Move this variable above any uses, or byte
6906 compilation will fail.
6907 (allout-resolve-xref): Remove use of personal file-reference function.
6908 (allout-toggle-current-subtree-encryption): Do the current (ie,
6909 visible containing) topic, rather than nearest around point. Doc fix.
6910 (allout-toggle-subtree-encryption): New function, workhorse that
6911 works on nearest topic containing point.
6912 (allout-encrypt-string): Signal requirement for newer version of pgg.
6913 (allout-resumptions): Doc fix.
6914
6915 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6916
6917 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6918
6919 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6920
6921 * textmodes/flyspell.el (flyspell-external-point-words):
6922 Consider a misspelling as found in the string search if: (a) misspelling
6923 and found string lengths match, or (b) misspelling is found as
6924 element in a boundary-chars separated longer string, or (c)
6925 ispell-program-name is really ispell and misspelling is found as
6926 part of a TeX string. After successful match move beginning of
6927 search region to end of match. Warn about not found misspellings
6928 once the process is done.
6929 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6930
6931 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6932
6933 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6934 tool bar (removed inadvertently).
6935
6936 2005-12-02 Juri Linkov <juri@jurta.org>
6937
6938 * log-view.el (log-view-diff): Clarify doc string.
6939
6940 2005-12-01 Bill Wohler <wohler@newt.com>
6941
6942 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6943 triggers lm-verify errors.
6944
6945 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6946
6947 * simple.el (transient-mark-mode, line-number-mode)
6948 (column-number-mode, size-indication-mode): Remove `:require nil'.
6949
6950 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6951
6952 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6953 in the margin also.
6954 (gdb-breakpoints-mode-map): Use D instead of d for
6955 gdb-delete-breakpoint.
6956 (gdb-get-frame-number): Require a number to match on.
6957 (gdb-threads-mode-map): Add follow-link binding.
6958
6959 2005-11-30 Jason Rumney <jasonr@gnu.org>
6960
6961 * isearch.el (isearch-mode-map): Avoid exiting search on
6962 language-change event.
6963
6964 2005-11-30 Romain Francoise <romain@orebokech.com>
6965
6966 * speedbar.el (speedbar-default-position): New defcustom.
6967 (speedbar-frame-reposition-smartly): Use it.
6968
6969 * dframe.el (dframe-reposition-frame-emacs): Fix position
6970 computation for `left' location.
6971 Update copyright year.
6972
6973 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * help.el (help-map): Move initialization into declaration.
6976
6977 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6978
6979 * help-fns.el (help-argument-name): Don't autoload.
6980 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6981 to be re-loaded when customizing the `help' group.
6982
6983 2005-11-30 John Paul Wallington <jpw@gnu.org>
6984
6985 * help-fns.el (describe-function-1): Fill arglist output.
6986
6987 2005-11-30 Kim F. Storm <storm@cua.dk>
6988
6989 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6990 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6991 after revert-buffer (or anything else which kills all local variables).
6992
6993 * apropos.el (apropos-parse-pattern): Doc fix.
6994 Set apropos-regexp directly, rather than expecting callers to do so.
6995 (apropos-command, apropos, apropos-value, apropos-documentation):
6996 Simplify calls to apropos-parse-pattern.
6997
6998 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7001 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7002 (hi-lock-write-interactive-patterns): Use comment-region.
7003
7004 * longlines.el (longlines-mode): Add mail-setup-hook.
7005
7006 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7007
7008 * simple.el (sendmail-user-agent-compose, next-line):
7009 Conditionally use hard-newline.
7010
7011 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7012
7013 * international/latexenc.el (latex-inputenc-coding-alist):
7014 Reword doc string.
7015
7016 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * help.el (describe-key-briefly, describe-key): Recognize default
7019 bindings.
7020
7021 2005-11-29 Romain Francoise <romain@orebokech.com>
7022
7023 * view.el (view-inhibit-help-message): New defcustom.
7024 (view-mode-enter): Use it.
7025
7026 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7027
7028 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7029 Preserve user position.
7030
7031 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7032
7033 * font-lock.el: Throw error if facemenu is not loaded to prevent
7034 accidental change of loading order in loadup.el. (Suggested by RMS.)
7035
7036 * loadup.el: Add comment explaining why facemenu must be loaded
7037 before font-lock.
7038
7039 2005-11-28 Jay Belanger <belanger@truman.edu>
7040
7041 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7042 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7043
7044 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7045
7046 * calc/calc-embed.el (calc-do-embedded): Update help message.
7047
7048 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7049
7050 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7053
7054 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7055 called-interactively-p.
7056 (elp-profilable-p): Rename from elp-not-profilable-p.
7057 Invert result and take into account macros and autoloaded functions.
7058 (elp-instrument-function): Update call.
7059 (elp-instrument-package): Update call. Add completion.
7060 (elp-pack-number): Use match-string.
7061 (elp-results-jump-to-definition-by-mouse): Merge into
7062 elp-results-jump-to-definition and then remove.
7063 (elp-output-insert-symname): Make help echo text single-line.
7064
7065 * replace.el (query-replace-map): Move initialization into declaration.
7066 (occur-engine): Use with-current-buffer.
7067 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7068 (occur-mode-mouse-goto): Replace with an alias.
7069
7070 2005-11-28 Juri Linkov <juri@jurta.org>
7071
7072 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7073
7074 * term/w32-win.el: Bind [S-tab] to [backtab].
7075
7076 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7077 `Info-find-file' to t.
7078
7079 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7080 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7081 and same-window-regexps.
7082 (occur-next-error): Don't move point for arg 0.
7083
7084 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7087
7088 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * log-edit.el (log-edit-changelog-use-first): New var.
7091 (log-edit-changelog-ours-p): Use it.
7092 (log-edit-insert-changelog): Set it with new arg `use-first'.
7093 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7094 (log-edit-hook): Add them to the list of suggested options.
7095
7096 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7097 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7098 redundant work.
7099 (flyspell-mode-on): Use add-hook for after-change-functions.
7100 (flyspell-mode-off): Use remove-hook for after-change-functions.
7101 (flyspell-changes): Make it buffer-local.
7102 (flyspell-after-change-function): Make it non-interactive. Use push.
7103 (flyspell-post-command-hook): Check input-pending-p while processing
7104 the potentially long list of buffer changes.
7105
7106 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7107
7108 * buff-menu.el (list-buffers-noselect): Display the selected
7109 frame's buffer list, not the global one.
7110
7111 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7112
7113 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7114 that (list last-input-event) works as in interactive spec.
7115
7116 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7119 `facemenu-keymap' needs to be defined when font-lock is loaded.
7120 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7121
7122 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * completion.el: Remove useless leading * in defcustom docstrings.
7125 (save-completions-file-name): Use ~/.emacs.d if available.
7126 (completion-standard-syntax-table): Rename from
7127 cmpl-standard-syntax-table and fold initialization into declaration,
7128 thus removing cmpl-make-standard-completion-syntax-table.
7129 (completion-lisp-syntax-table, completion-c-syntax-table)
7130 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7131 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7132 (symbol-under-point, symbol-before-point)
7133 (symbol-under-or-before-point, symbol-before-point-for-complete)
7134 (add-completions-from-c-buffer): Use with-syntax-table.
7135 (make-completion): Don't return a list of completion entries.
7136 Update callers.
7137 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7138 (completion-initialize): Rename from initialize-completions.
7139 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7140 (kill-emacs-save-completions): Collect stats here.
7141 (save-completions-to-file, load-completions-from-file):
7142 Use with-current-buffer.
7143 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7144 into a function. Move all calls to toplevel.
7145 (completion-lisp-mode-hook): New fun.
7146 (completion-c-mode-hook, completion-setup-fortran-mode):
7147 Set the syntax-table here. Use local-set-key.
7148 (completion-saved-bindings): New var.
7149 (dynamic-completion-mode): Make it into a proper minor mode.
7150 (load-completions-from-file): Remove unused var `num-uses'.
7151
7152 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7153 constructor if it is explicitly overridden.
7154
7155 * complete.el (PC-completion-as-file-name-predicate):
7156 Use minibuffer-completing-file-name.
7157 (partial-completion-mode): Use find-file-not-found-functions.
7158 (PC-lisp-complete-symbol): Use with-syntax-table.
7159 (PC-look-for-include-file): Remove dead setq.
7160 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7161 (PC-complete): Use with-current-buffer.
7162
7163 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7164 escape single quotes.
7165
7166 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7167
7168 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7169 of `if' whose condition always returned nil. Doc fix.
7170
7171 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7172 window's buffer the current buffer around the call to
7173 `list-buffers-noselect'. This is necessary to mark that buffer
7174 with a `.' in the Buffer Menu when called from Lisp, for instance
7175 by Auto Revert Mode.
7176
7177 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7178
7179 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7180 attaching to it.
7181 (gdb-pre-prompt): Make sure gdb-error is reset.
7182
7183 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7184 with a child process, detect it.
7185 (gud-speedbar-buttons): Match regexp more carefully.
7186
7187 2005-11-27 Richard M. Stallman <rms@gnu.org>
7188
7189 * mouse.el (mouse-drag-move-window-bottom):
7190 Use adjust-window-trailing-edge.
7191
7192 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * simple.el (blink-matching-open): Ignore
7195 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7196 (blink-matching-paren-on-screen): Update docstring.
7197
7198 * paren.el (show-paren-mode): No longer change
7199 `blink-matching-paren-on-screen'.
7200
7201 2005-11-27 John Paul Wallington <jpw@pobox.com>
7202
7203 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7204 (gdb-threads-select, gdb-edit-register-value):
7205 Use `posn-set-point' instead of `mouse-set-point' because the
7206 latter is not fbound when configured without X.
7207
7208 2005-11-27 Kim F. Storm <storm@cua.dk>
7209
7210 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7211 existing face when partially highlighting a TAB in a rectangle.
7212
7213 2005-11-26 Kim F. Storm <storm@cua.dk>
7214
7215 * ido.el (ido-mode-map): Doc fix.
7216 (ido-mode-common-map, ido-mode-file-map)
7217 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7218 (ido-define-mode-map): Rewrite. Select one of the new maps as
7219 parent for ido-mode-map instead of building from scratch.
7220 (ido-init-mode-maps): New defun to initialize new maps.
7221 (ido-mode): Call it.
7222 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7223 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7224
7225 2005-11-26 John Paul Wallington <jpw@pobox.com>
7226
7227 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7228 `mouse-set-point' because the latter is not fbound when configured
7229 without X.
7230
7231 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7232
7233 * files.el (file-relative-name): Doc fix.
7234
7235 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7236
7237 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7238 non-empty string for secondary prompt PS2.
7239
7240 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * progmodes/compile.el (compilation-setup): Fix last change.
7243
7244 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7245
7246 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7247 (gdb-mouse-toggle-breakpoint-margin)
7248 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7249 Add gdb-server-prefix to keep out of command history.
7250 (gdb-edit-register-value): New function.
7251 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7252 (gdb-info-registers-custom): Use above map.
7253
7254 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7255
7256 * custom.el (enable-theme): Signal error if argument is not a
7257 theme. Don't recalculate a face if it's not loaded yet.
7258
7259 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7260 the `user' theme is in effect.
7261
7262 * info.el (Info-on-current-buffer): Record actual filename in
7263 Info-current-file, instead of t, or a fake filename if a non-file
7264 buffer. Make autoload.
7265 (Info-find-node, Info-revert-find-node): No need to check for
7266 Info-current-file nil.
7267 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7268 Info-current-file is now never `t'.
7269 (Info-fontify-node): Many simplifications due to Info-current-file
7270 always being valid. Use Info-find-file to find node filename.
7271
7272 2005-11-25 David Kastrup <dak@gnu.org>
7273
7274 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7275 new character, then delete" in order to preserve markers.
7276
7277 2005-11-25 David Ponce <david@dponce.com>
7278
7279 * recentf.el (recentf-arrange-by-rule): Handle a special
7280 `auto-mode-alist'-like "strip suffix" rule.
7281 (recentf-build-mode-rules): Handle second level auto-mode entries.
7282
7283 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7284
7285 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7286 window modes.
7287
7288 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7289 jde-javadoc-checker-report-mode.
7290
7291 * ediff-wind (ediff-make-wide-display): Slight simplification.
7292
7293 * ediff.el (ediff-date): Change the date of last update.
7294
7295 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7298 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7299 (hi-lock-mode): New global minor mode.
7300 (turn-on-hi-lock-if-enabled): New function.
7301 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7302 Change arguments to regexp and face instead of a font-lock pattern.
7303 Directly set face property, instead of refontifying.
7304 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7305 (hi-lock-find-patterns): Use line-number-at-pos.
7306
7307 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7308 arguments for hi-lock-set-pattern.
7309 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7310 Call font-lock-fontify-buffer.
7311 (hi-lock-find-file-hook, hi-lock-current-line)
7312 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7313
7314 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7315 turned off.
7316
7317 * progmodes/compile.el (compilation-setup): Don't fiddle with
7318 font-lock-defaults.
7319
7320 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7321
7322 * progmodes/gdb-ui.el (gdb-var-create-handler)
7323 (gdb-var-list-children-handler): Find values for all variable
7324 objects. gud-speedbar-buttons decides whether to display them.
7325
7326 2005-11-24 Romain Francoise <romain@orebokech.com>
7327
7328 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7329 buffer name with a space.
7330
7331 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7332
7333 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7334 `org-export-local-list-max-depth'. Change default value to 3.
7335 (org-auto-renumber-ordered-lists)
7336 (org-plain-list-ordered-item-terminator): New options.
7337 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7338 (org-get-indentation, org-get-string-indentation)
7339 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7340 New functions.
7341 (org-move-item-down, org-move-item-up): New commands.
7342 (org-export-as-html): New classes for CSS support. Bug fix in
7343 regular expression detecting fixed-width regions. Respect
7344 `org-local-list-ordered-item-terminator'.
7345 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7346 also a list item.
7347 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7348 New item moving functions.
7349
7350 2005-11-24 Juri Linkov <juri@jurta.org>
7351
7352 * isearch.el (isearch-repeat): With empty search ring set
7353 `isearch-error' to the error string instead of signaling error
7354 with the function `error'.
7355
7356 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7357
7358 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7359
7360 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7361
7362 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7363 and variable.
7364 (gdb-var-create-handler, gdb-var-list-children-handler):
7365 Don't match on "char **...".
7366 (gdb-var-update-handler): Find values for all variable objects.
7367 (gdb-info-frames-custom): Identify frames by leading "#".
7368
7369 * progmodes/gud.el (gud-speedbar-menu-items): Add
7370 gdb-speedbar-auto-raise as radio button.
7371 (gud-speedbar-buttons): Raise speedbar if requested.
7372 Don't match on "char **...".
7373 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7374 Make it editable.
7375
7376 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7377
7378 * info.el (Info-fontify-node): Handle the case where
7379 Info-current-file is t.
7380
7381 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * simple.el (blink-matching-open): Fix off-by-one in last change.
7384
7385 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7386
7387 * term/mac-win.el: Don't change default directory.
7388
7389 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7390
7391 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7392 buffers correctly. (It used to throw an error in such buffers.)
7393 Make it ask for confirmation in group buffers and other Custom
7394 buffers containing more than one customization item.
7395
7396 2005-11-22 John Paul Wallington <jpw@gnu.org>
7397
7398 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7399 property on mail and url overlays.
7400 (goto-address-at-point): Use `posn-set-point' instead of
7401 `mouse-set-point' because the latter is not fbound when configured
7402 without X.
7403
7404 2005-11-22 Lars Hansen <larsh@soem.dk>
7405
7406 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7407 (ls-lisp-classify, ls-lisp-format): Delete call to
7408 ls-lisp-parse-symlink.
7409 (ls-lisp-handle-switches): Handle symlinks to directories as
7410 directories when ls-lisp-dirs-first in non-nil.
7411
7412 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7413
7414 * startup.el (command-line): Make sure that loaddefs.el is handled
7415 correctly in load-history.
7416
7417 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7418
7419 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7420 (gdb-struct-string, gdb-array-string): New constants.
7421 (gdb-info-locals-handler): Use them.
7422 (gdb-reset): Reset gdb-var-list to nil.
7423
7424 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7425
7426 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7427 in patterns.
7428
7429 2005-11-21 Juri Linkov <juri@jurta.org>
7430
7431 * custom.el (defcustom): Update link types in docstring.
7432
7433 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7434
7435 * custom.el (defgroup): Add doc-string-elt info.
7436
7437 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7438
7439 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * newcomment.el (comment-enter-backward): Fix last fix.
7442
7443 * simple.el (blink-matching-open):
7444 * paren.el (show-paren-function): Allow new paren-class info.
7445
7446 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7447
7448 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7449 handled automagically.
7450
7451 2005-11-20 Andreas Schwab <schwab@suse.de>
7452
7453 * descr-text.el (describe-char): When copying overlays put them
7454 over the full char description instead of just the first character
7455 of it.
7456
7457 2005-11-20 Juri Linkov <juri@jurta.org>
7458
7459 * simple.el (what-cursor-position):
7460 * descr-text.el (describe-char): Use Lisp-readable syntax
7461 for octal and hex. Reorder decimal, octal and hex values.
7462 Remove excess whitespace in the output. Use `=' in `column='
7463 like in `point=' and `Hscroll='.
7464
7465 * international/mule-cmds.el (encoded-string-description):
7466 Use Lisp-readable syntax for hex.
7467
7468 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * newcomment.el (comment-enter-backward): Handle the case where the
7471 comment is closed by EOB.
7472
7473 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * longlines.el (longlines-before-revert-hook)
7476 (longlines-after-revert-hook): New functions.
7477 (longlines-mode): Turn off longlines temporarily when reverting.
7478 Add a message-setup-hook.
7479 (longlines-decode-buffer): New function.
7480 (longlines-wrap-line): Preserve marker positions.
7481
7482 2005-11-19 Andreas Schwab <schwab@suse.de>
7483
7484 * emacs-lisp/shadow.el: Handle compressed files.
7485
7486 2005-11-19 Romain Francoise <romain@orebokech.com>
7487
7488 * net/browse-url.el (browse-url-default-browser): Signal an error
7489 if no usable browser can be found, rather than try to load w3.
7490
7491 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7492
7493 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7494 replacing existing properties.
7495 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7496 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7497 tty specs.
7498 (rcirc-server-prefix, rcirc-server): New faces.
7499 (rcirc-url-regexp): Generate with rx macro.
7500 (rcirc-last-server-message-time): New variable.
7501 (rcirc-filter): Record time of last message.
7502 (rcirc-keepalive): Kill processes that did not send a message
7503 since the last ping.
7504 (rcirc-mode): Give rcirc-topic a local binding here.
7505
7506 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7507
7508 * subr.el (read-passwd): Fontify the prompt as we do with other
7509 prompts.
7510
7511 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7512
7513 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7514 binding buffer-read-only to nil.
7515
7516 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7517
7518 * complete.el (partial-completion-mode):
7519 Mention completion-auto-help in the doc string.
7520
7521 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7522 more Lisp-ish way.
7523
7524 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7525
7526 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7527 digits, not 8, to avoid misalignment for files larger than 100MB.
7528
7529 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7530
7531 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7532 Mention "keyboard shortcuts" in the help text.
7533
7534 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7535
7536 * startup.el (fancy-splash-default-action): Discard only
7537 mouse-down and succeeding mouse-up events in the splash screen
7538 window so that drag-n-drop event can be processed.
7539
7540 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * longlines.el (longlines-mode): Add hacks for mail-mode and
7543 message-mode.
7544
7545 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7546
7547 * textmodes/org.el (org-table-sort-lines): New command.
7548 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7549 (org-add-file): Command removed, use `org-agenda-file-to-front'
7550 instead.
7551 (org-export-icalendar): Use `org-icalendar-combined-name'.
7552 (org-cycle-agenda-files, org-agenda-file-to-end)
7553 (org-agenda-file-to-front): New commands.
7554 (org-table-tab-jumps-over-hlines, org-export-html-style):
7555 New options.
7556 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7557 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7558 New functions.
7559 (org-fill-paragraph): Call `org-table-align' in tables.
7560 (org-mode): Call `org-set-autofill-regexps'.
7561 (org-export-as-html): Support for local handformatted lists.
7562 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7563 (org-export-local-list-max-depth): New option.
7564 (org-html-expand): Use `org-html-protect'.
7565
7566 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7569 to "p".
7570 (gdb): Move definition of gud-pp to...
7571
7572 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7573 speedbar.
7574 (gdb-find-watch-expression): New function.
7575
7576 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * faces.el (face-attribute, set-face-attribute): Mention existence
7579 of `:ignore-defface' setting in docstring.
7580
7581 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * simple.el (completion-setup-function): Fix last change.
7584
7585 2005-11-17 John Paul Wallington <jpw@pobox.com>
7586
7587 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7588 Use `posn-set-point' instead of `mouse-set-point' because the
7589 latter is not fbound when configured without X.
7590
7591 * comint.el (comint-insert-input): Likewise.
7592
7593 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * simple.el (hard-newline): New variable.
7596 (sendmail-user-agent-compose, next-line): Use it.
7597
7598 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7599 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7600 (mail-mail-reply-to, mail-mail-followup-to)
7601 (mail-position-on-field, mail-signature, mail-yank-original)
7602 (mail-attach-file): Likewise.
7603
7604 * mail/mailheader.el (mail-header-format)
7605 (mail-header-format-function): Likewise.
7606
7607 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7608
7609 2005-11-17 Juri Linkov <juri@jurta.org>
7610
7611 * font-lock.el (font-lock-faces): Rename this defgroup from
7612 `font-lock-highlighting-faces'.
7613 (font-lock-comment-face, font-lock-comment-delimiter-face)
7614 (font-lock-string-face, font-lock-doc-face)
7615 (font-lock-keyword-face, font-lock-builtin-face)
7616 (font-lock-function-name-face, font-lock-variable-name-face)
7617 (font-lock-type-face, font-lock-constant-face)
7618 (font-lock-warning-face, font-lock-negation-char-face)
7619 (font-lock-preprocessor-face)
7620 (font-lock-regexp-grouping-backslash)
7621 (font-lock-regexp-grouping-construct): Rename :group from
7622 `font-lock-highlighting-faces' to `font-lock-faces'.
7623
7624 * cus-edit.el (lisp, c, tex):
7625 * progmodes/ada-mode.el (ada):
7626 * progmodes/asm-mode.el (asm):
7627 * progmodes/cperl-mode.el (cperl-faces):
7628 * progmodes/cpp.el (cpp):
7629 * progmodes/dcl-mode.el (dcl):
7630 * progmodes/f90.el (f90):
7631 * progmodes/fortran.el (fortran):
7632 * progmodes/icon.el (icon):
7633 * progmodes/idlwave.el (idlwave-misc):
7634 * progmodes/m4-mode.el (m4):
7635 * progmodes/make-mode.el (makefile):
7636 * progmodes/meta-mode.el (meta-font):
7637 * progmodes/modula2.el (modula2):
7638 * progmodes/octave-mod.el (octave):
7639 * progmodes/pascal.el (pascal):
7640 * progmodes/perl-mode.el (perl):
7641 * progmodes/prolog.el (prolog):
7642 * progmodes/ps-mode.el (PostScript-edit):
7643 * progmodes/scheme.el (scheme):
7644 * progmodes/sh-script.el (sh-script):
7645 * progmodes/simula.el (simula):
7646 * progmodes/tcl.el (tcl):
7647 * textmodes/nroff-mode.el (nroff):
7648 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7649 * textmodes/sgml-mode.el (sgml):
7650 * textmodes/texinfo.el (texinfo):
7651 Add :link (custom-group-link font-lock-faces) to defgroup.
7652
7653 * hi-lock.el (hi-lock): Rename this defgroup from
7654 `hi-lock-interactive-text-highlighting'. Change parent group from
7655 `faces' to `font-lock'. Add link to the manual.
7656 (hi-lock-mode, hi-lock-file-patterns-range)
7657 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7658 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7659 (hi-lock-faces): Add :group `faces'.
7660
7661 * cus-edit.el (custom-variable-prompt): Clarify the code.
7662
7663 * faces.el (face-read-string): Set the default value arg of
7664 completing-read.
7665
7666 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * rfn-eshadow.el (file-name-shadow-properties)
7669 (file-name-shadow-tty-properties, file-name-shadow-mode):
7670 Remove autoloads, because the file is now preloaded.
7671
7672 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * printing.el (easy-menu-intern): Don't define.
7675 (pr-get-symbol): Use easy-menu-intern only if defined.
7676
7677 * simple.el (blink-matching-open): Simplify a bit.
7678 (completion-setup-function): Fix the case of partial-completion-mode
7679 when the minibuffer's contents start with "-".
7680 Obey completion-base-size-function even when
7681 minibuffer-completing-file-name is non-nil.
7682
7683 2005-11-16 Richard M. Stallman <rms@gnu.org>
7684
7685 * net/eudcb-ph.el (eudc-ph-open-session):
7686 Use set-process-query-on-exit-flag.
7687
7688 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7689
7690 * international/ucs-tables.el (ucs-set-table-for-input):
7691 Use make-local-variable, not make-variable-buffer-local.
7692
7693 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7694 Improve warning message text.
7695
7696 * savehist.el (savehist-save-hook): Add :group.
7697
7698 * menu-bar.el (menu-bar-help-menu):
7699 Rename Find Extra Packages to External Packages.
7700
7701 * cus-edit.el (Custom-reset-standard): Verify that
7702 :custom-standard-value prop exists before calling it.
7703
7704 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7705
7706 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7707
7708 * wid-edit.el (color): Enclose %t in %{...%}.
7709
7710 * cus-edit.el (face): Enclose %t in %{...%}.
7711
7712 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7713
7714 * savehist.el (savehist-mode-hook): Re-add the var.
7715 (savehist-mode): Use it.
7716
7717 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7718
7719 * textmodes/flyspell.el: Fix commenting convention.
7720 Remove unnecessary leading * in custom docstrings.
7721 (flyspell-emacs): Remove unused var.
7722 (flyspell-delete-region-overlays): Use remove-overlays.
7723 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7724 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7725 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7726 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7727 (make-flyspell-overlay): Don't locally reuse a global name.
7728 (flyspell-highlight-incorrect-region)
7729 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7730 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7731 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7732 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7733 Wrap calls to accept-process-output inside with-local-quit since it's
7734 often called from a post-command-hook.
7735 (flyspell-correct-word, flyspell-auto-correct-word):
7736 Use ispell-send-string.
7737 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7738
7739 * calendar/diary-lib.el (diary-list-entries): Also hide the
7740 terminating newline.
7741
7742 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7743
7744 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7745 window-system, to allow fonts on tty.
7746
7747 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7748
7749 * progmodes/gud.el (gud-speedbar-item-info): New function.
7750 (gud-install-speedbar-variables): Use it to display data type
7751 of watch expression as a tooltip in speedbar.
7752
7753 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7754
7755 * font-core.el (global-font-lock-mode): Add :version keyword,
7756 because default was changed.
7757
7758 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7759
7760 * startup.el (command-line): Use `custom-reevaluate-setting' for
7761 `file-name-shadow-mode'.
7762
7763 * loadup.el: Preload rfn-eshadow.
7764
7765 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7766 Add :version keyword.
7767 (file-name-shadow-properties, file-name-shadow-tty-properties)
7768 (file-name-shadow): Add :version keyword.
7769
7770 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7771 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7772 in the custom-group property of the symbol frames and the fringe
7773 group got no link to its parent group frames.
7774 Doc fix.
7775
7776 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7777
7778 * progmodes/gud.el (gud-stop-subjob): New function.
7779 (gud-menu-map, gud-tool-bar-map): Use it.
7780
7781 2005-11-16 Kim F. Storm <storm@cua.dk>
7782
7783 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7784 than kill it.
7785 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7786 to a more useful/logical place.
7787
7788 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7789
7790 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7791 go buttons complementary.
7792
7793 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7796 (rfn-eshadow-sifn-equal): New function.
7797 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7798
7799 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7800
7801 * viper-utils.el (viper-non-word-characters-reformed-vi):
7802 Quote `-' in string.
7803
7804 * viper.el (viper-emacs-state-mode-list): Ensure that
7805 rcirc-mode buffers come up in Emacs state.
7806
7807 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7808 operation.
7809
7810 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * term.el (term-termcap-format): Fix typos.
7813 (term-down): Fix the negative argument case.
7814
7815 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7816
7817 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7818 2005-08-15.
7819 (gdb-ann3): New command gud-go.
7820 (menu): Accomodate gdb-mi.el.
7821 (gdb-assembler-custom): Make buffer of selected window current
7822 so that set-window-point works.
7823
7824 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7825 buttons and include new ones.
7826
7827 2005-11-16 Kim F. Storm <storm@cua.dk>
7828
7829 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7830 (gud-menu-map): Use it.
7831
7832 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7835 that works correctly for Custom and that does not override a user
7836 who disables it.
7837
7838 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7839 (help-xref-interned, help-follow): Make hyperlinks for variables
7840 that are unbound, but have a non-nil variable-documentation property.
7841
7842 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7843 mode hook. (It conflicted with defcustoms for some mode hooks.)
7844 Use the `variable-documentation' property to give the mode hook a
7845 docstring and expand that docstring.
7846
7847 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7848
7849 * savehist.el (savehist-mode): Don't bother with
7850 `custom-set-minor-mode'.
7851 (savehist-coding-system): Check XEmacs version.
7852 (history-length): Declare also at run time.
7853 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7854 Don't set the customize state.
7855 (savehist-minibuffer-hook): Special case for when
7856 minibuffer-history-variable is equal to t.
7857
7858 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * files.el (write-file): Refresh VC status.
7861
7862 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7863 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7864 than fundamental-mode to see if the mode was set.
7865
7866 2005-11-14 Romain Francoise <romain@orebokech.com>
7867
7868 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7869 dummy function in `eval-when-compile' to avoid compiler warning.
7870 Require `man' at compile time.
7871
7872 2005-11-14 Jay Belanger <belanger@truman.edu>
7873
7874 * calc-alg.el (calcFunc-write-out-power): Rename it to
7875 calcFunc-powerexpand.
7876 (math-write-out-power): Rename it to math-powerexpand; have it
7877 handle negative exponents.
7878 (calc-writeoutpower): Rename it to calc-powerexpand.
7879
7880 * calc-ext.el: Change calcFunc-writeoutpower and
7881 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7882 autoloads.
7883 Add calcFunc-ldiv to autoloads.
7884
7885 * calc-arith.el (calcFunc-ldiv): New function.
7886
7887 * calc.el (calc-left-divide): New function.
7888
7889 2005-11-14 Juri Linkov <juri@jurta.org>
7890
7891 * cus-edit.el (custom-variable-prompt): Set the default value arg
7892 of completing-read.
7893
7894 * cus-dep.el (custom-make-dependencies): Reverse the list of
7895 found dependencies.
7896
7897 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7898
7899 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7900 Highlighting" entry, it is on by default now.
7901 (menu-bar-options-save): Do not save global-font-lock-mode.
7902
7903 2005-11-13 Richard M. Stallman <rms@gnu.org>
7904
7905 * textmodes/flyspell.el (flyspell-large-region):
7906 Call flyspell-accept-buffer-local-defs.
7907
7908 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7909
7910 * textmodes/flyspell.el (flyspell-notify-misspell):
7911 Fix misspelling of "Misspelling".
7912 (flyspell-process-localwords): New function.
7913 (flyspell-large-region): Call flyspell-process-localwords and
7914 flyspell-delete-region-overlays.
7915 (flyspell-delete-region-overlays): New function.
7916 (flyspell-delete-all-overlays): Call that.
7917
7918 2005-11-13 Richard M. Stallman <rms@gnu.org>
7919
7920 * help.el (help-for-help-internal): Improve doc of C-h a.
7921 (describe-key): Improve prompt; doc fix.
7922
7923 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * vc-svn.el (vc-svn-registered): Catch all errors.
7926
7927 * cus-dep.el (custom-make-dependencies): Typo.
7928
7929 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7930
7931 * net/tramp-util.el (top): Fix compilation warning.
7932
7933 2005-11-13 Kim F. Storm <storm@cua.dk>
7934
7935 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7936
7937 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7938
7939 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7940 (gud-speedbar-buttons): Match on "const char *" too.
7941
7942 * progmodes/gdb-ui.el (gdb-var-create-handler)
7943 (gdb-var-list-children-handler): Match on "const char *" too.
7944 (gdb-var-evaluate-expression-handler): Match on empty string.
7945 (gdb-var-update-handler): Only call
7946 gdb-var-evaluate-expression-handler when required.
7947
7948 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7951 selected window. This still doesn't work for speedbar.
7952 (gud-speedbar-buttons): Handle string expressions properly.
7953
7954 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7955 (gdb-var-create-handler): Handle string expressions properly.
7956 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7957 Handle string expressions properly. Move "type" field into regexp.
7958
7959 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7960
7961 * bookmark.el (bookmark-maybe-message): New function to reduce
7962 code duplication: invokes `message' iff baud-rate is high enough.
7963 (bookmark-write-file): Use above instead of an inline conditional.
7964 (bookmark-load): Same.
7965
7966 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7967
7968 * bookmark.el (bookmark-write-file): Don't visit the destination
7969 file, just write the data to it using write-region. This is
7970 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7971 change to avoid visiting the file in the first place.
7972
7973 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * hi-lock.el (hi-lock-mode): Set the default value of
7976 font-lock-defaults.
7977
7978 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7979
7980 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7981 arg to `file-attributes'.
7982 (find-lisp-format): The UID and GID can now be strings.
7983
7984 2005-11-12 Kim F. Storm <storm@cua.dk>
7985
7986 * help.el (help-map): Bind C-h d to apropos-documentation.
7987
7988 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7989 when point is at end-of-buffer.
7990
7991 * apropos.el (apropos-match-face): Doc fix.
7992 (apropos-sort-by-scores): Add new choice `verbose'.
7993 (apropos-documentation-sort-by-scores): New defcustom.
7994 (apropos-pattern): Now contains the pattern entered by the user.
7995 (apropos-pattern-quoted): New defvar.
7996 (apropos-regexp): New defvar, containing the regexp corresponding
7997 to apropos-pattern.
7998 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7999 (apropos-read-pattern): New defun. Use it to read pattern arg in
8000 interactive calls; returns list of words for a word list, and
8001 string for a regexp.
8002 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8003 parses a list of words or regexp as returned by apropos-read-pattern.
8004 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8005 (apropos-score-doc): Return a very high score if the string
8006 entered by the user matches literally.
8007 (apropos-variable): Doc fix. Use apropos-read-pattern.
8008 (apropos-command): Doc fix. Use apropos-read-pattern and
8009 apropos-parse-pattern. Call apropos-print with nosubst=t.
8010 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8011 apropos-parse-pattern.
8012 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8013 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8014 apropos-documentation-sort-by-scores. Call apropos-print with
8015 nosubst=t.
8016 (apropos-documentation-internal): Pass doc string through
8017 substitute-key-definition before adding text properties.
8018 Highlight substring matching literal user input if possible.
8019 (apropos-documentation-check-doc-file): Remove locals beg and end.
8020 Fix calculation of score (as added twice). Pass doc string through
8021 substitute-key-definition before adding text properties.
8022 (apropos-documentation-check-elc-file): Pass doc string through
8023 substitute-key-definition before adding text properties.
8024 Highlight substring matching literal user input if possible.
8025 (apropos-print): Add new arg NOSUBST; if set, command and variable
8026 doc strings have already been passed through substitute-key-definition.
8027 Add code to handle apropos-accumulator items without score element
8028 for backwards compatibility (e.g. with woman package).
8029 Only show scores if apropos-sort-by-scores is `verbose'.
8030
8031 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8034 Add jka-compr-load-suffixes to load-suffixes.
8035
8036 * jka-compr.el: Require jka-cmpr-hook.
8037 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8038 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8039 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8040 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8041 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8042 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8043 (jka-compr-uninstall): Remove entries from
8044 jka-compr-added-to-file-coding-system-alist after they are used.
8045 (jka-compr-error): Remove unused var `curbuf'.
8046 (jka-compr-file-local-copy): Remove unused var `notfound'.
8047
8048 2005-11-10 Romain Francoise <romain@orebokech.com>
8049
8050 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8051
8052 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8053
8054 * progmodes/gud.el (gud-menu-map): Move parentheses.
8055 (gdb): New command gud-pv.
8056
8057 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * tar-mode.el: Remove spurious or unnecessary leading stars
8060 in docstrings.
8061 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8062 (tar-parse-octal-integer-safe): Use mapc.
8063 (tar-header-block-summarize): Remove unused var `ck'.
8064 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8065 cleared before. Obey default-enable-multibyte-characters.
8066 Use mapconcat. Simplify setting of tar-header-offset.
8067 (tar-mode-map): Move initialization inside delcaration.
8068 (tar-flag-deleted): Use `abs'.
8069 (tar-expunge-internal): Remove unused var `line'.
8070 (tar-expunge-internal): Don't hardcode point-min==1.
8071 (tar-expunge): Widen while doing set-buffer-multibyte.
8072 (tar-rename-entry): Use file-name-coding-system.
8073 (tar-alter-one-field): Don't hardcode point-min==1.
8074 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8075 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8076
8077 2005-11-10 Masatake YAMATO <jet@gyve.org>
8078
8079 * add-log.el (add-log-current-defun): Handle class::method
8080 notation of c++. Fix incorrect comment.
8081
8082 2005-11-10 Alan Mackenzie <acm@muc.de>
8083
8084 * help-fns.el (describe-variable): Make C-h v work when a variable
8085 has variable documentation yet is unbound.
8086
8087 2005-11-10 Masatake YAMATO <jet@gyve.org>
8088
8089 * man.el (Man-highlight-references): Set an empty
8090 string to `Man-arguments' if it is nil.
8091 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8092
8093 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8096 commenting conventions.
8097
8098 * cus-dep.el (custom-make-dependencies): Simplify.
8099 Better follow the commenting conventions.
8100
8101 2005-11-09 Richard M. Stallman <rms@gnu.org>
8102
8103 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8104 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8105 All uses changed.
8106 (apropos-rewrite-regexp): Doc fix.
8107 (apropos-variable, apropos-command, apropos, apropos-value):
8108 Change prompt; carry through the argument renaming.
8109
8110 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8111
8112 * find-lisp.el: Require dired.
8113 (find-lisp-find-dired-internal): Do not call
8114 `abbreviate-file-name' on DIR.
8115
8116 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8117
8118 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8119
8120 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8123 when using the speedbar.
8124 (gdb): New command gud-pp.
8125 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8126
8127 2005-11-09 Juri Linkov <juri@jurta.org>
8128
8129 * replace.el (occur-excluded-properties): New defcustom.
8130 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8131
8132 2005-11-08 Jay Belanger <belanger@truman.edu>
8133
8134 * calc/calc-units.el (math-convert-units): Replace any composite
8135 unit by its definition.
8136
8137 2005-11-08 Lars Hansen <larsh@soem.dk>
8138
8139 * emacs-lisp/autoload.el (update-directory-autoloads):
8140 Add obsolete function alias.
8141
8142 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8145 comment-indent-function.
8146 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8147
8148 * reveal.el (reveal-post-command): Rework the handling of
8149 reveal-open-spots, so as to be more reliable. There were several
8150 tricky corner cases where an open spot might be lost, or where
8151 a closed spot might end up on the list of open spots.
8152 Only reveal text that's ellipsised.
8153
8154 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8155
8156 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8157
8158 2005-11-07 John Paul Wallington <jpw@gnu.org>
8159
8160 * ibuffer.el (ibuffer): Search iconified frames too when
8161 getting Ibuffer buffer's window.
8162
8163 2005-11-06 Richard M. Stallman <rms@gnu.org>
8164
8165 * progmodes/compile.el (compilation-internal-error-properties):
8166 save-excursion around the computation of MARKER.
8167
8168 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8169
8170 * textmodes/flyspell.el (flyspell-external-point-words):
8171 flyspell-get-word returns a list, not just a string.
8172
8173 2005-11-06 John Paul Wallington <jpw@pobox.com>
8174
8175 * ibuffer.el (ibuffer): Search all visible frames when getting
8176 Ibuffer buffer's window.
8177
8178 2005-11-07 Masatake YAMATO <jet@gyve.org>
8179
8180 * man.el (Man-reference-regexp): Accept spaces between
8181 `Man-name-regexp' and `Man-section-regexp'.
8182 (Man-apropos-regexp): New variable.
8183 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8184 if available.
8185 (Man-highlight-references, Man-highlight-references0):
8186 Handle the case when `Man-arguments' includes "-k".
8187 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8188 `TARGET'. `TARGET' can be a number, function or nil.
8189
8190 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8191
8192 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8193 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8194 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8195 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8196 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8197 (gdb-send-item): Use buffer-local-value and simplify.
8198
8199 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8200
8201 * startup.el (command-line): Use `custom-reevaluate-setting' for
8202 `global-font-lock-mode'.
8203
8204 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8205 by default, except in batch mode or when the -D option is given.
8206
8207 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8208 specified keyword args on to `define-minor-mode'. Update docstring.
8209
8210 2005-11-05 Romain Francoise <romain@orebokech.com>
8211
8212 * replace.el (occur-engine): Add marker at end of line, too.
8213
8214 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8215
8216 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8217 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8218 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8219 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8220 argument to all these routines, so the passphrase can be managed
8221 externally and passed in to the system.
8222 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8223 pgg-add-passphrase-to-cache function.
8224
8225 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8226 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8227 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8228 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8229 argument to all these routines, so the passphrase can be managed
8230 externally and passed in to the system.
8231 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8232 function.
8233
8234 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8235
8236 * font-lock.el: Don't deal with font-lock-face-attributes here,
8237 move the code ...
8238
8239 * startup.el (command-line): ... here. Use face-spec-set instead
8240 of custom-declare-face.
8241
8242 * faces.el (face-spec-set): Reset the face if spec is not nil.
8243
8244 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * newcomment.el (comment-region-internal): Box more tightly in the
8247 common case where there's no TAB in the boxed text.
8248
8249 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8250
8251 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8252 up-node.
8253
8254 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8255
8256 * newsticker.el: Commentary updated. Code formatting changed.
8257 (newsticker-version): Change to "1.9".
8258 (newsticker, newsticker-feed): Doc fix.
8259 (newsticker-url-list): Doc fix. Add option "Weekly".
8260 (newsticker-retrieval-interval): Add option "Weekly".
8261 (newsticker-headline-processing): Doc fix.
8262 (newsticker-auto-mark-filter): Remove.
8263 (newsticker-auto-mark-filter-list): New.
8264 (newsticker-layout, newsticker-sort-method): Doc fix.
8265 (newsticker-hide-old-items-in-newsticker-buffer)
8266 (newsticker-heading-format, newsticker-item-format)
8267 (newsticker-desc-format): Doc fix.
8268 (newsticker-show-all-rss-elements): Remove.
8269 (newsticker-show-all-news-elements): New.
8270 (newsticker-faces, newsticker-ticker): Doc fix.
8271 (remove-from-invisibility-spec): Code formatting.
8272 (newsticker--process-ids): New.
8273 (newsticker-mode): Doc fix.
8274 (newsticker-mode): Change mode-line-format.
8275 (newsticker-start): Remove debug output.
8276 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8277 (newsticker-w3m-show-inline-images): Code formatting.
8278 (newsticker-next-item): Call `force-mode-line-update'.
8279 (newsticker-previous-item): Call `force-mode-line-update'.
8280 (newsticker-next-feed): Call `force-mode-line-update'.
8281 (newsticker-previous-feed): Call `force-mode-line-update'.
8282 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8283 (newsticker-show-old-items): Do not show descs.
8284 (newsticker-hide-entry): Hide too much.
8285 (newsticker-hide-entry, newsticker-show-entry)
8286 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8287 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8288 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8289 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8290 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8291 (newsticker-get-news): Call `force-mode-line-update'.
8292 Collect process ids.
8293 (newsticker--sentinel): Change coding system handling.
8294 Move image retrieval to new functions newsticker--get-logo-url-*.
8295 Move feed parsing to new functions newsticker--parse-*.
8296 Update list of process ids.
8297 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8298 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8299 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8300 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8301 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8302 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8303 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8304 (newsticker--decode-coding-string): Remove.
8305 (newsticker--decode-numeric-entities): Check input. Format code.
8306 (newsticker--remove-whitespace): Check input.
8307 (newsticker--do-forget-preformatted): Doc fix.
8308 (newsticker--decode-rfc822-date): Allow for missing time.
8309 (newsticker--update-process-ids): New.
8310 (newsticker--image-sentinel): Change comment.
8311 (newsticker--image-read): Change error message.
8312 (newsticker--imenu-goto): Doc fix. Show headline title.
8313 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8314 (newsticker--buffer-do-insert-text): Clean whitespace in
8315 html-rendered headline title. Code formatting.
8316 Call `newsticker--buffer-print-extra-elements'.
8317 (newsticker--buffer-print-extra-element): Remove.
8318 (newsticker--buffer-print-extra-elements): New.
8319 (newsticker--buffer-do-print-extra-element): New.
8320 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8321 large sizes.
8322 (newsticker--run-auto-mark-filter)
8323 (newsticker--do-run-auto-mark-filter):
8324 Use `newsticker-auto-mark-filter-list'.
8325
8326 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8327
8328 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8329 (rcirc-print): Force redisplay before running hooks. Do long
8330 buffer truncation after making new text read-only. Deal with nil
8331 text when decoding strings. If TARGET is nil, use either the
8332 currently selected buffer, if it is an rcirc buffer and of the
8333 same process or the process buffer.
8334 (rcirc-mode): Remove header-line. Recompute short buffer names.
8335 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8336 (rcirc-short-buffer-name): Add variable.
8337 (rcirc-kill-buffer-hook): Recompute short buffer names.
8338 Remove nick from private channel.
8339 (rcirc-send-input): Send command text to current-buffer.
8340 Don't clear overlay arrow here.
8341 (rcirc-short-buffer-name): Return a short buffer name.
8342 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8343 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8344 buffer-name abbreviations.
8345 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8346 Do not touch nick-table when killing a parted channel.
8347 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8348 Clear arrow from current buffer if it is now hidden.
8349 (rcirc-current-buffer): Add variable.
8350 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8351 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8352 Remove -face from names.
8353 (rcirc-update-activity-string): Print "DND" when globally ignoring
8354 activity.
8355 (rcirc-ignore-buffer-activity-flag): Rename from
8356 rcirc-ignore-channel-activity.
8357 (rcirc-ignore-all-activity-flag): Doc fix.
8358 (rcirc-channels): Remove variable.
8359 (rcirc-kill-buffer-hook):
8360 (rcirc-get-buffer-create): Add nick to private channel.
8361 (rcirc-multiline-edit-submit): Remove tabs.
8362 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8363 folded.
8364 (rcirc-remove-nick-channel): Bug fix.
8365 (rcirc-toggle-ignore-buffer-activity): Rename from
8366 rcirc-toggle-ignore-channel-activity.
8367 (rcirc-record-activity): Add buffers to the front of the list.
8368 (rcirc-update-activity): Remove killed buffers from list.
8369 (rcirc-process-server-response-1): Remove last argument if it is
8370 null before calling handler.
8371 (rcirc): Add "rcirc" defcustom prefix.
8372 (rcirc-prompt): Simplify default prompt.
8373 Use custom-initialize-default.
8374 (rcirc-private-chats): Remove variable.
8375 (rcirc-prompt): Change initialization.
8376 (rcirc-version): Remove function.
8377 (rcirc-id-string): Add constant.
8378 (rcirc-last-buffer): Remove variable.
8379 (rcirc-buffer-alist): Add variable.
8380 (rcirc-connect): Update variable setup.
8381 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8382 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8383 default.
8384 (rcirc-handler-generic): Trigger activity.
8385 (rcirc-send-message): Create the buffor of the target.
8386 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8387 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8388 (rcirc-multiline-edit-cancel): Remove function.
8389 (rcirc-set-last-buffer): Remove function.
8390 (rcirc-get-any-buffer): Add function.
8391 (rcirc-join-channels): Don't print /join text.
8392 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8393 messages.
8394 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8395 (rcirc-handler-NOTICE): Recognize CTCP responses.
8396 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8397 constructing TOPIC string for buffers we are not JOINed.
8398 (rcirc-handler-CTCP-response): Add handler.
8399 (rcirc-multiline-edit-submit): Restore the window-configuration
8400 before adjusting point.
8401 (rcirc): Add customization group.
8402 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8403 (rcirc-user-full-name, rcirc-startup-channels-alist)
8404 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8405 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8406 (rcirc-input-ring-size, rcirc-read-only-flag)
8407 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8408 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8409 Change defvar to defcustom.
8410 (rcirc-update-prompt): Add optional ALL arg, which will update
8411 prompts in all rcirc buffers. Regexp quote replacement text.
8412 (rcirc-fill-column): Accept frame-width as a value.
8413 (rcirc-set-changed): Add function.
8414 (rcirc-next-active-buffer): Write more meaningful messages.
8415 (rcirc-faces): Add customization group.
8416 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8417 (rcirc-nick-in-message-face, rcirc-prompt-face)
8418 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8419 (with-rcirc-process-buffer): Move before first usage.
8420 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8421 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8422 (rcirc-debug): Rename from `rcirc-log'.
8423 (rcirc-format-response-string): Do not print `-' chars for a
8424 NOTICE with no sender. Simplify output of server responses.
8425
8426 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8427
8428 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8429 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8430 Make urls mouse and RET clickable.
8431
8432 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8433
8434 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8435
8436 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8437
8438 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8439 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8440 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8441 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8442 argument to all these routines, so the passphrase can be managed
8443 externally and passed in to the system.
8444 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8445 pgg-add-passphrase-to-cache function.
8446
8447 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8448 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8449 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8450 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8451 argument to all these routines, so the passphrase can be managed
8452 externally and passed in to the system.
8453 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8454 function.
8455
8456 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8457
8458 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8459 from goto-address-url-regexp.
8460
8461 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8462
8463 * textmodes/org.el (org-read-date, org-goto-calendar)
8464 (org-recenter-calendar, org-agenda-goto-calendar):
8465 Temporarily clear `calendar-move-hook'.
8466
8467 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8468
8469 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8470 merging.
8471
8472 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8473 have merge clashes.
8474
8475 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8476
8477 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8478 Undo previous change.
8479
8480 * startup.el (command-line): Use `custom-reevaluate-setting' for
8481 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8482 tty-register-default-colors on Mac.
8483
8484 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8487 (gdb-buffer-type): Make it automatically buffer local...
8488 (gdb-get-create-buffer): ...and set it accordingly.
8489 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8490 actually work.
8491
8492 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8493
8494 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8495 not red.
8496
8497 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8498
8499 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8500 case GUD buffer is not visible.
8501 (gdb-goto-breakpoint): Try to force display in source buffer.
8502 (gdb-frame-gdb-buffer): Copy other similar functions.
8503 (gdb-restore-windows): Don't display source if not asked for.
8504 (gdb-assembler-buffer-name): Don't capitalise.
8505
8506 2005-11-03 Richard M. Stallman <rms@gnu.org>
8507
8508 * wid-edit.el (key-sequence): New widget type.
8509
8510 * simple.el (set-mark-command-repeat-pop): New variable.
8511 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8512 if set-mark-command-repeat-pop is true.
8513
8514 * info.el (Info-fontify-node): Don't display extra "see" if there
8515 already is one here.
8516
8517 * mouse.el: Fix special handling of DEL after dragging a region:
8518 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8519 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8520
8521 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8522
8523 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8524 not to assume it pertains to an affix.
8525
8526 * textmodes/flyspell.el (flyspell-post-command-hook):
8527 Bind deactivate-mark to prevent deactivation.
8528
8529 2005-11-03 Lars Hansen <larsh@soem.dk>
8530
8531 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8532 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8533 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8534
8535 2005-11-03 Romain Francoise <romain@orebokech.com>
8536
8537 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8538 Update copyright years.
8539
8540 2005-11-03 Sam Steingold <sds@gnu.org>
8541
8542 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8543 Use system-type instead of window-system because window-system is not
8544 correctly defined during loadup.
8545
8546 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8547
8548 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8549 (xml-parse-tag): Join strings separated by a comment properly.
8550
8551 2005-11-02 Andreas Schwab <schwab@suse.de>
8552
8553 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8554
8555 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8558 (byte-optimize-pure-func): Quote the eval'd value.
8559
8560 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8561 Rename from perl-font-lock-syntactic-face-function.
8562 Change the calling convention so it can be used as a font-lock MATCHER.
8563 Do the parse-partial-sexp loop outselves.
8564 (perl-font-lock-syntactic-keywords): Use it.
8565 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8566
8567 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8568
8569 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8570 disassembly buffer too.
8571 (gdb-exited): Remove overlay arrows when execution has finished.
8572 (gdb-info-frames-custom, gdb-info-threads-custom)
8573 (gdb-info-registers-custom): Don't add inappropriate text
8574 properties if inferior is not active.
8575
8576 2005-11-02 Glenn Morris <rgm@gnu.org>
8577
8578 * progmodes/fortran.el (fortran-blink-match):
8579 Use `blink-matching-delay'.
8580
8581 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8582
8583 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8584
8585 2005-11-02 Lars Hansen <larsh@soem.dk>
8586
8587 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8588 "Permission denied".
8589
8590 2005-11-01 Richard M. Stallman <rms@gnu.org>
8591
8592 * textmodes/flyspell.el (flyspell-external-point-words):
8593 Pass nil to flyspell-get-word.
8594
8595 2005-11-02 Kim F. Storm <storm@cua.dk>
8596
8597 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8598 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8599
8600 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8601
8602 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8603 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8604 (calendar-mouse-print-dates): Add optional `event' argument.
8605 Update interactive-spec.
8606 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8607 Use `calendar-event-to-date' instead of `event'.
8608
8609 2005-11-02 Masatake YAMATO <jet@gyve.org>
8610
8611 * progmodes/ld-script.el (ld-script-builtins):
8612 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8613 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8614 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8615
8616 2005-11-01 Romain Francoise <romain@orebokech.com>
8617
8618 * vc-sccs.el: Update copyright year.
8619 * ezimage.el: Likewise.
8620
8621 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8622
8623 * info.el (Info-fontify-node): Use `string-width' for fontifying
8624 underlined titles.
8625
8626 2005-11-01 Juri Linkov <juri@jurta.org>
8627
8628 * info.el (Info-fontify-node): Downcase node header keywords Node,
8629 Prev, Next, Up before comparison.
8630 (Info-history): Insert absolute directory name, and put invisible
8631 property on it.
8632
8633 2005-11-01 Juri Linkov <juri@jurta.org>
8634
8635 * info.el (Info-file-supports-index-cookies): New variable.
8636 (Info-find-node-2): Check makeinfo version for index cookie support.
8637 (Info-index-nodes): Search for nodes with index cookies only when
8638 Info-file-supports-index-cookies is t. Otherwise, search nodes
8639 with "Index" in the node name.
8640 (Info-index-node): Search index cookie in the current node only when
8641 Info-file-supports-index-cookies is t. Otherwise, check the word
8642 "Index" in the node name.
8643 (Info-find-emacs-command-nodes): Remove code that searches nodes
8644 with "Index" node name in the top menu.
8645
8646 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * progmodes/scheme.el (scheme-mode-variables): Use the default
8649 comment-indent-function.
8650
8651 * faces.el (face-attribute): Handle the case where a face inherits from
8652 a non-existent face.
8653
8654 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8655 for octal and hexa output, and merge the char into the paren.
8656 (kill-new): Use push.
8657 (copy-to-buffer): Use with-current-buffer.
8658 (completion-setup-function): Move code in loop to remove redundancy.
8659 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8660 those inherited from minibuffer-local-completion-map.
8661
8662 * savehist.el (savehist-mode) <defcustom>:
8663 Use custom-set-minor-mode if available.
8664 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8665 and emit a message if applicable.
8666
8667 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8668
8669 * savehist.el: Sync up to version 19.
8670 (savehist-mode): New minor mode.
8671 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8672 (savehist-length): Remove (use history-length instead).
8673 (savehist-file-modes): Rename from savehist-modes.
8674 (savehist-save-hook, savehist-loaded): New vars.
8675 (savehist-load): Use savehist-mode. Try to smooth up transition from
8676 old format to new format.
8677 (savehist-install): Allow savehist-autosave-interval to be nil.
8678 (savehist-save): Run the new hook. Be more careful to only trim the
8679 history variables.
8680 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8681 (savehist-printable): Print into a buffer rather than char-by-char.
8682
8683 2005-11-01 John Wiegley <johnw@newartisans.com>
8684
8685 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8686 toggle-ignore keybinding (C-a). The author said it had been
8687 disabled much earlier due to a possible incompatibility, but after
8688 many months of usage I have encountered no problems (and it is a
8689 rather useful option, especially for switching to " *temp*").
8690
8691 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8692 support for OS/X's AddressBook, by calling out to the open source
8693 program "contacts" (installable through Fink).
8694
8695 * net/eudc.el (eudc-expand-inline): If the
8696 `eudc-multiple-match-handling-method' is set to `all', delete the
8697 query string before inserting the query result.
8698
8699 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8700 flag, to prevent Eshell from using the system ls when
8701 `eshell-ls-insert-directory' is in used.
8702 (eshell-ls-insert-directory): Disable font-lock in directory
8703 buffer so that Eshell's own fontification is seen. This broke
8704 recently due to changes in font-lock, so this goes back to version
8705 21 behavior.
8706
8707 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8708
8709 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8710 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8711 (gdb-many-windows): Doc fix.
8712
8713 2005-10-31 Romain Francoise <romain@orebokech.com>
8714
8715 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8716
8717 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8720 that global-font-lock-mode can be enabled by default.
8721
8722 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8723 (font-lock-add-keywords, font-lock-remove-keywords)
8724 (font-lock-fontify-buffer): Remove autoload cookies.
8725
8726 * jit-lock.el (jit-lock-register): Likewise.
8727
8728 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8729
8730 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8731
8732 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8733 intact if there is no gud-comint-buffer.
8734
8735 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8736
8737 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8738 old prompt comint-prompt-read-only is t and GDB commands are
8739 issued from tool bar etc.
8740
8741 2005-10-31 Masatake YAMATO <jet@gyve.org>
8742
8743 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8744
8745 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8746
8747 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8748 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8749
8750 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8751
8752 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8753 starting at beginning of line. Fontification is messed up when
8754 `open-paren-in-column-0-is-defun-start' set to t.
8755 Reported by John Paul Wallington <jpw@pobox.com>.
8756
8757 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8758
8759 * comint.el (comint-send-input): Call `comint-update-fence' when
8760 `comint-process-echoes' and `comint-prompt-read-only' are both
8761 non-nil, to avoid leftover read-only newline.
8762
8763 2005-10-30 Richard M. Stallman <rms@gnu.org>
8764
8765 * textmodes/flyspell.el (flyspell-external-point-words):
8766 Detect when WORD can't be checked properly because
8767 flyspell-get-word finds just part of it, and move on.
8768
8769 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8770 boundarychar for Polish.
8771 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8772 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8773
8774 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8775
8776 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8777 (gdb-registers-font-lock-keywords): Delete.
8778 (gdb-registers-mode): Don't fontify.
8779 (gdb-info-registers-custom): Use text properties instead as, in
8780 future, changed register values will use font-lock-warning-face.
8781 (gdb-local-font-lock-keywords): Rename to...
8782 (gdb-locals-font-lock-keywords): ...for consistency.
8783
8784 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8785
8786 * vc.el (vc-switch-backend): Better error message if the buffer is
8787 not visiting a file under version control.
8788
8789 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8790
8791 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8792
8793 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8794 ~/.emacs.d/.emacs.
8795
8796 2005-10-29 Richard M. Stallman <rms@gnu.org>
8797
8798 * replace.el (occur-mode-mouse-goto): Always go to other window.
8799 (occur-mode-goto-occurrence): Always switch in same window.
8800
8801 * simple.el (undo): Display message at end, not at start.
8802
8803 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8804 New arg REUSE-CELL.
8805 (cancel-timer-internal): New function.
8806 (timer-event-handler): Use cancel-timer-internal,
8807 and pass the cell it returns to timer-activate...
8808
8809 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8810 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8811 (jit-lock-after-change): Test memory-full.
8812
8813 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8814
8815 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8816 part of the decoded armor to find the key-identifier.
8817 (pgg-gpg-lookup-key-owner): New function to return the
8818 human-readable identifier of a key owner.
8819 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8820 key itself.
8821 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8822 the key value) if we have a key and can match it against a secret
8823 key. Also, added a note pointing out fact that the prompt only
8824 indicates the first matching key.
8825
8826 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8827 pgg-decrypt-region.
8828 (pgg-pending-timers): A new hash for tracking the passphrase cache
8829 timers, so that new ones supercede old ones.
8830 (pgg-add-passphrase-to-cache): Rename from
8831 `pgg-add-passphrase-cache' to reduce confusion (all callers
8832 changed). Modified to cancel old timers when new ones are added.
8833 (pgg-remove-passphrase-from-cache): Rename from
8834 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8835 changed). Modified to cancel old timers when their keys are
8836 removed from the cache.
8837 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8838 XEmacs, an indirection to delete-itimer.
8839 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8840 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8841 users can only check cache without risk of prompting. Correct bug in
8842 notruncate behavior.
8843 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8844 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8845 Add informative docstrings.
8846 (pgg-decrypt): Convey provided passphrase in subordinate call to
8847 pgg-decrypt-region.
8848
8849 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8850 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8851 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8852 `passphrase' argument, so the passphrase can be managed externally
8853 and then passed in to the system.
8854
8855 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8856 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8857 so the passphrase cache can be used reliably with identifiers
8858 besides a pgp packet's key id.
8859
8860 * pgg-gpg.el (pgg-pgp-encrypt-region)
8861 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8862 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8863 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8864 argument to all these routines, so the passphrase can be managed
8865 externally and passed in to the system.
8866
8867 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8868 `notruncate' argument, so the passphrase cache can be used
8869 reliably with identifiers besides a pgp packet's key id.
8870
8871 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8872
8873 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8874 symmetric encryption.
8875 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8876 encrypted session key.
8877 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8878 message ask for the passphrase in a proper way.
8879
8880 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8881 New user commands for symmetric encryption.
8882
8883 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8884
8885 * textmodes/conf-mode.el (conf-assignment-sign)
8886 (conf-assignment-regexp): Fix docstrings.
8887 (conf-mode-initialize): New function.
8888 (conf-mode): Remove optional args. Use delay-mode-hooks to
8889 recognize recursive calls.
8890 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8891 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8892 (conf-xdefaults-mode): Use define-derived-mode and
8893 conf-mode-initialize.
8894
8895 2005-10-29 Romain Francoise <romain@orebokech.com>
8896
8897 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8898
8899 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8900
8901 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8902 part of the decoded armor to find the key-identifier.
8903 (pgg-gpg-lookup-key-owner): New function to return the
8904 human-readable identifier of a key owner.
8905 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8906 key itself.
8907 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8908 the key value) if we have a key and can match it against a secret
8909 key. Also, added a note pointing out fact that the prompt only
8910 indicates the first matching key.
8911
8912 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8913 pgg-decrypt-region.
8914 (pgg-pending-timers): A new hash for tracking the passphrase cache
8915 timers, so that new ones supercede old ones.
8916 (pgg-add-passphrase-to-cache): Rename from
8917 `pgg-add-passphrase-cache' to reduce confusion (all callers
8918 changed). Modified to cancel old timers when new ones are added.
8919 (pgg-remove-passphrase-from-cache): Rename from
8920 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8921 changed). Modified to cancel old timers when their keys are
8922 removed from the cache.
8923 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8924 XEmacs, an indirection to delete-itimer.
8925 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8926 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8927 users can only check cache without risk of prompting. Correct bug in
8928 notruncate behavior.
8929 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8930 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8931 Add informative docstrings.
8932 (pgg-decrypt): Convey provided passphrase in subordinate call to
8933 pgg-decrypt-region.
8934
8935 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8936
8937 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8938 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8939 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8940 `passphrase' argument, so the passphrase can be managed externally
8941 and then passed in to the system.
8942
8943 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8944 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8945 so the passphrase cache can be used reliably with identifiers
8946 besides a pgp packet's key id.
8947
8948 * pgg-gpg.el (pgg-pgp-encrypt-region)
8949 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8950 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8951 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8952 argument to all these routines, so the passphrase can be managed
8953 externally and passed in to the system.
8954
8955 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8956 `notruncate' argument, so the passphrase cache can be used
8957 reliably with identifiers besides a pgp packet's key id.
8958
8959 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8960
8961 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8962 symmetric encryption.
8963 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8964 encrypted session key.
8965 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8966 message ask for the passphrase in a proper way.
8967
8968 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8969 New user commands for symmetric encryption.
8970
8971 2005-10-28 Bill Wohler <wohler@newt.com>
8972
8973 * help-mode.el (help-url): New button type. Calls browse-url.
8974 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8975 Similar to Info nodes: URL `url'.
8976 (help-make-xrefs): Create help-url buttons for
8977 help-xref-url-regexp matches.
8978
8979 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8980
8981 * tool-bar.el (tool-bar-add-item-from-menu)
8982 (tool-bar-local-item-from-menu): Fix doc strings.
8983
8984 2005-10-28 Romain Francoise <romain@orebokech.com>
8985
8986 * ldefs-boot.el: Update.
8987
8988 * subr.el (locate-library): Move from help-fns.el.
8989 * help-fns.el (locate-library): Move to subr.el.
8990
8991 2005-10-28 Richard M. Stallman <rms@gnu.org>
8992
8993 * net/tramp.el (tramp-completion-mode): defvar moved up.
8994
8995 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8996
8997 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8998
8999 * files.el (find-file-noselect): Use %d to format large file size.
9000
9001 * bindings.el (mode-line-format): Add %e.
9002
9003 * loadup.el ("facemenu"): Load unconditionally.
9004 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9005 ("x-dnd"): Load, when appropriate.
9006
9007 * startup.el (command-line): Call before-init-hook earlier.
9008 Warn about some bad characters in -u user name.
9009
9010 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9011 (flyspell-external-point-words): Error if misspelled word is not found.
9012 Set flyspell-large-region-beg at end of word.
9013
9014 2005-10-28 Andreas Schwab <schwab@suse.de>
9015
9016 * view.el (View-revert-buffer-scroll-page-forward):
9017 Use view-page-size-default.
9018
9019 2005-10-28 Juri Linkov <juri@jurta.org>
9020
9021 * international/quail.el (quail-get-current-str): Translate last
9022 raw character for deterministic input methods.
9023
9024 2005-10-27 Jay Belanger <belanger@truman.edu>
9025
9026 * calc/calc-ext.el: Add functions to autoloads.
9027 (math-identity-matrix-p, math-ident-row-p): New functions.
9028
9029 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9030 multiplication by an identity matrix; don't turn multiplication by
9031 an inverse matrix into division.
9032 (math-div-symbol-fancy): Replace division by matrices with
9033 multiplication by inverse.
9034
9035 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9036
9037 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9038 (calc-writeoutpower): New functions.
9039
9040 2005-10-27 Romain Francoise <romain@orebokech.com>
9041
9042 * replace.el (occur-engine): Include colon in mouse-face highlight.
9043
9044 * dired-x.el: Change Maintainer field.
9045
9046 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * longlines.el (longlines-mode): Bind after-change-functions to
9049 nil during initial decoding and final encoding.
9050
9051 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9052
9053 * term.el (term-emulate-terminal, term-handle-colors-array)
9054 (term-handle-ansi-escape): Specify the terminfo capabilities
9055 implemented.
9056
9057 2005-10-26 Richard M. Stallman <rms@gnu.org>
9058
9059 * info.el (Info-fontify-node): Fix detection of sentence-break
9060 before *Note.
9061
9062 2005-10-26 Romain Francoise <romain@orebokech.com>
9063
9064 * smerge-mode.el: Add `tools' to file keywords.
9065
9066 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9067
9068 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9069 when the fringe is not available.
9070
9071 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9072 (def-gdb-auto-update-trigger): Simplify construction.
9073 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9074 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9075 defined explicitly.
9076 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9077 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9078 defined explicitly.
9079 (gdb-info-locals-custom): Remove as it's a no-op.
9080
9081 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9082
9083 * longlines.el (longlines-mode): Remove narrowing before
9084 performing the initial decoding or final encoding.
9085
9086 2005-10-25 Romain Francoise <romain@orebokech.com>
9087
9088 * emacs-lisp/find-func.el (find-library-name): Also strip
9089 extension if library name ends in .el, to take advantage of
9090 `find-library-suffixes'.
9091
9092 2005-10-25 Richard M. Stallman <rms@gnu.org>
9093
9094 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9095
9096 2005-10-25 Juri Linkov <juri@jurta.org>
9097
9098 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9099 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9100
9101 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9104 (blackbox-redefine-key): Add argument `map'.
9105
9106 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9107 regions when moving the jit-lock-context-unfontify-pos boundary.
9108
9109 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9110
9111 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9112
9113 2005-10-25 Masatake YAMATO <jet@gyve.org>
9114
9115 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9116
9117 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9118
9119 * play/blackbox.el (blackbox-redefine-key): New function.
9120 (blackbox-mode-map): Use it to remap existing bindings for cursor
9121 motion instead of binding literal keys.
9122
9123 2005-10-25 Glenn Morris <rgm@gnu.org>
9124
9125 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9126 diary does not end in a newline. Do not assume a blank line at
9127 the start of the diary file.
9128
9129 2005-10-25 Kenichi Handa <handa@m17n.org>
9130
9131 * international/quail.el (quail-translate-key): If the input
9132 method is deterministic and failed to handle the last key, restart
9133 the key handling loop from an appropriate key.
9134
9135 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9136
9137 * vc.el (vc-dired-mode): Extend comment for binding of
9138 `directory-listing-before-filename-regexp'.
9139
9140 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * textmodes/texinfo.el (texinfo-mode):
9143 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9144 not to unnecessarily expose emacs-mule's internal char codes.
9145
9146 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9147
9148 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9149 Display hand pointer and help-echo on disabled icon too.
9150 (gdb-mouse-until): New function.
9151 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9152
9153 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9156 with 2005-10-23 change to doctor.el.
9157
9158 * finder.el (finder-mode-map): Add follow-link binding.
9159
9160 2005-10-25 Kim F. Storm <storm@cua.dk>
9161
9162 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9163 to gdb-mouse-toggle-breakpoint-fringe.
9164 (gdb-mouse-toggle-breakpoint-margin): Rename from
9165 gdb-mouse-toggle-breakpoint. Fix doc.
9166 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9167 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9168 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9169 string properties also for fringe breakpoint bitmaps.
9170
9171 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9172
9173 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9174
9175 2005-10-25 Masatake YAMATO <jet@gyve.org>
9176
9177 * simple.el (completion-common-substring):
9178 Use `completion-common-substring' prior to `completion-base-size'.
9179
9180 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9181
9182 * savehist.el: Require CL while compiling.
9183 (savehist-history-variables): Remove.
9184 (savehist-save-minibuffer-history, savehist-additional-variables)
9185 (savehist-minibuffer-history-variables): New vars.
9186 (savehist-save): Use them.
9187 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9188 (savehist-install): New fun, extracted from savehist-load.
9189 (savehist-load): Use them.
9190
9191 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9194 a dummy doc-string-elt property.
9195 (defalias, defvaralias, define-category): Add a docstring property.
9196
9197 * image.el (defimage):
9198 * widget.el (define-widget):
9199 * custom.el (defface, defcustom): Add `doc-string' declaration.
9200
9201 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9202 (defadvice): Add `doc-string' declaration.
9203
9204 * emacs-lisp/byte-run.el (macro-declaration-function):
9205 Handle `doc-string' declarations.
9206 (define-obsolete-function-alias, define-obsolete-variable-alias):
9207 Add `doc-string' declaration.
9208
9209 2005-10-24 Kenichi Handa <handa@m17n.org>
9210
9211 * international/utf-7.el (utf-7): Add autoload cookie.
9212
9213 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9214
9215 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9216
9217 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9218 list of directories passed to batch-update-autoloads. Add "." to
9219 the list of the echoed directories.
9220
9221 * pgg-def.el:
9222 * pgg-gpg.el:
9223 * pgg-parse.el:
9224 * pgg-pgp.el:
9225 * pgg-pgp5.el:
9226 * pgg.el: Moved here from the gnus subdirectory.
9227
9228 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9229
9230 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9231 in case comint-prompt-read-only is set to t.
9232
9233 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9234 in case comint-prompt-read-only is set to t.
9235
9236 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9237
9238 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9239 Now a string.
9240 (icalendar-import-format): Handle CLASS, STATUS, URL.
9241 Rename `subject' to `summary'.
9242 (icalendar-import-format-summary): Rename from
9243 `icalendar-import-format-subject'.
9244 (icalendar-import-format-url, icalendar-import-format-status)
9245 (icalendar-import-format-class): New variables.
9246 (icalendar--rris): Take variable argument list.
9247 (icalendar--datestring-to-isodate): Remove unnecessary
9248 calendar-style check when converting dates with explicit month names.
9249 (icalendar-export-region): Change return type of conversion
9250 subroutines. Bury current buffer unless error occurred.
9251 (icalendar--convert-to-ical)
9252 (icalendar--parse-summary-and-rest): New functions.
9253 (icalendar--convert-ordinary-to-ical)
9254 (icalendar--convert-weekly-to-ical)
9255 (icalendar--convert-yearly-to-ical)
9256 (icalendar--convert-block-to-ical)
9257 (icalendar--convert-cyclic-to-ical)
9258 (icalendar--convert-anniversary-to-ical): Change return type.
9259 Strip trailing blanks from subject.
9260 (icalendar--convert-sexp-to-ical): Change return type.
9261 Strip trailing blanks from subject. Handle simple sexp
9262 entries as generated by icalendar.el.
9263 (icalendar--convert-float-to-ical)
9264 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9265 (icalendar-import-file): Doc fix.
9266 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9267 Correct call to icalendar--rris.
9268 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9269 `summary'.
9270 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9271
9272 2005-10-24 Romain Francoise <romain@orebokech.com>
9273
9274 * server.el (server-sentinel): Set query-on-exit flag to nil on
9275 new client processes (it isn't inherited from the server process).
9276
9277 * replace.el (occur-engine): Rearrange text properties.
9278
9279 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9282 case-fold-search is nil.
9283 (debug-help-follow): Use help-xref-interned directly.
9284
9285 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * thumbs.el (thumbs-image-type): Add .pbm.
9288
9289 2005-10-23 Richard M. Stallman <rms@gnu.org>
9290
9291 * faces.el (inhibit-face-set-after-frame-default): New variable.
9292 (set-face-attribute): Bind it.
9293 (face-set-after-frame-default): Test it.
9294
9295 * help-fns.el (describe-simplify-lib-file-name): New function.
9296 (describe-function-1, describe-variable): Use it.
9297
9298 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9299
9300 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9301 Eliminate nil as possible value.
9302 (tooltip-hide-delay): Reduce internal-border-width.
9303
9304 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9305 (menu-bar-file-menu) <new-file>: Likewise.
9306
9307 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9308
9309 * international/mule.el (load-with-code-conversion):
9310 Pass full file name to `eval-buffer' unless preloading.
9311
9312 * textmodes/flyspell.el (flyspell-large-region):
9313 Call ispell-check-version.
9314
9315 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9316 Fix the make-variable-buffer-local call that was supposed
9317 to be for this variable.
9318 (ispell-aspell-supports-utf8): Doc fix.
9319 (ispell-find-aspell-dictionaries): Preserve elements of
9320 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9321 (ispell-aspell-find-dictionary): Return nil on error.
9322
9323 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9324 (doctor-symptoms): Likewise.
9325
9326 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9327
9328 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9329
9330 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9331 (custom-raised-buttons): Add :set spec.
9332 (custom-button-unraised, custom-button-pressed-unraised):
9333 New faces, so that custom-raised-buttons actually does something.
9334 (custom-mode): Use custom-button and custom-button-pressed.
9335
9336 * wid-edit.el (widget-specify-button): Don't ignore
9337 widget-mouse-face on graphic terminals.
9338 (widget-move-and-invoke): Cleanup.
9339
9340 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9341
9342 * whitespace.el (whitespace-cleanup): Doc fix.
9343
9344 2005-10-23 Romain Francoise <romain@orebokech.com>
9345
9346 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9347 `eval-after-load' to avoid evaluating their result.
9348
9349 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9350
9351 * files.el (directory-listing-before-filename-regexp):
9352 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9353
9354 * dired.el (dired-move-to-filename-regexp): Remove.
9355 All occurences replaced by `directory-listing-before-filename-regexp'.
9356
9357 * dired-x.el, locate.el, vc.el:
9358 Replace `dired-move-to-filename-regexp' by
9359 `directory-listing-before-filename-regexp'. In vc.el it is
9360 overwritten locally; maybe this can be handled in files.el too.
9361
9362 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9363 replaced by `directory-listing-before-filename-regexp'.
9364
9365 2005-10-23 Andreas Schwab <schwab@suse.de>
9366
9367 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9368 and eval-next-after-load.
9369
9370 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9371
9372 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9373 exist, create it.
9374
9375 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9376
9377 * allout.el: Remove autoloads for mailcrypt and crypt++.
9378 Require pgg, pgg-gpg during compilation.
9379 (allout-version): Increment version number to 2.1, and use a literal
9380 rather than RCS Id.
9381 (allout-default-encryption-scheme): Remove.
9382 (allout-passphrase-verifier-handling)
9383 (allout-passphrase-verifier-string)
9384 (allout-file-passphrase-verifier-string)
9385 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9386 (allout-passphrase-hint-handling): Rename and simplify.
9387 (allout-init): Use `find-file-hook' if available, otherwise
9388 `find-file-hooks'.
9389 (allout-mode): Use `write-file-functions' if available, otherwise
9390 `local-write-file-hooks' and, instead of making auto-save-hook
9391 buffer local, make the write-file-hook activity contingent to
9392 allout-mode.
9393 (allout-mode): Use key-binding substitution in the docstring.
9394 (allout-kill-line): Spell-out kill ring data structure mutation
9395 instead of using byte-compiler-complaint-provoking `pop'.
9396 (allout-insert-listified): Use `insert' rather than `insert-string'
9397 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9398 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9399 (allout-encrypt-string): Totally revamped vis new underlying
9400 encryption facilities.
9401 (allout-mc-activate-passwd): Remove.
9402 (allout-obtain-passphrase): New, more or less replaces
9403 allout-mc-activate-passwd.
9404 (allout-encrypted-key-info): More or less replaces
9405 allout-encrypted-text-type.
9406 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9407 (my-mark-marker): Use `(featurep 'xemacs)'.
9408
9409 2005-10-23 Lars Hansen <larsh@soem.dk>
9410
9411 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9412 (byte-compile-file-form-defmumble, byte-compile-defun)
9413 (byte-compile-defmacro): Use it.
9414 (byte-compile-form): Don't call byte-compile-set-symbol-position
9415 when a byte-compile handler is called.
9416
9417 2005-10-22 Romain Francoise <romain@orebokech.com>
9418
9419 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9420
9421 * subr.el (eval-after-load): Convert library name to an absolute
9422 file name using locate-library, since load-history no longer has
9423 library names in it.
9424
9425 2005-10-22 Richard M. Stallman <rms@gnu.org>
9426
9427 * files.el (make-temp-file): Move from subr.el.
9428 * subr.el (make-temp-file): Move to files.el.
9429
9430 * window.el (get-buffer-window-list): Move from subr.el.
9431 * subr.el (get-buffer-window-list): Move to window.el.
9432
9433 * image.el (image-load-path): Use eval-at-startup to initialize.
9434
9435 * subr.el (eval-at-startup): New macro.
9436
9437 * subr.el: Much rearrangement of functions and division
9438 into pages. No code changes.
9439
9440 2005-10-22 Kenichi Handa <handa@m17n.org>
9441
9442 * tar-mode.el (tar-extract): Be sure to call
9443 find-operation-coding-system if set-auto-coding doesn't find a
9444 coding system.
9445
9446 2005-10-22 Kim F. Storm <storm@cua.dk>
9447
9448 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9449 Change users.
9450 (image-type-file-name-regexps): New defconst.
9451 (image-type-from-data): Simplify loop.
9452 (image-type-from-buffer): New defun.
9453 (image-type-from-file-header): Use it instead of image-type-from-data.
9454 Use image-search-load-path instead of only looking in data-directory.
9455 (image-type-from-file-name): New defun.
9456 (image-search-load-path): Change `pathname' to `filename'.
9457 Make PATH arg optional, default to image-load-path.
9458
9459 2005-10-21 Richard M. Stallman <rms@gnu.org>
9460
9461 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9462
9463 * textmodes/paragraphs.el (sentence-end-base): New variable.
9464 (sentence-end): Use sentence-end-base.
9465
9466 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9469 property independently from the font-lock-multiline variable.
9470
9471 2005-10-21 Richard M. Stallman <rms@gnu.org>
9472
9473 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9474
9475 * startup.el (command-line): Convert library names
9476 in `load-history' to absolute file names.
9477
9478 * subr.el (symbol-file): Doc fix.
9479
9480 * loadhist.el (file-loadhist-lookup): Call locate-library
9481 instead of find-library-name. Don't try converting
9482 abs file names to library names, since load-history no longer
9483 has library names in it.
9484 (file-dependents, file-provides, file-requires): Doc fixes.
9485
9486 2005-10-21 Juri Linkov <juri@jurta.org>
9487
9488 * progmodes/etags.el (tags-table-mode): New function.
9489 (tags-verify-table): Replace initialize-new-tags-table with
9490 tags-table-mode.
9491
9492 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9493 default value.
9494 (desktop-modes-not-to-save): Add tags-table-mode to the
9495 default value.
9496
9497 * info.el (Info-index-next): Add total number of index
9498 alternatives to the message.
9499
9500 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9501 backward only space (instead of space and period) before looking
9502 at sentence end.
9503
9504 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9505 Add the old variable value as 4th default-value arg of read-string.
9506
9507 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9508
9509 * cus-face.el (custom-declare-face): Make face from X resources
9510 also on Mac.
9511
9512 * disp-table.el (standard-display-g1, standard-display-graphic):
9513 Refuse to use string glyphs also on Mac.
9514 (standard-display-european): Don't set terminal coding system also
9515 on Mac.
9516
9517 * frame.el (display-screens): Use x-display-screens also on Mac.
9518
9519 2005-10-21 Romain Francoise <romain@orebokech.com>
9520
9521 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9522
9523 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9526 and $? into sexps.
9527
9528 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9529 warning face on open-paren-in-column-0.
9530
9531 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9532 boundary case. Fix typo.
9533 Suggested by Martin Rudalics <rudalics@gmx.at>.
9534
9535 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9536
9537 * textmodes/org.el (org-combined-agenda-icalendar-file)
9538 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9539 (org-export-icalendar-this-file)
9540 (org-export-icalendar-all-agenda-files)
9541 (org-export-icalendar-combine-agenda-files): New commands.
9542 (org-export-icalendar, org-print-icalendar-entries)
9543 (org-start-icalendar-file, org-finish-icalendar-file)
9544 (org-ical-ts-to-string): New functions.
9545 (org-read-date, org-goto-calendar)
9546 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9547 call to `calendar'.
9548 (orgtbl-setup): Remove the :keys arguments from the menu description.
9549 (org-after-save-iCalendar-file-hook): New variable.
9550
9551 2005-10-21 Kenichi Handa <handa@m17n.org>
9552
9553 * language/vietnamese.el (tcvn-5712): Make it an alias of
9554 vietnamese-tcvn coding-system.
9555
9556 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9557
9558 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9559 group id is given.
9560
9561 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9564 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9565 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9566 whose line is either continued or ends with a comment.
9567
9568 2005-10-20 Romain Francoise <romain@orebokech.com>
9569
9570 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9571
9572 * replace.el (occur-engine): Add follow-link property.
9573
9574 * font-core.el (font-lock-mode): Doc fix.
9575
9576 2005-10-20 Richard M. Stallman <rms@gnu.org>
9577
9578 * net/rcirc.el: New file.
9579
9580 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9581
9582 * term.el (term-term-name): Initialize to "eterm-color".
9583
9584 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9585
9586 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9587 for encryption functionality.
9588 Move allout customization subgroup from `editing' to `outlines' group.
9589 Fix commentary keywords to legitimate ones.
9590 Update author info (using my current email address, obscurified).
9591 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9592 (allout-encrypted-topic-p, allout-encrypted-text-type)
9593 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9594 (allout-situate-encryption-key-verifier)
9595 (allout-get-encryption-key-verifier, allout-verify-key)
9596 (allout-next-topic-pending-encryption)
9597 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9598 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9599 (outline-key-verifier-handling, outline-key-hint-handling)
9600 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9601 (allout-file-key-verifier-string, allout-encryption-scheme)
9602 (allout-key-verifier-string, allout-key-hint-string)
9603 (allout-after-save-decrypt): New variables.
9604 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9605 (allout-after-saves-handler): New hook functions.
9606 (allout-post-command-business): Do allout-after-save-decrypt.
9607 (allout-enable-file-variable-adjustment): Custom var to enable
9608 mechanism for adding and adjusting settings of Emacs file variables.
9609 (allout-adjust-file-variable, allout-file-vars-section-data):
9610 New functions, implement the mechanism.
9611 (outlineify-sticky): Use the file vars mechanism.
9612 (allout-inhibit-protection, allout-during-write-cue)
9613 (allout-override-protect, allout-before-change-protect): Remove.
9614 (allout-flag-region, allout-open-topic): Adjust read-only text.
9615 (allout-open-line-not-read-only): Add to facilitate read-only
9616 text based protection.
9617 (allout-kill-line): Revise to adjust read-only text, clue the
9618 user about the inhibition.
9619 (allout-unprotected): Use unwind-protect.
9620 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9621 topic deeper than the offspring depth of the previous topic -
9622 avoiding confusing "containment discontinuities".
9623 (allout-reindent-bodies): Fix retention of body relative hanging
9624 indent during promotion of collapsed bodies.
9625 (allout-open-topic): Make it easy to open new topic with same
9626 bullet as current topic - topic creation functions provided with
9627 any universal argument provokes now prompt for bullet, defaulting
9628 to the bullet of the previous topic.
9629 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9630 Plain bullet alternates `.' period and `,' comma only. All other
9631 bullets are relegated to special status (but customizable).
9632 (allout-end-of-entry): Rename from allout-end-of-current-entry
9633 since it actually operates w.r.t. most immediately containing
9634 entry, visible or not.
9635 (allout-hide-current-entry, allout-show-current-entry): Use the
9636 revised version.
9637 (allout-old-expose-topic): Solidify deprecation.
9638 (allout-end-of-subtree): Add so we can span concealed as well
9639 as visible topics.
9640 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9641 (allout-end-of-current-heading): Tweak to just respect the first line.
9642 (allout-get-body-text): Add.
9643 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9644 when invoked interactively.
9645 (allout-up-current-level): Use `interactive-p'.
9646 (allout-mode, allout-init): Miscellaneous docstring and
9647 operational refinements, as well as hookups of new encryption stuff.
9648 (allout-beginning-of-current-entry): Now works as advertised.
9649 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9650 (allout-isearch-rectification): Refine condition for isearching.
9651 (allout-isearch-abort, allout-enwrap-isearch)
9652 (allout-flag-region, my-region-active-p): Relocate some macros.
9653 (allout-title): Fallback title is (buffer-name), not
9654 non-existing (current-buffer-name).
9655 (subst-char-in-string): Define if absent (for some XEmacs versions).
9656
9657 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9658
9659 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9660 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9661 (mail-citation-prefix-regexp, mail-signature-file)
9662 (mail-default-headers, mail-bury-selects-summary)
9663 (mail-send-nonascii): Add autoload cookies.
9664
9665 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9666
9667 * frame.el (blink-cursor-mode): Add `mac' to the list of
9668 window-system's that support blinking cursor.
9669
9670 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9671
9672 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9673
9674 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9675
9676 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9677 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9678 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9679
9680 2005-10-20 Kim F. Storm <storm@cua.dk>
9681
9682 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9683 (ido-set-current-directory): Don't add / after final @.
9684 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9685 Explicitly handle ange-ftp completion oddities.
9686 (ido-make-file-list): Don't rotate list at tramp root to avoid
9687 triggering tramp file handler for expand-file-name via get-file-buffer.
9688
9689 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9692
9693 2005-10-19 Jay Belanger <belanger@truman.edu>
9694
9695 * calc/calc-units.el (math-standard-units): Add units, adjust
9696 symbols and update values.
9697 (math-unit-prefixes): Add more prefixes.
9698
9699 2005-10-19 Romain Francoise <romain@orebokech.com>
9700
9701 * bookmark.el (bookmark-menu-heading): New face.
9702 (bookmark-bmenu-list): Use it.
9703 Don't fiddle with `baud-rate' at top-level.
9704
9705 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9706
9707 * image.el (create-image, find-image): Mention max-image-size in
9708 docstring.
9709
9710 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * savehist.el (savehist-load): Revert to checking XEmacs.
9713
9714 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9715 Various docstring and line-width fixups.
9716 (conf-mode): Use cond.
9717 Set font-lock-defaults. Don't set comment-use-syntax.
9718
9719 2005-10-18 David Ponce <david@dponce.com>
9720
9721 * tree-widget.el (tree-widget-button-click): New function.
9722 (tree-widget-button-keymap): Use it.
9723
9724 2005-10-18 Romain Francoise <romain@orebokech.com>
9725
9726 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9727 (bookmark-bmenu-hide-filenames): Add follow-link property.
9728 Improve help-echo text.
9729
9730 * ffap.el (find-file-at-point): Doc fix.
9731
9732 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9733
9734 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9735
9736 2005-10-18 Masatake YAMATO <jet@gyve.org>
9737
9738 Install to the CVS repository what I forgot to install in my
9739 2005-10-16 changes.
9740
9741 * progmodes/python.el (python-complete-symbol): Pass the common
9742 prefix substring of completion to `display-completion-list'.
9743
9744 * textmodes/org.el (org-complete): Ditto.
9745
9746 2005-10-18 Masatake YAMATO <jet@gyve.org>
9747
9748 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9749
9750 * woman.el (WoMan-xref-man-page): New button type derived
9751 from `Man-abstract-xref-man-page'.
9752 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9753
9754 * man.el (Man-abstract-xref-man-page): New button type.
9755 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9756 (Man-highlight-references): Add new optional argument `xref-man-type'.
9757
9758 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9761
9762 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9763
9764 * cus-edit.el (Custom-move-and-invoke): Delete.
9765 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9766
9767 * wid-edit.el (widget-move-and-invoke): New function, from
9768 Custom-move-and-invoke.
9769
9770 2005-10-17 Bill Wohler <wohler@newt.com>
9771
9772 Move all remaining images from lisp/toolbar to etc/images, move
9773 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9774 the low resolution images in their own directory (low-color).
9775
9776 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9777 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9778 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9779 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9780 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9781 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9782 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9783
9784 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9785 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9786 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9787 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9788 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9789 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9790 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9791 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9792 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9793 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9794 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9795 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9796 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9797 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9798 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9799
9800 To conform with convention, replace the underscore (_) in the
9801 following image names with dash (-) or (/) as appropriate.
9802
9803 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9804 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9805 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9806 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9807 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9808 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9809 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9810 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9811 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9812 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9813 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9814 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9815 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9816 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9817 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9818
9819 * info.el (info-tool-bar-map): Replace underscores in image names
9820 with dashes.
9821
9822 * makefile.w32-in (WINS): Remove toolbar.
9823
9824 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9825
9826 * tool-bar.el: Move to lisp from toolbar. Now that
9827 toolbar is empty, it should be deleted when folks run "cvs up -P".
9828
9829 2005-10-18 Jay Belanger <belanger@truman.edu>
9830
9831 * calc/calc-store.el (calc-store-into): Get the proper variable name
9832 to display in message.
9833
9834 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9835
9836 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9837 expressions display in speedbar for all buffers when debugging.
9838 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9839
9840 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9841 (speedbar-insert-button, speedbar-make-button):
9842 Use add-text-properties.
9843 (speedbar-update-localized-contents)
9844 (speedbar-update-directory-contents)
9845 (speedbar-update-special-contents): Use dolist.
9846 (speedbar-buffer-easymenu-definition): Add a menu separator.
9847
9848 2005-10-17 Jason Rumney <jasonr@gnu.org>
9849
9850 * makefile.w32-in: Use $(lisp) consistently.
9851 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9852 for shell specific generation of mh-autoloads.
9853
9854 2005-10-17 Richard M. Stallman <rms@gnu.org>
9855
9856 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9857
9858 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * jit-lock.el (jit-lock-fontify-now):
9861 Move jit-lock-context-unfontify-pos to avoid wasted work.
9862
9863 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9864
9865 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9866 `tramp-completion-mode' for checking if we are in completion mode.
9867 (tramp-completion-handle-file-name-all-completions): Reorder code
9868 in order to complete for file names only in case there are no
9869 method/user/host completions. This is necessary for cooperation
9870 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9871
9872 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * longlines.el (longlines-search-forward)
9875 (longlines-search-backward): Match any number of spaces.
9876
9877 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9878
9879 * diff-mode.el (diff-mode): Doc fix.
9880
9881 2005-10-16 David Reitter <david.reitter@gmail.com>
9882
9883 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9884 as default on darwin and windows systems.
9885
9886 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9887
9888 * arc-mode.el (archive-zip-extract): Doc fix.
9889
9890 2005-10-16 Romain Francoise <romain@orebokech.com>
9891
9892 * mouse.el (mouse-1-click-follows-link): Doc fix.
9893
9894 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * savehist.el: Don't require CL at runtime.
9897 (savehist-xemacs): Remove.
9898 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9899 (savehist-no-conversion): Use (featurep 'xemacs).
9900 (savehist-load): Check existence of start-itimer rather than XEmacs.
9901 Use an idle timer.
9902 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9903 `delete-if-not'.
9904
9905 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9906
9907 * savehist.el: Newer version.
9908 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9909 (savehist-last-checksum, savehist-no-conversion): New vars.
9910 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9911 New functions.
9912 (savehist-load, savehist-save): Use them.
9913 (savehist-delimit): Remove.
9914
9915 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9916
9917 * progmodes/compile.el (compilation-goto-locus): Display the
9918 compilation buffer first and the source buffer second, in case they're
9919 in overlapping frames. Don't raise the compilation frame if it was the
9920 selected window upon entry. Pass the `other-window' arg to
9921 pop-to-buffer.
9922
9923 * info.el (Info-fontify-node): Use dolist.
9924 Change add-text-properties to put-text-property.
9925
9926 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9927
9928 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9929 bound of search.
9930
9931 2005-10-16 Masatake YAMATO <jet@gyve.org>
9932
9933 * dabbrev.el (dabbrev-completion): Pass the common
9934 prefix substring of completion to `display-completion-list'.
9935
9936 * filecache.el (file-cache-minibuffer-complete)
9937 (file-cache-complete): Ditto.
9938
9939 * tempo.el (tempo-display-completions): Ditto.
9940
9941 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9942
9943 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9944
9945 * eshell/em-hist.el (eshell-list-history): Ditto.
9946
9947 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9948
9949 * mail/mailalias.el (mail-complete): Ditto.
9950
9951 * progmodes/etags.el (complete-tag): Ditto.
9952
9953 * progmodes/make-mode.el (makefile-complete): Ditto.
9954
9955 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9956
9957 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9958
9959 * progmodes/pascal.el (pascal-complete-word)
9960 (pascal-show-completions): Ditto.
9961
9962 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9963
9964 * simple.el (completion-common-substring): New variable.
9965 (completion-setup-function): Use `completion-common-substring'
9966 to put faces.
9967
9968 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9969
9970 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9971 (x-get-selection, mac-select-convert-to-string): Convert from/to
9972 UTF-16 clipboard data as in native byte order, no BOM.
9973
9974 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9975
9976 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9977 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9978 (gud-sentinel): Use speedbar-frame to check for speedbar.
9979
9980 2005-10-15 Richard M. Stallman <rms@gnu.org>
9981
9982 * savehist.el: New file.
9983
9984 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9985
9986 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9987 Fix bug in \bf fontification.
9988
9989 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * pcvs.el (cvs-edit-log-files): New var.
9992 (cvs-mode-edit-log): New arg `file'.
9993 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9994 Instead force the use of the original file and nothing else.
9995 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9996 the cvs-minor-wrap-function is set.
9997 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9998
9999 2005-10-14 Bill Wohler <wohler@newt.com>
10000
10001 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10002 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10003 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10004 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10005 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10006 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10007 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10008 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10009 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10010 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10011 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10012 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10013 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10014 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10015 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10016
10017 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10018 appropriately (for example, gud-break to gud/break).
10019
10020 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * longlines.el (longlinges-search-function)
10023 (longlines-search-forward, longlines-search-backward): New functions.
10024 (longlines-mode): Set isearch-search-fun-function to
10025 longlinges-search-function.
10026
10027 * mouse.el (mouse-drag-region-1): Handle the case where a
10028 double-click event is bound to an arbitrary function.
10029
10030 2005-10-14 David Ponce <david@dponce.com>
10031
10032 * recentf.el (recentf-track-opened-file)
10033 (recentf-track-closed-file, recentf-update-menu)
10034 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10035 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10036 mouse-1-click-follows-link.
10037
10038 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10039
10040 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10041 Gnome file-manager.png. Suggested by
10042 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10043
10044 * toolbar/README: Add diropen.xpm.
10045
10046 2005-10-13 Bill Wohler <wohler@newt.com>
10047
10048 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10049 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10050
10051 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10054 Don't waste the byte-compiler's time on constant data.
10055
10056 2005-10-13 Kenichi Handa <handa@m17n.org>
10057
10058 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10059 byte with `escape-glyph' face.
10060
10061 * international/fontset.el (ccl-encode-unicode-font):
10062 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10063 Handle the case that ucs-mule-to-mule-unicode translates a character to
10064 ASCII (usually for IPA characters).
10065
10066 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10069 Don't hide the underline of titles if font-lock-mode is disabled.
10070
10071 2005-10-12 Bill Wohler <wohler@newt.com>
10072
10073 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10074 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10075 files in MH-E-SRC have been updated.
10076 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10077
10078 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10081 (mixal-mode-syntax-table): Add \n as end-comment.
10082 (mixal-operation-codes-alist): Immediately initialize to full value.
10083 (mixal-add-operation-code): Remove.
10084 (mixal-describe-operation-code): Make the arg non-optional.
10085 Use the interactive spec instead.
10086 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10087 (mixal-font-lock-keywords): Don't highlight comments here any more.
10088 (mixal-font-lock-syntactic-keywords): New var.
10089 (mixal-mode): Use it. Fix comment-start-skip.
10090
10091 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10092
10093 * startup.el (command-line-x-option-alist): -nb => -nbi
10094
10095 2005-10-12 Kim F. Storm <storm@cua.dk>
10096
10097 * startup.el (fancy-splash-default-action): Discard mouse click in
10098 the splash screen window, as it has no sensible meaning in the
10099 next window to be selected. Fixes error reported by Jan D.
10100
10101 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10102
10103 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10104
10105 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10108 Try to fix up minor layout issues like indentation, line break, etc...
10109 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10110 because it doesn't work.
10111 (mixal-operation-codes): Add some more codes.
10112 (mixal-font-lock-keywords): Process comments here.
10113 (mixal-mode): mixasm no longer needs -g option.
10114
10115 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10116
10117 * progmodes/sh-script.el (sh-tmp-file):
10118 Use mktemp -t. Finish support for es and rc shells.
10119
10120 2005-10-11 Jay Belanger <belanger@truman.edu>
10121
10122 * calc/calcalg2.el (calc-integral): With an argument, compute the
10123 definite integral.
10124
10125 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * mouse.el (mouse-drag-region-1): Don't try to catch a
10128 double-click when doing follow-link (it's overridden anyway).
10129
10130 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10131
10132 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10133 (autoload-print-form-outbuf): Add docstring.
10134
10135 2005-10-11 Juri Linkov <juri@jurta.org>
10136
10137 * info.el (Info-mode-menu): Delete menu item "Edit".
10138 (Info-mode): Delete description of Info-edit from docstring,
10139 and rearrange descriptions of Info commands in the order
10140 they are documented in the Info manual.
10141
10142 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10143
10144 * calendar/appt.el (appt-check): Use diary-selective-display var.
10145
10146 2005-10-10 Richard M. Stallman <rms@gnu.org>
10147
10148 * net/newsticker.el (newsticker-start, newsticker-show-news):
10149 Add autoload cookies.
10150
10151 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10152
10153 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10154
10155 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10156
10157 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10158
10159 2005-10-10 Jay Belanger <belanger@truman.edu>
10160
10161 * calc/calc-arith.el (math-check-known-scalarp)
10162 (math-check-known-matrixp): Check the values of arguments that are
10163 variables.
10164 (math-check-known-square-matrixp): New function.
10165 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10166 (math-super-types): Add sqmatrix type.
10167
10168 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10169 mode name `square' to `sqmatrix'.
10170
10171 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10172 mode name `square' to `sqmatrix'.
10173
10174 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * progmodes/etags.el (select-tags-table-mode): Don't use
10177 selective-display.
10178 (tags-select-tags-table): Pass `button' to the action function.
10179 (select-tags-table): Place the side-info on button properties rather
10180 than in hidden text. Abbreviate file names.
10181 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10182 (select-tags-table-select): Add `button' argument.
10183 Get side-info from the button property rather than from hidden text.
10184
10185 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10188 (gud-speedbar-buttons): Preserve point if possible.
10189 (gud-sentinel): Restore previous speedbar display type.
10190
10191 * progmodes/gdb-ui.el (gdba): Improve diagram.
10192 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10193 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10194 Call get-buffer-window once.
10195
10196 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10199 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10200 (pascal-indent-command): Remove unused var `ind'.
10201 (pascal-indent-case): Remove unused var `oldpos'.
10202 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10203 since it's now used as a proper minor mode map.
10204 (pascal-outline): Rename to pascal-outline-mode.
10205 (pascal-outline-mode): Use define-minor-mode.
10206 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10207 selective-display.
10208
10209 2005-10-10 Andreas Schwab <schwab@suse.de>
10210
10211 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10212 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10213
10214 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10215 outside source directory.
10216
10217 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10218
10219 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10220 C-x' as a prefix.
10221 (orgtbl-mode-map): Full keymap instead of sparse, because all
10222 `self-insert-command' keys are redefined in this map.
10223 (org-export-as-html): Specify charset for HTML file, by taking it
10224 from the coding system.
10225
10226 2005-10-10 Kenichi Handa <handa@m17n.org>
10227
10228 * textmodes/flyspell.el (flyspell-check-word-p):
10229 If unread-command-events is non-empty, don't call sit-for.
10230
10231 2005-10-09 Richard M. Stallman <rms@gnu.org>
10232
10233 * font-lock.el (font-lock-syntactic-keywords)
10234 (font-lock-keywords): Doc fixes.
10235
10236 * textmodes/flyspell.el (flyspell-external-point-words):
10237 Simplify logic, and don't try to check for consecutive appearances
10238 of one incorrect word.
10239
10240 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10241
10242 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10243 separator.
10244
10245 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10246 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10247 (gud-expansion-speedbar-buttons): New function.
10248 (gud-speedbar-buttons): Check for gud-comint-buffer.
10249
10250 2005-10-09 Bill Wohler <wohler@newt.com>
10251
10252 * Makefile.in (updates): Add mh-loaddefs dependency.
10253
10254 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * speedbar.el (speedbar-file-key-map): Fix typo.
10257
10258 2005-10-09 Daniel Brockman <daniel@brockman.se>
10259
10260 * cus-start.el (line-spacing): Add custom spec.
10261
10262 2005-10-09 Romain Francoise <romain@orebokech.com>
10263
10264 * textmodes/ispell.el (ispell-check-version): Fix last change.
10265
10266 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10267
10268 * term/x-win.el: Remove -i, --icon-type from comment.
10269
10270 * startup.el (command-line-x-option-alist): Remove options -i,
10271 -itype, --icon-type, added -nb, --no-bitmap-icon
10272
10273 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10274
10275 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10276 instead of :active.
10277
10278 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10279
10280 * textmodes/ispell.el (ispell-check-version):
10281 Ignore hyphen, and all that follows, in aspell's version text.
10282
10283 2005-10-08 Jay Belanger <belanger@truman.edu>
10284
10285 * calc/calc-arith.el (math-known-square-matrixp): New function.
10286 (math-pow-fancy): Check for matrices before distributing exponent
10287 across products.
10288
10289 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10290 fullscreen keypad. Suggested by Luc Teirlinck.
10291 (calc-keypad-show-input): Add space for formatting.
10292
10293 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10294 Add square matrix option.
10295
10296 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10297 of checking calc-matrix-mode when deciding how to expand.
10298
10299 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10300
10301 2005-10-08 Lars Hansen <larsh@soem.dk>
10302
10303 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10304 Add error handling.
10305 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10306
10307 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10308
10309 Sync with Tramp 2.0.51.
10310
10311 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10312 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10313 Insert special handling for `last-coding-system-used', again
10314 it still seems to be necessary (unlike stated before).
10315 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10316 (tramp-password-prompt-regexp): There might be other words before
10317 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10318 (tramp-chunksize): Improve docstring.
10319 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10320 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10321 Christian Joergensen <bugs@razor.dk>.
10322
10323 2005-10-07 Glenn Morris <rgm@gnu.org>
10324
10325 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10326 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10327 precision'.
10328
10329 2005-10-07 Romain Francoise <romain@orebokech.com>
10330
10331 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10332 (ibuffer-do-shell-command-pipe-replace)
10333 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10334 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10335 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10336 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10337 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10338 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10339 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10340 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10341 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10342 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10343 Autoload file sans suffix.
10344
10345 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10346
10347 2005-10-07 David Ponce <david@dponce.com>
10348
10349 * recentf.el (recentf-menu-open-all-flag): New option.
10350 (recentf-digit-shortcut-command-name): New function.
10351 (recentf--shortcuts-keymap): New variable.
10352 (recentf-menu-shortcuts): New variable.
10353 (recentf-make-menu-items): Initialize it. Replace the "More..."
10354 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10355 (recentf-menu-value-shortcut): New function.
10356 (recentf-make-menu-item): Use it. No more in-lined.
10357 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10358 (recentf-open-most-recent-file): Rename from
10359 `recentf-open-file-with-key'. Don't depend on key binding.
10360 (recentf-mode-map): New variable.
10361 (recentf-mode): Use it.
10362
10363 2005-10-06 Bill Wohler <wohler@newt.com>
10364
10365 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10366
10367 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10368 (MH-E-SRC): New. Used by mh-autoloads.
10369 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10370 files in MH-E-SRC have been updated.
10371 (compile, recompile, bootstrap): Depend on mh-autoloads.
10372
10373 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10374
10375 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10376 gud-break and gud-remove icons when the fringe is not available.
10377
10378 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10379 Typo.
10380
10381 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10382
10383 * play/zone.el (zone): Wrap body with save-window-excursion.
10384
10385 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10388 Use the new `list-only' arg to diary-list-entries.
10389
10390 * calendar/diary-lib.el: Use overlays rather than selective-display.
10391 (diary-selective-display): New var.
10392 (diary-header-line-format): Use it.
10393 (diary-list-entries): Add argument `list-only'.
10394 Put the buffer in diary-mode. Don't add \^M at beg and end.
10395 Replace \^M by invisible overlays.
10396 (diary-unhide-everything): Replace \^M by invisible overlays.
10397 (print-diary-entries): Look for overlays rather than \^M.
10398 Add a space to the temp buffer name.
10399 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10400 Put the buffer in diary-mode.
10401 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10402 (diary-anniversary): Make the year arg optional.
10403 (diary-time-regexp): New const.
10404 (diary-font-lock-keywords): Use it to accept a few more time formats.
10405
10406 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10407
10408 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10409
10410 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10411 Fix bug introduced 2005-07-03: Use (car (last ...))
10412 to faithfully reproduce replaced artist-last.
10413 (artist-set-arrow-points-for-poly): Likewise.
10414 Suggested by Johan Bockg\e,Ae\e(Brd.
10415
10416 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10417
10418 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10419 * wid-edit.el (widget):
10420 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10421 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10422
10423 2005-10-06 Kenichi Handa <handa@m17n.org>
10424
10425 * international/mule-cmds.el (set-language-environment):
10426 Fix setting up of case-table for unibyte mode.
10427
10428 * simple.el (what-cursor-position): If the character is displayed
10429 by some `display' text property, show that. Don't use
10430 single-key-description for eight-bit characters in multibyte mode.
10431
10432 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10433
10434 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10435 (gdb-ann3): Set it.
10436 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10437 (gdb-info-frames-custom): Use inverse-video for first five
10438 characters of selected frame only.
10439 (gdb-get-frame-number): Select frame even when point is on frame
10440 number.
10441
10442 2005-10-06 Masatake YAMATO <jet@gyve.org>
10443
10444 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10445 Put `font-lock-function-name-face'.
10446 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10447 and `font-lock-variable-name-face'
10448 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10449 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10450 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10451 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10452 (gdb-local-font-lock-keywords): New font lock keywords definition.
10453 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10454 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10455 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10456
10457 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10458
10459 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10460 (ediff-merge-region-is-non-clash-to-skip): Previously called
10461 ediff-merge-region-is-non-clash.
10462
10463 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10464 Use insert-buffer-substring.
10465
10466 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10467 selecting files to patch. Also bug fixes.
10468
10469 * ediff-util.el (ediff-setup): Bug fix.
10470 (ediff-next-difference): Never skip clashes that differ in white
10471 space only.
10472
10473 * ediff-wind.el (ediff-setup-control-frame)
10474 (ediff-destroy-control-frame): Check the menubar feature.
10475
10476 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10477 (viper-refresh-mode-line): Use make-local-variable to localize
10478 some vars instead of make-variable-buffer-local. Suggested by
10479 Stefan Monnier.
10480
10481 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10482 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10483 Use make-local-variable instead of make-variable-buffer-local.
10484 Suggested by Stefan Monnier.
10485
10486 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10487 (viper-comint-mode-hook): Use make-local-variable on
10488 require-final-newline.
10489 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10490
10491 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10494 also the second char of a comment-start sequence.
10495 (scheme-sexp-comment-syntax-table): New var.
10496 (lambda, define): Set their scheme-doc-string-elt property.
10497 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10498 Use lisp-font-lock-syntactic-face-function now that it properly
10499 handles |...| symbols.
10500 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10501 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10502
10503 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10504 bit from # to |.
10505 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10506
10507 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10508 (lisp-doc-string-elt-property): New var.
10509 (lisp-font-lock-syntactic-face-function): Use it.
10510 Rewrite to recognize docstrings even for forms not at toplevel.
10511
10512 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10513 annotation on the | part of #| rather than on the # part.
10514 (scheme-font-lock-syntactic-face-function): New function, to
10515 distinguish strings from |...| symbols.
10516 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10517 syntax-table so that #|...|# is properly highlighted.
10518
10519 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10520 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10521
10522 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10525 and C-e.
10526
10527 * emacs-lisp/eldoc.el: Move comments into docstrings.
10528 (eldoc-message-commands): Initialize in its declaration.
10529 Add move-beginning-of-line and move-end-of-line.
10530 (eldoc-add-command, eldoc-add-command-completions)
10531 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10532
10533 * outline.el (outline-mark-subtree): Activate the mark.
10534
10535 * calendar/appt.el (appt-time-regexp): New var.
10536 (appt-add, appt-make-list): Use it.
10537 (appt-convert-time): Clean up.
10538
10539 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10540 Don't set any syntax-table property here.
10541 (tex-font-lock-verb): New function. Do it here.
10542 (tex-font-lock-syntactic-keywords): Use it.
10543
10544 2005-10-04 Richard M. Stallman <rms@gnu.org>
10545
10546 * wid-edit.el (widget-file-complete): Get the widget start point
10547 the right way. Default directory to `/' if file has none.
10548
10549 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10550
10551 * textmodes/flyspell.el (flyspell-mode-on):
10552 Call ispell-maybe-find-aspell-dictionaries.
10553
10554 * textmodes/ispell.el (ispell-word, ispell-region):
10555 Call ispell-maybe-find-aspell-dictionaries.
10556 (ispell-accept-buffer-local-defs):
10557 Don't call ispell-maybe-find-aspell-dictionaries
10558
10559 2005-10-04 Richard M. Stallman <rms@gnu.org>
10560
10561 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10562
10563 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10564
10565 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10566 instead of `fboundp' in order to allow for anonymous functions.
10567
10568 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10569
10570 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10571 case the user clicks on the link while another window is selected.
10572 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10573
10574 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10575 functionality.
10576 (dframe-help-echo): Save point in case mouse tracking is off.
10577
10578 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10579
10580 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10581
10582 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10585 not change the global value of those vars.
10586
10587 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10588 make-local-variable which we do not need any more.
10589
10590 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10593 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10594 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10595 (speedbar-path-line): Define obsolete aliases.
10596 (speedbar-line-directory): Doc fix.
10597
10598 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10599 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10600 instead of speedbar-line-path.
10601
10602 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10603
10604 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10605 to nil if dropping on a window. Handle dropping on a minibuffer window
10606 like dropping on a non-window part of Emacs.
10607
10608 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * net/ange-ftp.el: Use with-current-buffer.
10611 (ange-ftp-insert-directory): Do not follow symlinks any more.
10612
10613 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10614 Remove interactive spec.
10615
10616 2005-10-03 Kim F. Storm <storm@cua.dk>
10617
10618 * ido.el (ido-mode): Use custom-initialize-set.
10619
10620 2005-10-02 Richard M. Stallman <rms@gnu.org>
10621
10622 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10623 Use insert-buffer-substring.
10624
10625 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10626 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10627
10628 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10631 in last change.
10632 (ange-ftp-insert-directory): Fix up the search for the case where
10633 `file' is absolute.
10634
10635 2005-10-02 Romain Francoise <romain@orebokech.com>
10636
10637 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10638
10639 2005-10-02 Andreas Schwab <schwab@suse.de>
10640
10641 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10642 directory component in the session info.
10643
10644 2005-10-01 Richard M. Stallman <rms@gnu.org>
10645
10646 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10647
10648 * simple.el (next-error-internal): New function.
10649
10650 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10651 (compilation-start): Pass new arg to compilation-buffer-name.
10652 (compile-goto-error): Use next-error-internal.
10653
10654 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * speedbar.el: Remove RCS tag.
10657 (speedbar-check-read-only): Handle non-existent files.
10658
10659 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10660
10661 * info.el (Info-speedbar-hierarchy-buttons)
10662 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10663
10664 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10665
10666 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10667 Do not match newline.
10668 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10669 (bibtex-summary): Remove unnecessary save-excursion.
10670 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10671
10672 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10673
10674 * term/mac-win.el: Add charset info for "iso10646-1".
10675 Modify default fontset to use ATSUI-compatible fonts for some charsets
10676 if available.
10677
10678 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10679
10680 * speedbar.el: Re-apply arch tag.
10681 (speedbar-version): Rename to version 1.0. Suggested by Eric
10682 M. Ludlam.
10683 Reapply two changes from Emacs CVS' version of speedbar lost
10684 during the merge:
10685 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10686 (speedbar-frame-parameters): Improve customize type.
10687
10688 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10691 (ange-ftp-file-directory-p): Fix the symlink case.
10692 (ange-ftp-insert-directory): When listing a single file, get a list of
10693 the parent buffer and extract the relevant line. Inspired from a patch
10694 by Katsumi Yamaoka <yamaoka@jpl.org>.
10695 (ange-ftp-file-name-sans-versions): Simplify.
10696
10697 2005-09-30 Bill Wohler <wohler@newt.com>
10698
10699 Move MH-E image files from toolbar and mail directories into
10700 etc/images.
10701
10702 * mail/reply2.*: Move to etc/images/mail/reply*.
10703
10704 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10705 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10706 etc/images.
10707
10708 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10709 * toolbar/reply*: Move to etc/images/mail.
10710
10711 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10712
10713 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10714
10715 * speedbar.el: New version 1.0pre3.
10716
10717 Frame management code (including timer, and mouse click specifics)
10718 moved to dframe.el:
10719 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10720 (speedbar-timer): Removed. Use dframe-timer.
10721 (speedbar-close-frame): Removed. Use dframe-close-frame.
10722 (speedbar-activity-change-focus-flag): Removed. Use
10723 dframe-activity-change-focus-flag.
10724 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10725 dframe-update-speed.
10726
10727 (speedbar-current-frame): New macro. Use this instead of the
10728 variable speedbar-frame.
10729
10730 (speedbar-use-images, speedbar-expand-image-button-alist)
10731 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10732
10733 (speedbar-find-image-on-load-path): Removed. Replaced by
10734 defezimage in ezimage.el.
10735 (speedbar-expand-image-button-alist): Removed. Replaced by
10736 ezimage-expand-image-button-alist in ezimage.el.
10737
10738 (speedbar-ignored-directory-regexp)
10739 (speedbar-add-ignored-directory-regexp)
10740 (speedbar-ignored-directory-expressions)
10741 (speedbar-line-directory, speedbar-buffers-line-directory)
10742 (speedbar-directory-line, speedbar-buffers-line-directory):
10743 Renamed, replacing `path' with `directory'.
10744
10745 (speedbar-create-directory, speedbar-expand-line-descendants)
10746 (speedbar-toggle-line-expansion)
10747 (speedbar-contract-line-descendants): New commands.
10748
10749 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10750 (speedbar-use-tool-tips-flag): New options.
10751
10752 (speedbar-check-read-only, speedbar-require-version)
10753 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10754 (speedbar-handle-delete-frame, speedbar-try-completion)
10755 (speedbar-update-localized-contents): New functions.
10756
10757 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10758 (speedbar-object-read-only-indicator): New variables.
10759
10760 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10761 New hooks.
10762
10763 (speedbar-separator-face): New face.
10764
10765 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10766 (speedbar-ignored-modes): Add fundamental-mode.
10767 (speedbar-directory-unshown-regexp): Add . directories.
10768
10769 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10770 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10771 `]' for full expand/close.
10772 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10773
10774 (speedbar-check-vc): Support hidden files.
10775 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10776 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10777 state is nil, it is not checked out.
10778
10779 (speedbar-line-text, speedbar-line-token): Support expand buttons
10780 with no text.
10781 (speedbar-refresh): Universal argument acts as power-click.
10782 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10783 that buffer to get variable values.
10784
10785 And many other bugfixes.
10786
10787 * dframe.el, ezimage.el, sb-image.el: New files.
10788
10789 * sb-*.xpm: Remove files. New image files installed into
10790 etc/images/ezimage.
10791
10792 2005-09-30 Kenichi Handa <handa@m17n.org>
10793
10794 * ps-mule.el (ps-mule-show-warning): If a character is in
10795 ps-print-translation-table, don't treat it as non-printable.
10796
10797 2005-09-30 David Ponce <david@dponce.com>
10798
10799 * tree-widget.el (tree-widget-themes-load-path): New variable.
10800 (tree-widget-themes-directory): Doc fix.
10801 (tree-widget-image-formats) [Emacs]: Doc fix.
10802 (tree-widget--locate-sub-directory): New function.
10803 (tree-widget-themes-directory): Use it.
10804
10805 * recentf.el (recentf-filename-handlers): Rename from
10806 `recentf-filename-handler'. Allow a list of functions.
10807 (recentf-menu-items-for-commands): Fix :help strings.
10808 (recentf-apply-filename-handlers): New function.
10809 (recentf-expand-file-name): Use it.
10810 (recentf-cleanup): Remove duplicates too.
10811
10812 2005-09-29 Juri Linkov <juri@jurta.org>
10813
10814 * faces.el: Rearrange face definitions to be in the same order as
10815 their face descriptions in "(emacs)Standard Faces".
10816
10817 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10818
10819 * tooltip.el (tooltip): Add group `basic-faces'.
10820
10821 * buff-menu.el (Buffer-menu-buffer): Remove group
10822 `font-lock-highlighting-faces'.
10823
10824 * progmodes/compile.el (compilation-error, compilation-warning)
10825 (compilation-info, compilation-line-number, compilation-column-number):
10826 Change group from `font-lock-highlighting-faces' to `compilation'.
10827
10828 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10829 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10830 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10831 (vhdl-font-lock-reserved-words-face)
10832 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10833 `font-lock-highlighting-faces'.
10834
10835 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10836
10837 2005-09-28 Kim F. Storm <storm@cua.dk>
10838
10839 * emulation/cua-base.el: Set CUA move property on additional commands:
10840 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10841 forward-sexp, backward-sexp, forward-list, backward-list.
10842
10843 2005-09-28 Romain Francoise <romain@orebokech.com>
10844
10845 * comint.el (comint-show-output): Really set point at the
10846 beginning of the output when not using `comint-use-prompt-regexp'.
10847
10848 2005-09-27 Jay Belanger <belanger@truman.edu>
10849
10850 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10851 in TeX mode.
10852
10853 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10854
10855 * textmodes/org.el (org-table-sum): Fix format string.
10856
10857 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10858 Quote face names.
10859
10860 2005-09-26 Romain Francoise <romain@orebokech.com>
10861
10862 * isearch.el (isearch-forward-regexp): Close doc string.
10863
10864 2005-09-25 Richard M. Stallman <rms@gnu.org>
10865
10866 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10867
10868 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10869
10870 * progmodes/compile.el (compilation-error-properties):
10871 When getting the file from the previous error message,
10872 correctly decode the new data format.
10873
10874 * progmodes/cc-cmds.el (c-electric-paren):
10875 Call old-blink-paren only for close-paren.
10876
10877 2005-09-24 Andreas Schwab <schwab@suse.de>
10878
10879 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10880 condition.
10881
10882 2005-09-25 Romain Francoise <romain@orebokech.com>
10883
10884 * dired-aux.el (dired-copy-file-recursive):
10885 * dired.el (dired-delete-file):
10886 * ediff-mult.el (ediff-dir-diff-copy-file):
10887 * ediff-util.el (ediff-test-save-region):
10888 * forms.el (forms-mode):
10889 * ido.el (ido-file-internal, ido-delete-file-at-head):
10890 * log-edit.el (log-edit-done):
10891 * ses.el (ses-yank-resize):
10892 * play/gomoku.el (gomoku-human-plays, gomoku)
10893 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10894 (gomoku-offer-a-draw):
10895 * play/landmark.el (lm-human-resigns, lm):
10896 * net/eudcb-ldap.el (eudc-ldap-check-base):
10897 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10898 * progmodes/ebrowse.el (ebrowse-find-pattern):
10899 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10900 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10901 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10902
10903 * vc.el (vc-delete-file):
10904 * play/gomoku.el (gomoku-terminate-game, gomoku)
10905 (gomoku-prompt-for-move, gomoku-human-takes-back):
10906 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10907 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10908
10909 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10910
10911 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10912 color rxvt terminals by using the code xterm.el used to use before
10913 2005-04-09 in order to match the colors used by rxvt.
10914
10915 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10916
10917 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10918 colors rxvt-unicode terminals by using the same code as xterm.el.
10919
10920 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10923 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10924 new symbol used for the tex-verbatim face.
10925
10926 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10927
10928 * woman.el (woman-file-name):
10929 * wid-edit.el (widget-file-prompt-value)
10930 (widget-coding-system-prompt-value):
10931 * w32-fns.el (set-w32-system-coding-system):
10932 * vc.el (vc-version-diff, vc-annotate):
10933 * textmodes/reftex-auc.el (reftex-arg-cite)
10934 (reftex-arg-index-tag):
10935 * textmodes/refer.el (refer-get-bib-files):
10936 * textmodes/artist.el (artist-figlet-choose-font):
10937 * terminal.el (terminal-emulator):
10938 * replace.el (occur-read-primary-args):
10939 * rect.el (string-rectangle, string-insert-rectangle):
10940 * ps-print.el (ps-print-preprint):
10941 * progmodes/pascal.el (pascal-goto-defun):
10942 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10943 * progmodes/compile.el (compilation-find-file):
10944 * printing.el (pr-interactive-n-up):
10945 * play/animate.el (animate-birthday-present):
10946 * net/rcompile.el (remote-compile):
10947 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10948 * mail/rmailsum.el (rmail-summary-search-backward)
10949 (rmail-summary-search):
10950 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10951 (rmail-output-read-file-name):
10952 * mail/rmail.el (rmail-search, rmail-search-backwards):
10953 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10954 * locate.el (locate):
10955 * international/quail.el (quail-show-keyboard-layout):
10956 * international/mule.el (set-buffer-file-coding-system)
10957 (revert-buffer-with-coding-system, set-file-name-coding-system)
10958 (set-terminal-coding-system, set-keyboard-coding-system)
10959 (set-next-selection-coding-system):
10960 * international/mule-diag.el (describe-coding-system)
10961 (describe-font, describe-fontset):
10962 * international/mule-cmds.el (universal-coding-system-argument)
10963 (search-unencodable-char, describe-input-method)
10964 (set-language-environment, describe-language-environment):
10965 * international/codepage.el (codepage-setup):
10966 * international/code-pages.el (codepage-setup):
10967 * info.el (Info-search, Info-follow-reference)
10968 (Info-search-backward):
10969 * emacs-lisp/advice.el (ad-read-advised-function)
10970 (ad-read-advice-class, ad-clear-cache, ad-activate)
10971 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10972 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10973 (ad-read-regexp):
10974 * ediff-util.el (ediff-toggle-regexp-match):
10975 * ediff-ptch.el (ediff-prompt-for-patch-file):
10976 * dired-aux.el (dired-diff):
10977 * diff.el (diff):
10978 * cus-edit.el (custom-variable-prompt):
10979 * calendar/timeclock.el (timeclock-ask-for-project):
10980 * calc/calcalg3.el (calc-get-fit-variables):
10981 * calc/calc-store.el (calc-edit-variable)
10982 (calc-permanent-variable):
10983 * vc-mcvs.el (vc-mcvs-register):
10984 * shadowfile.el (shadow-define-literal-group):
10985 * woman.el (woman-file-name):
10986 * vc.el (vc-version-diff, vc-merge):
10987 * textmodes/reftex-index.el (reftex-index-complete-tag):
10988 * format.el (format-decode-buffer, format-decode-region):
10989 * emulation/viper-cmd.el (viper-read-string-with-history):
10990 * emacs-lisp/debug.el (cancel-debug-on-entry):
10991 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10992 * ediff.el (ediff-merge-revisions)
10993 (ediff-merge-revisions-with-ancestor, ediff-revision):
10994 * completion.el (interactive-completion-string-reader):
10995 * calc/calc-prog.el (calc-user-define-formula):
10996 Follow convention for reading with the minibuffer.
10997
10998 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10999
11000 * progmodes/python.el (python-describe-symbol): Add globals() and
11001 locals() to the arguments of emacs.ehelp.
11002
11003 2005-09-24 Magnus Henoch <mange@freemail.hu>
11004
11005 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11006 New function, code extracted from ispell-valid-dictionary-list.
11007 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11008 Call it.
11009
11010 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11011
11012 * subr.el (version-regexp-alist): Extend valid syntax for version
11013 strings: allow any of the characters -,_,+ to separate the
11014 alpha/beta/rc part from the version part. Doc fix.
11015 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11016
11017 2005-09-23 David Reitter <david.reitter@gmail.com>
11018
11019 * mail/mailclient.el: New file.
11020
11021 2005-09-23 Richard M. Stallman <rms@gnu.org>
11022
11023 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11024 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11025 Doc fixes.
11026
11027 * progmodes/cc-mode.el (c-font-lock-init):
11028 Specify font-lock-lines-before.
11029
11030 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11033 whole conflict.
11034
11035 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11036
11037 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11038 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11039 of `remap' feature when available. Additional key bindings for
11040 better tty support.
11041 (org-mode-restart, org-force-self-insert): New commands.
11042 (org-time-stamp-inactive): New command.
11043 (org-remap): New function.
11044 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11045 (org-enable-fixed-width-editor): Move to `org-structure'
11046 customization group.
11047 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11048 blank field after field motion commands.
11049
11050 2005-09-23 Kenichi Handa <handa@m17n.org>
11051
11052 * international/mule-cmds.el (set-language-environment):
11053 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11054 have to call utf-translate-cjk-load-tables.
11055
11056 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * mouse.el (mouse-move-drag-overlay): Fix last change.
11059
11060 2005-09-22 David Ponce <david@dponce.com>
11061
11062 * tree-widget.el (tree-widget-value-create): Fix previous change.
11063
11064 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11067
11068 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * mouse.el (mouse-move-drag-overlay): New function.
11071 (mouse-drag-region-1): Use it.
11072 Try to simplify a bit the state handling. Handle clicks on links
11073 inside intangible areas.
11074 (mouse-save-then-kill): Minor simplification.
11075 (mouse-secondary-overlay): Make it always non-nil instead of
11076 recreating it each time.
11077 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11078 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11079 Simplify accordingly.
11080
11081 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11082
11083 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11084
11085 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11086
11087 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11088 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11089 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11090 to patch.
11091
11092 * ediff-util.el: Use insert-buffer-substring.
11093
11094 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11095
11096 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11097 field boundaries in the minibuffer.
11098 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11099 (viper-minibuffer-post-command-hook): New hook.
11100 (viper-line): Don't move cursor at bolp.
11101
11102 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11103
11104 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11105 avoid compiler warnings.
11106
11107 * emulation/viper-macs.el (ex-map): Better messages.
11108
11109 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11110
11111 * emulation/viper.el: Replace make-variable-buffer-local with
11112 viper-make-variable-buffer-local everywhere, to avoid warnings.
11113
11114 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11117 Delete unused var `old-selected-window'.
11118 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11119 (mouse-drag-secondary): Delete unused var `start-frame'.
11120
11121 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11122
11123 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11124
11125 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11128 Re-indent within 80 columns. Use inhibit-read-only.
11129
11130 2005-09-19 Romain Francoise <romain@orebokech.com>
11131
11132 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11133
11134 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11137 unconditionally, since the after-change-function already did it.
11138
11139 2005-09-19 Miles Bader <miles@gnu.org>
11140
11141 * net/newsticker.el: Get rid of CVS keyword.
11142
11143 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11144
11145 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11146 The prompt is formatted later.
11147
11148 2005-09-19 David Ponce <david@dponce.com>
11149
11150 * tree-widget.el (tree-widget-value-create): Save the converted
11151 tree :node widget.
11152
11153 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11154
11155 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11156 variable `message'.
11157
11158 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11159
11160 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11161 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11162 <slawomir.nowaczyk.847@student.lu.se>.
11163
11164 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * image.el (image-load-path): Use symbol `data-directory' instead
11167 of its value, for backward compatibility with packages that bind
11168 it during `find-image'. Suggested by Katsumi Yamaoka.
11169 (image-search-load-path): Handle symbols whose values are strings.
11170
11171 2005-09-18 Romain Francoise <romain@orebokech.com>
11172
11173 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11174 with-current-buffer form in save-excursion.
11175
11176 2005-09-18 D Goel <deego@gnufans.org>
11177
11178 * apropos.el (apropos-command): Fix `message' call: first arg
11179 should be a format spec. In this and all other cases that appear
11180 below and elsewhere in the source code, I made a change only when
11181 two conditions were satisfied: [1] I can think of a possibility
11182 that the arguments would cause an error, for example, the code in
11183 question relies on external variables such as filenames. [2] I
11184 was sure that the arg to `message' could not have been nil in the code.
11185
11186 * textmodes/tildify.el (tildify-region): Ditto.
11187
11188 * textmodes/reftex-index.el (reftex-index-change-entry)
11189 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11190 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11191 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11192 (org-priority, org-table-sum):
11193 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11194 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11195 (flyspell-word, flyspell-display-next-corrections):
11196 * textmodes/bibtex.el (bibtex-print-help-message):
11197 * textmodes/artist.el (artist-key-set-point-poly):
11198 * term/mac-win.el (mac-services-insert-text):
11199 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11200 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11201 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11202 (vhdl-compose-configuration):
11203 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11204 (sh-set-indent, sh-learn-line-indent):
11205 * progmodes/ps-mode.el (ps-mode-target-column):
11206 * progmodes/idlwave.el (idlwave-make-tags)
11207 (idlwave-scan-library-catalogs):
11208 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11209 * progmodes/gud.el (gud-jdb-analyze-source):
11210 * progmodes/flymake.el (flymake-log):
11211 * progmodes/ebnf2ps.el (ebnf-generate-region):
11212 * progmodes/cmacexp.el (c-macro-expansion):
11213 * progmodes/ada-xref.el (ada-treat-cmd-string):
11214 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11215 (ada-justified-indent-current, ada-batch-reformat):
11216 * play/zone.el (zone):
11217 * play/landmark.el (lm-move):
11218 * play/decipher.el (decipher-show-alphabet):
11219 * net/newsticker.el (newsticker--display-jump)
11220 (newsticker--display-scroll):
11221 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11222 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11223 * mail/feedmail.el (feedmail-dump-message-to-queue):
11224 * eshell/esh-proc.el (eshell-remove-process-entry):
11225 * emulation/ws-mode.el (ws-last-error):
11226 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11227 (viper-record-kbd-macro):
11228 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11229 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11230 * emacs-lisp/find-func.el (find-function-noselect):
11231 * calendar/timeclock.el (timeclock-status-string)
11232 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11233 (timeclock-when-to-leave-string):
11234 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11235 * calc/calc-units.el (calc-enter-units-table):
11236 * calc/calc-mode.el (calc-mode-record-mode):
11237 * woman.el (woman-mini-help):
11238 * wdired.el (wdired-change-to-wdired-mode):
11239 * vc.el (vc-retrieve-snapshot):
11240 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11241 * startup.el (display-startup-echo-area-message):
11242 * simple.el (set-goal-column):
11243 * ses.el (ses-command-hook, ses-recalculate-cell):
11244 * server.el (server-process-filter):
11245 * printing.el (pr-interface-txt-print, pr-interface-printify)
11246 (pr-interface-ps):
11247 * pcvs.el (cvs-help):
11248 * log-edit.el (log-edit, log-edit-mode-help):
11249 * iswitchb.el (iswitchb-possible-new-buffer):
11250 * isearch.el (isearch-edit-string):
11251 * image-mode.el (image-mode, image-minor-mode):
11252 * ibuf-macs.el (define-ibuffer-filter):
11253 * hi-lock.el (hi-lock-find-patterns):
11254 * files.el (toggle-read-only):
11255 * ediff-util.el (ediff-copy-diff)
11256 (ediff-write-merge-buffer-and-maybe-kill):
11257 * echistory.el (Electric-history-undefined):
11258 * dnd.el (dnd-insert-text):
11259 * dired-aux.el (dired-query):
11260 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11261 * bookmark.el (bookmark-bmenu-locate):
11262 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11263 Fix `message' calls to ensure first arg is a format string.
11264 The change was made only when these two conditions were satisfied:
11265 [1] when there is a possibility that the arguments would cause an error
11266 for example, if the code in question relies on external variables
11267 such as filenames, and
11268 [2] if the arg to `message' could not have been nil in the code.
11269
11270 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11271 Not having a %s would be weird, though not technically wrong.
11272
11273 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11274
11275 * term/mac-win.el (mac-add-charset-info): Doc fix.
11276
11277 2005-09-17 Romain Francoise <romain@orebokech.com>
11278
11279 * shell.el (shell-resync-dirs): Handle echoing processes more
11280 reliably. Don't insert resync command if `comint-process-echoes'
11281 is non-nil.
11282
11283 2005-09-17 Magnus Henoch <mange@freemail.hu>
11284
11285 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11286 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11287 aspell versions >= 0.60.
11288 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11289 only if ispell-aspell-supports-utf8 is non-nil.
11290
11291 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11292
11293 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11294 buffer-local value to lisp-indent-function.
11295
11296 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11297
11298 * progmodes/glasses.el (glasses-make-readable): If
11299 glasses-separator differs from underscore, put appropriate
11300 overlays over underscore characters.
11301 (glasses-convert-to-unreadable): If glasses-separator differs from
11302 underscore, try to convert glasses-separator characters to
11303 underscores.
11304
11305 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11308 Use with-syntax-table and dolist.
11309
11310 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11311
11312 * textmodes/reftex-auc.el:
11313 * textmodes/reftex-cite.el:
11314 * textmodes/reftex-dcr.el:
11315 * textmodes/reftex-global.el:
11316 * textmodes/reftex-parse.el:
11317 * textmodes/reftex-ref.el:
11318 * textmodes/reftex-sel.el:
11319 * textmodes/reftex-toc.el:
11320 * textmodes/reftex-vars.el:
11321 * textmodes/reftex.el: Small changes to remove compiler warnings.
11322
11323 * textmodes/reftex-index.el: Likewise.
11324 (reftex-query-index-phrase): More efficient use of markers.
11325
11326 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11327
11328 * image.el (image-load-path): New variable.
11329 (image-search-load-path): New function.
11330 (find-image): Search for images in `image-load-path'.
11331
11332 2005-09-15 Richard M. Stallman <rms@gnu.org>
11333
11334 * follow.el: Change Maintainer field.
11335
11336 2005-09-15 David Ponce <david@dponce.com>
11337
11338 * recentf.el (recentf-save-file-modes): New option.
11339 (recentf-save-list): Use it.
11340
11341 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11342
11343 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11344 (mode-line-mule-info, mode-line-modified): Move bindings from
11345 mouse-3 to mouse-1.
11346
11347 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11348
11349 * simple.el (sendmail-user-agent-compose): Revert last change.
11350
11351 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11354 Use with-current-buffer.
11355 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11356 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11357 (ange-ftp-insert-directory): Remove unused var `short'.
11358 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11359
11360 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11361 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11362
11363 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11364 (check-calendar-holidays, diary-list-entries): Autoload.
11365 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11366 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11367
11368 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11369 which mistakenly removed a call to display-buffer.
11370
11371 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11374
11375 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11376
11377 * progmodes/hideshow.el
11378 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11379 (hs-allow-nesting): New user var.
11380 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11381 (hs-hide-block-at-point): When nesting allowed,
11382 if there is already an overlay in place, delete it.
11383 (hs-safety-is-job-n): Delete func; remove call sites.
11384 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11385 (hs-overlay-at): New func.
11386 (hs-already-hidden-p, hs-show-block): Use it.
11387 (hs-hide-all): Don't pre-clean if nesting allowed.
11388 (hs-show-all): Temporarily disallow
11389 nesting around call to `hs-discard-overlays'.
11390
11391 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11394 Delete unused local var.
11395
11396 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11397
11398 * help-fns.el (describe-categories): "?\ " -> "?\s".
11399 (help-do-arg-highlight): Recognize also ARG-n, as in
11400 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11401
11402 * international/codepage.el (dos-unsupported-char-glyph):
11403 * net/newsticker.el (tool-bar-map, w3-mode-map)
11404 (w3m-minor-mode-map):
11405 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11406 (ent-alist):
11407 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11408
11409 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11410
11411 * custom.el (custom-push-theme): Handle the case where a symbol is
11412 bound but face properties have not yet been assigned.
11413
11414 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11415 Fix behavior if noerase is `t' and there is no mail buffer.
11416
11417 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11418 if `continue' is nil, rather than signal an error.
11419
11420 2005-09-12 Richard M. Stallman <rms@gnu.org>
11421
11422 * font-lock.el (font-lock-keywords): Add autoload.
11423
11424 * help-fns.el (describe-variable): Rearrange to put source link
11425 in a predictable place.
11426
11427 * net/newsticker.el: New file.
11428
11429 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11432 (calendar-basic-setup): Use the new nil arg.
11433 (number-of-diary-entries): Move to diary-lib.el.
11434
11435 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11436 (diary-list-entries): Use with-syntax-table and dolist.
11437 Rename from list-diary-entries.
11438 Use number-of-diary-entries if `number' is nil.
11439 (diary, diary-view-entries): Use this new name and new nil arg value.
11440 (number-of-diary-entries): Move from calendar.el.
11441 (diary-unhide-everything): New function.
11442 (include-other-diary-files, fancy-diary-display)
11443 (diary-show-all-entries, make-diary-entry): Use it.
11444 (diary-mail-entries): Use buffer-string.
11445 (mark-diary-entries): Fix long standing paren typo.
11446 (diary-sexp-entry): Use count-lines.
11447 (make-diary-entry): Avoid `previous-line'.
11448 (diary-mode-map): New var.
11449 (diary-mode): Redraw cal after saving. Setup header-line.
11450 (fancy-diary-display-mode): Use local-set-key.
11451
11452 * startup.el (command-line): Try calling various terminal-init-foo-bar
11453 functions by stripping hyphenated suffixes from $TERM.
11454
11455 * files.el (normal-mode): Check boundness of font-lock-keywords.
11456
11457 2005-09-12 Richard M. Stallman <rms@gnu.org>
11458
11459 * progmodes/compile.el: Don't decide a file's directory
11460 until the user actually tries to go there.
11461 (compilation-next-error-function):
11462 Pass compilation-find-file the directory from the file-struct.
11463 (compilation-internal-error-properties): Separate local FILE-STRUCT
11464 from FILE. Doc the args better. Rename arg FMT to FMTS.
11465 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11466 Expand it, and if nil, use default-directory.
11467 (compilation-get-file-structure): Don't mix specified directory
11468 with default directory. Put specified directory into
11469 file-struct. Don't make the file name absolute.
11470
11471 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11472 (compile-command): Add autoload.
11473 (compilation-disable-input): Add autoload.
11474
11475 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11476
11477 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11478 strings of the variables it can override.
11479 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11480 %Q and %q, for fully-qualified domain name and unqualified host name.
11481
11482 2005-09-11 Kim F. Storm <storm@cua.dk>
11483
11484 * emacs-lisp/authors.el (authors-aliases): Update list.
11485 (authors-fixed-entries): Update mldrag.el entry.
11486
11487 2005-09-10 Alan Mackenzie <acm@muc.de>
11488
11489 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11490 from the region narrowed to.
11491
11492 2005-09-10 Magnus Henoch <mange@freemail.hu>
11493
11494 * textmodes/ispell.el (ispell-check-version): Signal an error if
11495 aspell version is less than 0.60.
11496
11497 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11498
11499 * progmodes/octave-inf.el (inferior-octave-startup):
11500 Resync current dir at the end.
11501
11502 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11503
11504 * woman.el (woman-topic-at-point-default):
11505 Rename to woman-use-topic-at-point-default.
11506 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11507 (woman-file-name): Reflect renames above. Automatically use the
11508 word at point as topic if woman-use-topic-at-point is non-nil.
11509 Otherwise offer it as default but don't insert it in the
11510 minibuffer. Also use `test-completion' instead of `assoc' as
11511 suggested by Stefan Monnier.
11512
11513 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11514
11515 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11516 the attempt to do it over Tramp. This is not yet supported.
11517
11518 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11519
11520 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11521 (menu-bar-non-minibuffer-window-p): New functions.
11522 ("Split Window", "Save As..."): Use them.
11523 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11524 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11525 Use menu-bar-menu-frame-live-and-visible-p.
11526 ("Save Buffer", "Insert File", "Open Directory...")
11527 ("Open File...", "Visit New File..."):
11528 Use menu-bar-non-minibuffer-window-p.
11529 (kill-this-buffer-enabled-p, dired <menu-enable>):
11530 Use menu-bar-non-minibuffer-window-p.
11531
11532 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11533
11534 * cus-start.el (all): Don't complain about fringe-related
11535 built-ins if fringes are not supported. Ditto about
11536 selection-related built-ins. Fix the test for GTK-related built-ins.
11537
11538 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11539 ("Postscript Print Buffer", "Print Region", "Save As...")
11540 ("Save", "Insert File...", "Open Directory...")
11541 ("Open File...", "Visit New File..."")
11542 ("Truncate Long Lines in this Buffer"): Don't look at
11543 menu-updating-frame if this display does not support multiple frames.
11544
11545 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11546
11547 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11548
11549 2005-09-09 Emilio Lopes <eclig@gmx.net>
11550
11551 * woman.el: Format- and whitespace-related changes.
11552
11553 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11554
11555 * woman.el: Fix my email address.
11556
11557 2005-09-08 Richard M. Stallman <rms@gnu.org>
11558
11559 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11560 (sh-mode): Locally set skeleton-pair-default-alist.
11561
11562 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11563
11564 * progmodes/flymake.el: Require `compile' unconditionally.
11565
11566 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11567
11568 * woman.el (woman-file-name): Provide a default, not initial input.
11569
11570 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11571
11572 * font-lock.el (font-lock-support-mode): Doc fix.
11573
11574 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11575
11576 2005-09-08 Richard M. Stallman <rms@gnu.org>
11577
11578 * simple.el (blink-matching-open): Get rid of text props from
11579 the string shown in echo area. Don't permanently set point.
11580 Some rearrangements.
11581
11582 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11583
11584 * recentf.el (recentf-filename-handler): Add custom choice
11585 `abbreviate-file-name'.
11586
11587 * msb.el (msb--very-many-menus): Fix typo.
11588
11589 * disp-table.el (standard-display-european): Don't set
11590 enable-multibyte-characters to nil.
11591
11592 2005-09-08 David Ponce <david@dponce.com>
11593
11594 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11595 (recentf-expand-file-name): Doc fix.
11596 (recentf-dialog-mode-map): Define digit shortcuts.
11597 (recentf--files-with-key): New variable.
11598 (recentf-show-digit-shortcut-filter): New function.
11599 (recentf-open-files-items): New function.
11600 (recentf-open-files): Use it.
11601 (recentf-open-file-with-key): New command.
11602
11603 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11604
11605 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11606 Suggested by Kim F. Storm.
11607 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11608 (Buffer-menu-make-sort-button): Use global keymap.
11609
11610 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11611
11612 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11613 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11614 necessary any longer with the remapped command.
11615 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11616 formatting time only.
11617
11618 * net/tramp.el (tramp-action-password)
11619 (tramp-multi-action-password): Compile the password prompt from
11620 `method', `user' and `host'. Sometimes it isn't obvious which
11621 password to enter, for example with remote files offered by
11622 recentf.el, or with multiple steps. Suggested by Robert Marshall
11623 <robert@chezmarshall.freeserve.co.uk>.
11624
11625 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11628 Fix regexp for when "s///" is at the beginning of line.
11629
11630 2005-09-07 Jay Belanger <belanger@truman.edu>
11631
11632 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11633 when in matrix mode.
11634
11635 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11638 non-anonymous functions.
11639
11640 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11641
11642 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11643 when using a header line. Otherwise, use mouse-1-click-follows-link.
11644
11645 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11646 can't be moved; don't signal an error.
11647
11648 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11649
11650 * cus-theme.el (custom-theme-write-faces): Save the current face
11651 spec, not the defface spec.
11652
11653 * custom.el (custom-known-themes): Clarify meaning of "standard".
11654 (custom-push-theme): Save old values in the standard theme.
11655 (disable-theme): Correct typo.
11656 (custom-face-theme-value) Deleted unused function.
11657 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11658
11659 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * progmodes/compile.el (compilation-goto-locus): Take into account
11662 iconified frames when determining whether the buffer is
11663 already visible.
11664 Don't reset window height if the window already existed.
11665
11666 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11667
11668 * custom.el (load-theme): Rename from require-theme.
11669 Add interactive spec.
11670 (enable-theme): Rename from custom-enable-theme.
11671 Add interactive spec.
11672 (disable-theme): Rename from custom-disable-theme.
11673 Add interactive spec.
11674 (custom-make-theme-feature): Doc fix.
11675 (custom-theme-directory): Doc fix.
11676 (provide-theme): Call enable-theme.
11677
11678 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * obsolete/lazy-lock.el (lazy-lock-mode):
11681 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11682 font-lock-mode if it's off. Print a warning instead.
11683
11684 * progmodes/compile.el (compilation-start): Ignore errors if the
11685 process died before we get to send-eof.
11686
11687 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11688 Undo last change. Enclosing the result in quotes broke things on Unix
11689 since tex-send-command passes it through shell-quote-argument.
11690 (tex-send-command): Pass `file' through convert-standard-filename
11691 when possible.
11692 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11693 info in a transcript.
11694
11695 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11696
11697 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11698 fix compilation warning. Reorder the key definitions to group
11699 together keys emitted by the current version of xterm.
11700
11701 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11702 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11703 Reorder predicates to correct min-color usage.
11704
11705 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11706
11707 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11708 Kill local variables when longlines-mode is turned off.
11709
11710 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11711
11712 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11713
11714 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11715
11716 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11717
11718 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11719 (font-lock-lines-before): Change default to being inactive.
11720 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11721 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11722
11723 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11724
11725 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11726 Deactivate temporarily advice if active (not needed for Emacs 22,
11727 but for backwards compatibility).
11728 (tramp-exists-file-name-handler): Rewrite. First implementation
11729 was too simple.
11730 (tramp-advice-make-auto-save-file-name):
11731 Call `tramp-handle-make-auto-save-file-name' (again, just for
11732 backwards compatibility).
11733
11734 2005-08-31 Reto Zimmermann <reto@gnu.org>
11735
11736 * progmodes/vhdl-mode.el
11737 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11738 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11739 (vhdl-set-default-project): New function (easier setting of default).
11740 (vhdl-port-copy): Handle extended identifiers for generics.
11741 (vhdl-compiler-alist): Better description for error message regexp.
11742 (vhdl-make): Query for target, use previous as default.
11743 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11744 (vhdl-font-lock-keywords-2): Fix fontification for record
11745 el. assign.
11746 (vhdl-speedbar-make-subpack-line): Add package body link.
11747 (vhdl-generate-makefile-1): Not include itself as dependency.
11748 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11749 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11750 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11751 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11752 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11753 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11754 (vhdl-import-project): Add string argument for `error'.
11755 (vhdl-compose-configuration)
11756 (vhdl-compose-configuration-architecture): Add configuration
11757 declaration generation.
11758 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11759 (vhdl-trailer-re): Add "record" keyword (better indentation).
11760 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11761 "[^ \t-\"]+".
11762 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11763 (vhdl-testbench-entity-file-name)
11764 (vhdl-testbench-architecture-file-name): Allow separate
11765 customization of testbench file names.
11766 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11767 (vhdl-get-visible-signals): Allow newline within alias declaration.
11768 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11769 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11770 (member-ignore-case): Alias for missing function in XEmacs.
11771 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11772 (vhdl-update-sensitivity-list): Ignore case on read signals.
11773 (vhdl-replace-string): Adjust case only for file names.
11774 (vhdl-update-sensitivity-list): Fix search for read signals.
11775 (vhdl-update-sensitivity-list): Exclude formal parameters.
11776 (vhdl-get-visible-signals): Include aliases of signals.
11777 (vhdl-get-visible-signals): Fix signal name searching.
11778 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11779 (vhdl-fixup-whitespace-region): Fix for character
11780 literals (e.g. `:').
11781
11782 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11783
11784 * ansi-color.el (comint-last-output-start):
11785 * bs.el (font-lock-verbose):
11786 * diff-mode.el (add-log-buffer-file-name-function):
11787 * dired-x.el (vm-folder-directory):
11788 * faces.el (help-xref-stack-item):
11789 * files.el (font-lock-keywords):
11790 * find-lisp.el (dired-buffers, dired-subdir-alist):
11791 * ido.el (cua-inhibit-cua-keys):
11792 * log-view.el (cvs-minor-wrap-function):
11793 * outline.el (font-lock-warning-face):
11794 * simple.el (compilation-current-error):
11795 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11796 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11797 * tooltip.el (comint-prompt-regexp):
11798 * w32-fns.el (explicit-shell-file-name):
11799 * term/mac-win.el (mac-charset-info-alist)
11800 (mac-services-selection, mac-system-script-code):
11801 * term/tty-colors.el (msdos-color-values):
11802 * term/w32-win.el (xlfd-regexp-registry-subnum):
11803 * term/x-win.el (x-keysym-table, x-selection-timeout)
11804 (x-session-id, x-session-previous-id):
11805 * textmodes/ispell.el (mail-yank-prefix):
11806 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11807 * textmodes/org.el (calc-embedded-close-formula)
11808 (calc-embedded-open-formula)
11809 (font-lock-unfontify-region-function):
11810 * textmodes/reftex-global.el (isearch-next-buffer-function)
11811 (TeX-master):
11812 * textmodes/reftex.el (font-lock-keywords):
11813 * textmodes/tex-mode.el (font-lock-comment-face)
11814 (font-lock-doc-face):
11815 * textmodes/texinfo.el (outline-heading-alist):
11816 Add defvars.
11817
11818 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11819 (artist-spray-chars, artist-mode-init, artist-replace-string)
11820 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11821 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11822 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11823
11824 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11825 (conf-align-assignments): "?\ " -> "?\s".
11826
11827 * textmodes/reftex-index.el (TeX-master): Add defvar.
11828 (reftex-index-phrases-marker): Move up defvar.
11829
11830 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11831 (reftex-toc-include-labels-indicator)
11832 (reftex-toc-include-index-indicator)
11833 (reftex-toc-max-level-indicator): Move up declarations.
11834
11835 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11836 of args to `tramp-run-real-handler', even if it's empty in this case.
11837
11838 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11839
11840 * dired.el (dired-move-to-filename-regexp): Add date format for
11841 Mac OS X 10.3 in East Asian locales.
11842
11843 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11844
11845 * files.el (make-auto-save-file-name): Add file name handler call
11846 if applicable.
11847
11848 * net/tramp.el (tramp-file-name-handler-alist)
11849 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11850 (tramp-handle-make-auto-save-file-name): Rename from
11851 `tramp-make-auto-save-file-name'.
11852 (tramp-exists-file-name-handler): New defun.
11853 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11854 `make-auto-save-file-name' is not a magic file name operation.
11855
11856 2005-08-30 Richard M. Stallman <rms@gnu.org>
11857
11858 * files.el (risky-local-variable-p):
11859 Match `-predicates' and `-commands.
11860
11861 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11862 (custom-save-all): Visit the file if necessary;
11863 kill the buffer if we created it.
11864 (custom-save-delete): Don't visit file or kill buffer here.
11865
11866 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11867
11868 * textmodes/org.el (org-special-keyword): New face.
11869 (org-table-copy-down, org-table-eval-formula)
11870 (org-table-recalculate, org-init-section-numbers):
11871 Use `string-to-number' instead of `string-to-int'.
11872 (org-get-location): Use `insert-buffer-substring' instead of
11873 `insert-buffer'.
11874 (org-modify-diary-entry-string): New function.
11875 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11876 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11877 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11878 active region.
11879 (org-export-as-html): Handle QUOTE keyword.
11880 (org-quote-string): New option.
11881 (org-bookmark-jump-unhide): New function, used for
11882 `bookmark-after-jump-hook'.
11883 (org-diary-default-entry): Apply only when not called through
11884 `org-agenda'.
11885
11886 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * net/eudc.el (mode-popup-menu):
11889 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11890 * progmodes/ada-mode.el (compile-auto-highlight)
11891 (skeleton-further-elements):
11892 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11893 * progmodes/cmacexp.el (msdos-shells):
11894 * progmodes/compile.el (font-lock-extra-managed-props)
11895 (font-lock-keywords, font-lock-maximum-size)
11896 (font-lock-support-mode):
11897 * progmodes/grep.el (font-lock-lines-before):
11898 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11899 * progmodes/mixal-mode.el (compile-command):
11900 * progmodes/perl-mode.el (font-lock-comment-face)
11901 (font-lock-doc-face, font-lock-string-face):
11902 * progmodes/prolog.el (comint-prompt-regexp):
11903 * progmodes/sh-script.el (font-lock-comment-face)
11904 (font-lock-set-defaults, font-lock-string-face):
11905 * progmodes/sql.el (font-lock-keyword-face)
11906 (font-lock-set-defaults, font-lock-string-face):
11907 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11908 (itimer-version, lazy-lock-defer-contextually)
11909 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11910 Add defvars.
11911
11912 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11913 (cperl-electric-keyword, cperl-electric-pod)
11914 (cperl-electric-backspace, cperl-forward-re)
11915 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11916 (vc-rcs-header, vc-sccs-header): Add defvars.
11917
11918 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11919 (font-lock-syntactic-keywords, gud-find-expr-function):
11920 Add defvars.
11921
11922 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11923 (gdb-frame-parameters): Declare before use.
11924
11925 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11926 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11927 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11928 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11929
11930 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11931 (idlwave-help-with-source): Use `insert-buffer-substring', not
11932 `insert-buffer'.
11933
11934 2005-08-29 Juri Linkov <juri@jurta.org>
11935
11936 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11937 Put outline-back-to-heading function call inside save-excursion.
11938
11939 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * man.el (Man-init-defvars, Man-translate-references)
11942 (Man-support-local-filenames, Man-highlight-references):
11943 * progmodes/sql.el (sql-interactive-mode):
11944 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11945
11946 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11947 (compilation-mode-font-lock-keywords): Add defvars.
11948 (checkdoc-interactive-loop): "?\ " -> "?\s".
11949
11950 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11951 (font-lock-doc-face, font-lock-string-face)
11952 (font-lock-keywords-case-fold-search): Add defvars.
11953 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11954
11955 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11956 Don't pass X and Y (they are ignored anyway).
11957 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11958 (mouse-delete-window): Make arguments optional.
11959
11960 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11961 (caesar-translate-table, minor-modes, news-buffer-save)
11962 (news-group-name, news-minor-modes): Add defvars.
11963
11964 * emacs-lisp/lselect.el (mouse-highlight-priority)
11965 (x-lost-selection-functions, zmacs-regions):
11966 * emacs-lisp/pp.el (font-lock-verbose):
11967 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11968 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11969 (ses-mode-map):
11970 * emacs-lisp/tcover-unsafep.el (safe-functions):
11971 * international/mule-cmds.el (mac-system-coding-system)
11972 (mac-system-locale):
11973 * language/ethio-util.el (rmail-current-message)
11974 (rmail-message-vector):
11975 * language/thai-util.el (thai-auto-composition-mode):
11976 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11977 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11978 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11979 (vm-primary-inbox, vm-spool-files):
11980 * mail/rmail.el (deleted-head, font-lock-fontified)
11981 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11982 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11983 (total-messages):
11984 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11985 (rmail-summary-mode-map):
11986 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11987 (rmail-last-label, rmail-last-multi-labels)
11988 (rmail-summary-vector, rmail-total-messages):
11989 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11990 * mail/rmailsum.el (msgnum):
11991 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11992 (rmail-current-message):
11993 * obsolete/fast-lock.el (font-lock-face-list):
11994 * obsolete/rnewspost.el (mail-reply-buffer):
11995 * obsolete/scribe.el (compile-command):
11996 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11997
11998 2005-08-28 John Paul Wallington <jpw@gnu.org>
11999
12000 * ibuf-ext.el (ibuffer-auto-update-changed):
12001 Use `frame-or-buffer-changed-p' to check whether we need to update.
12002 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12003 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12004 as a `frame-or-buffer-changed-p' state vector instead.
12005
12006 2005-08-27 Romain Francoise <romain@orebokech.com>
12007
12008 * textmodes/makeinfo.el (makeinfo-compile):
12009 Use `compilation-start'. Set `next-error-function' according to
12010 `disable-errors'.
12011 (makeinfo-next-error): New function.
12012 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12013 (makeinfo-buffer): Likewise.
12014
12015 * progmodes/compile.el (compilation-start): Add autoload cookie.
12016
12017 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12018 * textmodes/sgml-mode.el: Likewise.
12019 * progmodes/python.el: Likewise.
12020
12021 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12022
12023 * simple.el (blink-matching-paren-distance): Document the meaning
12024 of nil value, and allow to customize to nil.
12025
12026 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12027 command.com, not command.exe.
12028
12029 2005-08-26 John Wiegley <johnw@newartisans.com>
12030
12031 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12032 code around a bit so that an extraneous nil argument is not added
12033 to a command when no args are given.
12034
12035 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12036 double-quoted argument resolves to nil, return it as an empty
12037 string rather than as nil. This made it impossible to pass "" to
12038 a shell script as a null string argument.
12039
12040 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * outline.el (outline-invent-heading): New fun.
12043 (outline-promote, outline-demote): Use it.
12044 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12045 (outline-end-of-subtree): Remove unused var `opoint'.
12046
12047 2005-08-26 David Reitter <david.reitter@gmail.com>
12048
12049 * menu-bar.el (truncate-lines, write-file, print-buffer)
12050 (ps-print-buffer-faces, ps-print-buffer, split-window):
12051 Disable menu items when the frame they refer to is invisible, or when
12052 they refer to a buffer and the minibuffer is selected.
12053
12054 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12055
12056 * progmodes/flymake.el (flymake-highlight-err-lines):
12057 Use save-excursion around flymake-highlight-line to preserve point.
12058
12059 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12060
12061 * progmodes/octave-mod.el: Change Author and Maintainer address.
12062 (octave-maintainer-address): Change Kurt's email address.
12063 * progmodes/octave-inf.el: Change Author and Maintainer address.
12064 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12065
12066 2005-08-26 Kim F. Storm <storm@cua.dk>
12067
12068 * subr.el (version-list-<, version-list-<=, version-list-=):
12069 Rename from integer-list-*.
12070 (version-list-not-zero): Likewise. Fix while loop.
12071 (version=): Use version-list-= instead of string-equal.
12072
12073 2005-08-26 Richard M. Stallman <rms@gnu.org>
12074
12075 * outline.el (outline-promote): Try shortening the heading.
12076 As last resort, read the heading to use.
12077 (outline-demote): As last resort, read the heading to use.
12078
12079 2005-08-26 Romain Francoise <romain@orebokech.com>
12080
12081 * progmodes/compile.el (compilation-start): Doc fix.
12082
12083 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12084 (antlr-font-lock-additional-keywords): Fix reference to
12085 `antlr-font-lock-literal-regexp' erroneously changed during the
12086 mass face rename.
12087 (antlr-run-tool): Use `compilation-start'.
12088
12089 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12090 instead of the obsolete `compile-internal'.
12091
12092 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12093
12094 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12095 (number, original-date):
12096 * calendar/cal-china.el (date):
12097 * calendar/cal-coptic.el (date):
12098 * calendar/cal-french.el (date):
12099 * calendar/cal-hebrew.el (date, entry, number, original-date):
12100 * calendar/cal-islam.el (date, number, original-date):
12101 * calendar/cal-iso.el (date):
12102 * calendar/cal-julian.el (date):
12103 * calendar/cal-mayan.el (date):
12104 * calendar/cal-menu.el (date, event):
12105 * calendar/cal-persia.el (date):
12106 * calendar/lunar.el (date):
12107 * calendar/solar.el (date): Add defvars.
12108
12109 * emerge.el:
12110 * ibuffer.el:
12111 * info-xref.el:
12112 * obsolete/bg-mouse.el:
12113 * obsolete/sun-curs.el:
12114 * obsolete/swedish.el: Move the `defvar's to the top level.
12115
12116 * smerge-mode.el (smerge-refined-change): Add :group.
12117
12118 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12121 (smerge-keep-n): Remove props.
12122 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12123 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12124 now that it's done in smerge-keep-n.
12125 (smerge-refined-change): New face.
12126 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12127 (smerge-refine): New funs.
12128 (smerge-basic-map): Bind smerge-refine.
12129
12130 2005-08-25 Juri Linkov <juri@jurta.org>
12131
12132 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12133 compilation-process-setup-function and compilation-disable-input
12134 in grep-mode instead of let-bindings in grep.
12135
12136 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12137 Delete "Automatic File De/compression" (auto-compression-mode).
12138
12139 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12142 Silence warning about non-existent variable.
12143
12144 2005-08-25 Richard M. Stallman <rms@gnu.org>
12145
12146 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12147 Rename "Describe Key" to "Describe Key or Mouse Operation".
12148
12149 * mail/mailalias.el (build-mail-aliases): Delete comments
12150 from the contents before processing them.
12151
12152 * isearch.el (isearch-edit-string): Erase the Search prompt
12153 if user enters an empty string and there is no default.
12154
12155 * comint.el (comint-file-name-prefix): Add autoload.
12156
12157 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12158
12159 * subr.el (play-sound): Rearrange to avoid warning.
12160
12161 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12162
12163 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12164 New hook.
12165 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12166
12167 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12170
12171 * custom.el (custom-theme-set-variables): Sort minor modes last.
12172
12173 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12174
12175 * subr.el (version-separator, version-regexp-alist): New vars used by
12176 version comparison funs.
12177 (integer-list-<, integer-list-=, integer-list-<=)
12178 (integer-list-not-zero): New funs for integer list comparison.
12179 (version-to-list, version=, version<, version<=): New funs for version
12180 comparison.
12181
12182 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12183
12184 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12185 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12186 time to silence the byte-compiler.
12187
12188 * ibuffer.el (ibuffer-compile-make-eliding-form)
12189 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12190 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12191 so it's silly to get warnings for it).
12192 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12193 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12194 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12195 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12196 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12197 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12198 Defvar at compile time.
12199 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12200 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12201 Declare them before use.
12202
12203 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12204 (info-xref-good, info-xref-bad): Defvar at compile time.
12205
12206 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12207 Use `let*' instead of `let'.
12208
12209 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12210 (*mouse-y*, menu, char): Defvar at compile time.
12211 (sc::menu): Declare it before use.
12212 (sc::pack-one-line): Use `let', not `let*'.
12213
12214 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12215 (mail-send-hook): Defvar at compile time.
12216
12217 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12218 Defvar at compile time.
12219
12220 * term/sun-mouse.el (current-global-mousemap)
12221 (current-local-mousemap): Declare them before use.
12222
12223 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12224
12225 * bookmark.el (bookmark-after-jump-hook): New hook.
12226 (bookmark-jump): Run `bookmark-after-jump-hook'.
12227
12228 2005-08-23 Juri Linkov <juri@jurta.org>
12229
12230 * faces.el (minibuffer-prompt): Doc fix.
12231
12232 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12233
12234 * progmodes/xscheme.el: Trivial changes to silence warnings.
12235 (xscheme-previous-mode, xscheme-previous-process-state):
12236 Add defvars.
12237 (xscheme-last-input-end, xscheme-process-command-line)
12238 (xscheme-process-name, xscheme-buffer-name)
12239 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12240 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12241 (xscheme-control-g-synchronization-p)
12242 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12243 (default-xscheme-runlight, xscheme-runlight)
12244 (xscheme-runlight-string, xscheme-process-filter-state)
12245 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12246 Move to beginning of file.
12247 (scheme-interaction-mode-commands-alist)
12248 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12249 Declare them before use. Note: the initialization code for the variables
12250 has not been moved because it uses functions that reference the variables.
12251 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12252 (xscheme-prompt-for-expression-map): Declare them before use.
12253 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12254
12255 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12256
12257 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12258
12259 2005-08-22 Juri Linkov <juri@jurta.org>
12260
12261 * faces.el (set-face-underline): Delete this duplicate function
12262 and make an obsolete alias to set-face-underline-p.
12263 (set-face-underline-p): Use docstring of set-face-underline.
12264 (describe-face): Create hyperlink to parent face.
12265
12266 * info.el (Info-insert-dir): Use save-excursion around
12267 insert-buffer-substring.
12268 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12269 (Info-escape-percent): Delete function.
12270 (Info-fontify-node): Replace Info-escape-percent by
12271 replace-regexp-in-string with REP arg set to lambda that
12272 duplicates `%' and preserves text properties.
12273
12274 * progmodes/compile.el (compilation-disable-input): Doc fix.
12275 (define-compilation-mode): Doc fix and refill.
12276 (kill-compilation): Use `mode-name' in the error message.
12277 (compilation-find-file): Use `compilation-error' in the
12278 read-file-name's prompt.
12279
12280 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12283 (smerge-auto-leave): Make undo re-enable the mode.
12284 (debug-ignored-errors): Add the user-error of impossible resolution.
12285 (smerge-resolve): Move things around a bit, in preparation for later.
12286 (smerge-diff): Don't fail if the buffer has no associated file.
12287 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12288 (smerge-conflict-overlay): New function.
12289 (smerge-match-conflict): Don't add text properties here.
12290 (smerge-find-conflict): Instead, add an overlay here.
12291 Also check for the case where we're inside a conflict already, so as to
12292 obviate the need for font-lock-multiline, which is unbearably slow with
12293 large conflicts and ciomplex font-lock patterns.
12294 (smerge-remove-props): Remove overlay rather than text-properties.
12295 (smerge-mode): Don't set font-lock-multiline.
12296 Remove overlays when turned off.
12297
12298 2005-08-21 Kim F. Storm <storm@cua.dk>
12299
12300 * ido.el (ido-ignore-item-p): Use save-match-data.
12301 Bind case-fold-search to ido-case-fold locally.
12302
12303 2005-08-20 Richard M. Stallman <rms@gnu.org>
12304
12305 * files.el (normal-mode): If font lock is on, turn it off and on.
12306
12307 * subr.el (replace-regexp-in-string): Doc fix.
12308
12309 * startup.el (command-line-1): Don't suppress startup screen
12310 due to existing processes.
12311
12312 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12313
12314 * progmodes/compile.el (compilation-disable-input): Default to nil.
12315
12316 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12317
12318 * progmodes/compile.el (compilation-disable-input): New defcustom.
12319 (compilation-start): If compilation-disable-input is non-nil, send
12320 EOF to the compilation process.
12321
12322 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12323
12324 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12325 Run the argument of tex-shell-cd-command through
12326 convert-standard-filename, to get the correct style of slashes on
12327 Windows, and enclose the result in quotes, in case the file name
12328 includes whitespace or other special characters.
12329
12330 2005-08-19 Andreas Schwab <schwab@suse.de>
12331
12332 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12333 process.
12334
12335 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12336
12337 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12338
12339 2005-08-18 Kim F. Storm <storm@cua.dk>
12340
12341 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12342
12343 2005-08-18 Richard M. Stallman <rms@gnu.org>
12344
12345 * scroll-lock.el: New file.
12346
12347 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12348
12349 * dired.el (dired-move-to-end-of-filename):
12350 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12351
12352 2005-08-18 Kim F. Storm <storm@cua.dk>
12353
12354 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12355 rather than toggle mode when custom value is nil.
12356 (ido-everywhere): Fix defun doc string.
12357
12358 2005-08-17 Richard M. Stallman <rms@gnu.org>
12359
12360 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12361 as tag instead of "Inviolable".
12362
12363 2005-08-17 Kim F. Storm <storm@cua.dk>
12364
12365 * windmove.el (windmove-coordinates-of-position): Remove.
12366 (windmove-coordinates-of-window-position): Remove.
12367 (windmove-reference-loc): Use posn-at-point instead.
12368
12369 * subr.el (insert-for-yank-1): Doc fix.
12370
12371 * ido.el (ido-enter-matching-directory): Rename from
12372 ido-enter-single-matching-directory. Change `slash' choice to
12373 `only'. Add `first' choice.
12374 (ido-exhibit): Adapt to above changes.
12375
12376 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12377
12378 * Makefile.in: Expand comment about building loaddefs.el.
12379
12380 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12381
12382 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12383 Comment use of defadvice.
12384
12385 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12386
12387 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12388
12389 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12390 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12391 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12392 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12393 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12394 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12395 for backward compatibility for faces that did not appear in the
12396 previous Emacs release.
12397
12398 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12399
12400 2005-08-15 Kim F. Storm <storm@cua.dk>
12401
12402 * emulation/cua-base.el (cua-delete-region): Return t if
12403 deleted region was non-empty.
12404 (cua-replace-region): Inhibit overwrite-mode for
12405 self-insert-command if replaced region was non-empty.
12406 (cua--explicit-region-start, cua--status-string): Make them
12407 buffer-local at top-level...
12408 (cua-mode): ...rather than when mode is enabled.
12409
12410 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12411
12412 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12413 Set t for Emacs 21, 22, and so on.
12414
12415 2005-08-15 David Ponce <david@dponce.com>
12416
12417 * tree-widget.el: Update Commentary header.
12418 (tree-widget-theme): Doc fix.
12419 (tree-widget-space-width): New option.
12420 (tree-widget-image-properties): Look up in the default theme too.
12421 (tree-widget--cursors): Only for images with arrow pointer shape.
12422 (tree-widget-lookup-image): Pointer shape is hand by default.
12423 (tree-widget-icon): Rename generic icon widget from
12424 `tree-widget-control'.
12425 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12426 derive from `tree-widget-icon'.
12427 (tree-widget-handle): Improve default look and feel of the text
12428 representation.
12429 (tree-widget): Rename :*-control properties to :*-icon properties.
12430 Add :action and :help-echo properties.
12431 (tree-widget-after-toggle-functions): Move.
12432 (tree-widget-close-node, tree-widget-open-node): Remove.
12433 (tree-widget-before-create-icon-functions): New hook.
12434 (tree-widget-value-create): Update to allow customization of icons
12435 and nodes at run-time via that new hook.
12436 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12437 (tree-widget-icon-action, tree-widget-icon-help-echo)
12438 (tree-widget-action, tree-widget-help-echo): New functions.
12439
12440 2005-08-15 Kim F. Storm <storm@cua.dk>
12441
12442 * ido.el (ido-buffer-internal): Use with-no-warnings.
12443 (ido-make-merged-file-list): Use while-no-input.
12444
12445 2005-08-15 Richard M. Stallman <rms@gnu.org>
12446
12447 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12448 (flyspell-large-region): Fix doc and custom type.
12449
12450 2005-08-14 Richard M. Stallman <rms@gnu.org>
12451
12452 * files.el (interpreter-mode-alist): Doc fix.
12453
12454 * mail/rmail.el (rmail-nonignored-headers): New variable.
12455 (rmail-clear-headers): Use it.
12456 (rmail-reply): Better handling of mail-followup-to header.
12457
12458 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12459 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12460 don't try to refer to executable-font-lock-keywords.
12461 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12462 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12463 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12464 (sh-mode): Set comment-start-skip, local-abbrev-table,
12465 imenu-case-fold-search.
12466 (sh-set-shell): Don't set them here.
12467 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12468 Don't cache the results in the original alist; don't ever modify
12469 that alist.
12470
12471 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12472
12473 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12474 empty.
12475
12476 2005-08-15 Andreas Schwab <schwab@suse.de>
12477
12478 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12479
12480 * dired.el, info.el, mail/rmail.el: Revert last change.
12481
12482 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12483
12484 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12485 modification in `eval-after-load' form.
12486 * info.el: Likewise.
12487 * mail/rmail.el: Likewise.
12488
12489 2005-08-14 Juri Linkov <juri@jurta.org>
12490
12491 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12492 Remove highlighting of "Compilation started". Highlight only
12493 the word "finished" in "Compilation finished". Add highlighting
12494 of "interrupt", "killed", "terminated" and the exit code.
12495 (compilation-start): Add newline after header. Use exactly the
12496 same time stamp format as the finishing message.
12497 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12498
12499 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12500 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12501 Add highlighting of "interrupt", "killed", "terminated".
12502
12503 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12504 enabled and the current command is self-insert-command, call it
12505 explicitly with overwrite-mode bound to nil, to not allow it
12506 to delete the character after the selected region.
12507
12508 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12509
12510 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12511 move-end-of-line, end-of-line, and beginning-of-line to the list
12512 of commands after which the echo area is updated.
12513
12514 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12515
12516 * cus-edit.el (custom-save-all, custom-save-delete):
12517 Bind recentf-exclude to exclude custom-file.
12518
12519 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12520
12521 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12522 to go to the bottom of the mail message. Added to
12523 `rmail-summary-mode-map' with key "/".
12524 (rmail-summary-show-message): New (internal) function for use by
12525 both `rmail-summary-beginning/end-of-message'.
12526 (rmail-summary-beginning-of-message): Change to use
12527 rmail-summary-show-message.
12528
12529 * mail/rmail.el (rmail-end-of-message): New command to go to the
12530 end of the current message. Added to `rmail-mode-map' with key "/".
12531 (rmail-beginning-of-message): Fix to work as documented.
12532 (rmail-mode): Change documentation.
12533
12534 * progmodes/compile.el (compilation-start): Add the line
12535 "Compilation started" with compilation start time.
12536 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12537
12538 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12539
12540 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12541 of menu items.
12542
12543 2005-08-11 Richard M. Stallman <rms@gnu.org>
12544
12545 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12546
12547 * battery.el (battery-status-function): Don't use ignore-errors.
12548
12549 2005-08-11 Lute Kamstra <lute@gnu.org>
12550
12551 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12552 define-obsolete-variable-alias.
12553
12554 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12557 (ange-ftp-send-cmd): Revert last change, and expand
12558 the comment explaining the problem.
12559
12560 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12561
12562 * ldefs-boot.el: Update.
12563
12564 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12565 item to "Time, Load and Mail". Change help echo text.
12566
12567 * time.el (display-time-use-mail-icon, display-time-format)
12568 (display-time-string-forms): Shorten first line of docstrings.
12569
12570 2005-08-10 Lars Hansen <larsh@soem.dk>
12571
12572 * desktop.el (desktop-buffer-mode-handlers):
12573 Make non-customizable. Add autoload cookie. Change initial value to
12574 nil; add elements in respective modules instead. Fix doc string.
12575 (desktop-load-file): New function.
12576 (desktop-minor-mode-handlers): New autoloaded variable.
12577 (desktop-create-buffer): Call minor mode handlers.
12578 Use desktop-load-file to load major and minor mode modules prior to
12579 checking for a handler.
12580 (desktop-save): Don't add nil to desktop-minor-modes for minor
12581 modes with nil function in desktop-minor-mode-table. Don't delete
12582 desktop file before rewriting it.
12583 (desktop-locals-to-save): Add autoload cookie. Don't make
12584 automatically buffer-local. Add variables column-number-mode,
12585 size-indication-mode, indent-tabs-mode,
12586 indicate-buffer-boundaries, indicate-empty-lines and
12587 show-trailing-whitespace.
12588 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12589 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12590 (desktop-clear-preserve-buffers-regexp): Delete.
12591 (desktop-clear-preserve-buffers): Update initial value and docstring.
12592 (desktop-save-buffer): Fix doc string.
12593
12594 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12595 (hilit-chg-desktop-restore): New function.
12596 (highlight-changes-mode): Add highlight-changes-mode to
12597 desktop-locals-to-save.
12598
12599 * dired.el: Add handler to desktop-buffer-mode-handlers.
12600 (dired-restore-desktop-buffer): Remove autoload cookie.
12601 (dired-mode): Add autoload cookie.
12602
12603 * info.el: Add handler to desktop-buffer-mode-handlers.
12604 (Info-restore-desktop-buffer): Remove autoload cookie.
12605 (Info-mode): Add autoload cookie.
12606
12607 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12608 (mh-restore-desktop-buffer): Remove autoload cookie.
12609 (mh-folder-mode): Add autoload cookie.
12610
12611 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12612 (rmail-restore-desktop-buffer): Remove autoload cookie.
12613
12614 2005-08-11 Masatake YAMATO <jet@gyve.org>
12615
12616 * hexl.el (hexl-address-region):
12617 (hexl-ascii-region, hexl-font-lock-keywords):
12618 (hexl-highlight-line-range): Use the term "region"
12619 instead of "area" for consistency with the other symbols
12620 defined in hexl.el.
12621
12622 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12623
12624 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12625 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12626 out by Juri Linkov). Add `display-battery-mode'.
12627
12628 2005-08-09 Juri Linkov <juri@jurta.org>
12629
12630 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12631 Remove `-text' from face variable names.
12632 (compilation-error-file-name, compilation-warning-file-name)
12633 (compilation-info-file-name): Delete faces.
12634 (compilation-line-number, compilation-column-number):
12635 Remove face underlining.
12636 (compilation-message-face): Set to `underline' value by default.
12637 (compilation-error-face, compilation-warning-face)
12638 (compilation-info-face): Remove `-file-name' from face names.
12639 (compilation-error-text-face, compilation-warning-text-face)
12640 (compilation-info-text-face): Delete face variables.
12641 (compilation-text-face): Delete function.
12642
12643 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12644 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12645 (grep-error-face): Set to `compilation-error' instead of
12646 `compilation-error-face' (which is redefined to `grep-hit-face' in
12647 grep buffers).
12648 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12649 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12650
12651 * dired-aux.el (dired-do-query-replace-regexp):
12652 Use `query-replace-read-args'.
12653
12654 * replace.el (query-replace-read-from, query-replace-read-to)
12655 (query-replace-read-args): Rename arg `string' to `prompt'.
12656
12657 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12658
12659 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12660
12661 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12662 uploading files.
12663 (ange-ftp-canonize-filename): Handle file names beginning with ~
12664 correctly.
12665
12666 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * textmodes/fill.el (canonically-space-region)
12669 (fill-context-prefix, fill-french-nobreak-p)
12670 (fill-delete-newlines, fill-comment-paragraph)
12671 (justify-current-line): "?\ " -> "?\s".
12672
12673 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12674
12675 * textmodes/fill.el (fill-nonuniform-paragraphs):
12676 Improve argument/docstring consistency.
12677
12678 2005-08-09 Richard M. Stallman <rms@gnu.org>
12679
12680 * textmodes/ispell.el (ispell-word): More fboundp checks.
12681
12682 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12683 (find-file-noselect-1): Call it here, only if RAWFILE.
12684 (normal-mode): Always set some major mode.
12685 (save-some-buffers-action-alist): Change some explanation strings.
12686 (file-name-non-special): In the `quote' method, use unwind-protect.
12687
12688 2005-08-09 Magnus Henoch <mange@freemail.hu>
12689
12690 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12691 (ispell-have-aspell-dictionaries): New variable.
12692 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12693 (ispell-get-aspell-config-value): New function.
12694 (ispell-aspell-find-dictionary): New function.
12695 (ispell-aspell-add-aliases): New function.
12696 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12697 appropriate. Don't look for ispell dictionaries if we use aspell.
12698 (ispell-menu-map): Don't build a submenu of dictionaries.
12699
12700 2005-08-09 Richard M. Stallman <rms@gnu.org>
12701
12702 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12703 (sql-read-passwd): Use read-passwd.
12704
12705 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12706 (idlwave-toolbar-is-possible): Add defvars.
12707
12708 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12709 Avoid warnings.
12710
12711 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12712 (idlwave-system-class-info, idlwave-executive-commands-alist):
12713 Use defvar.
12714
12715 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12716
12717 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12718 Avoid warnings.
12719
12720 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12721 and content-type: headers.
12722
12723 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12724
12725 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12726 and rename some of them to be more self-explanatory.
12727
12728 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12729
12730 * startup.el (command-line-1): Implement -scriptload.
12731
12732 * replace.el (occur-engine): Initial *Occur* output not undoable.
12733
12734 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12735 and improve help strings.
12736
12737 * isearch.el (isearch-repeat): When changing direction,
12738 mark search successful.
12739
12740 * ediff-init.el: Use (featurep 'xemacs).
12741
12742 * comint.el (send-invisible): Identify buffer, if not selected.
12743
12744 * align.el: Delete autoload for c-guess-basic-syntax.
12745
12746 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12747
12748 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12749 Improve argument/docstring consistency. Doc fixes.
12750 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12751 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12752 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12753 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12754 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12755 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12756 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12757 Defvar at compile time.
12758
12759 2005-08-09 Juri Linkov <juri@jurta.org>
12760
12761 * info.el: Replace `info' with upper-case `Info' where appropriate.
12762 (info-title-1, info-title-2, info-title-3, info-title-4)
12763 (info-menu-header): Move up face definitions.
12764 (info-menu-star): Rename from `info-menu-5'.
12765 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12766 (Info-fontify-visited-nodes): Fix docstring.
12767 (Info-hide-note-references): Fix docstring.
12768 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12769 menu items in the same way as on cross-references.
12770 (info-apropos): Fix sorting order and formatting to be like in the
12771 stand-alone Info browser. Display error messages for 1 sec.
12772 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12773 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12774 from the menu bar.
12775 (Info-insert-dir): Restore point after calling
12776 `insert-buffer-substring'.
12777
12778 2005-08-08 Richard M. Stallman <rms@gnu.org>
12779
12780 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12781 (recompute-lucid-menubar): Add defvars.
12782
12783 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12784
12785 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12786
12787 * net/net-utils.el (run-dig): Rename from `dig'.
12788
12789 * play/gametree.el (gametree-mode): Use make-local-variable,
12790 not make-variable-buffer-local.
12791
12792 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12793
12794 * ansi-color.el (ansi-color-make-extent)
12795 (ansi-color-set-extent-face): Use fboundp, not functionp.
12796
12797 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12798 not make-variable-buffer-local.
12799
12800 * bookmark.el (Info-current-file): Add defvar.
12801 (bookmark-jump-noselect): Use with-no-warnings.
12802
12803 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12804
12805 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12806
12807 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12808
12809 * find-file.el (ada-procedure-start-regexp)
12810 (ada-package-start-regexp): Add defvars.
12811
12812 * info.el (Info-insert-dir): Use insert-buffer-substring.
12813
12814 * xml.el (xml-att-def-re): Add defvar.
12815
12816 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12817 calling convention.
12818
12819 * subr.el (while-no-input): Return t if there is input.
12820
12821 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12822
12823 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12824
12825 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12826
12827 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12828 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12829
12830 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12831
12832 * cmuscheme.el (scheme-start-file): Replace reference to
12833 `user-emacs-directory' by "~/.emacs.d/".
12834
12835 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12836
12837 * info.el (Info-dir-remove-duplicates): Avoid case folding
12838 in loop; instead, keep downcased strings for comparison.
12839 Suggested by Helmut Eller.
12840
12841 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12842
12843 Sync with Tramp 2.0.50.
12844
12845 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12846 XEmacs case; not necessary anymore.
12847 (tramp-user-regexp): Allow "@" as part of user name.
12848 (tramp-handle-set-visited-file-modtime)
12849 (tramp-handle-insert-file-contents)
12850 (tramp-handle-write-region): No special handling for
12851 `last-coding-system-used, because this is done in
12852 `tramp-accept-process-output' now.
12853 (tramp-accept-process-output): New defun.
12854 (tramp-process-one-action, tramp-process-one-multi-action)
12855 (tramp-wait-for-regexp, tramp-wait-for-output)
12856 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12857 Howells <dhowells@redhat.com>.
12858 (clear-visited-file-modtime): Defadvice removed. The check for
12859 unset buffer's modtime does not need to be based on
12860 `tramp-buffer-file-attributes'. Suggested by RMS.
12861 (tramp-message): Insert "\n" if not being at beginning of line.
12862 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12863 sequence with same logic.
12864 (tramp-completion-handle-expand-file-name): Discard call of
12865 `tramp-drop-volume-letter'. It is not necessary, and there have
12866 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12867 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12868 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12869 should always be visible.
12870 (tramp-handle-insert-directory, tramp-setup-complete)
12871 (tramp-set-process-query-on-exit-flag)
12872 (tramp-append-tramp-buffers): Pacify byte-compiler.
12873 (tramp-bug): Delete non-existing variables from list.
12874 Apply `tramp-load-report-modules' as pre-hook.
12875 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12876 `shell-prompt-pattern' because of non-7bit characters.
12877 Reported by Sebastian Luque <sluque@mun.ca>.
12878 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12879 (tramp-match-string-list): Remove function.
12880 (tramp-wait-for-regexp): Remove call of that function.
12881 Suggested by Kim F. Storm <storm@cua.dk>.
12882 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12883 instead of octal character code ?\600. The latter resulted in a
12884 syntax error with XEmacs.
12885
12886 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12887 XEmacs case; not necessary anymore.
12888 (tramp-smb-handle-write-region): No special handling for
12889 `last-coding-system-used, because this is done in
12890 `tramp-accept-process-output' now.
12891 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12892
12893 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12894
12895 * wid-edit.el (widget-choice-value-create):
12896 Unconditionally respect user choice. Set :explicit-choice back to nil
12897 when no longer needed.
12898 (widget-choice-action): Unconditionally respect user choice.
12899 Eliminate :explicit-choice-value.
12900
12901 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12902
12903 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12904 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12905 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12906 running new function `toggle-indicate-empty-lines'.
12907 Rename "Customize" item to "Customize fringe".
12908 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12909 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12910 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12911 Delete "Empty lines only" item.
12912 (menu-bar-showhide-fringe-ind-customize): New function.
12913 (menu-bar-showhide-fringe-ind-mixed)
12914 (menu-bar-showhide-fringe-ind-box)
12915 (menu-bar-showhide-fringe-ind-right)
12916 (menu-bar-showhide-fringe-ind-left)
12917 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12918 instead of `fringe-indicators'.
12919
12920 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12921
12922 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12923 Change the date of last update.
12924
12925 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12926
12927 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12928 (viper-exec-yank, viper-put-back): Don't display modification msg
12929 if in the minibuffer.
12930
12931 * viper-init.el (viper-replace-overlay-cursor-color)
12932 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12933 Make variables frame local.
12934
12935 * viper-util.el (viper-append-filter-alist): Use append instead of
12936 nconc.
12937
12938 * viper.el (viper-vi-state-mode-list)
12939 (viper-emacs-state-mode-list): Move help-mode and
12940 completion-list-mode from the first list to the second.
12941 (viper-mode): Docstring.
12942 (viper-go-away, viper-non-hook-settings): Don't localize
12943 minor-mode-alist in newer Emacsen. Add advice to
12944 set-cursor-color. Don't bind "\C-c\\".
12945
12946 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12947
12948 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12949 (scheme-macro-expand-command): New user options.
12950 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12951 (scheme-form-at-point, scheme-start-file)
12952 (scheme-interactively-start-process): New functions.
12953 (scheme-get-process): New function, extracted from `scheme-proc'.
12954 (run-scheme): Call `scheme-start-file' to get start file, and pass
12955 it to `make-comint'.
12956 (switch-to-scheme, scheme-proc):
12957 Call `scheme-interactively-start-process' if no Scheme buffer/process
12958 is available.
12959
12960 2005-08-06 Juri Linkov <juri@jurta.org>
12961
12962 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12963 Use `compilation-text-face', `compilation-info-text-face' and
12964 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12965 (compilation-error): New face.
12966 (compilation-error-file-name): Inherit from
12967 `compilation-error' instead of `font-lock-warning-face'.
12968 (compilation-warning-file-name): Inherit from
12969 `compilation-warning' instead of `font-lock-warning-face'.
12970 (compilation-info, compilation-error-file-name)
12971 (compilation-warning-file-name, compilation-info-file-name)
12972 (compilation-line-number, compilation-column-number): Doc fix.
12973 (compilation-error-text-face, compilation-warning-text-face)
12974 (compilation-info-text-face): New face variables.
12975 (compilation-line-face, compilation-column-face)
12976 (compilation-enter-directory-face)
12977 (compilation-leave-directory-face): Doc fix.
12978 (compilation-text-face): New function.
12979
12980 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12981 instead of 1 to display binary file names as info file links.
12982 (grep-error-face): Use `compilation-error-face' instead of
12983 `font-lock-keyword-face'.
12984 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12985 and `compilation-warning-text-face' instead of
12986 `font-lock-keyword-face'. Use `compilation-error-text-face'
12987 instead of `grep-error-face'.
12988
12989 2005-08-05 Kenichi Handa <handa@m17n.org>
12990
12991 * international/code-pages.el: Add autoload cookies for all coding
12992 systems.
12993
12994 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12995
12996 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12997
12998 2005-08-04 Juri Linkov <juri@jurta.org>
12999
13000 * progmodes/compile.el (compilation-mode-map):
13001 * progmodes/grep.el (grep-mode-map):
13002 Bind TAB to `compilation-next-error' and [backtab] to
13003 `compilation-previous-error'.
13004
13005 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13006 matching line numbers, column numbers and their ranges with regexp
13007 matching only line numbers.
13008 (grep-context-face): New face variable.
13009 (grep-mode-font-lock-keywords): Use it.
13010
13011 * faces.el (read-face-name): Delete duplicate faces.
13012
13013 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * thumbs.el (thumbs-find-image): Don't make variables
13016 automatically buffer local.
13017 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13018 (thumbs-image-num): Make automatically buffer local.
13019 (thumbs-show-thumbs-list): Use `make-local-variable', not
13020 `make-variable-buffer-local'.
13021 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13022
13023 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13024 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13025 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13026 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13027 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13028 (feelings-about, foullst, found, hello, history, howareyoulst)
13029 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13030 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13031 (neglst, obj, object, owner, please, problems, qlist)
13032 (random-adjective, relation, remlst, repetitive-shortness)
13033 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13034 (shortlst, something, sportslst, stallmanlst, states, subj)
13035 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13036 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13037 Defvar at compile time.
13038
13039 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13040 not `make-variable-buffer-local'.
13041
13042 2005-08-02 Kim F. Storm <storm@cua.dk>
13043
13044 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13045 rectangle overlay in selected window.
13046
13047 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13048
13049 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13050 instead of display group. Make `indicate-buffer-boundaries'
13051 customizable through Custom.
13052
13053 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13054
13055 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13056 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13057 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13058 (gdb-put-string): Fix typos in docstrings.
13059
13060 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13061
13062 Update copyright notices of files in progmodes directory for
13063 release of Emacs 22.1.
13064
13065 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13066
13067 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13068 Don't barf if the GUD buffer has been killed.
13069
13070 2005-08-01 Kim F. Storm <storm@cua.dk>
13071
13072 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13073
13074 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * simple.el (next-error-follow-minor-mode):
13077 make-variable-buffer-local -> make-local-variable.
13078
13079 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13080
13081 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13082 (byte-compile-form-make-variable-buffer-local): New functions to warn
13083 about misuses of make-variable-buffer-local where make-local-variable
13084 was meant.
13085
13086 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * bs.el (bs-attributes-list): Doc fix.
13089 (bs): Update url-link.
13090
13091 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13092 (desktop-load-default): Simplify.
13093
13094 * ibuffer.el (ibuffer-columnize-and-insert-list)
13095 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13096 (ibuffer-unmark-all, ibuffer-toggle-marks)
13097 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13098 (ibuffer-compile-make-format-form, ibuffer-format-column)
13099 (ibuffer-current-buffers-with-marks)
13100 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13101 (ibuffer): Doc fix.
13102 (ibuffer-mode): Fix typo in docstring.
13103 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13104 with `define-obsolete-variable-alias'.
13105 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13106
13107 2005-07-29 Kenichi Handa <handa@m17n.org>
13108
13109 * international/mule-cmds.el (select-message-coding-system):
13110 Be sure to use LF for end-of-line. If no coding system is decided,
13111 return iso-8859-1-unix.
13112
13113 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13116 (ange-ftp-pending-error-line): New vars.
13117 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13118 to handle the non-fatal no-route-to-host messages.
13119 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13120
13121 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13124 (isearch-quote-char, isearch-printing-char)
13125 (isearch-text-char-description): "?\ " -> "?\s".
13126 (isearch-lazy-highlight-cleanup)
13127 (isearch-lazy-highlight-initial-delay)
13128 (isearch-lazy-highlight-interval)
13129 (isearch-lazy-highlight-max-at-a-time)
13130 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13131 Declare with define-obsolete-*-alias macros.
13132 (isearch-forward): Fix typo in docstring.
13133 (search-invisible, search-ring-yank-pointer)
13134 (regexp-search-ring-yank-pointer): Doc fixes.
13135
13136 * recentf.el (recentf-menu-append-commands-p): Declare with
13137 `define-obsolete-variable-alias'.
13138 (recentf-max-saved-items, recentf-menu-filter)
13139 (recentf-arrange-by-rule-subfilter): Doc fixes.
13140 (recentf-menu-append-commands-flag)
13141 (recentf-initialize-file-name-history, recentf-expand-file-name)
13142 (recentf-clear-data): Fix typos in docstrings.
13143
13144 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13145
13146 * progmodes/gdb-ui.el: Smarten comments.
13147 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13148
13149 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13150
13151 * term/apollo.el (terminal-init-apollo): New function containing
13152 all former top level forms in the file.
13153 * term/bobcat.el (terminal-init-bobcat):
13154 * term/cygwin.el (terminal-init-cygwin):
13155 * term/iris-ansi.el (terminal-init-iris-ansi):
13156 * term/linux.el (terminal-init-linux):
13157 * term/news.el (terminal-init-news):
13158 * term/rxvt.el (terminal-init-rxvt):
13159 * term/sun.el (terminal-init-sun):
13160 * term/tvi970.el (terminal-init-tvi970):
13161 * term/vt100.el (terminal-init-vt100):
13162 * term/vt102.el (terminal-init-vt102):
13163 * term/vt125.el (terminal-init-vt125):
13164 * term/vt200.el (terminal-init-vt200):
13165 * term/vt201.el (terminal-init-vt201):
13166 * term/vt220.el (terminal-init-vt220):
13167 * term/vt240.el (terminal-init-vt240):
13168 * term/vt300.el (terminal-init-vt300):
13169 * term/vt320.el (terminal-init-vt320):
13170 * term/vt400.el (terminal-init-vt400):
13171 * term/vt420.el (terminal-init-vt420):
13172 * term/wyse50.el (terminal-init-wyse50):
13173 * term/xterm.el (terminal-init-xterm): Likewise.
13174
13175 * term/README: Describe the terminal-init-* functionality.
13176
13177 * startup.el (command-line): After loading the terminal initialization
13178 file call the corresponding terminal initialization function.
13179
13180 2005-07-27 Kenichi Handa <handa@m17n.org>
13181
13182 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13183 negative.
13184
13185 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13186 (ps-mule-composition-prologue): Fix for the case that
13187 RelativeCompose is false.
13188
13189 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13190
13191 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13192
13193 * descr-text.el (describe-char): Handle the case where the list of
13194 chars is displayed in a separate frame.
13195 Be a bit more discriminating when looking for the char.
13196
13197 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * bookmark.el (bookmark-automatically-show-annotations)
13200 (bookmark-read-annotation-text-func): Doc fixes.
13201 (bookmark-save): Improve argument/docstring consistency.
13202 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13203 (bookmark-alist-from-buffer)
13204 (bookmark-upgrade-file-format-from-0)
13205 (bookmark-grok-file-format-version)
13206 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13207 (bookmark-read-annotation-mode)
13208 (bookmark-insert-current-bookmark, bookmark-jump)
13209 (bookmark-exit-hook): Fix typos in docstrings.
13210 (bookmark-exit-hooks): Define as obsolete alias.
13211 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13212 not `bookmark-exit-hooks'. Fix docstring.
13213 (bookmark-bmenu-select): "?\ " -> "?\s".
13214
13215 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13216
13217 * startup.el (command-line): Fix typo.
13218
13219 2005-07-24 Richard M. Stallman <rms@gnu.org>
13220
13221 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13222 not emacs-quick-startup.
13223
13224 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13225
13226 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13227 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13228 instead of `reb-with-current-window'.
13229 (reb-prev-match): Likewise. Also, don't move left if the search
13230 was unsuccessful.
13231 (reb-initialize-buffer): New function.
13232 (re-builder, reb-change-syntax): Use it.
13233
13234 * man.el (Man-goto-page): Make second argument NOERROR optional.
13235
13236 2005-07-23 Richard M. Stallman <rms@gnu.org>
13237
13238 * man.el (Man-bgproc-sentinel): Check here for failure to find
13239 any man page in the output, and report the error here.
13240 (Man-arguments): Make it permanent local.
13241 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13242 (Man-mode): Pass t for NOERROR.
13243
13244 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13245 (grep-mode-font-lock-keywords):
13246 Don't use compilation-...-face for messages that are not file names.
13247
13248 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13249 Don't use compilation-...-face for messages that are not file names.
13250
13251 2005-07-22 Juri Linkov <juri@jurta.org>
13252
13253 * startup.el (normal-splash-screen): Update menu name.
13254
13255 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13256
13257 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13258
13259 * term/xterm.el: Load term/rxvt if the terminal is actually an
13260 rxvt terminal.
13261 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13262
13263 * term/rxvt.el (function-key-map): Use substitute-key-definition
13264 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13265
13266 * term/cygwin.el: New file.
13267
13268 2005-07-22 Kim F. Storm <storm@cua.dk>
13269
13270 * image-file.el (insert-image-file, image-file-yank-handler):
13271 Fix last change to maintain a (unique) yank-handler on yanked images.
13272
13273 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13274
13275 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13276 of the file size (as in "177B" for 177 bytes). This happens with
13277 "ls -lh" on FreeBSD.
13278
13279 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13280
13281 * hilit-chg.el (highlight-changes-global-initial-state)
13282 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13283 (hilit-chg-fixup, highlight-changes-mode):
13284 Fix typos in docstrings.
13285 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13286 Doc fixes.
13287
13288 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13289
13290 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13291 mode function using `eval-after-load'.
13292
13293 2005-07-21 Kim F. Storm <storm@cua.dk>
13294
13295 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13296 included when reporting an emacs crash, and tell about the DEBUG file.
13297
13298 * image-file.el (insert-image-file): Add yank-handler.
13299 (image-file-yank-handler): Yank handler to make unique copies of
13300 images when they are yanked into a buffer next to each other.
13301
13302 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13303
13304 * comint.el (comint-use-prompt-regexp, comint-send-input)
13305 (comint-source-default, comint-extract-string)
13306 (comint-get-source, comint-word, comint-completion)
13307 (comint-source, comint-prompt-read-only, comint-update-fence):
13308 Fix typos in docstrings.
13309 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13310 Declare with define-obsolete-*-alias macros.
13311 (comint-previous-matching-input-from-input)
13312 (comint-next-matching-input-from-input)
13313 (comint-previous-matching-input, comint-next-matching-input)
13314 (comint-forward-matching-input):
13315 Improve argument/docstring consistency.
13316
13317 * desktop.el (desktop-clear-preserve-buffers-regexp):
13318 Also preserve the *server* buffer.
13319
13320 * simple.el (clone-indirect-buffer): Doc fix.
13321 (fixup-whitespace, just-one-space)
13322 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13323 (next-error, next-error-highlight)
13324 (next-error-highlight-no-select, next-error-last-buffer)
13325 (next-error-buffer-p, next-error-find-buffer, next-error)
13326 (previous-error, next-error-no-select, previous-error-no-select)
13327 (open-line, split-line, minibuffer-prompt-width, kill-new)
13328 (binary-overwrite-mode): Fix typos in docstrings.
13329 (set-fill-column): Fix typo in message.
13330
13331 * skeleton.el (skeleton-proxy-new): Doc fix.
13332
13333 * strokes.el (strokes-load-hook): Doc fix.
13334 (strokes-grid-resolution, strokes-get-grid-position)
13335 (strokes-renormalize-to-grid, strokes-read-stroke)
13336 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13337 (strokes-global-map): Fix typos in docstrings.
13338 (strokes-help): Doc fix. Fix help message and pass it through
13339 `substitute-command-keys'.
13340
13341 * tempo.el (tempo-insert-prompt, tempo-interactive)
13342 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13343 (tempo-insert-string-functions, tempo-local-tags)
13344 (tempo-define-template, tempo-insert-template)
13345 (tempo-insert-prompt-compat, tempo-is-user-element)
13346 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13347 Fix typos in docstrings.
13348
13349 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13350 (vcursor-key-bindings, vcursor-use-vcursor-map)
13351 (vcursor-find-window, vcursor-scroll-down)
13352 (vcursor-disable, vcursor-beginning-of-buffer)
13353 (vcursor-end-of-buffer): Fix typos in docstrings.
13354 (vcursor-relative-move, vcursor-get-char-count):
13355 Improve argument/docstring consistency.
13356
13357 * version.el: "?\ " -> "?\s".
13358
13359 * wid-edit.el (widget-default-create, widget-after-change)
13360 (widget-default-format-handler, widget-checklist-add-item)
13361 (widget-radio-add-item, widget-choose, widget-specify-secret)
13362 (widget-field-value-create, widget-field-value-get)
13363 (widget-editable-list-format-handler)
13364 (widget-editable-list-entry-create, widget-group-value-create)
13365 (widget-documentation-link-add)
13366 (widget-documentation-string-value-create): "?\ " -> "?\s".
13367 (widget-convert-text): Doc fix.
13368 (widget-narrow-to-field, widget-field-find)
13369 (widget-url-link-action, widget-emacs-library-link-action)
13370 (widget-color-notify): Fix typos in docstrings.
13371
13372 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13373 (x-select-text, set-w32-system-coding-system)
13374 (w32-add-charset-info): Fix typos in docstrings.
13375
13376 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13377 (cua-enable-cua-keys, cua-use-hyper-key)
13378 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13379 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13380
13381 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13382
13383 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13384 `defalias' instead of faking it.
13385
13386 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13387 (eshell-ls-missing, eshell-ls-dired-initial-args)
13388 (eshell-ls-use-in-dired): Fix typos in docstrings.
13389
13390 2005-07-20 Kim F. Storm <storm@cua.dk>
13391
13392 * emulation/cua-base.el (cua-mode): Improve doc string.
13393
13394 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * abbrev.el (expand-region-abbrevs): Doc fix.
13397 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13398 Improve argument/docstring consistency.
13399
13400 * arc-mode.el (archive-get-descr, archive-alternate-display):
13401 Doc fixes.
13402 (archive-l-e): Improve argument/docstring consistency.
13403 (archive-tmpdir, archive-unixdate, archive-unixtime)
13404 (archive-chmod-entry): Fix typos in docstrings.
13405 (archive-unflag, archive-unflag-backwards)
13406 (archive-unmark-all-files): "?\ " -> "?\s".
13407
13408 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13409 (Buffer-menu-not-modified, Buffer-menu-execute)
13410 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13411 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13412
13413 * composite.el (compose-string, encode-composition-rule)
13414 (compose-last-chars): Fix typos in docstrings.
13415
13416 * desktop.el (desktop-enable, desktop-basefilename):
13417 Declare with `define-obsolete-variable-alias'.
13418 (desktop-internal-v2s): Don't quote keywords.
13419 (desktop-clear): "?\ " -> "?\s".
13420
13421 * dired.el (dired-align-file, dired-flag-backup-files)
13422 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13423 (dired-listing-switches, dired-ls-F-marks-symlinks)
13424 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13425 (dired-directory, dired-faces, dired, dired-revert)
13426 (dired-mode, dired-summary, dired-view-file)
13427 (dired-copy-filename-as-kill, dired-delete-file)
13428 (dired-no-confirm, dired-unmark-all-marks)
13429 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13430 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13431 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13432 Fix typos in message strings.
13433
13434 * dired-x.el (virtual-dired): Declare with `defalias'.
13435 (dired-mark-unmarked-files, dired-local-variables-file)
13436 (dired-omit-here-always): Doc fix.
13437 (dired-omit-mode, dired-find-subdir)
13438 (dired-enable-local-variables, dired-clean-up-buffers-too)
13439 (dired-extra-startup, dired-mark-extension, dired-jump)
13440 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13441 (dired-smart-shell-command, dired-guess-shell-alist-user)
13442 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13443 (dired-x-bind-find-file, dired-x-submit-report):
13444 Fix typos in docstrings.
13445 (dired-mark-unmarked-files): "?\ " -> "?\s".
13446
13447 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13448
13449 * faces.el (describe-face): "?\ " -> "?\s".
13450 (read-all-face-attributes, read-face-font, modify-face)
13451 (face-attr-construct, italic): Fix typos in docstrings.
13452 (frame-update-face-colors): Declare with
13453 `define-obsolete-function-alias'.
13454
13455 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13456 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13457 (magic-mode-alist, buffer-file-numbers-unique)
13458 (write-file-functions, get-free-disk-space):
13459 Fix typos in docstrings.
13460 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13461 (write-contents-hooks, write-file-hooks):
13462 Declare with `define-obsolete-variable-alias'.
13463
13464 * forms-d2.el (arch-rj): Fix typo in docstrings.
13465 (arch-tocol): Likewise. "?\ " -> "?\s".
13466
13467 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13468 Fix typo in docstring.
13469 (set-screen-width, set-screen-height): Delete redundant info in
13470 doctrings.
13471 (new-frame, screen-height, screen-width): Declare with
13472 `define-obsolete-function-alias'.
13473 (delete-frame-hook, blink-cursor): Declare with
13474 `define-obsolete-variable-alias'.
13475
13476 * paths.el (prune-directory-list): Fix typos in docstring.
13477
13478 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13479 (cvs-prefix-get): Fix typos in docstrings.
13480
13481 * ps-print.el (ps-extend-face-list, ps-extend-face)
13482 (ps-print-background-image): Fix typos in docstrings.
13483 (ps-default-fg, ps-default-bg): Doc fixes.
13484
13485 * s-region.el (s-region-bind): Doc fix.
13486 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13487
13488 * textmodes/org.el (org-table-formula-substitute-names)
13489 (org-table-get-vertical-vector): Doc fixes.
13490 (org-table-recalculate): Remove unused argument to `message'.
13491
13492 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13493
13494 * textmodes/org.el (org-table-column-names)
13495 (org-table-column-name-regexp)
13496 (org-table-named-field-locations): New variables.
13497 (org-archive-subtree): Protect `this-command' when calling
13498 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13499 the kill buffer.
13500 (org-complete): Remove fixed-formula completion.
13501 (org-edit-formulas-map): New variable.
13502 (org-table-edit-formulas): New command.
13503 (org-finish-edit-formulas, org-abort-edit-formulas)
13504 (org-show-variable, org-table-get-vertical-vector): New functions.
13505 (org-table-maybe-eval-formula): Handle `:=' fields.
13506 (org-table-get-stored-formulas, org-table-store-formulas)
13507 (org-table-get-formula, org-table-modify-formulas)
13508 (org-table-replace-in-formulas): Handle named field formulas.
13509 (org-table-get-specials): Store locations of named fields.
13510
13511 2005-07-19 Juri Linkov <juri@jurta.org>
13512
13513 * progmodes/grep.el (grep-regexp-alist)
13514 (grep-mode-font-lock-keywords, grep-process-setup):
13515 Use default GNU grep match color "01;31m" instead of "01;41m".
13516 (grep-regexp-alist, grep-mode-font-lock-keywords):
13517 Use `\\[[0-9]*m' instead of `\\[00m'.
13518 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13519 sgr_start where its handling is more important. Use the real
13520 length of sgr_start instead of constant 8.
13521 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13522 specially. Delete all remaining escape sequences.
13523 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13524 (grep-regexp-alist): Make hyperlink only for binary file name
13525 instead of the whole line.
13526 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13527 (grep-mode): Add autoload.
13528
13529 * emacs-lisp/find-func.el (find-function-regexp):
13530 Add `define-compilation-mode'.
13531
13532 2005-07-19 Juri Linkov <juri@jurta.org>
13533
13534 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13535 (compare-windows-sync-string-size, compare-windows-recenter)
13536 (compare-windows-highlight, compare-windows): Add version 22.1.
13537 (compare-windows) <defface>: Inherit from lazy-highlight instead
13538 of duplicating its default value.
13539
13540 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13541 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13542
13543 * descr-text.el (describe-char): Create link buttons for `charset'
13544 and `code point'. Add the current input method name with a link
13545 button to `to input' field. Print face names of display table
13546 characters in `The display table entry is displayed by' section
13547 instead of printing face-id in the `display' field.
13548 Guess hardcoded faces and create a link button for them.
13549 Skip empty fields when calculating max-width.
13550 Treat `widget-create' specially while inserting strings from the
13551 collected field list.
13552 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13553
13554 * diff-mode.el (diff-file-header): Change foreground color from
13555 yellow to green on light backgrounds.
13556 (diff-context): Inherit from `shadow' only for color/grayscale
13557 with more than 88 colors.
13558 (diff-indicator-removed, diff-indicator-added)
13559 (diff-indicator-changed): New faces.
13560 (diff-font-lock-keywords): Use new faces. Regroup rules.
13561 Add "^---$" for `normal' diff format. Fontify `#' lines with
13562 font-lock-comment-delimiter-face and font-lock-comment-face.
13563 Add `#' to ^[^...] in the rule for `diff-context-face'.
13564
13565 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13566 a button-like box. Inherit from `highlight' on low colors.
13567 (shadow): Use shades of gray only for color/grayscale with
13568 more than 88 colors. Use green for light backgrounds with
13569 8 colors, and yellow for dark backgrounds with 8 colors.
13570
13571 * font-lock.el (font-lock-regexp-grouping-backslash):
13572 Don't inherit from escape-glyph (use bold for all cases).
13573
13574 * info.el (info-xref-visited): Use light foreground color `violet'
13575 for dark backgrounds instead of dark color `magenta3'.
13576 (info-title-1): Use `yellow' color for dark backgrounds.
13577
13578 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13579 too-light magenta2.
13580
13581 * replace.el (match): Use slightly more light RoyalBlue3 instead
13582 of dark RoyalBlue4.
13583
13584 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13585
13586 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13587
13588 * novice.el (disabled-command-hook): Declare it with
13589 `define-obsolete-variable-alias'.
13590
13591 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13592 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13593 (desktop-load-default): Add release to obsolescence info.
13594 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13595 (desktop-append-buffer-args, desktop-read):
13596 Fix typos in docstrings.
13597 (desktop-kill): Fix typo in message.
13598 (desktop-save): Doc fix.
13599
13600 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13601
13602 * viper-cmd.el (viper-escape-to-state): Bug fix.
13603 (viper-envelop-ESC-key): Change the definition of fast
13604 keysequence so it'll work with keyboard macros.
13605
13606 * ediff.el (ediff-patch-buffer): Change the docstring.
13607
13608 2005-07-19 Kenichi Handa <handa@m17n.org>
13609
13610 * international/mule-cmds.el (select-safe-coding-system): Try to
13611 use an auto-coding (if any) before anything else. If the found
13612 auto-coding is invalid, show a warning message.
13613
13614 * international/mule.el (find-auto-coding): New function created
13615 by modifying the body of set-auto-coding.
13616 (set-auto-coding): Use find-auto-coding to find a coding.
13617
13618 2005-07-18 Richard M. Stallman <rms@gnu.org>
13619
13620 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13621 not isearch-mode-end-hook-error.
13622 (allout-before-change-protect): Fix error message.
13623
13624 2005-07-18 Juri Linkov <juri@jurta.org>
13625
13626 * allout.el (allout-mode):
13627 * calculator.el (calculator-copy):
13628 * custom.el (custom-known-themes):
13629 * dired.el (dired-desktop-buffer-misc-data)
13630 (dired-restore-desktop-buffer):
13631 * dired-x.el (dired-omit-marker-char):
13632 * files.el (basic-save-buffer):
13633 * font-core.el (font-lock-mode):
13634 * calendar/calendar.el (calendar-goto-hebrew-date)
13635 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13636 (calendar-goto-persian-date):
13637 * language/ethio-util.el (ethio-sera-to-fidel-region):
13638 * textmodes/picture.el (picture-mode):
13639 Delete duplicate duplicate words.
13640
13641 2005-07-18 Juri Linkov <juri@jurta.org>
13642
13643 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13644 chars * ? } |.
13645 (isearch-fallback): Don't call `isearch-process-search-char'.
13646 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13647 (isearch-process-search-char): Call `isearch-fallback' for regexp
13648 chars * ? } |.
13649 (isearch-return-char): Make obsolete with `make-obsolete' instead
13650 of simply documenting it as obsolete in the docstring.
13651 (isearch-fallback): Refill docstring.
13652
13653 * international/isearch-x.el
13654 (isearch-process-search-multibyte-characters): Remove unneeded
13655 `concat'. Add intermediate values to `junk-hist' instead of
13656 `minibuffer-history'. Test the length of `str'.
13657
13658 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13659
13660 * allout.el (allout-resolve-xref): Fix typos in error strings.
13661 (allout-before-change-protect): Remove unneeded `concat'.
13662
13663 * array.el (array-mode, array-reconfigure-rows)
13664 (untabify-backward): Fix typos in docstrings.
13665 (array-reconfigure-rows): Use `insert-buffer-substring', not
13666 `insert-buffer'.
13667
13668 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13669 * progmodes/ada-mode.el (ada-make-body):
13670 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13671
13672 * dired.el (dired-log):
13673 * tar-mode.el (tar-subfile-save-buffer):
13674 * play/zone.el (zone-pgm-stress-destress):
13675 Use `insert-buffer-substring', not `insert-buffer'.
13676
13677 2005-07-17 Simon Josefsson <jas@extundo.com>
13678
13679 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13680
13681 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13682
13683 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13684 Add plain auth method.
13685 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13686
13687 2005-07-17 Kim F. Storm <storm@cua.dk>
13688
13689 * ido.el (dired-other-window): Add ido property.
13690
13691 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13692
13693 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13694 Fix typo in docstring.
13695 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13696 `insert-file-literally'.
13697
13698 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13699 info and delete redundant message. Doc fix.
13700 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13701 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13702
13703 2005-07-16 Richard M. Stallman <rms@gnu.org>
13704
13705 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13706 (byte-compile-and): Use byte-compile-and-recursion.
13707 (byte-compile-or-recursion): New function.
13708 (byte-compile-or): Use that.
13709 (byte-compile-if): Guard the else-clause too.
13710 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13711
13712 * isearch.el (isearch-mode-end-hook-quit): New variable.
13713 (isearch-done): Bind it.
13714 (isearch-mode-end-hook): Doc fix.
13715
13716 * allout.el (allout-isearch-did-quit): Variable deleted.
13717 (allout-real-isearch-abort): Function name no longer used.
13718 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13719 (allout-isearch-rectification): isearch-mode always exists.
13720 Don't set allout-isearch-did-quit.
13721 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13722 allout-isearch-did-quit.
13723 (allout-enwrap-isearch): Just add the hook.
13724 (allout-isearch-abort): Function deleted.
13725 (allout-pre-command-business): Avoid warning.
13726
13727 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13728 Correctly avoid warnings.
13729 (pascal-outline): Likewise.
13730
13731 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13732
13733 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13734
13735 * play/tetris.el (tetris-mode): Avoid warning.
13736
13737 * play/snake.el (snake-mode): Avoid warning.
13738
13739 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13740 (gamegrid-set-display-table): Avoid warning.
13741 (gamegrid-set-timer): Likewise.
13742 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13743 (gamegrid-add-score-with-update-game-score-1): Take FILE
13744 as argument.
13745 (gamegrid-add-score-with-update-game-score): Pass that argument.
13746 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13747
13748 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13749
13750 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13751 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13752
13753 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13754 and insert-file.
13755
13756 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13757 (sc-ask): Avoid warnings.
13758
13759 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13760 (eshell-hist-initialize): Use that var the natural way.
13761
13762 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13763
13764 * emacs-lisp/re-builder.el (reb-cook-regexp):
13765 Avoid warning calling lre-compile-string.
13766 (reb-color-display-p): Avoid warning.
13767
13768 * calculator.el (calculator-last-input): Guard uses
13769 of event-key and key-press-event-p.
13770 (event-key, key-press-event-p): Delete definitions.
13771
13772 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13773 (find-gc-source-directory, find-gc-subrs-callers)
13774 (find-gc-noreturn-list, find-gc-source-files)
13775 (find-gc-subrs-called): Vars renamed and defvar'd.
13776
13777 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13778 (checkdoc-overlay-put, checkdoc-delete-overlay)
13779 (checkdoc-overlay-start, checkdoc-overlay-end)
13780 (checkdoc-mode-line-update, checkdoc-char=):
13781 Define such that compiler knows they are defined.
13782 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13783 (checkdoc-read-event): Delete. Use read-event directly.
13784
13785 * whitespace.el (whitespace-make-overlay)
13786 (whitespace-overlay-put, whitespace-delete-overlay)
13787 (whitespace-overlay-start, whitespace-overlay-end):
13788 Define such that compiler knows they are defined.
13789 (whitespace): Move conditional inside.
13790
13791 * tempo.el (tempo-insert-template): Suppress warning.
13792
13793 * ediff-diff.el (longlines-mode): Add defvar.
13794
13795 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13796
13797 * server.el: Bind "C-x #" in a way that works even if C-x is
13798 redefined to a command key, not a prefix key.
13799
13800 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13801
13802 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13803 cl-make-type-test till execution time.
13804
13805 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13806
13807 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13808 arg ARG and use it.
13809
13810 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13811
13812 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13813
13814 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13815
13816 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13817 a defcustom with two :set or :type keywords.
13818
13819 2005-07-15 Richard M. Stallman <rms@gnu.org>
13820
13821 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13822 Don't give ^M comment-end syntax.
13823
13824 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13825
13826 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13827 Don't consider gdbmi (gdb-mi.el has its own update functions).
13828 (gdb-var-delete): Make it work for gdbmi as well.
13829 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13830
13831 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13832 (gud-speedbar-menu-items): Correct logic for enabling items.
13833
13834 2005-07-15 Kim F. Storm <storm@cua.dk>
13835
13836 * ido.el: Fix commentary.
13837 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13838 Use with-no-warnings around ffap-guesser.
13839 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13840 Let bind minibuffer-completing-file-name to t.
13841
13842 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13843
13844 * startup.el (site-run-file, keyboard-type): Doc fixes.
13845 (command-line): Check for "--basic-display" argument; also for
13846 "--quick", not "--bare-bones" (which was renamed).
13847 (fancy-splash-text): Add missing item "Getting New Versions".
13848 (normal-splash-screen): Fix typos and improve consistency with
13849 `fancy-splash-text'. Update copyright year.
13850
13851 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13852 valid binding for `help-char'.
13853
13854 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13855
13856 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13857
13858 * term.el (term-mode): Disable cua-mode for term buffers.
13859
13860 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13861
13862 * add-log.el (add-log-mailing-address, change-log-merge):
13863 Doc fixes.
13864 (change-log-get-method-definition): Fix typo in docstring.
13865
13866 2005-07-14 Kim F. Storm <storm@cua.dk>
13867
13868 * emulation/cua-base.el:
13869 (cua--pre-command-handler-1, cua--pre-command-handler)
13870 (cua--post-command-handler-1, cua--post-command-handler):
13871 Split in two. Check (buffer local) value of cua-mode.
13872 (cua-selection-mode): New command.
13873
13874 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13875
13876 * custom.el (custom-initialize-safe-set)
13877 (custom-initialize-safe-default): Doc fixes.
13878
13879 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13880 and simplify :init-value again.
13881
13882 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13883 and simplify :init-value again. Delete autoload.
13884
13885 * startup.el (command-line): Use `custom-reevaluate-setting' again
13886 for tooltip-mode.
13887
13888 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13889 a defcustom with two :initialize keywords.
13890
13891 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13894 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13895 (allout-post-command-business, allout-flag-region)
13896 (isearch-reenable-font-lock, allout-yank)
13897 (allout-insert-latex-header, allout-insert-latex-trailer)
13898 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13899 (allout-latex-verb-quote): Fix typos in docstrings.
13900 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13901 (allout-unprotected, allout-prefix-data):
13902 Improve argument/docstring consistency.
13903 (allout-chart-subtree): Fix argument spec.
13904 (allout-open-topic): Rename `use_sib_bullet' argument to
13905 `use-sib-bullet'. Doc fix.
13906
13907 * whitespace.el (whitespace-check-buffer-leading)
13908 (whitespace-check-buffer-trailing)
13909 (whitespace-check-buffer-indent)
13910 (whitespace-check-buffer-spacetab)
13911 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13912 (whitespace-check-leading-whitespace)
13913 (whitespace-check-trailing-whitespace)
13914 (whitespace-check-spacetab-whitespace)
13915 (whitespace-check-indent-whitespace)
13916 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13917 (whitespace-modes): Fix typos in docstrings.
13918 (defgroup, defcustom): Doc fixes.
13919
13920 * winner.el (winner-mode, winner-boring-buffers)
13921 (winner-pending-undo-ring): Doc fixes.
13922 (winner-ring): Remove unneeded `progn'.
13923 (winner-equal): `defsubst' it.
13924 (winner-redo): Fix message.
13925
13926 2005-07-13 Kim F. Storm <storm@cua.dk>
13927
13928 * simple.el (line-move-1): Always use vertical-motion to
13929 do the last (or only) line move to ensure some movement.
13930 Undo 2005-06-23 change--don't check for overlays.
13931
13932 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13933
13934 * term/mac-win.el (ccl-encode-mac-roman-font)
13935 (ccl-encode-mac-centraleurroman-font)
13936 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13937 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13938 Change charset-id boundary of dimension to ?\xef.
13939 (mac-char-fontspec-list): New constant.
13940 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13941 argument. Nil uses itself as family in font-spec. Previous
13942 behavior for nil is now provided by non-nil non-string argument.
13943 All callers changed. Add font-specs for Mac fonts to
13944 "fontset-default" unless iso8859-1 fonts are installed.
13945
13946 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13947
13948 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13949 a continuation line if the \ is preceded by SPC or TAB.
13950 (sh-get-indent-info): Simplify.
13951 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13952 Use with-current-buffer.
13953
13954 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13955 when the matched text is empty.
13956
13957 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13958
13959 * startup.el (command-line): Revert to previous handling of
13960 tooltip-mode. Explain in comment why the complexity is needed.
13961
13962 * tooltip.el (tooltip-mode): Revert to previous implementation of
13963 its defcustom.
13964
13965 * frame.el (blink-cursor-mode): Revert to previous implementation
13966 of its defcustom. Update comment.
13967
13968 2005-07-12 Lars Hansen <larsh@soem.dk>
13969
13970 * desktop.el: Update e-mail address.
13971
13972 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13973
13974 * term/mac-win.el (mac-services-mail-selection)
13975 (mac-services-mail-to): New functions.
13976 (mac-application-menu-map): Bind them.
13977
13978 2005-07-12 wulei <milton@wulei.net> (tiny change)
13979
13980 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13981
13982 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13983
13984 * custom.el (custom-reevaluate-setting): Doc fix.
13985
13986 2005-07-11 Jay Belanger <belanger@truman.edu>
13987
13988 * calc/calc.el (calc-embedded-announce-formula-alist)
13989 (calc-embedded-open-close-plain-alist)
13990 (calc-embedded-open-close-mode-alist): Add checks for additional
13991 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13992
13993 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13994
13995 * custom.el (custom-enable-theme): Don't add theme to
13996 `custom-enabled-themes' with `push' because there is no
13997 setf-method for `delq'.
13998
13999 2005-07-11 Richard M. Stallman <rms@gnu.org>
14000
14001 * custom.el (custom-declare-variable): Doc fix.
14002
14003 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14004 from the alists.
14005
14006 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14007 Do nothing if edebug-active.
14008
14009 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14010 (edebug-display): Do it here instead.
14011
14012 2005-07-10 Richard M. Stallman <rms@gnu.org>
14013
14014 * cus-face.el (custom-theme-set-faces): Make it work.
14015 (custom-reset-faces): Doc fix.
14016 (custom-theme-reset-internal-face, custom-theme-face-value):
14017 Functions deleted.
14018
14019 * custom.el (custom-push-theme): Maintain list of the settings
14020 of a given theme in its theme-settings property.
14021 Maintain position of old settings in the theme-value
14022 or theme-face property.
14023 (custom-enabled-themes): New variable.
14024 (custom-theme-enabled-p): New function.
14025 (provide-theme): Update custom-enabled-themes.
14026 Disable and reenable the `user' theme.
14027 (require-theme): Doc fix.
14028 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14029 (custom-theme-value, custom-theme-variable-value): Likewise.
14030 (custom-theme-reset-internal): Likewise.
14031 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14032 (custom-enable-theme, custom-disable-theme): New functions.
14033 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14034 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14035 (custom-theme-reset-variables): Simplify.
14036 (deftheme, custom-declare-theme, custom-make-theme-feature):
14037 Definitions moved.
14038
14039 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * longlines.el (longlines-show-region)
14042 (longlines-unshow-hard-newlines): Recognize hard newlines by
14043 non-nil hard property, instead of t.
14044
14045 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14046
14047 * viper-cmd.el (viper--key-maps): New variable.
14048 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14049 emulation-mode-map-alists.
14050 (viper-envelop-ESC-key): Use viper-subseq.
14051 (viper-search-forward/backward/next): Disable debug-on-error.
14052
14053 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14054 (viper-ESC-key): New defcustoms.
14055
14056 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14057
14058 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14059 (viper-subseq): Copy of subseq from cl.el.
14060
14061 * viper.el (viper-go-away, viper-set-hooks): Use
14062 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14063
14064 * viper-mous.el (viper-current-frame-saved): Use defvar.
14065
14066 * viper-init.el: Get rid of -face in face names.
14067
14068 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14069 Make it work with longlines mode
14070
14071 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14072
14073 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14074
14075 * ediff-init.el: Get rid of -face in face names.
14076
14077 2005-07-10 Richard M. Stallman <rms@gnu.org>
14078
14079 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14080 and with-timeout-unsuspend.
14081
14082 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14083 and with-timeout-unsuspend.
14084
14085 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14086 (with-timeout): Bind that variable to record timers.
14087 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14088
14089 * emacs-lisp/debug.el (debug-help-follow): New function.
14090 (debugger-mode-map): Use that instead of help-follow.
14091 (debugger-setup-buffer): Use eval-buffer-list
14092 to handle eval-buffer frames.
14093
14094 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14095
14096 * timezone.el (timezone-parse-date): Change first regexp
14097 so it will not mistakenly match dates with no time zone.
14098
14099 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14100
14101 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14102
14103 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14104
14105 * custom.el (custom-initialize-safe-set)
14106 (custom-initialize-safe-default): New functions.
14107
14108 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14109 and simplify :init-value.
14110
14111 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14112 and simplify :init-value. Delete obsolete comment.
14113
14114 * startup.el (command-line): Use `custom-reevaluate-setting' to
14115 handle `tooltip-mode'. Delete obsolete comment.
14116
14117 * files.el (set-visited-file-name): Avoid calling
14118 `file-name-nondirectory' with a nil argument.
14119
14120 2005-07-09 Richard M. Stallman <rms@gnu.org>
14121
14122 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14123 was called with nil for the buffer, handle the read position right.
14124 Handle read position for eval-region, too.
14125
14126 2005-07-09 Juri Linkov <juri@jurta.org>
14127
14128 * fringe.el (fringe-mode): Add period in docstring.
14129 (fringe-query-style): Build prompt depending on `all-frames' arg.
14130
14131 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14132 to not create links to unrelated functions in the Help buffer.
14133
14134 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14135 Doc fix.
14136
14137 * simple.el (next-error-hook): New variable.
14138 (next-error): Use it. Doc fix.
14139
14140 * textmodes/ispell.el (ispell-command-loop): Add current
14141 dictionary name and program name to mode-line-format.
14142 (ispell-region, ispell-process-line): Add current dictionary name
14143 and program name to messages.
14144
14145 2005-07-08 Jay Belanger <belanger@truman.edu>
14146
14147 * calc/calc.el (calc-embedded-announce-formula-alist)
14148 (calc-embedded-open-close-formula-alist)
14149 (calc-embedded-open-close-word-alist)
14150 (calc-embedded-open-close-plain-alist)
14151 (calc-embedded-open-close-new-formula-alist)
14152 (calc-embedded-open-close-mode-alist)
14153 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14154 (calc-embedded-mode-hook): New variables.
14155
14156 * calc/calc-embed.el (calc-embedded-firsttime)
14157 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14158 New variables.
14159 (calc-do-embedded): Use calc-embedded-firsttime,
14160 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14161 determine whether or not to run hooks.
14162 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14163 calc-embedded-firsttime-formula appropriately.
14164 Set calc-embedded delimiter variables according to mode.
14165
14166 2005-07-08 Richard M. Stallman <rms@gnu.org>
14167
14168 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14169 Check for "emacs", etc., as entire symbol, not just as word.
14170 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14171
14172 * files.el (set-visited-file-name): Report the error
14173 for "empty filename" earlier.
14174 (kill-some-buffers): Ignore buffers already dead.
14175
14176 * fringe.el (fringe-mode): Doc fix.
14177
14178 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14179 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14180 Use unwind-protect to ensure byte-compile-unresolved-functions
14181 is updated.
14182
14183 * whitespace.el (whitespace-buffer-leading-cleanup):
14184 Simplify w/ skip-chars-forward.
14185 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14186
14187 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14188 Unconditionally try to leave point at the same old place.
14189
14190 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14191
14192 * comint.el (comint-postoutput-scroll-to-bottom)
14193 (comint-show-maximum-output): Take scroll-margin into consideration.
14194
14195 2005-07-08 Kim F. Storm <storm@cua.dk>
14196
14197 * ido.el (ido-use-filename-at-point): New choice `guess'.
14198 (ido-file-internal): Try ffap-guesser if selected.
14199
14200 * ido.el (ido-before-fallback-functions): New hook.
14201 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14202 (ido-read-file-name): Run it.
14203
14204 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14207 strings rather than a list of symbols to the completion function.
14208
14209 2005-07-07 Jay Belanger <belanger@truman.edu>
14210
14211 * calc/calc-units.el (math-apply-units): Change the places in
14212 which units are simplified.
14213
14214 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14215
14216 * cus-edit.el (customize-option, customize-option-other-window):
14217 Make them handle aliases.
14218
14219 * custom.el (custom-variable-p): Make it recursively follow
14220 aliases. Mention that in the docstring.
14221
14222 2005-07-07 Richard M. Stallman <rms@gnu.org>
14223
14224 * cus-start.el (exec-path): Use `directory' instead of `file'.
14225 Fix tag for nil.
14226
14227 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14228
14229 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14230 when called non-interactively. Doc fix.
14231
14232 2005-07-07 Lute Kamstra <lute@gnu.org>
14233
14234 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14235 new address as well.
14236
14237 2005-07-07 Kenichi Handa <handa@m17n.org>
14238
14239 * international/mule.el (make-coding-system):
14240 Describe `ascii-incompatible' property in the docstring.
14241 (set-file-name-coding-system): Signal an error if coding-system is
14242 ascii-incompatible.
14243 (set-keyboard-coding-system): Likewise.
14244
14245 * international/mule-cmds.el (set-default-coding-systems):
14246 Don't set default-file-name-coding-system and
14247 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14248
14249 * international/utf-16.el: Declare that all UTF-16-based coding
14250 systems are ASCII-incompatible.
14251
14252 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14253
14254 * progmodes/gud.el: Require font-lock for displaying errors.
14255 Used by gdb-ui.el.
14256
14257 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14258
14259 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14260 values for the pattern lists which are `read'able but not
14261 `append'able (like symbols).
14262
14263 2005-07-06 Richard M. Stallman <rms@gnu.org>
14264
14265 * progmodes/flymake.el (flymake-float-time): Instead of
14266 with-no-warnings, test for xemacs.
14267 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14268 to avoid warning.
14269
14270 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14271
14272 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14273
14274 2005-07-05 Lute Kamstra <lute@gnu.org>
14275
14276 * battery.el: Add support for Darwin (with much debugging help
14277 from Samuel Lauber <sam124@operamail.com>).
14278 (battery-status-function, battery-echo-area-format)
14279 (battery-mode-line-format): Add support for pmset on Darwin.
14280 (battery-load-low, battery-load-critical): New user options.
14281 (battery-pmset): New function.
14282
14283 2005-07-05 Lute Kamstra <lute@gnu.org>
14284
14285 Update FSF's address in GPL notices.
14286
14287 * textmodes/page-ext.el: Update FSF's address.
14288
14289 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14292 filling from using prefix when filling a single-line docstring.
14293
14294 * progmodes/flymake.el: Remove useless eval-when-compile.
14295
14296 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14297
14298 2005-07-04 Richard M. Stallman <rms@gnu.org>
14299
14300 * textmodes/org.el (org-file-apps-defaults-gnu):
14301 Rename from org-file-apps-defaults-linux.
14302 (org-default-apps): Don't test system-type for `linux'.
14303 (org-file-apps): Doc fix.
14304
14305 2005-07-04 David Ponce <david@dponce.com>
14306
14307 * tree-widget.el: Improve header Commentary section.
14308 (tree-widget) [defgroup]
14309 (tree-widget-image-enable, tree-widget-themes-directory)
14310 (tree-widget-theme, tree-widget-image-properties-emacs)
14311 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14312 (tree-widget-image-formats, tree-widget-control)
14313 (tree-widget-empty-control, tree-widget-leaf-control
14314 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14315 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14316 (tree-widget-keep, tree-widget-after-toggle-functions)
14317 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14318 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14319 :help-echo message.
14320 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14321 (tree-widget-image-properties): Doc fix. Clearer implementation.
14322 (tree-widget--cursors): New constant.
14323 (tree-widget-lookup-image): New function split from
14324 `tree-widget-find-image'. Clearer implementation.
14325 (tree-widget-find-image): Use it.
14326 (tree-widget-button-keymap): Use `set-keymap-parent'.
14327 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14328 Define the sub-widgets here.
14329 (tree-widget-node): Check that :node is not a tree-widget.
14330 (tree-widget-get-super, tree-widget-open-control)
14331 (tree-widget-close-control, tree-widget-empty-control)
14332 (tree-widget-leaf-control, tree-widget-guide)
14333 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14334 (tree-widget-no-handle, tree-widget-value-delete)
14335 (tree-widget-map): Remove.
14336 (tree-widget-children-value-save): Doc fix. Simplified.
14337 (tree-widget-value-create): Update according to previous changes.
14338
14339 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14340
14341 * textmodes/org.el: Leading space replaced by TABS.
14342 (org-recalc-marks, org-table-rotate-recalc-marks)
14343 (org-table-get-specials): Treat "^" and "_" marks.
14344 (org-table-justify-field-maybe): Optional argument NEW.
14345 (org-table-eval-formula): Parsing of the format simplified.
14346 New modes C,I. Honor the %= parameter in the current table.
14347 Avoid unnecessary re-align by using the NEW argument to
14348 `org-table-justify-field-maybe'.
14349 (org-calc-default-modes): Default for date-format mimicks org-mode.
14350 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14351
14352 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14353
14354 * cus-face.el (custom-theme-set-faces): Make it handle face
14355 aliases whose alias declarations are pre- or autoloaded.
14356
14357 2005-07-04 Juri Linkov <juri@jurta.org>
14358
14359 * faces.el (read-face-name): Put the code for getting a face name
14360 from the buffer before adding the faces from the `face' property.
14361 Use `completing-read-multiple' instead of `completing-read'.
14362 Require `crm'. Add default value and post-process the returned
14363 list of faces.
14364
14365 * emacs-lisp/crm.el (crm-find-current-element)
14366 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14367
14368 * emacs-lisp/lisp-mode.el (eval-defun-1):
14369 * emacs-lisp/edebug.el (edebug-eval-defun):
14370 Remove unnecessary quotes.
14371
14372 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14373
14374 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14375 (prolog-indent-level): Fix typo in docstring.
14376
14377 * info.el (Info-history, Info-history-forward)
14378 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14379
14380 * add-log.el (add-change-log-entry):
14381 * comint.el (comint-dynamic-list-input-ring)
14382 (comint-dynamic-list-completions):
14383 * dabbrev.el (dabbrev-expand):
14384 * delim-col.el (delimit-columns-rectangle-line):
14385 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14386 (diff-unified->context):
14387 * ediff-init.el (ediff-abbrev-jobname):
14388 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14389 (ediff-replace-session-activity-marker-in-meta-buffer):
14390 * info.el (Info-summary):
14391 * lpr.el (printify-region):
14392 * printing.el (pr-create-interface):
14393 * ps-print.el (ps-print-quote):
14394 * ses.el (ses-column-widths, ses-print-cell)
14395 (ses-adjust-print-width, ses-center):
14396 * shell.el (shell-file-name-quote-list):
14397 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14398 (strokes-fill-current-buffer-with-whitespace)
14399 (strokes-xpm-for-stroke, strokes-list-strokes)
14400 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14401 * term.el (term-dynamic-list-input-ring)
14402 (term-dynamic-list-completions):
14403 * calc/calc.el (math-format-stack-value):
14404 * emacs-lisp/edebug.el (edebug-display-freq-count):
14405 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14406 (delphi-new-comment-line):
14407 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14408 * progmodes/executable.el (executable-set-magic):
14409 * progmodes/python.el (inferior-python-mode):
14410 * progmodes/scheme.el (scheme-mode-syntax-table):
14411 * progmodes/sh-script.el (sh-maybe-here-document):
14412 * progmodes/sql.el (sql-copy-column):
14413 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14414 * textmodes/bibtex.el (bibtex-mode):
14415 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14416 (sgml-auto-attributes):
14417 * textmodes/table.el (table-insert, table-shorten-cell)
14418 (table--generate-source-scan-lines, table-delete-row)
14419 (*table--cell-delete-char, table--spacify-frame)
14420 (table--horizontally-shift-above-and-below)
14421 (table--cell-insert-char, table--cell-blank-str)
14422 (table--fill-region-strictly):
14423 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14424 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14425
14426 * add-log.el (change-log):
14427 * apropos.el (apropos):
14428 * comint.el (comint-completion, comint-source):
14429 * dabbrev.el (dabbrev):
14430 * delim-col.el (columns):
14431 * diff-mode.el (diff-mode):
14432 * ediff.el (ediff):
14433 * ediff-diff.el (ediff-diff):
14434 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14435 * ediff-mult.el (ediff-mult):
14436 * ediff-ptch.el (ediff-ptch):
14437 * ediff-wind.el (ediff-window):
14438 * facemenu.el (facemenu):
14439 * indent.el (indent):
14440 * info.el (info):
14441 * jka-cmpr-hook.el (compression, jka-compr):
14442 * lpr.el (lpr):
14443 * outline.el (outlines):
14444 * pcmpl-cvs.el (pcmpl-cvs):
14445 * pcmpl-rpm.el (pcmpl-rpm):
14446 * printing.el (printing):
14447 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14448 (ps-print-vertical, ps-print-headers, ps-print-font)
14449 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14450 (ps-print-background, ps-print-printer, ps-print-page)
14451 (ps-print-miscellany):
14452 * ses.el (ses):
14453 * shell.el (shell, shell-directories, shell-faces):
14454 * startup.el (initialization):
14455 * strokes.el (strokes):
14456 * term.el (term):
14457 * uniquify.el (uniquify):
14458 * w32-vars.el (w32):
14459 * calc/calc.el (calc):
14460 * emacs-lisp/bytecomp.el (bytecomp):
14461 * emacs-lisp/cl-indent.el (lisp-indent):
14462 * emacs-lisp/edebug.el (edebug):
14463 * emacs-lisp/elp.el (elp):
14464 * emacs-lisp/testcover.el (testcover):
14465 * emacs-lisp/trace.el (trace):
14466 * emulation/viper-ex.el (viper-ex):
14467 * emulation/viper-mous.el (viper-mouse):
14468 * mail/mailalias.el (mailalias):
14469 * mail/supercite.el (supercite, supercite-frames)
14470 (supercite-attr, supercite-cite, supercite-hooks):
14471 * net/rcompile.el (remote-compile):
14472 * net/rlogin.el (rlogin):
14473 * obsolete/ooutline.el (outlines):
14474 * progmodes/delphi.el (delphi):
14475 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14476 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14477 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14478 (ebnf-optimization):
14479 * progmodes/etags.el (etags):
14480 * progmodes/executable.el (executable):
14481 * progmodes/idlwave.el (idlwave):
14482 * progmodes/pascal.el (pascal):
14483 * progmodes/prolog.el (prolog):
14484 * progmodes/python.el (python):
14485 * progmodes/scheme.el (scheme):
14486 * progmodes/sh-script.el (sh, sh-script):
14487 * progmodes/sql.el (SQL):
14488 * progmodes/tcl.el (tcl):
14489 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14490 * textmodes/enriched.el (enriched):
14491 * textmodes/makeinfo.el (makeinfo):
14492 * textmodes/sgml-mode.el (sgml):
14493 * textmodes/table.el (table-hooks):
14494 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14495 * textmodes/texinfo.el (texinfo):
14496 * textmodes/two-column.el (two-column):
14497 Finish `defgroup' description with period.
14498
14499 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14500 * eshell/esh-var.el (eshell-var):
14501 * progmodes/vhdl-mode.el (vhdl-testbench):
14502 * textmodes/org.el (org): Fix typos in docstrings.
14503
14504 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14505 consistency.
14506
14507 * progmodes/flymake.el (flymake-find-file): Remove.
14508 (flymake-float-time): Use `with-no-warnings'.
14509 (flymake-check-start-time, flymake-check-was-interrupted)
14510 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14511 (flymake-new-err-info): `defvar' at compile time.
14512
14513 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * replace.el (occur-hook): Doc fix.
14516 (occur-1): Don't call `occur-hook' if there are no matches.
14517
14518 2005-07-03 Richard M. Stallman <rms@gnu.org>
14519
14520 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14521 global-map, save the same map.
14522 (global-map): Don't alter it at top level.
14523 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14524 Then alter it here instead.
14525 (tpu-edt-off): Set global-map to the saved one.
14526
14527 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14528 All references simplified.
14529 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14530 (zmacs-regions): Add defvar.
14531 (repeat-complex-command-map): Everything about that deleted.
14532
14533 * textmodes/artist.el (artist-key-is-drawing)
14534 (artist-key-endpoint1, artist-key-poly-point-list)
14535 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14536 (artist-key-compl-table, artist-rb-save-data)
14537 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14538 Don't put them in eval-when-compile.
14539 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14540
14541 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14542 Use with-no-warnings.
14543
14544 * net/browse-url.el (dos-windows-version): Add defvar.
14545
14546 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14547
14548 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14549 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14550 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14551 Add defvar.
14552 (rmail-summary-beginning-of-message): Use with-no-warnings.
14553 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14554
14555 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14556 Use with-no-warnings.
14557
14558 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14559 (c-mark-function): Add point-moving-unit property.
14560 (vi-goto-line): Use with-no-warnings.
14561
14562 * emulation/edt.el (edt-last-copied-word): Add defvar.
14563 (zmacs-region-stays): Likewise.
14564 (edt-mark-section-wisely): Use c-mark-function for C.
14565 Use makr-defun for Fortran.
14566 (time-string): defvar deleted.
14567 (edt-display-the-time): Don't set time-string.
14568
14569 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14570
14571 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14572 Don't warn when name is not constant
14573 or for defining the group `emacs'.
14574
14575 * tooltip.el (gud-tooltip-mode): Add defvar.
14576
14577 * startup.el (default-frame-background-mode): Add defvar.
14578
14579 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14580
14581 * info.el (tool-bar-map): Add defvar.
14582
14583 * dired.el (dnd-protocol-alist): Add defvar.
14584
14585 * dired-aux.el (dired-query): Display question with answer, when
14586 the user answers.
14587
14588 * custom.el (custom-add-option): Doc fix.
14589
14590 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14591
14592 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14593
14594 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14595 bogus name from the last change.
14596
14597 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14598
14599 * custom.el (custom-declare-variable): Fix typos in comment.
14600 (custom-known-themes): Doc fix.
14601 (custom-theme-directory): New defcustom.
14602 (require-theme): Make it check `custom-theme-directory'.
14603
14604 * cus-theme.el (custom-new-theme-mode): New function.
14605 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14606 (custom-theme-description): Add compiler defvars.
14607 (customize-create-theme): Add doc to the "*New Custom Theme*"
14608 buffer. Use `custom-new-theme-mode'.
14609 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14610 and save it to the `custom-theme-directory'. Make this the
14611 default directory of the buffer.
14612
14613 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14614
14615 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14616 Fix unbalanced parentheses.
14617
14618 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14621 into flymake-mode and delegate to flymake-mode.
14622
14623 * find-file.el (ff-which-function-are-we-in): Clean up.
14624
14625 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14626
14627 * replace.el (occur-rename-buffer): Fix docstring.
14628
14629 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14630 (edt-last-copied-word, edt-learn-macro-count)
14631 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14632 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14633 (time-string, zmacs-region-stays):
14634 * emulation/edt-mapper.el (edt-save-function-key-map)
14635 (EDT-key-name): `defvar' to silence the byte-compiler.
14636
14637 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14638
14639 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14640 font-lock-regexp-backslash. Doc fix.
14641 (font-lock-regexp-backslash-grouping-construct): Rename from
14642 font-lock-regexp-backslash-construct. Doc fix.
14643 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14644 grouping constructs.
14645
14646 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14647
14648 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14649 updating all the prerequisites.
14650
14651 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14652
14653 * textmodes/org.el (org-agenda-start-on-weekday)
14654 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14655 (org-agenda-use-time-grid, org-archive-location)
14656 (org-allow-space-in-links, org-usenet-links-prefer-google)
14657 (org-enable-table-editor, org-export-default-language)
14658 (org-export-html-show-new-buffer, org-fill-paragraph)
14659 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14660 (org-goto-quit, org-occur, org-eval-in-calendar)
14661 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14662 (org-agenda-diary-entry, org-remember-help)
14663 (org-table-convert-region, org-at-table-p)
14664 (org-table-move-row-down, org-table-move-row-up)
14665 (org-table-copy-region, org-table-toggle-vline-visibility)
14666 (org-table-get-stored-formulas, org-table-get-specials)
14667 (org-recalc-commands, org-table-eval-formula)
14668 (org-table-formula-substitute-names, orgtbl-make-binding)
14669 (org-format-org-table-html, org-format-table-table-html)
14670 (org-format-table-table-html-using-table-generate-source)
14671 (org-customize): Fix typos in docstrings.
14672 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14673 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14674 (org-back-to-heading): Doc fixes.
14675 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14676 (org-agenda-change-all-lines, org-get-header):
14677 Improve argument/docstring consistency.
14678 (orgtbl-error): Fix error message.
14679
14680 * progmodes/flymake.el (flymake-find-possible-master-files)
14681 (flymake-master-file-compare, flymake-get-line-err-count)
14682 (flymake-highlight-line, flymake-gui-warnings-enabled):
14683 Fix typos in docstrings.
14684 (flymake-parse-line, flymake-get-project-include-dirs-function)
14685 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14686 Doc fixes.
14687 (flymake-get-project-include-dirs-function)
14688 (flymake-make-err-menu-data):
14689 Improve argument/docstring consistency.
14690
14691 2005-07-01 Lute Kamstra <lute@gnu.org>
14692
14693 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14694 Catch errors with ignore-errors. Use temporary buffer.
14695 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14696
14697 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14698 background color faces.
14699 (facemenu-set-foreground, facemenu-set-background):
14700 Use facemenu-set-face-from-menu.
14701 (facemenu-set-face-from-menu): Treat face names that start with
14702 "fg:" or "bg:" as special.
14703 (facemenu-add-new-color): Don't create faces. Simplify.
14704
14705 2005-06-30 Richard M. Stallman <rms@gnu.org>
14706
14707 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14708 (crm-find-current-element): Likewise.
14709
14710 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14711
14712 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14713
14714 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14717 (archive-mouse-extract): Make it an obsolete alias.
14718 (archive-mode-map): Don't use archive-mouse-extract any more.
14719 (archive-mode, archive-extract): write-contents-hooks ->
14720 write-contents-functions.
14721 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14722 first arg.
14723 (archive-rename-entry): Update the call.
14724 (archive-zip-summarize): Remove unused var `method'.
14725 (archive-lzh-summarize): Remove unused var `creator'.
14726
14727 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14728 dedicated frame upon exit.
14729
14730 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14731 (archive-zip-extract, archive-zip-expunge)
14732 (archive-zip-update, archive-zip-update-case): Use executable-find.
14733 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14734 Use restore-buffer-modified-p.
14735 (archive-extract, archive-add-new-member, archive-write-file-member):
14736 Use with-current-buffer.
14737 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14738
14739 2005-06-30 Andreas Schwab <schwab@suse.de>
14740
14741 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14742
14743 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14744
14745 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14746
14747 2005-06-30 Juri Linkov <juri@jurta.org>
14748
14749 * faces.el (vertical-border): Inherit from mode-line-inactive
14750 only on tty.
14751
14752 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14755 example, -NLINES in the `occur' docstring).
14756
14757 * replace.el (occur-1): When no matches are found, do not set the
14758 `buffer-read-only' and modified flags for the occur buffer,
14759 because it is deleted.
14760
14761 * emulation/cua-base.el (cua-check-pending-input)
14762 (cua-repeat-replace-region, cua-mode, cua-debug)
14763 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14764 Fix typos in docstrings.
14765
14766 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14767 (cua-cut-region-to-global-mark)
14768 (cua--cut-rectangle-to-global-mark):
14769 Remove period from end of messages.
14770
14771 * emulation/cua-rect.el (cua-do-rectangle-padding):
14772 Remove period from end of messages.
14773 (cua--rectangle-seq-format): Fix typo in docstring.
14774 (cua-sequence-rectangle, cua-fill-char-rectangle):
14775 Improve argument/docstring consistency.
14776
14777 2005-06-29 Juri Linkov <juri@jurta.org>
14778
14779 * faces.el (default-frame-background-mode): New internal variable.
14780 (frame-set-background-mode): Use it.
14781
14782 * startup.el (normal-top-level): Set default-frame-background-mode
14783 instead of frame-background-mode. Before setting it, test for its
14784 nil value. Remove tests for frame-background-mode and frame
14785 parameter `reverse'. Add test for "unspecified-fg".
14786
14787 * term/xterm.el (xterm-rxvt-set-background-mode):
14788 * term/rxvt.el (rxvt-set-background-mode):
14789 Set default-frame-background-mode instead of frame-background-mode.
14790
14791 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14792
14793 * simple.el (set-variable): Warn about obsolete user variables.
14794
14795 * imenu.el (imenu--completion-buffer):
14796 * mouse.el (mouse-buffer-menu-alist):
14797 * msb.el (msb-invisible-buffer-p):
14798 * calendar/diary-lib.el (diary-header-line-format):
14799 * emacs-lisp/pp.el (pp-buffer):
14800 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14801 * textmodes/picture.el (picture-replace-match):
14802 Change space constants followed by a sexp to "?\s ".
14803
14804 * play/decipher.el (decipher-loop-with-breaks):
14805 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14806 constants "protected" from end of line by a comment to "?\s".
14807
14808 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * font-lock.el (save-buffer-state): Use `declare'.
14811
14812 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14813 reset the syntax-table to cperl-mode-syntax-table.
14814 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14815 "foo_print_bar" is not matched as a reserved keyword.
14816
14817 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14818
14819 * textmodes/org.el (orgtbl-setup): New function, for delayed
14820 setup for the orgtbl commands.
14821 (org-calc-default-modes): New option.
14822 (orgtbl-make-binding): Use `defun' to get better help display.
14823 (org-diary): Call `org-compile-prefix-format'.
14824 (org-table-formula-substitute-names): New function.
14825 (org-agenda-day-view, org-agenda-week-view): New commands.
14826 (org-agenda-toggle-week-view): Command removed.
14827 (org-tbl-menu): Split off from org-org-menu.
14828 (org-mode): Move removal of outline-mode menus to here.
14829 (org-table-formula-debug): New option.
14830 (org-table-insert-row): Keep first field if just "#" or "*".
14831 (org-mode): Paragraph regexps fixed.
14832 (org-table-recalculate-regexp): New constant.
14833 (org-table-justify-field-maybe): Avoid replace if not necessary.
14834 (org-copy-special, org-cut-special): Use `call-interactively'.
14835 (org-table-copy-region): Take region from `interactive' call.
14836 (org-trim): Return string even if no match.
14837 (org-formula): New face.
14838 (org-set-font-lock-defaults): No longer highlight "FIXME".
14839 But highlight formula-related fields in table.
14840 (org-table-p): Use regexp, not fontification.
14841 (org-table-align): Handle white space at end of line.
14842 (org-table-formula-evaluate-inline): New option.
14843 (org-mode): Auto-wrapping in comment lines turned off.
14844 (org-table-copy-down): Evaluate only in copied field, not in
14845 destination.
14846 (org-table-current-formula): Variable removed.
14847 (org-table-store-formulas, org-table-get-stored-formulas)
14848 (org-table-modify-formulas, org-table-replace-in-formulas)
14849 (org-table-maybe-eval-formula): New functions.
14850 (org-table-get-formula): Modify to use stored formulas.
14851 (org-table-insert-column, org-table-delete-column)
14852 (org-table-move-column): Call `org-table-modify-formulas'.
14853 (org-complete): Add completion for keyword formulas.
14854 (orgtbl-mode): Pull orgtbl-mode-map to start of
14855 minor-mode-map-alist.
14856
14857 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14858
14859 * progmodes/python.el (python-check): Require `compile' before
14860 modifying its variables.
14861
14862 * newcomment.el (comment-indent-default): Don't get fooled by an early
14863 end of buffer.
14864
14865 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14866
14867 * ps-print.el (ps-print-version): Fix version number.
14868
14869 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14870
14871 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14872
14873 2005-06-28 Richard M. Stallman <rms@gnu.org>
14874
14875 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14876 (flyspell-local-mouse-map): Declaration deleted.
14877 (flyspell-mouse-map): Bind only mouse-2.
14878 (flyspell-mode-map): Don't test flyspell-use-local-map.
14879 (flyspell-overlay-keymap-property-name): Var deleted.
14880 (flyspell-mode-on): Don't make local bindings for
14881 flyspell-mouse-map and flyspell-mode-map.
14882 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14883
14884 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14885
14886 * progmodes/compile.el (compilation-next-error-function):
14887 Don't switch buffers; operate on the current buffer.
14888
14889 * progmodes/compile.el (compilation-error-file-name)
14890 (compilation-warning-file-name, compilation-info-file-name)
14891 (compilation-line-number, compilation-column-number): New faces.
14892 (compilation-error-face, compilation-warning-face)
14893 (compilation-info-face, compilation-line-face)
14894 (compilation-column-face): Use them.
14895
14896 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14897
14898 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14899
14900 * bindings.el (global-map): Bind insertchar and its variants.
14901
14902 2005-06-27 Richard M. Stallman <rms@gnu.org>
14903
14904 * textmodes/artist.el (artist-text-overwrite)
14905 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14906
14907 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14908
14909 * ps-print.el: It was not working the page selection for printing.
14910 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14911 (ps-print-version): New version 6.6.7.
14912 (ps-end-sheet): New fun.
14913 (ps-header-sheet, ps-end-job): Call it.
14914
14915 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14916
14917 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14918
14919 2005-06-27 Lute Kamstra <lute@gnu.org>
14920
14921 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14922 background color faces.
14923 (facemenu-get-face): Delete function.
14924 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14925 (facemenu-add-new-color): Make second argument mandatory.
14926 Create the appropriate face and return it. Simplify.
14927 (facemenu-set-foreground, facemenu-set-background): Don't check if
14928 color is defined. Use return value of facemenu-add-new-color.
14929
14930 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14931
14932 * progmodes/gud.el (gud-filter): Add missing argument to
14933 with-selected-window.
14934
14935 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14938 a :require to the defcustom.
14939
14940 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14941 defcustoms corresponding to minor modes.
14942
14943 2005-06-26 David Ponce <david@dponce.com>
14944
14945 * recentf.el: Require tree-widget instead of wid-edit.
14946 (recentf-filename-handler): Fix widget :type.
14947 (recentf-cancel-dialog, recentf-open-more-files)
14948 (recentf-open-files-action): Doc fix.
14949 (recentf-dialog-goto-first): New function.
14950 (recentf-dialog-mode-map): Set parent keymap first.
14951 (recentf-dialog-mode): Define with define-derived-mode.
14952 Don't display continuation lines in dialogs.
14953 (recentf-edit-list): Rename from recentf-edit-selected-items.
14954 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14955 Simplify.
14956 (recentf-edit-list-validate): New function.
14957 (recentf-edit-list): Update accordingly.
14958 (recentf-open-files-item-shift): Remove.
14959 (recentf-open-files-item): Convert menu elements into tree and
14960 link widgets. Don't create the widgets.
14961 (recentf-open-files): Update accordingly.
14962 (recentf-save-list): Untabify.
14963
14964 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14965
14966 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14967 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14968 partially contained in the active region. Do not take active
14969 region into account when called from Lisp, unless INTERACTIVE arg
14970 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14971 avoid trouble with fields. Make marker point nowhere when no
14972 longer used. Always return nil. Doc fix.
14973 (flush-lines): Add INTERACTIVE arg. Do not take active region
14974 into account when called from Lisp, unless INTERACTIVE arg is
14975 non-nil. Use `forward-line' instead of `beginning-of-line' to
14976 avoid trouble with fields. Make marker point nowhere when no
14977 longer used. Always return nil. Doc fix.
14978 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14979 interchangeable. Do not take active region into account when
14980 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14981 message in echo area when called from Lisp, unless INTERACTIVE arg
14982 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14983 Return the number of matches. Doc fix.
14984 (occur): Doc fix.
14985 (perform-replace): Make comment follow double space convention for
14986 the sake of `outline-minor-mode'.
14987
14988 * faces.el (facep): Doc fix.
14989
14990 2005-06-25 Richard M. Stallman <rms@gnu.org>
14991
14992 * facemenu.el (facemenu-enable-faces-p): New function.
14993 (facemenu-background-menu, facemenu-foreground-menu)
14994 (facemenu-face-menu): Add menu-enable property.
14995
14996 * jka-compr.el (jka-compr-insert-file-contents):
14997 Special handling if cannot find the uncompression program.
14998
14999 * cus-face.el (custom-face-attributes): Add autoload.
15000
15001 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15002 Bind comment-indent-function locally.
15003
15004 * window.el (save-selected-window): Use save-current-buffer.
15005
15006 * subr.el (with-selected-window): Use save-current-buffer.
15007
15008 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15009 and with-current-buffer.
15010
15011 2005-06-24 Richard M. Stallman <rms@gnu.org>
15012
15013 * simple.el (line-move-1): Fix previous change.
15014
15015 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15016
15017 * replace.el (occur-1): Set `buffer-read-only' and the
15018 buffer-modified flag before running `occur-hook' to protect
15019 against unintentional buffer switches that can lead to data loss.
15020
15021 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15022
15023 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15024 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15025 initial error.
15026
15027 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15028 after fresh input.
15029 (gdb-var-create-handler): Put name of expression in quotes.
15030
15031 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15032
15033 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15034 elements of RING in order, and without bogus nil elements.
15035
15036 2005-06-23 Richard M. Stallman <rms@gnu.org>
15037
15038 * simple.el (set-variable): Args renamed; doc fix.
15039 (line-move-1): When there are overlays around, use vertical-motion.
15040
15041 * faces.el (escape-glyph): Use brown against light background.
15042 (nobreak-space): Rename from no-break-space.
15043 Fix previous change.
15044
15045 * dired-aux.el (dired-do-copy): Fix arg prompt.
15046
15047 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15048
15049 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15050
15051 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15052 rather than "Distributor".
15053
15054 2005-06-23 Lute Kamstra <lute@gnu.org>
15055
15056 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15057 (debug-on-entry): Use it. New interactive declaration that uses
15058 function-called-at-point.
15059
15060 2005-06-23 Kim F. Storm <storm@cua.dk>
15061
15062 * subr.el (save-match-data): Add comment about using evaporate arg
15063 to set-match-data.
15064
15065 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15066
15067 * cus-edit.el (customize-face)
15068 (customize-face-other-window): Handle face aliases.
15069
15070 * faces.el (face-documentation, set-face-attribute)
15071 (face-spec-set): Handle face aliases.
15072
15073 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15074
15075 * help-mode.el (help-make-xrefs): If a symbol representing a face
15076 name is not followed by the word "face", it could still be a
15077 function or variable name, so don't bypass other checks.
15078
15079 2005-06-22 Juri Linkov <juri@jurta.org>
15080
15081 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15082 Replace aliased functions with calls where second arg `inherit' is t.
15083
15084 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15085
15086 * progmodes/gdb-ui.el (gdb-error): New variable.
15087 (gdb-error): New function.
15088 (gdb-annotation-rules): Act on error-begin and error annotations.
15089 (gdb-concat-output): Use font-lock-warning-face for errors.
15090
15091 2005-06-22 Miles Bader <miles@gnu.org>
15092
15093 * bindings.el (propertized-buffer-identification): Use renamed
15094 `Buffer-menu-buffer' face.
15095
15096 * faces.el (vertical-border): Rename from `vertical-divider'.
15097 (escape-glyph): Change dark-background color back to `cyan'.
15098
15099 2005-06-21 Juri Linkov <juri@jurta.org>
15100
15101 * faces.el (face-user-default-spec): Try getting `customized-face'
15102 prior to `saved-face'.
15103 (frame-background-mode): Refill docstring.
15104
15105 * emacs-lisp/lisp-mode.el (eval-defun-1):
15106 * emacs-lisp/edebug.el (edebug-eval-defun):
15107 Set `saved-face' temporarily to nil before calling form.
15108 Set `customized-face' to the new spec after that.
15109
15110 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15111
15112 * subr.el (1value, lambda, key-substitution-in-progress):
15113 Doc fixes.
15114
15115 * autoinsert.el (auto-insert-alist):
15116 * ses.el (ses-call-printer):
15117 * subr.el (noreturn):
15118 * emacs-lisp/lisp.el (check-parens):
15119 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15120 * net/browse-url.el (browse-url-mosaic):
15121 * progmodes/cc-defs.el (c-safe-scan-lists):
15122 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15123 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15124 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15125 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15126 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15127 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15128
15129 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15130
15131 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15132
15133 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15134
15135 * calendar/appt.el (appt-make-list): Activate the package, if
15136 not already active (for backwards compatibility).
15137
15138 2005-06-20 Kim F. Storm <storm@cua.dk>
15139
15140 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15141
15142 2005-06-20 Miles Bader <miles@gnu.org>
15143
15144 * faces.el (vertical-divider): New face.
15145
15146 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15147
15148 * simple.el (kill-whole-line): Doc fix.
15149 (next-error-buffer-p, next-error-find-buffer)
15150 (clone-indirect-buffer): Fix typos in docstrings.
15151 (comment-line-break-function): Doc fix: don't say variable
15152 is automatically buffer-local (it isn't).
15153
15154 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15155
15156 * net/tramp-ftp.el (top):
15157 * net/tramp-smb.el (top):
15158 * net/tramp-util.el (top):
15159 * net/tramp-uu.el (top):
15160 * net/tramp-vc.el (top):
15161 * net/tramp.el (top): Revert copyright years back to original
15162 ones. Tramp has a life outside GNU Emacs.
15163
15164 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15165
15166 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15167
15168 2005-06-18 Juri Linkov <juri@jurta.org>
15169
15170 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15171 end of first regexp to limit the match to the position between
15172 line number and source line with same separator character as used
15173 between file name and line number. In the second regexp limit
15174 mouse-face area to file name and line number by adding new group
15175 for them and referring it in HYPERLINK arg.
15176 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15177 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15178 previous line where grep markers may be already removed.
15179
15180 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15181
15182 * progmodes/ps-mode.el: Update version and maintainer's email address.
15183
15184 2005-06-18 Steve Youngs <steve@xemacs.org>
15185
15186 * net/browse-url.el (browse-url-browser-function)
15187 (browse-url-default-browser): Add firefox.
15188 (browse-url-firefox-program, browse-url-firefox-arguments)
15189 (browse-url-firefox-startup-arguments)
15190 (browse-url-firefox-new-window-is-tab): New defcustoms.
15191 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15192
15193 2005-06-17 Richard M. Stallman <rms@gnu.org>
15194
15195 * startup.el (command-line): Warn if specified user name has
15196 no home directory.
15197
15198 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15199 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15200
15201 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15202 Doc fixes.
15203
15204 * faces.el (underline): Try bold if terminal doesn't support underline.
15205
15206 * mail/sendmail.el (mail-setup-with-from): New variable.
15207 (mail-insert-from-field): New function.
15208 (sendmail-send-it): Call it.
15209 (mail-setup): Optionally call it here.
15210
15211 * term/linux.el: Call tty-no-underline.
15212
15213 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15214
15215 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15216
15217 2005-06-17 Miles Bader <miles@gnu.org>
15218
15219 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15220 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15221 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15222 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15223 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15224 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15225 Remove "-face" suffix from face names.
15226 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15227 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15228 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15229 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15230 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15231 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15232 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15233 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15234 New backward-compatibility aliases for renamed faces.
15235 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15236 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15237 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15238 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15239 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15240 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15241 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15242 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15243 Use renamed ediff faces.
15244
15245 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15246 Remove "-face" suffix from face names.
15247 (eshell-test-ok-face, eshell-test-failed-face):
15248 New backward-compatibility aliases for renamed faces.
15249 (eshell-run-test): Use renamed eshell-test faces.
15250
15251 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15252 face name.
15253 (eshell-prompt-face): New backward-compatibility alias for renamed
15254 face.
15255 (eshell-emit-prompt): Use renamed eshell-prompt face.
15256
15257 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15258 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15259 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15260 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15261 Remove "-face" suffix from face names.
15262 (eshell-ls-directory-face, eshell-ls-symlink-face)
15263 (eshell-ls-executable-face, eshell-ls-readonly-face)
15264 (eshell-ls-unreadable-face, eshell-ls-special-face)
15265 (eshell-ls-missing-face, eshell-ls-archive-face)
15266 (eshell-ls-backup-face, eshell-ls-product-face)
15267 (eshell-ls-clutter-face):
15268 New backward-compatibility aliases for renamed faces.
15269 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15270
15271 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15272 Remove "-face" suffix from face name.
15273 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15274 instead of literal face.
15275
15276 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * emacs-lisp/warnings.el (display-warning, lwarn)
15279 (warning-minimum-log-level): Doc fixes.
15280 (warning-minimum-level, warning-minimum-log-level):
15281 Add :debug to :type choices.
15282
15283 * progmodes/ada-mode.el (ada-format-paramlist)
15284 (ada-get-indent-case, ada-check-matching-start)
15285 (ada-check-defun-name, ada-goto-matching-decl-start)
15286 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15287 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15288 (ada-make-subprogram-body): Follow error conventions.
15289 (ada-case-exception-file, ada-indent-comment-as-code)
15290 (ada-indent-handle-comment-special, ada-indent-renames)
15291 (ada-indent-return, ada-search-directories-internal)
15292 (ada-tab-policy, ada-case-exception-substring)
15293 (ada-other-file-alist, ada-matching-start-re)
15294 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15295 (ada-imenu-generic-expression, ada-compile-goto-error)
15296 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15297 (ada-popup-menu, ada-add-extensions, ada-mode)
15298 (ada-region-selected, ada-create-case-exception)
15299 (ada-create-case-exception-substring, ada-after-keyword-p)
15300 (ada-activate-keys-for-case, ada-adjust-case-region)
15301 (ada-adjust-case-buffer, ada-format-paramlist)
15302 (ada-scan-paramlist, ada-insert-paramlist)
15303 (ada-indent-newline-indent)
15304 (ada-indent-newline-indent-conditional)
15305 (ada-justified-indent-current, ada-goto-previous-word)
15306 (ada-indent-current, ada-get-indent-open-paren)
15307 (ada-get-indent-paramlist, ada-get-indent-end)
15308 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15309 (ada-get-indent-block-start, ada-get-indent-subprog)
15310 (ada-get-indent-noindent, ada-get-indent-label)
15311 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15312 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15313 (ada-goto-stmt-end, ada-goto-next-word)
15314 (ada-check-matching-start, ada-check-defun-name)
15315 (ada-goto-matching-decl-start, ada-goto-matching-start)
15316 (ada-goto-matching-end, ada-search-ignore-string-comment)
15317 (ada-in-decl-p, ada-looking-at-semi-or)
15318 (ada-looking-at-semi-private, ada-in-paramlist-p)
15319 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15320 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15321 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15322 (ada-previous-package, ada-create-menu)
15323 (ada-fill-comment-paragraph-justify)
15324 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15325 (ada-other-file-name, ada-last-which-function-line)
15326 (ada-last-which-function-subprog, ada-which-function)
15327 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15328 (ada-gen-treat-proc, ada-check-emacs-version)
15329 (ada-continuation-indent, ada-align-region-separate):
15330 Fix typos in docstrings.
15331 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15332
15333 2005-06-16 Lute Kamstra <lute@gnu.org>
15334
15335 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15336 conditionally.
15337
15338 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15339
15340 * comint.el (comint-replace-by-expanded-filename)
15341 (comint-prompt-regexp, comint-delimiter-argument-list)
15342 (comint-preinput-scroll-to-bottom):
15343 * info.el (Info-hide-cookies-node):
15344 * ls-lisp.el (ls-lisp-classify):
15345 * find-file.el (ff-search-directories, ff-special-constructs)
15346 (ff-find-other-file):
15347 * font-lock.el (font-lock-keywords):
15348 * shell.el (shell-prompt-pattern)
15349 (shell-dynamic-complete-functions, shell-mode)
15350 (shell-delimiter-argument-list):
15351 * term.el (term-replace-by-expanded-filename)
15352 (term-prompt-regexp, term-delimiter-argument-list):
15353 * woman.el (woman-ignore, woman0-if):
15354 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15355 * emacs-lisp/elint.el (elint-init-env):
15356 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15357 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15358 * language/ethio-util.el (ethio-tilde-escape)
15359 (ethio-use-three-dot-question):
15360 * net/zone-mode.el (zone-mode-load-time-setup):
15361 * progmodes/cc-align.el (c-lineup-argcont):
15362 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15363 * progmodes/cperl-mode.el (cperl-set-style-back):
15364 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15365 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15366 Fix spellings in docstrings.
15367
15368 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15369 * progmodes/modula2.el (m2-for): Fix spellings.
15370
15371 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15372
15373 * simple.el (undo-more): Don't use `format' on `error' arguments.
15374 Improve argument/docstring consistency.
15375 (pending-undo-list): Doc fix.
15376
15377 * smerge-mode.el (smerge-ensure-match):
15378 * emulation/vip.el (vip-ex):
15379 * net/zone-mode.el (zone-mode-update-serial):
15380 * progmodes/idlwave.el (idlwave-complete):
15381 * progmodes/vhdl-mode.el (vhdl-visit-file)
15382 (vhdl-compose-wire-components):
15383 Don't use `format' on `error' arguments.
15384
15385 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15386 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15387 (tooltip-help-tips): Fix typos in docstrings.
15388
15389 2005-06-16 David Ponce <david@dponce.com>
15390
15391 * tree-widget.el (tree-widget-value-create): Simplify last change.
15392
15393 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15394
15395 * ido.el (ido-incomplete-regexp): New variable.
15396 (ido-set-matches-1): Handle invalid-regexp error and set
15397 ido-incomplete-regexp.
15398 (ido-incomplete-regexp): New face.
15399 (ido-completions): Use it.
15400 (ido-complete, ido-exit-minibuffer, ido-completions):
15401 Handle incomplete regexps.
15402 (ido-completions): Add check for complete match when entering a regexp.
15403
15404 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15407
15408 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15409
15410 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15411 by field delimiters.
15412
15413 2005-06-15 David Ponce <david@dponce.com>
15414
15415 * tree-widget.el: eval-and-compile inlined functions so they will
15416 be available at run-time too.
15417 (tree-widget-super-format-handler)
15418 (tree-widget-format-handler): Remove.
15419 (tree-widget-value-create): Handle the :indent property.
15420
15421 2005-06-15 Miles Bader <miles@gnu.org>
15422
15423 * progmodes/which-func.el (which-func): Only inherit
15424 `font-lock-function-name-face' when that makes sense against the
15425 default mode-line face, otherwise set the face color explicitly.
15426
15427 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15428 faces instead of (non-existent) variables.
15429
15430 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15433 (iswitchb-get-matched-buffers): Likewise. Simplify.
15434
15435 2005-06-14 Miles Bader <miles@gnu.org>
15436
15437 * progmodes/ld-script.el (ld-script-location-counter):
15438 Remove "-face" suffix from face name.
15439 (ld-script-location-counter-face):
15440 New backward-compatibility alias for renamed face.
15441 (ld-script-location-counter-face): Use renamed face.
15442
15443 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15444 (cperl-hash): Remove "-face" suffix from face names.
15445 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15446 New backward-compatibility aliases for renamed faces.
15447 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15448 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15449
15450 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15451 name.
15452 (which-func-face): New backward-compatibility alias for renamed face.
15453 (which-func-format): Use renamed which-func face.
15454
15455 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15456 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15457 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15458 names.
15459 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15460 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15461 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15462 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15463 (vhdl-speedbar-architecture-selected)
15464 (vhdl-speedbar-configuration-selected)
15465 (vhdl-speedbar-package-selected)
15466 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15467 names.
15468 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15469 Use renamed faces.
15470 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15471 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15472 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15473 Use renamed faces.
15474 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15475 names.
15476 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15477 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15478 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15479 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15480 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15481 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15482
15483 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15484 face name.
15485 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15486 (sh-heredoc-face): Use renamed sh-heredoc face.
15487
15488 * progmodes/idlw-help.el (idlwave-help-link):
15489 Remove "-face" suffix from face name.
15490 (idlwave-help-link-face):
15491 New backward-compatibility alias for renamed face.
15492 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15493
15494 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15495 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15496 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15497 New backward-compatibility aliases for renamed faces.
15498 (idlwave-shell-disabled-breakpoint-face)
15499 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15500
15501 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15502 Remove "-face" suffix from face names.
15503 (flymake-errline-face, flymake-warnline-face):
15504 New backward-compatibility aliases for renamed faces.
15505 (flymake-highlight-line): Use renamed flymake faces.
15506
15507 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15508 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15509 (ebrowse-member-class, ebrowse-progress):
15510 Remove "-face" suffix from face names.
15511 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15512 (ebrowse-file-name-face, ebrowse-default-face)
15513 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15514 (ebrowse-progress-face):
15515 New backward-compatibility aliases for renamed faces.
15516 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15517 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15518 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15519 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15520
15521 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15522 antlr-syntax)
15523 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15524 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15525 names.
15526 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15527 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15528 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15529 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15530 backward-compatibility aliases for renamed faces.
15531 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15532 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15533 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15534 remove "font-lock-". Use renamed antlr-mode faces.
15535 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15536 literal face-names with face variable references.
15537
15538 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15539 face name.
15540 (Buffer-menu-buffer-face): New backward-compatibility alias for
15541 renamed face.
15542 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15543
15544 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15545
15546 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15547 Eliminate "-face" suffix.
15548 (makefile-targets): Inherit from font-lock-function-name-face and
15549 eliminate "-face" suffix.
15550 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15551 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15552 actions, instead of prepending, to make it less visible.
15553 (makefile-previous-dependency, makefile-match-dependency):
15554 Don't match a target on a continuation line.
15555
15556 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15557
15558 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15559
15560 * progmodes/gdb-ui.el (menu): Re-order menu items.
15561 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15562
15563 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15564 Define in tooltip.el.
15565 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15566 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15567 gud-tooltip-echo-area.
15568
15569 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15570 backward compatibility and make obsolete.
15571 (tooltip-help-tips): Use tooltip-use-echo-area.
15572 (tooltip-show-help-function): Rename to...
15573 (tooltip-show-help): ...this, because it is a function.
15574 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15575
15576 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15577
15578 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15579 (edebug-print-length, edebug-print-level, edebug-print-circle)
15580 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15581 (edebug-eval-print-last-sexp): Doc fixes.
15582
15583 2005-06-14 Kim F. Storm <storm@cua.dk>
15584
15585 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15586 as the coverage buffer/file/both may change.
15587
15588 2005-06-14 Lute Kamstra <lute@gnu.org>
15589
15590 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15591 and run-mode-hooks. Simplify.
15592
15593 * mail/rmailedit.el (rmail-edit-mode):
15594 * progmodes/octave-inf.el (inferior-octave-mode):
15595 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15596
15597 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15598 and run-mode-hooks.
15599 (recentf-edit-list, recentf-open-files): Don't call
15600 kill-all-local-variables directly.
15601
15602 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15603
15604 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15605
15606 * emacs-lisp/byte-run.el (make-obsolete)
15607 (define-obsolete-function-alias): Rename arguments FUNCTION and
15608 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15609 (make-obsolete-variable, define-obsolete-variable-alias):
15610 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15611 respectively.
15612
15613 * isearchb.el (isearchb-activate):
15614 * pcvs.el (cvs-mode):
15615 * ses.el (ses-load):
15616 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15617 * net/tramp.el (tramp-find-file-exists-command)
15618 (tramp-find-shell):
15619 * progmodes/ada-mode.el (ada-create-case-exception)
15620 (ada-create-case-exception-substring, ada-make-subprogram-body):
15621 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15622 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15623 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15624 * textmodes/org.el (org-promote, org-evaluate-time-range)
15625 (org-agenda-next-date-line, org-agenda-previous-date-line)
15626 (org-agenda-error, org-open-at-point, org-table-move-row)
15627 (org-format-table-table-html-using-table-generate-source)
15628 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15629 * textmodes/reftex.el (reftex-access-scan-info):
15630 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15631 (reftex-toc-promote-prepare): Follow error conventions.
15632
15633 * diff-mode.el (diff-mode): Fix typo in docstring.
15634
15635 * forms.el (forms--intuit-from-file): Fix reference to
15636 `forms-number-of-fields' in error message.
15637 (forms-print): Fix quoting in error message.
15638
15639 * forms.el (forms-mode):
15640 * emulation/vi.el (vi-goto-insert-state):
15641 * progmodes/flymake.el (flymake-new-err-info)
15642 (flymake-start-syntax-check-for-current-buffer)
15643 (flymake-simple-cleanup):
15644 * eshell/esh-var.el (eshell/export):
15645 * progmodes/gud.el (xdb):
15646 * textmodes/flyspell.el (flyspell-incorrect-hook)
15647 (flyspell-maybe-correct-transposition)
15648 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15649
15650 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15651
15652 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15653 minibuffer prompt.
15654
15655 2005-06-13 Kim F. Storm <storm@cua.dk>
15656
15657 * subr.el (add-to-ordered-list): New defun.
15658
15659 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15660 add cua--keymap-alist to emulation-mode-map-alists.
15661
15662 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * subr.el (complete-in-turn): New macro.
15665 (dynamic-completion-table, lazy-completion-table): Add debug info.
15666
15667 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15668 in preference to face aliases.
15669
15670 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15671 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15672 Remove unused vars `start' and `firstline'.
15673 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15674 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15675
15676 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15677
15678 * cus-start.el (all): Don't complain about missing GTK-related
15679 variables, unless either `gtk' is boundp or this isn't a
15680 `windows-nt' build.
15681
15682 2005-06-13 Lute Kamstra <lute@gnu.org>
15683
15684 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15685 run-mode-hooks.
15686
15687 * ediff-mult.el (ediff-meta-mode):
15688 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15689
15690 * ledit.el (ledit-mode): Use delay-mode-hooks.
15691
15692 * woman.el (woman-mode-line-format): Delete constant.
15693 (woman-mode-map): Initialize it properly.
15694 (woman-mode): Set mode-class property to special.
15695 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15696 Set major-mode and mode-name. Don't set mode-line-format directly.
15697 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15698
15699 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15700 string argument obsolete.
15701
15702 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15703
15704 * textmodes/org.el (org-CUA-compatible): New option.
15705 (org-disputed-keys): New variable.
15706 (org-key): New function.
15707 (orgtbl-make-binding): Add docstring to the created function.
15708 (org-mode): Set paragraph start/separate regexps.
15709 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15710 (org-archive-location, org-archive-mark-done)
15711 (org-archive-stamp-time): New options.
15712 (org-archive-subtree): New command.
15713 (org-fill-paragraph): New function.
15714 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15715 (org-fake-empty-table-line): Function removed.
15716 (org-format-org-table-html): Do not create empty table lines at
15717 separator lines. Improved table header treatment.
15718 (org-link-format): New option.
15719 (org-make-link): New function.
15720 (org-insert-link, org-store-link): Use org-make-link.
15721 (org-open-file): Quote file name for shell command, to allow
15722 spaces in file names.
15723 (org-link-regexp): Fix bug with mailto link.
15724 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15725 New constants.
15726 (org-export-as-html): Deal with the optional angles around a link.
15727 Better treatment of file: links.
15728 (org-open-at-point): Replace @{ and @} with < and >.
15729 (org-run-mode-hooks): Function removed.
15730 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15731
15732 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15733
15734 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15735 MI command -data-list-register-values.
15736 (gdb-post-prompt): Indent properly.
15737
15738 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * hilit-chg.el (highlight-changes-colors): Rename from
15741 `highlight-changes-colours'.
15742 (highlight-changes-colours): Keep as obsolete alias.
15743 (highlight-changes-face-list): Doc fix.
15744 (hilit-chg-make-list): Use `highlight-changes-colors'.
15745
15746 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15747
15748 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15749 defun-prompt-regexp.
15750
15751 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15752
15753 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15754 and cygwin.
15755
15756 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15757 Don't use an old loaddefs.el, as in Makefile.in.
15758
15759 2005-06-12 Lute Kamstra <lute@gnu.org>
15760
15761 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15762
15763 * man.el (Man-mode-map): Initialize it properly.
15764 (Man-mode): Set mode-class property to special.
15765
15766 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15767
15768 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15769
15770 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15771 A newline is needed in the docstring there.
15772
15773 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15774 Doc fixes.
15775
15776 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15777
15778 * printing.el: Doc fix. The menubar is no more changed when printing
15779 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15780 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15781 (pr-version): New version number (6.8.4).
15782 (pr-menu-bind): New command.
15783 (pr-update-menus): Docstring and code fix.
15784 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15785 Docstring fix.
15786 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15787 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15788
15789 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15790
15791 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15792 "Returns" to "return", document useful return values, etc.
15793
15794 2005-06-11 Alan Mackenzie <acm@muc.de>
15795
15796 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15797 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15798 (adaptive-file-function): Minor amendment to doc-string.
15799
15800 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15801
15802 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15803 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15804 Fix :type--it is `integer', not `string'.
15805
15806 * faces.el (modeline-highlight): Rename from (the erroneous)
15807 `modeline-higilight'.
15808
15809 2005-06-11 Lute Kamstra <lute@gnu.org>
15810
15811 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15812 lisp-interaction-mode-map but make it the parent.
15813 (edebug-eval-mode): Use define-derived-mode.
15814
15815 2005-06-11 Andreas Schwab <schwab@suse.de>
15816
15817 * bindings.el: Add binding of `ESC functionkey' for every
15818 `M-functionkey'.
15819 * hexl.el (hexl-mode-map): Likewise.
15820
15821 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15822
15823 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15824 [msft]: update regexp for newer msft compilers.
15825
15826 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15827
15828 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15829 ATTLIST portions of included DTDs.
15830 (xml-parse-dtd): Eliminate use of inefficient match-data.
15831
15832 2005-06-10 Miles Bader <miles@gnu.org>
15833
15834 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15835 (mpuz-text): Remove "-face" suffix from face names.
15836 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15837 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15838 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15839
15840 * play/gomoku.el (gomoku-O, gomoku-X):
15841 Remove "-face" suffix from face names.
15842 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15843 New backward-compatibility aliases for renamed faces.
15844 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15845
15846 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15847
15848 * thumbs.el: Fixes for changes of 2005-06-09.
15849 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15850 as a directory.
15851 (thumbs-thumbname): Remove directory separator from format string;
15852 `thumbs-thumbsdir' now returns a valid directory name.
15853 (thumbs-temp-dir): New defsubst.
15854 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15855 Use it.
15856
15857 * cus-edit.el (minibuffer):
15858 * files.el (make-backup-file-name-function):
15859 * filesets.el (filesets-external-viewers):
15860 * hilit-chg.el (highlight-changes-colours)
15861 (highlight-changes-face-list, highlight-changes-rotate-faces):
15862 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15863 * kmacro.el (kmacro-call-macro):
15864 * log-edit.el (log-edit-changelog-full-paragraphs):
15865 * mouse.el (mouse-1-click-follows-link):
15866 * skeleton.el (skeleton-autowrap):
15867 * subr.el (insert-for-yank-1):
15868 * tempo.el (tempo-insert-region):
15869 * terminal.el (terminal-emulator):
15870 * time.el (display-time-mail-face):
15871 * vc.el (vc-annotate):
15872 * vcursor.el (vcursor-copy-line):
15873 * woman.el (woman-bold-headings, woman-ignore)
15874 (woman-default-faces, woman-monochrome-faces):
15875 * calendar/todo-mode.el (todo-insert-threshold):
15876 * emulation/pc-select.el (pc-select-selection-keys-only)
15877 (pc-selection-mode):
15878 * emulation/vip.el (vip-find-char-forward):
15879 * emulation/viper-cmd.el (viper-find-char-forward):
15880 * international/mule-cmds.el
15881 (select-safe-coding-system-accept-default-p)
15882 (input-method-exit-on-invalid-key):
15883 * international/mule-diag.el (describe-coding-system):
15884 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15885 * net/browse-url.el (browse-url-xterm-program):
15886 * obsolete/lazy-lock.el (lazy-lock-mode):
15887 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15888 (cperl-mode):
15889 * progmodes/cpp.el (cpp-face-light-name-list)
15890 (cpp-face-dark-name-list):
15891 * progmodes/delphi.el (delphi-newline-always-indents):
15892 Fix spellings in docstrings.
15893
15894 * ido.el (ido-mode, ido-file-extensions-order)
15895 (ido-default-file-method, ido-default-buffer-method)
15896 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15897 (ido-decorations, ido-read-file-name-as-directory-commands)
15898 (ido-read-file-name-non-ido, ido-work-directory-list)
15899 (ido-ignore-item-temp-list, ido-current-directory)
15900 (ido-magic-forward-char, ido-enter-find-file)
15901 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15902 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15903
15904 2005-06-10 Lute Kamstra <lute@gnu.org>
15905
15906 * play/dunnet.el (dun-mode): Use define-derived-mode.
15907 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15908 obsolete alias.
15909
15910 * play/doctor.el (doctor-mode-map): Remove defvar.
15911 (doctor-mode): Use define-derived-mode.
15912
15913 * mail/mspools.el (mspools-mode):
15914 * net/eudc-hotlist.el (eudc-hotlist-mode):
15915 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15916
15917 2005-06-10 Miles Bader <miles@gnu.org>
15918
15919 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15920 Remove "-face" suffix from face names.
15921 (flyspell-incorrect-face, flyspell-duplicate-face):
15922 New backward-compatibility aliases for renamed faces.
15923 (flyspell-mode-on, make-flyspell-overlay)
15924 (flyspell-highlight-incorrect-region)
15925 (flyspell-highlight-duplicate-region)
15926 (flyspell-display-next-corrections)
15927 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15928
15929 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15930 from face name.
15931 (texinfo-heading-face): New backward-compatibility alias for
15932 renamed face.
15933 (texinfo-heading-face): Use renamed texinfo-heading face.
15934
15935 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15936 suffix from face names.
15937 (tex-math-face, tex-verbatim-face):
15938 New backward-compatibility aliases for renamed faces.
15939 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15940 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15941 literal face name.
15942
15943 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15944 name.
15945 (table-cell-face): New backward-compatibility alias for renamed face.
15946 (table--put-cell-face-property, table--update-cell-face):
15947 Use renamed table-cell face.
15948
15949 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15950 from face name.
15951 (sgml-namespace-face): New backward-compatibility alias for
15952 renamed face.
15953 (sgml-namespace-face): Use renamed sgml-namespace face.
15954
15955 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15956 (org-level-4, org-level-5, org-level-6, org-level-7)
15957 (org-level-8, org-warning, org-headline-done)
15958 (org-deadline-announce, org-scheduled-today)
15959 (org-scheduled-previously, org-link, org-done, org-table)
15960 (org-time-grid): Remove "-face" suffix from face names.
15961 (org-level-1-face, org-level-2-face, org-level-3-face)
15962 (org-level-4-face, org-level-5-face, org-level-6-face)
15963 (org-level-7-face, org-level-8-face, org-warning-face)
15964 (org-headline-done-face, org-deadline-announce-face)
15965 (org-scheduled-today-face, org-scheduled-previously-face)
15966 (org-link-face, org-done-face, org-table-face)
15967 (org-time-grid-face):
15968 New backward-compatibility aliases for renamed faces.
15969 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15970 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15971 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15972 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15973
15974 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15975 (viper-minibuffer-emacs, viper-minibuffer-insert)
15976 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15977 (viper-search-face, viper-replace-overlay-face)
15978 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15979 (viper-minibuffer-vi-face):
15980 New backward-compatibility aliases for renamed faces.
15981 (viper-search-face, viper-replace-overlay-face)
15982 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15983 (viper-minibuffer-vi-face): Use renamed viper faces.
15984
15985 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15986 Remove "-face" suffix from face names.
15987 (testcover-nohits-face, testcover-1value-face):
15988 New backward-compatibility aliases for renamed faces.
15989 (testcover-mark): Use renamed testcover faces.
15990
15991 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15992 face name.
15993 (diary-button-face): New backward-compatibility alias for renamed face.
15994 (diary-entry): Use renamed diary-button face.
15995
15996 * calendar/calendar.el (diary, calendar-today, holiday)
15997 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15998 (diary-face, calendar-today-face, holiday-face):
15999 New backward-compatibility aliases for renamed faces.
16000 (eval-after-load "facemenu", diary-entry-marker)
16001 (calendar-today-marker, calendar-holiday-marker, diary-face):
16002 Use renamed calendar faces.
16003
16004 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16005 (compare-windows-face): New backward-compatibility alias for
16006 renamed face.
16007 (compare-windows-highlight): Use renamed compare-windows face.
16008
16009 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16010 (strokes-char-face): New backward-compatibility alias for renamed face.
16011 (strokes-encode-buffer): Use renamed strokes-char face.
16012
16013 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16014 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16015 Remove "-face" suffix from face names.
16016 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16017 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16018 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16019 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16020 Use renamed pcvs faces.
16021 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16022 * pcvs-defs.el (cvs-mode-map): Likewise.
16023 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16024
16025 * info.el (info-title-1, info-title-2, info-title-3)
16026 (info-title-4): Remove "-face" suffix from and downcase face names.
16027 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16028 (Info-title-4-face):
16029 New backward-compatibility aliases for renamed faces.
16030 (Info-fontify-node): Use renamed info faces.
16031
16032 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16033 Remove "-face" suffix from face names.
16034 (highlight-changes-face, highlight-changes-delete-face):
16035 New backward-compatibility aliases for renamed faces.
16036 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16037 (hilit-chg-make-list): Use renamed highlight-changes faces.
16038
16039 * generic-x.el (show-tabs-tab, show-tabs-space):
16040 Remove "-face" suffix from face names.
16041 (show-tabs-tab-face, show-tabs-space-face):
16042 New backward-compatibility aliases for renamed faces.
16043 (show-tabs-generic-mode-font-lock-defaults-1)
16044 (show-tabs-generic-mode-font-lock-defaults-2):
16045 Use renamed show-tabs faces.
16046
16047 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16048 (smerge-markers): Remove "-face" suffix from face names.
16049 (smerge-mine-face, smerge-other-face, smerge-base-face)
16050 (smerge-markers-face):
16051 New backward-compatibility aliases for renamed faces.
16052 (smerge-mine-face, smerge-other-face, smerge-base-face)
16053 (smerge-markers-face): Use renamed smerge faces.
16054
16055 * log-view.el (log-view-file, log-view-message): Remove "-face"
16056 suffix from face names.
16057 (log-view-file-face, log-view-message-face):
16058 New backward-compatibility aliases for renamed faces.
16059 (log-view-file-face, log-view-message-face): Use renamed log-view
16060 faces.
16061
16062 * paren.el (show-paren-match, show-paren-mismatch):
16063 Remove "-face" suffix from face names.
16064 (show-paren-match-face, show-paren-mismatch-face):
16065 New backward-compatibility aliases for renamed faces.
16066 (show-paren-function): Use renamed show-paren faces.
16067
16068 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16069 (ruler-mode-margins, ruler-mode-fringes)
16070 (ruler-mode-column-number, ruler-mode-fill-column)
16071 (ruler-mode-comment-column, ruler-mode-goal-column)
16072 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16073 suffix from face names.
16074 (ruler-mode-default-face, ruler-mode-pad-face)
16075 (ruler-mode-margins-face, ruler-mode-fringes-face)
16076 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16077 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16078 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16079 New backward-compatibility aliases for renamed faces.
16080 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16081 (ruler-mode-column-number, ruler-mode-fill-column)
16082 (ruler-mode-comment-column, ruler-mode-goal-column)
16083 (ruler-mode-tab-stop, ruler-mode-current-column)
16084 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16085 faces.
16086
16087 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16088 face name.
16089 (whitespace-highlight-the-space): Use renamed face.
16090 (whitespace-highlight-face): New backward-compatibility alias for
16091 renamed face.
16092
16093 * woman.el (woman-italic, woman-bold, woman-unknown)
16094 (woman-addition, woman-symbol-face):
16095 Remove "-face" suffix from face names.
16096 (woman-italic-face, woman-bold-face, woman-unknown-face)
16097 (woman-addition-face):
16098 New backward-compatibility aliases for renamed faces.
16099 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16100 (woman-decode-region, woman-replace-match)
16101 (woman-display-extended-fonts, woman-special-characters)
16102 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16103 Use renamed woman faces.
16104
16105 * longlines.el (longlines-visible-face): Face removed.
16106
16107 * diff-mode.el (diff-header, diff-file-header, diff-index)
16108 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16109 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16110 suffix from face names.
16111 (diff-header-face, diff-file-header-face, diff-index-face)
16112 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16113 (diff-changed-face, diff-function-face, diff-context-face)
16114 (diff-nonexistent-face): New backward-compatibility aliases for
16115 renamed faces.
16116 (diff-header-face, diff-file-header-face)
16117 (diff-index, diff-index-face, diff-hunk-header)
16118 (diff-hunk-header-face, diff-removed, diff-removed-face)
16119 (diff-added, diff-added-face, diff-changed-face, diff-function)
16120 (diff-function-face, diff-context-face, diff-nonexistent)
16121 (diff-nonexistent-face): Use renamed diff-mode faces.
16122
16123 * progmodes/compile.el (compilation-warning-face)
16124 (compilation-info-face): Remove "-face" suffix from face names.
16125 (compilation-warning-face, compilation-info-face):
16126 New backward-compatibility aliases for renamed faces.
16127 (compilation-warning-face, compilation-info-face):
16128 Use renamed compilation faces.
16129
16130 * add-log.el (change-log-date, change-log-name)
16131 (change-log-email, change-log-file, change-log-list)
16132 (change-log-conditionals, change-log-function)
16133 (change-log-acknowledgement): Remove "-face" suffix from face names.
16134 (change-log-date-face, change-log-name-face)
16135 (change-log-email-face, change-log-file-face)
16136 (change-log-list-face, change-log-conditionals-face)
16137 (change-log-function-face, change-log-acknowledgement-face):
16138 New backward-compatibility aliases for renamed faces.
16139 (change-log-font-lock-keywords): Use renamed change-log faces.
16140
16141 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16142 (custom-set, custom-changed, custom-saved, custom-button)
16143 (custom-button-pressed, custom-documentation, custom-state)
16144 (custom-comment, custom-comment-tag, custom-variable-tag)
16145 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16146 (custom-group-tag): Remove "-face" suffix from face names.
16147 (custom-magic-alist, custom-magic-value-create)
16148 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16149 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16150 (custom-set-face, custom-changed-face, custom-saved-face)
16151 (custom-button-face, custom-button-pressed-face)
16152 (custom-documentation-face, custom-state-face)
16153 (custom-comment-face, custom-comment-tag-face)
16154 (custom-variable-tag-face, custom-variable-button-face)
16155 (custom-face-tag-face, custom-group-tag-face-1)
16156 (custom-group-tag-face):
16157 New backward-compatibility aliases for renamed faces.
16158
16159 * wid-edit.el (widget-documentation, widget-button)
16160 (widget-field, widget-single-line-field, widget-inactive)
16161 (widget-button-pressed): "-face" suffix removed from face names.
16162 (widget-documentation-face, widget-button-face)
16163 (widget-field-face, widget-single-line-field-face)
16164 (widget-inactive-face, widget-button-pressed-face):
16165 New backward-compatibility aliases for renamed faces.
16166 (widget-documentation-face, widget-button-face)
16167 (widget-button-pressed-face, widget-specify-field)
16168 (widget-specify-inactive): Use renamed widget faces.
16169
16170 2005-06-10 Kenichi Handa <handa@m17n.org>
16171
16172 * term/x-win.el (x-clipboard-yank): Remove condition-case
16173 wrapping.
16174
16175 2005-06-11 Kenichi Handa <handa@m17n.org>
16176
16177 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16178 date lines stricter.
16179
16180 2005-06-10 Zhang Wei <id.brep@gmail.com>
16181
16182 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16183 of x-get-selection.
16184
16185 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * comint.el (comint-mode, comint-snapshot-last-prompt):
16188 * frame.el (frame-current-scroll-bars):
16189 * term.el (term-mode, term-check-proc, term-input-sender)
16190 (term-simple-send, term-extract-string, term-word)
16191 (term-match-partial-filename):
16192 * window.el (window-current-scroll-bars):
16193 * emulation/cua-base.el (cua-normal-cursor-color)
16194 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16195 (cua-global-mark-cursor-color):
16196 * mail/undigest.el (rmail-forward-separator-regex):
16197 Fix typos in docstrings.
16198
16199 * comint.el (comint-check-proc, make-comint-in-buffer)
16200 (comint-source-default): Doc fixes.
16201
16202 * term.el (term-send-string): Improve argument/docstring consistency.
16203
16204 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16205
16206 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16207 call to `delete-region'.
16208 (comint-mode-hook): Do not enable Font Lock by default.
16209
16210 2005-06-09 Lute Kamstra <lute@gnu.org>
16211
16212 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16213 could be void.
16214
16215 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16218 (debug): Use it.
16219 (debugger-step-through, debugger-continue, debugger-jump)
16220 (debugger-return-value): Set it when needed.
16221 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16222 Use inhibit-read-only.
16223
16224 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16225
16226 * window.el (shrink-window-if-larger-than-buffer)
16227 (window-size-fixed): Fix typo in docstring.
16228
16229 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16230 thumbnails directory on loading.
16231 (thumbs-conversion-program): Use `eq' to check the system type,
16232 not `equal'.
16233 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16234 not "/tmp". Fix docstring.
16235 (thumbs-thumbsdir): New function to return the thumbnails
16236 directory, creating it if needed.
16237 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16238 (thumbs-temp-file): Delete variable and make it into a function.
16239 (thumbs-resize-image, thumbs-modify-image): Use it.
16240 (thumbs-kill-buffer): Simplify.
16241 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16242 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16243 docstrings.
16244
16245 2005-06-09 Kim F. Storm <storm@cua.dk>
16246
16247 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16248 set-match-data to free markers in match-data.
16249
16250 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16251 match-data to unchain markers in match-data.
16252
16253 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16254
16255 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16256 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16257 unnecessary now.
16258
16259 2005-06-08 Richard M. Stallman <rms@gnu.org>
16260
16261 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16262 give the variable a doc string that doesn't say don't set it directly.
16263
16264 * textmodes/ispell.el (ispell-check-version):
16265 Use match-string-no-properties.
16266 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16267 (ispell-buffer-local-words): Likewise.
16268
16269 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16270 except on terminals with enough colors to really display it.
16271 (makefile-dependency-regex): Delete spurious `bb'.
16272
16273 * faces.el (escape-glyph): Use blue once again in last case.
16274 (no-break-space): Redefine so that it isn't invisible on a tty.
16275
16276 2005-06-08 Kim F. Storm <storm@cua.dk>
16277
16278 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16279 also when reading directory name.
16280
16281 2005-06-08 Lute Kamstra <lute@gnu.org>
16282
16283 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16284 (flyspell-mode-line-string): Remove autoload cookie.
16285 (flyspell-mode): Remove defvar.
16286
16287 2005-06-07 Lute Kamstra <lute@gnu.org>
16288
16289 * textmodes/org.el (org-run-mode-hooks): New function.
16290 (org-agenda-mode): Use it.
16291
16292 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16293
16294 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16295
16296 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16297
16298 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16299
16300 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16301
16302 * font-lock.el (font-lock-add-keywords): Doc fix.
16303
16304 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16307 (tex-compile-default): In the absence of any history, use the order in
16308 tex-compile-alist to choose the preferred command.
16309 (tex-compile-commands): Reorder a bit.
16310
16311 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16312 (flyspell-incorrect-face, flyspell-duplicate-face):
16313 Use (X)Emacs-agnostic code.
16314 (flyspell-mode-map): Don't overwrite at each load. Remove code
16315 redundant with the subsequent add-minor-mode. Merge Emacs and
16316 XEmacs code.
16317 (flyspell-word): Minor simplification.
16318 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16319 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16320 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16321 Merge the corresponding Emacs code.
16322 (flyspell-correct-word, flyspell-xemacs-popup):
16323 Use flyspell-do-correct.
16324
16325 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16326 a dedicated window.
16327
16328 * international/latexenc.el (latexenc-find-file-coding-system):
16329 Undo part of last patch, to turn off a compiler warning.
16330
16331 2005-06-06 Juri Linkov <juri@jurta.org>
16332
16333 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16334 Rename `tmm-inactive-face' to `tmm-inactive'.
16335
16336 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16337
16338 * iswitchb.el: Rename faces.
16339
16340 2005-06-06 Kim F. Storm <storm@cua.dk>
16341
16342 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16343 (cua-global-mark): Remove -face suffix from face names.
16344
16345 * emulation/cua-gmrk.el (cua--init-global-mark):
16346 Remove cua-global-mark face setup.
16347
16348 2005-06-06 Richard M. Stallman <rms@gnu.org>
16349
16350 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16351 just like other allowed characters.
16352 (makefile-match-dependency): Exclude leading and training whitespace
16353 from the range of regexp subexp 1.
16354 (makefile-macroassign-regex): Don't try to match the body,
16355 just the name of the macro being defined.
16356
16357 * info.el (Info-read-node-name-2): New function.
16358 (Info-read-node-name-1): Use that.
16359 Add a completion-base-size-function property.
16360
16361 * simple.el (completion-setup-function): Look for
16362 completion-base-size-function property of minibuffer-completion-table.
16363
16364 * files.el (locate-file-completion): Doc fix.
16365
16366 * printing.el: Don't call pr-update-menus; user must do that.
16367
16368 * emacs-lisp/debug.el (debugger-window): New variable.
16369 (debug): Use debugger-window if it is set and still alive.
16370 Record debugger-window for next entry.
16371
16372 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16373
16374 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16375
16376 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16377 (hack-one-local-variable, hack-local-variables)
16378 (hack-local-variables-prop-line): Pass that arg.
16379
16380 2005-06-06 Kim F. Storm <storm@cua.dk>
16381
16382 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16383 (ido-indicator): Remove -face suffix from face names.
16384
16385 2005-06-06 Juri Linkov <juri@jurta.org>
16386
16387 * font-lock.el (font-lock-regexp-backslash)
16388 (font-lock-regexp-backslash-construct): New faces.
16389 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16390 after `('. Add `while-no-input' to control structures.
16391
16392 * faces.el (no-break-space, shadow): New faces.
16393 (escape-glyph): Use less loud colors pink2 and red4.
16394
16395 * diff-mode.el (diff-context-face)
16396 * dired.el (dired-ignored)
16397 * rfn-eshadow.el (file-name-shadow)
16398 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16399
16400 * info.el (Info-title-1-face): Use green instead of yellow because
16401 bold yellow is not readable on light backgrounds.
16402
16403 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16404 before selecting the desired mode to not spend time fontifying
16405 old contents.
16406
16407 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16408
16409 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16410 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16411
16412 * ps-print.el (ps-default-fg, ps-default-bg):
16413 Fix typos in docstrings.
16414
16415 * isearchb.el (isearchb): Don't pass a spurious second argument to
16416 `iswitchb-completions'.
16417
16418 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16419
16420 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16421 to preserve point.
16422 (gdb-find-file-hook): Add doc string.
16423
16424 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16425 C dereferenced pointer expression.
16426 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16427
16428 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16429
16430 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16431 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16432 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16433 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16434 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16435 Make background transparent.
16436
16437 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16438
16439 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16440 (font-lock-remove-keywords): Doc fix.
16441 (font-lock-mode-major-mode): Compiler defvar.
16442 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16443
16444 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16445 (font-lock-mode): Update `font-lock-mode-major-mode'.
16446 (font-lock-set-defaults): Compiler defvar.
16447 (font-lock-default-function): Take `font-lock-mode-major-mode'
16448 into account.
16449
16450 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16451 keep track of which major mode it enabled the minor mode for.
16452 Use find-file-hook again. Update docstring.
16453
16454 * simple.el (eval-expression-print-level)
16455 (eval-expression-print-length, eval-expression-debug-on-error):
16456 Doc fixes.
16457
16458 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16459
16460 * iswitchb.el (iswitchb-single-match-face)
16461 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16462 (iswitchb-invalid-regexp-face): New faces.
16463 (iswitchb-completions): Use them.
16464 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16465 now marked as an obsolete alias.
16466 (iswitchb-read-buffer): Remove check for bound font variables.
16467 (iswitchb-invalid-regexp): New free variable.
16468 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16469 set iswitchb-invalid-regexp.
16470 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16471 invalid regexps.
16472 (iswitchb-completions): Add check for complete match when entering
16473 a regexp.
16474 (iswitchb-completions): Remove require-match argument.
16475 (iswitchb-exhibit): Fix caller.
16476 (iswitchb-common-match-inserted): New variable.
16477 (iswitchb-complete, iswitchb-completion-help): Use it.
16478
16479 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16480
16481 * url-http.el (url-http-chunked-encoding-after-change-function):
16482 Use `url-http-debug' instead of `message'.
16483
16484 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16485
16486 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16487 callback argument.
16488
16489 2005-06-04 Kim F. Storm <storm@cua.dk>
16490
16491 * simple.el (line-move): Only call sit-for when moving backwards.
16492
16493 * ido.el (ido-make-merged-file-list-1): New defun split from
16494 ido-make-merged-file-list.
16495 (ido-make-merged-file-list): Bind throw-on-input around call to
16496 ido-make-merged-file-list-1. Return input-pending-p if
16497 interrupted by more input available.
16498 (ido-read-internal): Handle input-pending-p return value from
16499 ido-make-merged-file-list.
16500
16501 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16504 compatibility code.
16505
16506 * international/latexenc.el (latexenc-find-file-coding-system):
16507 Don't inherit the EOL part of the coding-system from the
16508 tex-main buffer. Fit within 80 columns.
16509
16510 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16511
16512 * tmm.el (tmm-inactive-face): New face.
16513 (tmm-remove-inactive-mouse-face): New function.
16514 (tmm-prompt, tmm-add-one-shortcut)
16515 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16516 but not selectable.
16517
16518 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16519
16520 * faces.el (face-equal): Improve argument/docstring consistency.
16521
16522 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16523
16524 * progmodes/make-mode.el (makefile-targets-face)
16525 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16526 (makefile-bsdmake-dependency-regex)
16527 (makefile-makepp-rule-action-regex)
16528 (makefile-bsdmake-rule-action-regex): New constants.
16529 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16530
16531 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16532 Allow (...) within `...' for makepp messages.
16533
16534 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16535
16536 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16537
16538 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16539 "." files are deleted from all file lists before comparison.
16540
16541 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16542 (viper-ESC-key): Made them customizable.
16543
16544 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16545
16546 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16547
16548 * autorevert.el (auto-revert-buffers): Use save-match-data.
16549
16550 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16551
16552 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16553 menu items with a nil command binding.
16554
16555 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16556
16557 * emacs-lisp/cl-macs.el (defsetf):
16558 Improve argument/docstring consistency.
16559
16560 * faces.el (list-faces-display): Improve the formatting by
16561 computing the maximum length required for any face-name (reworked
16562 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16563 (internal-find-face): Remove redundant info in docstring.
16564
16565 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16566
16567 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16568 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16569 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16570 (gdb-assembler-custom): Improve regexps.
16571 (def-gdb-auto-update-handler): Use window point to preserve point.
16572
16573 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16576
16577 2005-05-31 Jay Belanger <belanger@truman.edu>
16578
16579 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16580 to calc-embedded.
16581 (calc-embedded-make-info): Have plain prefix argument select
16582 entire line.
16583
16584 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16585
16586 * faces.el (list-faces-display): Signal error if passed a regexp
16587 that matches no face name.
16588
16589 * simple.el (filter-buffer-substring): Fix typo in docstring.
16590
16591 2005-05-31 Richard M. Stallman <rms@gnu.org>
16592
16593 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16594 (vhdl-emacs-21): Doc fix.
16595 (vhdl-mode): Unconditionally set comment-padding.
16596 (vhdl-fixup-whitespace-region): Insert spaces only where
16597 there are none.
16598 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16599
16600 2005-05-30 John Wiegley <johnw@newartisans.com>
16601
16602 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16603 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16604 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16605 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16606 `string-to-number'.
16607
16608 2005-05-30 Jay Belanger <belanger@truman.edu>
16609
16610 * calc/calc.el (calc-bug-address): Fix docstring.
16611 (calc-window-hook, calc-trail-window-hook): New variables.
16612 (calc-trail-display): Restore use of calc-trail-window-hook.
16613 (calc): Restore use of calc-window-hook.
16614
16615 2005-05-31 Masatake YAMATO <jet@gyve.org>
16616
16617 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16618
16619 * help-fns.el (help-C-file-name): Add autoload mark for
16620 `find-function-noselect'.
16621
16622 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16625 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16626
16627 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16628
16629 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16630 included diary buffer if it was not already being visited.
16631 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16632
16633 * calendar/icalendar.el (top-level): Do not require appt.
16634
16635 * mail/supercite.el (sc-select-attribution): Only use a list
16636 element from sc-attrib-selection-list if it returns a string.
16637 Reported by Davide G. M. Salvetti <salve@debian.org>.
16638
16639 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16640
16641 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16642 includes a hash value to improve its uniqueness, and has a ".jpg"
16643 extension. Also, it is now a valid filename on all systems.
16644 (thumbs-make-thumb): Use `let', not `let*'.
16645 (thumbs-show-thumbs-list): Check for JPEG availability.
16646
16647 2005-05-30 Richard M. Stallman <rms@gnu.org>
16648
16649 * filesets.el (filesets-menu-ensure-use-cached):
16650 Prevent warning when emacs-version>= is undefined.
16651
16652 * printing.el (pr-interactive-n-up): Use string-to-number.
16653
16654 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16655
16656 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16657 Warn only when name to be defined is quoted.
16658
16659 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16660
16661 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16662 Make regexp more robust.
16663 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16664 Force regeneration of disassembly.
16665
16666 2005-05-29 Jay Belanger <belanger@truman.edu>
16667
16668 * calc/calc.el (calc-user-invocation): Check if
16669 calc-invocation-macro is non-nil.
16670
16671 2005-05-29 Juri Linkov <juri@jurta.org>
16672
16673 * add-log.el (change-log-font-lock-keywords):
16674 Add `+' to e-mail regexp to accept mail address with keywords.
16675
16676 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16677
16678 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16679
16680 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16681
16682 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16683
16684 2005-05-29 Richard M. Stallman <rms@gnu.org>
16685
16686 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16687 Undo the change that moves to end of the current word.
16688
16689 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16690
16691 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16692 Throw error when count <= 0 to ensure input is a number.
16693 (gdb-read-memory-custom): Pick up address from buffer.
16694 (gdb-memory-mode): Allow user to increment and decrement
16695 memory address from header line.
16696
16697 2005-05-29 Richard M. Stallman <rms@gnu.org>
16698
16699 * flyspell.el (flyspell-version): Function deleted.
16700 (flyspell-auto-correct-previous-hook): Doc fix.
16701
16702 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16703 Do nothing if memory is full.
16704
16705 * font-lock.el (font-lock-fontify-syntactically-region):
16706 Pass t for GREEDY to looking-back.
16707
16708 * saveplace.el (save-place-alist-to-file): Write the file
16709 using write-region.
16710
16711 * subr.el (looking-back): New argument GREEDY.
16712
16713 * progmodes/compile.el (compilation-start): Set the mode
16714 before inserting the initial text.
16715
16716 * progmodes/which-func.el (which-func-update-1): Turn the mode
16717 off in case of error by setting which-func-mode.
16718
16719 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16720
16721 * flyspell.el (flyspell-auto-correct-previous-word):
16722 Narrow down to what's on the screen, and recenter overlays
16723 at the end of the next word.
16724
16725 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16726
16727 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16728 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16729 (flyspell-abbrev-p): Default to nil.
16730 (flyspell-use-global-abbrev-table-p): Doc fix.
16731 (flyspell-large-region): Allow nil as value.
16732 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16733
16734 (mail-mode-flyspell-verify): More robust handling
16735 of `mail-header-separator'. More efficient signature detection.
16736 Allow for regexp metacharacters in message-header-separator.
16737 Adding `To' not to be checked in mail-mode-flyspell-verify.
16738
16739 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16740 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16741 Bind flyspell-auto-correct-binding.
16742 Bind C-. and C-, .
16743 (flyspell-mode-map): Likewise.
16744 (flyspell-mode): Doc fix.
16745 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16746 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16747 (flyspell-word-cache-result): New var, always local.
16748 (flyspell-check-pre-word-p): Doc fix.
16749 (flyspell-check-changed-word-p): Handle spc like newline.
16750 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16751 (flyspell-word-search-backward, flyspell-word-search-forward):
16752 New functions.
16753 (flyspell-word): Return t if nothing to check.
16754 When parsing TeX code, check for after } or \.
16755 Use flyspell-word-search-backward to find previous word.
16756 Return nil if duplicated word.
16757 For word already checked, return same value as last time.
16758 Set flyspell-word-cache-result after checking.
16759 Don't clobber the return value.
16760 (flyspell-get-word): Major rewrite.
16761 (flyspell-external-point-words): New locals pword, pcount.
16762 Fix size used in progress message.
16763 Find the proper corresponding word in flyspell-large-region-buffer.
16764 (flyspell-region): Check for flyspell-large-region = nil.
16765 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16766 (flyspell-auto-correct-word): Check that WORD is a cons.
16767 (flyspell-correct-word): Likewise.
16768
16769 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16770
16771 * progmodes/make-mode.el (makefile-rule-action-regex)
16772 (makefile-macroassign-regex, makefile-makepp-mode)
16773 (makefile-bsdmake-mode): Continuation lines may be empty.
16774 Reported by Joshua Varner.
16775 (makefile-makepp-font-lock-keywords): Add $(stem).
16776
16777 2005-05-28 Karl Berry <karl@gnu.org>
16778
16779 * textmodes/tex-mode.el: Now that tex-send-command calls
16780 shell-quote-argument (2005-03-31 change), remove all calls to
16781 shell-quote-argument; they all end up invoking tex-send-command.
16782 The double quoting loses on filenames with non-safe characters,
16783 such as "@". Reported by Frederik Fouvry.
16784
16785 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16786
16787 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16788 about preserving point.
16789
16790 2005-05-27 Jay Belanger <belanger@truman.edu>
16791
16792 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16793 Info-goto-node.
16794
16795 * calc/calc-embed.el (calc-embed-arg): New variable.
16796 (calc-do-embedded-activate, calc-embedded-activate-formula)
16797 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16798 variable by new variable.
16799 (calc-embedded-make-info): Replace undeclared variable by new
16800 variable. When selecting region with positive prefix
16801 argument, use end of previous line instead of beginning of line.
16802
16803 * calc/calc-aent.el (calc-arg-values): Declare it.
16804
16805 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16806 Declare them.
16807
16808 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16809
16810 * calc/calc.el (calc-alg-map): Declare it.
16811
16812 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16813
16814 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16815
16816 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16817 (gdb-registers-buffer, toggle-gdb-all-registers):
16818 Toggle display of floating point registers.
16819 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16820
16821 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16822 (toggle-gud-tooltip-dereference):
16823 Rename from gud-toggle-tooltip-dereference.
16824
16825 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16828
16829 2005-05-27 Jay Belanger <belanger@truman.edu>
16830
16831 * calc/calc-prog.el (calc-kbd-report): Remove.
16832 (calc-kbd-query): Rewrite.
16833
16834 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16835
16836 * image.el (image-library-alist): Move to image.c.
16837 (image-type-available-p): Doc fix.
16838
16839 2005-05-27 Lute Kamstra <lute@gnu.org>
16840
16841 * calc/calc.el (calc):
16842 * outline.el (outline-1, outline-2, outline-3, outline-4)
16843 (outline-5, outline-6, outline-7, outline-8):
16844 * textmodes/dns-mode.el (dns-mode):
16845 * textmodes/sgml-mode.el (sgml-namespace-face):
16846 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16847 (tex-verbatim-face, tex-use-reftex):
16848 * textmodes/texinfo.el (texinfo-heading-face):
16849 Specify customization group.
16850
16851 * longlines.el: Don't require easy-mmode.
16852 (longlines-visible-face): Specify customization group.
16853
16854 2005-05-27 Kenichi Handa <handa@m17n.org>
16855
16856 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16857 encoding table of windows-1251.
16858
16859 * international/ucs-tables.el (ucs-set-table-for-input):
16860 If translation-table-for-input of a coding system is a symbol, get
16861 its translation-table property.
16862
16863 * international/code-pages.el: Don't register a coding system into
16864 non-iso-charset-alist more than once.
16865 (cp-make-coding-system): Likewise.
16866
16867 2005-05-26 John Wiegley <johnw@newartisans.com>
16868
16869 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16870 `eshell-resume-eval' is wrapped in a list, it indicates that the
16871 command was run asynchronously. In that case, unwrap the value
16872 before checking the delimiter value.
16873
16874 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16875 character before a space at the end of a line is \, assume the space
16876 is part of the last argument rather than a final argument separator.
16877
16878 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16879 is in use, and the target is `t' or `nil' (which are the most common
16880 values), don't assume that the symbol target is a buffer.
16881
16882 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16883
16884 * calendar/calendar.el (calendar-mode-line-format):
16885 Use mode-line-highlight as mouse-face.
16886
16887 * time.el (display-time-string-forms, display-time-update):
16888 Use mode-line-highlight as mouse-face.
16889
16890 2005-05-26 Jay Belanger <belanger@truman.edu>
16891
16892 * calc/calc.el (calc-language-alist): Remove extra defvar.
16893
16894 2005-05-26 Lute Kamstra <lute@gnu.org>
16895
16896 * arc-mode.el (archive-mode):
16897 * bookmark.el (bookmark-read-annotation-mode)
16898 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16899 * bs.el (bs-mode):
16900 * calc/calc-yank.el (calc-edit-mode):
16901 * calc/calc.el (calc-mode, calc-trail-mode):
16902 * calculator.el (calculator-mode):
16903 * chistory.el (command-history-mode):
16904 * comint.el:
16905 * cus-edit.el (custom-mode):
16906 * descr-text.el (describe-text-mode):
16907 * ebuff-menu.el (Electric-buffer-menu-mode):
16908 * ediff-util.el (ediff-mode):
16909 * emacs-lisp/re-builder.el (reb-mode):
16910 * emulation/vi.el (vi-mode-setup):
16911 * emulation/ws-mode.el (wordstar-mode):
16912 * eshell/esh-mode.el (eshell-mode):
16913 * forms.el (forms-mode):
16914 * help-mode.el (help-mode):
16915 * hexl.el (hexl-mode):
16916 * ibuffer.el (ibuffer-mode):
16917 * ielm.el (inferior-emacs-lisp-mode):
16918 * info.el (Info-mode, Info-edit-mode):
16919 * international/swedish.el:
16920 * ledit.el (ledit-from-lisp-mode):
16921 * locate.el (locate-mode):
16922 * mail/rmail.el (rmail-mode):
16923 * mail/rmailedit.el (rmail-edit-mode):
16924 * mail/rmailsum.el (rmail-summary-mode):
16925 * mail/supercite.el (sc-electric-mode):
16926 * net/eudc.el (eudc-mode):
16927 * net/quickurl.el (quickurl-list-mode):
16928 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16929 * obsolete/ooutline.el (outline-mode):
16930 * obsolete/options.el (Edit-options-mode):
16931 * obsolete/rnews.el (news-mode):
16932 * obsolete/rnewspost.el (news-reply-mode):
16933 * play/5x5.el (5x5-mode):
16934 * play/decipher.el (decipher-mode, decipher-stats-mode):
16935 * play/gomoku.el (gomoku-mode):
16936 * play/snake.el (snake-mode):
16937 * play/solitaire.el (solitaire-mode):
16938 * play/tetris.el (tetris-mode):
16939 * progmodes/ada-mode.el (ada-mode):
16940 * progmodes/antlr-mode.el (antlr-mode):
16941 * progmodes/autoconf.el (autoconf-mode):
16942 * progmodes/dcl-mode.el (dcl-mode):
16943 * progmodes/delphi.el (delphi-mode):
16944 * progmodes/ebrowse.el (ebrowse-tree-mode)
16945 (ebrowse-electric-list-mode, ebrowse-member-mode)
16946 (ebrowse-electric-position-mode):
16947 * progmodes/f90.el (f90-mode):
16948 * progmodes/fortran.el (fortran-mode):
16949 * progmodes/icon.el (icon-mode):
16950 * progmodes/idlw-help.el (idlwave-help-mode):
16951 * progmodes/idlw-shell.el (idlwave-shell-mode):
16952 * progmodes/idlwave.el (idlwave-mode):
16953 * progmodes/inf-lisp.el (inferior-lisp-mode):
16954 * progmodes/m4-mode.el (m4-mode):
16955 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16956 * progmodes/modula2.el (modula-2-mode):
16957 * progmodes/octave-inf.el (inferior-octave-mode):
16958 * progmodes/octave-mod.el (octave-mode):
16959 * progmodes/pascal.el (pascal-mode):
16960 * progmodes/sh-script.el (sh-mode):
16961 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16962 * progmodes/vhdl-mode.el (vhdl-mode):
16963 * progmodes/xscheme.el (scheme-interaction-mode):
16964 * replace.el (occur-mode):
16965 * ses.el (ses-mode):
16966 * simple.el (completion-list-mode):
16967 * skeleton.el:
16968 * speedbar.el (speedbar-mode):
16969 * term.el (term-mode):
16970 * terminal.el (terminal-edit-mode):
16971 * textmodes/reftex-index.el (reftex-index-mode)
16972 (reftex-index-phrases-mode):
16973 * textmodes/reftex-sel.el (reftex-select-label-mode)
16974 (reftex-select-bib-mode):
16975 * textmodes/reftex-toc.el (reftex-toc-mode):
16976 * wdired.el (wdired-change-to-wdired-mode):
16977 * wid-browse.el (widget-browse-mode):
16978 Use run-mode-hooks.
16979
16980 * array.el (array-mode):
16981 * calendar/todo-mode.el (todo-mode):
16982 * man.el (Man-mode):
16983 * play/landmark.el (lm-mode):
16984 * play/mpuz.el (mpuz-mode):
16985 Use kill-all-local-variables and run-mode-hooks.
16986
16987 * subr.el (delay-mode-hooks): Specify indentation.
16988
16989 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16990
16991 * xml.el (xml-substitute-special): Don't die for undefined xml
16992 entities.
16993
16994 2005-05-26 Jay Belanger <belanger@truman.edu>
16995
16996 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16997 of nil.
16998
16999 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17000
17001 * progmodes/gdb-ui.el (gdb-frame-address):
17002 Rename from gdb-current-address.
17003 (gdb-previous-frame-address): Rename from gdb-previous-address.
17004 (gdb-selected-frame): Rename from gdb-current-frame.
17005 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17006 (gdb-frame-number): Rename from gdb-current-stack-level.
17007 (gdb-ann3): Match new mode-name for disassembly buffer.
17008 Extend initialization of variables.
17009 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17010 (gdb-memory-mode): Use mouse-face in header line.
17011 (gdb-assembler-buffer-name): Call it disassembly and give frame
17012 in mode line.
17013 (gdb-source-spec-regexp, gdb-assembler-custom)
17014 (gdb-invalidate-assembler, gdb-frame-handler):
17015 Make robust to leading zeroes in address format.
17016
17017 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17018
17019 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17020 define `org-mode'.
17021 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17022
17023 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17024
17025 * log-edit.el (log-edit-changelog-entries): Distinguish between
17026 filenames like xfns.c and fns.c.
17027
17028 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17029
17030 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17031 point after reverting.
17032 (Buffer-menu-make-sort-button): Handle the case where
17033 `Buffer-menu-use-header-line' is nil.
17034
17035 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17036
17037 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17038 New funcs. In minibuffer-local-completion-map bind `]', `/'
17039 and `:' to them.
17040
17041 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17042
17043 * startup.el (normal-top-level): Allow modification of load-path while
17044 we're iterating over it.
17045
17046 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17047
17048 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17049 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17050 (thumbs-resize-interactive, thumbs-insert-image)
17051 (thumbs-insert-thumb, thumbs-dired-show-marked)
17052 (thumbs-find-image-at-point, thumbs-delete-images)
17053 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17054 (thumbs-increment-image-size, thumbs-decrement-image-size):
17055 Fix typos in docstrings.
17056
17057 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17058
17059 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17060 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17061 (cperl-mode): Use them.
17062
17063 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17064
17065 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17066 Doc fixes.
17067
17068 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17069
17070 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17071 Bind C-d to gdb-inferior-io-eof.
17072
17073 * dired.el (dired-dnd-popup-notice): Use message-box.
17074
17075 2005-05-23 Masatake YAMATO <jet@gyve.org>
17076
17077 * bindings.el (mode-line-major-mode-keymap):
17078 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17079
17080 * faces.el (mode-line-highlight): New face.
17081
17082 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17083 as mouse-face.
17084
17085 * bindings.el (top-level, help-echo, mode-line-modified)
17086 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17087 as mouse-face.
17088
17089 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17090
17091 * progmodes/cc-engine.el (c-guess-basic-syntax):
17092 Remove spurious call to `zerop'.
17093
17094 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17095
17096 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17097
17098 CC Mode update to 5.30.10:
17099
17100 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17101 could go past the limit in decoration level 2, thereby causing
17102 errors during interactive fontification.
17103
17104 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17105 the file is evaluated interactively.
17106
17107 * cc-engine.el (c-guess-basic-syntax): Handle operator
17108 declarations somewhat better in C++.
17109
17110 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17111 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17112 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17113 (awk-mode): Use it.
17114 (make-local-hook): Suppress warning about obsoleteness.
17115
17116 * cc-engine.el, cc-align.el, cc-cmds.el
17117 (c-append-backslashes-forward, c-delete-backslashes-forward)
17118 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17119 Compensate for return value from `forward-line' when it has moved
17120 but not to a different line due to eob.
17121
17122 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17123 `objc-method-intro' and `objc-method-args-cont'.
17124
17125 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17126
17127 CC Mode update to 5.30.10:
17128
17129 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17130 in the copyright statement. Incidentally, change "along with GNU
17131 Emacs" to "along with this program" where it occurs.
17132
17133 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17134 so that it is interactive, hence can be found by M-x awk-mode
17135 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17136 <gmorris+emacs@ast.cam.ac.uk>.
17137
17138 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17139 Mode's regexps.
17140
17141 2005-05-23 Kevin Ryde <user42@zip.com.au>
17142
17143 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17144 c-parse-state, to avoid a lisp error (on bad code).
17145
17146 2005-05-23 Lute Kamstra <lute@gnu.org>
17147
17148 * subr.el (font-lock-defaults): Remove defvar as it's already
17149 defined in font-core.el.
17150
17151 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17152
17153 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17154
17155 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17156 more general and work when GDB variable "print pretty" is on,
17157 as with Emacs, for example.
17158
17159 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17160
17161 * font-core.el: Update comment.
17162
17163 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17164 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17165
17166 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17167
17168 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17169
17170 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17171 and `yank-handler' in the doc strings.
17172
17173 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17176
17177 2005-05-22 Richard M. Stallman <rms@gnu.org>
17178
17179 * help.el (describe-key): Move print-help-return-message call
17180 out of conditional.
17181
17182 * progmodes/etags.el (list-tags): Use with-no-warnings.
17183
17184 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17185 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17186 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17187
17188 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17189
17190 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17191 Add defvar.
17192
17193 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17194 Use defvar, not defconst.
17195
17196 * hexl.el (hexl-follow-line): Use with-no-warnings.
17197
17198 * emulation/tpu-extras.el: Use write-file-functions instead of
17199 write-file-hooks.
17200
17201 * dired.el (dired-font-lock-keywords): Fontify files with junk
17202 extensions even if marked by -F.
17203
17204 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17205
17206 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17207 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17208 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17209 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17210 (concatenate, list-length, get*, getf, cl-remprop):
17211 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17212 (etypecase, progv, lexical-let, lexical-let*)
17213 (multiple-value-bind, multiple-value-setq, shiftf):
17214 Improve argument/docstring consistency.
17215
17216 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17217
17218 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17219
17220 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17221 doesn't exist.
17222
17223 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17224 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17225
17226 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17227
17228 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17229 already deleted variables: auto-fill-hook, blink-paren-hook,
17230 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17231 suspend-hooks, comment-indent-hook, meta-flag,
17232 before-change-function, after-change-function,
17233 font-lock-doc-string-face.
17234
17235 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17236
17237 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17238
17239 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17240
17241 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17242 rmail-dont-reply-to.
17243
17244 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17245
17246 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17247 literal blank when splitting new-header-values.
17248
17249 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17250
17251 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17252 string so that tmm doesn't create a completion entry for it.
17253
17254 * textmodes/table.el (table-disable-menu): Ditto.
17255
17256 2005-05-21 Richard M. Stallman <rms@gnu.org>
17257
17258 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17259
17260 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17261
17262 * net/rcompile.el (remote-compile): Use compilation-start.
17263
17264 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17265
17266 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17267
17268 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17269 Default to makefile-bsdmake-mode on BSD systems.
17270
17271 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17272 REGEXP may also be a search function now. The part of doc-string
17273 for describing the structure was 95% identical to that of
17274 `imenu--generic-function'. Unify it there.
17275
17276 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17277 Use function to find dependencies, because regexp alone is so complex,
17278 it easily goes into an endless loop.
17279 (makefile-makepp-mode): Also add submenu for Perl functions
17280 defined in the makefile.
17281 (makefile-bsdmake-mode): Special imenu-generic-expression no
17282 longer needed, due to function call.
17283 (makefile-match-dependency): Take BOUND into account when checking
17284 if we're through.
17285
17286 2005-05-20 Jay Belanger <belanger@truman.edu>
17287
17288 * calc/calc-units.el (calc-invalidate-units-table):
17289 Use inhibit-read-only.
17290 (math-build-units-table-buffer): Use view-mode.
17291
17292 2005-05-20 David Kastrup <dak@gnu.org>
17293
17294 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17295 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17296
17297 2005-05-20 Lute Kamstra <lute@gnu.org>
17298
17299 * diff-mode.el (diff-header-face, diff-file-header-face)
17300 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17301 (diff-added-face, diff-changed-face, diff-function-face)
17302 (diff-context-face, diff-nonexistent-face): Put them in the
17303 diff-mode customization group.
17304
17305 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17308
17309 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17310
17311 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17312 Minor regexp-optimization.
17313
17314 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17315
17316 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17317 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17318 (org-agenda-add-time-grid-maybe): New function.
17319 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17320 (org-table-create): `dotimes' instead of `mapcar'.
17321 (org-xor): Simplify implementation.
17322 (org-agenda): `inhibit-redisplay' turned on.
17323 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17324 a consistent line after a state change.
17325 (org-agenda-remove-times-when-in-prefix): New option.
17326 (org-prefix-has-time): New variable.
17327 (org-parse-time-string): Optional argument NODEFAULT.
17328 (org-format-agenda-item): Parse items for time-of-day
17329 specifications and move these into the prefix if possible.
17330 (org-agenda-priority): Get current heading, not previous heading
17331 during agenda remote editing.
17332
17333 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17334
17335 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17336 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17337 (remove-duplicates, delete-duplicates, substitute)
17338 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17339 (nsubstitute-if-not, find, find-if, find-if-not, position)
17340 (position-if, position-if-not, count, count-if, count-if-not)
17341 (mismatch, search, sort*, stable-sort, merge, member*)
17342 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17343 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17344 (intersection, nintersection, set-difference, nset-difference)
17345 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17346 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17347 (nsublis, tree-equal): Improve argument/docstring consistency.
17348
17349 * subr.el (send-string, send-region): Remove obsolescence declaration.
17350 (window-dot, set-window-dot, read-input, show-buffer)
17351 (eval-current-buffer, string-to-int):
17352 Add release number to obsolescence declarations.
17353
17354 2005-05-19 Kim F. Storm <storm@cua.dk>
17355
17356 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17357 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17358
17359 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17360
17361 * faces.el (list-faces-display): Make back button respect optional
17362 regexp arg.
17363
17364 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17365
17366 * calculator.el (calculator-radix-grouping-mode)
17367 (calculator-radix-grouping-digits, calculator-displayer)
17368 (calculator-radix-grouping-separator, calculator-copy-displayer):
17369 * dabbrev.el (dabbrev-search-these-buffers-only):
17370 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17371 (diff-advance-after-apply-hunk, diff-mode-hook)
17372 (diff-minor-mode-prefix):
17373 * imenu.el (imenu-use-popup-menu):
17374 * jit-lock.el (jit-lock-context-time):
17375 * newcomment.el (comment-fill-column, comment-column)
17376 (comment-style, comment-padding, comment-multi-line)
17377 (comment-empty-lines, comment-auto-fill-only-comments):
17378 * reveal.el (reveal-around-mark):
17379 * uniquify.el (uniquify-buffer-name-style)
17380 (uniquify-after-kill-buffer-p)
17381 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17382 (uniquify-min-dir-content, uniquify-separator)
17383 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17384 * w32-vars.el (w32-fixed-font-alist):
17385 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17386 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17387 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17388 * progmodes/perl-mode.el (perl-indent-level)
17389 (perl-continued-statement-offset, perl-continued-brace-offset)
17390 (perl-brace-offset, perl-brace-imaginary-offset)
17391 (perl-label-offset, perl-indent-continued-arguments)
17392 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17393 * progmodes/tcl.el (tcl-indent-level)
17394 (tcl-continued-indent-level, tcl-auto-newline)
17395 (tcl-tab-always-indent, tcl-electric-hash-style)
17396 (tcl-help-directory-list, tcl-use-smart-word-finder)
17397 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17398 (inferior-tcl-source-command):
17399 * textmodes/fill.el (enable-kinsoku):
17400 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17401 * textmodes/table.el (table-yank-handler):
17402 Specify missing group (and type, if simple) in defcustom.
17403
17404 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17405
17406 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17407
17408 2005-05-19 Richard M. Stallman <rms@gnu.org>
17409
17410 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17411
17412 * subr.el (event-basic-type): Don't get an error.
17413 (left-fringe-p): Function deleted.
17414
17415 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17416 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17417
17418 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17419 in recursive copy.
17420
17421 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17422
17423 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17424
17425 * emacs-lisp/bytecomp.el
17426 (byte-compile-file-form-custom-declare-variable):
17427 Call byte-compile-nogroup-warn if appropriate.
17428
17429 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17430 (compilation-set-window): Don't call left-fringe-p; do it directly.
17431
17432 2005-05-19 Jay Belanger <belanger@truman.edu>
17433
17434 * calc/calc-graph.el (calc-graph-format-data): Make sure
17435 var-PlotRejects is bound before trying to check its value.
17436
17437 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17438
17439 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17440 definition of this variable from reftex-global.el to reftex.el,
17441 because it is needed in the menu.
17442
17443 2005-05-19 Lute Kamstra <lute@gnu.org>
17444
17445 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17446 years are fixed. Don't insert a space after a dash.
17447
17448 2005-05-19 Kim F. Storm <storm@cua.dk>
17449
17450 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17451
17452 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17453
17454 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17455 strings, because (eq ... ?\\) is fairly frequent.
17456
17457 * progmodes/make-mode.el (makefile-add-this-line-targets):
17458 Simplify and integrate into `makefile-pickup-targets'.
17459 (makefile-add-this-line-macro): Simplify and integrate into
17460 `makefile-pickup-macros.
17461 (makefile-pickup-filenames-as-targets): Simplify.
17462 (makefile-previous-dependency, makefile-match-dependency):
17463 Don't stumble over `::'.
17464
17465 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17466
17467 * subr.el (post-command-idle-hook, post-command-idle-delay):
17468 Remove obsoletion of post-command-idle-hook and
17469 post-command-idle-delay.
17470
17471 * faces.el (list-faces-display): Provide button when describe-face
17472 is called to take user back to the list of faces.
17473
17474 * help-fns.el (describe-variable): Remove hyperlinks in a
17475 variable's value as these are quite frequently inappropriate.
17476
17477 * follow.el (follow-submit-feedback, follow-mode):
17478 Remove references to post-command-idle-hook.
17479
17480 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17481
17482 * progmodes/make-mode.el (makefile-previous-dependency)
17483 (makefile-match-dependency): Check for := (and in bsd mode also
17484 !=) to give a better result, even when font-lock is not on.
17485
17486 2005-05-18 Jay Belanger <belanger@truman.edu>
17487
17488 * calc/calc-help.el (calc-s-prefix-help):
17489 Add `calc-copy-special-constant' to help string.
17490
17491 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17492
17493 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17494
17495 2005-05-18 Jay Belanger <belanger@truman.edu>
17496
17497 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17498 in linear factors are in proper order.
17499
17500 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17501
17502 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17503 Support for jurabib.
17504
17505 * textmodes/reftex.el (featurep): Define aliases for overlay
17506 commands, for XEmacs compatibility, and use these aliases in
17507 overlay initializations.
17508 (reftex-highlight): Use `reftex-move-overlay'.
17509 (reftex-unhighlight): Use `reftex-delete-overlay'.
17510 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17511 (reftex-access-search-path): Use `reftex-uniquify' instead of
17512 `reftex-uniq'
17513
17514 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17515 `before-string' property modification enables for Emacs as well.
17516 (reftex-select-item): Use `reftex-delete-overlay'.
17517 (reftex-select-mark): Use `reftex-make-overlay' and
17518 `reftex-overlay-put'.
17519 (reftex-select-unmark): Use `reftex-delete-overlay' and
17520 `reftex-overlay-put'.
17521
17522 2005-05-18 Lute Kamstra <lute@gnu.org>
17523
17524 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17525
17526 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17527
17528 * add-log.el (add-change-log-entry):
17529 * array.el (array-make-template, array-reconfigure-rows)
17530 (array-init-max-row, array-init-max-column)
17531 (array-init-columns-per-line, array-init-field-width):
17532 * replace.el (replace-match-maybe-edit, perform-replace):
17533 * textmodes/spell.el (spell-region):
17534 Replace `read-input' by `read-string'.
17535
17536 * forms.el (forms-mode):
17537 * finder.el (finder-compile-keywords):
17538 * shadowfile.el (shadow-read-files):
17539 Replace `eval-current-buffer' by `eval-buffer'.
17540
17541 * terminal.el (te-pass-through):
17542 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17543 (ange-ftp-raw-send-cmd):
17544 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17545 (send-process-next-char, telnet-initial-filter, telnet):
17546 Replace `send-string' by `process-send-string'.
17547
17548 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17549 (prolog-consult-region): Replace `send-string' by
17550 `process-send-string'; replace `send-region' by `process-send-region'.
17551
17552 * progmodes/delphi.el (delphi-log-msg):
17553 Replace `set-window-dot' by `set-window-point'.
17554
17555 * subr.el (window-dot, set-window-dot, read-input, send-string)
17556 (send-region, show-buffer, eval-current-buffer):
17557 Make really obsolete, as the comment says.
17558
17559 2005-05-17 Kim F. Storm <storm@cua.dk>
17560
17561 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17562 (cua--init-keymaps): Bind C-return instead of S-return to set
17563 rectangle mark.
17564
17565 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17566 instead of S-return to toggle/clear rectangle mark.
17567
17568 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17569
17570 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17571 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17572 Also fontify plain strings assigned to variables, mostly so that a
17573 colon has a face and is thus not taken as a dependency separator.
17574 (makefile-previous-dependency): Inline the new matcher, because it
17575 is too complex to work in both directions.
17576 (makefile-match-dependency): Eliminate `backward' arg (see above).
17577 Completely reimplemented so as to not sometimes go into an endless
17578 loop. It should also be more efficient, because first it only
17579 searches for `:', instead of applying the very complex regexp.
17580 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17581 to be fontified in one piece can be too long for JIT.
17582 Makefiles are never *that* big.
17583
17584 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17585
17586 * dired.el (dired-mode): Simplify.
17587
17588 2005-05-17 Lute Kamstra <lute@gnu.org>
17589
17590 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17591 defcustom for the mode hook variable.
17592
17593 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17594 Emacs Lisp Reference Manual.
17595
17596 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17597
17598 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17599 (evenp, list*):
17600 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17601 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17602
17603 * net/tramp-smb.el (tramp-smb-open-connection):
17604 Pass `tramp-chunksize' as fifth (required) argument.
17605
17606 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17607
17608 * font-lock.el (lisp-font-lock-keywords-1):
17609 Set `font-lock-negation-char-face' for [^...] char group.
17610 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17611
17612 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17613 a var, and refine it to mask one more level of nested vars.
17614 (makefile-rule-action-regex): Turn it into a var, and refine it so
17615 it recognizes backslashed continuation lines as belonging to the
17616 same command.
17617 (makefile-macroassign-regex): Refine it so it recognizes
17618 backslashed continuation lines as belonging to the same command.
17619 (makefile-var-use-regex): Don't look at the next char, because it
17620 might be the same one to be skipped by the initial [^$], leading
17621 to an overlooked variable use.
17622 (makefile-make-font-lock-keywords): Remove two parameters, which
17623 are now variables that some of the modes set locally.
17624 Handle dependency and rule action matching through functions, because
17625 regexps alone match too often. Dependency matching now comes
17626 last, so it can check, whether a colon already matched something else.
17627 (makefile-mode): Inform that font-lock improves makefile parsing
17628 capabilities.
17629 (makefile-match-dependency, makefile-match-action): New functions.
17630
17631 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17632
17633 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17634
17635 * align.el (align-regexp):
17636 * ansi-color.el (ansi-color-get-face):
17637 * array.el (array-reconfigure-rows, array-init-max-row)
17638 (array-init-max-column, array-init-columns-per-line)
17639 (array-init-field-width):
17640 * dired-aux.el (dired-trample-file-versions):
17641 * dired-x.el (dired-mark-sexp):
17642 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17643 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17644 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17645 * faces.el (face-read-integer):
17646 * files.el (backup-extract-version, insert-directory):
17647 * hexl.el (hexl-insert-decimal-char):
17648 * server.el (server-process-filter):
17649 * shell.el (shell-extract-num):
17650 * startup.el (command-line-1):
17651 * term.el (term-command-hook):
17652 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17653 (time-stamp-do-number):
17654 * time.el (display-time-update):
17655 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17656 (timezone-fix-time):
17657 * vms-patch.el (vms-suspend-resume-hook):
17658 * calendar/appt.el (appt-convert-time):
17659 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17660 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17661 * calendar/cal-islam.el (mark-islamic-diary-entries):
17662 * calendar/calendar.el (calendar-cursor-to-date)
17663 (calendar-star-date):
17664 * calendar/diary-lib.el (diary-attrtype-convert)
17665 (mark-diary-entries, diary-entry-time):
17666 * calendar/solar.el (solar-get-number):
17667 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17668 * emacs-lisp/re-builder.el (reb-display-subexp):
17669 * emulation/edt.el (edt-set-scroll-margins):
17670 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17671 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17672 (vip-get-ex-count):
17673 * emulation/viper-ex.el (viper-get-ex-token)
17674 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17675 * international/fontset.el (fontset-plain-name):
17676 * mail/feedmail.el (feedmail-look-at-queue-directory):
17677 * mail/mailalias.el (mail-get-names):
17678 * mail/rmail.el (rmail-convert-to-babyl-format):
17679 * mail/rmailsum.el (rmail-make-basic-summary-line)
17680 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17681 (rmail-summary-goto-msg):
17682 * mail/smtpmail.el (smtpmail-read-response):
17683 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17684 (ange-ftp-vms-add-file-entry):
17685 * play/gametree.el (gametree-looking-at-ply)
17686 (gametree-current-branch-score):
17687 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17688 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17689 * progmodes/cperl-mode.el (condition-case):
17690 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17691 (ebrowse-set-member-buffer-column-width)
17692 (ebrowse-select-1st-to-9nth):
17693 * progmodes/etags.el (etags-snarf-tag):
17694 * progmodes/flymake.el (flymake-parse-line):
17695 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17696 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17697 (idlwave-shell-menu-def):
17698 * progmodes/ps-mode.el (ps-run-goto-error):
17699 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17700 (vhdl-speedbar-contract-level):
17701 * term/mac-win.el (x-handle-numeric-switch):
17702 * term/sun-mouse.el (sun-get-frame-data):
17703 * term/w32-win.el (x-handle-numeric-switch):
17704 * term/x-win.el (x-handle-numeric-switch):
17705 * textmodes/ispell.el (ispell-parse-output):
17706 * textmodes/nroff-mode.el (nroff-outline-level):
17707 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17708 (reftex-bib-sort-year-reverse, reftex-format-citation):
17709 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17710 (reftex-section-number):
17711 * textmodes/texinfmt.el (texinfo-paragraphindent):
17712 Replace `string-to-int' by `string-to-number'.
17713
17714 * international/latexenc.el: Add page marker to force the "Local
17715 Variables:" string out of the last page.
17716
17717 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17718
17719 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17720 tooltip-change-major-mode.
17721 (gud-tooltip-print-command): Remove case where gud-minor-mode
17722 is gdb ("--fullname").
17723 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17724 explain to user.
17725
17726 2005-05-16 Jay Belanger <belanger@truman.edu>
17727
17728 * calc/calc-store.el (calc-copy-special-constant): New function.
17729
17730 * calc/calc-ext.el (calc-init-extensions): Add binding for
17731 `calc-copy-special-constant'.
17732
17733 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17734 for the `calc-copy-special-constant' command.
17735
17736 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17737
17738 * subr.el (left-fringe-p): New function.
17739
17740 * progmodes/compile.el (compilation-setup): Set local value of
17741 overlay-arrow-string to "" always.
17742 (compilation-set-window): Left fringe then don't scroll.
17743 No left fringe then no arrow and scroll message to top.
17744 (compilation-context-lines): Adjust doc string accordingly.
17745
17746 2005-05-16 Kim F. Storm <storm@cua.dk>
17747
17748 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17749 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17750 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17751 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17752 (ido-read-file-name): Handle commands with ido property value
17753 equal to find-file as reading a file name, to allow C-d to enter dired.
17754 (ibuffer-find-file): Add ido property with value find-file.
17755
17756 2005-05-15 Kim F. Storm <storm@cua.dk>
17757
17758 * subr.el (open-network-stream-nowait): Remove.
17759 (open-network-stream-server): Remove.
17760
17761 2005-05-15 Richard M. Stallman <rms@gnu.org>
17762
17763 * faces.el (describe-face): Output a definition link button.
17764
17765 * help-mode.el (help-face-def): New button type.
17766
17767 * emacs-lisp/copyright.el (copyright-fix-years):
17768 Match properly if the first year is 2-digit.
17769 Don't mess up the whitespace after the years by filling.
17770
17771 * dired-aux.el (dired-mark-confirm):
17772 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17773
17774 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17775 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17776 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17777
17778 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17779 Set font-lock-comment-start-skip.
17780
17781 * font-lock.el (font-lock-comment-start-skip): New variable.
17782 (font-lock-comment-end-skip): New variable.
17783 (font-lock-fontify-syntactically-region): Use them if non-nil.
17784
17785 2005-05-15 Jay Belanger <belanger@truman.edu>
17786
17787 * calc/calc-store.el (calc-store-value): Return a string rather
17788 than display it as a message.
17789 Use calc-var-name for variable name.
17790 (calc-store-into): Add the result of calc-store-value to message.
17791 (calc-copy-variable): Add a message.
17792 (calc-store-exchange): Improve error messages.
17793 (calc-store-binary, calc-store-map): Don't reset the values of
17794 special constants.
17795
17796 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17797
17798 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17799 manual to docstring.
17800
17801 * files.el (hack-local-variables-confirm): Add STRING argument.
17802 Make the function handle non file visiting buffers correctly.
17803 (hack-local-variables-prop-line, hack-local-variables)
17804 (hack-one-local-variable): Use STRING arg of
17805 `hack-local-variables-confirm'.
17806
17807 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17808
17809 Sync with Tramp 2.0.49.
17810
17811 * net/tramp.el (tramp-handle-dired-call-process)
17812 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17813 because the contents of the Tramp buffer is changed before
17814 insertion (`expand-file' and alike).
17815 (tramp-handle-insert-directory): If `localname' has an empty
17816 nondirectory name, it must not be quoted.
17817 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17818 variable `tramp-chunksize'. Change callees.
17819 (tramp-open-connection-setup-interactive-shell): Check remote host
17820 for buggy `send-process-string' implementation.
17821 Set `tramp-chunksize' if found. Reported by Michael Kifer
17822 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17823 (tramp-handle-shell-command): `insert-buffer' cannot be used
17824 because the contents of the Tramp buffer is changed before
17825 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17826 <frederic.bothamy@free.fr>.
17827 (tramp-set-auto-save): Actions should be done for Tramp file name
17828 handler only. Ange-FTP has its own auto-save mechanism.
17829 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17830 (tramp-set-auto-save-file-modes): Set file modes of
17831 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17832 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17833 (tramp-bug): Remove obsolete variable.
17834 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17835 for presence of `mml-mode'. Make it running for older Emacsen as well.
17836
17837 2005-05-14 John Paul Wallington <jpw@pobox.com>
17838
17839 * ibuf-ext.el (define-ibuffer-filter filename):
17840 If `dired-directory' is a list, use its car.
17841
17842 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17843
17844 * ibuffer.el (define-ibuffer-column filename):
17845 If `dired-directory' is a list, use its car.
17846
17847 2005-05-14 Richard M. Stallman <rms@gnu.org>
17848
17849 * subr.el (symbol-file): Doc fix.
17850
17851 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17852 (byte-compile-form): Call byte-compile-nogroup-warn.
17853 (byte-compile-warning-types): Doc fix.
17854
17855 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17856
17857 * progmodes/cc-engine.el (c-literal-faces):
17858 Add font-lock-comment-delimiter-face.
17859
17860 * net/net-utils.el (dig): Use with-no-warnings.
17861
17862 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17863 (sc-recite-frame-alist, sc-default-cite-frame)
17864 (sc-default-uncite-frame, sc-default-recite-frame)
17865 (sc-attrib-selection-list, sc-rewrite-header-list):
17866 Mark as risky-local-variable.
17867
17868 * international/ogonek.el (ogonek-jak, ogonek-how):
17869 Don't use beginning-of-buffer.
17870
17871 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17872
17873 * calendar/solar.el (solar-data-list): Move definition up.
17874
17875 * dnd.el (dnd-protocol-alist): Add autoload.
17876
17877 * progmodes/sh-script.el: Many doc usage fixes.
17878 (sh-indent-after-do): Change default to match common styles.
17879
17880 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17881
17882 * files.el (interpreter-mode-alist)
17883 (auto-mode-interpreter-regexp): Doc fixes.
17884
17885 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17886
17887 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17888
17889 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17890
17891 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17892
17893 * dired.el (dired-mode): make-variable-buffer-local =>
17894 make-local-variable.
17895
17896 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17897
17898 * term/mac-win.el (mac-select-convert-to-string): Try coding
17899 systems in mac-script-code-coding-systems if specified one cannot
17900 encode string for `com.apple.traditional-mac-plain-text'.
17901
17902 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17903
17904 * progmodes/make-mode.el (makefile-targets-face)
17905 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17906 (makefile-dependency-regex): Fix it to not make the colon in
17907 $(var:a=b) special.
17908 (makefile-rule-action-regex): New regexp for highlighting embedded
17909 Shell strings.
17910 (makefile-macroassign-regex): Handle != for highlighting as
17911 embedded Shell strings.
17912 (makefile-var-use-regex): New const.
17913 (makefile-statements, makefile-automake-statements)
17914 (makefile-gmake-statements, makefile-makepp-statements)
17915 (makefile-bsdmake-statements): New consts.
17916 (makefile-make-font-lock-keywords): New function.
17917 (makefile-automake-font-lock-keywords)
17918 (makefile-gmake-font-lock-keywords)
17919 (makefile-makepp-font-lock-keywords)
17920 (makefile-bsdmake-font-lock-keywords): New consts.
17921 (makefile-mode-map): Add switchers between the various submodes.
17922 (makefile-mode): Document the availability of the variants.
17923 (makefile-automake-mode, makefile-gmake-mode)
17924 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17925
17926 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17927 new variants of makefile-mode.
17928
17929 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17930
17931 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17932 the inheritance.
17933
17934 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17935
17936 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17937 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17938
17939 * files.el (normal-mode): Extend the scope of the
17940 `enable-local-variables' binding to include the `set-auto-mode' call.
17941 (magic-mode-alist): Doc fix.
17942
17943 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17946 font-lock-comment-face rather than copying its setting.
17947
17948 2005-05-12 Andreas Schwab <schwab@suse.de>
17949
17950 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17951
17952 2005-05-12 Lute Kamstra <lute@gnu.org>
17953
17954 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17955 defcustom for the mode hook variable. Delete the last argument.
17956 * generic-x.el: Fix callers of define-generic-mode.
17957 (generic-x-modes): Delete group.
17958 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17959 generic-x customization group.
17960
17961 2005-05-12 Kim F. Storm <storm@cua.dk>
17962
17963 * font-lock.el (font-lock-negation-char-face): Default to "off".
17964
17965 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17966 font-lock-negation-char-face to ! in !=.
17967
17968 2005-05-12 Masatake YAMATO <jet@gyve.org>
17969
17970 * add-log.el (find-change-log): Fix typos in the docstring
17971 of function.
17972
17973 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17974
17975 * international/latexenc.el (latexenc-find-file-coding-system):
17976 Avoid `re-search-forward' when looking for input encoding because
17977 of speed and safety. Better regular expressions for recognizing
17978 input encoding. Limit a search for TeX-master/tex-main-file to
17979 the local variable section.
17980
17981 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17982
17983 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17984 syntax of $ to "'" (quote).
17985
17986 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17987
17988 * dnd.el (dnd-protocol-alist): Improve custom type.
17989
17990 * dired.el (dired-dnd-protocol-alist): New variable.
17991 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17992 `dired-mode-hook' to the end.
17993
17994 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17997 comment-end if comment-start-skip is not set.
17998 Obey the font-lock-comment-delimiter-face variables.
17999
18000 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * files.el (executable-find): Move from executable.el. Use
18003 locate-file.
18004 * progmodes/executable.el (executable-find): Move to files.el.
18005
18006 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18007 when trying to ensure forward progress.
18008
18009 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18010
18011 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18012 (mouse-select, mouse-select-internal, mouse-extend-internal):
18013 Use it to implement mouse-1-click-follows-link functionality.
18014
18015 2005-05-11 Richard M. Stallman <rms@gnu.org>
18016
18017 * font-lock.el (font-lock-fontify-syntactically-region):
18018 Use font-lock-comment-delimiter-face for comment delimiters.
18019
18020 2005-05-10 Jay Belanger <belanger@truman.edu>
18021
18022 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18023 preserving embedded modes.
18024
18025 2005-05-10 Richard M. Stallman <rms@gnu.org>
18026
18027 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18028
18029 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18030 Move from ada-stmt.el.
18031 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18032
18033 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18034 Move to ada-mode.el.
18035 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18036
18037 * cus-edit.el (custom-file): Call file-chase-links.
18038
18039 * files.el (read-directory-name): Fix previous change.
18040 (hack-local-variables-confirm): New function.
18041 (hack-local-variables-prop-line, hack-local-variables)
18042 (hack-one-local-variable): Use it.
18043
18044 2005-05-10 Lute Kamstra <lute@gnu.org>
18045
18046 * font-lock.el (font-lock-keywords-alist)
18047 (font-lock-removed-keywords-alist): Clarify docstrings.
18048
18049 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18050
18051 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18052 (gdb-source-info): Check for preprocessor info.
18053 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18054 a macro for a function.
18055 (gdb-info-breakpoints-custom): Try to find file again if not already
18056 found (user might have used GDB dir command).
18057 (gdb-get-location): Update gdb-location-alist correctly for change
18058 to gdb-info-breakpoints-custom.
18059
18060 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18061 (gud-tooltip-print-command): Add gdbmi case.
18062 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18063 preprocessor info.
18064
18065 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18066
18067 * startup.el (fancy-splash-insert): Fix typo in doc string.
18068
18069 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18070
18071 * obsolete/float.el (string-to-float):
18072 * obsolete/hilit19.el (hilit-add-pattern):
18073 * obsolete/rnews.el (news-parse-range, news-select-message)
18074 (news-get-pruned-list-of-files): Replace `string-to-int' by
18075 `string-to-number'.
18076
18077 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18078 `find-file-not-found-hooks'; use `add-hook'.
18079 (uncompress-while-visiting): Set `write-file-functions', not
18080 `write-file-hooks'; use `add-hook'.
18081
18082 2005-05-09 Kim F. Storm <storm@cua.dk>
18083
18084 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18085 (cua-paste): Handle clipboard action.
18086 (cua--init-keymaps): Remap clipboard-kill-region and
18087 clipboard-kill-ring-save.
18088
18089 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18090
18091 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18092 Improve commentary.
18093
18094 * simple.el (next-error-overlay-arrow-position): Revert the change
18095 made on 2005-04-30.
18096
18097 2005-05-07 Jay Belanger <belanger@truman.edu>
18098
18099 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18100 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18101 `calc-sel-reselect'.
18102
18103 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18104 Calc is in embedded mode.
18105
18106 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18107
18108 * progmodes/compile.el (compilation-setup):
18109 Set overlay-arrow-string to an empty string on text terminals.
18110
18111 * textmodes/ispell.el (ispell-program-name): Try looking for
18112 "aspell" along exec-path, and if found, use it as the default
18113 speller program.
18114
18115 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18116
18117 * international/mule.el (sgml-xml-auto-coding-function):
18118 Recognize encoding='FOO' in single quotes as well as in double quotes.
18119
18120 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18121
18122 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18123 as well as `interactive', so that defmacro* would recognize
18124 `declare' forms.
18125
18126 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18127
18128 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18129 Explain more about the LIGHTER arg's usage in the doc string.
18130 Add commentary to clarify what the code does. Fix the regexp that
18131 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18132 since it could have characters special to regular expressions.
18133
18134 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18135
18136 * replace.el (occur-1): Bind inhibit-read-only so that
18137 erase-buffer doesn't barf on read-only text properties (likewise
18138 for add-text-properties in occur-engine). Mark buffer as unmodified.
18139 (occur-engine): Don't set buffer-read-only here.
18140
18141 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18142
18143 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18144 list-buffers-directory. This caused the *cvs-commit* buffer to be
18145 sometimes mistakenly reused as a *cvs* buffer.
18146
18147 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * tooltip.el: Move code for GUD tooltips into gud.el.
18150 (require): CL no longer needed to compile case.
18151 (tooltip-mode): Do not toggle functions for GUD tooltips.
18152 (tooltip-gud-tips-p): Remove. Replace with minor mode
18153 gud-tooltip-mode in gud.el.
18154 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18155 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18156 tooltip-gud prefix with gud-tooltip and obsolete.
18157 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18158 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18159 (tooltip-mouse-motion): Mouse movement functions/variable.
18160 Rename in gud.el by adding gud prefix.
18161 (tooltip-gud-original-filter, tooltip-gud-dereference)
18162 (tooltip-gud-event, tooltip-toggle-gud-tips)
18163 (tooltip-gud-process-output, tooltip-gud-print-command)
18164 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18165 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18166 (gdb-tooltip-print): Move to gdb-ui.el.
18167
18168 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18169 (require): CL needed to compile case.
18170 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18171 tooltip-gud-tips-p. Make it a minor-mode.
18172 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18173 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18174 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18175 (gud-tooltip-change-major-mode)
18176 (gud-tooltip-activate-mouse-motions-if-enabled)
18177 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18178 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18179 (gud-tooltip-original-filter, gud-tooltip-dereference)
18180 (gud-tooltip-event, tooltip-toggle-gud-tips)
18181 (gud-tooltip-process-output, gud-tooltip-print-command)
18182 (gud-tooltip-tips): Move from tooltip.el.
18183
18184 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18185 (gdb-cpp-define-alist-flags): Doc fix.
18186 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18187 gud-tooltip-mode is t.
18188
18189 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18192 evaporate if their text is deleted.
18193 (goto-address-at-point): Make it work as a mouse binding as well.
18194 (goto-address-at-mouse): Obsolete it. Update users.
18195
18196 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18197
18198 * calendar/appt.el (top-level): No longer activate on load.
18199
18200 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18201
18202 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18203 * net/webjump.el (webjump):
18204 * progmodes/idlw-help.el (idlwave-do-context-help1)
18205 (idlwave-highlight-linked-completions):
18206 * textmodes/po.el (po-find-file-coding-system-guts):
18207 Replace `assoc-ignore-case' by `assoc-string'.
18208
18209 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18210
18211 * files.el (locate-file): Doc fix.
18212
18213 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18214 Remove the redundant test for ms-dos.
18215
18216 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18217 look for the preprocessor with exec-suffixes. If not found in
18218 standard places, look in exec-path. Remove most of the tests that
18219 used system-type.
18220
18221 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18222
18223 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18224
18225 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18226 file-name clash with jka-compr.el on 8+3 filesystems.
18227
18228 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18229
18230 * term/mac-win.el: Don't define or bind scroll bar functions if
18231 x-toolkit-scroll-bars is t.
18232 (x-select-text, x-get-selection-value): Clear
18233 x-last-selected-text-clipboard if x-select-enable-clipboard is
18234 nil.
18235 (PRIMARY): Put mac-scrap-name property.
18236 (mac-select-convert-to-file-url): New function.
18237 (public.file-url): New selection target type. Add to
18238 selection-converter-alist.
18239 (x-get-selection, x-selection-value): Handle it.
18240 (x-cut-buffer-or-selection-value): New alias.
18241
18242 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18243
18244 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18245 entry to avoid calling bibtex-find-entry with arg global
18246 being t. Remove arg key.
18247 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18248 (bibtex-copy-summary-as-kill): Change accordingly.
18249
18250 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18253 (org-agenda-date-later): Use with-current-buffer.
18254
18255 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18256
18257 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18258 (define-obsolete-variable-alias): Doc Fixes.
18259
18260 2005-05-06 Kim F. Storm <storm@cua.dk>
18261
18262 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18263 vertical-motion when selective-display is active.
18264
18265 * ido.el (ido-setup-hook): New hook.
18266 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18267 (ido-input-stack): New var.
18268 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18269 ido-next-work-file binding to M-O.
18270 Bind M-f to ido-wide-find-file-or-pop-dir.
18271 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18272 (ido-read-internal): Run ido-setup-hook.
18273 Catch quit in read-file-name and read-string to cancel edit.
18274 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18275 Automatically pop-all when completing a directory name (RET).
18276 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18277 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18278 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18279 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18280 New functions for M-b/M-f to move among the directory components.
18281 (ido-make-merged-file-list): Catch quit to cancel merge.
18282 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18283 (ido-completion-help): No warnings for ido-completion-buffer-full.
18284
18285 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18286
18287 * font-lock.el (font-lock-negation-char-face): New face and variable.
18288 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18289 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18290 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18291 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18292
18293 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18294
18295 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18296 Fix typo in docstring.
18297
18298 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18299 (ebrowse-print-statistics-line)
18300 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18301
18302 * term/w32-win.el (image-library-alist): Add additional name for
18303 Xpm library.
18304
18305 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18306
18307 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18308 use gcc instead of cpp.
18309
18310 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18311 (gdb-create-define-alist): Use it.
18312 (gdb-cpp-define-alist-program): Update for MS-DOS.
18313
18314 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18315
18316 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18317
18318 2005-05-04 Richard M. Stallman <rms@gnu.org>
18319
18320 * help.el (describe-key): No error when UNTRANSLATED is nil.
18321
18322 * simple.el (line-move-1): Fix previous change to signal errors
18323 appropriately.
18324
18325 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18326
18327 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18328 (icalendar-duration-correction): Remove.
18329 (icalendar--get-event-properties): Split result at commas.
18330 (icalendar--decode-isoduration): New optional argument
18331 DURATION-CORRECTION.
18332 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18333 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18334 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18335 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18336 (icalendar--convert-anniversary-to-ical): New functions, extracted
18337 from icalendar-export-region, with bug fixes.
18338 (icalendar-export-region): Use the above functions.
18339 (icalendar-import-buffer): Check before saving diary file.
18340 (icalendar--convert-recurring-to-diary)
18341 (icalendar--convert-non-recurring-all-day-to-diary)
18342 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18343 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18344 (icalendar--convert-ical-to-diary): Use the above functions.
18345
18346 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18347
18348 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18349 Remove these recent additions.
18350 (c-mode): Restore to before 2005-04-28.
18351
18352 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18353 recent addition.
18354
18355 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18356 (gdb-define-alist): New variables.
18357 (gdb-create-define-alist): New function.
18358 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18359 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18360 with string-to-number.
18361 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18362
18363 * progmodes/gud.el: Replace string-to-int with string-to-number.
18364 (gud-find-file): Handle gdb-define-alist.
18365
18366 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18367
18368 2005-05-02 Jay Belanger <belanger@truman.edu>
18369
18370 * calc/calc-aent.el (math-read-token):
18371 * calc/calc-bin.el (calc-word-size):
18372 * calc/calc-ext.el (calc-read-number-fancy):
18373 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18374 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18375 * calc/calc-frac.el (calc-over-notation):
18376 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18377 (calc-graph-num-points, calc-graph-init):
18378 * calc/calc-prog.el (calc-read-parse-table-part)
18379 (calc-edit-macro-repeats):
18380 * calc/calc-yank.el (calc-do-grab-rectangle):
18381 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18382 Replace `string-to-int' by `string-to-number'.
18383
18384 2005-05-02 Kim F. Storm <storm@cua.dk>
18385
18386 * kmacro.el: Use executing-kbd-macro-index variable.
18387
18388 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18389
18390 * net/rlogin.el (rlogin-parse-words): Delete func.
18391 (rlogin): Use split-string, not rlogin-parse-words.
18392 Also, if there are option-like elements in the parsed args,
18393 take the host to be the first arg immediately following them.
18394 Suggested by Michael Mauger.
18395
18396 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18397
18398 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18399
18400 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18401
18402 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18403 (cc-mode-cpp-program): Rename to cc-define-list-program and
18404 move to cc-vars.el.
18405
18406 * progmodes/cc-vars.el (cc-define-list-program):
18407 Change to "gcc -E -dM -". Make customizable.
18408
18409 2005-05-02 Kim F. Storm <storm@cua.dk>
18410
18411 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18412
18413 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18414
18415 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18416
18417 * international/mule-util.el (truncate-string): Remove alias and
18418 obsolete declaration.
18419
18420 * international/mule-cmds.el (update-iso-coding-systems):
18421 Remove alias and obsolete declaration.
18422
18423 * international/mule.el (coding-system-parent): Remove alias and
18424 obsolete declaration.
18425
18426 * subr.el (define-function, sref): Remove aliases and obsolete
18427 declarations.
18428 (chars-in-region): Remove obsolete declaration.
18429
18430 2005-05-01 Richard M. Stallman <rms@gnu.org>
18431
18432 * info.el (Info-mode): Set widen-automatically to nil, locally.
18433
18434 * simple.el (widen-automatically): New variable.
18435 (pop-global-mark): Obey widen-automatically.
18436
18437 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18438
18439 * term/xterm.el (function-key-map): Call substitute-key-definition
18440 before the keymap size is increased by a lot of define-key calls.
18441
18442 2005-05-01 Richard M. Stallman <rms@gnu.org>
18443
18444 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18445 Rename ARG to ELEMENT. Doc fix.
18446
18447 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18448
18449 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18450 Remove references to allout-exposure/change to allout-new-exposure.
18451
18452 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18453 bytecode symbols.
18454
18455 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18456 (compiled-function-p, focus-frame, unfocus-frame):
18457 Remove aliases and obsolete declarations.
18458 Back out inadvertent changes from previous commit.
18459
18460 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18461
18462 * files.el (require-final-newline): Make Custom tags consistent
18463 with mode-require-final-newline.
18464 (mode-require-final-newline): Doc fix.
18465
18466 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 * international/latexenc.el (latexenc-find-file-coding-system):
18469 Fix regular expressions.
18470
18471 2005-05-01 David Kastrup <dak@gnu.org>
18472
18473 * international/latexenc.el (latexenc-find-file-coding-system):
18474 Fix regular expressions.
18475
18476 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18477
18478 * subr.el (string-to-int): Make obsolete.
18479
18480 2005-04-30 Richard M. Stallman <rms@gnu.org>
18481
18482 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18483
18484 * loadup.el: load jka-comp-hook.
18485
18486 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18487 (jka-compr-handler): Add autoload. `put' calls moved
18488 to jka-comp-hook.el.
18489 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18490 (jka-compr-inhibit): Autoload.
18491
18492 * jka-comp-hook.el: New file.
18493 Enable the mode by default.
18494
18495 * files.el (backup-buffer-copy): Use copy-file instead
18496 of write-region, and put back the 'excl.
18497
18498 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18499
18500 * progmodes/flymake.el (flymake-split-string)
18501 (flymake-split-string, flymake-log, flymake-pid-to-names)
18502 (flymake-reg-names, flymake-get-source-buffer-name)
18503 (flymake-unreg-names, flymake-add-line-err-info)
18504 (flymake-add-err-info): Clarify docstrings.
18505 (flymake-popup-menu, flymake-make-emacs-menu)
18506 (flymake-make-xemacs-menu): Add docstrings.
18507 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18508 Set variables directly throughout.
18509
18510 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18511
18512 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18513 exists. Initialize cc-define-alist.
18514 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18515 If there is no file (Macroexpansion) don't create an alist.
18516
18517 2005-04-29 Sam Steingold <sds@gnu.org>
18518
18519 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18520 (cc-create-define-alist): Use it instead of the hard-coded string.
18521
18522 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18525 for latexenc.
18526
18527 2005-04-29 Lute Kamstra <lute@gnu.org>
18528
18529 * emacs-lisp/generic.el: Improve commentary section.
18530 (define-generic-mode): Improve docstring.
18531
18532 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18533
18534 * textmodes/org.el (many places): Change to quiet the byte compiler.
18535 (org-prefix-format-compiled): New variable.
18536 (org-compile-prefix-format): New function.
18537 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18538 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18539 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18540 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18541 consistency with entries from `org-mode' files.
18542 (org-get-time-of-day): Fix bug with partial matches early in a line.
18543 (org-non-link-chars): New constant.
18544 (org-link-regexp): Respect `org-non-link-chars'.
18545 (org-agenda-day-view): Remove command.
18546 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18547 (org-follow-bbdb-link, org-store-link): Search also company field.
18548 (org-highlight-overlay): New variable.
18549 (org-highlight, org-unhighlight): New functions.
18550 (org-agenda-mode): Add pre-command-hook to remove highlight.
18551 (org-evaluate-time-range): Behavior depends upon whether time stamp
18552 contains a time or not.
18553 (org-show-subtree, org-show-entry): New functions.
18554 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18555
18556 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18557
18558 * comint.el (comint-output-filter-functions): Add autoload cookie.
18559
18560 2005-04-28 Kim F. Storm <storm@cua.dk>
18561
18562 * ido.el (ido-everywhere): Fix last change.
18563
18564 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18565
18566 * international/latexenc.el: New file.
18567 * international/mule-conf.el (file-coding-system-alist): For .tex,
18568 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18569
18570 2005-04-28 Lute Kamstra <lute@gnu.org>
18571
18572 * font-lock.el (font-lock-add-keywords)
18573 (font-lock-remove-keywords): Clarify docstring.
18574 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18575 Don't start docstrings with a `*'.
18576 (font-lock-update-removed-keyword-alist): Give it a docstring.
18577
18578 * generic-x.el: Update commentary section.
18579 Only require font-lock when compiling.
18580 Define all modes conditionally.
18581 Place all generic modes in the generic-x-modes customization group.
18582 (generic-x-modes): New customization group.
18583 (generic-default-modes, generic-mswindows-modes)
18584 (generic-unix-modes, generic-other-modes): New constants.
18585 (generic-define-mswindows-modes, generic-define-unix-modes):
18586 Update docstrings. Make them obsolete.
18587 (generic-extras-enable-list): New default value. Update docstring.
18588 Improve :type. Change :set function.
18589 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18590 Fix docstring.
18591
18592 * emacs-lisp/generic.el (generic-mode-internal):
18593 Simplify font-lock-defaults.
18594 (define-generic-mode): Fix docstring.
18595
18596 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18597
18598 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18599 font-lock-face property to highlight matches.
18600
18601 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18602
18603 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18604 (cc-define-alist): New variable.
18605 (c-mode): Make it local and initialize it.
18606
18607 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18608 (gdb-exited): New function.
18609 (gdb-annotation-rules): Use it.
18610 (gdb-starting): Set gdb-active-process to t.
18611 (gdb-stopping): Amend doc string.
18612 (gdb-reset): Set gdb-active-process to nil.
18613
18614 * tooltip.el (tooltip-gud-tips): Show the associated #define
18615 directives when a C program under GDB is not executing.
18616
18617 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18618
18619 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18620 font-lock-fontify-syntactic-keywords.
18621
18622 * font-lock.el (font-lock-default-fontify-region): Don't force
18623 parse-sexp-lookup-properties to nil.
18624
18625 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18626
18627 * man.el (man-mode-syntax-table): Set up `:' to have
18628 word-constituent syntax.
18629
18630 2005-04-27 Lute Kamstra <lute@gnu.org>
18631
18632 * novice.el (disable-command): Don't add spurious newlines to the
18633 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18634
18635 2005-04-26 Jay Belanger <belanger@truman.edu>
18636
18637 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18638 than one window before deleting window.
18639
18640 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18641
18642 * shell.el (shell-prompt-pattern): Doc fix.
18643 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18644
18645 * comint.el (comint-prompt-regexp, comint-get-old-input)
18646 (comint-use-prompt-regexp)
18647 (comint-use-prompt-regexp-instead-of-fields)
18648 (comint-replace-by-expanded-history, comint-send-input)
18649 (comint-output-filter, comint-get-old-input-default)
18650 (comint-line-beginning-position, comint-bol, comint-show-output)
18651 (comint-backward-matching-input, comint-forward-matching-input)
18652 (comint-next-prompt, comint-previous-prompt):
18653 Rename `comint-use-prompt-regexp-instead-of-fields' to
18654 `comint-use-prompt-regexp'. Keep old name as alias and declare
18655 obsolete.
18656 (comint-use-prompt-regexp): Shorten first line of doc string.
18657
18658 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18659 Set paragraph-separate buffer locally to "\\'".
18660
18661 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18662 Adapt to above name change.
18663
18664 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18665 (smbclient-prompt-regexp): Ditto.
18666
18667 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18668
18669 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18670
18671 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18672 gdb-location-list.
18673 Break lines that are over 80 characters wide.
18674
18675 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18678 New fun and var, to preserve compatibility.
18679
18680 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18681
18682 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18683
18684 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18685 name to file-newer-than-file-p.
18686
18687 2005-04-26 Richard M. Stallman <rms@gnu.org>
18688
18689 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18690
18691 * progmodes/python.el (python-mode):
18692 Use new name eldoc-documentation-function.
18693
18694 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18695
18696 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18697 (eldoc-documentation-function):
18698 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18699
18700 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18701
18702 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18703
18704 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18705
18706 * term/xterm.el (function-key-map): Fix strings for
18707 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18708 {C,S,A,C-S}-{f1-f12}.
18709
18710 2005-04-26 Kenichi Handa <handa@m17n.org>
18711
18712 * international/mule-cmds.el (select-safe-coding-system):
18713 Fix previous change.
18714
18715 2005-04-26 Lute Kamstra <lute@gnu.org>
18716
18717 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18718
18719 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18720 (font-lock-comment-delimiter-face): Ditto.
18721
18722 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18723
18724 2005-04-25 Jay Belanger <belanger@truman.edu>
18725
18726 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18727 to t while inserting information; use help-mode.
18728
18729 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18730
18731 * term.el (ansi-term-color-vector): Use the xterm colors.
18732 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18733
18734 2005-04-25 Lute Kamstra <lute@gnu.org>
18735
18736 * font-core.el (font-lock-defaults): Fix docstring.
18737
18738 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18739
18740 2005-04-25 Kenichi Handa <handa@m17n.org>
18741
18742 * international/mule-cmds.el (select-safe-coding-system):
18743 Don't check consistency with coding: spec, etc if raw-text or
18744 no-conversion was found to be safe.
18745
18746 2005-04-24 Richard M. Stallman <rms@gnu.org>
18747
18748 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18749 citation markers at start of each line.
18750
18751 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18752 citation markers at start of each line.
18753
18754 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18755
18756 * files.el (mode-require-final-newline): Fix previous change.
18757 (require-final-newline): Fix type label.
18758
18759 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18760
18761 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18762 statement in buffer (broken by 2004-11-24 change).
18763
18764 2005-04-24 Kim F. Storm <storm@cua.dk>
18765
18766 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18767 and read-file-name-function values. Don't overwrite existing
18768 non-nil values if ido-mode is enabled without ido-everywhere.
18769
18770 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18771
18772 * files.el (mode-require-final-newline): Minor doc fix.
18773
18774 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18775
18776 * subr.el (syntax-after): Doc fix.
18777 (syntax-class): If argument is nil, return nil. Mask off upper 16
18778 bits, not 8 bits.
18779
18780 * files.el (mode-require-final-newline): Doc fix.
18781 (backup-buffer-copy): Fix last change.
18782
18783 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18784
18785 * term/mac-win.el: Require select. Set selection-coding-system to
18786 mac-system-coding-system. Call menu-bar-enable-clipboard.
18787 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18788 (x-select-enable-clipboard): New variables.
18789 (x-select-text, x-get-selection, x-selection-value)
18790 (x-get-selection-value, mac-select-convert-to-string)
18791 (mac-services-open-file, mac-services-open-selection)
18792 (mac-services-insert-text): New functions.
18793 (CLIPBOARD, FIND): Put mac-scrap-name property.
18794 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18795 (public.tiff): Put mac-ostype property.
18796 (selection-converter-alist): Add entries for them.
18797 (mac-application-menu-map): New keymap.
18798 (interprogram-cut-function, interprogram-paste-function): Set to
18799 x-select-text and x-get-selection-value, respectively.
18800 (split-window-keep-point): Set to t.
18801
18802 2005-04-23 Richard M. Stallman <rms@gnu.org>
18803
18804 * files.el (read-directory-name): Always pass non-nil
18805 DEFAULT-FILENAME arg to read-file-name.
18806 (backup-buffer-copy, basic-save-buffer-2): Take care against
18807 writing thru an unexpected existing symlink.
18808 (revert-buffer): In indirect buffer, revert the base buffer.
18809 (magic-mode-alist): Doc fix.
18810 (buffer-stale-function): Doc fix.
18811 (minibuffer-with-setup-hook): Avoid warning.
18812 (mode-require-final-newline): Doc and custom fix.
18813
18814 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18815
18816 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18817 use the default appearance.
18818 (font-lock-comment-delimiter-face): New face, new variable.
18819
18820 * imenu.el (imenu--generic-function): The official position of a
18821 definition is the start of the line that BEG is in.
18822
18823 * midnight.el (midnight-timer): Move defvar up.
18824
18825 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18826
18827 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18828
18829 * startup.el (command-line): Use with-no-warnings.
18830
18831 * window.el (window-size-fixed): New defvar.
18832
18833 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18834
18835 * mail/rmail.el (rmail-font-lock-keywords):
18836 Use font-lock-comment-delimiter-face.
18837
18838 * mail/sendmail.el (mail-font-lock-keywords):
18839 Use font-lock-comment-delimiter-face.
18840
18841 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18842
18843 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18844
18845 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18846 Specify t for LAXMATCH when matching directories.
18847 Save match data around compilation-compat-error-properties form.
18848
18849 2005-04-23 David Kastrup <dak@gnu.org>
18850
18851 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18852 Mention that the autoloaded aliases should be kept for AUCTeX.
18853
18854 2005-04-23 Andreas Schwab <schwab@suse.de>
18855
18856 * isearch.el (isearch-forward): Doc fix.
18857
18858 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18859
18860 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18861 (jit-lock-stealth-nice): Change default value to 0.5.
18862
18863 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18864
18865 * abbrev.el (write-abbrev-file): Write table entries in
18866 alphabetical order by table name.
18867
18868 2005-04-22 Kim F. Storm <storm@cua.dk>
18869
18870 * ido.el (ido-read-internal): Fix `list' completion.
18871
18872 2005-04-22 Kenichi Handa <handa@m17n.org>
18873
18874 * recentf.el (recentf-save-file-coding-system): New variable.
18875 (recentf-save-list): Encode the file by
18876 recentf-save-file-coding-system and add coding: tag.
18877
18878 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18879
18880 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18881
18882 2005-04-21 Lute Kamstra <lute@gnu.org>
18883
18884 * loadhist.el (unload-feature): Don't remove a function from hooks
18885 if it is about to be restored to an autoload . Remove functions
18886 that will become unbound from auto-mode-alist. Simplify the code.
18887
18888 * subr.el (assq-delete-all): New implementation that is linear,
18889 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18890 (rassq-delete-all): New function.
18891
18892 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18893 Add size-indication-mode.
18894
18895 2005-04-21 Kenichi Handa <handa@m17n.org>
18896
18897 * international/mule-cmds.el: Add autoload for widget-value in
18898 eval-when-compile.
18899
18900 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18901
18902 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18903 Add tooltip-mode.
18904
18905 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18906
18907 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18908
18909 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18910 (inferior-lisp-filter-regexp, inferior-lisp-program)
18911 (inferior-lisp-load-command, inferior-lisp-prompt)
18912 (inferior-lisp-mode-hook, lisp-source-modes)
18913 (inferior-lisp-load-hook): defvar->defcustom.
18914 (inferior-lisp-program, inferior-lisp-prompt)
18915 (inferior-lisp-load-hook): Doc fixes.
18916 (inferior-lisp-install-letter-bindings): Small change in
18917 introductory comment.
18918
18919 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18920
18921 * vc.el (vc-annotate-color-map): Change some colors so that text
18922 using them as foreground is readable on both white and black
18923 backgrounds.
18924
18925 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 * international/mule-conf.el (translation-table-for-input):
18928 Remove redundant declaration.
18929
18930 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18931
18932 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18933
18934 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18935 (tooltip-toggle-gud-tips): New function.
18936
18937 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18938
18939 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18940 right angle brackets.
18941
18942 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18943
18944 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18945
18946 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18947
18948 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18949 Remove. Update callers to use expand-file-name instead.
18950
18951 * subr.el (syntax-class): New function.
18952
18953 * simple.el (blink-matching-open): Use it.
18954
18955 * paren.el (show-paren-function): Use it to recognize parens that are
18956 also used in 2-char comment markers.
18957
18958 2005-04-19 Lute Kamstra <lute@gnu.org>
18959
18960 * loadhist.el (unload-feature): Update for new format of
18961 load-history. Simplify the code.
18962
18963 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18964
18965 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18966 (mac-add-charset-info): New function. Initialize variable
18967 mac-charset-info-alist using it.
18968 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18969 for translation.
18970 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18971 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18972 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18973 New CCL programs.
18974
18975 2005-04-19 Kim F. Storm <storm@cua.dk>
18976
18977 * simple.el (next-buffer, prev-buffer, next-error)
18978 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18979 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18980
18981 * bindings.el (next-buffer, prev-buffer, next-error)
18982 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18983 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18984 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18985 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18986
18987 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18988
18989 * isearch.el (isearch-edit-string): Make the search-ring available for
18990 minibuffer history commands.
18991 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18992 the default history commands now work just as well.
18993 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18994
18995 2005-04-18 Kim F. Storm <storm@cua.dk>
18996
18997 * emulation/cua-base.el (cua--pre-command-handler): Add more
18998 elaborate check for shift modifier on non-window systems.
18999
19000 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19001
19002 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19003
19004 2005-04-18 Kim F. Storm <storm@cua.dk>
19005
19006 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19007 and make it optional. Don't test tooltip-gud-echo-area here.
19008 (tooltip-gud-process-output, gdb-tooltip-print):
19009 Pass tooltip-gud-echo-area to tooltip-show.
19010 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19011
19012 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19013
19014 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19015 `display-graphic-p' may not be bound yet.
19016
19017 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19018
19019 * startup.el (command-line): No longer enable Xterm Mouse mode by
19020 default in terminals compatible with xterm.
19021
19022 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19023
19024 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19025
19026 * tooltip.el (tooltip-gud-echo-area): Rename from
19027 tooltip-use-echo-area.
19028 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19029 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19030 area independently of where help tooltips are displayed.
19031
19032 2005-04-17 David Kastrup <dak@gnu.org>
19033
19034 * cus-theme.el (custom-theme-write-variables): Quote variables
19035 where necessary.
19036
19037 2005-04-17 Richard M. Stallman <rms@gnu.org>
19038
19039 * simple.el (yank-excluded-properties): Add follow-link to value.
19040
19041 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19042
19043 * startup.el (fancy-splash-max-time): Just 30 seconds.
19044 (fancy-splash-delay): Just 7.
19045 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19046
19047 * loadhist.el (unload-feature): Update for new format of load-history.
19048 Simplify the code.
19049
19050 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19051 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19052
19053 * mail/sendmail.el (mail-font-lock-keywords):
19054 Don't fontify subject text.
19055 Don't fontify the text of a citation.
19056
19057 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19058
19059 * comint.el (comint-output-filter): Run comint-output-filter-functions
19060 with point where the user had it.
19061
19062 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * international/ucs-tables.el (ucs-set-table-for-input):
19065 Disable when using unify-on-decoding.
19066
19067 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19068
19069 * emulation/cua-base.el (cua-global-mark-face): Add special case
19070 for displays supporting a high number of colors.
19071
19072 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19073
19074 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19075
19076 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19077
19078 * filesets.el (filesets-add-buffer): If user supplies a name of a
19079 non-existing fileset, create a new fileset.
19080
19081 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19082
19083 * textmodes/org.el (org-up-heading-all): Fix bug with
19084 `outline-up-heading-all'.
19085
19086 2005-04-16 Andreas Schwab <schwab@suse.de>
19087
19088 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19089 /etc/permissions.d/* and /etc/aliases.d/*.
19090
19091 2005-04-16 Kenichi Handa <handa@m17n.org>
19092
19093 * international/code-pages.el (cp-make-coding-system):
19094 Set `translation-table-for-input' property value to the symbol
19095 ucs-mule-to-mule-unicode, not to that value.
19096 (pt154): Escape guillemet by `\'.
19097
19098 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19099
19100 * loadup.el: Load tooltip if x-show-tip is fboundp.
19101
19102 * startup.el (command-line): Add comment.
19103
19104 * tooltip.el (tooltip-mode): Specify correct standard value for
19105 Custom in init-value.
19106
19107 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19108
19109 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19110 possible.
19111
19112 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19113
19114 * textmodes/org.el (org-agenda-date-prompt): Rename from
19115 `org-agenda-date-today'.
19116 (org-evaluate-time-range): Insert at point instead of directly
19117 after time range.
19118 (org-first-headline-recenter, org-subtree-end-visible-p)
19119 (org-optimize-window-after-visibility-change): New functions
19120 (org-agenda-post-command-hook): Don't allow point at end of line,
19121 to make sure it always hits the text properties.
19122 (org-agenda-next-date-line, org-agenda-previous-date-line):
19123 New commands.
19124 (org-set-regexps-and-options): Category may contain white space.
19125 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19126 Improve marker positions.
19127 (org-agenda-new-marker): Argument POS made optional.
19128 (org-agenda-get-timestamps): Deadlines which are done are listed
19129 in org-done-face now.
19130 (org-agenda-get-todos, org-agenda-get-timestamps)
19131 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19132 Set `undone-face' and `done-face' properties.
19133 (org-last-todo-state-is-todo): New variable.
19134 (org-todo): Set `org-last-todo-state-is-todo'.
19135 (org-agenda-todo): Change face according to
19136 `org-last-todo-state-is-todo'. And change other lines referring to
19137 the same entry.
19138 (org-calendar-goto-agenda): New command.
19139 (org-calendar-to-agenda-key): New option.
19140 (org-startup-folded): New allowed value `content'.
19141 (org-set-regexps-and-options): Accept new value `content' for
19142 `org-startup-folded'.
19143 (org-get-current-options): Handle new value `content' for
19144 `org-startup-folded'.
19145 (org-insert-todo-heading): New command.
19146 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19147 interactively in empty file and option
19148 `org-insert-mode-line-in-empty-file' has been set.
19149 (org-agenda-todo, org-agenda-priority): Modify to use
19150 `org-agenda-change-all-lines'.
19151 (org-warning-face): Change color on dark background
19152
19153 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19154
19155 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19156 use preferences AppleLocale and AppleLanguages, and variable
19157 mac-system-locale for default locale. On Mac OS Classic, use
19158 mac-system-coding-system for default coding systems.
19159
19160 * term/mac-win.el: Don't set file-name-coding-system.
19161 Decode variables system-name, emacs-build-system, user-login-name, and
19162 user-full-name by mac-system-coding-system on Mac OS Classic.
19163 (mac-system-coding-system): New variable.
19164
19165 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19166
19167 * startup.el (command-line): Handle `xterm-mouse-mode' before
19168 reading init file.
19169
19170 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19171
19172 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19173
19174 * progmodes/sh-script.el (sh-here-document-word): Make it a
19175 defcustom. Doc fix.
19176 (sh-add): Bash uses $(( )) for arithmetic.
19177 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19178 (sh-maybe-here-document): Remove quotes and leading whitespace
19179 from heredoc word when closing. Indent heredoc with tabs if word
19180 starts with "-".
19181
19182 2005-04-13 Richard M. Stallman <rms@gnu.org>
19183
19184 * simple.el (undo): Fix previous change.
19185
19186 * custom.el (defface): Doc fix.
19187
19188 2005-04-13 Lute Kamstra <lute@gnu.org>
19189
19190 * Makefile.in (DONTCOMPILE): Remove list.
19191 (compile, compile-always): Don't use DONTCOMPILE.
19192 (update-authors): Load the library in which batch-update-authors
19193 is defined.
19194 * makefile.w32-in (DONTCOMPILE): Remove list.
19195 (compile, compile-always): Fix comments.
19196 (update-authors): Load the library in which batch-update-authors
19197 is defined.
19198
19199 * generic-x.el (generic-mode-ini-file-find-file-hook):
19200 Rename to ini-generic-mode-find-file-hook.
19201 Keep generic-mode-ini-file-find-file-hook as an alias.
19202 (ini-generic-mode-find-file-hook): Rename from
19203 generic-mode-ini-file-find-file-hook. Fix docstring.
19204 (ini-generic-mode): Docstring change.
19205 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19206
19207 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19208 called from lisp.
19209
19210 * generic.el: Move to the emacs-lisp subdir.
19211
19212 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19213
19214 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19215 and C-S- function and cursor motion keys.
19216
19217 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19218
19219 * startup.el (command-line): Enable Xterm Mouse mode by default.
19220 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19221 for Custom. No longer show "Mouse" in mode line when enabled.
19222 Doc fix.
19223
19224 2005-04-12 Kim F. Storm <storm@cua.dk>
19225
19226 * emulation/cua-base.el (cua-rectangle-face)
19227 (cua-rectangle-noselect-face): Define face attributes here.
19228
19229 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19230
19231 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19232
19233 * startup.el (command-line): Turn off blinking cursor if
19234 cursorBlink in resources is off or false.
19235
19236 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19237
19238 * term/mac-win.el (dnd): Require dnd.
19239 (mac-drag-n-drop): Call dnd-handle-one-url.
19240 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19241 (kTextEncodingISOLatin2): Remove constants.
19242 (mac-script-code-coding-systems): New constant.
19243 (mac-handle-language-change): New function.
19244 (special-event-map): Bind it to `language-change' event.
19245 (mac-centraleurroman, mac-cyrillic): New coding systems.
19246 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19247 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19248 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19249 encode-mac-cyrillic, respectively.
19250
19251 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19252
19253 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19254 Don't set overlay-arrow-string to "=>" as this is done
19255 globally in C now.
19256
19257 2005-04-12 Lute Kamstra <lute@gnu.org>
19258
19259 * generic-x.el (rc-generic-mode, rul-generic-mode):
19260 Fix auto-mode-alist entries.
19261 (etc-fstab-generic-mode): Tweak fontification.
19262
19263 * generic.el (generic-make-keywords-list): Fix docstring.
19264 (generic-mode-internal): Simplify generic-font-lock-keywords.
19265
19266 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19267
19268 * whitespace.el (whitespace-buffer-leading)
19269 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19270 However, fix the highlight area for the leading and
19271 trailing whitespaces to show space.
19272
19273 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19274
19275 * whitespace.el (whitespace-version): Bump to 3.5
19276
19277 (whitespace-buffer-leading, whitespace-buffer-trailing):
19278 Invert sense of the test to highlight the whitespace.
19279
19280 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19281
19282 * progmodes/gud.el (gud-display-line): GUD uses its own
19283 overlay arrow now so don't set overlay-arrow-string.
19284 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19285
19286 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19287
19288 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19289 (term-ansi-current-reverse, term-ansi-current-invisible)
19290 (term-ansi-face-already-done): Change to boolean.
19291 (term-reset-terminal, term-handle-colors-array): Handle the above
19292 vars accordingly.
19293 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19294 (term-emulate-terminal): Use the new name.
19295
19296 * faces.el (secondary-selection): Use yellow1, not yellow.
19297 (trailing-whitespace): Use red1, not red.
19298
19299 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19300
19301 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19302 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19303 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19304
19305 * cus-edit.el (dnd): New group.
19306
19307 * term/w32-win.el (dnd): Require dnd
19308 (w32-drag-n-drop): Call dnd-handle-one-url.
19309
19310 * x-dnd.el: Require dnd.
19311 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19312 Call dnd-handle-one-url.
19313 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19314 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19315 to dnd-insert-text.
19316 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19317 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19318 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19319 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19320
19321 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19322
19323 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19324
19325 * wdired.el: Doc fixes.
19326 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19327 (wdired-use-dired-vertical-movement): Rename from
19328 wdired-always-move-to-filename-beginning.
19329 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19330 (wdired-change-to-wdired-mode): Change mode name.
19331 (wdired-newline): Delete.
19332
19333 2005-04-11 Richard M. Stallman <rms@gnu.org>
19334
19335 * whitespace.el (whitespace-highlight-the-space):
19336 Don't call whitespace-unhighlight-the-space here.
19337
19338 * simple.el (undo): Record t in undo-equiv-table
19339 for the redo record made by an undo-in-region.
19340
19341 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19342
19343 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19344 (gdb-frame-inferior-io-buffer): New Functions to control
19345 display of separate IO buffer.
19346 (menu): Add them to menu-bar.
19347 (gdb-display-buffer): Check for buffer another frame.
19348 Protect GUD buffer.
19349 (gdb-setup-windows): Create IO buffer if not already there.
19350 (gdb-memory-mode): Remove purecopy noops.
19351
19352 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19353
19354 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19355 and pass to self-insert-command.
19356
19357 2005-04-11 Lute Kamstra <lute@gnu.org>
19358
19359 * generic.el: Commentary section cleanup.
19360 (generic): Delete.
19361 (generic-use-find-file-hook, generic-lines-to-scan)
19362 (generic-find-file-regexp, generic-ignore-files-regexp)
19363 (default-generic-mode, generic-mode-find-file-hook)
19364 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19365 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19366 (generic-use-find-file-hook, generic-lines-to-scan)
19367 (generic-find-file-regexp, generic-ignore-files-regexp)
19368 (default-generic-mode, generic-mode-find-file-hook)
19369 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19370
19371 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19372
19373 * bookmark.el (bookmark-write-file): Catch errors writing file.
19374 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19375
19376 2005-04-10 Richard M. Stallman <rms@gnu.org>
19377
19378 * startup.el (fancy-splash-tail): Update copyright year.
19379 (command-line): Split part of -Q into -D.
19380 (emacs-basic-display): New defvar.
19381 (fancy-splash-text): Correct name of menu item.
19382
19383 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19384
19385 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19386 lines in one node.
19387
19388 * comint.el (comint-send-input): New arg ARTIFICIAL.
19389 Callers in this file changed.
19390
19391 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19392
19393 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19394
19395 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19398 `ldap-search-internal'.
19399
19400 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19401
19402 * files.el (set-auto-mode-1): Use line-end-position.
19403
19404 * international/latin-1.el:
19405 * international/latin-2.el:
19406 * international/latin-3.el:
19407 * international/latin-4.el:
19408 * international/latin-5.el:
19409 * international/latin-8.el:
19410 * international/latin-9.el: Give punctuation syntax to NBSP.
19411
19412 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19413 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19414 Use char-classes to accept non-ascii letters, accepted in some recent
19415 bibtex implementations.
19416
19417 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19418
19419 * custom.el (custom-set-minor-mode): Any non-nil value for the
19420 variable should enable the mode when set through Custom.
19421
19422 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19423
19424 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19425 TAB binding so tab-always-indent is obeyed.
19426 (vhdl-minibuffer-local-map): Move initialization into declaration.
19427 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19428 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19429 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19430 (vhdl-current-line): Use line-beginning-position.
19431 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19432 with-output-to-temp-buffer, so the current position can be recorded.
19433
19434 2005-04-10 Masatake YAMATO <jet@gyve.org>
19435
19436 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19437 Add regexp for gcov.
19438
19439 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19440
19441 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19442 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19443 syntax which Emacs 20 doesn't support.
19444
19445 2005-04-09 Richard M. Stallman <rms@gnu.org>
19446
19447 * help.el (describe-key-briefly, describe-key):
19448 Replace strings as event types with "(any string)".
19449
19450 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * arc-mode.el (archive-mode-map): Move initialization into
19453 the declaration. Override *all* bindings of `undo'.
19454 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19455
19456 2005-04-09 Jay Belanger <belanger@truman.edu>
19457
19458 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19459
19460 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19461
19462 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19463 (xterm-register-default-colors): Update color values computation
19464 to match xterm-200.
19465
19466 2005-04-09 Kenichi Handa <handa@m17n.org>
19467
19468 * international/code-pages.el (iso-latin-7): Fix the map.
19469
19470 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19471
19472 * emacs-lisp/lisp.el (defun-prompt-regexp)
19473 (parens-require-spaces, buffer-end, end-of-defun)
19474 (insert-parentheses): Doc fixes.
19475
19476 2005-04-08 Kim F. Storm <storm@cua.dk>
19477
19478 * comint.el (comint-highlight-prompt): Fix face spec.
19479 * hi-lock.el (hi-green): Likewise.
19480
19481 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19482
19483 * cus-edit.el (custom-modified-face):
19484 * comint.el (comint-highlight-input): Fix previous changes.
19485 * term.el (term-handle-ansi-escape): Add a comment.
19486
19487 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19490 in the buffer and in whitespace-highlighted-space.
19491 (whitespace-unhighlight-the-space): Simplify.
19492 (whitespace-buffer): Simplify.
19493
19494 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19495
19496 * textmodes/table.el (table-cell-face): Add special case for
19497 displays supporting a high number of colors.
19498 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19499 (vhdl-font-lock-reserved-words-face)
19500 (vhdl-speedbar-architecture-face)
19501 (vhdl-speedbar-instantiation-face)
19502 (vhdl-speedbar-architecture-selected-face)
19503 (vhdl-speedbar-instantiation-selected-face): Likewise.
19504 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19505 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19506 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19507 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19508 (ebrowse-progress-face): Likewise.
19509 * progmodes/compile.el (compilation-info-face): Likewise.
19510 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19511 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19512 * calendar/calendar.el (diary-face): Likewise.
19513 * woman.el (woman-italic-face, woman-bold-face)
19514 (woman-unknown-face): Likewise.
19515 * wid-edit.el (widget-button-pressed-face): Likewise.
19516 * whitespace.el (whitespace-highlight-face): Likewise.
19517 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19518 * pcvs-info.el (cvs-marked-face): Likewise.
19519 * info.el (info-xref): Likewise.
19520 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19521 * hilit-chg.el (highlight-changes-face)
19522 (highlight-changes-delete-face): Likewise.
19523 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19524 (hi-red-b): Likewise.
19525 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19526 * font-lock.el (font-lock-keyword-face)
19527 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19528 * cus-edit.el (custom-invalid-face, custom-modified-face)
19529 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19530 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19531 * comint.el (comint-highlight-prompt): Likewise.
19532
19533 2005-04-08 Lute Kamstra <lute@gnu.org>
19534
19535 * font-lock.el (font-lock-keywords): Docstring fixes.
19536
19537 2005-04-08 Kenichi Handa <handa@m17n.org>
19538
19539 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19540 chars are more than a limit, print " and more..." at the tail.
19541
19542 2005-04-08 Kim F. Storm <storm@cua.dk>
19543
19544 * emacs-lisp/authors.el (authors-aliases): Update list.
19545 (authors-ignored-files): New list.
19546 (authors-fixed-entries): Fix typo.
19547 (authors-renamed-files-alist): Update list.
19548 (authors-add): Check authors-ignored-files.
19549
19550 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19551
19552 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19553 optional, to ensure backward compatibility.
19554
19555 2005-04-08 Stephen Eglen <stephen@gnu.org>
19556
19557 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19558
19559 2005-04-08 Kim F. Storm <storm@cua.dk>
19560
19561 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19562
19563 * mouse.el (mouse-on-link-p): Doc fix.
19564
19565 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19566
19567 * ielm.el (ielm-prompt-read-only): Doc fix.
19568
19569 * comint.el (comint-prompt-read-only): Doc fix.
19570
19571 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19572
19573 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19574 ensure dired always handles wildcards passed to ffap.
19575 (find-file-at-point): Use it.
19576 (ffap-dired-wildcards): Doc fix.
19577
19578 2005-04-07 Juri Linkov <juri@jurta.org>
19579
19580 * simple.el (next-error-overlay-arrow-position): New defvar.
19581 Put "=>" on its property `overlay-arrow-string'. Add it to
19582 `overlay-arrow-variable-list'.
19583
19584 * progmodes/compile.el (compilation-setup):
19585 Set `next-error-overlay-arrow-position' to nil. Also set it to
19586 nil in the local hook `kill-buffer-hook'. Make local variable
19587 `overlay-arrow-string' and set it to "=>".
19588 (compilation-goto-locus): Set BOL position to
19589 `next-error-overlay-arrow-position' instead of
19590 `overlay-arrow-position'.
19591
19592 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19593 locally instead of adding it to the global hook.
19594 (Info-kill-buffer): Move up.
19595
19596 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19597
19598 * term/xterm.el (xterm-standard-colors): Update color values from
19599 xterm-200.
19600
19601 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19602
19603 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19604
19605 * fast-lock.el:
19606 * lazy-lock.el: Move them to the obsolete subdir.
19607
19608 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19609
19610 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19611 (wdired-add-replace-advice): Remove.
19612 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19613
19614 2005-04-06 Kim F. Storm <storm@cua.dk>
19615
19616 * startup.el (command-line): Add --bare-bones alias for -Q.
19617
19618 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19619
19620 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19621 create the startup fontset if a font specification ends with
19622 `mac-roman'.
19623
19624 2005-04-06 Lute Kamstra <lute@gnu.org>
19625
19626 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19627 change.
19628
19629 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19630 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19631
19632 2005-04-05 Lute Kamstra <lute@gnu.org>
19633
19634 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19635 (define-generic-mode): Ditto. Fix debug declaration.
19636
19637 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19638 Put them in the generic-x group.
19639
19640 * calendar/timeclock.el (timeclock): Doc fix.
19641
19642 * generic.el (define-generic-mode): Don't use custom-current-group.
19643 Document default :group value.
19644 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19645 (define-global-minor-mode): Don't use custom-current-group.
19646
19647 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19648
19649 * startup.el (command-line-1): Display startup-echo-area-message
19650 when fancy splash screen is in use.
19651
19652 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19653 (sh-escaped-newline): New face.
19654 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19655 newline, and use sh-escaped-newline face.
19656
19657 * progmodes/tcl.el (tcl-escaped-newline): New face.
19658 (tcl-builtin-list): New variable.
19659 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19660 newlines. Fix keywords subexpression number.
19661
19662 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19663
19664 * textmodes/org.el (org-diary-default-entry): Fix call to
19665 `add-to-diary-entry'.
19666
19667 2005-04-05 Kim F. Storm <storm@cua.dk>
19668
19669 * ediff-init.el: Use (featurep 'xemacs).
19670
19671 2005-04-05 David Ponce <david@dponce.com>
19672
19673 * cus-edit.el (face): Derive from symbol widget. Display sample
19674 of the current face on the fly.
19675 (widget-face-sample-face-get, widget-face-notify): New functions.
19676 (widget-face-value-create): Remove.
19677
19678 * wid-edit.el (widget-field-end): Temporarily remove field
19679 narrowing before to call `get-char-property'.
19680
19681 2005-04-04 Jay Belanger <belanger@truman.edu>
19682
19683 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19684 (math-read-subscripts): New variable.
19685 (math-read-preprocess-string): Process subscripts.
19686
19687 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19688
19689 * comint.el (comint-prompt-read-only): Doc fix.
19690
19691 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19692 `-1'. Doc fix.
19693
19694 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19695
19696 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19697 Change default value to nil.
19698
19699 2005-04-04 Lute Kamstra <lute@gnu.org>
19700
19701 * autorevert.el (auto-revert-mode): Specify :group.
19702 * battery.el (display-battery-mode): Specify :group.
19703 * diff-mode.el (diff-minor-mode): Specify :group.
19704 * font-core.el (font-lock-mode): Specify :group.
19705 * hl-line.el (hl-line-mode): Specify :group.
19706 * iimage.el (iimage): New customization group.
19707 (iimage-mode): Specify :group.
19708 * longlines.el (longlines-mode): Specify :group.
19709 * master.el: Don't require easy-mmode.
19710 (master): New customization group.
19711 (master-mode): Specify :group.
19712 * msb.el (msb-mode): Specify :group.
19713 * reveal.el (reveal-mode): Specify :group.
19714 * simple.el (next-error-follow-minor-mode): Specify :group.
19715 * smerge-mode.el (smerge-mode): Specify :group.
19716 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19717 * emulation/cua-base.el (cua-mode): Specify :group.
19718 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19719 * language/thai-util.el (thai-auto-composition-mode)
19720 (thai-word-mode): Specify :group.
19721 * mail/supercite.el (sc-minor-mode): Specify :group.
19722 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19723 * progmodes/flymake.el (flymake-mode): Specify :group.
19724 * progmodes/glasses.el (glasses-mode): Specify :group.
19725 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19726 * textmodes/enriched.el (enriched-mode): Specify :group.
19727 * textmodes/refill.el (refill-mode): Specify :group.
19728
19729 * add-log.el (change-log-font-lock-keywords): Names in
19730 parenthesized lists can contain spaces.
19731
19732 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19733
19734 * startup.el (fancy-splash-text): Shorten default text of
19735 "Emacs Tutorial" line. Also, if the current language env
19736 indicates an available tutorial file other than TUTORIAL,
19737 extract its title and append it to the line in parentheses.
19738 (fancy-splash-insert): If arg is a thunk, funcall it.
19739
19740 2005-04-04 Jay Belanger <belanger@truman.edu>
19741
19742 * calc.el (calc-language-alist): Add tags to customization type.
19743
19744 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19745
19746 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19747 Doc fix.
19748
19749 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19750
19751 * add-log.el (change-log-font-lock-keywords): The manual
19752 describing a Change Log entry, says: (...) "Aside from these
19753 header lines, every line in the change log starts with a space or
19754 a tab.". The font-lock was not highlighting lines started with
19755 spaces, added support for it.
19756
19757 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19758
19759 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19760 (bibtex-generate-url-list): Update docstring accordingly. Put the
19761 complex example in the docstring.
19762 (bibtex-font-lock-url): Use pop.
19763
19764 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19767
19768 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19769
19770 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19771
19772 * filesets.el (filesets-set-default): Doc fix.
19773
19774 2005-04-03 Lute Kamstra <lute@gnu.org>
19775
19776 * generic.el (define-generic-mode): Add argument to specify
19777 keywords for defcustom.
19778 (default-generic-mode): Specify :group.
19779
19780 * generic-x.el: Specify :group for all generic modes.
19781
19782 * desktop.el (desktop-no-desktop-file-hook)
19783 (desktop-after-read-hook): Doc fix.
19784
19785 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19786
19787 * simple.el (visible-mode): Use explicit :group keyword.
19788 This changes the group of `visible-mode-hook' from paren-blinking
19789 to editing-basics.
19790
19791 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19792
19793 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19794 mailbox specifications as well as URLs.
19795 (rmail-insert-inbox-text): Remove unused conditional branches.
19796
19797 2005-04-01 Jay Belanger <belanger@truman.edu>
19798
19799 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19800 (calc-gnuplot-print-command): Move definitions to calc.el.
19801
19802 * calc/calc-embed.el (calc-embedded-announce-formula)
19803 (calc-embedded-open-formula, calc-embedded-close-formula)
19804 (calc-embedded-open-word, calc-embedded-close-word)
19805 (calc-embedded-open-plain, calc-embedded-close-plain)
19806 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19807 (calc-embedded-open-mode, calc-embedded-close-mode):
19808 Move definitions to calc.el.
19809
19810 * calc/calc.el (calc-settings-file, calc-language-alist):
19811 Make customizable.
19812 (calc-embedded-announce-formula, calc-embedded-open-formula)
19813 (calc-embedded-close-formula, calc-embedded-open-word)
19814 (calc-embedded-close-word, calc-embedded-open-plain)
19815 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19816 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19817 (calc-embedded-close-mode, calc-gnuplot-name)
19818 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19819 from other files and make customizable.
19820
19821 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19824 Use buffer-live-p.
19825 (cvs-mode-run): Don't call cvs-update-header here.
19826 (cvs-run-process): Call cvs-update-header.
19827 Use process properties for cvs-postprocess and cvs-buffer so that
19828 the sentinel can behave better if the temp buffer is killed.
19829 Use a pipe rather than a tty, to better handle unexpected prompts.
19830 (cvs-sentinel): Rewrite. Call cvs-update-header.
19831
19832 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19833
19834 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19835 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19836
19837 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19838
19839 * generic.el (define-generic-mode): Add indentation rule.
19840
19841 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19842
19843 * files.el (mode-require-final-newline): Make Custom correctly
19844 report a nil value and allow to set it to nil via Custom.
19845 Doc fix.
19846
19847 2005-04-01 Kenichi Handa <handa@m17n.org>
19848
19849 * international/characters.el: Enable the correct case setting for
19850 dotless-i and dotted-I.
19851
19852 2005-04-01 Kim F. Storm <storm@cua.dk>
19853
19854 * ido.el (ido-file-internal): Fall back to non-ido command if
19855 initial directory is on slow ftp (or tramp) host.
19856
19857 2005-03-31 Richard M. Stallman <rms@gnu.org>
19858
19859 * emacs-lisp/autoload.el (make-autoload):
19860 Handle define-global-minor-mode.
19861
19862 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19863 Rename from easy-mmode-define-global-mode.
19864 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19865
19866 * progmodes/scheme.el (scheme-mode-syntax-table):
19867 Update syntax of | and # for two-character comment syntax.
19868
19869 2005-03-31 Lute Kamstra <lute@gnu.org>
19870
19871 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19872 (define-minor-mode): Call custom-current-group at load-time.
19873
19874 * generic.el (define-generic-mode): Add debug declaration.
19875 Add defcustom for the mode hook.
19876 (generic-mode-internal): Use run-mode-hooks.
19877
19878 2005-03-31 Kim F. Storm <storm@cua.dk>
19879
19880 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19881 (mouse-fixup-help-message): New defun called by show_help_echo
19882 to fixup mouse-2 prefix in help messages when applicable.
19883
19884 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19885
19886 2005-03-31 Kenichi Handa <handa@m17n.org>
19887
19888 * language/thai-word.el (thai-find-word-ends): Pay attention to
19889 the case that we reach the end of buffer.
19890
19891 * textmodes/fill.el (fill-text-properties-at): New function.
19892 (fill-newline): Use fill-text-properties-at instead of
19893 text-properties-at.
19894
19895 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19896
19897 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19898 not comint-quote-filename.
19899
19900 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19901
19902 * help-fns.el (help-with-tutorial): Revert last change.
19903
19904 2005-03-31 Kim F. Storm <storm@cua.dk>
19905
19906 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19907
19908 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19909
19910 * calendar/cal-china.el: Update reference to "Calendrical
19911 Calculations" book; there's a new edition.
19912 * calendar/cal-coptic.el: Likewise.
19913 * calendar/cal-french.el: Likewise.
19914 * calendar/cal-hebrew.el: Likewise.
19915 * calendar/cal-islam.el: Likewise.
19916 * calendar/cal-iso.el: Likewise.
19917 * calendar/cal-julian.el: Likewise.
19918 * calendar/cal-mayan.el: Likewise.
19919 * calendar/cal-persia.el: Likewise.
19920 * calendar/calendar.el: Likewise.
19921 * calendar/holidays.el: Likewise.
19922 * calendar/lunar.el: Likewise.
19923 * calendar/solar.el: Likewise.
19924
19925 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19926 white space from doc string.
19927
19928 2005-03-30 Jay Belanger <belanger@truman.edu>
19929
19930 * calc/calc-help.el (calc-full-help): Remove email address.
19931
19932 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19933
19934 * help-fns.el (help-with-tutorial): Delete title line.
19935
19936 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19937
19938 * calendar/cal-x.el (calendar-one-frame-setup)
19939 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19940 rather than `symbol' for set-window-dedicated-p.
19941
19942 * calendar/appt.el (appt-buffer-name): Make it a constant.
19943 (appt-add): Doc fix.
19944
19945 * filesets.el (filesets-menu-path, filesets-menu-before)
19946 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19947 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19948 (filesets-add-submenu): Delete and use add-submenu instead.
19949
19950 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19951
19952 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19953 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19954 (org-diary-default-entry): New function.
19955 (org-get-entries-from-diary): Better parsing of diary entries.
19956 (org-agenda-check-no-diary): New function.
19957 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19958 linking to diary entries.
19959 (org-agenda-execute-calendar-command): New function.
19960 (org-agenda): Improve visible section in window.
19961 Use `org-fit-agenda-window'.
19962 (org-fit-agenda-window): New option.
19963 (org-move-subtree-down): Better handling of empty lines
19964 at end of subtree.
19965 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19966 levels up.
19967 (org-fontify-done-headline): New option.
19968 (org-headline-done-face): New face.
19969 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19970 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19971 When current field is non-empty, it is copied to next row.
19972 (org-table-copy-from-above): Fix bug which made it
19973 impossible to copy fields containing only a single non-white character.
19974
19975 2005-03-30 Kim F. Storm <storm@cua.dk>
19976
19977 * kmacro.el (kmacro-end-macro): Isearch may store this command
19978 into the macro -- so ignore it when executing keyboard macro.
19979
19980 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19981
19982 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19983
19984 2005-03-29 Kenichi Handa <handa@m17n.org>
19985
19986 * language/thai.el ("Thai"): Set setup-function and exit-function
19987 for Thai language environment.
19988
19989 * language/thai-util.el: Require thai-word.
19990 (thai-word-mode-map): New variable.
19991 (thai-word-mode): New minor mode.
19992 (setup-thai-language-environment-internal): New function.
19993 (exit-thai-language-environment-internal): New function.
19994
19995 * language/thai-word.el (thai-word-table): Declare it by defvar,
19996 use dolist to initialize it.
19997 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19998 (thai-fill-find-break-point): New functions.
19999
20000 2005-03-29 Richard M. Stallman <rms@gnu.org>
20001
20002 * simple.el (idle-update-delay): Move definition up.
20003 (set-mark): Doc fix.
20004
20005 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20006
20007 * longlines.el: New file.
20008
20009 * simple.el (buffer-substring-filters): New variable.
20010 (filter-buffer-substring): New function.
20011 (kill-region, copy-region-as-kill): Use it.
20012
20013 * register.el (copy-to-register, append-to-register)
20014 (prepend-to-register): Use filter-buffer-substring.
20015
20016 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20017
20018 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20019 (gud-filter-pending-text): Move in front of gdb.
20020 (gud-overlay-arrow-position): New variable.
20021 (gud-sentinel, gud-display-line): Use it in place of
20022 overlay-arrow-position.
20023
20024 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20025
20026 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20027 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20028 (fortran-font-lock-keywords-4): New variable.
20029 (fortran-blocks-re, fortran-end-block-re)
20030 (fortran-start-block-re): New constants, for hideshow.
20031 (hs-special-modes-alist): Add a Fortran entry.
20032 (fortran-mode-map): Bind fortran-end-of-block,
20033 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20034 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20035 (fortran-looking-at-if-then, fortran-end-of-block)
20036 (fortran-beginning-of-block): New functions, for hideshow.
20037
20038 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20039 Doc fix. Tweak regexp.
20040 (f90-beginning-of-block): Push mark first.
20041
20042 2005-03-29 Jay Belanger <belanger@truman.edu>
20043
20044 * calc/calc.el: Update copyright date.
20045 (calc-version): Increase to 2.1.
20046 (calc-version-date): Remove.
20047
20048 * calc/calc-help.el: Update copyright date.
20049 (calc-full-help): Remove reference to calc-version-date.
20050 Update copyright date.
20051
20052 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * vc.el (vc-do-command): Use a pipe for async processes, so password
20055 prompts don't show up at places where the user can't reply.
20056
20057 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20058
20059 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20060 on the file name we pass to the inferior shell.
20061
20062 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20063
20064 * progmodes/which-func.el (which-function): Be robust in the face of an
20065 imenu--make-index-alist failure.
20066
20067 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20068
20069 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20070
20071 * progmodes/python.el (python-preoutput-filter): Fix last change.
20072
20073 2005-03-29 Lute Kamstra <lute@gnu.org>
20074
20075 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20076 functions and compiled macros.
20077 (debug-convert-byte-code): Handle macros too.
20078 (debug-on-entry-1): Don't signal an error when trying to clear a
20079 function that is not set to debug on entry.
20080
20081 2005-03-29 Jay Belanger <belanger@truman.edu>
20082
20083 * calc/calc-lang.el: Add functions to math-function-table
20084 properties of tex and math.
20085
20086 2005-03-29 Kenichi Handa <handa@m17n.org>
20087
20088 * ps-mule.el (ps-mule-plot-string): Translate characters by
20089 ps-print-translation-table.
20090 (ps-mule-begin-job): Call find-charset-region/string with
20091 ps-print-translation-table.
20092 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20093
20094 * ps-print.el (ps-print-translation-table): New variable.
20095 (ps-plot-region): Translate characters by ps-print-translation-table.
20096
20097 2005-03-29 Juri Linkov <juri@jurta.org>
20098
20099 * simple.el (next-error-highlight-timer): New variable.
20100
20101 * progmodes/compile.el (compilation-goto-locus):
20102 Use `next-error-highlight-timer' instead of `sit-for'.
20103
20104 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * mail/supercite.el (sc-mail-field): Use assoc-string.
20107 (sc-get-address): Simplify regexps.
20108
20109 * files.el (minibuffer-with-setup-hook): New macro.
20110 (find-file-read-args): Use it to avoid let-binding
20111 minibuffer-with-setup-hook (which breaks turning on/off
20112 file-name-shadow-mode while in the prompt).
20113
20114 * complete.el (PC-read-include-file-name-internal):
20115 Use test-completion.
20116
20117 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20118
20119 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20120
20121 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20122
20123 * window.el (window-buffer-height): Use count-screen-lines.
20124
20125 * progmodes/python.el (python-preoutput-leftover): New var.
20126 (python-preoutput-filter): Use it.
20127 (python-send-receive): Loop until all the result has been received.
20128
20129 2005-03-28 Juri Linkov <juri@jurta.org>
20130
20131 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20132
20133 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20134 "Recover Crashed Session".
20135 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20136 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20137 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20138 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20139 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20140 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20141 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20142 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20143
20144 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20145 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20146 Ediff Sessions", "Toggle use of separate control buffer frame",
20147 "Use separate frame for Ediff control buffer".
20148
20149 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20150 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20151 "Rename Bookmark", "Delete Bookmark".
20152
20153 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20154 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20155 Add `:active Info-index-alternatives' to "Next Matching Item".
20156
20157 * wdired.el (wdired-change-to-wdired-mode):
20158 Mention `wdired-abort-changes' key in the initial message.
20159
20160 * international/mule.el (auto-coding-alist): Associate non-ascii
20161 image filename extensions with `no-conversion'.
20162
20163 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * international/iso-acc.el:
20166 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20167
20168 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20169
20170 * textmodes/sgml-mode.el (html-mode): Doc update.
20171
20172 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20173
20174 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20175
20176 * term.el (term-move-columns): Fix face after extending a line.
20177 (term-insert-spaces): Likewise.
20178 (term-reset-terminal): Fix off by one error.
20179
20180 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20181
20182 * international/mule.el (auto-coding-alist): Add .xpi files.
20183
20184 * files.el (auto-mode-alist): Add .xpi files.
20185
20186 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20187
20188 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20189
20190 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20191
20192 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20193
20194 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20195
20196 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20197 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20198
20199 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20200 cursor to Jan 1 when needed.
20201 (calendar-end-of-year): Fix -/+ typo.
20202 Reported by Chong Yidong <cyd@stupidchicken.com>.
20203
20204 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20207
20208 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20209 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20210
20211 2005-03-25 Richard M. Stallman <rms@gnu.org>
20212
20213 * filesets.el (filesets-init): Add autoload.
20214
20215 * mail/mailalias.el (mail-directory): Doc fix.
20216
20217 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20218
20219 * mail/mailalias.el (mail-directory-process): Do nothing if
20220 mail-directory-process is an atom.
20221 (mail-get-names): Ignore mail-directory-names if it is an atom.
20222 (mail-directory-process defvar): Doc fix.
20223 (mail-names): Doc fix.
20224
20225 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20226
20227 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20228
20229 2005-03-26 Kenichi Handa <handa@m17n.org>
20230
20231 * international/mule-util.el (detect-coding-with-priority):
20232 Call update-coding-systems-internal before detect-coding-region.
20233
20234 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20235
20236 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20237 (gdb-frames-mode-map): Add follow-link property.
20238
20239 2005-03-25 Jay Belanger <belanger@truman.edu>
20240
20241 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20242 for variables.
20243
20244 2005-03-25 Juri Linkov <juri@jurta.org>
20245
20246 * image-mode.el: Optimize image filename extension regexps in
20247 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20248 in `auto-mode-alist'.
20249 (image-mode): Add `image-toggle-display-text' to local hook
20250 `change-major-mode-hook'. Display the image as an image by
20251 default. Set `cursor-type' and `truncate-lines' if the image
20252 is already displayed. Take into account the current mode (image
20253 or text) in message.
20254 (image-minor-mode): New minor mode.
20255 (image-mode-maybe, image-toggle-display-text): New functions.
20256 (image-toggle-display): Use called-interactively-p.
20257 Let-bind `inhibit-read-only' to t.
20258
20259 * image-mode.el (image-minor-mode): Set `cursor-type' and
20260 `truncate-lines' if the image is already displayed. Add turning
20261 image-minor-mode off to `change-major-mode-hook'. Add message.
20262 Call `image-toggle-display-text' after turning image-minor-mode off.
20263
20264 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20267 Terminal.app, use utf-8.
20268 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20269 (set-locale-environment): Use it.
20270
20271 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20272
20273 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20274
20275 * progmodes/python.el (python-close-block-statement-p)
20276 (python-outdent-p, python-current-defun): Use symbol-end.
20277
20278 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20279
20280 * files.el (save-some-buffers): Doc fix.
20281
20282 2005-03-25 Werner Lemberg <wl@gnu.org>
20283
20284 * complete.el, thumbs.el: Replace `legal' with `valid'.
20285 * calendar/calendar.el: Replace `legal' with `valid'.
20286 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20287 * mail/supercite.el: Replace `legal' with `valid'.
20288 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20289 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20290 Replace `legal' with `valid'.
20291 * textmodes/reftex-vars.el, textmodes/reftex.el:
20292 Replace `legal' with `valid'.
20293
20294 2005-03-25 Werner Lemberg <wl@gnu.org>
20295
20296 * calc/calc-forms.el, calc/calc-sel.el
20297 * midnight.el, vc-cvs.el
20298 * emacs-lisp/cl-macs.el
20299 * emulation/vip.el
20300 * eshell/esh-io.el, eshell/esh-var.el
20301 * mail/supercite.el
20302 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20303 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20304 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20305 * progmodes/sh-script.el, progmodes/xscheme.el
20306 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20307 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20308 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20309 * textmodes/reftex.el, textmodes/org.el:
20310 Replace `illegal' with `invalid'.
20311
20312 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20313
20314 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20315 (flymake-find-buildfile, flymake-find-possible-master-files)
20316 (flymake-check-include, flymake-parse-line): Replace loops over the
20317 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20318
20319 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20320 Substitute file-name-as-directory in the rest of the file.
20321 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20322 (flymake-replace-region): Remove unused arg `buffer'.
20323 (flymake-check-patch-master-file-buffer): Update calls to it.
20324 (flymake-add-err-info): Remove unused var `count'.
20325 (flymake-mode): Use define-minor-mode.
20326
20327 * progmodes/flymake.el: Use with-current-buffer.
20328 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20329 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20330 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20331 Avoid testing for `xemacs'.
20332 (flymake-nop): Move.
20333 (flymake-region-has-flymake-overlays): Return the computed value.
20334 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20335 Remove unused var `endline'.
20336 (flymake-get-line-count): Remove unused function.
20337 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20338
20339 * emulation/vi.el:
20340 * generic.el:
20341 * hilit-chg.el (global-highlight-changes):
20342 * hi-lock.el (hi-lock-mode):
20343 * follow.el: find-file-hooks -> find-file-hook.
20344
20345 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20346
20347 2005-03-24 Juri Linkov <juri@jurta.org>
20348
20349 * dired.el (dired-mode-map): Add menu item "Compare directories"
20350 for dired-compare-directories.
20351
20352 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20353 Doc fix. Replace `read-file-name' with `read-directory-name'.
20354
20355 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20358
20359 2005-03-24 Jay Belanger <belanger@truman.edu>
20360
20361 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20362 relevant mode settings in calc-embedded-original-modes when modes
20363 are permanently changed.
20364
20365 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20366
20367 * autoinsert.el: find-file-hooks -> find-file-hook.
20368
20369 2005-03-24 Lute Kamstra <lute@gnu.org>
20370
20371 * generic.el (generic-font-lock-defaults): Make it obsolete.
20372 (generic-font-lock-keywords): New variable to replace
20373 generic-font-lock-defaults.
20374 (generic-mode-set-font-lock): Delete it.
20375 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20376 (generic-bracket-support): Add docstring.
20377
20378 * generic-x.el: Rename generic-font-lock-defaults to
20379 generic-font-lock-keywords throughout.
20380 (mailagent-rules-setup-function): Delete it.
20381 (mailagent-rules-generic-mode): Use anonymous function instead.
20382 (show-tabs-generic-mode-font-lock-defaults-1)
20383 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20384 Quote faces.
20385 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20386 not foreground.
20387
20388 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20389 Recognize define-generic-mode.
20390
20391 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20392
20393 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20394 if there's no completion table.
20395
20396 2005-03-23 Miles Bader <miles@gnu.org>
20397
20398 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20399 Remove tty-specific variants, as they're no longer needed.
20400
20401 2005-03-23 Lute Kamstra <lute@gnu.org>
20402
20403 * generic-x.el: Code cleanup: make args constant whenever possible.
20404 (installshield-statement-keyword-list)
20405 (installshield-system-functions-list)
20406 (installshield-system-variables-list, installshield-types-list)
20407 (installshield-funarg-constants-list): Make them constants.
20408
20409 * generic.el (generic-make-keywords-list): Add autoload cookie.
20410
20411 * calendar/time-date.el: Add comment on time value formats.
20412 Don't require parse-time.
20413 (with-decoded-time-value): New macro.
20414 (encode-time-value): New function.
20415 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20416 (days-to-time): Return a valid time value when arg is huge.
20417 (time-since): Use time-subtract.
20418 (time-to-number-of-days): Use time-to-seconds.
20419
20420 2005-03-23 David Ponce <david@dponce.com>
20421
20422 * recentf.el (recentf-keep): New option.
20423 (recentf-menu-action): Default to `find-file'.
20424 (recentf-keep-non-readable-files-flag)
20425 (recentf-keep-non-readable-files-p)
20426 (recentf-file-readable-p, recentf-find-file)
20427 (recentf-cleanup-remote): Remove.
20428 (recentf-include-p): More robust.
20429 (recentf-keep-p): New function.
20430 (recentf-remove-if-non-kept): Rename from
20431 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20432 All callers updated.
20433 (recentf-menu-items-for-commands): Fix help string.
20434 (recentf-track-closed-file): Update. Doc fix.
20435 (recentf-cleanup): Update. Count removed files. Doc fix.
20436
20437 2005-03-23 Kim F. Storm <storm@cua.dk>
20438
20439 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20440 Don't inherit from fringe face (now happens automatically).
20441
20442 2005-03-22 Kim F. Storm <storm@cua.dk>
20443
20444 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20445 position values.
20446
20447 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20448
20449 * menu-bar.el (showhide-date-time): Remove.
20450 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20451 (menu-bar-make-mm-toggle): Simplify.
20452
20453 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20454
20455 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20456 Accept qualified variable and function names.
20457
20458 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20459
20460 * bindings.el (completion-ignored-extensions):
20461 Remove ".lis" for `vax-vms'.
20462
20463 2005-03-22 Andreas Schwab <schwab@suse.de>
20464
20465 * generic-x.el: Revert last change.
20466 * ldefs-boot.el: Update.
20467
20468 2005-03-22 Jay Belanger <belanger@truman.edu>
20469
20470 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20471 (calc-embedded-save-original-modes)
20472 (calc-embedded-restore-original-modes): New functions.
20473 (calc-do-embedded): Save original modes when entering embedded mode
20474 and restore when leaving embedded mode.
20475 (calc-embedded-modes-change): Change the value of
20476 calc-embedded-original-modes to reflect permanent changes.
20477
20478 2005-03-22 Lute Kamstra <lute@gnu.org>
20479
20480 * generic-x.el: Require generic again.
20481
20482 2005-03-22 Miles Bader <miles@gnu.org>
20483
20484 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20485 Tweak details to look good on both ttys and bitmap displays, light
20486 or dark background, etc.
20487
20488 2005-03-21 Kim F. Storm <storm@cua.dk>
20489
20490 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20491 mouse position.
20492
20493 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * icomplete.el: Don't forcibly turn on the mode upon load.
20496 (icomplete-mode): Use define-minor-mode.
20497 (icomplete-eoinput): Default to nil.
20498 (icomplete-minibuffer-setup): Remove autoload.
20499 (icomplete-tidy): Simplify.
20500 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20501 in the initial state or if the user has modified the field.
20502 Fix handling of icomplete-max-delay-chars.
20503 Remove code that handles the oddball case where
20504 minibuffer-completion-table is an integer.
20505 Wrap icomplete-completions in while-no-input in case building
20506 completions takes more time than expected.
20507 (icomplete-completions): Simplify.
20508
20509 2005-03-21 Richard M. Stallman <rms@gnu.org>
20510
20511 * jka-compr.el (jka-compr-really-do-compress):
20512 Make variable buffer-local.
20513
20514 * image-mode.el: Handle .xpm files too.
20515 (image-toggle-display): Preserve modification flag.
20516
20517 * help.el (where-is): Don't mention aliases with no key bindings.
20518
20519 2005-03-21 Lute Kamstra <lute@gnu.org>
20520
20521 * generic.el: Fix commentary section. Don't require cl for
20522 compilation.
20523 (generic-mode-list): Add autoload cookie.
20524 (generic-use-find-file-hook, generic-lines-to-scan)
20525 (generic-find-file-regexp, generic-ignore-files-regexp)
20526 (generic-mode, generic-mode-find-file-hook)
20527 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20528 (define-generic-mode): Make it a defmacro. Fix docstring.
20529 (generic-mode-internal): Code cleanup. Add autoload cookie.
20530 (generic-mode-set-comments): Code cleanup.
20531 * generic-x.el: Don't prevent compilation. Don't require generic.
20532 Follow coding conventions. Minor code cleanup.
20533 (etc-fstab-generic-mode): Add some keywords.
20534 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20535 define-generic-mode like a function declaration.
20536
20537 2005-03-21 Jay Belanger <belanger@truman.edu>
20538
20539 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20540 changing modes.
20541
20542 2005-03-21 Sam Steingold <sds@gnu.org>
20543
20544 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20545
20546 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20547
20548 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20549 Add underscore to "f$ lexicals" regexp.
20550
20551 2005-03-20 Juri Linkov <juri@jurta.org>
20552
20553 * subr.el (progress-reporter-do-update): When `min-value' is equal
20554 to `max-value', set `percentage' to 0 and prevent division by zero.
20555
20556 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20557
20558 Sync with Tramp 2.0.48.
20559
20560 * net/tramp.el (all): Change all addresses to .gnu.org.
20561 (tramp-append-tramp-buffers): New defun.
20562 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20563 Catch `dont-send' signal.
20564 (tramp-set-auto-save-file-modes): Set always permissions, because
20565 there might be an old auto-saved file belonging to another
20566 original file. This could be a security threat. Reported by
20567 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20568 Check for Emacs 21.3.50 removed.
20569
20570 * net/tramp-smb.el (all): Remove debug construct for
20571 `with-parsed-tramp-file-name'.
20572 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20573 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20574 No error message if DIRECTORY or FILENAME doesn't exist.
20575 (tramp-smb-open-connection): Check existence of
20576 `tramp-smb-program'.
20577
20578 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20581 Properly handle the case where the `m' or `s' command's argument is not
20582 yet terminated.
20583 (perl-indent-new-calculate): New function.
20584 (perl-indent-line): Use it.
20585
20586 2005-03-20 Miles Bader <miles@gnu.org>
20587
20588 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20589 in text-mode too. Change to new face names.
20590 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20591 Add `:weight bold' attribute.
20592 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20593
20594 2005-03-19 Juri Linkov <juri@jurta.org>
20595
20596 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20597
20598 * international/mule.el (auto-coding-alist): Sync with
20599 `auto-mode-alist' by adding upper case archive file extensions
20600 and adding ear/war to jar extension.
20601
20602 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20603
20604 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20605 running, restart it.
20606
20607 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20608
20609 * finder.el (finder-current-item): Throw an error on an empty line.
20610
20611 * man.el (Man-follow-manual-reference): If current-word returns
20612 nil, use "".
20613
20614 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20615
20616 * simple.el (goto-line): Doc fix.
20617
20618 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20619
20620 * files.el (save-buffer): Doc fix.
20621
20622 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20623
20624 * recentf.el (recentf-cleanup-remote): New variable.
20625 (recentf-cleanup): Use it to conditionally check availability of
20626 remote files.
20627
20628 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20629
20630 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20631 function names.
20632
20633 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20634
20635 * language/thai-word.el: New file.
20636
20637 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20638
20639 * files.el (backup-buffer): If the file's directory is not
20640 writable, use copy instead of move to backup the file.
20641
20642 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20643
20644 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20645
20646 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20647
20648 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20649 Use functionp instead of symbolp and fboundp. Reported by Drkm
20650 <darkman_spam@yahoo.fr>.
20651 (ps-print-version): New version 6.6.6.
20652
20653 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20654
20655 * textmodes/table.el (table--line-column-position): New idiom.
20656 (table--row-column-insertion-point-p): New function to test
20657 validity of row and column insertion operation at a location.
20658 (table-global-menu, table-cell-menu): Use above functions for
20659 deterministic test operation.
20660 (table--editable-cell-p): Behave in deterministic fashion.
20661
20662 2005-03-18 Juri Linkov <juri@jurta.org>
20663
20664 * isearch.el (isearch-lazy-highlight-new-loop):
20665 Make arguments beg and end optional.
20666 (isearch-update): Remove optional arguments nil from
20667 isearch-lazy-highlight-new-loop.
20668 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20669 isearch-lazy-highlight-case-fold-search instead of
20670 isearch-case-fold-search, and let-bind isearch-regexp to
20671 isearch-lazy-highlight-regexp.
20672 Use isearch-lazy-highlight-last-string instead of isearch-string.
20673
20674 * replace.el (perform-replace): Remove bindings of global
20675 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20676 Add three new arguments to `replace-highlight'.
20677 (replace-highlight): Add arguments string, regexp, case-fold.
20678 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20679 to allow isearch-lazy-highlight-new-loop to use these values
20680 to set corresponding isearch-lazy-highlight-* internal
20681 variables whose values lazy highlighting will use regardless of
20682 changes to global variables isearch-string, isearch-regexp,
20683 isearch-case-fold-search during lazy highlighting loop.
20684 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20685 to `lazy-highlight-cleanup'.
20686
20687 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20688 (ispell-highlight-face): Set default face to `isearch' when
20689 lazy highlighting is enabled.
20690 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20691 priority to 1. Add lazy highlighting.
20692 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20693 from `isearch-dehighlight'.
20694
20695 2005-03-18 David Ponce <david@dponce.com>
20696
20697 * files.el (hack-local-variables): Do a case-insensitive search
20698 for End.
20699
20700 2005-03-18 Juri Linkov <juri@jurta.org>
20701
20702 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20703 `isearch-lazy-highlight-cleanup', add alias to old name and
20704 declare obsolete. Add release numbers to other obsolete vars.
20705 (isearch-done, isearch-lazy-highlight-new-loop):
20706 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20707 (lazy-highlight-cleanup) <variable>: Doc fix.
20708 (isearch-lazy-highlight-update): Rename obsolete
20709 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20710
20711 2005-03-18 Kenichi Handa <handa@m17n.org>
20712
20713 * language/thai-util.el: Fix categorization of Thai characters in
20714 thai-category-table.
20715 (thai-composition-pattern): Adjust it for the above change.
20716 (thai-self-insert-command, thai-compose-syllable): New functions.
20717 (thai-compose-region): Use thai-compose-syllable.
20718 (thai-compose-string): Likewise.
20719 (thai-composition-function): Likewise.
20720 (thai-auto-composition): New function.
20721 (thai-auto-composition-mode): New minor mode.
20722
20723 * language/thai.el: Fix patterns to be registered in
20724 composition-function-table.
20725
20726 * international/quail.el (quail-input-method): Locally bind
20727 inhibit-modification-hooks to t.
20728
20729 2005-03-17 Richard M. Stallman <rms@gnu.org>
20730
20731 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20732 (perl-mode): Use run-mode-hooks.
20733
20734 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20735 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20736 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20737
20738 * mail/sendmail.el (sendmail-send-it): Reenable the code
20739 to compute resend-to-address and use it.
20740
20741 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20742
20743 * image-mode.el: New file.
20744
20745 * image.el (insert-sliced-image): Add autoload cookie.
20746
20747 * font-lock.el (font-lock-lines-before): New user option.
20748 (font-lock-after-change-function): Obey it.
20749
20750 * bindings.el (esc-map): Make M-g a prefix.
20751 Bind M-g g and M-g M-g to goto-line.
20752
20753 * faces.el (face-id): Doc fix.
20754
20755 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20756
20757 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20758 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20759 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20760
20761 * mail/sendmail.el (mail-yank-ignored-headers)
20762 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20763 Add Mail-Followup-To and Mail-Reply-To headers.
20764 (mail-citation-hook): Add autoload cookie.
20765 (mail-mode): Doc fix.
20766 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20767 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20768 (mail-mode-fill-paragraph): Handle those headers.
20769 (mail-mailing-lists): New variable.
20770 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20771
20772 2005-03-17 Juri Linkov <juri@jurta.org>
20773
20774 * isearch.el (isearch-fallback): Check for `(car previous)'
20775 before calling `isearch-other-end-state'.
20776
20777 2005-03-17 Kim F. Storm <storm@cua.dk>
20778
20779 * simple.el (move-beginning-of-line): Move to beginning of buffer
20780 line, as well as beginning of screen line.
20781
20782 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20783
20784 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20785 argument REDRAW rather than calendar-redrawing variable.
20786 * calendar/calendar.el (calendar-redrawing): Delete.
20787 (redraw-calendar): Do not bind calendar-redrawing.
20788
20789 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20790
20791 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20792 diary-file buffer.
20793
20794 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20795
20796 * help.el (describe-mode): Allow a :minor-mode-function property to
20797 specify a different minor mode toggle function than the variable.
20798 * simple.el (auto-fill-function):
20799 * subr.el (add-minor-mode): Use it.
20800
20801 2005-03-16 Kenichi Handa <handa@m17n.org>
20802
20803 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20804 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20805 (ethio-fidel-to-sera-buffer): Likewise.
20806
20807 2005-03-16 Juri Linkov <juri@jurta.org>
20808
20809 * emacs-lisp/find-func.el (find-function-regexp):
20810 Add defun-emitting macro `menu-bar-make-toggle'.
20811
20812 * isearch.el: Put `isearch-scroll' property to
20813 `split-window-horizontally'.
20814
20815 * info.el: Update error messages for `debug-ignored-errors'.
20816 (Info-isearch-search): Doc fix.
20817 (Info-find-node): Move up code to go into info buffer before
20818 recording the node to the history.
20819 (Info-fontify-node): Fontify titles only if the next line
20820 has two or more `*', `=', `-', `.'.
20821 Display "go to this node" for empty (match-string 3).
20822
20823 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20824
20825 * term/mac-win.el: Add mouse pointer shape constants.
20826
20827 2005-03-15 Kim F. Storm <storm@cua.dk>
20828
20829 * simple.el (move-beginning-of-line): Use vertical-motion.
20830
20831 2005-03-15 Juri Linkov <juri@jurta.org>
20832
20833 * isearch.el (isearch-error): New variable.
20834 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20835 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20836 (isearch-within-brackets-state): Remove.
20837 (isearch-case-fold-search-state, isearch-pop-fun-state):
20838 Decrease frame index.
20839 (isearch-mode, isearch-top-state, isearch-push-state)
20840 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20841 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20842 (isearch-search, isearch-lazy-highlight-new-loop):
20843 Replace `isearch-invalid-regexp' with `isearch-error'.
20844 Remove `isearch-within-brackets'.
20845 (isearch-search): Add `search-failed' handler to `condition-case'.
20846 (isearch-lazy-highlight-search): Add `condition-case' to catch
20847 errors and allow `isearch-lazy-highlight-update' to try
20848 highlighting from the beginning of the window.
20849 (isearch-repeat): Move up code to set isearch-wrapped to t
20850 before calling isearch-wrap-function.
20851
20852 * info.el (Info-isearch-initial-node): New internal variable.
20853 (Info-search): Signal an error in isearch mode when search leaves
20854 the initial node. Signal an error when `bound' is non-nil and
20855 nothing was found in the current subfile.
20856 (Info-isearch-search): Remove `condition-case'.
20857 (Info-isearch-wrap): Don't wrap when search failed during leaving
20858 the initial node. If `Info-isearch-search' is nil, wrap around
20859 the current node.
20860 (Info-isearch-start): New fun.
20861 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20862 `isearch-mode-hook'.
20863
20864 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20865
20866 * simple.el (normal-erase-is-backspace): Set default to t if
20867 running on Mac.
20868
20869 * term/mac-win.el (function-key-map): Sync with x-win.el.
20870
20871 2005-03-15 Kenichi Handa <handa@m17n.org>
20872
20873 * international/mule-cmds.el (locale-language-names): Modify the
20874 format of elements and add more entries.
20875 (locale-preferred-coding-systems): Add more entries.
20876 (set-locale-environment): Adjust for the change of
20877 locale-language-names.
20878
20879 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * pcvs.el (smerge-ediff): Remove bogus autoload.
20882
20883 2005-03-14 Lute Kamstra <lute@gnu.org>
20884
20885 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20886 Ignore a `*' at the beginning of a line.
20887
20888 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20889 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20890 subr.el.
20891 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20892 to specify indentation.
20893
20894 * generic.el (define-generic-mode): Let generic-mode-list be a
20895 list of strings; test membership with equal.
20896
20897 2005-03-14 Kim F. Storm <storm@cua.dk>
20898
20899 * simple.el (next-line, previous-line): Add optional try-vscroll
20900 arg to recognize interactive use. Pass it on to line-move.
20901 (line-move): Don't perform auto-window-vscroll when defining or
20902 executing keyboard macro to ensure consistent behavior.
20903
20904 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20905
20906 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20907
20908 2005-03-13 Lute Kamstra <lute@gnu.org>
20909
20910 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20911 debugger-setup-buffer so that backtrace marks the frames set to
20912 debug-on-exit and we don't have to do it manually. Set an extra
20913 debug-on-exit for macro's.
20914 (debugger-setup-buffer): Don't mark the top frame manually.
20915
20916 2005-03-12 Lute Kamstra <lute@gnu.org>
20917
20918 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20919 lisp-indent-function throughout.
20920 (with-no-warnings): Set lisp-indent-function property.
20921
20922 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20923
20924 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20925 Add entry for backslash.
20926
20927 2005-03-12 Juri Linkov <juri@jurta.org>
20928
20929 * info.el (Info-search): Four fixes for backward search.
20930
20931 2005-03-11 Jay Belanger <belanger@truman.edu>
20932
20933 * calc/calc.el (calc-language-alist): New variable.
20934 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20935 (calc-embedded-find-modes): Use calc-language-alist instead of
20936 calc-embedded-language-alist.
20937
20938 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20939
20940 * calendar/calendar.el (calendar-redrawing): New internal
20941 variable.
20942 (redraw-calendar): Remove bogus save-excursion from previous
20943 change. Bind calendar-redrawing to t for mark-diary-entries.
20944 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20945 calendar if that is why we were called.
20946
20947 2005-03-11 Kenichi Handa <handa@m17n.org>
20948
20949 * international/mule.el (make-coding-system): Set property
20950 coding-system-define-form to nil.
20951 (define-coding-system-alias): Likewise.
20952
20953 2005-03-11 Kenichi Handa <handa@m17n.org>
20954
20955 These changes are suggested by Dave Love <fx@gnu.org>.
20956
20957 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20958 coding: tag.
20959 (adaptive-fill-regexp): Add more bullets.
20960 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20961 regexps.
20962
20963 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20964
20965 * help.el (describe-mode): Properly handle non-trivial lighters.
20966 Don't ignore minor modes that are not listed in minor-mode-list.
20967
20968 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20969 feature ON when the user requests to turn it OFF.
20970
20971 2005-03-10 Lute Kamstra <lute@gnu.org>
20972
20973 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20974 (implement-debug-on-entry): New function to replace debug-entry-code.
20975 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20976 second argument as the 2005-03-07 change makes it obsolete.
20977 (debug-on-entry, cancel-debug-on-entry): Update call to
20978 debug-on-entry-1.
20979 (debug, debugger-setup-buffer): Comment update.
20980 (debugger-frame-number): Update to work with implement-debug-on-entry.
20981
20982 2005-03-10 Jay Belanger <belanger@truman.edu>
20983
20984 * calc/calc-embed.el (math-ms-args): Declare it.
20985 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20986 math-ms-args.
20987 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20988 variables.
20989
20990 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20991
20992 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20993 Use message-box.
20994
20995 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20996 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20997 (tooltip-gud-tips): Simplify.
20998 (tooltip-gud-tips-p): Remove superfluous :set.
20999 (tooltip-gud-modes): Add fortran-mode.
21000 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21001
21002 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21003
21004 2005-03-09 Kim F. Storm <storm@cua.dk>
21005
21006 * play/animate.el (animate-place-char): Use forward-line instead
21007 of next-line to improve performance.
21008
21009 2005-03-09 Simon Josefsson <jas@extundo.com>
21010
21011 * net/browse-url.el (browse-url-default-browser): Doc fix.
21012
21013 2005-03-09 Miles Bader <miles@gnu.org>
21014
21015 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21016 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21017
21018 2005-03-09 Kenichi Handa <handa@m17n.org>
21019
21020 * international/latin-1.el: Set case and syntax for 255 only if
21021 set-case-syntax-set-multibyte is nil.
21022
21023 * textmodes/ispell.el (ispell-insert-word): New function.
21024 (ispell-word): Use ispell-insert-word to insert a new word.
21025 (ispell-process-line): Likewise.
21026 (ispell-complete-word): Likewise.
21027
21028 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21029
21030 * calendar/calendar.el (redraw-calendar): Preserve point.
21031 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21032 (calendar-week-start-day): Move after definition of
21033 redraw-calendar. Delete buffer test, since redraw-calendar has
21034 that now.
21035
21036 * calendar/diary-lib.el (mark-diary-entries): Only call
21037 redraw-calendar in the first of any recursive calls.
21038 Reported by Alan Shutko <ats@acm.org>.
21039
21040 2005-03-08 Juri Linkov <juri@jurta.org>
21041
21042 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21043 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21044 (html-radio-buttons): Add a space before the trailing `/>' where
21045 sgml-xml-mode is non-nil.
21046 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21047 the subsequent tag of the empty XML tag.
21048 (html-href-anchor): Don't set initial input to "http:".
21049 (html-image): Ask for the image URL and set point inside alt="".
21050 (html-name-anchor): Duplicate the name in the `id' attribute when
21051 sgml-xml-mode is non-nil.
21052 (html-paragraph): Remove \n before <p>.
21053 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21054 instead of `checked' when sgml-xml-mode is non-nil.
21055
21056 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21057 Remove 1 space before #RRGGBB to not truncate it on terminal
21058 windows w/o fringes. Remove 1 space between bg and fg examples
21059 to get more space.
21060 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21061 avoid byte-compile warnings.
21062
21063 * image-file.el (image-file-handler): Put `safe-magic' property to
21064 `image-file-handler'.
21065
21066 * info.el (Info-isearch-search): Emulate word search in
21067 isearching through multiple Info nodes with Info-search.
21068 (Info-isearch-wrap): Allow isearch-word.
21069
21070 2005-03-08 Lute Kamstra <lute@gnu.org>
21071
21072 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21073 stepping into the debugger's code is not possible.
21074 (debugger-jumping-flag): Docstring update.
21075
21076 2005-03-08 Jay Belanger <belanger@truman.edu>
21077
21078 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21079 embedded mode begins.
21080 (calc-embedded-language-alist): New variable.
21081 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21082 set default language mode.
21083
21084 2005-03-08 Kenichi Handa <handa@m17n.org>
21085
21086 * international/ccl.el (define-ccl-program): Fix docstring about
21087 extra 256 bytes assured for the output buffer.
21088
21089 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21090 Fix BUFFER_MAGNIFICATION to 2.
21091 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21092
21093 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21094
21095 * align.el (align-rules-list): Added an alignment rule for CSS
21096 declarations (applies to css-mode and html-mode buffers).
21097
21098 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21099
21100 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21101
21102 2005-03-07 Kim F. Storm <storm@cua.dk>
21103
21104 * simple.el (move-beginning-of-line): New command.
21105
21106 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21107
21108 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21109
21110 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21111 and move-beginning-of-line.
21112
21113 * apropos.el (apropos-print): Omit command from M-x ... RET.
21114
21115 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21116
21117 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21118 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21119
21120 2005-03-06 Richard M. Stallman <rms@gnu.org>
21121
21122 * bindings.el (esc-map): Bind M-g to goto-line.
21123
21124 * facemenu.el (global-map): Bind M-o, not M-g.
21125
21126 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21127
21128 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21129 "Open Directory" as for "Open File".
21130
21131 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21132
21133 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21134 (push-mark-command): Run activate-mark-hook.
21135
21136 2005-03-06 Richard M. Stallman <rms@gnu.org>
21137
21138 * help-mode.el (help-mode-finish): Don't alter the element
21139 in view-return-to-alist if there already is one.
21140
21141 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21142 make sure the current buffer is the expected one.
21143
21144 * novice.el (disabled-command-function): Output in *Disabled Command*.
21145 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21146
21147 * textmodes/flyspell.el (flyspell-large-region):
21148 Pass args differently for aspell.
21149
21150 * files.el (mode-require-final-newline): Doc fix.
21151
21152 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21153
21154 * progmodes/which-func.el (which-function):
21155 Specify NOERROR when calling imenu--make-index-alist.
21156
21157 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * simple.el (normal-erase-is-backspace): Define default value.
21160
21161 * custom.el (custom-theme-set-variables): Remove unused var
21162 `immediate'.
21163 (custom-reevaluate-setting): Simple function to handle variables
21164 that are defined before their default value can really be
21165 computed.
21166
21167 * startup.el (command-line): Use it for temporary-file-directory,
21168 small-emporary-file-directory, auto-save-file-name-transforms,
21169 blink-cursor-mode, and normal-erase-is-backspace.
21170
21171 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21172 progress, even with buggy anchored keywords.
21173
21174 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21175
21176 * simple.el (goto-line): Remove unbalanced final parenthesis.
21177
21178 2005-03-05 Richard M. Stallman <rms@gnu.org>
21179
21180 * simple.el (goto-line): Use a number at point as the default.
21181 With C-u as arg, switch buffers.
21182
21183 2005-03-05 Juri Linkov <juri@jurta.org>
21184
21185 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21186 with `no-blinking-cursor'.
21187
21188 * startup.el (no-blinking-cursor): New defvar.
21189 (command-line): Add `--no-blinking-cursor' to longopts.
21190 Set `no-blinking-cursor' to t for command line arguments
21191 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21192 with `no-blinking-cursor' in the condition for calling
21193 `blink-cursor-mode'.
21194
21195 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21196
21197 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21198 (menu-bar-options-save): Add blink-cursor-mode.
21199 (menu-bar-options-menu): Add blink-cursor-mode.
21200
21201 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21202
21203 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21204 (icalendar-export-file, icalendar-export-region)
21205 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21206 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21207
21208 2005-03-04 Lute Kamstra <lute@gnu.org>
21209
21210 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21211 (debug-function-list): Ditto.
21212
21213 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21214
21215 * textmodes/texinfmt.el (texinfo-append-refill):
21216 Redefine the types of line to which @refill
21217 is not appended by replacing a search for `@refill\\|@bye' with
21218 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21219 itemize@refill' bug and the unfilled long lines bug.
21220 (texinfmt-version): Update number and date.
21221
21222 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21223
21224 * international/code-pages.el (windows-1250, windows-125[2-8])
21225 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21226
21227 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21228
21229 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21230 bound yet.
21231
21232 2005-03-02 Romain Francoise <romain@orebokech.com>
21233
21234 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21235 buffer after removing limits.
21236 (ibuffer-pop-filter): Ditto.
21237 Update copyright.
21238
21239 2005-03-02 Miles Bader <miles@gnu.org>
21240
21241 * button.el (make-text-button): If the user doesn't specify a
21242 type, use the default. Rewrite to use `add-text-properties' and
21243 plist functions.
21244
21245 2005-03-01 Lute Kamstra <lute@gnu.org>
21246
21247 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21248 (debugger-jumping-flag): New var.
21249 (debug-entry-code): Use it.
21250 (debugger-jump): Use debugger-jumping-flag and add
21251 debugger-reenable to post-command-hook.
21252 (debugger-reenable): Use debugger-jumping-flag and remove itself
21253 from post-command-hook.
21254 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21255 debugger-reenable.
21256
21257 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21258
21259 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21260 inclusion of "itemize\\|", which may be unnecessary, is certainly
21261 inelegant, and stops refilling in itemize lists when formatting
21262 Japanese Texinfo files to Info.
21263 Update copyright to 2005.
21264
21265 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21266
21267 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21268 of an error if GDB can't find the source file.
21269
21270 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21271
21272 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21273 not just the calendar.
21274
21275 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21276 first.
21277 (diary-redraw-calendar): New function.
21278 (make-diary-entry): Add diary-redraw-calendar to local
21279 write-contents-functions. Turn off selective display before
21280 inserting in diary.
21281
21282 2005-03-01 Kim F. Storm <storm@cua.dk>
21283
21284 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21285
21286 2005-03-01 Lute Kamstra <lute@gnu.org>
21287
21288 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21289 that debug-entry-code can be safely removed from a function while
21290 this code is being evaluated. Revert the 2005-02-27 change as the
21291 new implementation no longer requires it. Make sure that a
21292 function body containing just a string is not mistaken for a docstring.
21293 (debug): Skip one more frame in case of debug on entry.
21294 (debugger-setup-buffer): Delete one more frame line in case of
21295 debug on entry.
21296 (debugger-frame-number): Update to use the new text introduced by
21297 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21298
21299 2005-02-28 Kim F. Storm <storm@cua.dk>
21300
21301 * double.el (double-translate-key): Call force-window-update after
21302 read-event to avoid crash in redisplay.
21303
21304 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21305
21306 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21307 (debug): Use it. Move the inhibit-trace earlier.
21308 (debug-entry-code): New const.
21309 (debug-on-entry-1): Use it.
21310
21311 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21312
21313 * international/utf-16.el (ccl-encode-mule-utf-16le):
21314 Fix BUFFER_MAGNIFICATION to 2.
21315 (ccl-encode-mule-utf-16be): Likewise.
21316
21317 2005-02-28 Kenichi Handa <handa@m17n.org>
21318
21319 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21320 Fix BUFFER_MAGNIFICATION to 4.
21321 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21322
21323 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21324
21325 * speedbar.el (speedbar-update-flag): Doc fix.
21326 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21327 argument.
21328
21329 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21330
21331 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21332 have a non-nil `invisible' property but are actually visible.
21333
21334 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21335 for perldoc sections.
21336 (perl-outline-regexp, perl-outline-level): New var and function.
21337 (perl-mode): Use them.
21338
21339 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21340
21341 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21342 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21343
21344 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21345
21346 * cus-edit.el: Comment change.
21347 (custom-buffer-create-internal): Slightly reword text at top of
21348 Custom buffers. Mention there that saving an option edits the
21349 init file. Add link to Emacs manual node on `custom-file'.
21350 (custom-magic-alist): Rewrite individual State messages to use
21351 capitalized keywords. Doc fix.
21352
21353 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21354
21355 * calendar/calendar.el (calendar-buffer): Move above
21356 calendar-week-start-day.
21357 (calendar-week-start-day): Doc fix. Add :set function.
21358 (calendar-minimum-window-height): New variable.
21359 (generate-calendar-window): Only resize window if selected-window
21360 is displaying the calendar buffer. Use new variable
21361 calendar-minimum-window-height.
21362 (generate-calendar): Reword error message.
21363 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21364
21365 2005-02-27 Andreas Schwab <schwab@suse.de>
21366
21367 * vc.el (vc-do-command): Don't run command asynchronously when
21368 operating in a remote directory.
21369
21370 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21371 change from sync with Tramp 2.0.47.
21372
21373 2005-02-27 Richard M. Stallman <rms@gnu.org>
21374
21375 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21376
21377 * textmodes/flyspell.el (flyspell-mode-on):
21378 Call ispell-change-dictionary only if necessary.
21379
21380 * emacs-lisp/re-builder.el (regexp-builder): New function.
21381
21382 * register.el (describe-register-1): Explicitly handle
21383 yank-excluded-properties = t.
21384
21385 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21386 (custom-magic-alist): Change the status descriptions again.
21387 (face widget-type): Total rewrite based on `restricted-sexp'
21388 to eliminate the confusing double hiding levels.
21389
21390 * emacs-lisp/debug.el (debug-on-entry-1):
21391 If function body is empty, add nil as body form.
21392
21393 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21394
21395 * emacs-lisp/trace.el (inhibit-trace): New var.
21396 (trace-make-advice): Use it.
21397
21398 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21399
21400 2005-02-26 Kim F. Storm <storm@cua.dk>
21401
21402 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21403 (mouse-on-link-p, mouse-drag-region-1): Use it.
21404
21405 2005-02-25 Lute Kamstra <lute@gnu.org>
21406
21407 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21408
21409 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21410
21411 * frame.el (blink-cursor-mode): Add :group keyword.
21412
21413 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21414
21415 * calendar/icalendar.el (icalendar--decode-isodatetime):
21416 New optional argument DAY-SHIFT.
21417 (icalendar-export-region): Fix coding-system-for-write.
21418 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21419 events by one.
21420
21421 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21422
21423 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21424
21425 2005-02-24 Kim F. Storm <storm@cua.dk>
21426
21427 * international/iso-acc.el (iso-accents-compose): Fix crash
21428 during redisplay. Call force-window-update after read-event
21429 and delete-region to signal that window is not accurate.
21430
21431 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21432
21433 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21434 Remove unused and inexistent var `inhibit-trace'.
21435 (debugger-mode): Use run-mode-hooks.
21436 (debugger-list-functions): Add buttons; setup xref stack.
21437
21438 2005-02-23 Richard M. Stallman <rms@gnu.org>
21439
21440 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21441 appointment says it was explicitly made.
21442 (appt-add): Set the 3rd element.
21443 (appt-make-list): Preserve explicit appointments.
21444
21445 * subr.el (find-tag-default): Catch errors in forward-sexp.
21446
21447 2005-02-23 Juri Linkov <juri@jurta.org>
21448
21449 * info.el (Info-isearch-search): New defcustom.
21450 (Info-isearch-search): Call the default isearch function
21451 when Info-isearch-search is nil.
21452 (Info-isearch-wrap): Use variable Info-isearch-search.
21453
21454 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21455
21456 * cus-edit.el: Comment change.
21457
21458 2005-02-22 Kim F. Storm <storm@cua.dk>
21459
21460 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21461 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21462
21463 2005-02-22 Simon Josefsson <jas@extundo.com>
21464
21465 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21466 New variable.
21467 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21468 Oskarsson" <myrkraverk@users.sourceforget.net>.
21469
21470 2005-02-22 Kim F. Storm <storm@cua.dk>
21471
21472 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21473 check that window of that event is the selected window.
21474 (mouse-drag-region-1): Compare mouse event window to selected
21475 window before setting point.
21476
21477 * tooltip.el (tooltip-show-help-function): Pass event to
21478 mouse-on-link-p so it can check selected window.
21479
21480 2005-02-22 Kenichi Handa <handa@m17n.org>
21481
21482 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21483 (ps-mule-show-warning): New function.
21484 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21485 characters are found.
21486
21487 * ps-print.el (ps-header-footer-string): Return a list of header
21488 and footer strings.
21489
21490 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21491
21492 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21493
21494 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * frame.el (blink-cursor-mode): Use define-minor-mode.
21497
21498 * term/mac-win.el (function-key-map): Use char-names more consistently.
21499 (file-name-coding-system): Only set it for MacOS-9. The other case is
21500 already handled in mule-cmds.el (where it also works when mac-win.el
21501 is not used).
21502
21503 2005-02-21 Kenichi Handa <handa@m17n.org>
21504
21505 * international/mule.el (ctext-pre-write-conversion): Always use
21506 " *code-converting-work*" buffer for work.
21507
21508 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21509
21510 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21511
21512 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21513
21514 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21515
21516 * ses.el (undo-more): Restore defadvice, but only the part that
21517 allows changes outside the restricted area of the buffer.
21518
21519 2005-02-20 Kim F. Storm <storm@cua.dk>
21520
21521 * simple.el (line-move): Add fourth optional arg try-vscroll which
21522 must be set to perform auto-window-vscroll.
21523 When moving backwards and doing auto-window-vscroll, automatically
21524 vscroll to the last part of lines which are taller than the window.
21525 (next-line, previous-line): Set try-vscroll arg on line-move.
21526
21527 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21528
21529 * replace.el (query-replace, query-replace-regexp)
21530 (replace-string, replace-regexp): When operating on region, make
21531 the minibuffer prompt say so.
21532
21533 * isearch.el (isearch-forward): Document isearch-query-replace and
21534 isearch-query-replace-regexp keybindings.
21535
21536 2005-02-19 Jay Belanger <belanger@truman.edu>
21537
21538 * calc/calc-aent.el (math-read-token): Add local variable.
21539
21540 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21541 (calc-edit-top): Move declaration to earlier in file.
21542 (calc-edit-macro-repeats): Add local variables.
21543
21544 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21545 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21546 calcFunc-tanh.
21547 Adjust integration rule for calcFunc-tan.
21548
21549 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21550
21551 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21552 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21553 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21554 (viper-skip-separators): Bug fix.
21555 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21556 particular major mode.
21557 (viper-del-backward-char-in-replace): Don't put deleted char on the
21558 kill ring.
21559
21560 * viper-ex.el (viper-color-display-p): New function.
21561 (viper-has-face-support-p): Use viper-color-display-p.
21562
21563 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21564
21565 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21566
21567 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21568 (viper-file-remote-p): Make equivalent to file-remote-p.
21569
21570 * viper.el (viper-major-mode-modifier-list):
21571 Use viper-gnus-modifier-map.
21572
21573 2005-02-19 David Kastrup <dak@gnu.org>
21574
21575 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21576 quoting.
21577
21578 2005-02-19 Jay Belanger <belanger@truman.edu>
21579
21580 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21581 Remove extra definitions.
21582 (calc-coth): New function.
21583 (calcFunc-cot): Fix `let'.
21584
21585 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21586
21587 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21588 the reasons we use "type pc" in these faces.
21589
21590 * button.el (button): Ditto.
21591
21592 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21593
21594 * replace.el (query-replace-read-from): Set the value of
21595 query-replace-from-history-variable to handle the case of an empty
21596 string entered to accept the suggested default.
21597
21598 * net/tramp.el (tramp-file-name-for-operation):
21599 Use dired-call-process instead of dired-call-process-command.
21600
21601 2005-02-19 Jay Belanger <belanger@truman.edu>
21602
21603 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21604 (math-div-non-trig): New variables.
21605 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21606 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21607 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21608 trig expressions.
21609
21610 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21611
21612 * progmodes/gdb-ui.el (gdb-var-update-handler)
21613 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21614 for watch expressions,
21615 (gdb-var-create-handler): Don't set speedbar-update-flag.
21616 (gdb-post-prompt): Simplify test for speedbar.
21617
21618 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21619
21620 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21621 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21622 we use the syntax table of the correct buffer.
21623 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21624 Felix Gatzemeier.
21625
21626 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21627 (ediff-file-remote-p): Make synonymous with file-remote-p.
21628 In all deffaces ediff-*-face-*, use min-colors.
21629
21630 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21631 ediff-recurse-to-subdirectories.
21632 (ediff-mark-if-equal): Check that the arguments are strings, use
21633 ediff-same-contents (after to Felix Gatzemeier).
21634
21635 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21636 nil.
21637
21638 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21639
21640 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21641
21642 2005-02-18 David Kastrup <dak@gnu.org>
21643
21644 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21645 use `mark-active' when defined.
21646
21647 2005-02-18 Kenichi Handa <handa@m17n.org>
21648
21649 * ps-print.el (ps-font-info-database): New entry
21650 ZapfChancery-MediumItalic with correct font name. Fix font name
21651 of the entry Zapf-Chancery-MediumItalic.
21652
21653 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21654
21655 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21656
21657 2005-02-16 Kim F. Storm <storm@cua.dk>
21658
21659 * ido.el (ido-fallback-command): Pass user input to fallback command.
21660
21661 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21662
21663 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21664 (gdb-find-file-hook): Add server prefix.
21665
21666 2005-02-16 Richard M. Stallman <rms@gnu.org>
21667
21668 * replace.el (perform-replace): Pass new args to replace-highlight.
21669 (replace-highlight): Take region args,
21670 and pass them to isearch-lazy-highlight-new-loop.
21671
21672 * novice.el (disabled-command-hook): Autoload the defalias
21673 and the make-obsolete-variable call.
21674
21675 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21676
21677 * isearch.el (isearch-lazy-highlight-start-limit)
21678 (isearch-lazy-highlight-end-limit): New variables limit
21679 the region for highlighting.
21680 (isearch-lazy-highlight-new-loop): New args BEG and END.
21681 (isearch-lazy-highlight-search): Use the new vars.
21682 (isearch-lazy-highlight-update): Likewise.
21683
21684 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21685
21686 * cus-start.el (all): Use default-boundp.
21687
21688 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21689
21690 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21691
21692 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21693
21694 * autorevert.el (auto-revert-stop-on-user-input)
21695 (auto-revert-verbose): Doc fixes.
21696
21697 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21698
21699 * international/mule-cmds.el (set-locale-environment): Remove call
21700 to set-selection-coding-system on Windows.
21701
21702 2005-02-15 Jay Belanger <belanger@truman.edu>
21703
21704 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21705 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21706 calcFunc-coth.
21707 (math-simplify-sqrt): Add simplifications.
21708
21709 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21710 to list.
21711
21712 * calc/calc-ext.el: Add functions to autoloads.
21713
21714 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21715 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21716 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21717 (math-csc-raw, math-cot-raw): New functions.
21718
21719 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21720
21721 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21722 the variable name in a message.
21723
21724 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21725 calcFunc-csc, calcFunc-cot.
21726
21727 * calc/calcalg2.el: Add derivative and integration rules for
21728 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21729 calcFunc-csch, calcFunc-coth.
21730 (math-do-integral-methods): Add to checks for when to use
21731 substitutions.
21732
21733 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21734
21735 2005-02-15 Lute Kamstra <lute@gnu.org>
21736
21737 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21738 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21739 <monnier@iro.umontreal.ca>
21740 (lisp-outline-level): Improve efficiency. Suggested by David
21741 Kastrup <dak@gnu.org>.
21742
21743 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21744
21745 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21746 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21747 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21748 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21749 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21750
21751 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21752
21753 * cus-start.el (all): Comment change.
21754
21755 2005-02-14 Lute Kamstra <lute@gnu.org>
21756
21757 * cus-start.el (all): Check if symbol is void.
21758
21759 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21760
21761 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21762 optional argument to \cite.
21763
21764 2005-02-14 Richard M. Stallman <rms@gnu.org>
21765
21766 * cus-edit.el (custom-buffer-create-internal): Update help message.
21767 (custom-magic-alist): Update help messages.
21768
21769 * cus-start.el (all): Allow a var to specify a standard value.
21770
21771 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21772
21773 * custom.el (custom-theme-set-variables): Handle variable aliases.
21774
21775 * frame.el (blink-cursor-timer): Doc fix.
21776 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21777 declare obsolete.
21778 (blink-cursor-mode): Define with defcustom and use correct
21779 standard expression in that defcustom.
21780 * startup.el (command-line): Adapt to above changes in frame.el.
21781
21782 2005-02-11 Lute Kamstra <lute@gnu.org>
21783
21784 * apropos.el (apropos-score-doc): Prevent division by zero.
21785
21786 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21787
21788 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21789 (icalendar--get-event-property-attributes)
21790 (icalendar--get-event-properties)
21791 (icalendar--datetime-to-diary-date): New functions.
21792 (icalendar--split-value): Doc fix.
21793 (icalendar--datetime-to-noneuropean-date)
21794 (icalendar--datetime-to-european-date): New optional argument
21795 SEPARATOR. Return result as a string instead of a list.
21796 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21797 (icalendar--convert-string-for-export): Rename arg S to STRING.
21798 (icalendar-export-region): Doc fix. Change name of error buffer.
21799 Save output buffer.
21800 (icalendar-import-file): Add blank at end of prompt.
21801 (icalendar-import-buffer): Doc fix. Do not switch to error
21802 buffer. Indicate status in return value.
21803 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21804 buffer. Save output buffer. Handle exception from recurrence
21805 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21806 events. Fix problems with weekly all-day events.
21807
21808 2005-02-10 Richard M. Stallman <rms@gnu.org>
21809
21810 * simple.el (eval-expression-print-format):
21811 Avoid warning about edebug-active.
21812
21813 * help.el (help-for-help-internal): Rename from help-for-help.
21814 (help-for-help): Define with defalias.
21815
21816 * font-core.el (font-lock-default-function): Use with-no-warnings.
21817
21818 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21819
21820 * custom.el (defface): Doc fix.
21821
21822 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21823
21824 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21825 width 0" to prevent word wrapping problems.
21826
21827 2005-02-09 Kim F. Storm <storm@cua.dk>
21828
21829 * ido.el (ido-file-extensions-order): New defcustom.
21830 (ido-file-extension-lessp, ido-file-extension-aux)
21831 (ido-file-extension-order): New advanced file ordering.
21832 (ido-file-lessp): New simple file ordering.
21833 (ido-sort-list): Remove.
21834 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21835 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21836
21837 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21838
21839 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21840 that some versions of grep produce.
21841 (grep-mode-font-lock-keywords): Likewise.
21842
21843 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21844
21845 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21846 (gdb-cdir): Delete.
21847 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21848 (gdb-source-info): Treat case when source file is in another
21849 directory properly.
21850 (gdb-get-location): New function.
21851
21852 2005-02-07 Jay Belanger <belanger@truman.edu>
21853
21854 * calc/calc-prog.el (calc-write-parse-table-part)
21855 (calc-fix-token-name): Fix a check for language type.
21856
21857 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21858
21859 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21860
21861 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21862 as directory not writable.
21863
21864 2005-02-07 Kim F. Storm <storm@cua.dk>
21865
21866 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21867 (cua--standard-movement-commands): Remove list.
21868 Instead, set CUA property value to move for movement commands.
21869 (cua-movement-commands): Remove. Users must set CUA prop instead.
21870 (cua--pre-command-handler): Check CUA property.
21871 (cua--init-keymaps): Don't remap undo commands.
21872 (cua-mode): Don't call cua--rectangle-on-off.
21873
21874 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21875 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21876 (cua--rect-undo-set-point): New var.
21877 (cua--rectangle-undo-boundary): Setup undo apply entry.
21878 (cua--rect-undo-handler): New function for rectangle undo.
21879 (cua--rect-start-position, cua--rect-end-position): Add.
21880 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21881 for restored rectangle. Set point if cua--rect-undo-set-point.
21882
21883 2005-02-06 Jay Belanger <belanger@truman.edu>
21884
21885 * calc/calc-lang.el (calc-tex-language): Display more information
21886 in messages.
21887
21888 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21889 in TeX mode.
21890
21891 2005-02-06 Richard M. Stallman <rms@gnu.org>
21892
21893 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21894
21895 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21896
21897 * net/ldap.el (ldap-search-internal): Support attributes with
21898 optional descriptions separated by a semi-colon, as in
21899 "userCertificate;binary".
21900
21901 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21902
21903 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21904 isn't a cons (i.e. the version is 0).
21905
21906 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21907
21908 * help.el (help-for-help): Doc fix.
21909
21910 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21911
21912 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21913 GDB-Windows on the menu-bar as this works better.
21914
21915 2005-02-04 Jay Belanger <belanger@truman.edu>
21916
21917 * calc/calc-embed.el (calc-embedded-update): Don't put in
21918 unnecessary newlines. Adjust the end of formula marker.
21919
21920 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21921 (math-latex-parse-two-args): New function.
21922
21923 2005-02-03 Lute Kamstra <lute@gnu.org>
21924
21925 * help-fns.el (help-with-tutorial): Make sure that users cannot
21926 remove the entire text of the tutorial by means of `undo'.
21927
21928 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21929
21930 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21931 in recent changes, where the ispell process was repeatedly
21932 killed & restarted.
21933
21934 * international/mule-cmds.el (set-locale-environment): Set file-name
21935 coding system to utf-8 on Darwin systems.
21936 (set-default-coding-systems): Don't set default-file-name-coding-system
21937 on Darwin systems.
21938
21939 2005-02-03 Richard M. Stallman <rms@gnu.org>
21940
21941 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21942
21943 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21944
21945 * faces.el (list-faces-display): Add optional argument.
21946
21947 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * font-core.el (font-lock-default-function): Handle the rare case where
21950 only font-lock-keywords is set.
21951
21952 2005-02-02 Kenichi Handa <handa@m17n.org>
21953
21954 * international/characters.el: Cancel previous change for
21955 I-WITH-DOT-ABOVE and DOTLESS-i.
21956
21957 * international/latin-5.el: Cancel previous change.
21958
21959 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21960
21961 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21962
21963 2005-02-02 Kenichi Handa <handa@m17n.org>
21964
21965 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21966 DOTLESS-i.
21967
21968 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21969 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21970
21971 * case-table.el (get-upcase-table): New function.
21972 (copy-case-table): Copy upcaes table too if non-nil.
21973 (set-case-syntax-delims): Maintain upcase table too.
21974 (set-case-syntax-pair): Likewise.
21975 (set-upcase-syntax, set-downcase-syntax): New functions.
21976 (set-case-syntax): Maintain upcase table too.
21977
21978 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21979
21980 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21981
21982 * progmodes/gud.el (gud-goto-info): New function.
21983 (gud-tool-bar-map): Use correct icon.
21984
21985 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21986
21987 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21988 When delegating, order args in the funcall correctly.
21989
21990 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21991
21992 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21993
21994 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21995
21996 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21997 buffer not visiting a file.
21998
21999 2005-01-31 Jay Belanger <belanger@truman.edu>
22000
22001 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22002 bound on the line with the formula.
22003
22004 2005-01-31 Kim F. Storm <storm@cua.dk>
22005
22006 * ses.el (ses-create-cell-variable-range)
22007 (ses-destroy-cell-variable-range, ses-reset-header-string)
22008 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22009 (ses-insert-row): Fix format of apply undo entries.
22010
22011 2005-01-31 Jay Belanger <belanger@truman.edu>
22012
22013 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22014 parts.
22015
22016 * calc/calc-embed.el (calc-embedded-open-formula)
22017 (calc-embedded-close-formula): Ignore matrix environments.
22018
22019 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22020 TeX mode.
22021
22022 * calc/calc-lang.el (math-function-table, math-oper-table)
22023 (math-variable-table): Adjust the LaTeX portions.
22024
22025 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22026 (math-latex-ignore-words): New constant.
22027
22028 2005-01-31 Richard M. Stallman <rms@gnu.org>
22029
22030 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22031 (ispell-local-dictionary): Doc fix.
22032 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22033 Don't reinitialize at run time. Don't defcustom.
22034 All uses changed to append ispell-local-dictionary-alist,
22035 or check it first.
22036 (ispell-current-dictionary): New variable for dictionary in use.
22037 (ispell-dictionary): Now used only for global default.
22038 (ispell-start-process): Set ispell-current-dictionary,
22039 not ispell-dictionary.
22040 (ispell-change-dictionary): Use this only for setting
22041 user preferences.
22042 (ispell-internal-change-dictionary): New function
22043 to change the current dictionary in use.
22044 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22045 Use ispell-current-dictionary.
22046 Handle ispell-local-dictionary-overridden.
22047 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22048
22049 2005-01-31 Jay Belanger <belanger@truman.edu>
22050
22051 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22052
22053 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22054 (calc-mode-map): Add calc-latex-language.
22055
22056 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22057 (math-latex-print-frac): New functions.
22058 (math-oper-table, math-function-table, math-variable-table)
22059 (math-complex-format, math-input-filter): Add latex properties.
22060 (calc-set-language): Set math-expr-special-function-mapping.
22061
22062 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22063 (calc-write-parse-table-part): Add LaTeX support.
22064
22065 * calc/calc.el (calc-language): Adjust docstring.
22066 (calc-set-mode-line): Add LaTeX support.
22067 (math-expr-special-function-mapping): New variable.
22068 (math-tex-ignore-words): Add to list.
22069
22070 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22071 Add LaTeX support.
22072 (math-compose-expr): Add support for special functions.
22073
22074 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22075
22076 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22077
22078 * progmodes/gdb-ui.el (gdb-memory-address)
22079 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22080 (gdb-memory-mode-map, gdb-memory-format-keymap)
22081 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22082 (gdb-memory-unit-menu): New variables for a buffer
22083 that lets the user examine program memory.
22084 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22085 (gdb-memory-format-binary, gdb-memory-format-octal)
22086 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22087 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22088 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22089 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22090 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22091 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22092 (gdb-memory-mode, gdb-memory-buffer-name)
22093 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22094 New functions for above buffer.
22095
22096 2005-01-30 Richard M. Stallman <rms@gnu.org>
22097
22098 * cus-edit.el (custom-bury-buffer): Function deleted.
22099 (custom-buffer-done-function): Option deleted.
22100 (custom-buffer-done-kill): New replacement option.
22101 (Custom-buffer-done): Call quit-window.
22102 (custom-buffer-create-internal): Update for above changes.
22103
22104 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22105
22106 * simple.el (undo-ask-before-discard): New var.
22107 (undo-outer-limit-truncate): Implement it.
22108 (undo-extra-outer-limit): Doc update.
22109
22110 2005-01-29 Richard M. Stallman <rms@gnu.org>
22111
22112 * ses.el (undo-more): Delete defadvice.
22113 (ses-begin-change): Doc fix.
22114
22115 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22116 instead of rebinding C-x u and C-_.
22117
22118 * files.el (normal-backup-enable-predicate): Return nil for files
22119 in /tmp, regardless of temporary-file-directory.
22120
22121 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22122
22123 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22124 (open-rectangle, delete-whitespace-rectangle-line)
22125 (clear-rectangle-line): If FILL, pass t instead of FILL
22126 for move-to-column's 2nd arg.
22127
22128 * simple.el (undo): Fix the test for continuing a series of undos.
22129 (undo-more): Set pending-undo-list to t when we reach end.
22130 (pending-undo-list): Move up defvar.
22131
22132 * wid-edit.el (widget-button-click):
22133 Shorten the range of the track-mouse binding.
22134
22135 * comint.el (comint-insert-input): Undo previous changes;
22136 use last-input-event in interactive spec.
22137
22138 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22139
22140 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22141 to nil before invoking call-process. Reset buffer's modified flag
22142 after fontifying it in the no-async branch.
22143
22144 * wid-edit.el (widget-specify-button): If mouse pointer shape
22145 cannot be changed, use mouse face instead.
22146
22147 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22148
22149 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22150 (gdb-goto-breakpoint): Make breakpoint handling work on template
22151 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22152 (gdb-assembler-custom): Update to recognize breakpoint information
22153 added on 2005-01-19.
22154
22155 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22158 (dsssl-mode): Use define-derived-mode.
22159 (scheme-mode-initialize): Remove.
22160 (scheme-mode): Use run-mode-hooks.
22161
22162 * cus-edit.el (customize-group-other-window)
22163 (custom-buffer-create-other-window): Don't override special-display-*.
22164 (custom-mode-map): Make it dense.
22165
22166 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22167 sets the default value.
22168
22169 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22170
22171 * descr-text.el: Add more keywords.
22172
22173 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22174
22175 * speedbar.el: Avoid unnecessary use of locate-library.
22176
22177 * international/mule-cmds.el (standard-display-european-internal):
22178 Don't fiddle with latin-1 non-break space any more since it's now
22179 special cased in the C code.
22180 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22181
22182 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22183
22184 * cus-start.el (all): Add `undo-outer-limit'.
22185
22186 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22187
22188 * textmodes/bibtex.el (bibtex-format-entry):
22189 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22190 field lines.
22191 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22192 not on part of a buffer.
22193
22194 2005-01-25 Lute Kamstra <lute@gnu.org>
22195
22196 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22197 nonempty field text strings like "{letters\\macro{}more letters}".
22198 Clarify docstring.
22199 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22200 (bibtex-entry-offset, bibtex-parse-association)
22201 (bibtex-parse-field-name): Fix typos in docstrings.
22202 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22203
22204 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22205
22206 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22207 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22208 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22209 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22210
22211 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22212 isearch minor mode.
22213
22214 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22215
22216 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22217
22218 2005-01-24 Lute Kamstra <lute@gnu.org>
22219
22220 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22221 CASECHARS and NOT-CASECHARS regular expressions of the
22222 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22223 striding over charsets" error.
22224
22225 2005-01-24 Jay Belanger <belanger@truman.edu>
22226
22227 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22228 display variable name.
22229
22230 2005-01-24 Kenichi Handa <handa@m17n.org>
22231
22232 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22233 Fix setting of the element of encoded-kbd-iso2022-invocations.
22234
22235 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22236
22237 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22238 (gdb-threads-select): Change to also accept mouse events.
22239 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22240 (gdb-threads-mouse-select): Delete.
22241
22242 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22243
22244 * files.el (insert-directory): Take care of empty directory,
22245 listed without -a switch.
22246
22247 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22248
22249 * textmodes/refill.el (refill-post-command-function):
22250 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22251 to the list of functions that we should be careful not to undo.
22252 (refill-late-fill-paragraph-function): Remove.
22253 (refill-saved-state): New var.
22254 (refill-mode): Use it to save fill-paragraph-function.
22255 Save also the value of auto-fill-function.
22256
22257 * term/w32-win.el: Simplify code.
22258
22259 2005-01-23 Kim F. Storm <storm@cua.dk>
22260
22261 * simple.el (line-move): Adapt to new return value from
22262 pos-visible-in-window-p.
22263
22264 * simple.el (line-move): Fix last change. Check partial
22265 visibility at point rather than at window-start.
22266
22267 2005-01-22 Jason Rumney <jasonr@gnu.org>
22268
22269 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22270
22271 2005-01-22 David Kastrup <dak@gnu.org>
22272
22273 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22274
22275 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22276
22277 * type-break.el (type-break-mode): Add a test for
22278 type-break-file-name being non-nil.
22279
22280 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22281
22282 * net/eudc.el (top level): Call (message "") via progn, so that
22283 eudc-options-file is loaded.
22284
22285 2005-01-22 Kim F. Storm <storm@cua.dk>
22286
22287 * simple.el (line-move-1): Rename from line-move.
22288 (line-move): New function that adjusts vscroll for partially
22289 visible rows, and calls line-move-1 otherwise.
22290
22291 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22292
22293 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22294 since it's not a complete read-event implementation
22295
22296 2005-01-20 Jay Belanger <belanger@truman.edu>
22297
22298 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22299 for called function.
22300
22301 2005-01-20 Steven Tamm <steventamm@mac.com>
22302
22303 * term/mac-win.el (process-connection-type): Remove.
22304 Controlled now by s/darwin.h:PTY_ITERATION.
22305
22306 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22307
22308 * window.el (handle-select-window): Don't switch window when we're
22309 in the minibuffer.
22310
22311 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22312
22313 * subr.el (dotimes-with-progress-reporter): New macro.
22314
22315 * ses.el (ses-dotimes-msg): Remove macro.
22316 Use `dotimes-with-progress-reporter' instead.
22317
22318 2005-01-19 Steven Tamm <steventamm@mac.com>
22319
22320 * term/mac-win.el (process-connection-type): Use new
22321 operating-system-release variable to use ptys on Darwin 7 (OS X
22322 10.3) when using carbon build.
22323
22324 2005-01-19 Jay Belanger <belanger@truman.edu>
22325
22326 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22327 flags if the last command was a tab or M-tab.
22328
22329 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22330 in formula editing buffer.
22331
22332 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22333
22334 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22335 breakpoint image symbol in margin.
22336
22337 2005-01-19 Jay Belanger <belanger@truman.edu>
22338
22339 * calc/calc-prog.el (calc-execute-kbd-macro):
22340 Ignore calc-keep-arg-flag.
22341
22342 2005-01-19 Kenichi Handa <handa@m17n.org>
22343
22344 * textmodes/ispell.el (ispell-looking-at): New function.
22345 (ispell-process-line): Use ispell-looking-at to compare the ispell
22346 output and the buffer contents.
22347
22348 2005-01-18 Jay Belanger <belanger@truman.edu>
22349
22350 * calc/calc.el (calc-display-raw): Fix docstring.
22351
22352 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22353
22354 * simple.el (blink-matching-open): Strip extra info from syntax.
22355
22356 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22357 funny chars in the end-of-here-doc marker.
22358
22359 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22360
22361 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22362 that enable/disabled state of breakpoints is shown correctly in
22363 fringe and on ttys.
22364 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22365 Add breakpoint information as text properties.
22366 (gdb-mouse-toggle-breakpoint):
22367 Rename to gdb-mouse-set-clear-breakpoint.
22368 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22369 breakpoints in the margin.
22370 (gdb-remove-strings): Simplify.
22371
22372 2005-01-17 Jay Belanger <belanger@truman.edu>
22373
22374 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22375 erasing buffer.
22376
22377 2005-01-17 Richard M. Stallman <rms@gnu.org>
22378
22379 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22380 for calling grep-compute-defaults.
22381
22382 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22383 if buffer is empty.
22384
22385 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22386
22387 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22388
22389 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22390
22391 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22392 non-preloaded variables.
22393
22394 2005-01-17 Steven Tamm <steventamm@mac.com>
22395
22396 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22397 tex-shell cause to force interactivity when using pipes.
22398
22399 2005-01-17 Kim F. Storm <storm@cua.dk>
22400
22401 * simple.el (just-one-space): Make arg optional.
22402
22403 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22404
22405 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22406 posn-at-x-y to t to access left-margin.
22407
22408 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22409
22410 Sync with Tramp 2.0.47.
22411
22412 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22413 catching keep-date problems in cp/scp operations.
22414 (tramp-handle-copy-file): Don't call `set-file-modes'
22415 unconditionally. Specialized functions should know better what is
22416 necessary. This improves performance a little bit, and the
22417 functions could catch errors with `cp -p' and `scp -p'.
22418 (tramp-do-copy-or-rename-file-via-buffer)
22419 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22420 when appropriate.
22421 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22422 Call `set-file-modes' when appropriate.
22423 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22424 Johnsson <isak@hypergene.com>
22425 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22426 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22427 <joakim@verona.se>
22428 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22429 Emacs only.
22430
22431 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22432 `find-file-hooks' and `dired-mode-hook'.
22433 (tramp-minor-mode-map): Respective map. Add remapping for
22434 `compile' and `recompile'.
22435 (tramp-remap-command, tramp-recompile): New defuns.
22436 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22437 in buffer "*Compilation*". Call the commands asynchronously.
22438
22439 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22440 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22441 `shell-command', because it isn't magic in XEmacs. Reported by
22442 Adrian Aichner <adrian@xemacs.org>.
22443
22444 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22445 `substitute-in-file-name.
22446 (tramp-smb-handle-substitute-in-file-name): New defun.
22447 (tramp-smb-advice-PC-do-completion): Delete advice.
22448
22449 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22450
22451 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22452 Fix error in deleting region.
22453
22454 2005-01-15 Richard M. Stallman <rms@gnu.org>
22455
22456 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22457 In non-temp buffer, switch syntax table temporarily.
22458
22459 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22460
22461 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22462
22463 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22464
22465 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22466 (imenu--generic-function): Use START, not BEG, as pos of definition.
22467
22468 * simple.el (just-one-space): Argument specifies number of spaces.
22469
22470 * simple.el (eval-expression-print-format): Avoid warning
22471 about edebug-active.
22472
22473 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22474
22475 * progmodes/sh-script.el: Code copied from make-mode.el
22476 with small changes,
22477 (sh-mode-map): Bind C-c C-\.
22478 (sh-backslash-column, sh-backslash-align): New variables.
22479 (sh-backslash-region, sh-append-backslash): New functions.
22480
22481 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22482
22483 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22484 (rmail-pop-password, rmail-pop-password-required): Move to
22485 rmail-obsolete group.
22486 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22487 All callers updated.
22488 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22489 Take an argument specifying whether it is POP or IMAP mailbox we
22490 are using. All callers updated.
22491 (rmail-pop-password-error): Rename to
22492 rmail-remote-password-error. Added mailutils-specific error message.
22493 (rmail-movemail-search-path)
22494 (rmail-movemail-variant-in-use): New variables.
22495 (rmail-remote-password, rmail-remote-password-required):
22496 New customization variables.
22497 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22498 (rmail-parse-url): New function.
22499 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22500 with GNU mailutils movemail.
22501
22502 2005-01-15 Kevin Ryde <user42@zip.com.au>
22503
22504 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22505 suffix to space, $ or '$, to correctly position point when going
22506 to @table style constants like DBL_MAX.
22507
22508 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22509
22510 * type-break.el (type-break-mode, type-break-file-time)
22511 (type-break-file-keystroke-count, type-break-choose-file):
22512 Don't store data in or load data from the file if type-break-file-name
22513 is nil.
22514 (type-break-file-name): Doc update as per the above.
22515
22516 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22517
22518 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22519 lookup-key might return nil; handle that.
22520
22521 2005-01-15 Alan Mackenzie <acm@muc.de>
22522
22523 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22524 rather than the element found, thus enabling the tree to be setcar'd.
22525
22526 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22527
22528 * textmodes/org.el (org-show-following-heading): New option.
22529 (org-show-hierarchy-above): Use `org-show-following-heading'.
22530 (org-cycle): Documentation fix.
22531
22532 * textmodes/org.el (orgtbl-optimized): New option
22533 (orgtbl-mode): New command, a minor mode.
22534 (orgtbl-mode-map): New variable.
22535 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22536 (orgtbl-error, orgtbl-self-insert-command)
22537 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22538
22539 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22540 a local variable in each org-mode buffer.
22541
22542 * textmodes/org.el (org-set-regexps-and-options): Rename from
22543 `org-set-regexps'. Added checking for STARTUP keyword.
22544 (org-get-current-options): Add STARTUP options.
22545 (org-table-insert-row): Make mode intelligent about when
22546 realignment is needed.
22547 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22548 New commands.
22549 (org-enable-table-editor): New default value `optimized'.
22550 (org-table-blank-field): Support blanking regions if active.
22551
22552 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22553
22554 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22555 if the year is not given.
22556
22557 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22558 Add new escapes %m and %M, fixed bug with %F by adding
22559 save-match-data.
22560 (reftex-reference): Remove ?. from list of spaces.
22561 (reftex-label-info): Add automatic label prefix recognition.
22562
22563 * textmodes/reftex-index.el (reftex-index-next-phrase):
22564 Add slave parameter to call of `reftex-index-this-phrase'.
22565 (reftex-index-this-phrase): New optional argument.
22566 (reftex-index-region-phrases): Add slave parameter to call of
22567 `reftex-index-this-phrase'.
22568 (reftex-display-index): New argument redo.
22569 (reftex-index-rescan): Add `redo' to arguments of
22570 `reftex-display-index'.
22571 (reftex-index-Rescan, reftex-index-revert)
22572 (reftex-index-switch-index-tag): Add `redo' to arguments of
22573 `reftex-display-index'.
22574 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22575 indexing. Fix bug with matching is there is a quote before or
22576 after the word.
22577
22578 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22579 Fix bug when collecting citation keys in lines with comments.
22580 (reftex-citation): Prefix argument no longer rescans the document,
22581 but forces prompting for optional arguments of cite macros.
22582 (reftex-do-citation): Prompting for optional arguments implemented.
22583
22584 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22585 Add optional arguments to most cite commands.
22586 (reftex-cite-cleanup-optional-args): New option
22587 (reftex-cite-prompt-optional-args): New option.
22588 (reftex-trust-label-prefix): New option.
22589
22590 * textmodes/reftex-toc.el (reftex-toc-find-section):
22591 Add push-mark before changing the position in the buffer.
22592
22593 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22594 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22595
22596 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22597
22598 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22599 more carefully.
22600
22601 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22602
22603 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22604 (sgml-mode): Use it.
22605 (sgml-get-context): Better keep track of implicitly closed tags.
22606
22607 2005-01-13 Kenichi Handa <handa@m17n.org>
22608
22609 * textmodes/ispell.el: These changes are to fix misalignment error
22610 caused by equivalent characters of different Emacs charsets.
22611 (ispell-unified-chars-table): New variable.
22612 (ispell-get-decoded-string): New function.
22613 (ispell-get-casechars, ispell-get-not-casechars)
22614 (ispell-get-otherchars): Call ispell-get-decoded-string.
22615
22616 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22617
22618 * custom.el (custom-declare-variable): Just put symbol instead
22619 of (defvar . symbol) in `current-load-list'.
22620
22621 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22622
22623 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22624
22625 2005-01-12 Jay Belanger <belanger@truman.edu>
22626
22627 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22628 to create a Calc summary.
22629
22630 2005-01-12 Kim F. Storm <storm@cua.dk>
22631
22632 * mouse.el (mouse-on-link-p): Change functionality and doc
22633 string to comply with latest description in lisp ref.
22634
22635 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22636
22637 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22638 Enable mouse clicks on mode-line, header-line and margin.
22639 (event-type): Give mouse event symbols an `event-kind' property
22640 with value `mouse-click'.
22641
22642 2005-01-12 Juri Linkov <juri@jurta.org>
22643
22644 * facemenu.el (list-colors-display): Add new arg buffer-name.
22645 Use it. Fix docstring. Replace code for identifying duplicate
22646 colors by the name with call to `list-colors-duplicates' which
22647 identifies duplicate colors by the value unless the color
22648 is one of special Windows colors. Set truncate-lines to t.
22649 Print sorted duplicate color names on each line. Indent to 22
22650 \(the longest color name in rgb.txt) instead of 20. Optimize.
22651 (list-colors-duplicates): New function.
22652 (facemenu-color-name-equal): Delete function.
22653
22654 * facemenu.el (list-colors-print): New function created from code
22655 in list-colors-display. Print #RRGGBB at the window right edge.
22656 (list-colors-display): When temp-buffer-show-function is not
22657 defined, call list-colors-print from temp-buffer-show-hook
22658 to get the right value of window-width in list-colors-print
22659 after the buffer is displayed.
22660
22661 * simple.el (pop-mark): Move deactivate-mark out of conditional
22662 part to deactivate the active mark regardless of the state of the
22663 mark ring.
22664
22665 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22666 variables line in desktop files.
22667
22668 2005-01-12 Juri Linkov <juri@jurta.org>
22669
22670 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22671 Bring together isearch highlight related options.
22672 (lazy-highlight): Replace group `replace' by `matching'.
22673 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22674 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22675 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22676 and declare them obsolete.
22677 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22678 (isearch-faces): Remove defgroup.
22679 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22680 Move isearch highlighting code closer to lazy highlighting code.
22681
22682 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22683 (query-replace-highlight, query-replace-lazy-highlight)
22684 (query-replace): Move definitions to the beginning of the file.
22685
22686 2005-01-11 Juri Linkov <juri@jurta.org>
22687
22688 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22689 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22690 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22691
22692 * info.el (Info-history-forward): New variable.
22693 (Info-select-node): Reset Info-history-forward to nil.
22694 (Info-last): Turn into defalias.
22695 (Info-history-back): Rename from Info-last.
22696 Add current node to Info-history-forward.
22697 (Info-history-forward): New fun.
22698 (Info-mode-map): Replace Info-last by Info-history-back.
22699 Bind Info-history-forward to "r".
22700 (Info-mode-menu): Replace Info-last by Info-history-back.
22701 Fix menu item text. Add menu item for Info-history-forward.
22702 (info-tool-bar-map): Replace Info-last by Info-history-back.
22703 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22704 for Info-history-forward.
22705 (Info-mode): Replace Info-last by Info-history-back in docstring.
22706 Add local variable Info-history-forward.
22707 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22708
22709 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22710
22711 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22712 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22713 Ignore select-window events rather than fiddle with
22714 mouse-autoselect-window.
22715
22716 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22717
22718 * type-break.el (type-break-mode): Fix previous change.
22719
22720 2005-01-10 Jay Belanger <belanger@truman.edu>
22721
22722 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22723 calculator; only reset when point is inside a calculator.
22724 Don't adjust the window height if the window takes up the whole height
22725 of the frame.
22726
22727 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22728
22729 * ebuff-menu.el (Electric-buffer-menu-mode):
22730 Preserve value of buffer-local var header-line-format.
22731
22732 2005-01-09 Jay Belanger <belanger@truman.edu>
22733
22734 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22735 Make sure settings file exists before accessing it.
22736
22737 * calc/calc-embed.el (calc-embedded-subst):
22738 Replace math-multi-subst-rec, which is only supposed to be called
22739 by math-multi-subst, by math-multi-subst.
22740
22741 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22742
22743 * vc.el (vc-allow-async-revert): New user option.
22744 (vc-disable-async-diff): New internal variable.
22745 (vc-revert-buffer): Use them to disable asynchronous diff.
22746
22747 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22748 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22749 asynchronously if vc-disable-async-diff is t.
22750
22751 2005-01-09 Jay Belanger <belanger@truman.edu>
22752
22753 * calc/calc.el (defcalcmodevar): New macro.
22754 (calc-mode-var-list-restore-default-values)
22755 (calc-mode-var-list-restore-saved-values): New functions.
22756 (calc-mode-var-list): Use defcalcmodevar to define it.
22757 (calc-always-load-extensions, calc-line-numbering)
22758 (calc-line-breaking, calc-display-just, calc-display-origin)
22759 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22760 (calc-group-char, calc-point-char, calc-frac-format)
22761 (calc-prefer-frac, calc-hms-format, calc-date-format)
22762 (calc-float-format, calc-full-float-format, calc-complex-format)
22763 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22764 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22765 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22766 (calc-matrix-brackets, calc-language, calc-language-option)
22767 (calc-left-label, calc-right-label, calc-word-size)
22768 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22769 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22770 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22771 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22772 (calc-window-height, calc-display-trail, calc-show-selections)
22773 (calc-use-selections, calc-assoc-selections)
22774 (calc-display-working-message, calc-auto-why, calc-timing)
22775 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22776 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22777 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22778 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22779 (calc-gnuplot-geometry, calc-graph-default-resolution)
22780 (calc-graph-default-resolution-3d, calc-invocation-macro)
22781 (calc-show-banner): Use defcalcmodevar to declare them and set
22782 their default values.
22783
22784 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22785 instead of default values (but restore default values if there is
22786 an argument of 0).
22787
22788 2005-01-09 David Kastrup <dak@gnu.org>
22789
22790 * desktop.el (desktop-restore-eager): Fix typo in type.
22791
22792 2005-01-08 Richard M. Stallman <rms@gnu.org>
22793
22794 * cus-edit.el (customize): Delete :link.
22795
22796 2005-01-08 Jay Belanger <belanger@truman.edu>
22797
22798 * calc/calc.el (calc-mode): Remove the extension from the
22799 `calc-settings-file' file name when loading it.
22800
22801 2005-01-08 Kim F. Storm <storm@cua.dk>
22802
22803 * info.el (Info-mode-map, Info-next-link-keymap)
22804 (Info-prev-link-keymap, Info-up-link-keymap):
22805 Map follow-link to mouse-face.
22806 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22807
22808 2005-01-08 Jay Belanger <belanger@truman.edu>
22809
22810 * calc/calc.el (calc-settings-file): Change default value.
22811 Suggested by cgw in a comment in calc-mode.el.
22812
22813 * calc/calc-mode.el (calc-settings-file-name):
22814 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22815 Replace ~/.emacs in a prompt by calc-settings-file.
22816
22817 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22818
22819 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22820 (desktop-lazy-idle-delay): New customizable variables.
22821 (desktop-buffer-args-list): New variable.
22822 (desktop-append-buffer-args): New function.
22823 (desktop-save): Call desktop-append-buffer-args for some buffers.
22824 (desktop-lazy-create-buffer): New function.
22825 (desktop-idle-create-buffers): New function.
22826 (desktop-read): Add message about buffers to restore lazily.
22827 (desktop-lazy-abort): New command.
22828 (desktop-clear): Call desktop-lazy-abort.
22829 (desktop-lazy-complete): New command.
22830
22831 2005-01-06 Richard M. Stallman <rms@gnu.org>
22832
22833 * emacs-lisp/find-func.el (find-face-definition):
22834 Rename from find-face.
22835
22836 2005-01-06 Kim F. Storm <storm@cua.dk>
22837
22838 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22839
22840 * man.el (Man-xref-man-page, Man-xref-header-file)
22841 (Man-xref-normal-file): Add follow-link property.
22842
22843 2005-01-06 Jay Belanger <belanger@truman.edu>
22844
22845 * calc/calc-units.el: Make sure the proper macro definitions are
22846 available when compiling.
22847
22848 2005-01-06 Juri Linkov <juri@jurta.org>
22849
22850 * isearch.el (isearch-lazy-highlight-update):
22851 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22852
22853 2005-01-06 Miles Bader <miles@gnu.org>
22854
22855 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22856 (isearch-lazy-highlight-face): Use new name.
22857
22858 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22859
22860 * uniquify.el (uniquify-rationalize-file-buffer-names):
22861 Re-add an interactive spec.
22862 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22863 to the same name.
22864
22865 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22866 (isearch-update, isearch-done): Adjust calls accordingly.
22867
22868 2005-01-05 Richard M. Stallman <rms@gnu.org>
22869
22870 * custom.el (custom-set-variables, custom-theme-set-variables):
22871 Clarify documentation.
22872
22873 * emacs-lisp/find-func.el (find-variable)
22874 (find-variable-other-window, find-variable-other-frame):
22875 Fix the TYPE args to find-function-read and find-function-do-it.
22876 (find-function): Doc fix.
22877 (find-function-at-point): Replace function-at-point alias.
22878
22879 2005-01-04 Richard M. Stallman <rms@gnu.org>
22880
22881 * cus-face.el (custom-declare-face):
22882 Record defface in current-load-list.
22883
22884 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22885
22886 * emacs-lisp/find-func.el: Doc fixes.
22887 (find-face-regexp): New variable.
22888 (find-function-regexp-alist): New variable.
22889 (find-function-C-source): Third arg is now TYPE.
22890 (find-function-search-for-symbol): Handle general TYPE.
22891 (find-function-read, find-function-do-it): Handle general TYPE.
22892 (find-definition-noselect, find-face): New functions.
22893 (function-at-point): Alias deleted.
22894
22895 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22896
22897 * battery.el (display-battery-mode): Rename from display-battery.
22898 Handle the case where it gets turned off.
22899
22900 2005-01-04 Richard M. Stallman <rms@gnu.org>
22901
22902 * cus-edit.el (customize): Make :link point to user doc.
22903
22904 * man.el (Man-fontify-manpage): Turn off undo generation.
22905
22906 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22907
22908 2005-01-04 Andreas Schwab <schwab@suse.de>
22909
22910 * files.el (insert-directory): Only look for error lines in
22911 inserted text. Don't move too far after processing --dired markers.
22912
22913 2005-01-04 Richard M. Stallman <rms@gnu.org>
22914
22915 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22916 Don't expand if the character is @, period, dash, etc.
22917 (define-mail-abbrev): Quote names that contain problem characters.
22918
22919 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22920
22921 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22922
22923 2005-01-03 Richard M. Stallman <rms@gnu.org>
22924
22925 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22926 (query-replace-highlight, query-replace-lazy-highlight)
22927 (query-replace): Definitions moved up. Doc fix.
22928
22929 2005-01-03 Richard M. Stallman <rms@gnu.org>
22930
22931 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22932 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22933 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22934 (lazy-highlight-face): Rename from isearch-lazy-...
22935 Change all references to them.
22936
22937 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22938
22939 * cus-edit.el (custom-file): Doc fix for defcustom.
22940 (custom-file): The function no longer sets the variable
22941 `custom-file' to its return value.
22942
22943 * startup.el (command-line): No longer load `custom-file'.
22944
22945 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22946
22947 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22948
22949 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22950 Don't confuse module-prefixed identifiers for labels.
22951 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22952
22953 2005-01-02 Richard M. Stallman <rms@gnu.org>
22954
22955 * files.el (basic-save-buffer-1): Fix previous change.
22956
22957 * loadhist.el (file-loadhist-lookup): New function.
22958 (file-provides, file-requires): Use it.
22959
22960 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22961 instead of calculating the right size.
22962
22963 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22964
22965 * vc-svn.el (vc-svn-diff): Stay local if possible.
22966
22967 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22968
22969 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22970
22971 * files.el (hack-local-variables): Fix last change.
22972
22973 2005-01-02 Jay Belanger <belanger@truman.edu>
22974
22975 * calc/calc-yank.el (calc-edit-top): New variable.
22976 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22977 object. Change header properties.
22978 (calc-edit-finish, calc-edit-finish-stack-object)
22979 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22980 edited object.
22981 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22982 for the beginning of the edited object.
22983 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22984 for the beginning of the edited object.
22985 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22986 (calc-finish-formula-edit, calc-macro-repeats)
22987 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22988 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22989 beginning of the edited object.
22990 (calc-user-define-edit): Change the header for editing macros.
22991 Remove unnecessary variable.
22992
22993 2005-01-01 Jay Belanger <belanger@truman.edu>
22994
22995 * calc/calc-yank.el (calc-edit-mode): Change default header.
22996 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22997 * calc/calc-store.el (calc-edit-variable): Change title to match new
22998 header.
22999 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23000 mode to match new header.
23001 (calc-user-define-edit): Change titles to include names of commands.
23002 (calc-finish-formula-edit): Adjust to handle new header.
23003 (calc-finish-macro-edit): Remove.
23004 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23005 (calc-edit-macro-command, calc-edit-macro-command-type)
23006 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23007 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23008 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23009 (calc-edit-macro-finish-edit): New functions.
23010 (calc-user-define-edit): Use new functions to edit named calc macros.
23011
23012 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23013
23014 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23015
23016 * ses.el (copy-region-as-kill): Deactivate mark.
23017
23018 2005-01-01 Richard M. Stallman <rms@gnu.org>
23019
23020 * replace.el (occur-1): If the output buffer is also an input,
23021 don't kill it, rename it.
23022
23023 * faces.el (set-face-background, set-face-foreground): Doc fix.
23024
23025 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23026 for :foreground and :background.
23027
23028 * dired.el (dired-view-command-alist): Variable deleted.
23029 (dired-view-file, dired-mouse-find-file-other-window):
23030 Delete the code to use it.
23031
23032 2005-01-01 Kim F. Storm <storm@cua.dk>
23033
23034 * image.el (insert-sliced-image): Use t for line-height property.
23035
23036 See ChangeLog.11 for earlier changes.
23037
23038 ;; Local Variables:
23039 ;; coding: iso-2022-7bit
23040 ;; End:
23041
23042 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23043 Copying and distribution of this file, with or without modification,
23044 are permitted provided the copyright notice and this notice are preserved.
23045
23046 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1