]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* msb.el (msb): If EVENT is a down event, read and discard the up
[gnu-emacs] / lisp / ChangeLog
1 2006-05-02 Chong Yidong <cyd@mit.edu>
2
3 * msb.el (msb): If EVENT is a down event, read and discard the up
4 event.
5
6 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7
8 * startup.el (command-line-1): Refer to Lisp manual when
9 pure-space-overflow occurs.
10
11 * files.el (byte-compile-dynamic)
12 (byte-compile-dynamic-docstrings, byte-compile-warnings)
13 (find-file-visit-truename, indent-tabs-mode, left-margin)
14 (no-byte-compile no-update-autoloads, truncate-lines)
15 (version-control): Don't use `t' for safe-local-variable
16 declarations.
17
18 2006-05-01 Richard Stallman <rms@gnu.org>
19
20 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
21 M-r, M-R, M-A, M-SPC or M-DEL.
22 (diff-mode-map): diff-refine-hunk now on C-c C-w
23 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
24
25 * help-mode.el (help-mode): view-exit-action calls delete-window
26 only when it is safe and possible.
27
28 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
29 in messages.
30
31 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
32
33 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
34 in the default tool-bar-map.
35
36 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
37
38 * net/tramp.el (tramp-completion-file-name-handler-alist)
39 (tramp-run-real-handler, tramp-completion-run-real-handler)
40 (tramp-completion-handle-file-name-all-completions)
41 (tramp-completion-handle-file-name-completion): Autoload them.
42 (tramp-completion-handle-file-exists-p)
43 (tramp-completion-handle-file-name-directory)
44 (tramp-completion-handle-file-name-nondirectory)
45 (tramp-completion-handle-expand-file-name): Remove them.
46 (tramp-handle-file-name-directory): Return the real directory name.
47 Returning "/" only doesn't need to be necessary any longer.
48 (tramp-file-name-handler): Make special attention when in hostname
49 completion mode.
50 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
51 (tramp-register-file-name-handlers): Register
52 `tramp-completion-file-name-handler' only when
53 `partial-completion-mode is enabled.
54 (tramp-completion-handle-file-name-all-completions):
55 Delete directory part from results.
56 (tramp-get-completion-methods, tramp-get-completion-user-host):
57 Discard deleting "/", it doesn't work after the change of
58 `tramp-handle-file-name-directory' above.
59
60 2006-05-01 Kim F. Storm <storm@cua.dk>
61
62 * progmodes/grep.el (grep-expand-template): Use save-match-data
63 and symbol-value.
64
65 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
66
67 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
68 select-frame-set-input-focus instead of raise-frame.
69 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
70
71 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
72
73 * progmodes/gud.el (gud-def): Add %c case.
74 (gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
75 (gud-format-command): Make match case sensitive. Match on %F.
76
77 2006-04-30 Glenn Morris <rgm@gnu.org>
78
79 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
80 (cal-tex-preamble): Use cal-tex-preamble-extra.
81 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
82 than alias `list-diary-entries'.
83
84 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
85
86 * help-fns.el (describe-variable): Add info about safe local variables.
87
88 2006-04-29 Richard Stallman <rms@gnu.org>
89
90 * bindings.el (mode-line-format): help-echo doc fixes.
91
92 * net/tramp.el (tramp-file-name-handler-alist): Delete
93 expand-file-name and other operations that can cause spurious loading.
94
95 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * files.el (safe-local-variable-p): Remove support for the special
98 value t.
99
100 * textmodes/paragraphs.el (sentence-end-without-space):
101 Fix safety predicate.
102 (sentence-end-double-space, sentence-end-without-period)
103 (paragraph-ignore-fill-prefix):
104 * textmodes/fill.el (colon-double-space):
105 * abbrev.el (abbrev-mode): Tighten the safety predicate.
106
107 * subr.el (booleanp): New fun.
108
109 * textmodes/reftex-vars.el (reftex-guess-label-type):
110 Tighten the safety predicate.
111
112 2006-04-28 Kim F. Storm <storm@cua.dk>
113
114 * progmodes/grep.el (defgroup grep): Doc fix.
115 (grep-auto-highlight): Remove.
116 (grep-template): New defcustom.
117 (grep-find-template): Rename from grep-tree-template.
118 (grep-files-aliases): Rename from grep-tree-files-aliases.
119 Remove "all" alias, add "l" alias.
120 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
121 (grep-find-ignored-directories): New defcustom to replace
122 grep-tree-ignore-CVS-directories, to facilitate ignoring
123 subdirectories for multiple version control systems.
124 (grep-mode-map): Add Recursive grep item to GREP menu.
125 (grep-regexp-history, grep-files-history): New defvars.
126 (grep-probe): New helper function.
127 (grep-compute-defaults): Use it to simplify code.
128 Adapt to name changes.
129 Use `.' as base in grep-find-template rather than <D>.
130 (grep): Remove superfluous highlight-regexp arg. Fix doc.
131 Call grep-compute-defaults unconditionally.
132 (grep-expand-keywords): New defconst.
133 (grep-expand-template): Rename from grep-expand-command-macros.
134 Simplify via grep-expand-keywords. Look at case-fold-search instead
135 of grep-tree-ignore-case to add -i option.
136 Bind case-fold-search to nil while matching keywords.
137 (grep-tree-last-regexp, grep-tree-last-files): Remove.
138 (grep-read-regexp, grep-read-files): New helper functions.
139 (rgrep): Rename from grep-tree. Rework to use proper histories.
140 Adapt to changes in defcustoms and functions above.
141 (lgrep): New command, as grep, but using same interactive UI as rgrep.
142
143 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
144
145 * net/tramp.el (tramp-completion-file-name-handler):
146 Disable Tramp's functionality while loading Tramp itself.
147 (tramp-register-file-name-handlers): That's a defsubst now.
148 Code from `tramp-repair-jka-compr' moved here. Apply it via
149 `after-init-hook'.
150 (tramp-repair-jka-compr): Remove.
151
152 2006-04-27 Jay Belanger <belanger@truman.edu>
153
154 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
155 read expression when `math-read-big-expr' doesn't work.
156
157 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
158
159 * startup.el (command-line-1): Display warning when
160 pure-space-overflow is non-nil.
161
162 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
163
164 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
165 risky.
166
167 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
168
169 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
170 Return the URL or nil if none can be generated.
171
172 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
173
174 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
175 byte compiler warnings.
176 (gud-basic-call, gud-find-expr): Let user select an expression
177 for printing. Print expression as well as value in GUD buffer.
178
179 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
180
181 * allout.el: Remove local autoload declaration for
182 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
183 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
184 (allout-plain-bullets-string, allout-distinctive-bullets-string)
185 (allout-use-mode-specific-leader, allout-old-style-prefixes)
186 (allout-stylish-prefixes, allout-numbered-bullet)
187 (allout-file-xref-bullet, allout-presentation-padding)
188 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
189 safe-local-variable with suitable value spec, and add autoload
190 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
191 (move-beginning-of-line, move-end-of-line): Repair so these compat
192 functions now actually resituate the point, when appropriate.
193
194 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
197
198 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
199 (add-log-iso8601-time-string): Fix call to format-time-string.
200
201 2006-04-26 Kim F. Storm <storm@cua.dk>
202
203 * subr.el (posn-string, posn-image, posn-object): Doc fix.
204
205 2006-04-26 Masatake YAMATO <jet@gyve.org>
206
207 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
208 Add support for "//" style comments. Remove `b' flag
209 from ?* in `asm-mode-syntax-table'.
210
211 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * follow.el: Use (featurep 'xemacs) everywhere.
214 (follow-mode): Use define-minor-mode.
215 (follow-mode-map): Move initialization into the declaration.
216 Use command remapping.
217 (follow-emacs-version-xemacs-p): Remove.
218 (follow-submit-feedback): Remove.
219
220 * allout.el (allout-layout, allout-passphrase-verifier-string)
221 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
222
223 * textmodes/reftex-vars.el (reftex-vref-is-default)
224 (reftex-fref-is-default, reftex-guess-label-type):
225 Tighten up a bit the safety predicate.
226
227 * textmodes/paragraphs.el (sentence-end-double-space)
228 (sentence-end-without-period, sentence-end-without-space)
229 (page-delimiter, paragraph-ignore-fill-prefix):
230 Tighten up a bit the safety predicate.
231
232 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
233
234 * progmodes/python.el (python-continuation-line-p)
235 (python-beginning-of-statement): syntax-ppss may return
236 a negative depth.
237 (python-mode): Don't forcefully enable font-lock.
238
239 * time-stamp.el (time-stamp-start, time-stamp-end)
240 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
241
242 * add-log.el: Remove spurious * in docstrings.
243 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
244 (add-change-log-entry): Use it here, since it's not specific
245 to iso8601.
246 (add-log-iso8601-time-string): Don't use it here any more.
247 (change-log-indent-text, change-log-indent): Rename from add-log-*.
248
249 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
250
251 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
252
253 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
254 (rcirc-toggle-low-priority): Doc fix.
255 (rcirc-handler-NOTICE): Remove beginning of line anchor in
256 ChanServ regexp.
257 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
258 #emacs.
259 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
260 (rcirc-decode-coding-system): Use utf-8 as the default.
261 (rcirc-multiline-minor-mode): Set the fill-column.
262 (rcirc-format-response-string): Display bright and dim nicks.
263 (rcirc-browse-url): Update interactive spec to fill ARG.
264 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
265 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
266
267 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
268
269 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
270 case for @Article, etc.
271
272 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
273
274 * net/tramp.el (tramp-register-file-name-handlers): New defun.
275 Added with autoload cookie.
276 (tramp-unload-file-name-handlers): Rename from
277 `tramp-unload-file-name-handler-alist'.
278
279 2006-04-23 Romain Francoise <romain@orebokech.com>
280
281 * comint.el (comint-match-partial-filename): Doc fix.
282
283 2006-04-21 Glenn Morris <rgm@gnu.org>
284
285 * calendar/cal-menu.el (calendar-mode-map): Refer to
286 `diary-view-entries' rather than alias `view-diary-entries'.
287 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
288
289 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
290
291 * progmodes/antlr-mode.el (antlr-default):
292 * cus-edit.el (custom-documentation):
293 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
294 in defface.
295
296 2006-04-21 Kim F. Storm <storm@cua.dk>
297
298 * image.el (image-type): New defun split out of create-image.
299 (create-image): Use it.
300
301 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
302
303 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
304 (org-open-at-point): Remove the "...done" message to keep output
305 in the echo area visible.
306 (org-export-as-xoxo): Fix call to `indent-region'.
307
308 2006-04-21 Kevin Ryde <user42@zip.com.au>
309
310 * international/mule.el (keyboard-coding-system): defcustom
311 info-link fixes: "Specify Coding" has been split, keyboard now in
312 "Terminal Coding", and "Single-Byte Character Support" is now
313 "Unibyte Mode".
314
315 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
316
317 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
318 Use font-lock-warning-face for any errors e.g. no stack.
319 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
320
321 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
322
323 * progmodes/sh-script.el (sh-shell): Mark as safe.
324
325 * newcomment.el (comment-start, comment-start-skip)
326 (comment-end-skip, comment-end): Mark as safe.
327
328 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
329
330 * textmodes/org.el (org-deadline-announce): Face removed.
331 (org-level-faces, org-n-levels): Convert to constant.
332 (org-compatible-face): New function.
333 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
334 (org-level-5, org-level-6, org-level-7, org-level-8)
335 (org-special-keyword, org-warning, org-headline-done, org-link)
336 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
337 (org-scheduled-today, org-scheduled-previously, org-time-grid):
338 Face definition revised for better color tty support.
339 (org-bold-re, org-italic-re, org-underline-re): New constants.
340 (org-set-font-lock-defaults): Use the new constants.
341 (org-agenda-highlight-todo): New function.
342 (org-agenda-todo): Fix bug with point at end of line.
343 (org-agenda-change-all-lines, org-finalize-agenda-entries):
344 Fontify TODO keywords.
345 (org-insert-link): Preserve relative path in ../ links.
346 (org-export-as-html): Convert links pointing to .org files into
347 links that will work beteen the exported HTML files.
348 (org-todo-list): Fix bug when arg=0.
349 (org-insert-heading): More fine-tuning.
350
351 2006-04-19 Romain Francoise <romain@orebokech.com>
352
353 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
354 from `rmail-mime-charset-pattern'.
355
356 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * progmodes/python.el (python-mode): Fix typo.
359
360 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
361
362 * comint.el (comint-previous-input): Don't clobber input line
363 when moving off either end of the input history ring.
364 (comint-delete-input): New function, used by
365 `comint-previous-input' and others.
366 (comint-previous-matching-input):
367 Use `coming-delete-input'. Save the partial input if leaving the
368 edit line. Goto point-max before deleting input to avoid
369 partial input fragments hanging around.
370 (comint-restore-input): New function, used by `comint-previous-input'.
371
372 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
373
374 * imenu.el (imenu--index-alist): Balance parentheses.
375
376 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
377
378 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
379
380 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
381
382 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
383 file is nil.
384
385 2006-04-18 Richard Stallman <rms@gnu.org>
386
387 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
388
389 * imenu.el (imenu-create-index-function, imenu--index-alist)
390 (imenu--last-menubar-index-alist, imenu--make-index-alist)
391 (imenu-default-create-index-function, imenu--generic-function):
392 Doc fixes.
393
394 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
395
396 * help-mode.el (help-mode): Set view-exit-action to delete window.
397
398 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
399 now works by passing nil as arg.
400
401 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
402
403 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
404 (read-abbrev-file): Provide default when reading filename.
405
406 * files.el (enable-local-variables): Allow :all as value.
407 (hack-local-variables): Implement that value.
408 (safe-local-variable-values, safe-local-eval-forms)
409 (enable-local-variables): Mark as risky.
410 (find-file-visit-truename, kept-old-versions): Mark safe.
411
412 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
413 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
414 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
415
416 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
419 Use forward-line so as to get to BOL even in the presence of fields.
420 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
421 in return.
422 (inferior-tcl): Tell tclsh to work in interactive mode.
423
424 * complete.el (partial-completion-mode):
425 Use 'choose-completion-string-functions to make sure that
426 choose-completion fills the minibuffer properly.
427
428 * complete.el (PC-old-read-file-name-internal): Remove.
429 (PC-read-include-file-name-internal): Remove. Turn it into an advice
430 of read-file-name-internal.
431 (partial-completion-mode): Enable/disable this advice.
432
433 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
434
435 * net/tramp.el (tramp-completion-file-name-handler): Revert change
436 of 2006-04-17.
437
438 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
439
440 * textmodes/org.el (org-insert-heading): Insert heading before
441 current if at beginning of line.
442 (org-todo, org-date): New faces.
443 (org-table-align): Make sure tooltip window contains full text.
444 (org-no-properties): New defsubst.
445 (org-set-font-lock-defaults): Use new faces.
446
447 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
448
449 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
450 for root variables.
451
452 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
453 (gdb-frame-address): Re-use to identify frame for watch expression.
454 (gdb-var-list, gdb-var-create-handler): Add frame address for root
455 variables.
456 (gdb-init-1, gdb-source, gdb-post-prompt)
457 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
458 (gdb-frame-handler): Get gdb-frame-address.
459
460 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
461
462 Sync with Tramp 2.0.53.
463
464 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
465 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
466 (tramp-completion-file-name-handler): Add autoload cookie for
467 adding to `file-name-handler-alist'.
468
469 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
470 the prompt. If it returns earlier (when detecting an error
471 message), the rest of the output will merge accidently with the
472 output of the next command. Reported by M Jared Finder
473 <jared@hpalace.com>.
474
475 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
476 for `process-file', in order to let it work for older Emacsen too.
477
478 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
479
480 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
481 (tex-font-lock-keywords-3): Use it.
482
483 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * newcomment.el (comment-add): New function.
486 (comment-region-default, comment-dwim): Use it.
487
488 2006-04-15 Michael Olson <mwolson@gnu.org>
489
490 * emacs-lisp/tq.el: Improve comments.
491 (tq-queue-head-question): New accessor function.
492 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
493 Update for modified queue structure.
494 (tq-queue-add): Accept `question' argument.
495 (tq-queue-pop): If a question is pending, send it.
496 (tq-enqueue): Accept new optional argument `delay-question'.
497 If this is non-nil, and at least one other question is pending a
498 response, queue the question rather than sending it immediately.
499
500 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
501
502 * calendar/appt.el (appt-add): Check whether an appointment is
503 already present in appt-time-msg-list. Simplify code.
504
505 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * progmodes/cc-langs.el (c-mode-menu):
508 Don't presume c-subword-mode is bound.
509
510 2006-04-13 Bill Wohler <wohler@newt.com>
511
512 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
513 (customize-package-emacs-version): Use cdr instead of cadr now
514 that alists use dotted pairs.
515
516 * custom.el (defcustom): Fix docstring for :package-version.
517
518 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
519
520 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
521 (tramp-handle-shell-command): Display output buffer only when
522 `tramp-display-shell-command-buffer' is true.
523 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
524
525 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
526
527 * textmodes/org.el (org-set-autofill-regexps): Set only the local
528 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
529
530 2006-04-13 Romain Francoise <romain@orebokech.com>
531
532 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
533 leaving temporary .cvsignore buffers behind.
534
535 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
536
537 * textmodes/org.el (org-set-regexps-and-options)
538 (org-get-current-options): Better names for the startup folding
539 options.
540
541 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
542
543 * vc.el (vc-annotate): Arrange for point to end up at the same
544 line number as in the original, but only when using a new buffer.
545
546 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
547
548 * files.el (hack-one-local-variable-eval-safep):
549 Recognize `edebug-form-spec' for `put', but only if it passes
550 `edebug-basic-spec'. Generalize `put' handling.
551
552 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
553 vetting file-local form specs.
554
555 * allout.el (allout-layout): Autoload its `safe-local-variable'
556 property.
557
558 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
559
560 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
561 (org-agenda-mouse-1-follows-link)
562 (org-mouse-1-follows-link): New options.
563 (org-format-agenda-item): Fix bug if TAGS is nil.
564 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
565
566 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
567
568 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
569 GDB 6.1+ gives full filename for "info sources" so use
570 file-name-nondirectory.
571
572 2006-04-12 Romain Francoise <romain@orebokech.com>
573
574 * subr.el (read-passwd): Bind `message-log-max' to nil.
575
576 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * progmodes/perl-mode.el (perl-indent-new-calculate):
579 Recompute parse-start after jumping backward by a whole sexp.
580
581 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
584 window configuration.
585 (vc-annotate-display-select): Select the buffer so that current-buffer
586 (and selected-window) is the output buffer at the end of vc-annotate.
587
588 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
589
590 * vc.el (vc-annotate-color-map): Add custom TTY color map for
591 8-color terminals, to use all of the colors in a sensible order.
592 256-color terminals work well with the standard map.
593 (vc-annotate-lines): Only strip the first color character if it
594 is "#", to allow for terminal-style named colors.
595 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
596 the correct buffer is scrolled.
597
598 2006-04-11 Richard Stallman <rms@gnu.org>
599
600 * emacs-lisp/bytecomp.el (byte-compile-file):
601 Bind enable-local-variables to :safe, and make normal-mode obey it.
602
603 * files.el (enable-local-variables): Allow value :safe.
604 (normal-mode): Doc fix.
605 (hack-local-variables): Implement enable-local-variables = :safe.
606 (hack-local-variables-confirm): Don't prevent quitting.
607
608 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * loadhist.el (unload-feature): A bit of sanity check of
611 load-history entries. Cancel timer-vars before unbinding them.
612
613 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
614 quote special chars, and make the trick work on the hex part of the
615 buffer as well.
616 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
617 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
618
619 * startup.el (normal-splash-screen): Fix last change so we don't wait
620 2 minutes if we don't show the splash screen.
621
622 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
623
624 * textmodes/org.el (org-export-plain-list-max-depth)
625 (org-table-spaces-around-separators)
626 (org-radio-targets, org-activate-camels)
627 (org-table-spaces-around-invisible-separators): Options removed.
628 (org-time-stamp-rounding-minutes, org-remember-templates)
629 (org-ellipsis, org-activate-links, org-descriptive-links):
630 New options.
631 (org-remember-apply-template, org-current-time)
632 (org-finish-edit-table-field)
633 (org-link-unescape, org-link-escape)
634 (org-string-width, org-table-clean-line, org-html-do-expand)
635 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
636 (org-read-agenda-file-list): New functions.
637 (org-table-edit-field)
638 (org-table-create-or-convert-from-region): New commands
639 (org-table-toggle-vline-visibility): Command removed.
640 (org-table-convert-region): Made a command.
641 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
642 Replace with the normal org- functions.
643 (org-self-insert-command): Don't trigger realign unnecessarily
644 when blanking a field that is not full.
645 (org-mode): `Set buffer-invisibility-spec' for links.
646 (org-activate-links2): Hide link part and only show descriptive
647 part of the link.
648 (org-insert-link): Modify for new linking system.
649 (org-store-link): Store description separately, for use by
650 `org-insert-link'.
651 (org-table-align): Use `org-string-width'.
652 (defgroup): Completely new group structure for custom variables.
653 (org-agenda-files): Option: Single file name allowed. Function:
654 Optional argument unrestrited means ignore any restricitons.
655 (org-install-agenda-files-menu): Find a buffer in Org-mode before
656 trying to modify the menu. Use generalized access to
657 `org-agenda-files.'
658 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
659 (org-agenda-file-to-front, org-remove-file, org-diary)
660 (org-tags-view, org-export-icalendar-all-agenda-files)
661 (org-export-icalendar-combine-agenda-files): Use generalized
662 access to `org-agenda-files'.
663 (org-remember-handler): Correctly preserve heading if present.
664 (org-table-insert-row, org-table-insert-hline): Deal with
665 invisible characters.
666
667 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
668
669 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
670 (vc-annotate-color-map): New 18 element constant
671 value/saturation, rotating hue colormap, from red->blue.
672 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
673 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
674 (vc-annotate): To avoid killing the required local variables,
675 set them before the end of `with-output-to-temp-buffer', and
676 after first switching to annotate-mode.
677 (vc-annotate-warp-version): Add buffer argument in goto-line to
678 ensure annotation, not source, is scrolled.
679
680 2006-04-10 Bill Wohler <wohler@newt.com>
681
682 * custom.el (defcustom, custom-handle-keyword):
683 Add :package-version keyword.
684 (custom-add-package-version): New function. Sets value of new
685 property 'custom-package-version from :package-version keyword.
686 (defcustom): Create Common Keywords section in docstring.
687 (defface, defgroup): Replace definitions of a select few keywords
688 with a reference to the Common Keywords in defcustom.
689 (defcustom, defface, defgroup): Replace reference to Customization
690 chapter in manual with hyperlink.
691
692 * cus-edit.el (customize-package-emacs-version-alist):
693 New variable.
694 (customize-changed-options): Add check for custom-package-version.
695 (customize-package-emacs-version): New function to look up Emacs
696 version corresponding to the given package version.
697
698 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
699 defun name, in similar fashion to find-variable-regexp.
700
701 2006-04-10 Eli Zaretskii <eliz@gnu.org>
702
703 * international/mule-cmds.el (set-locale-environment): Fix last
704 change for when the locale's preferences don't specify any encoding.
705
706 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
709 so the defined var/fun doesn't need to be quoted.
710
711 2006-04-10 Richard Stallman <rms@gnu.org>
712
713 * finder.el (finder-mode-map): Add n and p bindings.
714
715 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
716
717 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
718 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
719 (gdb-setup-windows): Put something in source window if we can't find
720 the source file.
721 (gdb-frame-handler): Make it work again with just assembly.
722 (gdb-data-list-register-values-handler): Make it work when there is
723 no stack.
724
725 2006-04-09 Richard Stallman <rms@gnu.org>
726
727 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
728 specs while looking for charset.
729
730 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
731
732 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
733 Make them faces.
734 (lm-font-lock-keywords): Update appropriately.
735
736 2006-04-10 Kim F. Storm <storm@cua.dk>
737
738 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
739 it can also replace buffer-substring-no-properties.
740
741 * emulation/cua-base.el (cua-delete-region, cua-paste)
742 (cua-repeat-replace-region): Use filter-buffer-substring.
743
744 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
745 (cua-cut-region-to-global-mark): Likewise.
746
747 * emulation/cua-rect.el (cua--extract-rectangle)
748 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
749
750 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
751
752 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
753 entry-type. Add field delimiters to numerical fields if they are
754 not present.
755
756 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
757
758 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
759 string-const to return value.
760 (bibtex-remove-delimiters): Use it.
761
762 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
765 cl-byte-compile-compiler-macro unless it exists.
766
767 2006-04-08 Eli Zaretskii <eliz@gnu.org>
768
769 * files.el (hack-local-variables-confirm) <offer-save>:
770 Clarify message text. Suggested by Ralf Angeli.
771
772 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
773
774 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
775 (delete-extract-rectangle-line): Use `filter-buffer-substring'
776 instead of `buffer-substring' and `delete-region'. (Most of the
777 code actually copied from `kill-region'.)
778
779 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
780
781 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
782 (rcirc-default-port): Rename from rcirc-port.
783 (rcirc-default-nick): Rename from rcirc-nick.
784 (rcirc-default-user-name): Rename from rcirc-user-name.
785 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
786 (rcirc-low-priority-flag): New variable.
787 (rcirc-decode-coding-system): New defcustom.
788 (rcirc-encode-coding-system): New defcustom.
789 (rcirc-coding-system-alist): New defcustom.
790 (rcirc-multiline-major-mode): New defcustom.
791 (rcirc-nick): New internal variable.
792 (rcirc-process): Remove variable.
793 (rcirc-server-buffer): New variable.
794 (rcirc): Update to use rcirc-default-* variables above.
795 (rcirc-connect): Do not add window-configuration-hook-here.
796 (rcirc-server): New internal variable.
797 (rcirc-connect): Do not send keepalive pings if
798 rcirc-keepalive-seconds is nil.
799 (with-rcirc-server-buffer): New macro.
800 (rcirc-send-string): Encode with rcirc-encode-coding-system.
801 (rcirc-server-name): Rename from rcirc-server.
802 (rcirc-buffer-process): New function.
803 (rcirc-buffer-nick): New function.
804 (rcirc-buffer-target): Remove function.
805 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
806 New commands.
807 (rcirc-mode-map): Change binding of C-c C-l to
808 rcirc-toggle-low-priority.
809 (rcirc-mode): Initialize coding system based on
810 rcirc-coding-system-alist. New change-major-mode-hook to part the
811 channel on a mode change. Make kill-buffer-hook buffer-local.
812 (rcirc-change-major-mode-hook): New function.
813 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
814 (rcirc-last-post-time): New variable.
815 (rcirc-process-message): Store the last time user posted a message
816 to this target.
817 (rcirc-multiline-minor-mode): New mode.
818 (rcirc-multiline-minor-mode-map): New mode map.
819 (rcirc-edit-multiline): Put multiline-edit buffer in
820 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
821 (rcirc-print): Ignore any line starting with an ignored nick.
822 (rcirc-print): Decode using rcirc-decode-coding-system.
823 (rcirc-track-minor-mode): Update global-mode-string when disabling
824 this mode.
825 (minor-mode-alist): Add LowPri indicator.
826 (rcirc-toggle-low-priority): New function.
827 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
828 next lowpriority buffer with activity.
829 (rcirc-record-activity): Sort buffers in rcirc-activity by the
830 last time the user posted a message in to the target.
831 (rcirc-update-activity-string): New formatting for low priority
832 buffers.
833 (rcirc-split-activity): New function.
834 (rcirc-handler-PART, rcirc-handler-KICK)
835 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
836 (rcirc-nick-away-alist): New variable.
837 (rcirc-handler-301): New handler. Away messages are printed once
838 per change.
839
840 2006-04-08 Eli Zaretskii <eliz@gnu.org>
841
842 * info.el (Info-follow-nearest-node): Doc fix.
843
844 * international/mule-cmds.el (set-locale-environment): Make sure
845 the coding-system preferred by the locale's language has the same
846 EOL conversion type as the original buffer-file-coding-system.
847 (locale-language-names): Add a few MS Windows language codes.
848
849 2006-04-07 Richard Stallman <rms@gnu.org>
850
851 * simple.el (eval-expression): Doc fix.
852
853 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
854 (eval-defun): Doc fixes.
855
856 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
857
858 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
859
860 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
861
862 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
863 GDB list command without argument for greater generality.
864
865 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
866
867 * subr.el (string-or-null-p): New function.
868
869 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
870
871 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
872
873 * files.el: Update comment about safe-local-variable declarations.
874
875 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
876
877 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
878 See idlwave.org.
879
880 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
881 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
882
883 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
884 See idlwave.org.
885
886 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
887 version 6.0 (minimal changes). See idlwave.org.
888
889 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
890 6.0 (minimal changes). See idlwave.org.
891
892 * progmodes/idlw-rinfo.el: File obsoleted and removed.
893
894 2006-04-06 Romain Francoise <romain@orebokech.com>
895
896 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
897 symmetric encryption features and a new asynchronous interface to
898 GnuPG. This new version is version 1.4, plus whitespace changes.
899
900 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
901
902 * files.el: Move some `safe-local-variable' declarations to the
903 respective files.
904
905 * textmodes/ispell.el (ispell-check-comments)
906 (ispell-local-dictionary): Mark as safe.
907
908 * abbrev.el (abbrev-mode): Mark as safe.
909
910 * add-log.el (change-log-default-name): Mark as safe.
911
912 * textmodes/reftex-vars.el (reftex-vref-is-default)
913 (reftex-fref-is-default, reftex-level-indent)
914 (reftex-guess-label-type): Mark as safe.
915
916 * textmodes/fill.el (colon-double-space): Mark as safe.
917
918 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
919 (sentence-end-double-space, sentence-end-without-period)
920 (sentence-end-without-space, sentence-end, sentence-end-base)
921 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
922
923 2006-04-06 Kim F. Storm <storm@cua.dk>
924
925 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
926 the :set-after list.
927 (ido-downcase-unc-hosts): New user option. Default on.
928 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
929 when it is set, as regexps are now applied on the fly.
930 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
931 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
932 on the fly, but only when ido-process-ignore-lists is set.
933 Do case insensitive filtering if ido-downcase-unc-hosts is set.
934 Only downcase names if ido-downcase-unc-hosts is set.
935
936 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
937
938 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
939
940 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
941
942 2006-04-05 Kim F. Storm <storm@cua.dk>
943
944 * ido.el (ido-mode): Set after ido-unc-hosts and
945 ido-ignore-unc-host-regexps.
946 (ido-save-history): Save ido-unc-hosts-cache.
947 (ido-load-history): Load ido-unc-hosts-cache.
948 (ido-reread-directory): Refresh unc hosts cache in // dir.
949
950 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
951 to nil while displaying slash screen.
952
953 2006-04-05 Daiki Ueno <ueno@unixuser.org>
954
955 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
956 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
957
958 2006-04-05 Kenichi Handa <handa@m17n.org>
959
960 * international/characters.el: Setup cases of Latin, Greek, and
961 Cyrillic characters in CJK charsets.
962
963 2006-03-29 Daiki Ueno <ueno@unixuser.org>
964
965 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
966 default-enable-multibyte-characters. This reverts the change from
967 revision 6.17 which is no longer necessary because the passphrase
968 is sent separately now. GnuPG messages are unreadable under
969 multibyte locales with default-enable-multibyte-characters set to nil.
970
971 2006-04-04 Andreas Schwab <schwab@suse.de>
972
973 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
974 and `byte-compile-warnings' as `safe-local-variable'.
975
976 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
977
978 * man.el (Man-mode-map): Restore the \r binding.
979 (Man-abstract-xref-man-page): If Man-target-string is a function,
980 call it.
981 (Man-highlight-references): Use Man-default-man-entry to get the
982 target. Deal with xrefs too.
983 (Man-highlight-references0): Don't call the target function.
984
985 * woman.el (WoMan-xref-man-page): Strip the section number, woman
986 cannot deal with it.
987
988 2006-04-04 Daiki Ueno <ueno@unixuser.org>
989
990 * pgg-gpg.el: Clean up process buffers every time gpg processes
991 complete.
992
993 2006-04-04 Kenichi Handa <handa@m17n.org>
994
995 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
996 here.
997 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
998 Temporarily bind inhibit-field-text-motion to t.
999
1000 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * startup.el (normal-splash-screen): Only set mode-line-format in the
1003 splash buffer, so as not to interfere when debugging the code.
1004 Ignore errors when switching buffer.
1005
1006 2006-04-03 Romain Francoise <romain@orebokech.com>
1007
1008 * dired.el (dired-dnd-protocol-alist): Fix typo.
1009
1010 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
1011
1012 * savehist.el (savehist): Add :version.
1013 (savehist-ignored-variables): New variable.
1014 (savehist-minibuffer-hook): Don't save variables listed in
1015 `savehist-ignored-variables'.
1016
1017 * dired.el (dired-dnd-protocol-alist): Mention that change does
1018 only apply to new buffers in doc string.
1019
1020 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1021
1022 * recentf.el (recentf-open-files-item): Include newline in button
1023 field, so opening a file will work, when the point is at the end
1024 of the file name. Allow, for example, to [i]search a file by
1025 extension and just push RET to open it.
1026
1027 2006-04-03 Daiki Ueno <ueno@unixuser.org>
1028
1029 * pgg-gpg.el (pgg-gpg-process-filter)
1030 (pgg-gpg-wait-for-completion): Check if buffer is alive.
1031
1032 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1033 lines, temporary fix.
1034
1035 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1036
1037 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1038
1039 2006-04-02 Richard Stallman <rms@gnu.org>
1040
1041 * progmodes/compile.el (compilation-message-face): Make it defcustom.
1042
1043 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * ibuf-macs.el (define-ibuffer-column): Add a new key:
1046 header-mouse-map.
1047
1048 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1049 (ibuffer-mode-header-map): New keymaps.
1050 (ibuffer-update-title-and-summary): Enable mouse face highlighting
1051 and keybindings for column headers.
1052 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1053 property.
1054
1055 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
1056
1057 * speedbar.el (speedbar-after-create-hook): Doc fix.
1058
1059 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
1060
1061 * shell.el (shell-directory-tracker)
1062 (shell-dynamic-complete-command): Doc fixes.
1063
1064 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
1065
1066 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1067 terminals.
1068
1069 2006-04-01 Kim F. Storm <storm@cua.dk>
1070
1071 * ido.el (ido-unc-hosts-cache): New defvar.
1072 (ido-unc-hosts): If value of defcustom is a function, call it to
1073 get list of UNC hosts. Add function-item choices to specify
1074 ido-unc-hosts-net-view or user function.
1075 (ido-ignore-unc-host-regexps): New defcustom.
1076 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1077 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1078 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1079
1080 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1083 wwidth.
1084
1085 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
1086
1087 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1088 (ido-max-work-file-list, ido-switch-buffer)
1089 (ido-read-file-name-as-directory-commands):
1090 Fix typos in docstrings.
1091
1092 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1093
1094 * term/mac-win.el (mac-system-coding-system): Define and use after
1095 Mac-specific coding systems are ready.
1096
1097 2006-03-27 Romain Francoise <romain@orebokech.com>
1098
1099 * net/rcirc.el (rcirc-connect): Add autoload cookie.
1100
1101 * ldefs-boot.el: Update.
1102
1103 2006-03-27 Daiki Ueno <ueno@unixuser.org>
1104
1105 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1106 passphrases when it is not needed.
1107 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1108 passphrase stuff from gpg, should only be necessary when you use
1109 gpg with a smartcard.
1110
1111 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
1112
1113 * comint.el (comint-dynamic-list-completions): Allow user to
1114 select *Completions* buffer.
1115
1116 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
1117
1118 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1119
1120 2006-03-26 Andreas Schwab <schwab@suse.de>
1121
1122 * progmodes/gud.el (gdb): Only complain about multiple debugging
1123 when the gdb process is still running.
1124
1125 2006-03-25 Eli Zaretskii <eliz@gnu.org>
1126
1127 * mail/rmail.el (tool-bar-map): Defvar it.
1128 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1129 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1130
1131 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
1132
1133 * help.el (print-help-return-message): Suggest to use
1134 display-buffer instead of switch-to-buffer-other-window to restore
1135 the previous window without selecting it.
1136
1137 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1138
1139 * frame.el (select-frame-by-name): Call x-focus-frame also when
1140 window-system is mac.
1141
1142 * term/mac-win.el: Adjust Courier font specifications in
1143 x-fixed-font-alist.
1144 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1145 when directly encoding to UTF-16 in native byte order, no BOM.
1146
1147 2006-03-25 Kim F. Storm <storm@cua.dk>
1148
1149 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1150 (cua--init-keymaps): Use it instead of fixed C-return.
1151 (cua-mode): Set after it.
1152
1153 * emulation/cua-rect.el (cua--init-rectangles):
1154 Use cua-rectangle-mark-key instead of fixed C-return.
1155
1156 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
1157
1158 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1159 "run" in .gdbinit.
1160 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1161
1162 2006-03-24 Romain Francoise <romain@orebokech.com>
1163
1164 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1165 `display-buffer-other-frame'.
1166
1167 2006-03-24 Kim F. Storm <storm@cua.dk>
1168
1169 * apropos.el (apropos-synonyms): Add selection => region.
1170
1171 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1172
1173 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1174 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1175 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1176 (gdb-data-list-register-values-regexp)
1177 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1178 Future proof against new fields being added to MI output.
1179 (gdb-send): Don't treat backslashes for program input as
1180 continuations.
1181 (gdb-assembler-handler): Don't use window-start for this handler.
1182 (gdb-frame-handler): Don't change to hollow arrow if overlay
1183 arrow doesn't move to new frame.
1184
1185 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1186
1187 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1188 prevent compiler warnings.
1189 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1190 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1191 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1192 buffer too.
1193
1194 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1195
1196 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1197 make-network-process, so we can use the same code in Gnus v5-10
1198 too and have this file fully synchronized with that release.
1199
1200 2006-03-23 Romain Francoise <romain@orebokech.com>
1201
1202 * ibuf-ext.el (ibuffer-read-filter-group-name):
1203 Use `ibuffer-generate-filter-groups' to make completion list match
1204 the filter groups that are really displayed in the Ibuffer buffer.
1205 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1206
1207 2006-03-23 Kenichi Handa <handa@m17n.org>
1208
1209 * international/mule-cmds.el (sort-coding-systems): Describe that
1210 the argument is modified in docstring.
1211
1212 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1213
1214 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1215 (pgg-gpg-update-agent): New function.
1216 (pgg-gpg-use-agent-p): New function.
1217 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1218 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1219 (pgg-gpg-sign-region): Use it.
1220
1221 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * cus-edit.el (custom-face-set): Call custom-push-theme before
1224 face-spec set so that `changed' theme is correctly saved.
1225 (custom-face-reset-standard): Reset to recalculated face rather
1226 than defface spec.
1227
1228 * custom.el (custom-push-theme): Only save `changed' theme if the
1229 current face does not match the defface specs.
1230
1231 2006-03-21 Simon Josefsson <jas@extundo.com>
1232
1233 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1234 <wilde@sha-bang.de>.
1235 (pgg-gpg-use-agent): New variable.
1236 (pgg-gpg-process-region): Use it.
1237 (pgg-gpg-encrypt-region): Likewise.
1238 (pgg-gpg-encrypt-symmetric-region): Likewise.
1239 (pgg-gpg-decrypt-region): Likewise.
1240 (pgg-gpg-sign-region): Likewise.
1241 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1242
1243 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1244
1245 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1246 bracket links.
1247
1248 2006-03-21 Kim F. Storm <storm@cua.dk>
1249
1250 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1251 fringe-indicator-alist instead of modifying global value.
1252 (gdb-frame-handler): Likewise.
1253
1254 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1255
1256 * diff-mode.el (diff-function): Make it inherit from diff-header
1257 instead of diff-context.
1258
1259 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1260 bitmap.
1261 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1262 change names in macro above for consistency.
1263 (gdb-frame-handler): Use hollow-right-triangle for all selected
1264 frames which except the innermost (where execution has stopped).
1265 (gdb-reset): Reset buffer-local values of overlay-arrow.
1266
1267 2006-03-20 Richard Stallman <rms@gnu.org>
1268
1269 * simple.el (set-mark-command): Doc fix.
1270
1271 * files.el (display-buffer-other-frame): New command.
1272 (ctl-x-4-map): Bind C-x 5 C-o to it.
1273
1274 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1277 rather than just defer-time, in case defer-time has been changed but
1278 the timer isn't running yet.
1279 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1280
1281 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * help-mode.el (help-follow-symbol): New function.
1284 Essentially identical to the old `help-follow', but do not let
1285 `push-button' do the work when on an xref.
1286 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1287
1288 2006-03-19 Richard Stallman <rms@gnu.org>
1289
1290 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1291 preceded by the word `program'.
1292 (help-follow-mouse, help-follow): Throw error if not on xref.
1293 Delete no longer used args.
1294
1295 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1296
1297 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1298 annotation ensure gud-overlay-arrow-position is redisplayed.
1299
1300 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1301
1302 * textmodes/bibtex.el (bibtex-include-OPTkey)
1303 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1304 (bibtex-autokey-name-case-convert)
1305 (bibtex-autokey-titleword-case-convert): Make these the aliases
1306 for the following two variables.
1307 (bibtex-autokey-name-case-convert-function)
1308 (bibtex-autokey-titleword-case-convert-function): Make these the
1309 real names.
1310 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1311 bibtex-font-lock-crossref sublists.
1312 (bibtex-mode): Revert 2005-12-30 change (which made
1313 completion-ignore-case buffer-local).
1314 (bibtex-url): Simplify.
1315
1316 2006-03-19 Kim F. Storm <storm@cua.dk>
1317
1318 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1319 cursor property value to 2 (to align with C level change).
1320
1321 2006-03-19 Bill Wohler <wohler@newt.com>
1322
1323 * image.el (image-load-path-for-library): Shorten first line in
1324 docstring.
1325
1326 2006-03-18 Richard Stallman <rms@gnu.org>
1327
1328 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1329
1330 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1331
1332 * isearch.el (isearch-other-meta-char): Handle user bindings for
1333 shifted control characters.
1334
1335 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1336
1337 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1338 part that matches email addresses, file names, etc.
1339
1340 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1341
1342 * term/w32-win.el (mouse-set-font):
1343 Mention w32-list-proportional-fonts in the doc string.
1344
1345 2006-03-18 Kim F. Storm <storm@cua.dk>
1346
1347 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1348 (ido-unc-hosts): New user option to explicitly define list of know
1349 UNC-style hosts for completion.
1350 (ido-cache-unc-host-shares-time): New user option.
1351 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1352 New helper functions for UNC file-name support.
1353 (ido-may-cache-directory): Check for UNC host. Simplify.
1354 (ido-wash-history): Clean out old UNC hosts.
1355 (ido-nonreadable-directory-p): UNC hosts are always readable.
1356 (ido-directory-too-big-p): UNC hosts are never too big.
1357 (ido-set-current-directory): Handle UNC root path.
1358 (ido-file-name-all-completions): Complete UNC host names from
1359 ido-unc-hosts list. Cache UNC host shares.
1360 (ido-make-file-list-1): Don't filter UNC root.
1361 (ido-exhibit): Check for // in root directory, and switch to UNC
1362 mode by setting ido-current-directory to //.
1363
1364 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1365
1366 * cus-edit.el (customize-changed-options): Mention explicit
1367 version number as default in prompt.
1368
1369 2006-03-17 Bill Wohler <wohler@newt.com>
1370
1371 * image.el (image-load-path-for-library): Minor docstring fix.
1372
1373 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1374
1375 * textmodes/org.el (org-read-date): Include subgroup 5 into
1376 replacement text.
1377 (org-popup-calendar-for-date-prompt): Fix customization type.
1378
1379 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1380
1381 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1382 (gdb-continuation): New variable.
1383 (gdb-send): Deal with continuation lines.
1384
1385 * progmodes/gud.el (gud-gdb-complete-command)
1386 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1387 expressions.
1388 (gud-tooltip-mode): Use buffer-local value.
1389
1390 2006-03-16 Kim F. Storm <storm@cua.dk>
1391
1392 * ido.el (ido-edit-input): Use selected match, if any.
1393
1394 2006-03-16 Bill Wohler <wohler@newt.com>
1395
1396 * image.el (image-load-path-for-library): Prefer user's images in
1397 image-load-path.
1398
1399 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1400
1401 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1402 when checking for attempt to drag leftmost or rightmost scrollbar.
1403
1404 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1405
1406 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1407 (gdb-force-mode-line-update): New function.
1408 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1409 (gdb-exited): Use them.
1410 (gdb-signal): New function.
1411 (gdb-annotation-rules): Provide a rule for it.
1412
1413 2006-03-16 Kenichi Handa <handa@m17n.org>
1414
1415 * international/mule.el (auto-coding-regexp-alist): Add entries
1416 for Unicode BOM.
1417
1418 * sort.el (sort-build-lists): Temporarily bind
1419 inhibit-field-text-motion to t.
1420
1421 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1422
1423 * locate.el (locate-command, locate-make-command-line)
1424 (locate-fcodes-file, locate-update-command)
1425 (locate-prompt-for-command, locate, locate-with-filter)
1426 (locate-get-file-positions): Doc fixes.
1427 (locate-buffer-name, locate-header-face): Remove leading `*' in
1428 defcustom.
1429 (locate-filter-output): Use `keep-lines' instead of its alias
1430 `delete-non-matching-lines'.
1431 (locate-get-filename, locate-get-dirname): Add introductory comment.
1432 (locate-find-directory-other-window): Give appropriate error
1433 message if used outside main listing.
1434
1435 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1438 the new extend-region feature.
1439 (font-lock-after-change-function): Update correspondingly.
1440 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1441 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1442
1443 2006-03-15 Bill Wohler <wohler@newt.com>
1444
1445 * image.el (image-load-path-for-library): Fix example by not
1446 recommending that one binds image-load-path. Just defvar it to
1447 placate compiler and only use it if previously defined.
1448
1449 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1450
1451 * textmodes/org.el (org-insert-centered): Use `string-width' to
1452 make underlining work for wide characters.
1453 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1454 TAB to `org-cycle', to make sure that no binding in
1455 `outline-mode-map' can supercede it.
1456
1457 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1458
1459 * allout.el: Increment version to 2.2.1 in file commentary.
1460
1461 (allout-version): Increment to 2.2.1.
1462
1463 (allout-default-layout): New customization variable, used when the
1464 file lacks a specific allout-layout. Uses allout-layout-type for
1465 recursively nested definition.
1466
1467 (allout-layout-type): Widget defining allout layouts, necessary for
1468 self-recursive definition.
1469
1470 (allout-mode): Incorporate allout-default-layout as fallback for
1471 allout-layout.
1472
1473 (allout-layout): Mark as 'safe-local-variable', and refer mention
1474 fallback to `allout-default-layout' in absence of a specified value.
1475 (allout-passphrase-verifier-string)
1476 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1477
1478 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1479
1480 (allout-get-encryption-passphrase-verifier): Use correct name of
1481 passphrase verifier in docstring.
1482
1483 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1486 elements.
1487 (gdb-find-watch-expression): Make it work for arrays too.
1488 Follow change to gdb-var-list.
1489 (gud-watch): Allow the user to enter variable name with a prexix
1490 arg. Create keybindings.
1491 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1492 (gdb-var-list-children-handler, gdb-var-update-handler)
1493 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1494 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1495 Follow change to gdb-var-list.
1496 (gdb-starting): Don't show the overlay arrows when program is running.
1497
1498 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1499 gdb-var-list.
1500
1501 2006-03-14 Bill Wohler <wohler@newt.com>
1502
1503 * image.el (image-load-path-for-library): Pass value of path
1504 rather than symbol. Always return list of directories.
1505 Guarantee that image directory comes first.
1506
1507 2006-03-14 Alan Mackenzie <acm@muc.de>
1508
1509 * font-core.el (font-lock-extend-region\(-function\)?.):
1510 New function/variable.
1511
1512 * font-lock.el (font-lock-after-change-function):
1513 Call font-lock-extend-region. Obey font-lock-lines-before.
1514 (font-lock-default-fontify-region): Remove reference to
1515 font-lock-lines-before.
1516
1517 * jit-lock.el (jit-lock-after-change):
1518 Call font-lock-extend-region. Obey font-lock-lines-before.
1519
1520 2006-03-14 David Ponce <david@dponce.com>
1521
1522 * tree-widget.el (tree-widget-themes-load-path)
1523 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1524
1525 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1526
1527 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1528 (rcirc-print): Mark the start of text at the end of the prompt.
1529 (rcirc-track-minor-mode): Add autoload cookie.
1530 (rcirc-update-activity-string): Add space to front of mode-line
1531 indicator.
1532
1533 2006-03-13 Miles Bader <miles@gnu.org>
1534
1535 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1536 (rcirc-abbrev-nick): Remove function.
1537 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1538
1539 2006-03-13 David Ponce <david@dponce.com>
1540
1541 * tree-widget.el: Handle themes across all occurrences of the main
1542 themes sub-directory found in tree-widget-themes-load-path.
1543 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1544 (tree-widget--locate-sub-directory): Return all occurrences.
1545 (tree-widget-themes-path): New function.
1546 Replace tree-widget-themes-directory, and return a list of directories.
1547 (tree-widget-set-parent-theme)
1548 (tree-widget-lookup-image): Use it.
1549
1550 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1551
1552 * textmodes/org.el (org-link-search): Avoid self-matching of
1553 links, allow target text to be distributed over several lines.
1554 (org-search-not-link): New function.
1555 (org-set-regexps-and-options, org-get-current-options):
1556 New startup options.
1557 (org-export-as-html): Take odd-level setting from local variable.
1558 (org-fontify-emphasized-text): New option.
1559 (org-set-font-lock-defaults): Include emphasized text.
1560 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1561 (org-font-lock): Customize group renamed from `org-faces'.
1562
1563 2006-03-13 John Paul Wallington <jpw@pobox.com>
1564
1565 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1566 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1567
1568 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1569
1570 * cus-start.el (all): Delete :version keyword for members of the
1571 fringe group, since the entire group is new in 22.1.
1572
1573 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1576 map if value is hexadecimal (an address).
1577 (gud-watch): Only search roots for existing watch expressions.
1578 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1579 prevent caching problems with speedbar-update-directory-contents.
1580
1581 2006-03-12 Juri Linkov <juri@jurta.org>
1582
1583 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1584 before comparing with `low' and `warn'.
1585
1586 * info.el (Info-dir-remove-duplicates): Move point to the
1587 beginning of the current line after deleting the entries from
1588 redundant heading. Use marker for `limit' and compare it with
1589 point before calling `re-search-forward'.
1590
1591 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1592
1593 * simple.el (yank): Fix typo in docstring.
1594
1595 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1596
1597 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1598 messages, where "D" is the 6th character.
1599
1600 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1601
1602 * simple.el (yank): Fix last change.
1603
1604 2006-03-11 David Ponce <david@dponce.com>
1605
1606 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1607 merging elements from the standard ispell-dictionary-alist.
1608 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1609 alist, and return the new alist.
1610
1611 2006-03-11 Richard Stallman <rms@gnu.org>
1612
1613 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1614
1615 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1616 the way it is implemented is too unclean.
1617
1618 * simple.el (kill-region, yank): Doc fix.
1619
1620 * battery.el (battery-echo-area-format): Doc fix.
1621 (battery-mode-line-format): Likewise.
1622 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1623 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1624
1625 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1626
1627 * progmodes/octave-mod.el (octave-indent-for-comment):
1628 Behave according to do string.
1629
1630 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1631
1632 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1633 Be visible only if major mode is Mail Mode.
1634
1635 * textmodes/flyspell.el (flyspell-external-point-words)
1636 (flyspell-process-localwords): Fix last changes.
1637
1638 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1639
1640 * calendar/holidays.el (list-holidays): Doc fix.
1641
1642 * international/mule.el (auto-coding-alist): Add .odt
1643 (OpenOffice's open document) files.
1644
1645 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1646 document) files. Mention in the doc string the need to sync with
1647 auto-coding-alist.
1648
1649 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1652 enable-local-variables is set to always query, or there is no
1653 savable variable.
1654
1655 2006-03-10 Bill Wohler <wohler@newt.com>
1656
1657 * image.el (image-load-path-for-library): Merge at least three
1658 functions from Gnus and MH-E into this one function that can now
1659 be shared.
1660
1661 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1664 gdb-remove-mouse-face and remove help-echo too.
1665 (gdb-enqueue-input): Correct conditional clause.
1666
1667 2006-03-10 Glenn Morris <rgm@gnu.org>
1668
1669 * calendar/calendar.el (calendar-holidays): Doc fix.
1670 * calendar/holidays.el (list-holidays): Doc fix.
1671
1672 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1673
1674 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1675 it gets called in gdb-prompt anyway.
1676 (gdb-use-separate-io-buffer): Only restore window arrangement for
1677 gdb-many-windows.
1678 (gdb-enqueue-input): Make it harder to send GDB input when program
1679 is running.
1680 (gdb-buffer-list): New variable.
1681 (gdb-remove-mouse-face): New function.
1682 (gdb-starting): Use it when GDB input won't get sent.
1683
1684 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1685
1686 * help.el (view-lossage): Remove trailing whitespace before
1687 inserting "\n".
1688
1689 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * files.el (hack-local-variables-confirm):
1692 Set coding-system-for-read to nil before writing to .emacs.
1693
1694 * arc-mode.el (archive-extract): Check if an existing buffer name
1695 comes from a different archive.
1696
1697 * help.el (describe-key-briefly): If KEY is a down event, read and
1698 discard the up event.
1699
1700 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1701
1702 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1703 be edited and use font-lock-warning-face for any changes.
1704
1705 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1706 (gdb-edit-value): Use it to report any errors.
1707
1708 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * help.el (describe-key): Remove leftover test code.
1711
1712 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1713
1714 * textmodes/org.el: Move defvars out of eval-when-compile.
1715 Use buffer-file-name variable.
1716 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1717 arg `file'.
1718 (org-level-faces): Remove startup dependency.
1719 (org-cycle, org-map-tree, org-scan-tags)
1720 (org-remember-handler): Don't call `outline-level' directly.
1721 (org-mhe-search-all-folders): New option.
1722 (org-mhe-get-message-folder-from-index)
1723 (org-mhe-get-message-folder): Fix indexing search.
1724 (org-format-agenda-item): Handle nil TAGS argument.
1725 (org-cleaned-string-for-export, org-activate-target-links)
1726 (org-make-target-link-regexp): Deal with empty radio target list.
1727 (org-tag): New face.
1728 (org-get-level-face): New function.
1729 (org-set-font-lock-defaults): Simplify setup for headlines.
1730 (org-complete): Pass common substring to `display-completion-list'.
1731
1732 2006-03-06 David Ponce <david@dponce.com>
1733
1734 * tree-widget.el: Update Commentary header.
1735 (tree-widget-theme-name): Ignore parent themes.
1736 (tree-widget-set-parent-theme): New function.
1737 (tree-widget-set-theme): Use it.
1738 (tree-widget-set-image-properties): Move definition. Does nothing
1739 if image properties have already been set.
1740 (tree-widget-image-properties): Move definition. Receive an image
1741 name. Set the :pointer property.
1742 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1743 Don't set the :pointer image property.
1744 (tree-widget-convert-widget): New function. Handle :dynargs
1745 compatibility here.
1746 (tree-widget): Use it to :convert-widget. Add the :expander-p
1747 predicate to control when the :expander function is entered.
1748 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1749 (tree-widget-value-create): Handle :expander-p. widget-apply
1750 :expander.
1751 (tree-widget-expander-p): New function. Default value of the
1752 :expander-p property.
1753
1754 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * help.el (describe-key): Properly handle the return value of
1757 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1758 remaps. Handle string and vector `follow-link' values.
1759
1760 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * complete.el (PC-expand-many-files): Try be more careful when parsing
1763 the shell's output.
1764
1765 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * outline.el (hide-sublevels): Provide better interactive default.
1768
1769 2006-03-06 Kenichi Handa <handa@m17n.org>
1770
1771 * international/fontset.el (create-fontset-from-fontset-spec):
1772 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1773
1774 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1775
1776 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1777 backslashes instead of one in regexp.
1778 (gud-tooltip-dereference): Add missing optional argument.
1779
1780 2006-03-04 John Paul Wallington <jpw@pobox.com>
1781
1782 * wdired.el (toplevel): Require `cl' at compile-time.
1783
1784 2006-03-04 Andreas Schwab <schwab@suse.de>
1785
1786 * server.el (server-process-filter): Handle errors during
1787 evaluation of the argument.
1788
1789 2006-03-03 John Paul Wallington <jpw@pobox.com>
1790
1791 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1792 escape parentheses at beginning of line.
1793 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1794 (t-mouse-mode): Remove period from end of error message.
1795
1796 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1797
1798 * textmodes/flyspell.el (flyspell-process-localwords):
1799 Be case-sensitive.
1800
1801 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1802
1803 * cus-edit.el (custom-quote): Remove function, since it has been
1804 moved to custom.el.
1805
1806 * font-lock.el (lisp-font-lock-keywords-2)
1807 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1808 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1809 they have no special meaning.
1810
1811 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1812 indirect buffer gets killed before indirect buffer. Use dolist.
1813
1814 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1815
1816 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1817 value instead of a literal constant (1) on more pauses.
1818
1819 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1820
1821 * textmodes/flyspell.el (flyspell-external-point-words):
1822 Be case-sensitive.
1823
1824 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1825
1826 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1827 with "www".
1828
1829 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1830
1831 * allout.el: Restablish intermediate missing comment header to
1832 preserve outline structure.
1833 (allout-beginning-of-current-entry): Skip invisible text.
1834 (allout-open-topic): Fix opening a topic at end-of-buffer.
1835 (allout-minor-mode): Move nearer to allout-mode function.
1836
1837 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1838
1839 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1840
1841 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1842
1843 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1844 is nil.
1845
1846 * progmodes/gud.el (gud-speedbar-menu-items):
1847 Use buffer-local-value and add missing :visible keyword.
1848
1849 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1850
1851 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1852
1853 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1854 must be `follow-link'.
1855
1856 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1857
1858 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1859 formatting: No nested anchors.
1860 (org-all-targets): Fix bug with XEmacs compatibility.
1861 (org-read-date): Add (require 'parse-time).
1862 (org-set-tags): Fix bug with extra inserted space.
1863 (org-export-html-style): Define a style class for targets.
1864 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1865 (org-hide-leading-stars): New option.
1866 (org-hide): New face.
1867 (org-set-font-lock-defaults): Allow to hide leading stars.
1868 (org-get-legal-level, org-tr-level): New functions.
1869 (org-odd-levels-only): New option.
1870 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1871 (org-demote, org-promote): Deal with double-star levels.
1872 (org-convert-to-odd-levels): New command.
1873
1874 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1875
1876 * speedbar.el (speedbar-update-localized-contents): Try to
1877 preserve window-start.
1878 (speedbar-update-directory-contents): Try to preserve window-start
1879 and window-point.
1880 (speedbar-update-special-contents): Don't move back to start of window.
1881
1882 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1883 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1884 speedbar-timer-fn.
1885 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1886 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1887 instead of gdb-speedbar-timer-fn.
1888
1889 2006-02-28 Jay Belanger <belanger@truman.edu>
1890
1891 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1892 (math-compose-expr): Use latex option when calling
1893 `math-compose-tex-matrix' for latex mode.
1894
1895 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1896
1897 * speedbar.el: Re-instate comments about developing for speedbar
1898 [this is what info and gdb-ui use even if better methods exist now].
1899
1900 * t-mouse.el: New file.
1901 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1902 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1903 (t-mouse-make-event-element): Use posn-at-x-y instead.
1904 (t-mouse-make-event): Deal with Fedora Core 3.
1905 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1906 (t-mouse-mouse-position-function): New function. Use it instead
1907 of advising mouse-position.
1908 (t-mouse-mode): New minor mode.
1909 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1910
1911 2006-02-27 Glenn Morris <rgm@gnu.org>
1912
1913 * calendar/calendar.el (calendar-holidays): Doc fix.
1914
1915 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1916
1917 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1918 Re-introduce the concept of a source window.
1919 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1920 consistency with get-buffer-create.
1921 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1922 (gdb-data-list-register-values-handler)
1923 (gdb-stack-list-locals-handler): Try to preserve window-start as
1924 well as window-point.
1925 (gdb-display-source-buffer): New function (old concept).
1926 (gdb-goto-breakpoint): Use it.
1927
1928 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1929 for gdb-ui/gdb-mi (old concept).
1930
1931 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1932
1933 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1934 binding.
1935
1936 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1937
1938 * textmodes/reftex-sel.el (reftex-select-label-map)
1939 (reftex-select-bib-map): Add `follow-mouse' binding.
1940
1941 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1942
1943 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1944 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1945 Give :set functions to provide automatic updating.
1946 Update docstring. Give compiler defvars early in the file
1947 and move the defcustoms to a later spot where all called functions
1948 are defined.
1949 (jka-compr-file-name-handler-entry): Doc fix.
1950 (jka-compr-compression-info-list--internal)
1951 (jka-compr-mode-alist-additions--internal)
1952 (jka-compr-load-suffixes--internal): New variables.
1953 (jka-compr-install): Set the three above variables.
1954 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1955 (jka-compr-update, jka-compr-set): New functions.
1956 (auto-compression-mode): Doc fix.
1957
1958 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1959 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1960 Use jka-compr-compression-info-list--internal,
1961 jka-compr-mode-alist-additions--internal and
1962 jka-compr-load-suffixes--internal.
1963
1964 * files.el (load-library):
1965 * loadhist.el (file-loadhist-lookup):
1966 * startup.el (command-line):
1967 * subr.el (locate-library):
1968 * emacs-lisp/autoload.el (update-directory-autoloads):
1969 * emacs-lisp/find-func.el (find-library-suffixes):
1970 Use `get-load-suffixes' instead of `load-suffixes'.
1971
1972 * subr.el (locate-library):
1973 * emacs-lisp/find-func.el (find-library-name):
1974 Use `load-file-rep-suffixes' instead of '("").
1975
1976 2006-02-26 Kim F. Storm <storm@cua.dk>
1977
1978 * ido.el (ido-save-history, ido-load-history): Simplify.
1979 Don't use find-file-noselect to avoid interference from other modes.
1980
1981 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1982
1983 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1984 to use the default shell if filename is not available.
1985 Reported by Giorgos Keramidas.
1986
1987 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1988
1989 * progmodes/etags.el (tags-completion-table): Do completion from
1990 all the tables in the current list, as documented in the manual.
1991
1992 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1993
1994 * CC Mode Update to 5.31.3.
1995
1996 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1997
1998 * progmodes/cc-mode.el (c-postprocess-file-styles):
1999 Bind inhibit-read-only to t, around the call to
2000 c-remove-any-local-eval-or-mode-variables, so that it works on a
2001 RO file.
2002
2003 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2004
2005 * progmodes/cc-awk.el: Correct a typo.
2006
2007 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2008
2009 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2010 c-hungry-delete-backwards, at the request of RMS. Leave the old
2011 name as an alias.
2012
2013 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2014
2015 * progmodes/cc-mode.el: Correct a typo.
2016
2017 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2018
2019 * progmodes/cc-defs.el: Update the version number to 5.31.3.
2020
2021 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2022
2023 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2024 brace-else-brace (error due to mbeg, mend being undefined).
2025
2026 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2027
2028 * progmodes/cc-mode.el: File Local variables: Solve the problem
2029 where both `mode' and c-file-offsets are specified: `mode' will
2030 overwrite c-f-o's settings:
2031 (c-remove-any-local-eval-or-mode-variables): New function.
2032 (c-postprocess-file-styles): Call the above new function, within
2033 c-tentative-buffer-change, to splat `mode' and `eval' before the
2034 second hack-local-variables.
2035
2036 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2037
2038 * progmodes/cc-mode.el:
2039 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2040 (c-after-change): Protect the match data with save-match-data.
2041 It was getting corrupted by c-after-change-check-<>-operators.
2042
2043 * cc-defs.el: [Supersedes patch V1.38]:
2044 (top level): Check for a buggy font-lock-compile-keywords ONLY in
2045 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
2046
2047 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2048 with save-match-data. It was being corrupted when Font Lock was
2049 not enabled.
2050
2051 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
2052
2053 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2054 Mode and Subword Mode.
2055
2056 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2057 real labels ("case 1:" or "foo:") from non-labels ("public:").
2058 (c-forward-objc-directive): Replace c-forward-token-2 with crude
2059 coding; c-f-t-2 doesn't move over a token at EOB.
2060
2061 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2062
2063 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2064 (c-update-modeline): Concatenate the minor mode indicators
2065 directly onto mode-name, removing c-submode-indicators.
2066 Sometimes, c-s-i got separated from the mode name on the mode line.
2067
2068 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2069 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2070
2071 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
2072
2073 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2074 error message when there's an evaluation error to show whether
2075 it's loaded from source or not.
2076 (c-filter-ops): Make it available at runtime too to work when
2077 `c-make-init-lang-vars-fun' needs to evaluate from source.
2078
2079 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * help.el (help): Revert last part of 2006-02-23 change (deletion
2082 of the `provide' call).
2083
2084 2006-02-23 Juri Linkov <juri@jurta.org>
2085
2086 * compare-w.el (compare-windows-highlight): Add new value
2087 `persistent' and change :type from `boolean' to `choice'.
2088 (compare-windows-overlays1, compare-windows-overlays2):
2089 New internal variables.
2090 (compare-windows-highlight): If compare-windows-highlight is
2091 `persistent', add current overlays to compare-windows-overlays[12]
2092 instead of adding compare-windows-dehighlight to pre-command-hook.
2093 (compare-windows-dehighlight): Delete all overlays from
2094 compare-windows-overlays[12].
2095
2096 * info.el (Info-search): Don't bind search-spaces-regexp to
2097 Info-search-whitespace-regexp in non-regexp isearch mode.
2098
2099 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2102
2103 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * textmodes/org.el (org-xemacs-p)
2106 (org-export-html-show-new-buffer, org-table-may-need-update)
2107 (org-insert-item, org-mhe-get-message-real-folder)
2108 (org-mhe-get-message-folder-from-index)
2109 (org-mhe-get-message-folder, org-mhe-get-message-num)
2110 (org-mhe-get-header, org-make-org-heading-search-string)
2111 (org-make-org-heading-camel, org-table-sort-lines)
2112 (org-format-org-table-html, org-format-table-table-html):
2113 Fix typos in docstrings.
2114
2115 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
2116
2117 * textmodes/org.el (org-cleaned-string-for-export)
2118 (org-solidify-link-text): New function.
2119 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2120 XEmacs, just to silence the compiler.
2121 (org-export-as-ascii, org-export-as-html-and-open):
2122 Use `org-cleaned-string-for-export' and create internal links.
2123 (org-follow-mhe-link): Require mh-e, use folder.
2124
2125 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2126
2127 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2128
2129 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2130 gdb-debug-log-length.
2131 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
2132 it a real ring but...
2133 (gud-gdba-marker-filter): ...make it work like mark-ring.
2134 (gdb-enable-debug): Rename from gdb-enable-debug-log.
2135 (gdb-mouse-jump): New function. Add bindings.
2136
2137 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
2138
2139 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2140 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2141 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2142 (gdb-debug-log-length): Customize it's length.
2143 (gud-watch, gdb-var-create-handler): Display function::var format
2144 but don't use to create variable object.
2145 (gdb-var-create-handler): Use message-box in place of message.
2146 (gdb-stopped): Call gdb-exited if signalled.
2147
2148 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
2149
2150 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2151
2152 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2153
2154 * textmodes/reftex.el (reftex-locate-file): Search all extensions
2155 if `reftex-try-all-extensions' is set.
2156
2157 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2158 fail silently when there is no valid argument at point.
2159 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2160 `fail-silently' argument. From a patch by David Reiter.
2161
2162 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2163 New commands.
2164 (org-mark-ring): New variable.
2165 (org-mark-ring-length): New option.
2166 (org-open-at-point, org-goto, org-open-file): Push old position
2167 onto the mark ring.
2168 (org-add-hook): New function.
2169 (org-export-table-remove-special-lines): New option.
2170 (org-skip-comments, org-format-org-table-html): Respect new
2171 option `org-export-table-remove-special-lines'.
2172 (org-open-file): Allow special command configuration for
2173 directory link.
2174 (org-file-apps): Fix bugs in customize type, added setting
2175 for directories.
2176 (org-activate-tags, org-format-agenda-item, org-complete)
2177 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2178 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2179 (org-link-search, org-make-org-heading-search-string)
2180 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2181 (org-radio-targets, org-file-link-context-use-camel-case)
2182 (org-activate-camels): New options.
2183 (org-update-radio-target-regexp, org-all-targets)
2184 (org-make-target-link-regexp, org-activate-target-links):
2185 New functions.
2186 (org-make-org-heading-search-string): New function.
2187 (org-store-link, org-insert-link): Use new option
2188 `org-file-link-context-use-camel-case'.
2189 (org-activate-camels): Use new option `org-activate-camels'.
2190 (org-link-regexp): Add mhe prefix.
2191 (org-open-at-point, org-store-link): Support for mhe links.
2192 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2193 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2194 (org-mhe-get-header, org-follow-mhe-link): New functions.
2195 (org-remove-angle-brackets, org-add-angle-brackets):
2196 New functions.
2197 (org-bracket-link-regexp): New constant.
2198 (org-read-date): Fix bug that was rejecting all typed dates.
2199 (org-link-search): Make hierarchy above visible after a match.
2200 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2201 (org-store-link): Fix bug with link creation when cursor is in
2202 an empty line.
2203 (org-open-at-point): Fix bug with matching a link.
2204 Fixed buggy argument sequence in call to `org-view-tags'.
2205 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2206 (org-prefix-has-tag): New variable.
2207 (org-format-agenda-item): Remove tags from headline
2208 if appropriate.
2209 (org-agenda-remove-tags-when-in-prefix): New option.
2210
2211 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2212
2213 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2214 Fix the regular expressions.
2215
2216 2006-02-21 Richard M. Stallman <rms@gnu.org>
2217
2218 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2219 if there's no other specific basis.
2220
2221 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2222 as variables at all.
2223 (unsafep-variable): Rename arg; doc fix.
2224
2225 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2226
2227 * calendar/appt.el (diary-selective-display): Add defvar.
2228
2229 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2230
2231 * isearch.el (search-whitespace-regexp): Fix custom type.
2232
2233 * help.el (describe-key-briefly): Compute interactive args
2234 in same was as before previous change.
2235
2236 * files.el (enable-local-variables): Doc fix.
2237
2238 2006-02-21 Kim F. Storm <storm@cua.dk>
2239
2240 * fringe.el: Cleanup as file is now pre-loaded.
2241 (fringe-bitmaps): Initialize unconditionally.
2242 (fringe-mode, set-fringe-style): Remove autoload cookies.
2243
2244 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2245
2246 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2247 `horizontal-bar'.
2248 (fringe-cursor-alist): Use `horizontal-bar'.
2249
2250 2006-02-20 Kim F. Storm <storm@cua.dk>
2251
2252 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2253 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2254
2255 * loadup.el: Load "fringe" on window systems.
2256
2257 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2258
2259 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2260 out of scope components.
2261
2262 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2263 default.
2264
2265 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * custom.el (customize-mark-to-save, customize-mark-as-set):
2268 Load the symbol first.
2269
2270 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2273 strech spec so it doesn't display as "^J" on the header line
2274 when `Buffer-menu-use-header-line' is t.
2275
2276 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * speedbar.el (speedbar-make-button): Keep text properties
2279 of string arguments if desired.
2280
2281 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2282 expessions.
2283
2284 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2285 of speedbar.
2286
2287 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2288
2289 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2290 to value of `read-file-name-completion-ignore-case'.
2291
2292 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * custom.el (customize-mark-as-set): Push to `user' theme.
2295
2296 * cus-edit.el (custom-save-variables): Allow unthemed values.
2297 (customize-set-variable): Push setting to `user' theme.
2298
2299 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * progmodes/gud.el: Don't require font-lock as it's now
2302 automatically loaded.
2303 (gud-speedbar-buttons): Replace gdb-var-changed with
2304 gdb-force-update.
2305
2306 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2307 gdb-var-changed.
2308 (gdb-post-prompt): Use it.
2309 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2310 (gdb-var-update-handler, gdb-var-delete)
2311 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2312 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2313 gdb-force-update in gdb-post-prompt.
2314 (gdb-reset): Clear watch expressions from speedbar when quitting.
2315
2316 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2317
2318 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2319 (viper-change-state-to-vi, viper-change-state-to-emacs):
2320 Make aware of cursor coloring in the Emacs state.
2321 (viper-special-read-and-insert-char): Use read-char-exclusive.
2322 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2323
2324 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2325
2326 * viper-util.el (viper-save-cursor-color)
2327 (viper-get-saved-cursor-color-in-replace-mode)
2328 (viper-get-saved-cursor-color-in-insert-mode)
2329 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2330 state.
2331 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2332
2333 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2334 (ediff-ignore-case-option3, ediff-actual-diff-options)
2335 (ediff-actual-diff3-options): New variables to control case sensitivity.
2336 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2337 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2338 (ediff-toggle-ignore-case): New function.
2339 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2340
2341 * ediff-help.el (ediff-long-help-message-narrow2)
2342 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2343 (ediff-long-help-message-word-mode): Add ignore-case command.
2344 (ediff-help-for-quick-help): Add ignore-case command.
2345
2346 * ediff-merg.el: Move provide to the end.
2347
2348 * ediff-ptch.el: Move provide to the end.
2349
2350 * ediff-wind.el: Move provide to the end.
2351
2352 * ediff-mult.el: Move provide to the end.
2353 (ediff-set-meta-overlay): Enable follow-link.
2354
2355 * ediff.el: Move provide to the end.
2356 Break recursive load cycle in eval-when-compile.
2357 (ediff-patch-buffer): Better heuristics.
2358
2359 * ediff-util.el: Move provide to the end.
2360 Break recursive load cycle in eval-when-compile.
2361 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2362 defuns.
2363 (ediff-submit-report): Pass the values of ediff-diff3-program,
2364 ediff-diff3-options.
2365
2366 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2369 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2370 `' (for example, in the docstring of `windmove-default-keybindings').
2371
2372 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2375 shadow face. Don't provide binding to edit variable when it is
2376 out of scope.
2377
2378 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2379 (gdb-var-update-handler): Detect out of scope variables with pre
2380 GDB 6.4 too.
2381 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2382 Reset status of variable objects to nil in update handlers.
2383 (gdb-var-update-handler-1): Detect when a variable object comes
2384 in scope. setcar on var changes gdb-var-list directly.
2385
2386 2006-02-17 Juri Linkov <juri@jurta.org>
2387
2388 * ffap.el (ffap) <defface>: Add explicit face declaration.
2389 (ffap-highlight): Use face `ffap' directly instead of checking
2390 for its existence.
2391
2392 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2393 `visible-ok' of `other-buffer' to find the right original buffer.
2394
2395 * info.el (Info-search): Skip `Local Variables' node.
2396
2397 2006-02-17 Juri Linkov <juri@jurta.org>
2398
2399 * info.el (Info-find-file): Check for symbols `apropos', `history',
2400 `toc' in the input filename, and return these symbols as is.
2401 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2402 `history', `toc' instead of strings.
2403 (Info-set-mode-line): For non-string Info-current-file use the
2404 symbol's name inside **.
2405 (Info-isearch-push-state): Add quote before Info-current-file and
2406 Info-current-node.
2407 (Info-isearch-pop-state): Use `equal' instead of `string='.
2408 (Info-extract-pointer, Info-following-node-name): Use
2409 `match-string-no-properties' instead of `match-string'.
2410 (Info-up): Check `old-file' for `stringp'.
2411 (Info-history): Use `equal' instead of `string-equal'.
2412 Check `file' for `stringp'.
2413 (Info-history): Use symbol `history' instead of string as first arg
2414 of `Info-find-node'.
2415 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2416 `toc' instead of string.
2417 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2418 instead of `buffer-substring', and `match-string-no-properties'
2419 instead of `match-string'.
2420 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2421 instead of strings.
2422 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2423 Use symbol `apropos' instead of string.
2424 (Info-copy-current-node-name): Check `Info-current-file' for
2425 `stringp' and construct a command with `Info-find-node' from it.
2426 (Info-fontify-node): Use `match-string-no-properties' instead of
2427 `match-string' and check file names for `stringp'.
2428 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2429 `history', `toc' instead of strings.
2430
2431 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * files.el: Rearrange functions and variables in the file local
2434 variables section.
2435
2436 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2437
2438 * files.el: Add truncate-lines, ispell-check-comments and
2439 ispell-local-dictionary as safe local variables.
2440
2441 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2442
2443 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2444 out of scope variables.
2445 (gud-speedbar-buttons): Use unless.
2446
2447 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2448 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2449 (gdb-show-changed-values): Also use for out of scope variables.
2450 (gdb-var-update-handler-1): Note if variable goes out of scope.
2451
2452 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2453
2454 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2455 default to global variable values for unsupplied args.
2456 (rcirc-get-buffer-create): Fix bug with setting the target.
2457 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2458 test for rcirc-always-use-server-buffer-flag here.
2459 (rcirc-response-formats): Add %N, which is a facified nick. %n
2460 uses the default face. Change the ACTION format string. If the
2461 "nick" is the server, don't print anything for that field.
2462 Comment fixes.
2463 (rcirc-target-buffer): Don't test
2464 rcirc-always-use-server-buffer-flag here.
2465 (rcirc-print): Squeeze extra spaces out of the text before message.
2466 (rcirc-put-nick-channel): Strip potential "@" char from nick
2467 before adding them to nick table.
2468 (rcirc-url-regexp): Improve to match address like "foo.com".
2469
2470 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2471
2472 * allout.el (allout-hidden-p): Move this defsubst before
2473 allout-overlay-interior-modification-handler, where it is first
2474 used.
2475
2476 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2477
2478 * allout.el: Use allout invisible-text overlays instead of
2479 selective display for concealed text. Also, lots of general
2480 cleanup, and improved compatibility code.
2481
2482 (allout-version) Incremented, corrected, revised, and refined
2483 module commentary.
2484
2485 (provide 'allout): Moved to the bottom, added a require of overlay.
2486
2487 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2488 `except-current'.
2489 (allout-write-file-hook-handler): Minimize delay.
2490 (count-trailing-whitespace-region): New function so
2491 auto-encryption of current topic can resituate cursor exactly.
2492 PGP/GPG encryption trims trailing whitespace from lines, which
2493 must be accounted for across encryption then decryption.
2494
2495 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2496 just plain "\C-c", to avoid intruding on user's keybinding space.
2497
2498 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2499 parameter, so user request to provide a new password is done.
2500
2501 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2502 Refined mechanism for auto-filling behavior while in allout mode.
2503
2504 (allout-mode): Explicitly specify the mode map in the docstring.
2505 Clarify provision for various write-file hook var names.
2506 Adjusted for invisible-text overlays instead of selective-display.
2507
2508 (allout-depth): Really return 0 if not within any topic. This
2509 rectifies `allout-beginning-of-level' and sequence numbering
2510 errors that occur when cutting and pasting numbered topics.
2511 Changed from a in-line subst to a regular function, as well.
2512
2513 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2514
2515 (allout-end-of-subtree, allout-end-of-subtree)
2516 (allout-end-of-entry, allout-end-of-current-heading)
2517 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2518 (allout-show-children, allout-show-to-offshoot)
2519 (allout-hide-current-entry, allout-show-current-entry): Rectified
2520 handling of trailing blank lines between items.
2521
2522 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2523 (allout-current-depth, allout-unprotected, allout-hidden-p)
2524 (allout-on-current-heading-p, allout-listify-exposed)
2525 (allout-chart-subtree, allout-goto-prefix)
2526 (allout-back-to-current-heading, allout-get-body-text)
2527 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2528 (allout-hide-region-body, allout-toggle-subtree-encryption)
2529 (allout-encrypt-string, allout-encrypted-key-info)
2530 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2531 (allout-file-vars-section-data): Adjusted for use with
2532 invisible-text overlays instead of selective-display.
2533
2534 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2535 Reworked for use with invisible text overlays.
2536
2537 (allout-current-topic-collapsed-p): New function.
2538
2539 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2540 to know when to close the containing topic.
2541
2542 (allout-pre-command-business, allout-post-command-business):
2543 Simplify undo-batching and dynamic isearch exposure.
2544
2545 (allout-set-overlay-category): New for invisible-text overlays.
2546 Sets properties of allout-overlay-category, used by
2547 allout-flag-region to set invisible-text overlay properties.
2548 (allout-get-invisibility-overlay): Get the first qualifying
2549 invisibility overlay, so we can find the extent of it.
2550 (allout-back-to-visible-text): Get to just before the beginnining
2551 of the current invisibility overlay, if any.
2552
2553 (allout-overlay-insert-in-front-handler)
2554 (allout-overlay-interior-modification-handler)
2555 (allout-before-change-handler, allout-isearch-end-handler): New
2556 functions to handle extraordinary actions affecting concealed
2557 text.
2558
2559 (allout-flag-region): Use overlays instead of selective-display
2560 for invisible text - by inheritence from the properties of
2561 allout-overlay-category in mainline Emacs, and applied
2562 property-by-property in XEmacs, some recent versions of which
2563 don't inherit the properties from the category. Provisions to
2564 respond to concealed-text edits simplified drastically.
2565
2566 (allout-isearch-rectification, allout-isearch-was-font-lock)
2567 (allout-isearch-expose, allout-enwrap-isearch)
2568 (allout-isearch-abort, allout-pre-was-isearching)
2569 (allout-isearch-prior-pos, allout-isearch-did-quit)
2570 (allout-isearch-dynamic-expose)
2571 (allout-hide-current-entry-completely): Functions deleted.
2572
2573 (allout-undo-aggregation): Explicit undo aggregation no longer
2574 necessary due to transition away from selective-display.
2575
2576 (set-allout-regexp, allout-up-current-level)
2577 (allout-next-visible-heading, allout-forward-current-level)
2578 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2579 (allout-kill-line, allout-yank-processing, allout-show-children)
2580 (allout-expose-topic, allout-old-expose-topic)
2581 (allout-listify-exposed, allout-insert-latex-header)
2582 (allout-toggle-subtree-encryption, allout-encrypt-string)
2583 (remove-from-invisibility-spec, allout-hide-current-subtree):
2584 Ditched unused variables.
2585
2586 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2587
2588 * textmodes/ispell.el (ispell-change-dictionary): Call
2589 ispell-buffer-local-dict instead of
2590 ispell-accept-buffer-local-defs.
2591 (ispell-local-dictionary-alist): Accept as valid any coding-system
2592 supported by Emacs.
2593 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2594 changed to iso-8859-3.
2595
2596 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * speedbar.el (speedbar-frame-width): Make an inline function
2599 instead of a macro. Use frame-width.
2600 (speedbar-try-completion, speedbar-update-contents)
2601 (speedbar-timer-fn): Use consp.
2602 (speedbar-update-localized-contents): Try to preserve point.
2603
2604 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2605 (menu): Re-order menu items.
2606 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2607 field.
2608 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2609 (gdb-post-prompt): Speed things by not forcing update.
2610
2611 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2614 press and perform default action if we get a mouse movement event.
2615
2616 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * calendar/icalendar.el (icalendar--get-event-property)
2619 (icalendar--get-event-property-attributes): Fix typos in
2620 docstrings.
2621
2622 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2623 docstring.
2624
2625 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2626
2627 * bs.el (bs-mode): Use `buffer-disable-undo'.
2628 (bs--get-file-name): Simplify.
2629 (bs-show-in-buffer): Mark the buffer as not modified.
2630
2631 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2632
2633 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2634 widget-button-click.
2635
2636 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2637 (custom-mode): Update docstring.
2638
2639 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2640 binding.
2641
2642 * files.el (hack-local-variables-confirm): Allow scrolling if the
2643 file variable list is too long. Kill temp buffer after use.
2644
2645 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2646
2647 * progmodes/gud.el (gdb): Improve doc string.
2648 (gdb-script-font-lock-keywords): Expand allowed character set.
2649
2650 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2651 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2652 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2653 (gdb-separate-io-stop, gdb-separate-io-eof):
2654 Rename from gdb-inferior-* to gdb-separate-*.
2655 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2656
2657 2006-02-14 Jay Belanger <belanger@truman.edu>
2658
2659 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2660 expression is a symbol before checking that it is bound.
2661
2662 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2663 test to see if equation can be solved.
2664
2665 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * wid-edit.el (widget-button-click): Use :pressed-face property
2668 for overlay face, if it exists.
2669
2670 * cus-edit.el (custom-manual, custom-add-see-also)
2671 (custom-add-parent-links, custom-group-link): Add :pressed-face
2672 property to links.
2673
2674 * files.el (hack-local-variables): Remove ignored variables before
2675 checking if any variables need setting.
2676
2677 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2678
2679 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2680
2681 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * help.el (where-is): Fix message for remapped commands.
2684
2685 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2686 Fix typos in docstrings.
2687
2688 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * files.el (safe-local-variable-values): New option.
2691 (hack-local-variables-prop-line): Return a list of variable-value
2692 pairs if MODE-ONLY is non-nil.
2693 (hack-local-variables): Construct list of variable-value pairs,
2694 and apply or reject them in one go. Ask for confirmation if
2695 variables are not known safe.
2696 (hack-local-variables-confirm): Complete rewrite. Support
2697 `safe-local-variable-values'.
2698 (enable-local-variables): Update docstring to reflect new
2699 behavior.
2700 (ignored-local-variables): Ignore ignored-local-variables and
2701 safe-local-variable-values.
2702 (safe-local-variable-p): New function.
2703 (risky-local-variable-p): `safe-local-variable' property check
2704 moved to safe-local-variable-p.
2705 (hack-one-local-variable): Checks moved to hack-local-variables.
2706
2707 (byte-compile-dynamic, c-basic-offset, c-file-style)
2708 (c-indent-level, comment-column, fill-column, fill-prefix)
2709 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2710 (no-update-autoloads, outline-regexp, page-delimiter)
2711 (paragraph-start, paragraph-separate, sentence-end)
2712 (sentence-end-double-space tab-width, version-control):
2713 Add `safe-local-variable' property.
2714
2715 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2716
2717 * icomplete.el, play/landmark.el: Change nonexistent
2718 `outline-layout' file variable to `allout-layout'.
2719
2720 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2721
2722 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2723 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2724 to gud-comint-buffer.
2725 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2726 gdb-ui.el for gdb-mi.el.
2727 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2728 registers buffer to gdb-get-changed-registers.
2729 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2730 deletion of catchpoints (throw and catch).
2731 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2732 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2733 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2734 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2735 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2736
2737 2006-02-13 Jay Belanger <belanger@truman.edu>
2738
2739 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2740 expression is a symbol before checking that it is bound.
2741
2742 2006-02-13 Richard M. Stallman <rms@gnu.org>
2743
2744 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2745 for the minibuffer too, but not if resize-mini-windows will interfere.
2746
2747 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2748 inside `interactive' spec.
2749 (describe-key-briefly-internal, describe-key-internal):
2750 Functions merged back into their callers.
2751
2752 2006-02-13 Martin Rudalics <rudalics@gmx.at>
2753
2754 * info.el (info-xref-visited): Inherit from info-xref too.
2755 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2756 when propertizing Info-current-file and Info-current-node.
2757
2758 2006-02-13 Juri Linkov <juri@jurta.org>
2759
2760 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2761 (tumme-thumb-name): Fix per-directory format.
2762
2763 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2766
2767 2006-02-12 Miles Bader <miles@gnu.org>
2768
2769 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2770
2771 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2772
2773 * tumme.el: Remove history section. If someone needs the it, it
2774 can always be found in CVS.
2775
2776 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2777
2778 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2779 about the Thumbnail Managing Standard option.
2780
2781 2006-02-12 Richard M. Stallman <rms@gnu.org>
2782
2783 * subr.el (substitute-key-definition): Doc fix.
2784
2785 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2786
2787 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2788
2789 * info.el (Info-mode): Doc fix.
2790
2791 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2792
2793 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2794
2795 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2796 because on Solaris a POSIX compatible "id" is needed. Reported by
2797 Magnus Henoch <mange@freemail.hu>.
2798
2799 2006-02-12 Juri Linkov <juri@jurta.org>
2800
2801 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2802 (tumme) <defgroup>: Change :group to `multimedia'.
2803 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2804 Managing Standard.
2805 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2806 Fix dostring.
2807 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2808 and %y. Fix docstring.
2809 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2810 (tumme-cmd-create-standard-thumbnail-command): New user options.
2811 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2812 is `standard'. Fix docstring.
2813 (tumme-thumb-width, tumme-thumb-height): New user options.
2814 (tumme-external-viewer): Try to find various viewers.
2815 (tumme-get-thumbnail-image): Use `create-image' instead of
2816 constructing the `image' structure.
2817 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2818 `standard'.
2819 (tumme-thumb-name): Add file name generation for standard storage.
2820 Simplify code for other storages.
2821 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2822 Add modification time %m and thumbnail-nq8 %q.
2823 Use `tumme-cmd-create-standard-thumbnail-command' if
2824 tumme-thumbnail-storage is `standard'.
2825 (tumme-dired-insert-marked-thumbs): New autoload command.
2826 (tumme-dired-after-readin-hook): New function.
2827 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2828 `tumme-thumb-size'.
2829 (tumme-display-image): Replace size-x %x and size-y %y with
2830 width %w and height %h.
2831
2832 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2833 `tumme-dired-insert-marked-thumbs'.
2834
2835 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2836
2837 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2838 include path).
2839 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2840 matching tag.
2841
2842 2006-02-12 Miles Bader <miles@gnu.org>
2843
2844 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2845 New variables.
2846 (rcirc-abbrev-nick): New function.
2847 (rcirc-format-response-string): Rewrite to use the formats in
2848 `rcirc-response-formats' and expand escape sequences therein.
2849 A text-property `rcirc-text' is added over the actual response
2850 text to make easy to find inside the returned string.
2851 (rcirc-print): When filling, just look for the `rcirc-text'
2852 text-property to find the appropriate fill prefix, instead of
2853 using hardwired patterns.
2854
2855 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2856
2857 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2858 Managing Standard.
2859
2860 2006-02-11 Kim F. Storm <storm@cua.dk>
2861
2862 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2863 Don't use insert-buffer; do insert-buffer-substring directly.
2864 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2865
2866 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2867
2868 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2869 with inhibit-read-only. Suggested by Stefan Monnier.
2870 (revert-buffer): Let insert-file-contents discard
2871 buffer-undo-list. Simplify code.
2872 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2873
2874 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2875
2876 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2877
2878 * help.el (describe-key-briefly): Now a wrapper for
2879 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2880 to t. Populate yank-menu if empty.
2881 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2882 (describe-key): Now a wrapper for describe-key-internal. Bind
2883 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2884 (describe-key-internal): Renamed from describe-key.
2885
2886 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2887
2888 * progmodes/glasses.el (glasses-separator): Doc fix.
2889 (glasses-original-separator): New defcustom.
2890 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2891
2892 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2893
2894 * mwheel.el (mouse-wheel-up-event): Doc fix.
2895
2896 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2897
2898 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2899 (tumme-dir): New function. Copied from thumbs.el.
2900
2901 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2902
2903 * desktop.el (desktop-outvar): Fix typo.
2904 (desktop-save-buffer-p): Doc fix.
2905
2906 * subr.el (substitute-key-definition): Fix typo.
2907
2908 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2909
2910 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2911 when window-system is mac.
2912
2913 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2914
2915 2006-02-10 Kim F. Storm <storm@cua.dk>
2916
2917 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2918 indirect-function instead of using condition-case.
2919
2920 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2921
2922 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2923 less `colloquial'...
2924
2925 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2926
2927 * tumme.el: Add a couple of todo items.
2928
2929 2006-02-09 Lars Hansen <larsh@soem.dk>
2930
2931 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2932 (highlight-changes-mode): Don't change desktop-locals-to-save.
2933
2934 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * image-mode.el (image-toggle-display): Clear image cache if using
2937 filename.
2938
2939 2006-02-09 Masatake YAMATO <jet@gyve.org>
2940
2941 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2942 a `dired-man' target.
2943
2944 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2945 boundary of symbols.
2946
2947 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2948
2949 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2950
2951 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2954 `mapcar'; return nil.
2955
2956 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2959 some other event.
2960
2961 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2962
2963 * net/rcirc.el (rcirc-startup-channels-alist):
2964 Add irc.freenode.net and #emacs as defaults.
2965 (rcirc-ignore-all-activity-flag): Remove variable.
2966 (rcirc-authinfo): New variable.
2967 (rcirc-authinfo-filename): Remove variable.
2968 (rcirc-always-use-server-buffer-flag): New flag.
2969 (rcirc): M-x rcirc will automatically connect without prompting.
2970 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2971 connection in lisp.
2972 (rcirc-process-server-response-1): Remove everything but the nick
2973 portion of the sender so it doesn't need to be done everywhere
2974 else. Update related code.
2975 (global-map): Remove global keybindings.
2976 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2977 (rcirc-send-input): Split into several functions.
2978 (rcirc-process-input-line, rcirc-process-message)
2979 (rcirc-process-command): New functions.
2980 (rcirc-target-buffer): New function to determine where to route
2981 messages.
2982 (rcirc-user-nick): Save match data.
2983 (rcirc-toggle-ignore-buffer-activity)
2984 (rcirc-update-activity-string): Remove global ignore functionality,
2985 which can be done now by toggling rcirc-track-minor-mode.
2986 (rcirc-track-minor-mode-map): New keymap.
2987 (rcirc-track-minor-mode): New minor-mode.
2988 (ignore): Make the ignore output nicer. Always print it when
2989 adding or removing nicks.
2990 (rcirc-url-regexp): Improve.
2991 (rcirc-mangle-text): Remove properties before using text in the
2992 modeline.
2993 (rcirc-authenticate): Authentication data comes from
2994 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2995 (rcirc-server-prefix): Inherit from rcirc-server.
2996
2997 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2998
2999 * Makefile.in (compile): Append "|| true" to the end of the `find'
3000 command, like compile-always does.
3001
3002 2006-02-08 Sam Steingold <sds@gnu.org>
3003
3004 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3005 output from a dead connection.
3006
3007 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3008
3009 * dired.el (dired-mode-map): Add more bindings for tumme.
3010
3011 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * wdired.el (wdired-mode-map): Use remap.
3014 (wdired-get-filename): Massage.
3015 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3016 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3017 `keymap' property rather than `local-map'.
3018
3019 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
3020
3021 * tumme.el (tumme-get-thumbnail-image): New utility function.
3022 Suggested by from Chong Yidong.
3023 (tumme-dired-with-window-configuration): Rename from
3024 `tumme-dired'. Add code to save window configuration.
3025 (tumme-restore-window-configuration): New command to restore the
3026 window configuration that `tumme-dired-with-window-configuration'
3027 saves before it changes the window configuration.
3028 (tumme-show-all-from-dir): New command to display thumbnails for
3029 all files in a directory entered by the user, like M-x thumbs.
3030 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3031 have been created.
3032 (tumme-display-thumbnail-original-image): Call `display-buffer'.
3033 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3034 Remove obsolete test function.
3035
3036 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
3037
3038 * vc.el (small-temporary-file-directory): Remove defvar; there's
3039 a defcustom for it in files.el.
3040
3041 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3042 Fix typo in message.
3043 (tumme-gallery-generate): Fix typo in `error' message.
3044 (tumme-display-window-height-correction)
3045 (tumme-display-window-width-correction, tumme-line-up-dynamic)
3046 (tumme-line-up-interactive): Dox fixes.
3047 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3048 (tumme-restore-window-configuration, tumme-format-properties-string)
3049 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3050 Fix typos in docstrings.
3051
3052 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3053
3054 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3055
3056 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3059 User should use hook if desired.
3060
3061 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3062 buffer if necessary.
3063 (gdb-delete-frame-or-window): New function.
3064 (gdb-breakpoints-mode-map): Bind "q" to it.
3065
3066 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * textmodes/nroff-mode.el: Clean up name space.
3069 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3070 (nroff-mode): Obey the global setting of nroff-electric-mode.
3071 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3072
3073 * calendar/calendar.el (calendar-increment-month): Typo in last change.
3074
3075 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
3076
3077 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3078
3079 2006-02-06 Lars Hansen <larsh@soem.dk>
3080
3081 * generic-x.el (etc-fstab-generic-mode): Add file system types
3082 cifs and usbdevfs. Allow special chars in file names.
3083
3084 2006-02-05 Jay Belanger <belanger@truman.edu>
3085
3086 Update copyright notices of the files in lisp/calc.
3087
3088 2006-02-05 Romain Francoise <romain@orebokech.com>
3089
3090 Update copyright notices of all files in the lisp/play directory.
3091
3092 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
3093
3094 * ldefs-boot.el: Regenerate.
3095
3096 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3097
3098 2006-02-05 Kim F. Storm <storm@cua.dk>
3099
3100 * files.el (magic-mode-regexp-match-limit): New defvar.
3101 (set-auto-mode): Use it to limit magic-mode-alist matching.
3102
3103 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
3104
3105 * simple.el (display-message-or-buffer): Compare the number of
3106 characters to the frame width when determining whether a 1-line
3107 message string will fit in the echo area. Count screen lines
3108 instead of buffer lines when determining whether a multi-line
3109 message will fit in the echo area/minibuffer window.
3110
3111 2006-02-04 Eli Zaretskii <eliz@gnu.org>
3112
3113 * info.el (Info-index, Info-mode): Improve the description of the
3114 `i' command.
3115
3116 * ldefs-boot.el: Regenerate.
3117
3118 2006-02-03 Werner Lemberg <wl@gnu.org>
3119
3120 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3121 greedy to find the closing bracket in \*[...] and similar
3122 expressions. This is a first rough fix -- many additional
3123 refinements are necessary to make nroff mode really usable with groff.
3124
3125 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
3126
3127 * international/mule-cmds.el (set-locale-environment):
3128 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3129 libX11.
3130
3131 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3132
3133 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3134 archive are created in archive-tmpdir.
3135
3136 2006-02-02 John Paul Wallington <jpw@pobox.com>
3137
3138 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3139 (ibuffer-fontification-alist): Use it.
3140 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3141 to "* z" and the Ibuffer Mark menu.
3142
3143 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3144
3145 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * textmodes/table.el (*table--cell-describe-mode)
3148 (*table--cell-describe-bindings): Undo last change since
3149 print-help-return-message is not obsoleted by anything at all.
3150
3151 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
3152
3153 * emulation/cua-base.el (cua-mode): Doc fix.
3154
3155 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * dframe.el (dframe-handle-make-frame-visible)
3158 (dframe-handle-iconify-frame, dframe-get-focus)
3159 (dframe-select-attached-frame, dframe-power-click)
3160 (dframe-frame-mode): Fix typos in docstrings.
3161
3162 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3163 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3164 Fix typos in docstrings.
3165
3166 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3167 (hi-lock-face-buffer, hi-lock-font-lock-hook)
3168 (hi-lock-archaic-interface-message-used)
3169 (hi-lock-file-patterns-range): Fix typos in docstrings.
3170
3171 * savehist.el (savehist-loaded, savehist-load, savehist-install)
3172 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3173
3174 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3175 Fix typo in docstring.
3176
3177 * net/newsticker.el (newsticker--decode-iso8601-date)
3178 (newsticker--set-customvar, newsticker--buffer-insert-item)
3179 (newsticker--do-run-auto-mark-filter)
3180 (newsticker--parse-generic-feed): Doc fixes.
3181 (newsticker--retrieval-timer-list, newsticker-url-list)
3182 (newsticker-hide-immortal-items-in-echo-area)
3183 (newsticker-hide-obsolete-items-in-echo-area)
3184 (newsticker-new-item-face, newsticker--enclosure)
3185 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3186 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3187 (newsticker--parse-generic-feed, newsticker--cache-contains)
3188 (newsticker--stat-num-items, newsticker-download-enclosures):
3189 Fix typos in docstrings.
3190
3191 * net/rcirc.el (rcirc-debug): Doc fix.
3192 (rcirc-fill-column, rcirc-receive-message-hooks)
3193 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3194 (rcirc-mode, rcirc-generate-new-buffer-name)
3195 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3196 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3197 Fix typos in docstrings.
3198 (rcirc-print): "?\ " -> "?\s".
3199 (rcirc-cmd-join): Improve argument/docstring consistency.
3200
3201 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3202
3203 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3204 before narrow-to-region.
3205
3206 2006-02-01 Richard M. Stallman <rms@gnu.org>
3207
3208 * simple.el (move-beginning-of-line): Scan properly for invis change.
3209
3210 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3211
3212 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3213
3214 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3215 change bit only when id-format is 'integer. Reported by Matt
3216 Hodges <M.P.Hodges@rl.ac.uk>.
3217
3218 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * hilit-chg.el (highlight-changes-initial-state)
3221 (highlight-changes-global-initial-state): Doc fixes.
3222 (highlight-changes-global-modes, global-highlight-changes):
3223 Fix typos in docstrings.
3224
3225 2006-02-01 Kim F. Storm <storm@cua.dk>
3226
3227 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3228 transient-mark-mode in doc string.
3229
3230 2006-01-31 Richard M. Stallman <rms@gnu.org>
3231
3232 * replace.el (multi-occur): Doc fix.
3233 (multi-occur-in-matching-buffers): Rename from
3234 multi-occur-by-filename-regexp. Prefix arg says match
3235 buffer names instead of file names.
3236
3237 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * bs.el: Allow non-default values of `bs-header-lines-length'.
3240 (bs--running-in-xemacs): Remove (not needed anymore).
3241 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3242 instead of `shrink-window', thus avoiding having to compute the
3243 height of the window.
3244 (bs--up): Wrap around even when there's no header.
3245 (bs--down): Use `forward-line' instead of `next-line'.
3246
3247 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3248
3249 * image-mode.el (image-toggle-display): Use file name if possible,
3250 instead of unnecessarily allocating a (possibly huge) lisp string.
3251
3252 2006-01-30 John Paul Wallington <jpw@pobox.com>
3253
3254 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3255 because the `assert' macro signals it at runtime.
3256
3257 * emacs-lisp/cl.el (toplevel): Remove definition of
3258 `cl-assertion-failed' condition.
3259
3260 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3261
3262 * thumbs.el (thumbs-marked-list): Make buffer-local and
3263 permanent-local.
3264 (thumbs-insert-thumb): Make help-echo non-sticky.
3265 (thumbs-file-alist): Use eolp as check for (non)-image.
3266
3267 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3270 (ediff-before-session-group-setup-hooks)
3271 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3272 Fix typos in docstrings.
3273
3274 * window.el (bw-dir, bw-eqdir, balance-windows)
3275 (split-window-keep-point): Fix typos in docstrings.
3276
3277 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3278 (org-quote-string, org-calendar-to-agenda-key)
3279 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3280 (org-show-following-heading, org-tags-column)
3281 (org-use-tag-inheritance, org, org-allow-space-in-links)
3282 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3283 (org-enable-table-editor, org-calc-default-modes)
3284 (org-table-allow-automatic-line-recalculation)
3285 (org-export-html-style, org-export-with-fixed-width)
3286 (org-export-with-sub-superscripts, org-special-keyword)
3287 (org-formula, org-time-grid, org-table-may-need-update)
3288 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3289 (org-goto-quit, org-get-indentation, org-end-of-item)
3290 (org-move-item-down, org-move-item-up)
3291 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3292 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3293 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3294 (org-agenda-log-mode, org-agenda-toggle-diary)
3295 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3296 (org-agenda-file-to-end, org-agenda-no-heading-message)
3297 (org-agenda-get-closed, org-format-agenda-item)
3298 (org-cmp-priority, org-cmp-category, org-cmp-time)
3299 (org-agenda-change-all-lines, org-agenda-diary-entry)
3300 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3301 (org-link-search, org-camel-to-words, org-open-file)
3302 (org-remember-handler, org-table-convert-region)
3303 (org-table-move-row-down, org-table-move-row-up)
3304 (org-table-copy-region, org-table-wrap-region)
3305 (org-table-toggle-vline-visibility)
3306 (org-table-get-vertical-vector, org-table-modify-formulas)
3307 (org-table-get-specials, org-recalc-commands)
3308 (org-table-rotate-recalc-marks, org-table-eval-formula)
3309 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3310 (org-level-color-stars-only, org-insert-heading):
3311 Fix typos in docstrings.
3312 (last-arg): Add defvar.
3313
3314 * makefile.w32-in (WINS): Add erc.
3315 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3316
3317 2006-01-29 Bill Wohler <wohler@newt.com>
3318
3319 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3320 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3321 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3322 (mh-autoloads): Don't use comments on otherwise empty lines.
3323
3324 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3325
3326 * emulation/viper.el (viper-major-mode-modifier-list): Add
3327 insert-state and vi-state entries for erc-mode.
3328 (viper-go-away, viper-set-hooks): Add and remove
3329 viper-comint-mode-hook from erc-mode-hook as appropriate.
3330
3331 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3332
3333 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * bs.el (bs--format-aux): Implement `middle' alignment as
3336 described in the docstring for `bs-attributes-list'.
3337 (bs--get-name): Simplify. Don't pad the buffer name.
3338
3339 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3340
3341 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3342 English aspell dictionary is installed, use the first entry of
3343 ispell-dictionary-alist-1.
3344
3345 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3346
3347 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3348 Doc fix.
3349
3350 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3353 for `process-file', in order to let it work for older Emacsen too.
3354
3355 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3356
3357 * international/latexenc.el: Add a suitable `coding:' tag.
3358 (latexenc-find-file-coding-system): Undo last change.
3359
3360 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3361
3362 * international/latexenc.el (latexenc-find-file-coding-system):
3363 Make sure latexenc-main-file is a regular file and is readable.
3364
3365 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3366
3367 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3368 Pass FILE to vc-user-login-name.
3369
3370 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3371
3372 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3373
3374 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3375 there are no more images to display.
3376 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3377 the next image.
3378
3379 2006-01-26 Richard M. Stallman <rms@gnu.org>
3380
3381 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3382
3383 * wid-edit.el (advertised-widget-backward): New alias.
3384 (widget-keymap): Use advertised-widget-backward for S-TAB.
3385
3386 * tumme.el: Correct the keywords.
3387 (tumme-dir-max-size): Use defvar.
3388 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3389
3390 * simple.el (move-beginning-of-line): Take account of fields.
3391 (clone-indirect-buffer-other-window): Take args like
3392 clone-indirect-buffer, and work like it.
3393
3394 * help-fns.el (describe-function): Don't pass `nil' as default.
3395
3396 * files.el (risky-local-variable-p): Follow var aliases.
3397
3398 * subr.el (lazy-completion-table): Doc fix.
3399
3400 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3401 global binding of `line'.
3402
3403 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3404
3405 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3406 Tramp.
3407
3408 * vc.el (vc-default-dired-state-info): Pass FILE to
3409 vc-user-login-name.
3410 (vc-default-update-changelog): Don't use vc-user-login-name, we
3411 don't need it here.
3412
3413 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3414 no longer necessary.
3415
3416 2006-01-25 Kenichi Handa <handa@m17n.org>
3417
3418 * international/mule.el (decode-char): Avoid the overhead of
3419 calling utf-lookup-subst-table-for-decode if
3420 utf-translate-cjk-mode is nil.
3421 (encode-char): Avoid the overhead of calling
3422 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3423 nil.
3424
3425 2006-01-22 Kenichi Handa <handa@m17n.org>
3426
3427 * international/mule.el (make-subsidiary-coding-system): Reset
3428 `coding-system-define-form' property of subsidiaries to nil.
3429 Avoid duplicated entry in coding-system-alist.
3430 (make-coding-system): Avoid duplicated entry in
3431 coding-system-alist.
3432 (define-coding-system-alias): Likewise.
3433
3434 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3435
3436 * completion.el: Minor fixes in introductory comment.
3437 (completion-def-wrapper): Fix alist.
3438
3439 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * thumbs.el (thumbs-new-image-size): New function.
3442 (thumbs-increment-image-size-element)
3443 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3444 (thumbs-decrement-image-size): Delete.
3445 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3446 temp files and use to resize.
3447 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3448 Use increment argument to enlarge/shrink. Preserve point.
3449 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3450 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3451 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3452 (thumbs-mark, thumbs-unmark): Preserve point.
3453 (thumbs-modify-image): Keep old temp files and use to modify.
3454 Cleanup old temp files at load time. Preserve point.
3455 (thumbs-view-image-mode-map): Use new command names.
3456
3457 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3460
3461 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3462 the nastiest part of the cyclic dependency.
3463 (cal-menu-update): Use dotimes and calendar-increment-month.
3464
3465 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3466 (calendar-week-start-day): Add an :initializer.
3467 (calendar-mode-map): Use suppress-keymap, and command remapping.
3468 (describe-calendar-mode): Setup xref-stack info for the back button.
3469 (calendar-star-date): Insert before delete.
3470 (calendar-set-mode-line): Add file-modified info if applicable.
3471 (calendar-increment-month): New function.
3472
3473 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3474
3475 * font-lock.el (lisp-font-lock-keywords-2):
3476 Recognize "& keywords" only at word boundaries.
3477
3478 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3479
3480 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3481 and permanent-local.
3482 (thumbs-max-image-number): New variable.
3483 (thumbs-do-thumbs-insertion): Use them.
3484 (thumbs-per-line): Change default to 4.
3485 (thumbs-marked-list): Rename from thumbs-markedL.
3486 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3487 (thumbs-rename-images): Use -list instead of L for internal variables.
3488 (thumbs-call-convert): Use call-process instead of shell-command.
3489 (thumbs-insert-thumb): Add filename as help-echo to each image.
3490 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3491 Give dir to thumbs-show-thumbs-list.
3492 (thumbs-show-thumbs-list): Set default-directory to that of images.
3493 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3494 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3495 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3496 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3497
3498 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * ses.el (ses-read-cell): Provide a default value.
3501
3502 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * term/w32-win.el (image-library-alist): Add additional names for
3505 GIF library.
3506
3507 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3508
3509 * international/latexenc.el (latexenc-find-file-coding-system):
3510 Add file-regular-p check.
3511
3512 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * simple.el (clone-buffer): Don't show the new buffer in the same
3515 window.
3516
3517 2006-01-23 Juri Linkov <juri@jurta.org>
3518
3519 * faces.el (link, link-visited): New faces based on default values
3520 of `info-xref' and `info-xref-visited'.
3521
3522 * info.el (info-xref): Inherit from `link'.
3523 (info-xref-visited): Inherit from `link-visited'.
3524
3525 * cus-edit.el (custom-buffer-create-internal): Use widget type
3526 `custom-manual' instead of `info-link' and don't set properties
3527 `button-face' and `mouse-face' explicitly.
3528 (custom-browse-group-tag, custom-browse-variable-tag)
3529 (custom-browse-face-tag): Inherit from widget class
3530 `custom-group-link' instead of `push-button'.
3531 (custom-button-unraised): Inherit from `underline' face.
3532 (custom-link): Inherit from `link' face. Fix doc and group.
3533 (custom-add-parent-links, custom-group-value-create): Don't set
3534 properties `button-face' and `mouse-face' explicitly for
3535 `custom-group-link' widget.
3536 (custom-group-link): Add properties `button-face' and `mouse-face'
3537 to widget definition.
3538 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3539 editable-field's :keymap property.
3540 (custom-mode): Fix docstring: substitute keybindings for
3541 `widget-forward' and `widget-backward' from `widget-keymap',
3542 `widget-complete' from `custom-field-keymap', replace old
3543 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3544
3545 * desktop.el (desktop-load-file): Check for `fboundp' before
3546 calling `symbol-function'.
3547
3548 * simple.el (clone-buffer, clone-indirect-buffer)
3549 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3550 `read-string'. Fix prompts.
3551
3552 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3553
3554 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3555
3556 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3557
3558 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3559
3560 * startup.el (inhibit-splash-screen, initial-scratch-message):
3561 Doc fixes.
3562
3563 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3564
3565 Sync with Tramp 2.0.52.
3566
3567 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3568 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3569 `tramp-unload-tramp' for checklist.
3570
3571 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3572 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3573 (tramp-unload-file-name-handler-alist)
3574 (tramp-unload-tramp): New defuns.
3575 (tramp-advice-PC-expand-many-files): New defadvice.
3576 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3577 removed.
3578 (tramp-handle-expand-file-name): Remove double slash.
3579 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3580 It doesn't matter, because it will be converted later on.
3581 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3582 implementation was just heuristic.
3583 (tramp-post-connection): Set uid and gid properties.
3584 (tramp-convert-file-attributes): Set file's gid change bit.
3585 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3586 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3587 in case of su(do)? methods. The home directory of the local user
3588 will be taken else.
3589 (tramp-open-connection-telnet)
3590 (tramp-open-connection-rsh, tramp-open-connection-su)
3591 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3592 local shell prompt could hurt. Reported by Romain Francoise
3593 <romain@orebokech.com>.
3594 (tramp-let-maybe): Add `edebug-form-spec' property.
3595 (tramp-handle-expand-file-name): Bind `default-directory' locally
3596 to "/" in order to avoid problems with UNC shares or Cygwin
3597 mounts.
3598 (tramp-md5-function): Fix typo in error message.
3599
3600 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3601
3602 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3603 for byte-compiler pacification.
3604
3605 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3606
3607 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3608 ID-FORMAT `string'. This allows us to get rid of
3609 `vc-user-login-name UID'.
3610
3611 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3612
3613 2006-01-22 John Paul Wallington <jpw@pobox.com>
3614
3615 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3616
3617 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3618
3619 * emacs-lisp/find-func.el (find-definition-noselect)
3620 (find-variable-noselect): Search variables in C source code too.
3621 (find-function-C-source, find-function-noselect, find-function)
3622 (find-function-other-frame, find-variable-noselect, find-variable)
3623 (find-variable-other-frame, find-variable-at-point):
3624 Fix docstrings.
3625
3626 2006-01-21 Francesco Potorti` <pot@gnu.org>
3627
3628 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3629
3630 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3631
3632 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3633 Default to disabling the "Save affix" question.
3634
3635 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3636
3637 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3638 the first arg to run-python.
3639
3640 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3641
3642 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3643 is not loaded.
3644
3645 2006-01-20 Jay Belanger <belanger@truman.edu>
3646
3647 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3648 limit is 0.
3649
3650 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3651 the correct variable.
3652
3653 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3654
3655 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3656 link. Fixed buggy argument sequence in call to `org-view-tags'.
3657 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3658 (org-prefix-has-tag): New variable.
3659 (org-format-agenda-item): Remove tags from headline if
3660 appropriate.
3661 (org-agenda-remove-tags-when-in-prefix): New option.
3662 (org-get-tags-at): New function.
3663
3664 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3665
3666 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3667 (thumbs-find-image): Move image name and number from buffer name
3668 to mode name. Set thumbs-buffer. Preserve point so that large
3669 images remain visible.
3670 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3671 order.
3672 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3673 mode name.
3674 (thumbs-next-image, thumbs-previous-image): Make them work.
3675
3676 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * cus-edit.el (custom-buffer-create-internal): State in the text above
3679 the whole buffer buttons that they do not operate on hidden items.
3680 (custom-face-menu): Use `custom-face-save' instead of
3681 `custom-face-save-command'.
3682 (custom-face-save-command): Make it an alias for `custom-face-save'
3683 and declare it obsolete.
3684 (custom-face-save): Doc fix.
3685
3686 * dired.el (dired-no-confirm): Add quote.
3687 (dired-subdir-alist-pre-R): Add quote in
3688 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3689
3690 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * textmodes/table.el (table-mode-indicator): Typo in last change.
3693
3694 2006-01-19 Richard M. Stallman <rms@gnu.org>
3695
3696 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3697 Fixes bug reported in Nov 2005.
3698
3699 * isearch.el (isearch-forward): Doc fix.
3700
3701 * dired.el (dired-move-to-filename-regexp): Define as alias.
3702 (dired-no-confirm): Use defcustom.
3703 (dired-subdir-alist-pre-R): Put defvar at top level.
3704
3705 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3706
3707 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3708 Mark as risky.
3709
3710 * simple.el (set-mark-command): Doc fix.
3711 (clone-indirect-buffer-other-window):
3712 Read arg like clone-indirect-buffer.
3713 (move-beginning-of-line): Skip invisible newlines.
3714
3715 2006-01-19 Masatake YAMATO <jet@gyve.org>
3716
3717 * progmodes/cpp.el (cpp-edit-load): Make the order of
3718 listed conditions in a base C code buffer and its associate
3719 CPP Edit buffer the same.
3720
3721 2006-01-19 Kenichi Handa <handa@m17n.org>
3722
3723 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3724 (rmail-mime-feature): Likewise.
3725 (rmail-require-mime-maybe): Use display-warning to show a warning
3726 message.
3727
3728 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3729 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3730
3731 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 * array.el: Move defvars out of eval-when-compile.
3734 (array-make-template): Replace undeclared global var with a local one.
3735 (array-mode): Inline initialization functions.
3736 (array-init-local-variables, array-init-max-row)
3737 (array-init-max-column, array-init-columns-per-line)
3738 (array-init-field-width, array-init-rows-numbered)
3739 (array-init-line-length, array-init-lines-per-row): Remove.
3740
3741 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3742 (doc-mode-map): Define explicitly.
3743 (doctor-txtype): Use mapc.
3744
3745 * textmodes/table.el: Move defvars out of eval-when-compile.
3746 Remove harmful code meant to avoid byte-compiler warnings.
3747 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3748 specification that checks table-fixed-width-mode directly.
3749 (table-recognize-region, table-recognize-cell):
3750 Use restore-buffer-modified-p.
3751 (table-fixed-width-mode): Remove code that refreshes
3752 table-fixed-mode-indicator.
3753 (*table--cell-describe-bindings, *table--cell-describe-mode):
3754 Avoid obsolete name print-help-return-message.
3755 (table--test-cell-list): Don't use replace-regexp from elisp.
3756 (table--point-entered-cell-function, table--point-left-cell-function):
3757 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3758
3759 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3760 that was after the end of file. Use buffer-file-name variable.
3761 (org-timestamp-change): Use with-current-buffer.
3762 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3763 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3764 `file'.
3765
3766 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3767 (fortran-break-line): Remove unused var `opoint'.
3768 (fortran-abbrev-start): Obey help-event-list.
3769
3770 2006-01-18 Jesper Harder <harder@phys.au.dk>
3771
3772 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3773
3774 2006-01-18 Masatake YAMATO <jet@gyve.org>
3775
3776 * progmodes/make-mode.el (makefile-imake-mode): New mode
3777 derived from makefile-mode.
3778 (makefile-imake-mode-syntax-table): New syntax table
3779 derived from makefile-mode-syntax-table.
3780 (makefile-mode): Write about makefile-imake-mode in doc string.
3781 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3782 (makefile-imake-font-lock-keywords): New font lock keywords.
3783
3784 * files.el (auto-mode-alist): Add Imakefile.
3785
3786 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3787
3788 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3789 loading the file rather than when turning on flyspell-mode.
3790
3791 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3792
3793 * cus-edit.el (customize-rogue): Minor doc fix.
3794
3795 2006-01-17 Juri Linkov <juri@jurta.org>
3796
3797 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3798 instead of the file at the mark as default if the file at the mark
3799 is the same as the file at point or if dired-dwim-target-directory
3800 is not the same as the current directory and the mark is not active.
3801
3802 * log-view.el (log-view-minor-wrap): Use the same logic to get
3803 revisions as `log-view-diff'.
3804
3805 * info.el (Info-revert-find-node): Check for Info-current-file
3806 before preserving new-history.
3807
3808 * man.el (Man-heading-regexp): Add `/'.
3809
3810 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3811 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3812
3813 2006-01-16 Juri Linkov <juri@jurta.org>
3814
3815 * faces.el (mode-line-faces): New defgroup.
3816 (mode-line-highlight): Move definition after new defgroup.
3817 (mode-line, mode-line-inactive, mode-line-highlight):
3818 Replace :group `modeline' with `mode-line-faces'.
3819 (mode-line-buffer-id): New face.
3820 (modeline-buffer-id): New face alias.
3821 (vertical-border): Remove :group `modeline'.
3822
3823 * bindings.el (propertized-buffer-identification): Use face
3824 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3825 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3826 (mode-line-buffer-identification-keymap): For mouse-1 replace
3827 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3828 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3829 mouse-3.
3830
3831 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3832 Buffer-menu-buffer. Doc fix.
3833 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3834 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3835 `Buffer-menu-buffer'.
3836
3837 * info.el (Info-mode-line-node-keymap): New defvar.
3838 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3839 Propertize Info-current-node with `mode-line-buffer-id' and
3840 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3841
3842 * time.el (display-time-mail-face): Replace :group `faces' with
3843 `mode-line-faces'.
3844
3845 2006-01-16 Kenichi Handa <handa@m17n.org>
3846
3847 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3848
3849 * language/european.el (cp1252): New alias for windows-1252.
3850
3851 * international/mule.el (autoload-coding-system): Prepare for EOL
3852 variants.
3853
3854 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * term.el (term-raw-map): Add mapping for insert.
3857 (term-send-insert): New.
3858 (term-mode): Make variables local here instead of doing it in
3859 `term-emulate-terminal'.
3860 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3861 Scroll reverse needs to take into account the scroll region.
3862 Saving and restoring the cursor should save the color attributes too.
3863 (term-reset-terminal): Reset the scroll region.
3864 (term-handle-ansi-escape): Cursor up and down should take into
3865 account the scroll region.
3866 (term-set-scroll-region): Rename from `term-scroll-region'.
3867 Move to 0,0 after setting the region.
3868 (term-handle-scroll): Handle scroll up.
3869 (term-down): Fix off by one error.
3870 (term-delete-lines): Do not delete outside the scroll region.
3871 (term-insert-lines): Take into account the scroll region.
3872
3873 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * textmodes/ispell.el (ispell-internal-change-dictionary)
3876 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3877 (start, end): Move declaration outside of eval-when-compile.
3878
3879 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3880 (flyspell-mode-on): Use it.
3881
3882 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3883 ispell-kill-ispell-hook.
3884
3885 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3886
3887 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3888 (Custom-reset-saved): Do not ask for confirmation in single option
3889 buffers.
3890
3891 2006-01-13 Richard M. Stallman <rms@gnu.org>
3892
3893 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3894
3895 2006-01-13 Romain Francoise <romain@orebokech.com>
3896
3897 * add-log.el (add-change-log-entry, change-log-merge):
3898 Conditionally use `hard-newline'.
3899
3900 2006-01-13 Martin Rudalics <rudalics@gmx.at>
3901
3902 * wid-edit.el (widget-field-end): If the overlay is no longer
3903 associated with a buffer, behave as if the overlay didn't exist.
3904
3905 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3906 Make sure the links use the `custom-link' face.
3907
3908 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3911 (ld-script-mode): Don't set indent-line-function since we don't
3912 have one.
3913
3914 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3915
3916 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3917 application.
3918 (org-file-apps-defaults-gnu): Use mailcap as the default for
3919 selecting an application on a UNIX system.
3920 (org-agenda-show-tags): New command.
3921 (org-table-insert-hline): Keep cursor in current table line.
3922 (org-table-convert): Offset effect of modifying
3923 `org-table-insert-hline'.
3924 (org-format-agenda-item): New optional argument TAG.
3925 (org-compile-prefix-format): Handle %T format for the tag.
3926 (org-expand-wide-chars): New function.
3927 (org-table-insert-row, org-table-insert-hline):
3928 Use `org-expand-wide-chars'.
3929 (org-open-file): Fix bug in program launch.
3930 (org-get-time-of-day): Fix bug with times before 1am.
3931 (org-agenda-menu): Add tags commands.
3932
3933 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3934
3935 * textmodes/ispell.el (ispell-init-process): Include the used
3936 dictionary in ispell process start message.
3937 (ispell-internal-change-dictionary): When flyspell-mode is active
3938 and dictionary is changed, make sure ispell process is restarted
3939 and flyspell word cache cleared out for the current buffer.
3940 (ispell-change-dictionary): Make sure flyspell word cache is
3941 cleared out in all buffers with active flyspell mode when
3942 dictionary is globally changed.
3943 Call ispell-internal-change-dictionary after dictionary change.
3944
3945 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3946
3947 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3948
3949 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3950 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3951 years. Fix small differences wrt Makefile.in.
3952 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3953 Makefile.in does.
3954
3955 2006-01-12 Bill Wohler <wohler@newt.com>
3956
3957 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3958 mh-search.el.
3959
3960 2006-01-12 Masatake YAMATO <jet@gyve.org>
3961
3962 * progmodes/ld-script.el: Update copyright year.
3963
3964 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3967 Don't add widget if setting undefined.
3968
3969 2006-01-12 John Paul Wallington <jpw@pobox.com>
3970
3971 * help-fns.el (describe-variable): Remove newlines from void
3972 variable output.
3973
3974 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3975
3976 * wdired.el (wdired-mode-map): Add help echo for
3977 wdired-abort-changes.
3978
3979 * man.el (Man-file-name-regexp): Adjust for a list of files.
3980
3981 2006-01-12 Masatake YAMATO <jet@gyve.org>
3982
3983 * progmodes/ld-script.el (auto-mode-alist): Support
3984 suffix conventions used in netbsd and eCos.
3985
3986 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3989 (custom-variable-menu, custom-face-menu, custom-group-menu)
3990 (Custom-mode-menu): Change names of menu items. (As discussed on
3991 emacs-devel.)
3992 (custom-face-menu): Add "Undo Edits" item.
3993
3994 * startup.el (init-file-user): defcustom -> defvar.
3995
3996 * tooltip.el (tooltip-mode): Doc fix.
3997
3998 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * reveal.el (reveal-post-command): window-buffer signals an error on
4001 dead windows rather than returning nil.
4002 (reveal-open-new-overlays): An overlay might die while we open others.
4003
4004 2006-01-11 Bill Wohler <wohler@newt.com>
4005
4006 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4007 phrasing in docstring.
4008
4009 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4010 can give some systems gas. Add new file mh-buffers.el.
4011
4012 2006-01-06 Masatake YAMATO <jet@gyve.org>
4013
4014 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4015 C preprocessor forward ported from GNU Emacs 21.2.
4016
4017 * progmodes/asm-mode.el (asm-font-lock-keywords):
4018 Use `cpp-font-lock-keywords'.
4019
4020 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4021
4022 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4023 of $ for "\\.ld[s]?".
4024
4025 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4028 (tcl-indent-line): Return `noindent' if inside a string.
4029
4030 * progmodes/flymake.el (flymake-split-string): Remove more than one
4031 empty string at beg/end of the result.
4032 (flymake-find-buildfile, flymake-find-possible-master-files):
4033 Use expand-file-name.
4034 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4035 since expand-file-name does it for us. Use directory-file-name.
4036 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4037 (flymake-ler-get-type, flymake-ler-get-text)
4038 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
4039 (flymake-current-line-no): Remove spurious interactive spec.
4040 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4041 (flymake-check-include): Remove arg inc-path merged into inc-name.
4042 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4043 Arg regexp-list replaced by a simple regexp.
4044 (flymake-master-make-header-init, flymake-master-tex-init):
4045 Correspondingly replace regexp-list with a regexp. Fix regexp.
4046
4047 2006-01-10 Simon Josefsson <jas@extundo.com>
4048
4049 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4050 describing AUTH PLAIN fix.
4051
4052 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4053
4054 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4055 (report-emacs-bug): Don't record initial prompt text.
4056 Instead, add text properties to prompting text.
4057 (report-emacs-bug-hook): Delete prompting text.
4058
4059 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4062 `dirs'. Adjust callers.
4063
4064 2006-01-09 John Paul Wallington <jpw@gnu.org>
4065
4066 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4067
4068 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * reveal.el (reveal-open-new-overlays): New extracted fun.
4071 (reveal-close-old-overlays): Idem. Check overlays's liveness before
4072 using them. Simplify the code.
4073 (reveal-post-command): Use them. Fix up obsolete windows in
4074 reveal-open-spots.
4075
4076 * progmodes/flymake.el: Use `require' rather than autoload for
4077 XEmacs's overlays.
4078 (flymake-get-common-file-prefix, flymake-build-relative-filename):
4079 Delete. Use file-relative-name instead.
4080 (flymake-get-syntax-check-program-args, flymake-perl-init):
4081 Simplify the resulting code.
4082
4083 * log-view.el (log-view-file-re, log-view-message-re): Add support
4084 for DaRCS output.
4085
4086 2006-01-09 Alex Schroeder <alex@gnu.org>
4087
4088 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4089 identifiers sometimes added in square brackets at the beginning of
4090 subject lines.
4091
4092 2006-01-07 Richard M. Stallman <rms@gnu.org>
4093
4094 * cus-edit.el (Custom-set, Custom-save): Doc fix.
4095 (Custom-reset-current, Custom-reset-saved): Change question text.
4096 (Custom-reset-standard): Likewise.
4097 (custom-variable-reset-saved): Doc fix.
4098
4099 2006-01-07 Eli Zaretskii <eliz@gnu.org>
4100
4101 * startup.el (init-file-user): Doc fix.
4102
4103 2006-01-07 Alex Schroeder <alex@gnu.org>
4104
4105 * mail/rmail.el (rmail-current-subject): New function.
4106 (rmail-current-subject-regexp): New function.
4107 (rmail-next-same-subject): Use it.
4108
4109 * mail/rmailsum.el (rmail-summary-by-topic):
4110 Use rmail-current-subject and rmail-current-subject-regexp.
4111 (rmail-summary-next-same-subject): Ditto.
4112
4113 * net/rcirc.el (rcirc-send-input): No longer check whether the
4114 process is open, since not all commands need an open process.
4115 (rcirc-send-string): Check whether the process is open before
4116 sending anything.
4117 (rcirc-ignore-list): New option.
4118 (rcirc-ignore-list-automatic): New variable.
4119 (rcirc-print): Take rcirc-ignore-list into account.
4120 (rcirc-cmd-ignore): New command.
4121 (rcirc-ignore-update-automatic): New function.
4122 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4123 list if ignored nicks.
4124 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4125
4126 2006-01-06 David Reitter <david.reitter@gmail.com>
4127
4128 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4129 reflect the address to which the report will be sent.
4130
4131 2006-01-06 Eli Zaretskii <eliz@gnu.org>
4132
4133 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4134 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4135
4136 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
4137
4138 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4139
4140 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4141 the doc string: "functoin" => "function".
4142 * ldefs-boot.el: Likewise.
4143
4144 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4145 message text: "Duplicat" => "Duplicate".
4146
4147 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
4148
4149 * files.el (basic-save-buffer-2): If backing-up failed, reset
4150 buffer-backed-up to nil.
4151
4152 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * progmodes/gud.el (gdb-script-skip-to-head)
4155 (gdb-script-calculate-indentation): Indent for breakpoint command
4156 lists also.
4157
4158 2006-01-05 Bill Wohler <wohler@newt.com>
4159
4160 * Makefile.in (compile-always): Add mh-autoloads dependency.
4161 (bootstrap): Remove mh-autoloads dependency, as compile dependency
4162 provides it.
4163 (updates): Remove mh-autoloads dependency, since it probably has
4164 already run recently (via recompile).
4165
4166 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4169 argument `force' to disable the flyspell-last-buffer optimization.
4170 (flyspell-mode-on): Use it.
4171
4172 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4173 flymake-simple-cleanup.
4174 (flymake-allowed-file-name-masks): Use this new default.
4175 All the functions are now called in the right buffer rather than
4176 passing the buffer as argument.
4177 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4178 (flymake-parse-err-lines): Remove redundant buffer arg.
4179 (flymake-get-program-dir): Comment out unused function.
4180 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4181 Remove redundant buffer argument.
4182 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4183 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4184
4185 2006-01-05 Richard M. Stallman <rms@gnu.org>
4186
4187 * info.el (Info-find-node): Don't record previous node if have none.
4188 (info): Go to directory only if history is empty.
4189
4190 * simple.el (mark): Doc fix.
4191
4192 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4193
4194 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4195 already of desired type.
4196 (mac-ae-list): Coerce parameter to "list" type.
4197 (mac-dispatch-apple-event): Replace cadr part of event with a
4198 dummy position so that event-start returns it.
4199
4200 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4201
4202 * textmodes/org.el (org-end-of-subtree): New function.
4203 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4204 Use `org-end-of-subtree'.
4205 (org-agenda, org-agenda-convert-date): Protect calls to
4206 `fit-window-to-buffer'.
4207 (org-tags-view): Force matching of sublevels when doing a
4208 todo-only search. Define the correct redo command, including the
4209 arguments.
4210 (org-agenda-redo): Display message.
4211 (org-check-for-org-mode): New function.
4212 (org-agenda-type): New variable.
4213 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4214 Set `org-agenda-type'.
4215 (org-agenda-check-type): New function.
4216 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4217 (org-agenda-week-view, org-agenda-day-view)
4218 (org-agenda-next-date-line, org-agenda-previous-date-line)
4219 (org-agenda-log-mode, org-agenda-toggle-diary)
4220 (org-agenda-toggle-time-grid, org-agenda-date-later)
4221 (org-agenda-date-prompt, org-agenda-diary-entry)
4222 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4223 (org-agenda-convert-date, org-agenda-menu):
4224 Use `org-agenda-check-type'.
4225 (org-make-overlay, org-delete-overlay)
4226 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4227 New compatibility functions.
4228 (org-calendar-select-mouse): New command.
4229
4230 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4233 (Custom-reset-standard): Fix y-or-n-p messages.
4234 (custom-link): New face for links.
4235 (custom-buffer-create-internal, custom-manual): Use it.
4236 (custom-face-save): Push to theme-face before setting face spec.
4237
4238 * wid-edit.el (widget-default-mouse-face-get): New function.
4239 (widget-specify-button): Handle mouse-face like button-face.
4240
4241 * custom.el (load-theme): Clear old theme settings if reloading.
4242
4243 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4244
4245 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4246 "Erase Customization" button back to same position it occupies in
4247 the individual State menus.
4248
4249 2006-01-04 Kim F. Storm <storm@cua.dk>
4250
4251 * wid-edit.el (key-sequence): Rework widget to read key binding
4252 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4253 (widget-key-sequence-default-value): Default value for empty sequence.
4254 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4255 (widget-key-sequence-read-event): New command for C-q.
4256 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4257 (widget-key-sequence-value-to-external): New functions.
4258
4259 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4262 Use expand-file-name.
4263 (flymake-delete-temp-directory): Use expand-file-name,
4264 file-name-directory, and directory-file-name.
4265 (flymake-strrchr): Delete.
4266 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4267 to the init-f function.
4268 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4269 (flymake-init-find-buildfile-dir)
4270 (flymake-init-create-temp-source-and-master-buffer-copy)
4271 (flymake-simple-make-init-impl, flymake-simple-make-init)
4272 (flymake-master-make-init, flymake-master-make-header-init)
4273 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4274 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4275 (flymake-xml-init): Remove corresponding redundant buffer argument.
4276 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4277 the default anyway. Clean up regexps.
4278
4279 * progmodes/flymake.el (flymake-temp-source-file-name)
4280 (flymake-master-file-name, flymake-temp-master-file-name)
4281 (flymake-base-dir): New buffer-local vars.
4282 (flymake-buffer-data, flymake-get-buffer-value)
4283 (flymake-set-buffer-value): Replace those hash-tables by the new
4284 buffer-local vars. Update callers.
4285
4286 * progmodes/flymake.el (flymake-check-start-time)
4287 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4288 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4289 Move definition, so we can remove redundant earlier declaration.
4290 (flymake-replace-regexp-in-string, flymake-split-string)
4291 (flymake-get-temp-dir): Use defalias.
4292 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4293 (flymake-xemacs-window-edges): Remove unused function.
4294 (flymake-get-point-pixel-pos): Move.
4295 (flymake-pid-to-names, flymake-reg-names)
4296 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4297 Replace by a simple list flymake-processes and by process-buffer.
4298 Update callers. Other than simplify the code, it uses buffers rather
4299 than buffer-names so it doesn't get confused by uniquify.
4300 (flymake-buffer-data): The global value should just be nil.
4301
4302 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4303 Optimize the body of a defalias like any other code.
4304
4305 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4306 Make sure we've setup font-lock's vars. It may influence which
4307 function we then call.
4308 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4309 here since it's too late anyway.
4310
4311 2006-01-03 Romain Francoise <romain@orebokech.com>
4312
4313 * startup.el (fancy-splash-tail, normal-splash-screen):
4314 Update copyright year.
4315
4316 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4317
4318 * mouse.el (mouse-drag-track): Rename, from
4319 `mouse-drag-region-1'. Includes optional argument required to
4320 enable post-drag event processing (e.g. delete region keys).
4321 Can be used without this argument to track a mouse region and operate
4322 on it as soon as the drag completes.
4323 (mouse-drag-region): Use `mouse-drag-track'.
4324
4325 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4328 Move to `custom-buffer' group.
4329
4330 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4331 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4332 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4333 (custom-theme-face-menu): New variables.
4334 (custom-theme-add-variable, custom-theme-variable-action)
4335 (custom-variable-reset-theme, custom-theme-delete-variable)
4336 (custom-face-reset-theme, custom-theme-face-action)
4337 (custom-theme-delete-face, custom-theme-merge-theme)
4338 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4339
4340 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * custom.el: Move Custom Themes commentary to start of theme code.
4343 (custom-known-themes): Rename `standard' theme to `changed'.
4344 (custom-push-theme): Caller no longer specifies what theme to use
4345 when doing `reset'---the setting is simply removed from the theme.
4346 Delete MODE from `theme-value' and `theme-settings' properties.
4347 (custom-declare-theme): Ignore &rest args since we don't use them.
4348
4349 (custom-loaded-themes): Delete variable.
4350 (custom-theme-load-themes, custom-theme-loaded-p)
4351 (custom-theme-value): Delete functions.
4352
4353 (custom-declare-theme): Signal error on invalid theme names.
4354 (provide-theme): custom-loaded-themes was deleted.
4355 (load-theme): Load the file unconditionally.
4356 (enable-theme): Call `load-theme' if theme is undefined.
4357 (custom-enabled-themes): Only update value for successful loads.
4358 (disable-theme): Complete from enabled themes when interactive.
4359 (custom-variable-theme-value): Calculate theme value directly.
4360
4361 (custom-theme-reset-variables, custom-reset-variables): Mark as
4362 XEmacs compatibility functions. We don't actually use these.
4363
4364 * cus-edit.el (custom-variable-state-set):
4365 Use custom-variable-theme-value instead of custom-theme-value.
4366 (custom-face-state-set): Rename `standard' theme to `changed'.
4367 (custom-save-variables, custom-save-faces): Delete unneeded
4368 references to custom-reset-variables.
4369 (custom-save-resets): Delete function.
4370 (custom-save-variables, custom-save-faces): MODE argument deleted.
4371 (custom-save-variables, custom-save-faces): Ignore theme values.
4372
4373 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4374 compatibility function.
4375
4376 2006-01-01 Richard M. Stallman <rms@gnu.org>
4377
4378 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4379 (Custom-reset-current, Custom-reset-saved): Likewise.
4380 (Custom-reset-standard): Show message if aborted.
4381 (custom-mode): Doc fix, describing those commands.
4382
4383 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4384 put on event-kind property.
4385
4386 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * custom.el (provide-theme): Ban `user' theme name.
4389 (custom-enabling-themes): New variable.
4390 (enable-theme): Don't enable user if custom-enabling-themes is t.
4391 (custom-enabled-themes): Make it a defcustom.
4392 (custom-theme-recalc-face): No-op if face is undefined.
4393
4394 * cus-edit.el (custom-button-mouse): New variable.
4395 (custom-button-mouse): New face.
4396 (custom-raised-buttons, custom-mode): Use it.
4397
4398 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4399
4400 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4401
4402 * progmodes/gud.el (gud-display-line): Support hl-line in the
4403 source buffer.
4404
4405 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4406
4407 * mouse.el (mouse-drag-window-above): Verify that the found window
4408 overlaps with the given window in the horizontal dimension.
4409
4410 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4411
4412 * Makefile.in (cvs-update): New target.
4413
4414 * makefile.w32-in (cvs-update): Ditto.
4415
4416 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4419 (custom-new-theme-mode-map): New variable.
4420
4421 2005-12-30 Richard M. Stallman <rms@gnu.org>
4422
4423 * custom.el (custom-load-themes): Function deleted.
4424
4425 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4426 (custom-save-variables): Don't delete or add custom-load-themes call.
4427
4428 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * cus-start.el: Add `visible-cursor'.
4431
4432 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4433 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4434 (flymake-process-filter): Switch to buffer before calling it instead.
4435 (flymake-post-syntax-check, flymake-highlight-err-lines)
4436 (flymake-delete-own-overlays, flymake-parse-err-lines)
4437 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4438 (flymake-count-lines, flymake-parse-residual):
4439 Remove constant buffer argument.
4440 (flymake-start-syntax-check-for-current-buffer): Remove.
4441 Update callers to use flymake-start-syntax-check instead.
4442 (flymake-display-err-menu-for-current-line):
4443 Remove unused var `mouse-pos'.
4444 (flymake-restore-formatting): Comment out unused function.
4445 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4446 argument, use current-buffer instead. Update callers.
4447
4448 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4449
4450 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4451 buffer-local because choose-completion-delete-max-match requires
4452 that we set completion-ignore-case (i.e., binding via let is not
4453 sufficient).
4454 (bibtex-complete): Always set completion-ignore-case and
4455 choose-completion-string-functions. The latter is needed because
4456 choose-completion-string-functions keeps its value if we quit the
4457 *Completions* buffer without requesting a completion.
4458
4459 2005-12-30 Andreas Schwab <schwab@suse.de>
4460
4461 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4462
4463 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4464
4465 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4466
4467 2005-12-30 Juri Linkov <juri@jurta.org>
4468
4469 * locate.el (locate-fcodes-file, locate-header-face)
4470 * progmodes/delphi.el (delphi-other-face)
4471 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4472
4473 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4474 group `paren-showing-faces'.
4475
4476 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4477 (goto-address): Fix docstring.
4478
4479 * net/webjump.el (webjump-sample-sites): Update URLs.
4480
4481 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4482
4483 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4484
4485 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * font-lock.el (font-lock-compile-keywords): Signal an error when
4488 font-lock-set-defaults hasn't been called.
4489
4490 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4491
4492 * subr.el (noreturn, 1value): Doc fixes.
4493
4494 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4495
4496 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4497 that assoc-string returns nil.
4498
4499 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4500
4501 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4502 (bibtex-entry-type-str, bibtex-empty-field-re)
4503 (bibtex-search-backward-string, bibtex-preamble-prefix)
4504 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4505 (bibtex-any-valid-entry-type): New variable.
4506 (bibtex-parse-field-name): Simplify.
4507 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4508 (bibtex-preamble-prefix): Include left delimiter.
4509 (bibtex-search-forward-field, bibtex-search-backward-field):
4510 Allow unbounded search past entry boundaries (required by bibtex-pop).
4511 (bibtex-text-in-field-bounds): Use push.
4512 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4513 (bibtex-parse-preamble, bibtex-valid-entry)
4514 (bibtex-beginning-first-field): New functions.
4515 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4516 (bibtex-map-entries): Fix docstring.
4517 (bibtex-flash-head): New arg prompt. Simplify.
4518 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4519 (bibtex-insert-kill): Simplify. Always insert text past the
4520 current field or entry.
4521 (bibtex-format-entry): Use bibtex-parse-field.
4522 (bibtex-pop): Use bibtex-beginning-of-entry and
4523 bibtex-end-of-entry to initiate the search. Insert empty field if
4524 we found ourselves.
4525 (bibtex-print-help-message): New args field and comma.
4526 Handle entry keys.
4527 (bibtex-make-field): Use bibtex-beginning-of-entry.
4528 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4529 invalid entry.
4530 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4531 Handle preambles. Simplify code for thorough test.
4532 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4533 New arg comma. Handle entry heads.
4534 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4535 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4536 New arg comma.
4537 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4538 (bibtex-fill-field): Simplify.
4539 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4540 bibtex-parse-field.
4541 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4542 (bibtex-complete): Use bibtex-parse-preamble.
4543
4544 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4547 Display name of expression instead of convenience variable.
4548 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4549
4550 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4551 toggle-gud-tooltip-dereference.
4552 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4553 (gud-tooltip-tips): ...here when dereferencing.
4554
4555 2005-12-28 Bill Wohler <wohler@newt.com>
4556
4557 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4558
4559 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4562 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4563 (vc-annotate-display-autoscale): Adjust call.
4564 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4565 Fix interactive spec.
4566 (vc-annotate-time-span): Remove.
4567 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4568 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4569 (vc-annotate-display-select): Use new name.
4570
4571 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4572 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4573 Correct the construction of span entries. Simplify.
4574 (vc-annotate-display-select): Fix the nil case.
4575 (vc-annotate): Remove obsolete (and now broken) code.
4576 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4577 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4578
4579 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4580
4581 * subr.el (lazy-completion-table): Correct typo in docstring.
4582
4583 * startup.el (command-line): Use `custom-reevaluate-setting' for
4584 `send-mail-function'.
4585
4586 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4587
4588 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4589
4590 * mail/smtpmail.el (smtpmail-try-auth-methods):
4591 Send credentials together with "AUTH PLAIN" command.
4592
4593 2005-12-27 Richard M. Stallman <rms@gnu.org>
4594
4595 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4596 mouse-2, go back to previously selected window, so it's selected
4597 when mouse-2 command runs.
4598
4599 2005-12-27 Juri Linkov <juri@jurta.org>
4600
4601 * descr-text.el (describe-text-sexp): Use square brackets for
4602 button [Show] to distinguish it from the property value `show'.
4603 (describe-property-list): Use `insert-text-button' with
4604 `help-face' type instead of putting face in quotes, because button
4605 is not created automatically for a list of faces.
4606 (describe-text-properties-1): Put button-type value in quotes to
4607 distinguish from plain text "button".
4608 (describe-char): Display code point values in hex. Don't use
4609 `symbol-name' for `current-input-method' because it is a string.
4610 Use `insert-text-button' with `help-face' type instead of putting
4611 hardcoded face in quotes, because button is not created automatically.
4612
4613 2005-12-27 Richard M. Stallman <rms@gnu.org>
4614
4615 * progmodes/glasses.el (glasses-face): More specific custom type.
4616
4617 * files.el (set-visited-file-name): Doc fix.
4618
4619 * textmodes/flyspell.el (flyspell-external-point-words):
4620 Use local var buffer-scan-pos to advance scan for next misspelling.
4621 Advance it only after we find the misspelling.
4622
4623 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4624
4625 * textmodes/flyspell.el (flyspell-external-point-words):
4626 New criteria for finding the misspelling in the buffer.
4627
4628 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4629
4630 * help-mode.el (help-insert-string): Set help-xref-stack-item
4631 rather than call help-setup-xref.
4632
4633 * descr-text.el (describe-char): Revert previous changes for
4634 optional buffer argument.
4635
4636 2005-12-27 Juri Linkov <juri@jurta.org>
4637
4638 * help-mode.el (help-insert-string): New function. Save buffer
4639 contents in cases where it is impossible to recompute the old contents.
4640
4641 * descr-text.el (describe-char): Set help-xref-stack-item
4642 explicitly after buffer has been generated.
4643
4644 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4645
4646 * cus-start.el (all): Add x-gtk-show-hidden-files.
4647
4648 2005-12-26 Richard M. Stallman <rms@gnu.org>
4649
4650 * replace.el (perform-replace): Calculate match-again
4651 before skipping read-only matches.
4652
4653 * paren.el (paren-showing-faces): New group.
4654 (show-paren-match, show-paren-mismatch): Move to that group.
4655
4656 * button.el (button): Put into group `basic-faces'.
4657
4658 * progmodes/make-mode.el: Remove faces from group `faces'.
4659
4660 * apropos.el (apropos, apropos-value): Doc fix.
4661 (apropos-documentation): Doc fix.
4662
4663 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * subr.el (lazy-completion-table): Remove argument `args'.
4666
4667 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4668 Don't use the `args' argument of lazy-completion-table.
4669
4670 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * descr-text.el (describe-char): Add optional argument for buffer.
4673 Set buffer appropriately. Call help-setup-xref.
4674 Suggested by Stefan Monnier.
4675
4676 2005-12-26 Juri Linkov <juri@jurta.org>
4677
4678 * descr-text.el: Require `help-fns' at runtime. Don't require
4679 `button' for byte compilation.
4680 (describe-text-widget): Add `help-echo' for first button.
4681 Use `help-info' for second.
4682 (describe-property-list): Use `help-argument-name' instead of `italic'.
4683 (describe-text-category): Add prompt to interactive spec.
4684 Call `help-setup-xref'.
4685 (describe-char): Use `help-character-set'. Add `help-echo' for
4686 code point. Use `help-input-method'. Remove superfluous insert.
4687
4688 2005-12-25 Richard M. Stallman <rms@gnu.org>
4689
4690 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4691 at point, in case of narrowing.
4692
4693 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4694
4695 * locate.el (locate-header-face): Allow nil in type.
4696
4697 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4698
4699 2005-12-25 Romain Francoise <romain@orebokech.com>
4700
4701 * battery.el (battery-linux-proc-acpi): Also try
4702 `/proc/acpi/thermal_zone/THM0/temperature'.
4703
4704 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * custom.el (custom-push-theme): Fix docstring.
4707
4708 * cus-edit.el (custom-variable-set, custom-variable-save)
4709 (custom-variable-save): Custom-quote widget values.
4710 (customize-save-variable): Fix custom-push-theme call.
4711
4712 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4713
4714 * w32-fns.el (w32-batch-update-autoloads): New function.
4715
4716 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4717 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4718 from the command line.
4719
4720 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4721
4722 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4723 reset means to remove setting from theme entirely. Don't keep
4724 expanding theme-settings list; delete old entries if necessary.
4725
4726 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4727 customization" button one line up.
4728 (custom-themed): New face.
4729 (custom-magic-alist): New value, THEMED, for theme settings.
4730 (custom-variable-state-set, custom-face-state-set):
4731 Check theme-value instead of saved-value.
4732 (custom-variable-reset-standard, custom-face-reset-standard):
4733 Remove theme setting entirely. Recalculate new values.
4734 (custom-variable-set, custom-variable-set)
4735 (custom-variable-reset-saved, custom-variable-reset-backup)
4736 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4737 (custom-variable-save): Fix typos.
4738
4739 2005-12-23 Juri Linkov <juri@jurta.org>
4740
4741 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4742 Add autoload cookies.
4743 (edebug-outside-d-c-i-n-s-w): New variable.
4744 (edebug-display, edebug-outside-excursion): Use it to save the
4745 original value of default-cursor-in-non-selected-windows.
4746 Set default-cursor-in-non-selected-windows to t while Edebug
4747 is active.
4748 (edebug-mode, edebug-eval-mode): Doc fix.
4749
4750 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4751 with `buffer-substring-no-properties' to remove common substring
4752 highlighting.
4753
4754 * info.el (info-other-window, info): Rename function argument
4755 `file' to `file-or-node'.
4756 (Info-complete-menu-item): Use local variable `complete-nodes' to
4757 keep the global value of `Info-complete-nodes' unchanged for
4758 subsequent completions.
4759 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4760
4761 * simple.el (get-next-valid-buffer, last-buffer)
4762 (next-error-buffer-p, next-error-find-buffer)
4763 (minibuffer-history-sexp-flag): Doc fix.
4764
4765 * savehist.el (savehist-mode-hook): Add `:group'.
4766
4767 * log-view.el: Call autoload for vc-find-version.
4768 (log-view-current-file): Adjust subgroup numbers.
4769 (log-view-current-tag): Add `length'.
4770
4771 2005-12-23 Richard M. Stallman <rms@gnu.org>
4772
4773 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4774
4775 2005-12-23 Juri Linkov <juri@jurta.org>
4776
4777 * hi-lock.el (hi-lock-archaic-interface-message-used)
4778 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4779 (hi-lock-mode): Display "Hi" in the mode line only when
4780 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4781 (hi-lock-write-interactive-patterns):
4782 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4783 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4784 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4785 font-lock-add-keywords to t.
4786
4787 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4788
4789 * hi-lock.el (hi-lock-highlight-range): New variable.
4790 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4791 only if font-lock-fontified is non-nil. Remove overlays.
4792 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4793 font-lock-fontified is non-nil, otherwise use overlays (instead of
4794 text properties).
4795 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4796 New variables.
4797 (hi-lock-string-serialize) New function.
4798
4799 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4800
4801 * menu-bar.el (menu-find-file-existing): New function.
4802 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4803
4804 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4805
4806 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * vc.el: Remove unnecessary leading * in docstrings.
4809 (vc-annotate-mode-map): Move initialization into declaration.
4810 (vc-static-header-alist): Nitpick on the regexp.
4811 (vc-default-init-version): New fun.
4812 (vc-register): Use it.
4813 (vc-insert-headers): Use dolist.
4814 (vc-annotate-get-backend): Remove unused function.
4815 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4816 (vc-annotate-mode): Remove corresponding call.
4817 (vc-annotate-car-last-cons): Simplify.
4818 (vc-annotate-buffers): Remove var.
4819 (vc-annotate-backend): Make it buffer-local.
4820 (vc-annotate): Move the interaction to the interactive spec.
4821 Add a `buf' argument.
4822 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4823 killing&creating a vc-annotate buffer, which is very disruptive when
4824 the buffers are shown in dedicated frames.
4825
4826 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4827
4828 * descr-text.el: Add FSF as maintainer.
4829 (describe-text-mode, describe-text-mode-map)
4830 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4831 help-mode.
4832 (describe-text-widget, describe-text-sexp)
4833 (describe-property-list, describe-text-category)
4834 (describe-text-properties, describe-text-properties-1)
4835 (describe-char): Use help buttons instead of widgets.
4836 (describe-char-unicodedata-file): Make URL link in doc string.
4837
4838 2005-12-22 Richard M. Stallman <rms@gnu.org>
4839
4840 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4841 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4842 Don't include buttons that write a file when there's no file.
4843 (custom-variable-menu, custom-face-menu, custom-group-menu):
4844 Don't include commands that write a file when there's no file.
4845 (customize-browse): Reword the top-of-buffer help intro.
4846 (custom-buffer-create-internal): Fix previous change.
4847 (customize-changed-options-previous-release): Prev release is 21.1.
4848 (customize-changed-options): Doc fix.
4849 (customize-changed): New alias.
4850 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4851 Say "standard values".
4852 (Custom-reset-standard): Doc fix.
4853 (custom-face-reset-standard): Doc fix.
4854
4855 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4858 even if font-lock-mode is non-nil since it may be t without having
4859 turned on font-lock-mode-internal.
4860 (font-lock-choose-keywords): Minor optimization.
4861 (font-lock-add-keywords, font-lock-remove-keywords)
4862 (font-lock-set-defaults): Don't call make-local-variable on a variable
4863 that we know to already be local.
4864
4865 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4868 messages if in the minibuffer.
4869
4870 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4873 (tex-mode-flyspell-verify, flyspell-get-word)
4874 (flyspell-external-point-words): Don't use point-min/max uselessly.
4875
4876 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4877 by Kevin Rodgers. Instead, just hide the completions buffer if we
4878 don't need to show it.
4879
4880 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4881
4882 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4883
4884 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4887 delete-windows-on with an inexistent buffer.
4888
4889 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4890
4891 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4892 Delete defcustom variable :tag names.
4893
4894 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4897 (log-view-font-lock-keywords): Ajust subgroup numbers.
4898 (log-view-current-tag): Don't hard code the number of subgroups.
4899
4900 2005-12-20 Juri Linkov <juri@jurta.org>
4901
4902 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4903 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4904
4905 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4906 (menu-bar-non-minibuffer-window-p): Instead of checking
4907 display-multi-frame-p, use selected-frame when menu-updating-frame
4908 is nil.
4909
4910 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4911
4912 * align.el (align-rules-list): Use [ \t] instead of \s-
4913 for column separators in text mode.
4914
4915 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4916
4917 * help-mode.el (help-customize-variable, help-customize-face):
4918 Don't pop help-xref-stack as help-follow no longer pushes
4919 anything on to it.
4920
4921 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4922
4923 * textmodes/org.el (org-agenda-custom-commands): New option.
4924 (org-agenda): Offer custom commands on splash screen.
4925 (org-make-tags-matcher): Parser for Boolean logic added.
4926 (org-agenda-set-tags): New command.
4927 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4928 (org-set-tags): Efficiency improvements.
4929 (org-auto-align-tags): New option.
4930 (org-todo, org-demote, org-promote): Realign tags.
4931 (org-tags-completion-function): Use also "&" and "|" as separators.
4932 (org-org-menu): Agenda commands simplified.
4933
4934 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4935
4936 * cus-edit.el (customize-apropos, customize-apropos-options):
4937 Docstring changes.
4938
4939 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4940
4941 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * longlines.el (longlines-mode): Wrap while widened.
4944 (longlines-decode-region, longlines-encode-region): Compute max
4945 just once.
4946
4947 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4948
4949 * cus-edit.el (mac): New group.
4950
4951 * cus-start.el (all): Add user options in macterm.c. Add test for
4952 Mac-related built-ins. Fix test for GTK-related built-ins.
4953
4954 * term/mac-win.el (mac-handle-language-change)
4955 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4956 (mac-services-open-selection, mac-services-mail-selection)
4957 (mac-services-mail-to, mac-services-insert-text)
4958 (mac-dispatch-apple-event): Add docstrings.
4959 (x-get-selection, mac-select-convert-to-string): Select coding
4960 system from `utf-16be' and `utf-16le' using `byteorder'.
4961
4962 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4965 a "list" (lambda ...) rather than a real completion list.
4966
4967 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4968 lexical-let when encountering ((lambda (...) ...) ...).
4969
4970 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * progmodes/sh-script.el (sh-mode):
4973 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4974 * textmodes/picture.el (picture-mode): Update docstrings.
4975
4976 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4977
4978 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4979 commands enclosed in $(ARGQUOTE)s should not be split between two
4980 lines, as that will break with GNU Make >3.80, when sh.exe is used
4981 and arg quoting is with '..'.
4982 (autoloads): Don't break the quoted --eval expression between
4983 several lines.
4984
4985 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4988 Capture error from printing circular structures.
4989
4990 2005-12-17 Martin Rudalics <rudalics@gmx.at>
4991
4992 * wid-edit.el (widget-checkbox-action): Clear undo info.
4993
4994 2005-12-16 Bill Wohler <wohler@newt.com>
4995
4996 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4997 bar, not menubar in comment.
4998
4999 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5002 After-change-functions should not clobber the match data.
5003
5004 2005-12-16 Juri Linkov <juri@jurta.org>
5005
5006 * simple.el (choose-completion): Use `buffer-substring-no-properties'
5007 instead of `buffer-substring'.
5008 (completion-common-substring): Doc fix.
5009 (completion-setup-function): Use minibuffer-completion-contents
5010 instead of minibuffer-contents. Don't set common-string-length
5011 initially. Remove special handling of partial-completion-mode.
5012 Move computation of completion-base-size into one cond.
5013 Call completion-base-size-function in mainbuf. In computation of
5014 completion-base-size for file name completion don't move point to
5015 the end of the minibuffer. Move computation of common-string-length
5016 into one cond. Start putting faces only when common-string-length>=0.
5017 Add condition to put completions-common-part when
5018 common-string-length>0.
5019
5020 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5021 place point at the first different character in the minibuffer
5022 even if this position is at the beginning of the minibuffer.
5023
5024 * info.el (Info-read-node-name-1): In completion-base-size-function's
5025 lambda return 1 if common-substring or minibuffer-completion-contents
5026 starts with (, and 0 otherwise.
5027
5028 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5029 Use `crm-current-element' for second arg of `display-completion-list'.
5030
5031 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
5032
5033 * files.el (set-auto-mode): Look for an interpreter specified on
5034 the first line also if search for mode specification succeeded,
5035 but the mode is not known.
5036
5037 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
5038
5039 * textmodes/org.el (org-tags-match-list-sublevels): New option.
5040 (org-open-at-point): Implement tag searches as links.
5041 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5042 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5043 (org-tags-sparse-tree, org-tags-view, org-set-tags)
5044 (org-agenda-dispatch): New commands.
5045 (org-use-tag-inheritance, org-tags-column): New options.
5046 (org-tab-follows-link, org-return-follows-link): New options.
5047 (org-tags): New customize group.
5048 (org-start-icalendar-file): Get local time zone.
5049 (org-tags-completion-function): New function.
5050 (org-set-font-lock-defaults): Make sure links will also be
5051 highlighted inside headlines.
5052
5053 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
5054
5055 * term.el (term-emulate-terminal):
5056 Let term-handle-ansi-terminal-messages override what Bash says about
5057 its current directory.
5058
5059 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5060
5061 * bindings.el (last-buffer): Move to simple.el.
5062 * simple.el (last-buffer): Move here.
5063 (get-next-valid-buffer): New function.
5064 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5065 (prev-buffer): Ditto. Rename to `previous-buffer'.
5066
5067 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5068 * bindings.el (global-map): Ditto.
5069
5070 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
5071
5072 * cus-edit.el: Introductory comment change.
5073 (custom-magic-alist): Change message string for the `rogue' state.
5074
5075 2005-12-15 Richard M. Stallman <rms@gnu.org>
5076
5077 * tooltip.el: Delete defcustom variable :tag names.
5078
5079 * complete.el (partial-completion-mode): Doc fix.
5080
5081 * textmodes/flyspell.el (flyspell-external-point-words):
5082 Use save-excursion to ensure we don't move backward in the
5083 search loop, not even one character.
5084 (flyspell-delete-all-overlays): Use remove-overlays directly.
5085
5086 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5087 (ispell-start-process): Set that variable.
5088 Clear ispell-buffer-local-name.
5089 (ispell-internal-change-dictionary):
5090 Set ispell-current-dictionary after killing process.
5091 (ispell-buffer-local-dict):
5092 Don't set spell-personal-dictionary after killing process.
5093 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5094 (ispell-tex-skip-alists, ispell-html-skip-alists)
5095 (ispell-skip-region-alist): Mark as risky.
5096
5097 * net/newsticker.el (newsticker--retrieval-timer-list)
5098 (newsticker--display-timer, newsticker-running-p)
5099 (newsticker-ticker-running-p): Definitions moved up.
5100
5101 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5104
5105 2005-12-15 David Ponce <david@dponce.com>
5106
5107 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5108 (recentf-edit-list, recentf-open-files): Signal an error when
5109 there is no recent file.
5110
5111 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5112
5113 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5114 read-only except for texinfo-format-region evaluation.
5115
5116 2005-12-14 Richard M. Stallman <rms@gnu.org>
5117
5118 * vc.el (vc-default-previous-version, vc-default-next-version)
5119 (vc-do-command): Doc fixes.
5120
5121 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5122
5123 * textmodes/bibtex.el (bibtex-expand-strings)
5124 (bibtex-autokey-expand-string, bibtex-name-part)
5125 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5126 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5127 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5128 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5129 (bibtex-entry-postfix, bibtex-known-entry-type-re)
5130 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5131 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5132 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5133 (bibtex-beginning-of-last-entry): Remove.
5134 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
5135 message if comma is missing but buffer is read-only.
5136 (bibtex-parse-field-text): Handle whitespaces at the end of field
5137 text. Return 3-element list with beginning and end of field text
5138 and end of field.
5139 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5140 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
5141 (bibtex-search-forward-field, bibtex-search-backward-field):
5142 Search always delimited by limits of entry. Use more efficient
5143 search algorithms.
5144 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5145 bibtex-end-of-name-in-field.
5146 (bibtex-text-in-field-bounds): Handle BibTeX strings when
5147 extracting the content of a field.
5148 (bibtex-text-in-field): Use search limits.
5149 (bibtex-parse-string-prefix): Handle empty string keys based on
5150 bibtex-string-empty-key.
5151 (bibtex-parse-string): Fix docstring.
5152 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5153 (bibtex-preamble-prefix, bibtex-strings): New functions.
5154 (bibtex-skip-to-valid-entry): Include preceding whitespace in
5155 BibTeX entries (consistent with other BibTeX functions).
5156 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5157 (bibtex-search-entry): Fix docstring. Simplify.
5158 (bibtex-flash-head, bibtex-complete-string-cleanup)
5159 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5160 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5161 (bibtex-parse-entry): New optional arg content.
5162 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5163 Use bibtex-text-in-field-bounds.
5164 (bibtex-print-help-message): Handle BibTeX strings and preambles.
5165 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5166 bibtex-parse-string-postfix.
5167 (bibtex-find-text-internal): New function.
5168 (bibtex-remove-delimiters): Use it.
5169 (bibtex-find-text): Use it. New optional arg help.
5170 (bibtex-complete): Handle BibTeX string and preamble entries.
5171 (bibtex-Preamble): Fix order of closing delimiters.
5172
5173 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * vc.el (vc-default-revert): New fun.
5176
5177 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5178
5179 2005-12-14 Romain Francoise <romain@orebokech.com>
5180
5181 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5182 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5183 (font-lock-remove-keywords): Likewise.
5184
5185 2005-12-14 Juri Linkov <juri@jurta.org>
5186
5187 * log-view.el (log-view-diff): Doc fix.
5188
5189 * isearch.el (isearch-query-replace): Use (mark) instead of
5190 isearch-opoint if mark is active in transient-mark-mode.
5191
5192 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5193
5194 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5195
5196 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5197
5198 * progmodes/cpp.el (cpp-face): New widget.
5199 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5200
5201 2005-12-14 Juri Linkov <juri@jurta.org>
5202
5203 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5204 around `erase-buffer' and `insert'.
5205
5206 * descr-text.el (describe-text-properties): Replace buffer name
5207 "*Help-2*" with "*Help*<2>".
5208 (describe-char): Add functions print-help-return-message,
5209 toggle-read-only. Use help-setup-xref with nil to not store
5210 describe-char in help-xref-stack. Use help-make-xrefs to
5211 make [back] button.
5212
5213 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5214
5215 * wdired.el (wdired-old-point): New internal variable.
5216 (wdired-change-to-wdired-mode): Set it buffer-locally.
5217 (wdired-abort-changes): Restore point after aborting changes.
5218
5219 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * vc.el (vc-do-command): Add a new value t for okstatus.
5222
5223 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5224 frame in case of errors.
5225
5226 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5227
5228 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5229 so it comes after "On the Left" in the menu.
5230
5231 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5232
5233 * cus-edit.el (customize-apropos, customize-apropos-options)
5234 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5235
5236 2005-12-12 Bill Wohler <wohler@newt.com>
5237
5238 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5239 non-writable Subversion-controlled files by saving window
5240 configuration before calling vc-do-command. vc-do-command calls
5241 pop-to-buffer on error which is unexpected during registration.
5242
5243 2005-12-12 Jay Belanger <belanger@truman.edu>
5244
5245 * calc/README: Update the summary of changes.
5246
5247 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * descr-text.el (describe-char): Rework last fix to solve the problem
5250 is the same way it's solved for everything else in that function
5251 (i.e. by extracting the info before setting up the *Help* buffer).
5252
5253 2005-12-12 Kim F. Storm <storm@cua.dk>
5254
5255 * subr.el (version-regexp-alist): Allow space as separator before
5256 non-numeric part, e.g. "1.0 alpha".
5257 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5258
5259 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5260
5261 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5262 Implement Logging and the keep-modes setting.
5263 (org-get-category): Make sure a string is returned.
5264 (org-log-done): New function.
5265 (org-log-done, org-closed-string): New options.
5266
5267 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5268
5269 * tooltip.el (tooltip-y-offset): Change default to 20.
5270
5271 2005-12-12 Richard M. Stallman <rms@gnu.org>
5272
5273 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5274
5275 * frame.el (display-hourglass): Doc fix.
5276
5277 * help.el (help-for-help-internal): Simplify entry for `a'.
5278
5279 * info.el (Info-on-current-buffer): Doc fix.
5280 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5281
5282 * startup.el (inhibit-splash-screen): Make this the real name.
5283 (inhibit-startup-message): Make this the alias.
5284 (command-line): Find only simple.el, and use its directory
5285 to fill in other preloaded files' names.
5286 (command-line): Deactivate the mark if deactivate-mark is set.
5287
5288 * international/mule.el (load-with-code-conversion):
5289 Bind deactivate-mark.
5290
5291 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5292
5293 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5294
5295 * cus-edit.el (customize-apropos): Avoid listing an option more
5296 than once under different aliases. No longer list user options
5297 that are not defined with defcustom (unless a prefix arg is given).
5298 Doc fix.
5299 (customize-apropos-options): Doc fix.
5300
5301 2005-12-11 Juri Linkov <juri@jurta.org>
5302
5303 * frame.el (set-background-color, set-foreground-color)
5304 (set-cursor-color, set-mouse-color, set-border-color):
5305 Add explicit prompts to read colors by `facemenu-read-color'.
5306 (show-trailing-whitespace, blink-cursor-delay)
5307 (blink-cursor-interval, display-hourglass, hourglass-delay):
5308 Remove tags.
5309 (display-hourglass, hourglass-delay): Doc fix.
5310 (cursor-in-non-selected-windows): Capitalize words in tag.
5311
5312 * faces.el (frame-background-mode): Replace `choice-item' keywords
5313 with `const' to not make [default] button. Change default value tag
5314 from `default' to `automatic'. Doc fix.
5315 (trailing-whitespace) <defface>: Change group `whitespace' to
5316 `whitespace-faces'.
5317
5318 2005-12-11 Richard M. Stallman <rms@gnu.org>
5319
5320 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5321
5322 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5323
5324 * term/mac-win.el: Create keymap for mac-apple-event-map.
5325
5326 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5327
5328 * tooltip.el (tooltip-mode): Move to start of file so that it
5329 appears at top of customize buffer.
5330
5331 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5332 Add the gud groupname.
5333 (gud-tooltip-mode): Add the tooltip groupname.
5334 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5335 avoid conflict with tooltip-use-echo-area.
5336
5337 2005-12-10 Romain Francoise <romain@orebokech.com>
5338
5339 * help.el (help-for-help-internal): Add `r' in doc string.
5340
5341 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5342
5343 * align.el (align-regexp, align-highlight-rule):
5344 Use region-beginning and region-end instead of point and mark, so that
5345 repetition (with `repeat-complex-command') recomputes the region
5346 bounds.
5347
5348 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5349
5350 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5351 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5352 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5353 (balance-windows): Rewrite using the above new functions.
5354
5355 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5356
5357 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5358 react if global-hi-lock-mode seems intended.
5359 (global-hi-lock-mode) Renamed from hi-lock-mode.
5360 (hi-lock-archaic-interface-message-used)
5361 (hi-lock-archaic-interface-deduce): New variables.
5362 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5363 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5364 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5365 Replace hi-lock-buffer-mode with hi-lock-mode.
5366
5367 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5368
5369 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5370 completion list, even after a partial completion has been
5371 inserted in the current buffer. If there are more than 1
5372 completion, redisplay the *Completions* buffer; if the
5373 completion is unique, delete the *Completions* window.
5374
5375 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5376
5377 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5378 strings and long subject lines that were broken into multiple
5379 lines at arbitrary places. Handle subjects that have "Re: " in
5380 the middle.
5381
5382 2005-12-10 John W. Eaton <jwe@octave.org>
5383
5384 * emacs/octave-mod.el (octave-electric-space): Don't indent
5385 comments or strings if octave-auto-indent is nil.
5386
5387 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5388
5389 * term/mac-win.el: Require url when compiling.
5390 Call mac-process-deferred-apple-events after loading init files.
5391 (mac-apple-event-map): New defvar. Define event handlers in it.
5392 (core-event, internet-event): New Apple event class symbols.
5393 (open-application, reopen-application, open-documents)
5394 (print-documents, open-contents, quit-application)
5395 (application-died, show-preferences, autosave-now, get-url):
5396 New Apple event ID symbols.
5397 (about): New HICommand ID symbol.
5398 (mac-event-spec, mac-event-ae): New macros.
5399 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5400 (mac-ae-selection-range, mac-ae-text-for-search)
5401 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5402 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5403 and Services menu events are now defined in mac-apple-event-map.
5404 (mac-drag-n-drop): Remove selection range handling.
5405
5406 2005-12-10 Kenichi Handa <handa@m17n.org>
5407
5408 * simple.el (zap-to-char):
5409 * isearch.el (isearch-process-search-char): Translate CHAR by
5410 translation-table-for-input.
5411
5412 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * foldout.el (foldout-exit-fold): Properly hide subtree.
5415
5416 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * files.el (save-buffer):
5419 * international/ucs-tables.el (ucs-set-table-for-input):
5420 * mail/mail-extr.el (mail-extract-address-components):
5421 * mail/sendmail.el (mail-mode): Reformat doc string.
5422
5423 2005-12-09 Juri Linkov <juri@jurta.org>
5424
5425 * isearch.el (isearch-highlight): Change main overlay priority
5426 from 1 to 1001. Simplify.
5427 (isearch-lazy-highlight-update): Change lazy overlay priority
5428 from 0 to 1000.
5429
5430 * replace.el (replace-highlight): Change overlay priority from
5431 1 to 1001.
5432
5433 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5434 Change overlay priority from 1 to 1001. Reuse existing overlay.
5435
5436 * compare-w.el (compare-windows-highlight): Change overlay
5437 priority from 1 to 1000.
5438
5439 * menu-bar.el (menu-bar-edit-menu): Add listp around
5440 pending-undo-list to disable menu item "undo" when pending
5441 undo list is empty.
5442
5443 * locate.el (locate): Disable undo in *Locate* buffer.
5444
5445 2005-12-09 Kim F. Storm <storm@cua.dk>
5446
5447 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5448
5449 2005-12-09 David Ponce <david@dponce.com>
5450
5451 * recentf.el: Improvement of the menu code.
5452 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5453 instead of menu hook.
5454 (recentf-show-menu, recentf-hide-menu): New functions.
5455 (recentf-menu-customization-changed, recentf-mode): Use them.
5456 (recentf-menu-action, recentf-max-menu-items)
5457 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5458 (recentf-arrange-by-rule-others)
5459 (recentf-arrange-by-rules-min-items)
5460 (recentf-arrange-by-rule-subfilter) : Don't use
5461 `recentf-menu-customization-changed'.
5462 (recentf-arrange-rules): Likewise. Accept functions to compute
5463 sub-menu titles.
5464 (recentf-menu-filter): Likewise. Doc fix.
5465 (recentf-menu-value-shortcut): Doc fix.
5466 (recentf-dump-variable): Quote atom value.
5467 (recentf-make-menu-items): Update to use it as a menu filter.
5468 (recentf-match-rule): New function.
5469 (recentf-arrange-by-rule): Use it.
5470 (recentf-indirect-mode-rule): New function.
5471 (recentf-build-mode-rules): Use it.
5472 (recentf-dir-rule): New function.
5473 (recentf-arrange-by-dir): Use it.
5474 (recentf-filter-changer-current): Rename from
5475 `recentf-filter-changer-state'. All references updated.
5476 (recentf-filter-changer-alist): Update filter names.
5477 (recentf-filter-changer-select): New function.
5478 (recentf-filter-changer): Use it. Make a sub-menu from filters
5479 available in `recentf-filter-changer-alist'.
5480 (recentf-data-cache, recentf-clear-data)
5481 (recentf-update-menu): Remove. All references updated.
5482 (recentf-match-rule-p, recentf-build-dir-rules)
5483 (recentf-filter-changer-goto-next)
5484 (recentf-filter-changer-get-current)
5485 (recentf-filter-changer-get-next): Remove.
5486
5487 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5490 buffer "Reset" button to "Reset to Current" for consistency with
5491 the State buttons.
5492
5493 2005-12-08 John Paul Wallington <jpw@pobox.com>
5494
5495 * ibuf-ext.el (define-ibuffer-filter filename):
5496 If `dired-directory' is a list then really use its car.
5497
5498 2005-12-08 Kim F. Storm <storm@cua.dk>
5499
5500 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5501 Fix indention of text on right side of replaced rectangle.
5502
5503 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5504
5505 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5506 No need to check gud-comint-buffer is bound.
5507 (gdb): Prevent multiple debugging when first session uses gdba.
5508
5509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5510
5511 CC Mode update to 5.31.
5512
5513 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5514 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5515 We might do this function properly in the future).
5516
5517 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5518 New macros c-sentence-end and c-default-value-sentence end, to cope
5519 with Emacs 22's new function `sentence-end'.
5520
5521 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5522
5523 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5524 compat issue using `c-put-overlay' and `c-delete-overlay'.
5525
5526 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5527 New compat macros to handle overlays/extents.
5528
5529 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5530
5531 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5532 (for GNU Emacs 20.4)
5533
5534 * progmodes/cc-defs.el:
5535 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5536
5537 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5538 highlighting mechanism so it will work in XEmacs too.
5539
5540 * progmodes/cc-defs.el: Insert c-int-to-char.
5541
5542 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5543 call to the new macro c-int-to-char. This solves XEmacs's
5544 regarding characters as different from integers.
5545
5546 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5547
5548 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5549 New internal helper.
5550
5551 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5552 construct to make the indirect face lookup work in XEmacs.
5553
5554 (c-cpp-matchers): Append the negation char face to the existing
5555 fontification, so that the cpp face doesn't disappear.
5556 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5557 and strings.
5558
5559 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5560 to map to `font-lock-negation-char-face' in emacsen where it exists.
5561
5562 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5563
5564 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5565
5566 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5567 Rename "c-subword-move-mode" as "c-subword-mode".
5568
5569 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5570 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5571
5572 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5573
5574 * progmodes/cc-mode.el: Added autoload directive for
5575 `c-subword-move-mode' for use in older emacsen.
5576
5577 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5578
5579 * progmodes/cc-mode.el:
5580 (i) Insert a binding for C-c C-backspace into
5581 c-bind-special-erase-keys which works in TTYs.
5582 (ii) Make sure that when file styles are used, any explicitly
5583 given style variables take priority over those in the style.
5584 Do this by calling `hack-local-variables' a second time.
5585
5586 * progmodes/cc-vars.el: Add language specific customization
5587 widgets for AWK to c-doc-comment-style, c-require-final-newline
5588 and c-default-style. Add a defcustom for awk-mode-hook.
5589 Give c-syntactic-element and c-syntactic-context doc-strings by
5590 directly setting their `variable-documentation' propery.
5591 This allows Emacs 22.1 to read these with C-h v.
5592
5593 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5594
5595 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5596
5597 * progmodes/cc-fonts.el, cc-vars.el
5598 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5599 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5600 Masatake YAMATO.
5601
5602 (c-doc-comment-style): Made GtkDoc default in C mode.
5603
5604 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5605 and C-c C-<delete>.
5606
5607 (c-bind-special-erase-keys): New function for use on
5608 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5609
5610 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5611 <delete> key behavior in XEmacs according to `delete-forward-p'.
5612 C.f. `c-electric-delete'.
5613
5614 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5615
5616 * progmodes/cc-mode.el: Give c-hungry-backspace and
5617 c-hungry-delete-forward permanent key bindings.
5618
5619 * progmodes/cc-cmds.el (c-electric-semi&comma):
5620 Bind c-syntactic-context for calls to "criteria functions", for
5621 consistency with other calls to user functions.
5622
5623 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5624 `current-prefix-arg', since this might be the prefix arg to a
5625 command which calls c-indent-command as a function. Change the
5626 interactive spec from "p" to "P".
5627
5628 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5629 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5630 was difficult to understand.
5631
5632 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5633
5634 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5635 first char of an identifier.
5636
5637 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5638 +" syntax in C++.
5639
5640 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5641
5642 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5643 auto-fill doesn't split a c-comment's last word from a hanging
5644 "*/" when a space is typed between them after fill-column.
5645
5646 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5647
5648 * progmodes/cc-styles.el (c-set-style)
5649 (c-setup-paragraph-variables): Abort the command if we're not in a
5650 CC Mode buffer.
5651
5652 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5653 with blank comment-prefix, and a blank line as the comment's
5654 second line.
5655
5656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5657
5658 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5659 Incorporate the patterns added in the Emacs development branch
5660 for the new Emacs 22 face `font-lock-negation-char-face'.
5661
5662 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5663 of "red" since it stands out better in xterms and DOS terminals.
5664
5665 * progmodes/cc-engine.el (c-literal-faces):
5666 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5667
5668 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5669
5670 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5671 forcibly enable c-electric-flag.
5672
5673 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5674 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5675 after the comment-prefix of a C-style comment will close that comment.
5676
5677 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5678
5679 * progmodes/cc-fonts.el (c-basic-matchers-before)
5680 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5681 in Pike.
5682
5683 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5684 digraphs.
5685
5686 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5687 (c-cpp-message-directives, c-cpp-include-directives)
5688 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5689 (c-cpp-expr-directives): Introduce new language constants to
5690 control cpp syntax in a cleaner way.
5691
5692 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5693
5694 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5695
5696 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5697 (c-multiline-string-start-char): New language constants and
5698 variables to specify how newlines in string literals work.
5699
5700 (c-font-lock-invalid-string): Use them.
5701
5702 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5703 unbalanced close brace is entered. Optimization by avoiding going
5704 back over arbitrarily large blocks. Removed hints that this
5705 function only would be relevant/useful in AWK.
5706
5707 (c-electric-brace): Indent syntactically after the cleanups since
5708 lineup functions might do it differently then.
5709
5710 * progmodes/cc-engine.el, cc-langs.el
5711 (c-opt-op-identifier-prefix): New language constant and variable.
5712
5713 (c-just-after-func-arglist-p, c-after-special-operator-id)
5714 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5715
5716 * progmodes/cc-align.el, cc-engine.el
5717 (c-after-special-operator-id): New helper to handle C++ operator
5718 identifiers.
5719
5720 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5721 (c-guess-basic-syntax): Handle C++ operator identifiers in
5722 declarations.
5723
5724 * progmodes/cc-langs.el (c-assignment-operators): Add the
5725 trigraph version of ^= too.
5726
5727 * progmodes/cc-langs.el (c-assignment-operators): Add the
5728 trigraph version of |= in C++.
5729
5730 * progmodes/cc-fonts.el (c-font-lock-declarators):
5731 Handle `c-decl-hangon-kwds' after the identifier name.
5732
5733 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5734 whether an arglist is "nonempty", ignore a comment after the open
5735 paren if it isn't followed by a non-comment token on the same line.
5736
5737 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5738 Enable heuristics below the point to cope with classes inside special
5739 brace lists in Pike.
5740
5741 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5742
5743 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5744
5745 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5746
5747 * progmodes/cc-guess.el (cc-guess-install): New function to
5748 install an already guessed style in another buffer.
5749
5750 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5751 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5752 anyway if the change always is undone.
5753
5754 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5755
5756 Implement togglable electricity:
5757
5758 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5759 saying when it should be used.
5760
5761 * progmodes/cc-engine.el: Add the new buffer-local variable,
5762 c-electric-flag.
5763
5764 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5765 c-toggle-auto-newline.
5766
5767 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5768 c-toggle-auto-newline. Remove the binding for
5769 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5770 c-toggle-electric-state.
5771
5772 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5773
5774 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5775 c-\(forward\|backward\)-subword.
5776 (c-update-modeline): Add the new modeline flag `l' for
5777 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5778 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5779 Make the old name an alias of the new name.
5780 (c-toggle-electric-state): New function.
5781 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5782 Adapt these functions to do electric things only when
5783 c-electric-flag is non-nil.
5784 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5785 new functions from c-electric-brace.
5786 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5787 mode, so that the tentative extra newline doesn't change the
5788 syntax of the following brace.
5789 (c-electric-brace): Restructure by extracting the above functions.
5790 Tidy up the coding somewhat.
5791 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5792 restructure a bit.
5793
5794 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5795
5796 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5797 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5798
5799 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5800 (c-submode-indicators): Change name from `c-auto-hungry-string'
5801 since it's now used to track another submode.
5802
5803 (c-update-modeline): Convert to function and extended to check
5804 `c-subword-move-mode'.
5805
5806 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5807 Convert to compat aliases for `c-forward-subword' and
5808 `c-backward-subword'.
5809
5810 * progmodes/cc-subword.el: New functions and minor mode to handle
5811 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5812
5813 (c-forward-subword, c-backward-subword, c-mark-subword)
5814 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5815 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5816 Functions corresponding to the standard word handling functions.
5817
5818 (c-subword-move-mode): Minor mode that replaces all the standard
5819 word handling functions with their subword equivalences.
5820
5821 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5822
5823 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5824 entry for one-liner-defun.
5825
5826 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5827 name in its def-edebug-spec.
5828
5829 * progmodes/cc-cmds.el (c-electric-brace): Make the
5830 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5831 compacts space before a comment, if this will make things fit on
5832 one line.
5833
5834 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5835
5836 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5837
5838 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5839 clean-up one-liner-defun.
5840
5841 * progmodes/cc-styles.el: Add the new "awk" style.
5842
5843 * progmodes/cc-vars.el: Add description of one-liner-defun to
5844 c-cleanup-list's doc-string. New user options,
5845 c-max-one-liner-length. In c-default-style, set the default style
5846 for AWK to "awk".
5847
5848 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5849
5850 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5851 macros inside labels.
5852
5853 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5854 `c-at-statement-start-p' and `c-at-expression-start-p'.
5855
5856 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5857 error if the mark isn't set.
5858
5859 * progmodes/cc-engine.el (c-guess-continued-construct)
5860 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5861 accurately detect functions inside functions.
5862
5863 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5864 like `c-at-statement-start-p' that additionally recognizes commas
5865 and expression parentheses as delimiters.
5866
5867 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5868 to avoid heuristics that doesn't work for unclosed blocks.
5869 (c-at-statement-start-p): New function.
5870
5871 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5872 Objective-C directives, e.g. directives spanning lines should work
5873 reasonably well now.
5874
5875 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5876
5877 (c-forward-objc-directive): New function to move over any ObjC
5878 directive.
5879
5880 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5881 (c-basic-matchers-before): Use it.
5882
5883 (c-font-lock-objc-iip-decl): Remove.
5884
5885 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5886 in the template arglist recognition.
5887
5888 * progmodes/cc-styles.el (c-style-alist): Fix several
5889 inconsistencies in the Whitesmith style.
5890
5891 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5892 New lineup function to get lines after Whitesmith style blocks
5893 correctly indented.
5894
5895 (c-lineup-whitesmith-in-block): Back out the compensation for
5896 opening parens since it's done using `add' lists in the style
5897 definition instead. Don't use the anchor position since it varies
5898 too much between the syntactic symbols. :P
5899
5900 * progmodes/cc-vars.el (c-valid-offset): Update.
5901
5902 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5903 lists where the offsets are combined according to several
5904 different methods: `first', `min', `max', and `add'.
5905 Report offset evaluation errors with `c-benign-error' so that some kind
5906 of reindentation still is done.
5907
5908 * progmodes/cc-engine.el (c-guess-basic-syntax):
5909 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5910 `arglist-close'.
5911
5912 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5913 situations for `arglist-cont-nonempty' and `arglist-close'.
5914
5915 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5916
5917 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5918 cc-bytecomp-boundp' in a number of places.
5919
5920 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5921 macro related issue.
5922
5923 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5924
5925 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5926 list is now [asdf], a char class [:alpha:].
5927 Include code for char classes.
5928 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5929 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5930
5931 Remove (nearly all of) the cruft associated with AWK Mode's former
5932 concept of "virtual semicolons":
5933
5934 Adapt c-beginning-of-statement, c-end-of-statement (together with
5935 subfunctions) to use the new notion of "virtual semicolon" in
5936 place of the old awkward special handling for AWK. There remains
5937 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5938 * progmodes/cc-cmds.el:
5939 (c-ascertain-adjacent-literal): In the backwards direction, now
5940 recognises AWK regexp delimiters as string delimiters.
5941 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5942 check more rigorously for "end of macro".
5943 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5944 virtual semicolons;
5945 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5946 out the code for forward movement into ...
5947 (c-end-of-statement): Now contains the code for forward movement,
5948 adapted for virtual semicolons.
5949
5950 * progmodes/cc-engine.el:
5951 (c-ws*-string-limit-regexp): New regexp.
5952 (c-forward-single-comment, c-backward-single-comment): Comment out
5953 the (now redundant) "special" AWK stuff.
5954
5955 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5956 c-string-par-start, c-string-par-separate to be more like Text
5957 Mode than Fundamental Mode.
5958
5959 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5960
5961 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5962 to the fontified region so that fontification doesn't occur
5963 outside it (could happen e.g. when fontifying a line with an
5964 unfinished declaration).
5965
5966 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5967
5968 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5969 start of the file. ^L now separate sections of the file.
5970 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5971 (c-awk-one-line-possibly-open-string-re)
5972 (c-awk-regexp-one-line-possibly-open-char-class-re)
5973 (c-awk-one-line-possibly-open-regexp-re)
5974 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5975 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5976
5977 Amend the concept of "virtual semicolons" (in the indentation
5978 engine) for languages like AWK, such that they are now
5979 conceptually attached to end of the last token of a statement, not
5980 the end of the line. (In AWK Mode, however, the pertinent text
5981 property is still physically set on the EOL.) Remove the specific
5982 tests for awk-mode, thus facilitating the introduction of other
5983 language modes where EOLs can end statements.
5984 (Note: The funtionality in cc-cmds.el, specifically
5985 c-beginning/end-of-statement has yet to be amended.)
5986
5987 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5988 New macros.
5989
5990 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5991 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5992 c-vsemi-status-unknown-p-fn (in a new page).
5993
5994 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5995 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5996 numerous awkward forms like
5997 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5998 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5999 variable before-ws-ip, the place just after char-before-ip appears.
6000
6001 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6002 a comment.
6003
6004 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6005
6006 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6007 `c-tentative-buffer-changes'.
6008
6009 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6010 convert to macro to choose between Emacs and XEmacs at compile time.
6011
6012 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6013
6014 (c-tentative-buffer-changes): New macro to handle temporary buffer
6015 changes in a convenient way.
6016
6017 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6018 for `c-tentative-buffer-changes'.
6019
6020 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6021 the checks for paren sexps between the point and the keyword, to
6022 avoid some false alarms.
6023
6024 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6025 Fixed a situation where an error could be thrown for unbalanced
6026 parens. Changed to make use of c-keyword-member' to avoid some
6027 repeated regexp matches.
6028
6029 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6030 These language variable are no longer necessary.
6031
6032 (c-block-stmt-kwds): New language constant used by
6033 c-looking-at-inexpr-block'.
6034
6035 (c-guess-basic-syntax): Remove an optional check that looked at
6036 the existence of the now removed language variables.
6037
6038 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6039 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6040 object instantiation expressions as declarations in some contexts.
6041 This bug only affected languages where the declarator can't be
6042 enclosed in parentheses.
6043
6044 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6045 insert newlines before and after substatement braces.
6046
6047 * progmodes/cc-engine.el: Improved the heuristics for recognizing
6048 function declaration headers and the handling of C++ style member
6049 init lists.
6050
6051 (c-just-after-func-arglist-p): Rewritten to use
6052 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
6053
6054 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6055
6056 (c-guess-basic-syntax): Adapt case 5B for the new
6057 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
6058 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6059 covers all cases now).
6060
6061 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6062
6063 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6064
6065 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6066 c-string-par-start/separate c-sentence-end-with-esc-eol,
6067 initialised in c-setup-paragraph-variables, used in string
6068 scanning subroutines of c-beginning-of-statement.
6069
6070 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6071 which precedes the newly inserted `{'.
6072
6073 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6074
6075 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6076 function for declaration level blocks. It should now cope with
6077 templates better and also be a lot more comprehensible.
6078
6079 (c-looking-at-decl-block): The new function.
6080
6081 (c-search-uplist-for-classkey): The old one. It's now a wrapper
6082 for compatibility.
6083
6084 (c-add-class-syntax, c-guess-continued-construct)
6085 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6086
6087 (c-decl-block-key): Change to tell apart ambiguous and
6088 unambiguous keywords. Pike specials are now handled directly in
6089 the code instead.
6090
6091 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6092 New language constants and variables to make the backward skip in
6093 `c-looking-at-decl-block' as tight as possible.
6094
6095 (c-nonsymbol-token-char-list): New language constant.
6096
6097 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6098 find balanced template arglists backwards.
6099
6100 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6101 making char classes for `c-syntactic-skip-backward'.
6102
6103 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6104 16D - can't be a class-close at that point.
6105
6106 * progmodes/cc-engine.el (c-guess-basic-syntax)
6107 (c-add-class-syntax): Don't narrow out the enclosing declaration
6108 level. This makes everything a lot easier, and it was actually
6109 only four small places that needed it to work. Some places that
6110 previously did `widen' are removed now, which has the effect that
6111 `c-guess-basic-syntax' never will look at things outside the
6112 current narrowment now. The anchor position for `topmost-intro'
6113 is affected by this, but it was so bogus it was basically useless
6114 before, and now it's equally bogus but in a slightly different way.
6115
6116 (c-narrow-out-enclosing-class): Gone.
6117
6118 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6119 the narrowed region.
6120
6121 (c-least-enclosing-brace): Remove silly optional argument.
6122
6123 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6124 the point could be left directly after an open paren when finding
6125 the beginning of the first decl in the block.
6126
6127 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6128 Specify which submatch to use.
6129
6130 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6131
6132 (c-decl-start-re): No longer any need for special treatment of
6133 ObjC due to the above.
6134
6135 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6136 presumably follows C in that regard.
6137
6138 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6139 New language constants to specify operator tokens inside
6140 identifiers in a more high level way.
6141
6142 (c-opt-identifier-prefix-key): New internal language constant.
6143
6144 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6145 (c-identifier-start, c-identifier-key): Now completely calculated
6146 from other constants.
6147
6148 (c-identifier-last-sym-match): Decommission since it's no longer used.
6149
6150 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
6151
6152 * progmodes/cc-engine.el (c-forward-name): Remove the
6153 optimization when c-identifier-key is equal to c-symbol-key since
6154 it doesn't work in byte compiled files. Don't record empty
6155 regions as identifiers.
6156
6157 * progmodes/cc-langs.el (c-filter-ops): New helper function to
6158 simplify access to `c-operators' and its likes.
6159
6160 (c-operator-list, c-all-op-syntax-tokens)
6161 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6162 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6163 (c-primary-expr-regexp, c-cast-parens): Use it.
6164
6165 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6166 an explicit language in functions.
6167
6168 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6169 variant of adornment.
6170
6171 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6172 variable.
6173
6174 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6175 the Pike value.
6176
6177 * progmodes/cc-engine.el (c-on-identifier)
6178 (c-simple-skip-symbol-backward): Small fix for handling "-"
6179 correctly in `skip-chars-backward'. Affected the operator lfun
6180 syntax in Pike.
6181
6182 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6183 diagnostic message about precompiled language vars not being used.
6184
6185 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6186 "__attribute__" is followed by a parenthesis.
6187
6188 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6189 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6190 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6191
6192 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6193 Internal cleanups to properly detect the declared identifiers in
6194 various declarations.
6195
6196 (c-decl-start-kwds): New language constant to recognize
6197 declarations that can start anywhere. Used for class declarations
6198 in Pike.
6199
6200 (c-specifier-key, c-not-decl-init-keywords)
6201 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6202 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6203
6204 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6205 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6206 handling of the compiler specific extension keywords into a new
6207 language constant `c-decl-hangon-kwds' that defines keyword
6208 clauses to be ignored in declarations.
6209
6210 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6211 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6212 Necessary to stop at the declared identifier in e.g. IDL valuetype
6213 declarations.
6214
6215 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6216 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6217 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6218 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6219 class and enum declarations as such and not as part of the type.
6220
6221 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6222 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6223
6224 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6225 declarations when there's some syntax error later on.
6226
6227 (c-complex-decl-matchers): Did away with a reference to
6228 `c-specifier-key'.
6229
6230 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6231 value - this variable is always dynamically bound.
6232
6233 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6234 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6235 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6236 functions that might do hidden buffer changes: All such internal
6237 functions are now marked instead of those that don't.
6238
6239 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6240 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6241 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6242 (c-literal-type): Allow these functions to make hidden buffer changes,
6243 so that they are free to use text property caching later on.
6244
6245 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6246 (c-electric-brace, c-electric-slash, c-electric-star)
6247 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6248 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6249 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6250 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6251 with the changed semantics of the functions above.
6252
6253 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6254 when macros occur in obscure places. Optimized the sexp movement
6255 a bit.
6256
6257 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6258
6259 Enhancements for c-beginning-of-statement to work in AWK Mode:
6260
6261 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6262 (completed statement) with `}' (statement completed by closing
6263 brace or semicolon) and `$' (statement completed by EOL).
6264
6265 (c-awk-virtual-semicolon-ends-prev-line-p)
6266 (c-awk-virtual-semicolon-ends-line-p)
6267 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6268 (c-awk-at-statement-end-p): New functions.
6269
6270 * progmodes/cc-cmds.el: Simplify the structure of functions
6271 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6272 two functions and c-beginning-of-statement to handle AWK Mode.
6273
6274 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6275 c-backward-single-comment for AWK mode. Attempt to clarify their
6276 doc-strings.
6277
6278 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6279
6280 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6281
6282 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6283 label handling. Labels are now recognized in a uniform and more
6284 robust way, regardless of context. Text properties are put on all
6285 labels to recognize the following declarations better.
6286 Multiword labels are handled both in indentation and fontification for
6287 the benefit of language extensions like Qt. For consistency, keywords
6288 in labels are now fontified with the label face instead.
6289 That also applies to "case" and "default".
6290
6291 (c-beginning-of-statement-1): Fix some bugs in the label
6292 handling. Disregard `c-nonlabel-token-key' in labels that begin
6293 with `c-label-kwds'.
6294
6295 (c-find-decl-spots): Support that the callback adds more
6296 `c-decl-end' spots to find.
6297
6298 (c-forward-decl-or-cast-1): Don't treat a list of plain
6299 identifiers followed by a colon as a declaration.
6300
6301 (c-forward-label): New function to recognize labels.
6302
6303 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6304 `c-forward-label'. Moved the label recognition cases (14 and 15)
6305 earlier since they aren't so context sensitive now. Handle labels
6306 on the top level gracefully. Moved access label recognition to
6307 the generic label case (CASE 15) - removed CASE 5E.
6308
6309 (c-font-lock-declarations): Add recognition of labels in the
6310 same round since we need to handle labels in parallell with other
6311 declarations to recognize both accurately. It should also improve
6312 speed.
6313
6314 (c-simple-decl-matchers, c-basic-matchers-after):
6315 Move `c-font-lock-labels' so that it only is used on decoration level 2
6316 since `c-font-lock-declarations' handles it otherwise.
6317
6318 (c-complex-decl-matchers): Remove the simplistic recognition of
6319 access labels.
6320
6321 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6322 with labels earlier.
6323
6324 (c-decl-start-re): New language variable to make
6325 `c-font-lock-declarations' stop for the special protection labels
6326 in Objective-C that start with `@'.
6327
6328 (c-label-key): Remove since it's no longer used.
6329
6330 (c-recognize-colon-labels, c-label-prefix-re): New language
6331 constants to support recognition of generic colon-terminated labels.
6332
6333 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6334 are colon terminated labels.
6335
6336 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6337 first argument starts with a special brace list.
6338
6339 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6340 (c-font-lock-declarations): Break out the declaration and cast
6341 recognition from `c-font-lock-declarations' to a new function, so
6342 that it can be used in the indentation engine.
6343
6344 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6345 up to the start of the literal. Fixed bug with the point on the
6346 wrong side of the search limit that could happen when the start
6347 position is inside a literal.
6348
6349 * progmodes/cc-engine.el (c-parse-state)
6350 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6351 so that it's kept a little bit back to increase the hit rate.
6352
6353 (c-parse-state): Change the macro handling and fixed some
6354 glitches. Macro context is checked more often than necessary now,
6355 but otoh less garbage conses are generated.
6356
6357 * progmodes/cc-engine.el (c-parse-state)
6358 (c-invalidate-state-cache): Cache the last position where
6359 `c-state-cache' applies. This can speed up refontification quite
6360 a bit in blocks where there are many non-brace parens before the point.
6361
6362 (c-state-cache-end): New variable for this.
6363
6364 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6365 cache variable.
6366
6367 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6368 get close initial continue positions when the start position is
6369 inside a literal or macro. Do not call the callback for spots
6370 before the start position (which can happen e.g. for `c-decl-end'
6371 spots inside comments). Optimize better in special cases when the
6372 region is a single line inside a literal or macro (typically when
6373 the current line is refontified).
6374
6375 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6376 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6377 entries from the paren state.
6378
6379 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6380 special case for "else if" clauses.
6381
6382 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6383 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6384
6385 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6386 New language variable to recognize the gcc extension with statement
6387 blocks inside expressions.
6388
6389 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6390 it somewhat more comprehensible. The argument AT-BLOCK-START is
6391 no longer used and hence removed.
6392
6393 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6394 to `c-add-stmt-syntax'.
6395
6396 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6397 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6398 This fixes bogus label recognition.
6399
6400 * progmodes/cc-engine.el (c-add-type, c-check-type)
6401 (c-forward-name, c-forward-type): Improve storage of template
6402 types in `c-found-types' so that they can be recognized better.
6403
6404 (c-syntactic-content): Add option to skip past nested parens.
6405
6406 * progmodes/cc-engine.el (c-forward-name):
6407 Set `c-last-identifier-range' all the time. It's less work that way.
6408 Handle that there might not be an identifier to store in
6409 `c-last-identifier-range'.
6410
6411 (c-forward-type): Handle that `c-last-identifier-range' might be
6412 nil from `c-forward-name'.
6413
6414 * progmodes/cc-defs.el (c-safe-scan-lists)
6415 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6416
6417 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6418 to work even if the form fails.
6419
6420 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6421 down in a large file in one go.
6422
6423 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6424
6425 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6426 function which is like `c-lineup-math' but returns nil instead of
6427 `c-basic-offset' when it doesn't match.
6428
6429 (c-lineup-math): Change to use `c-lineup-assignments'.
6430
6431 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6432
6433 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6434 c-beginning-of-statement. New subfunctions
6435 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6436
6437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6438
6439 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6440 hardcoded char classes whereever possible. Changed a couple of
6441 places to use skip by syntax instead of skip by char class.
6442
6443 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6444 Fix a bug in the regexp that caused extreme backtracking.
6445
6446 * progmodes/cc-langs.el (c-block-comment-starter)
6447 (c-block-comment-ender): New language constants to specify in a
6448 single place how block comments look.
6449
6450 (c-comment-start-regexp, c-block-comment-start-regexp)
6451 (comment-start, comment-end, comment-start-skip)
6452 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6453 (c-syntactic-ws, c-nonempty-syntactic-ws)
6454 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6455 `c-line-comment-starter', `c-block-comment-starter' and
6456 `c-block-comment-ender'.
6457
6458 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6459 New language constants to break up things a bit.
6460
6461 (c-simple-ws): New language constant for simple whitespace.
6462
6463 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6464
6465 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6466 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6467 newlines. Allow and ignore nil elements in the list.
6468
6469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6470
6471 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6472 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6473
6474 * progmodes/cc-cmds.el: Tidy up the comments in
6475 c-beginning-of-statement and subfunctions.
6476
6477 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6478 more flexible c-put-char-property and c-clear-char-properties.
6479 Add the author's email address.
6480
6481 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6482
6483 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6484 closing "*/" of a block comment.
6485
6486 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6487 subfunctions) so that it works at BOB and EOB.
6488
6489 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6490 c-beginning-of-statement, including new variable
6491 c-block-comment-start-regexp.
6492
6493 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6494
6495 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6496 symbols from `*-font-lock-extra-types' so that there's no need to
6497 use `regexp-opt' on those lists.
6498
6499 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6500 `c-type-modifier-kwds' is empty.
6501
6502 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6503 there are several strings on the same line.
6504
6505 * progmodes/cc-engine.el (c-literal-limits): Remove the
6506 compatibility function for older emacsen. `c-literal-limits-fast'
6507 has now taken the place of this function.
6508
6509 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6510 with older emacsen: We now require `pps-extended-state'.
6511
6512 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6513
6514 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6515 which obviates the need to hack sentence-end. This now handles
6516 escaped newlines in strings correctly. Correct minor bugs in
6517 c-move-over-sentence and in c-beginning-of-statement.
6518
6519 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6520 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6521 that movement over macros and code are rigorously separated from
6522 eachother. Correct a few incidental bugs.
6523
6524 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6525 Improve its doc-string. Improve the handling of certain specific cases.
6526
6527 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6528
6529 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6530 (c-guess-basic-syntax): Change the way class-level labels are
6531 recognized; they can now contain essentially any symbols.
6532
6533 (c-opt-extra-label-key): New language variable to cope with the
6534 special protection label syntax in Objective-C.
6535
6536 (c-opt-access-key): Remove; this is now handled better by
6537 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6538
6539 (c-complex-decl-matchers): Update to handle that
6540 `c-opt-access-key' no longer exists.
6541
6542 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6543 improved label recognition in `c-beginning-of-statement-1'.
6544
6545 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6546 Recognize bitfields better.
6547
6548 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6549 Remove some cruft and fixed a bug that could cause it to go to a
6550 position further down.
6551
6552 * progmodes/cc-langs.el, cc-engine.el
6553 (c-beginning-of-statement-1): Improve detection of labels in
6554 declaration contexts.
6555
6556 (c-beginning-of-decl-1): Use it.
6557
6558 (c-nonlabel-token-key): New language constant and variable needed
6559 by `c-beginning-of-statement-1'.
6560
6561 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6562 manifested itself due to the correction in `c-forward-sexp'.
6563
6564 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6565 Make these behave as documented when used at the buffer limits.
6566
6567 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6568 (c-type-decl-end-used): Made this a language variable.
6569
6570 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6571 correctly when `combine-after-change-calls' is used together with
6572 temporary narrowings.
6573
6574 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6575 Report labels correctly when the start point is immediately after the
6576 colon.
6577
6578 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6579 Remove since it isn't used anymore.
6580
6581 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6582 bracket arglists such as template parens in C++.
6583
6584 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6585 in the last check-in. Some optimization.
6586
6587 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6588 where it could stop at the same level in a preceding sexp when
6589 PAREN-LEVEL is set.
6590
6591 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6592 text property lookup only when it's needed.
6593
6594 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6595 Change the policy for paren marked angle brackets to be more
6596 persistent; once marked they remain marked even when they're found
6597 to be unbalanced in the searched region. This should keep the
6598 paren syntax around even when individual lines are refontified in
6599 multiline template arglists.
6600
6601 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6602 to control markup so that incorrect angle bracket arglists aren't
6603 marked in contexts where the correct value for
6604 `c-disallow-comma-in-<>-arglists' isn't known.
6605
6606 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6607 argument has become `c-parse-and-markup-<>-arglists'.
6608
6609 (c-remove-<>-arglist-properties): Remove - no longer used.
6610
6611 (c-after-change-check-<>-operators): New function used on
6612 `after-change-functions' to avoid that "<" and ">" characters that
6613 are part of longer operators have paren syntax.
6614
6615 (c-<>-multichar-token-regexp): New language variable used by
6616 `c-after-change-check-<>-operators'.
6617
6618 (c-after-change): Call `c-after-change-check-<>-operators'.
6619
6620 (c-font-lock-<>-arglists): Use the context properties set by
6621 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6622 correctly to avoid doing invalid markup.
6623
6624 (c-font-lock-declarations): Remove code that undoes the invalid
6625 markup done by `c-font-lock-<>-arglists'.
6626
6627 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6628 after `c-font-lock-declarations'.
6629
6630 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6631 Add paren-level feature.
6632
6633 (c-guess-basic-syntax): Improve the anchor position for
6634 `template-args-cont' in nested template arglists. There's still
6635 much to be desired in this area, though.
6636
6637 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6638
6639 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6640 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6641
6642 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6643
6644 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6645 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6646
6647 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6648 it doesn't work no longer are supported.
6649
6650 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6651 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6652 requires support for the syntax-table' text property, which rules
6653 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6654 cruft associated with those versions.
6655
6656 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6657 for the `syntax-table' text property, which rules out Emacs 19 and
6658 XEmacs < 21.4. Removed various compatibility cruft associated
6659 with those versions.
6660
6661 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6662 support for the `syntax-table' text property.
6663
6664 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6665 variable and use an extra quoted face name instead. All the
6666 emacsen flavors handle that correctly.
6667
6668 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6669 (c-font-lock-declarators, c-font-lock-declarations)
6670 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6671 property to mark the items in in declarator lists to handle
6672 refontification inside multiline declarations better.
6673
6674 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6675 construct like "a * b = c;" as a declaration.
6676
6677 2005-12-08 Kim F. Storm <storm@cua.dk>
6678
6679 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6680 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6681 select either meta, hyper, or super modifier for rectangle commands.
6682 (cua--rectangle-modifier-key): New defvar.
6683 (cua--M/H-key): Use it. Remove special case for `space'.
6684 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6685 on X, to meta otherwise. Always bind C-return to toggle
6686 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6687
6688 * emulation/cua-rect.el (cua-help-for-rectangle):
6689 Use cua--rectangle-modifier-key. Handle super modifier too.
6690 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6691 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6692
6693 * ido.el: Move Acknowledgements and History after Commentary.
6694 Minor changes to Commentary.
6695
6696 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6697 keymap if cua--prefix-override-timer is `shift'.
6698 (cua--shift-control-prefix): New function; emulate "type prefix
6699 key twice" functionality to handle shifted prefix key override.
6700 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6701 New commands.
6702 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6703
6704 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6705
6706 * textmodes/org.el (org-insert-heading): Try to do items before
6707 headings.
6708 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6709 (org-insert-item): New function.
6710 (org-renumber-ordered-list): Don't skip to higher level lists.
6711
6712 2005-12-08 Juri Linkov <juri@jurta.org>
6713
6714 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6715
6716 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6717
6718 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6719
6720 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6721 the constructed function name fun-1.
6722
6723 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6724 because such links don't lead to parent documentation.
6725
6726 2005-12-08 Kenichi Handa <handa@m17n.org>
6727
6728 * descr-text.el (describe-char): Use *Help-2* buffer if the
6729 current buffer is *Help*. Call describe-text-properties while
6730 setting the original buffer.
6731
6732 2005-12-07 Bill Wohler <wohler@newt.com>
6733
6734 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6735 and causes problems with non-MH users (such as Gnus users).
6736
6737 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6738
6739 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6740 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6741 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6742 command "info sources". Move calls to GDB command "list".
6743 (gdb-find-file-hook): Just use gdb-source-file-list.
6744 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6745 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6746 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6747 (gdb-data-list-register-values-handler): Use correct trigger name.
6748
6749 2005-12-07 Kim F. Storm <storm@cua.dk>
6750
6751 * ido.el (ido-completion-map): Rename from ido-mode-map.
6752 (ido-common-completion-map, ido-file-completion-map)
6753 (ido-file-dir-completion-map, ido-buffer-completion-map):
6754 Rename from ido-mode-....-map.
6755 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6756 (ido-setup-completion-map): Rename from ido-define-mode-map.
6757 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6758 to ido-completion-map.
6759
6760 2005-12-07 Kenichi Handa <handa@m17n.org>
6761
6762 * international/mule-cmds.el
6763 (set-display-table-and-terminal-coding-system): If the coding
6764 system specified in `unibyte-display' property is different from
6765 the arg coding-system, don't setup standard-display-table.
6766
6767 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6770 that comments end at \n, regardless of selective-display.
6771
6772 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6773
6774 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6775 (gdb-version): New variables.
6776 (gdb-source-file-list, gdb-register-names)
6777 (gdb-changed-registers): New variables for use with GDB 6.4+.
6778 (gdb-ann3): Replace with...
6779 (gdb-init-1, gdb-init-2): ...two new functions.
6780 (gdba, gdb-prompt): Call gdb-init-1.
6781 (gdb-get-version): New function. Call gdb-init-2 from here.
6782 (gud-watch): Make it work with mouse events too.
6783 (gdb-post-prompt): Don't add to queue until GDB version is known.
6784 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6785 (gdb-locals-mode): Use gdb-version.
6786 (gdb-memory-format-map, gdb-memory-unit-map)
6787 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6788 (gdb-locals-font-lock-keywords-1)
6789 (gdb-locals-font-lock-keywords-2): New variables.
6790 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6791 (gdb-set-gud-minor-mode-existing-buffers-1)
6792 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6793 (gdb-var-update-1, gdb-var-update-handler-1)
6794 (gdb-data-list-register-values-handler)
6795 (gdb-data-list-register-values-custom)
6796 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6797 (gdb-stack-list-locals-handler, gdb-get-register-names):
6798 New functions for use with GDB 6.4+.
6799 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6800 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6801 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6802 (gdb-stack-list-locals-regexp)
6803 (gdb-data-list-register-names-regexp): New regexps for use with
6804 GDB 6.4+.
6805
6806 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6809
6810 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6811
6812 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6813 prompts work for AUTH PLAIN. Also reported by Steve Allan
6814 <seallan@verizon.net>.
6815
6816 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6817
6818 * frame.el (set-frame-parameter): Add doc string.
6819
6820 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6821
6822 * textmodes/org.el (org-occur-highlights): New variable.
6823 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6824 (org-highlight-sparse-tree-matches): New option.
6825 (org-do-occur): New function.
6826 (org-get-heading): Make it work also at beginning of line.
6827 (org-category-table): New variable.
6828 (org-get-category-table, org-get-category)
6829 (org-camel-to-words, org-link-search): New functions.
6830 (org-select-this-todo-keyword): New variable.
6831 (org-todo-list): New command.
6832 (org-shiftright, org-shiftleft): New commands.
6833 (org-agenda-todo): Add prefix argument.
6834 (org-show-hierarchy-above): New option.
6835 (org-show-todo-tree): Numerical prefix creates tree for specific
6836 TODO keyword.
6837 (org-outline-level): New function, to assign a level to plain
6838 lists items.
6839 (org-cycle-include-plain-lists): New option.
6840 (org-mode): Use `org-outline-level' as value of `outline-level'.
6841 (org-cycle): Temporarily switch `outline-regexp' if
6842 `org-cycle-include-plain-lists' is non-nil.
6843 (org-start-icalendar-file): Fix format bug.
6844 (org-agenda-get-day-entries): Create category table.
6845 (org-agenda-get-todos, org-agenda-get-timestamps)
6846 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6847 (org-agenda-get-blocks): Use `org-get-category'.
6848 (org-context-in-file-links): Rename from
6849 `org-line-numbers-in-file-links'.
6850
6851 2005-12-06 Romain Francoise <romain@orebokech.com>
6852
6853 * window.el (balance-windows): Delete extraneous third arg in call
6854 to `enlarge-window'.
6855
6856 2005-12-06 Kenichi Handa <handa@m17n.org>
6857
6858 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6859
6860 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gdb-ui.el (gdb-var-create-handler)
6863 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6864 (gdb-var-list-children-handler, gdb-var-update-handler):
6865 Current buffer is already gdb-partial-output-buffer, don't
6866 make it current again.
6867
6868 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6871 (list-buffers-noselect): Use it.
6872
6873 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6876 (mail-yank-ignored-headers): Use regexp-opt.
6877 (mail-mode-map): Move initialization into declaration.
6878 (mail-sent-via): Remove unused shadowed var `to-line'.
6879 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6880 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6881 (mail-do-fcc): Use dolist and push.
6882 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6883 (mail-yank-ignored-headers): Don't autoload.
6884
6885 2005-12-05 Kenichi Handa <handa@m17n.org>
6886
6887 * international/mule-cmds.el (set-language-info-internal): New fun.
6888 (set-language-info): Call set-language-info-internal to update
6889 language-info-alist. If LANG-ENV is the current one, call
6890 set-language-environment to make INFO effective now.
6891 (set-language-info-alist): Likewise.
6892 (locale-language-names): With locale "en", use English
6893 lang. env. but set the default codings to iso-8859-1.
6894
6895 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6896
6897 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6898 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6899 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6900 for plain strings.
6901 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6902 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6903 Create registers buffer if necessary. Echo new state in minibuffer.
6904 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6905
6906 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6907
6908 * info.el (Info-fontify-node): Match external links using
6909 non-directory part of filename.
6910
6911 2005-12-04 Juri Linkov <juri@jurta.org>
6912
6913 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6914 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6915 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6916 because there is no customization option for it.
6917
6918 * font-lock.el (lisp-font-lock-keywords-1):
6919 Add define-global-minor-mode.
6920
6921 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6922
6923 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6924 properties on the constructed variable names.
6925
6926 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6927 Put `definition-name' properties on the constructed function names
6928 next-sym and prev-sym.
6929
6930 * emacs-lisp/find-func.el (find-function-regexp):
6931 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6932 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6933 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6934 and easy-menu-define.
6935
6936 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6937 easy-mmode-define-global-mode and define-global-minor-mode.
6938 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6939
6940 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6941 instead of easy-mmode-define-global-mode.
6942
6943 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6944 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6945
6946 * cus-edit.el (customize-group, customize-group-other-window):
6947 Filter out autoloaded options from the group completion list by
6948 using heuristics that autoloaded groups don't have `custom-autoload'
6949 property on their symbols (they have only `custom-loads').
6950
6951 * simple.el (completion-setup-function): Put completions-common-part
6952 face on complete completion string too (i.e. completion string
6953 without completions-first-difference face).
6954
6955 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6956
6957 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6958
6959 * view.el (view-mode): Doc fix.
6960
6961 * disp-table.el (standard-display-european): Add to the warning
6962 message a reference to the doc string.
6963
6964 * play/yow.el (apropos-zippy): Call print-help-return-message,
6965 similar to other Help and Apropos commands.
6966
6967 * help.el (print-help-return-message): If pop-up-frames is
6968 non-nil, set up help-return-method to delete the help window and,
6969 possibly, its frame as well, and don't display message about
6970 scrolling the help window. Doc fix.
6971 (help-return-method): Doc fix.
6972
6973 2005-12-03 Martin Rudalics <rudalics@gmx.at>
6974
6975 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6976 whereby names of length one or names starting with a
6977 symbol-constituent character would not be returned.
6978
6979 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6980
6981 * subr.el (atomic-change-group): Add edebug and indentation spec.
6982
6983 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * completion.el (save-completions-file-name): Fix typo in last change.
6986
6987 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6988
6989 * info.el: Move back/forward history to the beginning of the tool bar.
6990
6991 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6992
6993 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6994 Add fset of allout-real-isearch-abort during compile to fix
6995 byte-compilation warnings.
6996 (allout-mode-p): Move definition of this macro above all uses, or
6997 byte compilation in barren emacs (eg, during emacs build) will
6998 lack the definition.
6999 (allout-mode): Move this variable above any uses, or byte
7000 compilation will fail.
7001 (allout-resolve-xref): Remove use of personal file-reference function.
7002 (allout-toggle-current-subtree-encryption): Do the current (ie,
7003 visible containing) topic, rather than nearest around point. Doc fix.
7004 (allout-toggle-subtree-encryption): New function, workhorse that
7005 works on nearest topic containing point.
7006 (allout-encrypt-string): Signal requirement for newer version of pgg.
7007 (allout-resumptions): Doc fix.
7008
7009 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7010
7011 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7012
7013 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
7014
7015 * textmodes/flyspell.el (flyspell-external-point-words):
7016 Consider a misspelling as found in the string search if: (a) misspelling
7017 and found string lengths match, or (b) misspelling is found as
7018 element in a boundary-chars separated longer string, or (c)
7019 ispell-program-name is really ispell and misspelling is found as
7020 part of a TeX string. After successful match move beginning of
7021 search region to end of match. Warn about not found misspellings
7022 once the process is done.
7023 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7024
7025 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7028 tool bar (removed inadvertently).
7029
7030 2005-12-02 Juri Linkov <juri@jurta.org>
7031
7032 * log-view.el (log-view-diff): Clarify doc string.
7033
7034 2005-12-01 Bill Wohler <wohler@newt.com>
7035
7036 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7037 triggers lm-verify errors.
7038
7039 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
7040
7041 * simple.el (transient-mark-mode, line-number-mode)
7042 (column-number-mode, size-indication-mode): Remove `:require nil'.
7043
7044 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
7045
7046 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7047 in the margin also.
7048 (gdb-breakpoints-mode-map): Use D instead of d for
7049 gdb-delete-breakpoint.
7050 (gdb-get-frame-number): Require a number to match on.
7051 (gdb-threads-mode-map): Add follow-link binding.
7052
7053 2005-11-30 Jason Rumney <jasonr@gnu.org>
7054
7055 * isearch.el (isearch-mode-map): Avoid exiting search on
7056 language-change event.
7057
7058 2005-11-30 Romain Francoise <romain@orebokech.com>
7059
7060 * speedbar.el (speedbar-default-position): New defcustom.
7061 (speedbar-frame-reposition-smartly): Use it.
7062
7063 * dframe.el (dframe-reposition-frame-emacs): Fix position
7064 computation for `left' location.
7065 Update copyright year.
7066
7067 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * help.el (help-map): Move initialization into declaration.
7070
7071 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7072
7073 * help-fns.el (help-argument-name): Don't autoload.
7074 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7075 to be re-loaded when customizing the `help' group.
7076
7077 2005-11-30 John Paul Wallington <jpw@gnu.org>
7078
7079 * help-fns.el (describe-function-1): Fill arglist output.
7080
7081 2005-11-30 Kim F. Storm <storm@cua.dk>
7082
7083 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7084 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7085 after revert-buffer (or anything else which kills all local variables).
7086
7087 * apropos.el (apropos-parse-pattern): Doc fix.
7088 Set apropos-regexp directly, rather than expecting callers to do so.
7089 (apropos-command, apropos, apropos-value, apropos-documentation):
7090 Simplify calls to apropos-parse-pattern.
7091
7092 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7095 (hi-lock-face-phrase-buffer): Use hi-yellow face.
7096 (hi-lock-write-interactive-patterns): Use comment-region.
7097
7098 * longlines.el (longlines-mode): Add mail-setup-hook.
7099
7100 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7101
7102 * simple.el (sendmail-user-agent-compose, next-line):
7103 Conditionally use hard-newline.
7104
7105 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7106
7107 * international/latexenc.el (latex-inputenc-coding-alist):
7108 Reword doc string.
7109
7110 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
7111
7112 * help.el (describe-key-briefly, describe-key): Recognize default
7113 bindings.
7114
7115 2005-11-29 Romain Francoise <romain@orebokech.com>
7116
7117 * view.el (view-inhibit-help-message): New defcustom.
7118 (view-mode-enter): Use it.
7119
7120 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
7121
7122 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7123 Preserve user position.
7124
7125 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * font-lock.el: Throw error if facemenu is not loaded to prevent
7128 accidental change of loading order in loadup.el. (Suggested by RMS.)
7129
7130 * loadup.el: Add comment explaining why facemenu must be loaded
7131 before font-lock.
7132
7133 2005-11-28 Jay Belanger <belanger@truman.edu>
7134
7135 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7136 (calc-dispatch-map): Add more keys for `calc-same-interface'.
7137
7138 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7139
7140 * calc/calc-embed.el (calc-do-embedded): Update help message.
7141
7142 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7143
7144 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7147
7148 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7149 called-interactively-p.
7150 (elp-profilable-p): Rename from elp-not-profilable-p.
7151 Invert result and take into account macros and autoloaded functions.
7152 (elp-instrument-function): Update call.
7153 (elp-instrument-package): Update call. Add completion.
7154 (elp-pack-number): Use match-string.
7155 (elp-results-jump-to-definition-by-mouse): Merge into
7156 elp-results-jump-to-definition and then remove.
7157 (elp-output-insert-symname): Make help echo text single-line.
7158
7159 * replace.el (query-replace-map): Move initialization into declaration.
7160 (occur-engine): Use with-current-buffer.
7161 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7162 (occur-mode-mouse-goto): Replace with an alias.
7163
7164 2005-11-28 Juri Linkov <juri@jurta.org>
7165
7166 * simple.el (quoted-insert): Let-bind input-method-function to nil.
7167
7168 * term/w32-win.el: Bind [S-tab] to [backtab].
7169
7170 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7171 `Info-find-file' to t.
7172
7173 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7174 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7175 and same-window-regexps.
7176 (occur-next-error): Don't move point for arg 0.
7177
7178 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7181
7182 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * log-edit.el (log-edit-changelog-use-first): New var.
7185 (log-edit-changelog-ours-p): Use it.
7186 (log-edit-insert-changelog): Set it with new arg `use-first'.
7187 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7188 (log-edit-hook): Add them to the list of suggested options.
7189
7190 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7191 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7192 redundant work.
7193 (flyspell-mode-on): Use add-hook for after-change-functions.
7194 (flyspell-mode-off): Use remove-hook for after-change-functions.
7195 (flyspell-changes): Make it buffer-local.
7196 (flyspell-after-change-function): Make it non-interactive. Use push.
7197 (flyspell-post-command-hook): Check input-pending-p while processing
7198 the potentially long list of buffer changes.
7199
7200 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7201
7202 * buff-menu.el (list-buffers-noselect): Display the selected
7203 frame's buffer list, not the global one.
7204
7205 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7208 that (list last-input-event) works as in interactive spec.
7209
7210 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7211
7212 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7213 `facemenu-keymap' needs to be defined when font-lock is loaded.
7214 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7215
7216 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * completion.el: Remove useless leading * in defcustom docstrings.
7219 (save-completions-file-name): Use ~/.emacs.d if available.
7220 (completion-standard-syntax-table): Rename from
7221 cmpl-standard-syntax-table and fold initialization into declaration,
7222 thus removing cmpl-make-standard-completion-syntax-table.
7223 (completion-lisp-syntax-table, completion-c-syntax-table)
7224 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7225 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7226 (symbol-under-point, symbol-before-point)
7227 (symbol-under-or-before-point, symbol-before-point-for-complete)
7228 (add-completions-from-c-buffer): Use with-syntax-table.
7229 (make-completion): Don't return a list of completion entries.
7230 Update callers.
7231 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7232 (completion-initialize): Rename from initialize-completions.
7233 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7234 (kill-emacs-save-completions): Collect stats here.
7235 (save-completions-to-file, load-completions-from-file):
7236 Use with-current-buffer.
7237 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7238 into a function. Move all calls to toplevel.
7239 (completion-lisp-mode-hook): New fun.
7240 (completion-c-mode-hook, completion-setup-fortran-mode):
7241 Set the syntax-table here. Use local-set-key.
7242 (completion-saved-bindings): New var.
7243 (dynamic-completion-mode): Make it into a proper minor mode.
7244 (load-completions-from-file): Remove unused var `num-uses'.
7245
7246 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7247 constructor if it is explicitly overridden.
7248
7249 * complete.el (PC-completion-as-file-name-predicate):
7250 Use minibuffer-completing-file-name.
7251 (partial-completion-mode): Use find-file-not-found-functions.
7252 (PC-lisp-complete-symbol): Use with-syntax-table.
7253 (PC-look-for-include-file): Remove dead setq.
7254 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7255 (PC-complete): Use with-current-buffer.
7256
7257 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7258 escape single quotes.
7259
7260 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7263 of `if' whose condition always returned nil. Doc fix.
7264
7265 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7266 window's buffer the current buffer around the call to
7267 `list-buffers-noselect'. This is necessary to mark that buffer
7268 with a `.' in the Buffer Menu when called from Lisp, for instance
7269 by Auto Revert Mode.
7270
7271 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7274 attaching to it.
7275 (gdb-pre-prompt): Make sure gdb-error is reset.
7276
7277 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7278 with a child process, detect it.
7279 (gud-speedbar-buttons): Match regexp more carefully.
7280
7281 2005-11-27 Richard M. Stallman <rms@gnu.org>
7282
7283 * mouse.el (mouse-drag-move-window-bottom):
7284 Use adjust-window-trailing-edge.
7285
7286 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7287
7288 * simple.el (blink-matching-open): Ignore
7289 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7290 (blink-matching-paren-on-screen): Update docstring.
7291
7292 * paren.el (show-paren-mode): No longer change
7293 `blink-matching-paren-on-screen'.
7294
7295 2005-11-27 John Paul Wallington <jpw@pobox.com>
7296
7297 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7298 (gdb-threads-select, gdb-edit-register-value):
7299 Use `posn-set-point' instead of `mouse-set-point' because the
7300 latter is not fbound when configured without X.
7301
7302 2005-11-27 Kim F. Storm <storm@cua.dk>
7303
7304 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7305 existing face when partially highlighting a TAB in a rectangle.
7306
7307 2005-11-26 Kim F. Storm <storm@cua.dk>
7308
7309 * ido.el (ido-mode-map): Doc fix.
7310 (ido-mode-common-map, ido-mode-file-map)
7311 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7312 (ido-define-mode-map): Rewrite. Select one of the new maps as
7313 parent for ido-mode-map instead of building from scratch.
7314 (ido-init-mode-maps): New defun to initialize new maps.
7315 (ido-mode): Call it.
7316 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7317 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7318
7319 2005-11-26 John Paul Wallington <jpw@pobox.com>
7320
7321 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7322 `mouse-set-point' because the latter is not fbound when configured
7323 without X.
7324
7325 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7326
7327 * files.el (file-relative-name): Doc fix.
7328
7329 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7330
7331 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7332 non-empty string for secondary prompt PS2.
7333
7334 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7335
7336 * progmodes/compile.el (compilation-setup): Fix last change.
7337
7338 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7341 (gdb-mouse-toggle-breakpoint-margin)
7342 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7343 Add gdb-server-prefix to keep out of command history.
7344 (gdb-edit-register-value): New function.
7345 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7346 (gdb-info-registers-custom): Use above map.
7347
7348 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7349
7350 * custom.el (enable-theme): Signal error if argument is not a
7351 theme. Don't recalculate a face if it's not loaded yet.
7352
7353 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7354 the `user' theme is in effect.
7355
7356 * info.el (Info-on-current-buffer): Record actual filename in
7357 Info-current-file, instead of t, or a fake filename if a non-file
7358 buffer. Make autoload.
7359 (Info-find-node, Info-revert-find-node): No need to check for
7360 Info-current-file nil.
7361 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7362 Info-current-file is now never `t'.
7363 (Info-fontify-node): Many simplifications due to Info-current-file
7364 always being valid. Use Info-find-file to find node filename.
7365
7366 2005-11-25 David Kastrup <dak@gnu.org>
7367
7368 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7369 new character, then delete" in order to preserve markers.
7370
7371 2005-11-25 David Ponce <david@dponce.com>
7372
7373 * recentf.el (recentf-arrange-by-rule): Handle a special
7374 `auto-mode-alist'-like "strip suffix" rule.
7375 (recentf-build-mode-rules): Handle second level auto-mode entries.
7376
7377 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7378
7379 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7380 window modes.
7381
7382 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7383 jde-javadoc-checker-report-mode.
7384
7385 * ediff-wind (ediff-make-wide-display): Slight simplification.
7386
7387 * ediff.el (ediff-date): Change the date of last update.
7388
7389 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7390
7391 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7392 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7393 (hi-lock-mode): New global minor mode.
7394 (turn-on-hi-lock-if-enabled): New function.
7395 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7396 Change arguments to regexp and face instead of a font-lock pattern.
7397 Directly set face property, instead of refontifying.
7398 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7399 (hi-lock-find-patterns): Use line-number-at-pos.
7400
7401 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7402 arguments for hi-lock-set-pattern.
7403 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7404 Call font-lock-fontify-buffer.
7405 (hi-lock-find-file-hook, hi-lock-current-line)
7406 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7407
7408 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7409 turned off.
7410
7411 * progmodes/compile.el (compilation-setup): Don't fiddle with
7412 font-lock-defaults.
7413
7414 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * progmodes/gdb-ui.el (gdb-var-create-handler)
7417 (gdb-var-list-children-handler): Find values for all variable
7418 objects. gud-speedbar-buttons decides whether to display them.
7419
7420 2005-11-24 Romain Francoise <romain@orebokech.com>
7421
7422 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7423 buffer name with a space.
7424
7425 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7426
7427 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7428 `org-export-local-list-max-depth'. Change default value to 3.
7429 (org-auto-renumber-ordered-lists)
7430 (org-plain-list-ordered-item-terminator): New options.
7431 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7432 (org-get-indentation, org-get-string-indentation)
7433 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7434 New functions.
7435 (org-move-item-down, org-move-item-up): New commands.
7436 (org-export-as-html): New classes for CSS support. Bug fix in
7437 regular expression detecting fixed-width regions. Respect
7438 `org-local-list-ordered-item-terminator'.
7439 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7440 also a list item.
7441 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7442 New item moving functions.
7443
7444 2005-11-24 Juri Linkov <juri@jurta.org>
7445
7446 * isearch.el (isearch-repeat): With empty search ring set
7447 `isearch-error' to the error string instead of signaling error
7448 with the function `error'.
7449
7450 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7451
7452 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7453
7454 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7455
7456 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7457 and variable.
7458 (gdb-var-create-handler, gdb-var-list-children-handler):
7459 Don't match on "char **...".
7460 (gdb-var-update-handler): Find values for all variable objects.
7461 (gdb-info-frames-custom): Identify frames by leading "#".
7462
7463 * progmodes/gud.el (gud-speedbar-menu-items): Add
7464 gdb-speedbar-auto-raise as radio button.
7465 (gud-speedbar-buttons): Raise speedbar if requested.
7466 Don't match on "char **...".
7467 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7468 Make it editable.
7469
7470 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7471
7472 * info.el (Info-fontify-node): Handle the case where
7473 Info-current-file is t.
7474
7475 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * simple.el (blink-matching-open): Fix off-by-one in last change.
7478
7479 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7480
7481 * term/mac-win.el: Don't change default directory.
7482
7483 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7486 buffers correctly. (It used to throw an error in such buffers.)
7487 Make it ask for confirmation in group buffers and other Custom
7488 buffers containing more than one customization item.
7489
7490 2005-11-22 John Paul Wallington <jpw@gnu.org>
7491
7492 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7493 property on mail and url overlays.
7494 (goto-address-at-point): Use `posn-set-point' instead of
7495 `mouse-set-point' because the latter is not fbound when configured
7496 without X.
7497
7498 2005-11-22 Lars Hansen <larsh@soem.dk>
7499
7500 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7501 (ls-lisp-classify, ls-lisp-format): Delete call to
7502 ls-lisp-parse-symlink.
7503 (ls-lisp-handle-switches): Handle symlinks to directories as
7504 directories when ls-lisp-dirs-first in non-nil.
7505
7506 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7507
7508 * startup.el (command-line): Make sure that loaddefs.el is handled
7509 correctly in load-history.
7510
7511 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7512
7513 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7514 (gdb-struct-string, gdb-array-string): New constants.
7515 (gdb-info-locals-handler): Use them.
7516 (gdb-reset): Reset gdb-var-list to nil.
7517
7518 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7521 in patterns.
7522
7523 2005-11-21 Juri Linkov <juri@jurta.org>
7524
7525 * custom.el (defcustom): Update link types in docstring.
7526
7527 2005-11-20 Martin Rudalics <rudalics@gmx.at>
7528
7529 * custom.el (defgroup): Add doc-string-elt info.
7530
7531 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7532
7533 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * newcomment.el (comment-enter-backward): Fix last fix.
7536
7537 * simple.el (blink-matching-open):
7538 * paren.el (show-paren-function): Allow new paren-class info.
7539
7540 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7543 handled automagically.
7544
7545 2005-11-20 Andreas Schwab <schwab@suse.de>
7546
7547 * descr-text.el (describe-char): When copying overlays put them
7548 over the full char description instead of just the first character
7549 of it.
7550
7551 2005-11-20 Juri Linkov <juri@jurta.org>
7552
7553 * simple.el (what-cursor-position):
7554 * descr-text.el (describe-char): Use Lisp-readable syntax
7555 for octal and hex. Reorder decimal, octal and hex values.
7556 Remove excess whitespace in the output. Use `=' in `column='
7557 like in `point=' and `Hscroll='.
7558
7559 * international/mule-cmds.el (encoded-string-description):
7560 Use Lisp-readable syntax for hex.
7561
7562 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * newcomment.el (comment-enter-backward): Handle the case where the
7565 comment is closed by EOB.
7566
7567 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * longlines.el (longlines-before-revert-hook)
7570 (longlines-after-revert-hook): New functions.
7571 (longlines-mode): Turn off longlines temporarily when reverting.
7572 Add a message-setup-hook.
7573 (longlines-decode-buffer): New function.
7574 (longlines-wrap-line): Preserve marker positions.
7575
7576 2005-11-19 Andreas Schwab <schwab@suse.de>
7577
7578 * emacs-lisp/shadow.el: Handle compressed files.
7579
7580 2005-11-19 Romain Francoise <romain@orebokech.com>
7581
7582 * net/browse-url.el (browse-url-default-browser): Signal an error
7583 if no usable browser can be found, rather than try to load w3.
7584
7585 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7586
7587 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7588 replacing existing properties.
7589 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7590 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7591 tty specs.
7592 (rcirc-server-prefix, rcirc-server): New faces.
7593 (rcirc-url-regexp): Generate with rx macro.
7594 (rcirc-last-server-message-time): New variable.
7595 (rcirc-filter): Record time of last message.
7596 (rcirc-keepalive): Kill processes that did not send a message
7597 since the last ping.
7598 (rcirc-mode): Give rcirc-topic a local binding here.
7599
7600 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7601
7602 * subr.el (read-passwd): Fontify the prompt as we do with other
7603 prompts.
7604
7605 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7606
7607 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7608 binding buffer-read-only to nil.
7609
7610 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7611
7612 * complete.el (partial-completion-mode):
7613 Mention completion-auto-help in the doc string.
7614
7615 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7616 more Lisp-ish way.
7617
7618 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7619
7620 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7621 digits, not 8, to avoid misalignment for files larger than 100MB.
7622
7623 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7624
7625 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7626 Mention "keyboard shortcuts" in the help text.
7627
7628 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7629
7630 * startup.el (fancy-splash-default-action): Discard only
7631 mouse-down and succeeding mouse-up events in the splash screen
7632 window so that drag-n-drop event can be processed.
7633
7634 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * longlines.el (longlines-mode): Add hacks for mail-mode and
7637 message-mode.
7638
7639 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7640
7641 * textmodes/org.el (org-table-sort-lines): New command.
7642 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7643 (org-add-file): Command removed, use `org-agenda-file-to-front'
7644 instead.
7645 (org-export-icalendar): Use `org-icalendar-combined-name'.
7646 (org-cycle-agenda-files, org-agenda-file-to-end)
7647 (org-agenda-file-to-front): New commands.
7648 (org-table-tab-jumps-over-hlines, org-export-html-style):
7649 New options.
7650 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7651 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7652 New functions.
7653 (org-fill-paragraph): Call `org-table-align' in tables.
7654 (org-mode): Call `org-set-autofill-regexps'.
7655 (org-export-as-html): Support for local handformatted lists.
7656 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7657 (org-export-local-list-max-depth): New option.
7658 (org-html-expand): Use `org-html-protect'.
7659
7660 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7661
7662 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7663 to "p".
7664 (gdb): Move definition of gud-pp to...
7665
7666 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7667 speedbar.
7668 (gdb-find-watch-expression): New function.
7669
7670 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * faces.el (face-attribute, set-face-attribute): Mention existence
7673 of `:ignore-defface' setting in docstring.
7674
7675 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * simple.el (completion-setup-function): Fix last change.
7678
7679 2005-11-17 John Paul Wallington <jpw@pobox.com>
7680
7681 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7682 Use `posn-set-point' instead of `mouse-set-point' because the
7683 latter is not fbound when configured without X.
7684
7685 * comint.el (comint-insert-input): Likewise.
7686
7687 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7688
7689 * simple.el (hard-newline): New variable.
7690 (sendmail-user-agent-compose, next-line): Use it.
7691
7692 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7693 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7694 (mail-mail-reply-to, mail-mail-followup-to)
7695 (mail-position-on-field, mail-signature, mail-yank-original)
7696 (mail-attach-file): Likewise.
7697
7698 * mail/mailheader.el (mail-header-format)
7699 (mail-header-format-function): Likewise.
7700
7701 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7702
7703 2005-11-17 Juri Linkov <juri@jurta.org>
7704
7705 * font-lock.el (font-lock-faces): Rename this defgroup from
7706 `font-lock-highlighting-faces'.
7707 (font-lock-comment-face, font-lock-comment-delimiter-face)
7708 (font-lock-string-face, font-lock-doc-face)
7709 (font-lock-keyword-face, font-lock-builtin-face)
7710 (font-lock-function-name-face, font-lock-variable-name-face)
7711 (font-lock-type-face, font-lock-constant-face)
7712 (font-lock-warning-face, font-lock-negation-char-face)
7713 (font-lock-preprocessor-face)
7714 (font-lock-regexp-grouping-backslash)
7715 (font-lock-regexp-grouping-construct): Rename :group from
7716 `font-lock-highlighting-faces' to `font-lock-faces'.
7717
7718 * cus-edit.el (lisp, c, tex):
7719 * progmodes/ada-mode.el (ada):
7720 * progmodes/asm-mode.el (asm):
7721 * progmodes/cperl-mode.el (cperl-faces):
7722 * progmodes/cpp.el (cpp):
7723 * progmodes/dcl-mode.el (dcl):
7724 * progmodes/f90.el (f90):
7725 * progmodes/fortran.el (fortran):
7726 * progmodes/icon.el (icon):
7727 * progmodes/idlwave.el (idlwave-misc):
7728 * progmodes/m4-mode.el (m4):
7729 * progmodes/make-mode.el (makefile):
7730 * progmodes/meta-mode.el (meta-font):
7731 * progmodes/modula2.el (modula2):
7732 * progmodes/octave-mod.el (octave):
7733 * progmodes/pascal.el (pascal):
7734 * progmodes/perl-mode.el (perl):
7735 * progmodes/prolog.el (prolog):
7736 * progmodes/ps-mode.el (PostScript-edit):
7737 * progmodes/scheme.el (scheme):
7738 * progmodes/sh-script.el (sh-script):
7739 * progmodes/simula.el (simula):
7740 * progmodes/tcl.el (tcl):
7741 * textmodes/nroff-mode.el (nroff):
7742 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7743 * textmodes/sgml-mode.el (sgml):
7744 * textmodes/texinfo.el (texinfo):
7745 Add :link (custom-group-link font-lock-faces) to defgroup.
7746
7747 * hi-lock.el (hi-lock): Rename this defgroup from
7748 `hi-lock-interactive-text-highlighting'. Change parent group from
7749 `faces' to `font-lock'. Add link to the manual.
7750 (hi-lock-mode, hi-lock-file-patterns-range)
7751 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7752 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7753 (hi-lock-faces): Add :group `faces'.
7754
7755 * cus-edit.el (custom-variable-prompt): Clarify the code.
7756
7757 * faces.el (face-read-string): Set the default value arg of
7758 completing-read.
7759
7760 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7761
7762 * rfn-eshadow.el (file-name-shadow-properties)
7763 (file-name-shadow-tty-properties, file-name-shadow-mode):
7764 Remove autoloads, because the file is now preloaded.
7765
7766 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * printing.el (easy-menu-intern): Don't define.
7769 (pr-get-symbol): Use easy-menu-intern only if defined.
7770
7771 * simple.el (blink-matching-open): Simplify a bit.
7772 (completion-setup-function): Fix the case of partial-completion-mode
7773 when the minibuffer's contents start with "-".
7774 Obey completion-base-size-function even when
7775 minibuffer-completing-file-name is non-nil.
7776
7777 2005-11-16 Richard M. Stallman <rms@gnu.org>
7778
7779 * net/eudcb-ph.el (eudc-ph-open-session):
7780 Use set-process-query-on-exit-flag.
7781
7782 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7783
7784 * international/ucs-tables.el (ucs-set-table-for-input):
7785 Use make-local-variable, not make-variable-buffer-local.
7786
7787 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7788 Improve warning message text.
7789
7790 * savehist.el (savehist-save-hook): Add :group.
7791
7792 * menu-bar.el (menu-bar-help-menu):
7793 Rename Find Extra Packages to External Packages.
7794
7795 * cus-edit.el (Custom-reset-standard): Verify that
7796 :custom-standard-value prop exists before calling it.
7797
7798 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7799
7800 2005-11-16 Martin Rudalics <rudalics@gmx.at>
7801
7802 * wid-edit.el (color): Enclose %t in %{...%}.
7803
7804 * cus-edit.el (face): Enclose %t in %{...%}.
7805
7806 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7807
7808 * savehist.el (savehist-mode-hook): Re-add the var.
7809 (savehist-mode): Use it.
7810
7811 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * textmodes/flyspell.el: Fix commenting convention.
7814 Remove unnecessary leading * in custom docstrings.
7815 (flyspell-emacs): Remove unused var.
7816 (flyspell-delete-region-overlays): Use remove-overlays.
7817 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7818 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7819 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7820 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7821 (make-flyspell-overlay): Don't locally reuse a global name.
7822 (flyspell-highlight-incorrect-region)
7823 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7824 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7825 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7826 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7827 Wrap calls to accept-process-output inside with-local-quit since it's
7828 often called from a post-command-hook.
7829 (flyspell-correct-word, flyspell-auto-correct-word):
7830 Use ispell-send-string.
7831 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7832
7833 * calendar/diary-lib.el (diary-list-entries): Also hide the
7834 terminating newline.
7835
7836 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7837
7838 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7839 window-system, to allow fonts on tty.
7840
7841 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7842
7843 * progmodes/gud.el (gud-speedbar-item-info): New function.
7844 (gud-install-speedbar-variables): Use it to display data type
7845 of watch expression as a tooltip in speedbar.
7846
7847 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7848
7849 * font-core.el (global-font-lock-mode): Add :version keyword,
7850 because default was changed.
7851
7852 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7853
7854 * startup.el (command-line): Use `custom-reevaluate-setting' for
7855 `file-name-shadow-mode'.
7856
7857 * loadup.el: Preload rfn-eshadow.
7858
7859 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7860 Add :version keyword.
7861 (file-name-shadow-properties, file-name-shadow-tty-properties)
7862 (file-name-shadow): Add :version keyword.
7863
7864 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7865 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7866 in the custom-group property of the symbol frames and the fringe
7867 group got no link to its parent group frames.
7868 Doc fix.
7869
7870 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7871
7872 * progmodes/gud.el (gud-stop-subjob): New function.
7873 (gud-menu-map, gud-tool-bar-map): Use it.
7874
7875 2005-11-16 Kim F. Storm <storm@cua.dk>
7876
7877 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7878 than kill it.
7879 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7880 to a more useful/logical place.
7881
7882 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7883
7884 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7885 go buttons complementary.
7886
7887 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7890 (rfn-eshadow-sifn-equal): New function.
7891 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7892
7893 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7894
7895 * viper-utils.el (viper-non-word-characters-reformed-vi):
7896 Quote `-' in string.
7897
7898 * viper.el (viper-emacs-state-mode-list): Ensure that
7899 rcirc-mode buffers come up in Emacs state.
7900
7901 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7902 operation.
7903
7904 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7905
7906 * term.el (term-termcap-format): Fix typos.
7907 (term-down): Fix the negative argument case.
7908
7909 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7912 2005-08-15.
7913 (gdb-ann3): New command gud-go.
7914 (menu): Accomodate gdb-mi.el.
7915 (gdb-assembler-custom): Make buffer of selected window current
7916 so that set-window-point works.
7917
7918 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7919 buttons and include new ones.
7920
7921 2005-11-16 Kim F. Storm <storm@cua.dk>
7922
7923 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7924 (gud-menu-map): Use it.
7925
7926 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7927
7928 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7929 that works correctly for Custom and that does not override a user
7930 who disables it.
7931
7932 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7933 (help-xref-interned, help-follow): Make hyperlinks for variables
7934 that are unbound, but have a non-nil variable-documentation property.
7935
7936 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7937 mode hook. (It conflicted with defcustoms for some mode hooks.)
7938 Use the `variable-documentation' property to give the mode hook a
7939 docstring and expand that docstring.
7940
7941 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7942
7943 * savehist.el (savehist-mode): Don't bother with
7944 `custom-set-minor-mode'.
7945 (savehist-coding-system): Check XEmacs version.
7946 (history-length): Declare also at run time.
7947 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7948 Don't set the customize state.
7949 (savehist-minibuffer-hook): Special case for when
7950 minibuffer-history-variable is equal to t.
7951
7952 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * files.el (write-file): Refresh VC status.
7955
7956 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7957 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7958 than fundamental-mode to see if the mode was set.
7959
7960 2005-11-14 Romain Francoise <romain@orebokech.com>
7961
7962 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7963 dummy function in `eval-when-compile' to avoid compiler warning.
7964 Require `man' at compile time.
7965
7966 2005-11-14 Jay Belanger <belanger@truman.edu>
7967
7968 * calc-alg.el (calcFunc-write-out-power): Rename it to
7969 calcFunc-powerexpand.
7970 (math-write-out-power): Rename it to math-powerexpand; have it
7971 handle negative exponents.
7972 (calc-writeoutpower): Rename it to calc-powerexpand.
7973
7974 * calc-ext.el: Change calcFunc-writeoutpower and
7975 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7976 autoloads.
7977 Add calcFunc-ldiv to autoloads.
7978
7979 * calc-arith.el (calcFunc-ldiv): New function.
7980
7981 * calc.el (calc-left-divide): New function.
7982
7983 2005-11-14 Juri Linkov <juri@jurta.org>
7984
7985 * cus-edit.el (custom-variable-prompt): Set the default value arg
7986 of completing-read.
7987
7988 * cus-dep.el (custom-make-dependencies): Reverse the list of
7989 found dependencies.
7990
7991 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7992
7993 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7994 Highlighting" entry, it is on by default now.
7995 (menu-bar-options-save): Do not save global-font-lock-mode.
7996
7997 2005-11-13 Richard M. Stallman <rms@gnu.org>
7998
7999 * textmodes/flyspell.el (flyspell-large-region):
8000 Call flyspell-accept-buffer-local-defs.
8001
8002 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
8003
8004 * textmodes/flyspell.el (flyspell-notify-misspell):
8005 Fix misspelling of "Misspelling".
8006 (flyspell-process-localwords): New function.
8007 (flyspell-large-region): Call flyspell-process-localwords and
8008 flyspell-delete-region-overlays.
8009 (flyspell-delete-region-overlays): New function.
8010 (flyspell-delete-all-overlays): Call that.
8011
8012 2005-11-13 Richard M. Stallman <rms@gnu.org>
8013
8014 * help.el (help-for-help-internal): Improve doc of C-h a.
8015 (describe-key): Improve prompt; doc fix.
8016
8017 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * vc-svn.el (vc-svn-registered): Catch all errors.
8020
8021 * cus-dep.el (custom-make-dependencies): Typo.
8022
8023 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * net/tramp-util.el (top): Fix compilation warning.
8026
8027 2005-11-13 Kim F. Storm <storm@cua.dk>
8028
8029 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
8030
8031 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8032
8033 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8034 (gud-speedbar-buttons): Match on "const char *" too.
8035
8036 * progmodes/gdb-ui.el (gdb-var-create-handler)
8037 (gdb-var-list-children-handler): Match on "const char *" too.
8038 (gdb-var-evaluate-expression-handler): Match on empty string.
8039 (gdb-var-update-handler): Only call
8040 gdb-var-evaluate-expression-handler when required.
8041
8042 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
8043
8044 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8045 selected window. This still doesn't work for speedbar.
8046 (gud-speedbar-buttons): Handle string expressions properly.
8047
8048 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8049 (gdb-var-create-handler): Handle string expressions properly.
8050 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8051 Handle string expressions properly. Move "type" field into regexp.
8052
8053 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8054
8055 * bookmark.el (bookmark-maybe-message): New function to reduce
8056 code duplication: invokes `message' iff baud-rate is high enough.
8057 (bookmark-write-file): Use above instead of an inline conditional.
8058 (bookmark-load): Same.
8059
8060 2005-11-12 Karl Fogel <kfogel@red-bean.com>
8061
8062 * bookmark.el (bookmark-write-file): Don't visit the destination
8063 file, just write the data to it using write-region. This is
8064 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8065 change to avoid visiting the file in the first place.
8066
8067 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * hi-lock.el (hi-lock-mode): Set the default value of
8070 font-lock-defaults.
8071
8072 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8075 arg to `file-attributes'.
8076 (find-lisp-format): The UID and GID can now be strings.
8077
8078 2005-11-12 Kim F. Storm <storm@cua.dk>
8079
8080 * help.el (help-map): Bind C-h d to apropos-documentation.
8081
8082 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8083 when point is at end-of-buffer.
8084
8085 * apropos.el (apropos-match-face): Doc fix.
8086 (apropos-sort-by-scores): Add new choice `verbose'.
8087 (apropos-documentation-sort-by-scores): New defcustom.
8088 (apropos-pattern): Now contains the pattern entered by the user.
8089 (apropos-pattern-quoted): New defvar.
8090 (apropos-regexp): New defvar, containing the regexp corresponding
8091 to apropos-pattern.
8092 (apropos-all-words-regexp): Rename from apropos-all-regexp.
8093 (apropos-read-pattern): New defun. Use it to read pattern arg in
8094 interactive calls; returns list of words for a word list, and
8095 string for a regexp.
8096 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
8097 parses a list of words or regexp as returned by apropos-read-pattern.
8098 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8099 (apropos-score-doc): Return a very high score if the string
8100 entered by the user matches literally.
8101 (apropos-variable): Doc fix. Use apropos-read-pattern.
8102 (apropos-command): Doc fix. Use apropos-read-pattern and
8103 apropos-parse-pattern. Call apropos-print with nosubst=t.
8104 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
8105 apropos-parse-pattern.
8106 (apropos-documentation): Doc fix. Use apropos-read-pattern and
8107 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
8108 apropos-documentation-sort-by-scores. Call apropos-print with
8109 nosubst=t.
8110 (apropos-documentation-internal): Pass doc string through
8111 substitute-key-definition before adding text properties.
8112 Highlight substring matching literal user input if possible.
8113 (apropos-documentation-check-doc-file): Remove locals beg and end.
8114 Fix calculation of score (as added twice). Pass doc string through
8115 substitute-key-definition before adding text properties.
8116 (apropos-documentation-check-elc-file): Pass doc string through
8117 substitute-key-definition before adding text properties.
8118 Highlight substring matching literal user input if possible.
8119 (apropos-print): Add new arg NOSUBST; if set, command and variable
8120 doc strings have already been passed through substitute-key-definition.
8121 Add code to handle apropos-accumulator items without score element
8122 for backwards compatibility (e.g. with woman package).
8123 Only show scores if apropos-sort-by-scores is `verbose'.
8124
8125 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8128 Add jka-compr-load-suffixes to load-suffixes.
8129
8130 * jka-compr.el: Require jka-cmpr-hook.
8131 (jka-compr-info-compress-message, jka-compr-info-compress-program)
8132 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8133 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8134 (jka-compr-info-can-append, jka-compr-info-strip-extension)
8135 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8136 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
8137 (jka-compr-uninstall): Remove entries from
8138 jka-compr-added-to-file-coding-system-alist after they are used.
8139 (jka-compr-error): Remove unused var `curbuf'.
8140 (jka-compr-file-local-copy): Remove unused var `notfound'.
8141
8142 2005-11-10 Romain Francoise <romain@orebokech.com>
8143
8144 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8145
8146 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * progmodes/gud.el (gud-menu-map): Move parentheses.
8149 (gdb): New command gud-pv.
8150
8151 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * tar-mode.el: Remove spurious or unnecessary leading stars
8154 in docstrings.
8155 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8156 (tar-parse-octal-integer-safe): Use mapc.
8157 (tar-header-block-summarize): Remove unused var `ck'.
8158 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8159 cleared before. Obey default-enable-multibyte-characters.
8160 Use mapconcat. Simplify setting of tar-header-offset.
8161 (tar-mode-map): Move initialization inside delcaration.
8162 (tar-flag-deleted): Use `abs'.
8163 (tar-expunge-internal): Remove unused var `line'.
8164 (tar-expunge-internal): Don't hardcode point-min==1.
8165 (tar-expunge): Widen while doing set-buffer-multibyte.
8166 (tar-rename-entry): Use file-name-coding-system.
8167 (tar-alter-one-field): Don't hardcode point-min==1.
8168 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8169 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
8170
8171 2005-11-10 Masatake YAMATO <jet@gyve.org>
8172
8173 * add-log.el (add-log-current-defun): Handle class::method
8174 notation of c++. Fix incorrect comment.
8175
8176 2005-11-10 Alan Mackenzie <acm@muc.de>
8177
8178 * help-fns.el (describe-variable): Make C-h v work when a variable
8179 has variable documentation yet is unbound.
8180
8181 2005-11-10 Masatake YAMATO <jet@gyve.org>
8182
8183 * man.el (Man-highlight-references): Set an empty
8184 string to `Man-arguments' if it is nil.
8185 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8186
8187 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8190 commenting conventions.
8191
8192 * cus-dep.el (custom-make-dependencies): Simplify.
8193 Better follow the commenting conventions.
8194
8195 2005-11-09 Richard M. Stallman <rms@gnu.org>
8196
8197 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8198 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8199 All uses changed.
8200 (apropos-rewrite-regexp): Doc fix.
8201 (apropos-variable, apropos-command, apropos, apropos-value):
8202 Change prompt; carry through the argument renaming.
8203
8204 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8205
8206 * find-lisp.el: Require dired.
8207 (find-lisp-find-dired-internal): Do not call
8208 `abbreviate-file-name' on DIR.
8209
8210 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8213
8214 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8215
8216 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8217 when using the speedbar.
8218 (gdb): New command gud-pp.
8219 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8220
8221 2005-11-09 Juri Linkov <juri@jurta.org>
8222
8223 * replace.el (occur-excluded-properties): New defcustom.
8224 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8225
8226 2005-11-08 Jay Belanger <belanger@truman.edu>
8227
8228 * calc/calc-units.el (math-convert-units): Replace any composite
8229 unit by its definition.
8230
8231 2005-11-08 Lars Hansen <larsh@soem.dk>
8232
8233 * emacs-lisp/autoload.el (update-directory-autoloads):
8234 Add obsolete function alias.
8235
8236 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8239 comment-indent-function.
8240 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8241
8242 * reveal.el (reveal-post-command): Rework the handling of
8243 reveal-open-spots, so as to be more reliable. There were several
8244 tricky corner cases where an open spot might be lost, or where
8245 a closed spot might end up on the list of open spots.
8246 Only reveal text that's ellipsised.
8247
8248 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8249
8250 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8251
8252 2005-11-07 John Paul Wallington <jpw@gnu.org>
8253
8254 * ibuffer.el (ibuffer): Search iconified frames too when
8255 getting Ibuffer buffer's window.
8256
8257 2005-11-06 Richard M. Stallman <rms@gnu.org>
8258
8259 * progmodes/compile.el (compilation-internal-error-properties):
8260 save-excursion around the computation of MARKER.
8261
8262 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8263
8264 * textmodes/flyspell.el (flyspell-external-point-words):
8265 flyspell-get-word returns a list, not just a string.
8266
8267 2005-11-06 John Paul Wallington <jpw@pobox.com>
8268
8269 * ibuffer.el (ibuffer): Search all visible frames when getting
8270 Ibuffer buffer's window.
8271
8272 2005-11-07 Masatake YAMATO <jet@gyve.org>
8273
8274 * man.el (Man-reference-regexp): Accept spaces between
8275 `Man-name-regexp' and `Man-section-regexp'.
8276 (Man-apropos-regexp): New variable.
8277 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8278 if available.
8279 (Man-highlight-references, Man-highlight-references0):
8280 Handle the case when `Man-arguments' includes "-k".
8281 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8282 `TARGET'. `TARGET' can be a number, function or nil.
8283
8284 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8287 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8288 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8289 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8290 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8291 (gdb-send-item): Use buffer-local-value and simplify.
8292
8293 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8294
8295 * startup.el (command-line): Use `custom-reevaluate-setting' for
8296 `global-font-lock-mode'.
8297
8298 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8299 by default, except in batch mode or when the -D option is given.
8300
8301 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8302 specified keyword args on to `define-minor-mode'. Update docstring.
8303
8304 2005-11-05 Romain Francoise <romain@orebokech.com>
8305
8306 * replace.el (occur-engine): Add marker at end of line, too.
8307
8308 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8309
8310 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8311 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8312 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8313 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8314 argument to all these routines, so the passphrase can be managed
8315 externally and passed in to the system.
8316 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8317 pgg-add-passphrase-to-cache function.
8318
8319 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8320 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8321 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8322 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8323 argument to all these routines, so the passphrase can be managed
8324 externally and passed in to the system.
8325 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8326 function.
8327
8328 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8329
8330 * font-lock.el: Don't deal with font-lock-face-attributes here,
8331 move the code ...
8332
8333 * startup.el (command-line): ... here. Use face-spec-set instead
8334 of custom-declare-face.
8335
8336 * faces.el (face-spec-set): Reset the face if spec is not nil.
8337
8338 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * newcomment.el (comment-region-internal): Box more tightly in the
8341 common case where there's no TAB in the boxed text.
8342
8343 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8344
8345 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8346 up-node.
8347
8348 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8349
8350 * newsticker.el: Commentary updated. Code formatting changed.
8351 (newsticker-version): Change to "1.9".
8352 (newsticker, newsticker-feed): Doc fix.
8353 (newsticker-url-list): Doc fix. Add option "Weekly".
8354 (newsticker-retrieval-interval): Add option "Weekly".
8355 (newsticker-headline-processing): Doc fix.
8356 (newsticker-auto-mark-filter): Remove.
8357 (newsticker-auto-mark-filter-list): New.
8358 (newsticker-layout, newsticker-sort-method): Doc fix.
8359 (newsticker-hide-old-items-in-newsticker-buffer)
8360 (newsticker-heading-format, newsticker-item-format)
8361 (newsticker-desc-format): Doc fix.
8362 (newsticker-show-all-rss-elements): Remove.
8363 (newsticker-show-all-news-elements): New.
8364 (newsticker-faces, newsticker-ticker): Doc fix.
8365 (remove-from-invisibility-spec): Code formatting.
8366 (newsticker--process-ids): New.
8367 (newsticker-mode): Doc fix.
8368 (newsticker-mode): Change mode-line-format.
8369 (newsticker-start): Remove debug output.
8370 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8371 (newsticker-w3m-show-inline-images): Code formatting.
8372 (newsticker-next-item): Call `force-mode-line-update'.
8373 (newsticker-previous-item): Call `force-mode-line-update'.
8374 (newsticker-next-feed): Call `force-mode-line-update'.
8375 (newsticker-previous-feed): Call `force-mode-line-update'.
8376 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8377 (newsticker-show-old-items): Do not show descs.
8378 (newsticker-hide-entry): Hide too much.
8379 (newsticker-hide-entry, newsticker-show-entry)
8380 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8381 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8382 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8383 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8384 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8385 (newsticker-get-news): Call `force-mode-line-update'.
8386 Collect process ids.
8387 (newsticker--sentinel): Change coding system handling.
8388 Move image retrieval to new functions newsticker--get-logo-url-*.
8389 Move feed parsing to new functions newsticker--parse-*.
8390 Update list of process ids.
8391 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8392 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8393 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8394 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8395 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8396 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8397 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8398 (newsticker--decode-coding-string): Remove.
8399 (newsticker--decode-numeric-entities): Check input. Format code.
8400 (newsticker--remove-whitespace): Check input.
8401 (newsticker--do-forget-preformatted): Doc fix.
8402 (newsticker--decode-rfc822-date): Allow for missing time.
8403 (newsticker--update-process-ids): New.
8404 (newsticker--image-sentinel): Change comment.
8405 (newsticker--image-read): Change error message.
8406 (newsticker--imenu-goto): Doc fix. Show headline title.
8407 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8408 (newsticker--buffer-do-insert-text): Clean whitespace in
8409 html-rendered headline title. Code formatting.
8410 Call `newsticker--buffer-print-extra-elements'.
8411 (newsticker--buffer-print-extra-element): Remove.
8412 (newsticker--buffer-print-extra-elements): New.
8413 (newsticker--buffer-do-print-extra-element): New.
8414 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8415 large sizes.
8416 (newsticker--run-auto-mark-filter)
8417 (newsticker--do-run-auto-mark-filter):
8418 Use `newsticker-auto-mark-filter-list'.
8419
8420 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8421
8422 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8423 (rcirc-print): Force redisplay before running hooks. Do long
8424 buffer truncation after making new text read-only. Deal with nil
8425 text when decoding strings. If TARGET is nil, use either the
8426 currently selected buffer, if it is an rcirc buffer and of the
8427 same process or the process buffer.
8428 (rcirc-mode): Remove header-line. Recompute short buffer names.
8429 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8430 (rcirc-short-buffer-name): Add variable.
8431 (rcirc-kill-buffer-hook): Recompute short buffer names.
8432 Remove nick from private channel.
8433 (rcirc-send-input): Send command text to current-buffer.
8434 Don't clear overlay arrow here.
8435 (rcirc-short-buffer-name): Return a short buffer name.
8436 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8437 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8438 buffer-name abbreviations.
8439 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8440 Do not touch nick-table when killing a parted channel.
8441 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8442 Clear arrow from current buffer if it is now hidden.
8443 (rcirc-current-buffer): Add variable.
8444 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8445 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8446 Remove -face from names.
8447 (rcirc-update-activity-string): Print "DND" when globally ignoring
8448 activity.
8449 (rcirc-ignore-buffer-activity-flag): Rename from
8450 rcirc-ignore-channel-activity.
8451 (rcirc-ignore-all-activity-flag): Doc fix.
8452 (rcirc-channels): Remove variable.
8453 (rcirc-kill-buffer-hook):
8454 (rcirc-get-buffer-create): Add nick to private channel.
8455 (rcirc-multiline-edit-submit): Remove tabs.
8456 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8457 folded.
8458 (rcirc-remove-nick-channel): Bug fix.
8459 (rcirc-toggle-ignore-buffer-activity): Rename from
8460 rcirc-toggle-ignore-channel-activity.
8461 (rcirc-record-activity): Add buffers to the front of the list.
8462 (rcirc-update-activity): Remove killed buffers from list.
8463 (rcirc-process-server-response-1): Remove last argument if it is
8464 null before calling handler.
8465 (rcirc): Add "rcirc" defcustom prefix.
8466 (rcirc-prompt): Simplify default prompt.
8467 Use custom-initialize-default.
8468 (rcirc-private-chats): Remove variable.
8469 (rcirc-prompt): Change initialization.
8470 (rcirc-version): Remove function.
8471 (rcirc-id-string): Add constant.
8472 (rcirc-last-buffer): Remove variable.
8473 (rcirc-buffer-alist): Add variable.
8474 (rcirc-connect): Update variable setup.
8475 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8476 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8477 default.
8478 (rcirc-handler-generic): Trigger activity.
8479 (rcirc-send-message): Create the buffor of the target.
8480 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8481 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8482 (rcirc-multiline-edit-cancel): Remove function.
8483 (rcirc-set-last-buffer): Remove function.
8484 (rcirc-get-any-buffer): Add function.
8485 (rcirc-join-channels): Don't print /join text.
8486 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8487 messages.
8488 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8489 (rcirc-handler-NOTICE): Recognize CTCP responses.
8490 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8491 constructing TOPIC string for buffers we are not JOINed.
8492 (rcirc-handler-CTCP-response): Add handler.
8493 (rcirc-multiline-edit-submit): Restore the window-configuration
8494 before adjusting point.
8495 (rcirc): Add customization group.
8496 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8497 (rcirc-user-full-name, rcirc-startup-channels-alist)
8498 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8499 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8500 (rcirc-input-ring-size, rcirc-read-only-flag)
8501 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8502 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8503 Change defvar to defcustom.
8504 (rcirc-update-prompt): Add optional ALL arg, which will update
8505 prompts in all rcirc buffers. Regexp quote replacement text.
8506 (rcirc-fill-column): Accept frame-width as a value.
8507 (rcirc-set-changed): Add function.
8508 (rcirc-next-active-buffer): Write more meaningful messages.
8509 (rcirc-faces): Add customization group.
8510 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8511 (rcirc-nick-in-message-face, rcirc-prompt-face)
8512 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8513 (with-rcirc-process-buffer): Move before first usage.
8514 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8515 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8516 (rcirc-debug): Rename from `rcirc-log'.
8517 (rcirc-format-response-string): Do not print `-' chars for a
8518 NOTICE with no sender. Simplify output of server responses.
8519
8520 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8521
8522 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8523 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8524 Make urls mouse and RET clickable.
8525
8526 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8527
8528 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8529
8530 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8531
8532 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8533 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8534 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8535 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8536 argument to all these routines, so the passphrase can be managed
8537 externally and passed in to the system.
8538 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8539 pgg-add-passphrase-to-cache function.
8540
8541 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8542 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8543 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8544 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8545 argument to all these routines, so the passphrase can be managed
8546 externally and passed in to the system.
8547 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8548 function.
8549
8550 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8551
8552 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8553 from goto-address-url-regexp.
8554
8555 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8556
8557 * textmodes/org.el (org-read-date, org-goto-calendar)
8558 (org-recenter-calendar, org-agenda-goto-calendar):
8559 Temporarily clear `calendar-move-hook'.
8560
8561 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8562
8563 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8564 merging.
8565
8566 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8567 have merge clashes.
8568
8569 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8570
8571 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8572 Undo previous change.
8573
8574 * startup.el (command-line): Use `custom-reevaluate-setting' for
8575 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8576 tty-register-default-colors on Mac.
8577
8578 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8579
8580 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8581 (gdb-buffer-type): Make it automatically buffer local...
8582 (gdb-get-create-buffer): ...and set it accordingly.
8583 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8584 actually work.
8585
8586 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8587
8588 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8589 not red.
8590
8591 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8594 case GUD buffer is not visible.
8595 (gdb-goto-breakpoint): Try to force display in source buffer.
8596 (gdb-frame-gdb-buffer): Copy other similar functions.
8597 (gdb-restore-windows): Don't display source if not asked for.
8598 (gdb-assembler-buffer-name): Don't capitalise.
8599
8600 2005-11-03 Richard M. Stallman <rms@gnu.org>
8601
8602 * wid-edit.el (key-sequence): New widget type.
8603
8604 * simple.el (set-mark-command-repeat-pop): New variable.
8605 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8606 if set-mark-command-repeat-pop is true.
8607
8608 * info.el (Info-fontify-node): Don't display extra "see" if there
8609 already is one here.
8610
8611 * mouse.el: Fix special handling of DEL after dragging a region:
8612 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8613 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8614
8615 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8616
8617 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8618 not to assume it pertains to an affix.
8619
8620 * textmodes/flyspell.el (flyspell-post-command-hook):
8621 Bind deactivate-mark to prevent deactivation.
8622
8623 2005-11-03 Lars Hansen <larsh@soem.dk>
8624
8625 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8626 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8627 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8628
8629 2005-11-03 Romain Francoise <romain@orebokech.com>
8630
8631 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8632 Update copyright years.
8633
8634 2005-11-03 Sam Steingold <sds@gnu.org>
8635
8636 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8637 Use system-type instead of window-system because window-system is not
8638 correctly defined during loadup.
8639
8640 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8641
8642 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8643 (xml-parse-tag): Join strings separated by a comment properly.
8644
8645 2005-11-02 Andreas Schwab <schwab@suse.de>
8646
8647 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8648
8649 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8652 (byte-optimize-pure-func): Quote the eval'd value.
8653
8654 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8655 Rename from perl-font-lock-syntactic-face-function.
8656 Change the calling convention so it can be used as a font-lock MATCHER.
8657 Do the parse-partial-sexp loop outselves.
8658 (perl-font-lock-syntactic-keywords): Use it.
8659 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8660
8661 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8664 disassembly buffer too.
8665 (gdb-exited): Remove overlay arrows when execution has finished.
8666 (gdb-info-frames-custom, gdb-info-threads-custom)
8667 (gdb-info-registers-custom): Don't add inappropriate text
8668 properties if inferior is not active.
8669
8670 2005-11-02 Glenn Morris <rgm@gnu.org>
8671
8672 * progmodes/fortran.el (fortran-blink-match):
8673 Use `blink-matching-delay'.
8674
8675 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8676
8677 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8678
8679 2005-11-02 Lars Hansen <larsh@soem.dk>
8680
8681 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8682 "Permission denied".
8683
8684 2005-11-01 Richard M. Stallman <rms@gnu.org>
8685
8686 * textmodes/flyspell.el (flyspell-external-point-words):
8687 Pass nil to flyspell-get-word.
8688
8689 2005-11-02 Kim F. Storm <storm@cua.dk>
8690
8691 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8692 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8693
8694 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8697 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8698 (calendar-mouse-print-dates): Add optional `event' argument.
8699 Update interactive-spec.
8700 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8701 Use `calendar-event-to-date' instead of `event'.
8702
8703 2005-11-02 Masatake YAMATO <jet@gyve.org>
8704
8705 * progmodes/ld-script.el (ld-script-builtins):
8706 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8707 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8708 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8709
8710 2005-11-01 Romain Francoise <romain@orebokech.com>
8711
8712 * vc-sccs.el: Update copyright year.
8713 * ezimage.el: Likewise.
8714
8715 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8716
8717 * info.el (Info-fontify-node): Use `string-width' for fontifying
8718 underlined titles.
8719
8720 2005-11-01 Juri Linkov <juri@jurta.org>
8721
8722 * info.el (Info-fontify-node): Downcase node header keywords Node,
8723 Prev, Next, Up before comparison.
8724 (Info-history): Insert absolute directory name, and put invisible
8725 property on it.
8726
8727 2005-11-01 Juri Linkov <juri@jurta.org>
8728
8729 * info.el (Info-file-supports-index-cookies): New variable.
8730 (Info-find-node-2): Check makeinfo version for index cookie support.
8731 (Info-index-nodes): Search for nodes with index cookies only when
8732 Info-file-supports-index-cookies is t. Otherwise, search nodes
8733 with "Index" in the node name.
8734 (Info-index-node): Search index cookie in the current node only when
8735 Info-file-supports-index-cookies is t. Otherwise, check the word
8736 "Index" in the node name.
8737 (Info-find-emacs-command-nodes): Remove code that searches nodes
8738 with "Index" node name in the top menu.
8739
8740 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * progmodes/scheme.el (scheme-mode-variables): Use the default
8743 comment-indent-function.
8744
8745 * faces.el (face-attribute): Handle the case where a face inherits from
8746 a non-existent face.
8747
8748 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8749 for octal and hexa output, and merge the char into the paren.
8750 (kill-new): Use push.
8751 (copy-to-buffer): Use with-current-buffer.
8752 (completion-setup-function): Move code in loop to remove redundancy.
8753 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8754 those inherited from minibuffer-local-completion-map.
8755
8756 * savehist.el (savehist-mode) <defcustom>:
8757 Use custom-set-minor-mode if available.
8758 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8759 and emit a message if applicable.
8760
8761 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8762
8763 * savehist.el: Sync up to version 19.
8764 (savehist-mode): New minor mode.
8765 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8766 (savehist-length): Remove (use history-length instead).
8767 (savehist-file-modes): Rename from savehist-modes.
8768 (savehist-save-hook, savehist-loaded): New vars.
8769 (savehist-load): Use savehist-mode. Try to smooth up transition from
8770 old format to new format.
8771 (savehist-install): Allow savehist-autosave-interval to be nil.
8772 (savehist-save): Run the new hook. Be more careful to only trim the
8773 history variables.
8774 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8775 (savehist-printable): Print into a buffer rather than char-by-char.
8776
8777 2005-11-01 John Wiegley <johnw@newartisans.com>
8778
8779 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8780 toggle-ignore keybinding (C-a). The author said it had been
8781 disabled much earlier due to a possible incompatibility, but after
8782 many months of usage I have encountered no problems (and it is a
8783 rather useful option, especially for switching to " *temp*").
8784
8785 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8786 support for OS/X's AddressBook, by calling out to the open source
8787 program "contacts" (installable through Fink).
8788
8789 * net/eudc.el (eudc-expand-inline): If the
8790 `eudc-multiple-match-handling-method' is set to `all', delete the
8791 query string before inserting the query result.
8792
8793 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8794 flag, to prevent Eshell from using the system ls when
8795 `eshell-ls-insert-directory' is in used.
8796 (eshell-ls-insert-directory): Disable font-lock in directory
8797 buffer so that Eshell's own fontification is seen. This broke
8798 recently due to changes in font-lock, so this goes back to version
8799 21 behavior.
8800
8801 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8802
8803 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8804 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8805 (gdb-many-windows): Doc fix.
8806
8807 2005-10-31 Romain Francoise <romain@orebokech.com>
8808
8809 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8810
8811 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8812
8813 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8814 that global-font-lock-mode can be enabled by default.
8815
8816 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8817 (font-lock-add-keywords, font-lock-remove-keywords)
8818 (font-lock-fontify-buffer): Remove autoload cookies.
8819
8820 * jit-lock.el (jit-lock-register): Likewise.
8821
8822 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8823
8824 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8825
8826 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8827 intact if there is no gud-comint-buffer.
8828
8829 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8832 old prompt comint-prompt-read-only is t and GDB commands are
8833 issued from tool bar etc.
8834
8835 2005-10-31 Masatake YAMATO <jet@gyve.org>
8836
8837 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8838
8839 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8842 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8843
8844 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8847 starting at beginning of line. Fontification is messed up when
8848 `open-paren-in-column-0-is-defun-start' set to t.
8849 Reported by John Paul Wallington <jpw@pobox.com>.
8850
8851 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * comint.el (comint-send-input): Call `comint-update-fence' when
8854 `comint-process-echoes' and `comint-prompt-read-only' are both
8855 non-nil, to avoid leftover read-only newline.
8856
8857 2005-10-30 Richard M. Stallman <rms@gnu.org>
8858
8859 * textmodes/flyspell.el (flyspell-external-point-words):
8860 Detect when WORD can't be checked properly because
8861 flyspell-get-word finds just part of it, and move on.
8862
8863 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8864 boundarychar for Polish.
8865 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8866 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8867
8868 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8869
8870 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8871 (gdb-registers-font-lock-keywords): Delete.
8872 (gdb-registers-mode): Don't fontify.
8873 (gdb-info-registers-custom): Use text properties instead as, in
8874 future, changed register values will use font-lock-warning-face.
8875 (gdb-local-font-lock-keywords): Rename to...
8876 (gdb-locals-font-lock-keywords): ...for consistency.
8877
8878 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8879
8880 * vc.el (vc-switch-backend): Better error message if the buffer is
8881 not visiting a file under version control.
8882
8883 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8884
8885 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8888 ~/.emacs.d/.emacs.
8889
8890 2005-10-29 Richard M. Stallman <rms@gnu.org>
8891
8892 * replace.el (occur-mode-mouse-goto): Always go to other window.
8893 (occur-mode-goto-occurrence): Always switch in same window.
8894
8895 * simple.el (undo): Display message at end, not at start.
8896
8897 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8898 New arg REUSE-CELL.
8899 (cancel-timer-internal): New function.
8900 (timer-event-handler): Use cancel-timer-internal,
8901 and pass the cell it returns to timer-activate...
8902
8903 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8904 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8905 (jit-lock-after-change): Test memory-full.
8906
8907 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8908
8909 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8910 part of the decoded armor to find the key-identifier.
8911 (pgg-gpg-lookup-key-owner): New function to return the
8912 human-readable identifier of a key owner.
8913 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8914 key itself.
8915 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8916 the key value) if we have a key and can match it against a secret
8917 key. Also, added a note pointing out fact that the prompt only
8918 indicates the first matching key.
8919
8920 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8921 pgg-decrypt-region.
8922 (pgg-pending-timers): A new hash for tracking the passphrase cache
8923 timers, so that new ones supercede old ones.
8924 (pgg-add-passphrase-to-cache): Rename from
8925 `pgg-add-passphrase-cache' to reduce confusion (all callers
8926 changed). Modified to cancel old timers when new ones are added.
8927 (pgg-remove-passphrase-from-cache): Rename from
8928 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8929 changed). Modified to cancel old timers when their keys are
8930 removed from the cache.
8931 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8932 XEmacs, an indirection to delete-itimer.
8933 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8934 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8935 users can only check cache without risk of prompting. Correct bug in
8936 notruncate behavior.
8937 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8938 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8939 Add informative docstrings.
8940 (pgg-decrypt): Convey provided passphrase in subordinate call to
8941 pgg-decrypt-region.
8942
8943 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8944 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8945 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8946 `passphrase' argument, so the passphrase can be managed externally
8947 and then passed in to the system.
8948
8949 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8950 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8951 so the passphrase cache can be used reliably with identifiers
8952 besides a pgp packet's key id.
8953
8954 * pgg-gpg.el (pgg-pgp-encrypt-region)
8955 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8956 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8957 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8958 argument to all these routines, so the passphrase can be managed
8959 externally and passed in to the system.
8960
8961 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8962 `notruncate' argument, so the passphrase cache can be used
8963 reliably with identifiers besides a pgp packet's key id.
8964
8965 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8966
8967 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8968 symmetric encryption.
8969 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8970 encrypted session key.
8971 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8972 message ask for the passphrase in a proper way.
8973
8974 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8975 New user commands for symmetric encryption.
8976
8977 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8978
8979 * textmodes/conf-mode.el (conf-assignment-sign)
8980 (conf-assignment-regexp): Fix docstrings.
8981 (conf-mode-initialize): New function.
8982 (conf-mode): Remove optional args. Use delay-mode-hooks to
8983 recognize recursive calls.
8984 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8985 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8986 (conf-xdefaults-mode): Use define-derived-mode and
8987 conf-mode-initialize.
8988
8989 2005-10-29 Romain Francoise <romain@orebokech.com>
8990
8991 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8992
8993 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8994
8995 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8996 part of the decoded armor to find the key-identifier.
8997 (pgg-gpg-lookup-key-owner): New function to return the
8998 human-readable identifier of a key owner.
8999 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9000 key itself.
9001 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9002 the key value) if we have a key and can match it against a secret
9003 key. Also, added a note pointing out fact that the prompt only
9004 indicates the first matching key.
9005
9006 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9007 pgg-decrypt-region.
9008 (pgg-pending-timers): A new hash for tracking the passphrase cache
9009 timers, so that new ones supercede old ones.
9010 (pgg-add-passphrase-to-cache): Rename from
9011 `pgg-add-passphrase-cache' to reduce confusion (all callers
9012 changed). Modified to cancel old timers when new ones are added.
9013 (pgg-remove-passphrase-from-cache): Rename from
9014 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9015 changed). Modified to cancel old timers when their keys are
9016 removed from the cache.
9017 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9018 XEmacs, an indirection to delete-itimer.
9019 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9020 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9021 users can only check cache without risk of prompting. Correct bug in
9022 notruncate behavior.
9023 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9024 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9025 Add informative docstrings.
9026 (pgg-decrypt): Convey provided passphrase in subordinate call to
9027 pgg-decrypt-region.
9028
9029 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
9030
9031 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9032 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9033 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9034 `passphrase' argument, so the passphrase can be managed externally
9035 and then passed in to the system.
9036
9037 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9038 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9039 so the passphrase cache can be used reliably with identifiers
9040 besides a pgp packet's key id.
9041
9042 * pgg-gpg.el (pgg-pgp-encrypt-region)
9043 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9044 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9045 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9046 argument to all these routines, so the passphrase can be managed
9047 externally and passed in to the system.
9048
9049 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9050 `notruncate' argument, so the passphrase cache can be used
9051 reliably with identifiers besides a pgp packet's key id.
9052
9053 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9054
9055 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9056 symmetric encryption.
9057 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9058 encrypted session key.
9059 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9060 message ask for the passphrase in a proper way.
9061
9062 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9063 New user commands for symmetric encryption.
9064
9065 2005-10-28 Bill Wohler <wohler@newt.com>
9066
9067 * help-mode.el (help-url): New button type. Calls browse-url.
9068 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9069 Similar to Info nodes: URL `url'.
9070 (help-make-xrefs): Create help-url buttons for
9071 help-xref-url-regexp matches.
9072
9073 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * tool-bar.el (tool-bar-add-item-from-menu)
9076 (tool-bar-local-item-from-menu): Fix doc strings.
9077
9078 2005-10-28 Romain Francoise <romain@orebokech.com>
9079
9080 * ldefs-boot.el: Update.
9081
9082 * subr.el (locate-library): Move from help-fns.el.
9083 * help-fns.el (locate-library): Move to subr.el.
9084
9085 2005-10-28 Richard M. Stallman <rms@gnu.org>
9086
9087 * net/tramp.el (tramp-completion-mode): defvar moved up.
9088
9089 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9090
9091 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9092
9093 * files.el (find-file-noselect): Use %d to format large file size.
9094
9095 * bindings.el (mode-line-format): Add %e.
9096
9097 * loadup.el ("facemenu"): Load unconditionally.
9098 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9099 ("x-dnd"): Load, when appropriate.
9100
9101 * startup.el (command-line): Call before-init-hook earlier.
9102 Warn about some bad characters in -u user name.
9103
9104 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9105 (flyspell-external-point-words): Error if misspelled word is not found.
9106 Set flyspell-large-region-beg at end of word.
9107
9108 2005-10-28 Andreas Schwab <schwab@suse.de>
9109
9110 * view.el (View-revert-buffer-scroll-page-forward):
9111 Use view-page-size-default.
9112
9113 2005-10-28 Juri Linkov <juri@jurta.org>
9114
9115 * international/quail.el (quail-get-current-str): Translate last
9116 raw character for deterministic input methods.
9117
9118 2005-10-27 Jay Belanger <belanger@truman.edu>
9119
9120 * calc/calc-ext.el: Add functions to autoloads.
9121 (math-identity-matrix-p, math-ident-row-p): New functions.
9122
9123 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9124 multiplication by an identity matrix; don't turn multiplication by
9125 an inverse matrix into division.
9126 (math-div-symbol-fancy): Replace division by matrices with
9127 multiplication by inverse.
9128
9129 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9130
9131 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9132 (calc-writeoutpower): New functions.
9133
9134 2005-10-27 Romain Francoise <romain@orebokech.com>
9135
9136 * replace.el (occur-engine): Include colon in mouse-face highlight.
9137
9138 * dired-x.el: Change Maintainer field.
9139
9140 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
9141
9142 * longlines.el (longlines-mode): Bind after-change-functions to
9143 nil during initial decoding and final encoding.
9144
9145 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9146
9147 * term.el (term-emulate-terminal, term-handle-colors-array)
9148 (term-handle-ansi-escape): Specify the terminfo capabilities
9149 implemented.
9150
9151 2005-10-26 Richard M. Stallman <rms@gnu.org>
9152
9153 * info.el (Info-fontify-node): Fix detection of sentence-break
9154 before *Note.
9155
9156 2005-10-26 Romain Francoise <romain@orebokech.com>
9157
9158 * smerge-mode.el: Add `tools' to file keywords.
9159
9160 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9163 when the fringe is not available.
9164
9165 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9166 (def-gdb-auto-update-trigger): Simplify construction.
9167 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9168 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9169 defined explicitly.
9170 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9171 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9172 defined explicitly.
9173 (gdb-info-locals-custom): Remove as it's a no-op.
9174
9175 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * longlines.el (longlines-mode): Remove narrowing before
9178 performing the initial decoding or final encoding.
9179
9180 2005-10-25 Romain Francoise <romain@orebokech.com>
9181
9182 * emacs-lisp/find-func.el (find-library-name): Also strip
9183 extension if library name ends in .el, to take advantage of
9184 `find-library-suffixes'.
9185
9186 2005-10-25 Richard M. Stallman <rms@gnu.org>
9187
9188 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9189
9190 2005-10-25 Juri Linkov <juri@jurta.org>
9191
9192 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9193 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9194
9195 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9198 (blackbox-redefine-key): Add argument `map'.
9199
9200 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9201 regions when moving the jit-lock-context-unfontify-pos boundary.
9202
9203 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9204
9205 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9206
9207 2005-10-25 Masatake YAMATO <jet@gyve.org>
9208
9209 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9210
9211 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9212
9213 * play/blackbox.el (blackbox-redefine-key): New function.
9214 (blackbox-mode-map): Use it to remap existing bindings for cursor
9215 motion instead of binding literal keys.
9216
9217 2005-10-25 Glenn Morris <rgm@gnu.org>
9218
9219 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9220 diary does not end in a newline. Do not assume a blank line at
9221 the start of the diary file.
9222
9223 2005-10-25 Kenichi Handa <handa@m17n.org>
9224
9225 * international/quail.el (quail-translate-key): If the input
9226 method is deterministic and failed to handle the last key, restart
9227 the key handling loop from an appropriate key.
9228
9229 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9230
9231 * vc.el (vc-dired-mode): Extend comment for binding of
9232 `directory-listing-before-filename-regexp'.
9233
9234 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9235
9236 * textmodes/texinfo.el (texinfo-mode):
9237 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9238 not to unnecessarily expose emacs-mule's internal char codes.
9239
9240 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9241
9242 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9243 Display hand pointer and help-echo on disabled icon too.
9244 (gdb-mouse-until): New function.
9245 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9246
9247 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9250 with 2005-10-23 change to doctor.el.
9251
9252 * finder.el (finder-mode-map): Add follow-link binding.
9253
9254 2005-10-25 Kim F. Storm <storm@cua.dk>
9255
9256 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9257 to gdb-mouse-toggle-breakpoint-fringe.
9258 (gdb-mouse-toggle-breakpoint-margin): Rename from
9259 gdb-mouse-toggle-breakpoint. Fix doc.
9260 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9261 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9262 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9263 string properties also for fringe breakpoint bitmaps.
9264
9265 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9266
9267 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9268
9269 2005-10-25 Masatake YAMATO <jet@gyve.org>
9270
9271 * simple.el (completion-common-substring):
9272 Use `completion-common-substring' prior to `completion-base-size'.
9273
9274 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9275
9276 * savehist.el: Require CL while compiling.
9277 (savehist-history-variables): Remove.
9278 (savehist-save-minibuffer-history, savehist-additional-variables)
9279 (savehist-minibuffer-history-variables): New vars.
9280 (savehist-save): Use them.
9281 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9282 (savehist-install): New fun, extracted from savehist-load.
9283 (savehist-load): Use them.
9284
9285 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9288 a dummy doc-string-elt property.
9289 (defalias, defvaralias, define-category): Add a docstring property.
9290
9291 * image.el (defimage):
9292 * widget.el (define-widget):
9293 * custom.el (defface, defcustom): Add `doc-string' declaration.
9294
9295 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9296 (defadvice): Add `doc-string' declaration.
9297
9298 * emacs-lisp/byte-run.el (macro-declaration-function):
9299 Handle `doc-string' declarations.
9300 (define-obsolete-function-alias, define-obsolete-variable-alias):
9301 Add `doc-string' declaration.
9302
9303 2005-10-24 Kenichi Handa <handa@m17n.org>
9304
9305 * international/utf-7.el (utf-7): Add autoload cookie.
9306
9307 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9308
9309 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9310
9311 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9312 list of directories passed to batch-update-autoloads. Add "." to
9313 the list of the echoed directories.
9314
9315 * pgg-def.el:
9316 * pgg-gpg.el:
9317 * pgg-parse.el:
9318 * pgg-pgp.el:
9319 * pgg-pgp5.el:
9320 * pgg.el: Moved here from the gnus subdirectory.
9321
9322 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9323
9324 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9325 in case comint-prompt-read-only is set to t.
9326
9327 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9328 in case comint-prompt-read-only is set to t.
9329
9330 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9331
9332 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9333 Now a string.
9334 (icalendar-import-format): Handle CLASS, STATUS, URL.
9335 Rename `subject' to `summary'.
9336 (icalendar-import-format-summary): Rename from
9337 `icalendar-import-format-subject'.
9338 (icalendar-import-format-url, icalendar-import-format-status)
9339 (icalendar-import-format-class): New variables.
9340 (icalendar--rris): Take variable argument list.
9341 (icalendar--datestring-to-isodate): Remove unnecessary
9342 calendar-style check when converting dates with explicit month names.
9343 (icalendar-export-region): Change return type of conversion
9344 subroutines. Bury current buffer unless error occurred.
9345 (icalendar--convert-to-ical)
9346 (icalendar--parse-summary-and-rest): New functions.
9347 (icalendar--convert-ordinary-to-ical)
9348 (icalendar--convert-weekly-to-ical)
9349 (icalendar--convert-yearly-to-ical)
9350 (icalendar--convert-block-to-ical)
9351 (icalendar--convert-cyclic-to-ical)
9352 (icalendar--convert-anniversary-to-ical): Change return type.
9353 Strip trailing blanks from subject.
9354 (icalendar--convert-sexp-to-ical): Change return type.
9355 Strip trailing blanks from subject. Handle simple sexp
9356 entries as generated by icalendar.el.
9357 (icalendar--convert-float-to-ical)
9358 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9359 (icalendar-import-file): Doc fix.
9360 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9361 Correct call to icalendar--rris.
9362 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9363 `summary'.
9364 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9365
9366 2005-10-24 Romain Francoise <romain@orebokech.com>
9367
9368 * server.el (server-sentinel): Set query-on-exit flag to nil on
9369 new client processes (it isn't inherited from the server process).
9370
9371 * replace.el (occur-engine): Rearrange text properties.
9372
9373 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9376 case-fold-search is nil.
9377 (debug-help-follow): Use help-xref-interned directly.
9378
9379 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9380
9381 * thumbs.el (thumbs-image-type): Add .pbm.
9382
9383 2005-10-23 Richard M. Stallman <rms@gnu.org>
9384
9385 * faces.el (inhibit-face-set-after-frame-default): New variable.
9386 (set-face-attribute): Bind it.
9387 (face-set-after-frame-default): Test it.
9388
9389 * help-fns.el (describe-simplify-lib-file-name): New function.
9390 (describe-function-1, describe-variable): Use it.
9391
9392 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9393
9394 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9395 Eliminate nil as possible value.
9396 (tooltip-hide-delay): Reduce internal-border-width.
9397
9398 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9399 (menu-bar-file-menu) <new-file>: Likewise.
9400
9401 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9402
9403 * international/mule.el (load-with-code-conversion):
9404 Pass full file name to `eval-buffer' unless preloading.
9405
9406 * textmodes/flyspell.el (flyspell-large-region):
9407 Call ispell-check-version.
9408
9409 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9410 Fix the make-variable-buffer-local call that was supposed
9411 to be for this variable.
9412 (ispell-aspell-supports-utf8): Doc fix.
9413 (ispell-find-aspell-dictionaries): Preserve elements of
9414 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9415 (ispell-aspell-find-dictionary): Return nil on error.
9416
9417 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9418 (doctor-symptoms): Likewise.
9419
9420 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9421
9422 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9425 (custom-raised-buttons): Add :set spec.
9426 (custom-button-unraised, custom-button-pressed-unraised):
9427 New faces, so that custom-raised-buttons actually does something.
9428 (custom-mode): Use custom-button and custom-button-pressed.
9429
9430 * wid-edit.el (widget-specify-button): Don't ignore
9431 widget-mouse-face on graphic terminals.
9432 (widget-move-and-invoke): Cleanup.
9433
9434 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9435
9436 * whitespace.el (whitespace-cleanup): Doc fix.
9437
9438 2005-10-23 Romain Francoise <romain@orebokech.com>
9439
9440 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9441 `eval-after-load' to avoid evaluating their result.
9442
9443 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9444
9445 * files.el (directory-listing-before-filename-regexp):
9446 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9447
9448 * dired.el (dired-move-to-filename-regexp): Remove.
9449 All occurences replaced by `directory-listing-before-filename-regexp'.
9450
9451 * dired-x.el, locate.el, vc.el:
9452 Replace `dired-move-to-filename-regexp' by
9453 `directory-listing-before-filename-regexp'. In vc.el it is
9454 overwritten locally; maybe this can be handled in files.el too.
9455
9456 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9457 replaced by `directory-listing-before-filename-regexp'.
9458
9459 2005-10-23 Andreas Schwab <schwab@suse.de>
9460
9461 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9462 and eval-next-after-load.
9463
9464 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9465
9466 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9467 exist, create it.
9468
9469 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9470
9471 * allout.el: Remove autoloads for mailcrypt and crypt++.
9472 Require pgg, pgg-gpg during compilation.
9473 (allout-version): Increment version number to 2.1, and use a literal
9474 rather than RCS Id.
9475 (allout-default-encryption-scheme): Remove.
9476 (allout-passphrase-verifier-handling)
9477 (allout-passphrase-verifier-string)
9478 (allout-file-passphrase-verifier-string)
9479 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9480 (allout-passphrase-hint-handling): Rename and simplify.
9481 (allout-init): Use `find-file-hook' if available, otherwise
9482 `find-file-hooks'.
9483 (allout-mode): Use `write-file-functions' if available, otherwise
9484 `local-write-file-hooks' and, instead of making auto-save-hook
9485 buffer local, make the write-file-hook activity contingent to
9486 allout-mode.
9487 (allout-mode): Use key-binding substitution in the docstring.
9488 (allout-kill-line): Spell-out kill ring data structure mutation
9489 instead of using byte-compiler-complaint-provoking `pop'.
9490 (allout-insert-listified): Use `insert' rather than `insert-string'
9491 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9492 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9493 (allout-encrypt-string): Totally revamped vis new underlying
9494 encryption facilities.
9495 (allout-mc-activate-passwd): Remove.
9496 (allout-obtain-passphrase): New, more or less replaces
9497 allout-mc-activate-passwd.
9498 (allout-encrypted-key-info): More or less replaces
9499 allout-encrypted-text-type.
9500 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9501 (my-mark-marker): Use `(featurep 'xemacs)'.
9502
9503 2005-10-23 Lars Hansen <larsh@soem.dk>
9504
9505 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9506 (byte-compile-file-form-defmumble, byte-compile-defun)
9507 (byte-compile-defmacro): Use it.
9508 (byte-compile-form): Don't call byte-compile-set-symbol-position
9509 when a byte-compile handler is called.
9510
9511 2005-10-22 Romain Francoise <romain@orebokech.com>
9512
9513 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9514
9515 * subr.el (eval-after-load): Convert library name to an absolute
9516 file name using locate-library, since load-history no longer has
9517 library names in it.
9518
9519 2005-10-22 Richard M. Stallman <rms@gnu.org>
9520
9521 * files.el (make-temp-file): Move from subr.el.
9522 * subr.el (make-temp-file): Move to files.el.
9523
9524 * window.el (get-buffer-window-list): Move from subr.el.
9525 * subr.el (get-buffer-window-list): Move to window.el.
9526
9527 * image.el (image-load-path): Use eval-at-startup to initialize.
9528
9529 * subr.el (eval-at-startup): New macro.
9530
9531 * subr.el: Much rearrangement of functions and division
9532 into pages. No code changes.
9533
9534 2005-10-22 Kenichi Handa <handa@m17n.org>
9535
9536 * tar-mode.el (tar-extract): Be sure to call
9537 find-operation-coding-system if set-auto-coding doesn't find a
9538 coding system.
9539
9540 2005-10-22 Kim F. Storm <storm@cua.dk>
9541
9542 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9543 Change users.
9544 (image-type-file-name-regexps): New defconst.
9545 (image-type-from-data): Simplify loop.
9546 (image-type-from-buffer): New defun.
9547 (image-type-from-file-header): Use it instead of image-type-from-data.
9548 Use image-search-load-path instead of only looking in data-directory.
9549 (image-type-from-file-name): New defun.
9550 (image-search-load-path): Change `pathname' to `filename'.
9551 Make PATH arg optional, default to image-load-path.
9552
9553 2005-10-21 Richard M. Stallman <rms@gnu.org>
9554
9555 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9556
9557 * textmodes/paragraphs.el (sentence-end-base): New variable.
9558 (sentence-end): Use sentence-end-base.
9559
9560 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9563 property independently from the font-lock-multiline variable.
9564
9565 2005-10-21 Richard M. Stallman <rms@gnu.org>
9566
9567 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9568
9569 * startup.el (command-line): Convert library names
9570 in `load-history' to absolute file names.
9571
9572 * subr.el (symbol-file): Doc fix.
9573
9574 * loadhist.el (file-loadhist-lookup): Call locate-library
9575 instead of find-library-name. Don't try converting
9576 abs file names to library names, since load-history no longer
9577 has library names in it.
9578 (file-dependents, file-provides, file-requires): Doc fixes.
9579
9580 2005-10-21 Juri Linkov <juri@jurta.org>
9581
9582 * progmodes/etags.el (tags-table-mode): New function.
9583 (tags-verify-table): Replace initialize-new-tags-table with
9584 tags-table-mode.
9585
9586 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9587 default value.
9588 (desktop-modes-not-to-save): Add tags-table-mode to the
9589 default value.
9590
9591 * info.el (Info-index-next): Add total number of index
9592 alternatives to the message.
9593
9594 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9595 backward only space (instead of space and period) before looking
9596 at sentence end.
9597
9598 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9599 Add the old variable value as 4th default-value arg of read-string.
9600
9601 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9602
9603 * cus-face.el (custom-declare-face): Make face from X resources
9604 also on Mac.
9605
9606 * disp-table.el (standard-display-g1, standard-display-graphic):
9607 Refuse to use string glyphs also on Mac.
9608 (standard-display-european): Don't set terminal coding system also
9609 on Mac.
9610
9611 * frame.el (display-screens): Use x-display-screens also on Mac.
9612
9613 2005-10-21 Romain Francoise <romain@orebokech.com>
9614
9615 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9616
9617 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9620 and $? into sexps.
9621
9622 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9623 warning face on open-paren-in-column-0.
9624
9625 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9626 boundary case. Fix typo.
9627 Suggested by Martin Rudalics <rudalics@gmx.at>.
9628
9629 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9630
9631 * textmodes/org.el (org-combined-agenda-icalendar-file)
9632 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9633 (org-export-icalendar-this-file)
9634 (org-export-icalendar-all-agenda-files)
9635 (org-export-icalendar-combine-agenda-files): New commands.
9636 (org-export-icalendar, org-print-icalendar-entries)
9637 (org-start-icalendar-file, org-finish-icalendar-file)
9638 (org-ical-ts-to-string): New functions.
9639 (org-read-date, org-goto-calendar)
9640 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9641 call to `calendar'.
9642 (orgtbl-setup): Remove the :keys arguments from the menu description.
9643 (org-after-save-iCalendar-file-hook): New variable.
9644
9645 2005-10-21 Kenichi Handa <handa@m17n.org>
9646
9647 * language/vietnamese.el (tcvn-5712): Make it an alias of
9648 vietnamese-tcvn coding-system.
9649
9650 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9651
9652 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9653 group id is given.
9654
9655 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9658 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9659 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9660 whose line is either continued or ends with a comment.
9661
9662 2005-10-20 Romain Francoise <romain@orebokech.com>
9663
9664 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9665
9666 * replace.el (occur-engine): Add follow-link property.
9667
9668 * font-core.el (font-lock-mode): Doc fix.
9669
9670 2005-10-20 Richard M. Stallman <rms@gnu.org>
9671
9672 * net/rcirc.el: New file.
9673
9674 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9675
9676 * term.el (term-term-name): Initialize to "eterm-color".
9677
9678 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9679
9680 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9681 for encryption functionality.
9682 Move allout customization subgroup from `editing' to `outlines' group.
9683 Fix commentary keywords to legitimate ones.
9684 Update author info (using my current email address, obscurified).
9685 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9686 (allout-encrypted-topic-p, allout-encrypted-text-type)
9687 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9688 (allout-situate-encryption-key-verifier)
9689 (allout-get-encryption-key-verifier, allout-verify-key)
9690 (allout-next-topic-pending-encryption)
9691 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9692 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9693 (outline-key-verifier-handling, outline-key-hint-handling)
9694 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9695 (allout-file-key-verifier-string, allout-encryption-scheme)
9696 (allout-key-verifier-string, allout-key-hint-string)
9697 (allout-after-save-decrypt): New variables.
9698 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9699 (allout-after-saves-handler): New hook functions.
9700 (allout-post-command-business): Do allout-after-save-decrypt.
9701 (allout-enable-file-variable-adjustment): Custom var to enable
9702 mechanism for adding and adjusting settings of Emacs file variables.
9703 (allout-adjust-file-variable, allout-file-vars-section-data):
9704 New functions, implement the mechanism.
9705 (outlineify-sticky): Use the file vars mechanism.
9706 (allout-inhibit-protection, allout-during-write-cue)
9707 (allout-override-protect, allout-before-change-protect): Remove.
9708 (allout-flag-region, allout-open-topic): Adjust read-only text.
9709 (allout-open-line-not-read-only): Add to facilitate read-only
9710 text based protection.
9711 (allout-kill-line): Revise to adjust read-only text, clue the
9712 user about the inhibition.
9713 (allout-unprotected): Use unwind-protect.
9714 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9715 topic deeper than the offspring depth of the previous topic -
9716 avoiding confusing "containment discontinuities".
9717 (allout-reindent-bodies): Fix retention of body relative hanging
9718 indent during promotion of collapsed bodies.
9719 (allout-open-topic): Make it easy to open new topic with same
9720 bullet as current topic - topic creation functions provided with
9721 any universal argument provokes now prompt for bullet, defaulting
9722 to the bullet of the previous topic.
9723 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9724 Plain bullet alternates `.' period and `,' comma only. All other
9725 bullets are relegated to special status (but customizable).
9726 (allout-end-of-entry): Rename from allout-end-of-current-entry
9727 since it actually operates w.r.t. most immediately containing
9728 entry, visible or not.
9729 (allout-hide-current-entry, allout-show-current-entry): Use the
9730 revised version.
9731 (allout-old-expose-topic): Solidify deprecation.
9732 (allout-end-of-subtree): Add so we can span concealed as well
9733 as visible topics.
9734 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9735 (allout-end-of-current-heading): Tweak to just respect the first line.
9736 (allout-get-body-text): Add.
9737 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9738 when invoked interactively.
9739 (allout-up-current-level): Use `interactive-p'.
9740 (allout-mode, allout-init): Miscellaneous docstring and
9741 operational refinements, as well as hookups of new encryption stuff.
9742 (allout-beginning-of-current-entry): Now works as advertised.
9743 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9744 (allout-isearch-rectification): Refine condition for isearching.
9745 (allout-isearch-abort, allout-enwrap-isearch)
9746 (allout-flag-region, my-region-active-p): Relocate some macros.
9747 (allout-title): Fallback title is (buffer-name), not
9748 non-existing (current-buffer-name).
9749 (subst-char-in-string): Define if absent (for some XEmacs versions).
9750
9751 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9752
9753 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9754 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9755 (mail-citation-prefix-regexp, mail-signature-file)
9756 (mail-default-headers, mail-bury-selects-summary)
9757 (mail-send-nonascii): Add autoload cookies.
9758
9759 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9760
9761 * frame.el (blink-cursor-mode): Add `mac' to the list of
9762 window-system's that support blinking cursor.
9763
9764 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9765
9766 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9767
9768 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9769
9770 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9771 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9772 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9773
9774 2005-10-20 Kim F. Storm <storm@cua.dk>
9775
9776 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9777 (ido-set-current-directory): Don't add / after final @.
9778 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9779 Explicitly handle ange-ftp completion oddities.
9780 (ido-make-file-list): Don't rotate list at tramp root to avoid
9781 triggering tramp file handler for expand-file-name via get-file-buffer.
9782
9783 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9786
9787 2005-10-19 Jay Belanger <belanger@truman.edu>
9788
9789 * calc/calc-units.el (math-standard-units): Add units, adjust
9790 symbols and update values.
9791 (math-unit-prefixes): Add more prefixes.
9792
9793 2005-10-19 Romain Francoise <romain@orebokech.com>
9794
9795 * bookmark.el (bookmark-menu-heading): New face.
9796 (bookmark-bmenu-list): Use it.
9797 Don't fiddle with `baud-rate' at top-level.
9798
9799 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9800
9801 * image.el (create-image, find-image): Mention max-image-size in
9802 docstring.
9803
9804 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * savehist.el (savehist-load): Revert to checking XEmacs.
9807
9808 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9809 Various docstring and line-width fixups.
9810 (conf-mode): Use cond.
9811 Set font-lock-defaults. Don't set comment-use-syntax.
9812
9813 2005-10-18 David Ponce <david@dponce.com>
9814
9815 * tree-widget.el (tree-widget-button-click): New function.
9816 (tree-widget-button-keymap): Use it.
9817
9818 2005-10-18 Romain Francoise <romain@orebokech.com>
9819
9820 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9821 (bookmark-bmenu-hide-filenames): Add follow-link property.
9822 Improve help-echo text.
9823
9824 * ffap.el (find-file-at-point): Doc fix.
9825
9826 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9827
9828 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9829
9830 2005-10-18 Masatake YAMATO <jet@gyve.org>
9831
9832 Install to the CVS repository what I forgot to install in my
9833 2005-10-16 changes.
9834
9835 * progmodes/python.el (python-complete-symbol): Pass the common
9836 prefix substring of completion to `display-completion-list'.
9837
9838 * textmodes/org.el (org-complete): Ditto.
9839
9840 2005-10-18 Masatake YAMATO <jet@gyve.org>
9841
9842 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9843
9844 * woman.el (WoMan-xref-man-page): New button type derived
9845 from `Man-abstract-xref-man-page'.
9846 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9847
9848 * man.el (Man-abstract-xref-man-page): New button type.
9849 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9850 (Man-highlight-references): Add new optional argument `xref-man-type'.
9851
9852 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9853
9854 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9855
9856 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * cus-edit.el (Custom-move-and-invoke): Delete.
9859 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9860
9861 * wid-edit.el (widget-move-and-invoke): New function, from
9862 Custom-move-and-invoke.
9863
9864 2005-10-17 Bill Wohler <wohler@newt.com>
9865
9866 Move all remaining images from lisp/toolbar to etc/images, move
9867 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9868 the low resolution images in their own directory (low-color).
9869
9870 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9871 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9872 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9873 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9874 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9875 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9876 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9877
9878 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9879 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9880 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9881 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9882 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9883 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9884 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9885 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9886 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9887 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9888 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9889 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9890 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9891 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9892 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9893
9894 To conform with convention, replace the underscore (_) in the
9895 following image names with dash (-) or (/) as appropriate.
9896
9897 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9898 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9899 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9900 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9901 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9902 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9903 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9904 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9905 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9906 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9907 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9908 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9909 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9910 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9911 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9912
9913 * info.el (info-tool-bar-map): Replace underscores in image names
9914 with dashes.
9915
9916 * makefile.w32-in (WINS): Remove toolbar.
9917
9918 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9919
9920 * tool-bar.el: Move to lisp from toolbar. Now that
9921 toolbar is empty, it should be deleted when folks run "cvs up -P".
9922
9923 2005-10-18 Jay Belanger <belanger@truman.edu>
9924
9925 * calc/calc-store.el (calc-store-into): Get the proper variable name
9926 to display in message.
9927
9928 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9929
9930 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9931 expressions display in speedbar for all buffers when debugging.
9932 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9933
9934 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9935 (speedbar-insert-button, speedbar-make-button):
9936 Use add-text-properties.
9937 (speedbar-update-localized-contents)
9938 (speedbar-update-directory-contents)
9939 (speedbar-update-special-contents): Use dolist.
9940 (speedbar-buffer-easymenu-definition): Add a menu separator.
9941
9942 2005-10-17 Jason Rumney <jasonr@gnu.org>
9943
9944 * makefile.w32-in: Use $(lisp) consistently.
9945 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9946 for shell specific generation of mh-autoloads.
9947
9948 2005-10-17 Richard M. Stallman <rms@gnu.org>
9949
9950 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9951
9952 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * jit-lock.el (jit-lock-fontify-now):
9955 Move jit-lock-context-unfontify-pos to avoid wasted work.
9956
9957 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9958
9959 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9960 `tramp-completion-mode' for checking if we are in completion mode.
9961 (tramp-completion-handle-file-name-all-completions): Reorder code
9962 in order to complete for file names only in case there are no
9963 method/user/host completions. This is necessary for cooperation
9964 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9965
9966 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9967
9968 * longlines.el (longlines-search-forward)
9969 (longlines-search-backward): Match any number of spaces.
9970
9971 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9972
9973 * diff-mode.el (diff-mode): Doc fix.
9974
9975 2005-10-16 David Reitter <david.reitter@gmail.com>
9976
9977 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9978 as default on darwin and windows systems.
9979
9980 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9981
9982 * arc-mode.el (archive-zip-extract): Doc fix.
9983
9984 2005-10-16 Romain Francoise <romain@orebokech.com>
9985
9986 * mouse.el (mouse-1-click-follows-link): Doc fix.
9987
9988 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * savehist.el: Don't require CL at runtime.
9991 (savehist-xemacs): Remove.
9992 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9993 (savehist-no-conversion): Use (featurep 'xemacs).
9994 (savehist-load): Check existence of start-itimer rather than XEmacs.
9995 Use an idle timer.
9996 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9997 `delete-if-not'.
9998
9999 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
10000
10001 * savehist.el: Newer version.
10002 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10003 (savehist-last-checksum, savehist-no-conversion): New vars.
10004 (savehist-autosave, savehist-process-for-saving, savehist-printable):
10005 New functions.
10006 (savehist-load, savehist-save): Use them.
10007 (savehist-delimit): Remove.
10008
10009 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * progmodes/compile.el (compilation-goto-locus): Display the
10012 compilation buffer first and the source buffer second, in case they're
10013 in overlapping frames. Don't raise the compilation frame if it was the
10014 selected window upon entry. Pass the `other-window' arg to
10015 pop-to-buffer.
10016
10017 * info.el (Info-fontify-node): Use dolist.
10018 Change add-text-properties to put-text-property.
10019
10020 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10021
10022 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10023 bound of search.
10024
10025 2005-10-16 Masatake YAMATO <jet@gyve.org>
10026
10027 * dabbrev.el (dabbrev-completion): Pass the common
10028 prefix substring of completion to `display-completion-list'.
10029
10030 * filecache.el (file-cache-minibuffer-complete)
10031 (file-cache-complete): Ditto.
10032
10033 * tempo.el (tempo-display-completions): Ditto.
10034
10035 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10036
10037 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10038
10039 * eshell/em-hist.el (eshell-list-history): Ditto.
10040
10041 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10042
10043 * mail/mailalias.el (mail-complete): Ditto.
10044
10045 * progmodes/etags.el (complete-tag): Ditto.
10046
10047 * progmodes/make-mode.el (makefile-complete): Ditto.
10048
10049 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10050
10051 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10052
10053 * progmodes/pascal.el (pascal-complete-word)
10054 (pascal-show-completions): Ditto.
10055
10056 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10057
10058 * simple.el (completion-common-substring): New variable.
10059 (completion-setup-function): Use `completion-common-substring'
10060 to put faces.
10061
10062 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10063
10064 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10065 (x-get-selection, mac-select-convert-to-string): Convert from/to
10066 UTF-16 clipboard data as in native byte order, no BOM.
10067
10068 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
10069
10070 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10071 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10072 (gud-sentinel): Use speedbar-frame to check for speedbar.
10073
10074 2005-10-15 Richard M. Stallman <rms@gnu.org>
10075
10076 * savehist.el: New file.
10077
10078 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
10079
10080 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10081 Fix bug in \bf fontification.
10082
10083 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * pcvs.el (cvs-edit-log-files): New var.
10086 (cvs-mode-edit-log): New arg `file'.
10087 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10088 Instead force the use of the original file and nothing else.
10089 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10090 the cvs-minor-wrap-function is set.
10091 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10092
10093 2005-10-14 Bill Wohler <wohler@newt.com>
10094
10095 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10096 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10097 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10098 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10099 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10100 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10101 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10102 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10103 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10104 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10105 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10106 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10107 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10108 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10109 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10110
10111 * progmodes/gud.el (gud-tool-bar-map): Rename the images
10112 appropriately (for example, gud-break to gud/break).
10113
10114 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * longlines.el (longlinges-search-function)
10117 (longlines-search-forward, longlines-search-backward): New functions.
10118 (longlines-mode): Set isearch-search-fun-function to
10119 longlinges-search-function.
10120
10121 * mouse.el (mouse-drag-region-1): Handle the case where a
10122 double-click event is bound to an arbitrary function.
10123
10124 2005-10-14 David Ponce <david@dponce.com>
10125
10126 * recentf.el (recentf-track-opened-file)
10127 (recentf-track-closed-file, recentf-update-menu)
10128 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10129 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10130 mouse-1-click-follows-link.
10131
10132 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10133
10134 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10135 Gnome file-manager.png. Suggested by
10136 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10137
10138 * toolbar/README: Add diropen.xpm.
10139
10140 2005-10-13 Bill Wohler <wohler@newt.com>
10141
10142 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10143 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
10144
10145 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10146
10147 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10148 Don't waste the byte-compiler's time on constant data.
10149
10150 2005-10-13 Kenichi Handa <handa@m17n.org>
10151
10152 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10153 byte with `escape-glyph' face.
10154
10155 * international/fontset.el (ccl-encode-unicode-font):
10156 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10157 Handle the case that ucs-mule-to-mule-unicode translates a character to
10158 ASCII (usually for IPA characters).
10159
10160 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10163 Don't hide the underline of titles if font-lock-mode is disabled.
10164
10165 2005-10-12 Bill Wohler <wohler@newt.com>
10166
10167 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
10168 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10169 files in MH-E-SRC have been updated.
10170 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10171
10172 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10175 (mixal-mode-syntax-table): Add \n as end-comment.
10176 (mixal-operation-codes-alist): Immediately initialize to full value.
10177 (mixal-add-operation-code): Remove.
10178 (mixal-describe-operation-code): Make the arg non-optional.
10179 Use the interactive spec instead.
10180 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10181 (mixal-font-lock-keywords): Don't highlight comments here any more.
10182 (mixal-font-lock-syntactic-keywords): New var.
10183 (mixal-mode): Use it. Fix comment-start-skip.
10184
10185 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10186
10187 * startup.el (command-line-x-option-alist): -nb => -nbi
10188
10189 2005-10-12 Kim F. Storm <storm@cua.dk>
10190
10191 * startup.el (fancy-splash-default-action): Discard mouse click in
10192 the splash screen window, as it has no sensible meaning in the
10193 next window to be selected. Fixes error reported by Jan D.
10194
10195 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10196
10197 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10198
10199 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10202 Try to fix up minor layout issues like indentation, line break, etc...
10203 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10204 because it doesn't work.
10205 (mixal-operation-codes): Add some more codes.
10206 (mixal-font-lock-keywords): Process comments here.
10207 (mixal-mode): mixasm no longer needs -g option.
10208
10209 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10210
10211 * progmodes/sh-script.el (sh-tmp-file):
10212 Use mktemp -t. Finish support for es and rc shells.
10213
10214 2005-10-11 Jay Belanger <belanger@truman.edu>
10215
10216 * calc/calcalg2.el (calc-integral): With an argument, compute the
10217 definite integral.
10218
10219 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10220
10221 * mouse.el (mouse-drag-region-1): Don't try to catch a
10222 double-click when doing follow-link (it's overridden anyway).
10223
10224 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10227 (autoload-print-form-outbuf): Add docstring.
10228
10229 2005-10-11 Juri Linkov <juri@jurta.org>
10230
10231 * info.el (Info-mode-menu): Delete menu item "Edit".
10232 (Info-mode): Delete description of Info-edit from docstring,
10233 and rearrange descriptions of Info commands in the order
10234 they are documented in the Info manual.
10235
10236 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * calendar/appt.el (appt-check): Use diary-selective-display var.
10239
10240 2005-10-10 Richard M. Stallman <rms@gnu.org>
10241
10242 * net/newsticker.el (newsticker-start, newsticker-show-news):
10243 Add autoload cookies.
10244
10245 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10246
10247 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10248
10249 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10250
10251 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10252
10253 2005-10-10 Jay Belanger <belanger@truman.edu>
10254
10255 * calc/calc-arith.el (math-check-known-scalarp)
10256 (math-check-known-matrixp): Check the values of arguments that are
10257 variables.
10258 (math-check-known-square-matrixp): New function.
10259 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10260 (math-super-types): Add sqmatrix type.
10261
10262 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10263 mode name `square' to `sqmatrix'.
10264
10265 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10266 mode name `square' to `sqmatrix'.
10267
10268 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * progmodes/etags.el (select-tags-table-mode): Don't use
10271 selective-display.
10272 (tags-select-tags-table): Pass `button' to the action function.
10273 (select-tags-table): Place the side-info on button properties rather
10274 than in hidden text. Abbreviate file names.
10275 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10276 (select-tags-table-select): Add `button' argument.
10277 Get side-info from the button property rather than from hidden text.
10278
10279 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10280
10281 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10282 (gud-speedbar-buttons): Preserve point if possible.
10283 (gud-sentinel): Restore previous speedbar display type.
10284
10285 * progmodes/gdb-ui.el (gdba): Improve diagram.
10286 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10287 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10288 Call get-buffer-window once.
10289
10290 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10293 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10294 (pascal-indent-command): Remove unused var `ind'.
10295 (pascal-indent-case): Remove unused var `oldpos'.
10296 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10297 since it's now used as a proper minor mode map.
10298 (pascal-outline): Rename to pascal-outline-mode.
10299 (pascal-outline-mode): Use define-minor-mode.
10300 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10301 selective-display.
10302
10303 2005-10-10 Andreas Schwab <schwab@suse.de>
10304
10305 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10306 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10307
10308 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10309 outside source directory.
10310
10311 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10312
10313 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10314 C-x' as a prefix.
10315 (orgtbl-mode-map): Full keymap instead of sparse, because all
10316 `self-insert-command' keys are redefined in this map.
10317 (org-export-as-html): Specify charset for HTML file, by taking it
10318 from the coding system.
10319
10320 2005-10-10 Kenichi Handa <handa@m17n.org>
10321
10322 * textmodes/flyspell.el (flyspell-check-word-p):
10323 If unread-command-events is non-empty, don't call sit-for.
10324
10325 2005-10-09 Richard M. Stallman <rms@gnu.org>
10326
10327 * font-lock.el (font-lock-syntactic-keywords)
10328 (font-lock-keywords): Doc fixes.
10329
10330 * textmodes/flyspell.el (flyspell-external-point-words):
10331 Simplify logic, and don't try to check for consecutive appearances
10332 of one incorrect word.
10333
10334 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10335
10336 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10337 separator.
10338
10339 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10340 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10341 (gud-expansion-speedbar-buttons): New function.
10342 (gud-speedbar-buttons): Check for gud-comint-buffer.
10343
10344 2005-10-09 Bill Wohler <wohler@newt.com>
10345
10346 * Makefile.in (updates): Add mh-loaddefs dependency.
10347
10348 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10349
10350 * speedbar.el (speedbar-file-key-map): Fix typo.
10351
10352 2005-10-09 Daniel Brockman <daniel@brockman.se>
10353
10354 * cus-start.el (line-spacing): Add custom spec.
10355
10356 2005-10-09 Romain Francoise <romain@orebokech.com>
10357
10358 * textmodes/ispell.el (ispell-check-version): Fix last change.
10359
10360 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10361
10362 * term/x-win.el: Remove -i, --icon-type from comment.
10363
10364 * startup.el (command-line-x-option-alist): Remove options -i,
10365 -itype, --icon-type, added -nb, --no-bitmap-icon
10366
10367 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10368
10369 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10370 instead of :active.
10371
10372 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10373
10374 * textmodes/ispell.el (ispell-check-version):
10375 Ignore hyphen, and all that follows, in aspell's version text.
10376
10377 2005-10-08 Jay Belanger <belanger@truman.edu>
10378
10379 * calc/calc-arith.el (math-known-square-matrixp): New function.
10380 (math-pow-fancy): Check for matrices before distributing exponent
10381 across products.
10382
10383 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10384 fullscreen keypad. Suggested by Luc Teirlinck.
10385 (calc-keypad-show-input): Add space for formatting.
10386
10387 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10388 Add square matrix option.
10389
10390 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10391 of checking calc-matrix-mode when deciding how to expand.
10392
10393 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10394
10395 2005-10-08 Lars Hansen <larsh@soem.dk>
10396
10397 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10398 Add error handling.
10399 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10400
10401 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10402
10403 Sync with Tramp 2.0.51.
10404
10405 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10406 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10407 Insert special handling for `last-coding-system-used', again
10408 it still seems to be necessary (unlike stated before).
10409 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10410 (tramp-password-prompt-regexp): There might be other words before
10411 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10412 (tramp-chunksize): Improve docstring.
10413 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10414 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10415 Christian Joergensen <bugs@razor.dk>.
10416
10417 2005-10-07 Glenn Morris <rgm@gnu.org>
10418
10419 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10420 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10421 precision'.
10422
10423 2005-10-07 Romain Francoise <romain@orebokech.com>
10424
10425 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10426 (ibuffer-do-shell-command-pipe-replace)
10427 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10428 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10429 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10430 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10431 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10432 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10433 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10434 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10435 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10436 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10437 Autoload file sans suffix.
10438
10439 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10440
10441 2005-10-07 David Ponce <david@dponce.com>
10442
10443 * recentf.el (recentf-menu-open-all-flag): New option.
10444 (recentf-digit-shortcut-command-name): New function.
10445 (recentf--shortcuts-keymap): New variable.
10446 (recentf-menu-shortcuts): New variable.
10447 (recentf-make-menu-items): Initialize it. Replace the "More..."
10448 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10449 (recentf-menu-value-shortcut): New function.
10450 (recentf-make-menu-item): Use it. No more in-lined.
10451 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10452 (recentf-open-most-recent-file): Rename from
10453 `recentf-open-file-with-key'. Don't depend on key binding.
10454 (recentf-mode-map): New variable.
10455 (recentf-mode): Use it.
10456
10457 2005-10-06 Bill Wohler <wohler@newt.com>
10458
10459 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10460
10461 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10462 (MH-E-SRC): New. Used by mh-autoloads.
10463 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10464 files in MH-E-SRC have been updated.
10465 (compile, recompile, bootstrap): Depend on mh-autoloads.
10466
10467 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10470 gud-break and gud-remove icons when the fringe is not available.
10471
10472 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10473 Typo.
10474
10475 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10476
10477 * play/zone.el (zone): Wrap body with save-window-excursion.
10478
10479 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10482 Use the new `list-only' arg to diary-list-entries.
10483
10484 * calendar/diary-lib.el: Use overlays rather than selective-display.
10485 (diary-selective-display): New var.
10486 (diary-header-line-format): Use it.
10487 (diary-list-entries): Add argument `list-only'.
10488 Put the buffer in diary-mode. Don't add \^M at beg and end.
10489 Replace \^M by invisible overlays.
10490 (diary-unhide-everything): Replace \^M by invisible overlays.
10491 (print-diary-entries): Look for overlays rather than \^M.
10492 Add a space to the temp buffer name.
10493 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10494 Put the buffer in diary-mode.
10495 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10496 (diary-anniversary): Make the year arg optional.
10497 (diary-time-regexp): New const.
10498 (diary-font-lock-keywords): Use it to accept a few more time formats.
10499
10500 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10501
10502 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10503
10504 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10505 Fix bug introduced 2005-07-03: Use (car (last ...))
10506 to faithfully reproduce replaced artist-last.
10507 (artist-set-arrow-points-for-poly): Likewise.
10508 Suggested by Johan Bockg\e,Ae\e(Brd.
10509
10510 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10511
10512 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10513 * wid-edit.el (widget):
10514 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10515 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10516
10517 2005-10-06 Kenichi Handa <handa@m17n.org>
10518
10519 * international/mule-cmds.el (set-language-environment):
10520 Fix setting up of case-table for unibyte mode.
10521
10522 * simple.el (what-cursor-position): If the character is displayed
10523 by some `display' text property, show that. Don't use
10524 single-key-description for eight-bit characters in multibyte mode.
10525
10526 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10527
10528 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10529 (gdb-ann3): Set it.
10530 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10531 (gdb-info-frames-custom): Use inverse-video for first five
10532 characters of selected frame only.
10533 (gdb-get-frame-number): Select frame even when point is on frame
10534 number.
10535
10536 2005-10-06 Masatake YAMATO <jet@gyve.org>
10537
10538 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10539 Put `font-lock-function-name-face'.
10540 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10541 and `font-lock-variable-name-face'
10542 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10543 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10544 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10545 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10546 (gdb-local-font-lock-keywords): New font lock keywords definition.
10547 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10548 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10549 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10550
10551 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10552
10553 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10554 (ediff-merge-region-is-non-clash-to-skip): Previously called
10555 ediff-merge-region-is-non-clash.
10556
10557 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10558 Use insert-buffer-substring.
10559
10560 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10561 selecting files to patch. Also bug fixes.
10562
10563 * ediff-util.el (ediff-setup): Bug fix.
10564 (ediff-next-difference): Never skip clashes that differ in white
10565 space only.
10566
10567 * ediff-wind.el (ediff-setup-control-frame)
10568 (ediff-destroy-control-frame): Check the menubar feature.
10569
10570 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10571 (viper-refresh-mode-line): Use make-local-variable to localize
10572 some vars instead of make-variable-buffer-local. Suggested by
10573 Stefan Monnier.
10574
10575 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10576 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10577 Use make-local-variable instead of make-variable-buffer-local.
10578 Suggested by Stefan Monnier.
10579
10580 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10581 (viper-comint-mode-hook): Use make-local-variable on
10582 require-final-newline.
10583 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10584
10585 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10588 also the second char of a comment-start sequence.
10589 (scheme-sexp-comment-syntax-table): New var.
10590 (lambda, define): Set their scheme-doc-string-elt property.
10591 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10592 Use lisp-font-lock-syntactic-face-function now that it properly
10593 handles |...| symbols.
10594 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10595 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10596
10597 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10598 bit from # to |.
10599 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10600
10601 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10602 (lisp-doc-string-elt-property): New var.
10603 (lisp-font-lock-syntactic-face-function): Use it.
10604 Rewrite to recognize docstrings even for forms not at toplevel.
10605
10606 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10607 annotation on the | part of #| rather than on the # part.
10608 (scheme-font-lock-syntactic-face-function): New function, to
10609 distinguish strings from |...| symbols.
10610 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10611 syntax-table so that #|...|# is properly highlighted.
10612
10613 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10614 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10615
10616 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10619 and C-e.
10620
10621 * emacs-lisp/eldoc.el: Move comments into docstrings.
10622 (eldoc-message-commands): Initialize in its declaration.
10623 Add move-beginning-of-line and move-end-of-line.
10624 (eldoc-add-command, eldoc-add-command-completions)
10625 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10626
10627 * outline.el (outline-mark-subtree): Activate the mark.
10628
10629 * calendar/appt.el (appt-time-regexp): New var.
10630 (appt-add, appt-make-list): Use it.
10631 (appt-convert-time): Clean up.
10632
10633 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10634 Don't set any syntax-table property here.
10635 (tex-font-lock-verb): New function. Do it here.
10636 (tex-font-lock-syntactic-keywords): Use it.
10637
10638 2005-10-04 Richard M. Stallman <rms@gnu.org>
10639
10640 * wid-edit.el (widget-file-complete): Get the widget start point
10641 the right way. Default directory to `/' if file has none.
10642
10643 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10644
10645 * textmodes/flyspell.el (flyspell-mode-on):
10646 Call ispell-maybe-find-aspell-dictionaries.
10647
10648 * textmodes/ispell.el (ispell-word, ispell-region):
10649 Call ispell-maybe-find-aspell-dictionaries.
10650 (ispell-accept-buffer-local-defs):
10651 Don't call ispell-maybe-find-aspell-dictionaries
10652
10653 2005-10-04 Richard M. Stallman <rms@gnu.org>
10654
10655 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10656
10657 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10658
10659 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10660 instead of `fboundp' in order to allow for anonymous functions.
10661
10662 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10663
10664 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10665 case the user clicks on the link while another window is selected.
10666 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10667
10668 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10669 functionality.
10670 (dframe-help-echo): Save point in case mouse tracking is off.
10671
10672 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10673
10674 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10675
10676 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10679 not change the global value of those vars.
10680
10681 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10682 make-local-variable which we do not need any more.
10683
10684 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10685
10686 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10687 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10688 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10689 (speedbar-path-line): Define obsolete aliases.
10690 (speedbar-line-directory): Doc fix.
10691
10692 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10693 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10694 instead of speedbar-line-path.
10695
10696 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10697
10698 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10699 to nil if dropping on a window. Handle dropping on a minibuffer window
10700 like dropping on a non-window part of Emacs.
10701
10702 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * net/ange-ftp.el: Use with-current-buffer.
10705 (ange-ftp-insert-directory): Do not follow symlinks any more.
10706
10707 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10708 Remove interactive spec.
10709
10710 2005-10-03 Kim F. Storm <storm@cua.dk>
10711
10712 * ido.el (ido-mode): Use custom-initialize-set.
10713
10714 2005-10-02 Richard M. Stallman <rms@gnu.org>
10715
10716 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10717 Use insert-buffer-substring.
10718
10719 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10720 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10721
10722 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10725 in last change.
10726 (ange-ftp-insert-directory): Fix up the search for the case where
10727 `file' is absolute.
10728
10729 2005-10-02 Romain Francoise <romain@orebokech.com>
10730
10731 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10732
10733 2005-10-02 Andreas Schwab <schwab@suse.de>
10734
10735 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10736 directory component in the session info.
10737
10738 2005-10-01 Richard M. Stallman <rms@gnu.org>
10739
10740 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10741
10742 * simple.el (next-error-internal): New function.
10743
10744 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10745 (compilation-start): Pass new arg to compilation-buffer-name.
10746 (compile-goto-error): Use next-error-internal.
10747
10748 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10749
10750 * speedbar.el: Remove RCS tag.
10751 (speedbar-check-read-only): Handle non-existent files.
10752
10753 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10754
10755 * info.el (Info-speedbar-hierarchy-buttons)
10756 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10757
10758 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10759
10760 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10761 Do not match newline.
10762 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10763 (bibtex-summary): Remove unnecessary save-excursion.
10764 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10765
10766 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10767
10768 * term/mac-win.el: Add charset info for "iso10646-1".
10769 Modify default fontset to use ATSUI-compatible fonts for some charsets
10770 if available.
10771
10772 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10773
10774 * speedbar.el: Re-apply arch tag.
10775 (speedbar-version): Rename to version 1.0. Suggested by Eric
10776 M. Ludlam.
10777 Reapply two changes from Emacs CVS' version of speedbar lost
10778 during the merge:
10779 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10780 (speedbar-frame-parameters): Improve customize type.
10781
10782 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10785 (ange-ftp-file-directory-p): Fix the symlink case.
10786 (ange-ftp-insert-directory): When listing a single file, get a list of
10787 the parent buffer and extract the relevant line. Inspired from a patch
10788 by Katsumi Yamaoka <yamaoka@jpl.org>.
10789 (ange-ftp-file-name-sans-versions): Simplify.
10790
10791 2005-09-30 Bill Wohler <wohler@newt.com>
10792
10793 Move MH-E image files from toolbar and mail directories into
10794 etc/images.
10795
10796 * mail/reply2.*: Move to etc/images/mail/reply*.
10797
10798 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10799 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10800 etc/images.
10801
10802 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10803 * toolbar/reply*: Move to etc/images/mail.
10804
10805 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10806
10807 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10808
10809 * speedbar.el: New version 1.0pre3.
10810
10811 Frame management code (including timer, and mouse click specifics)
10812 moved to dframe.el:
10813 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10814 (speedbar-timer): Removed. Use dframe-timer.
10815 (speedbar-close-frame): Removed. Use dframe-close-frame.
10816 (speedbar-activity-change-focus-flag): Removed. Use
10817 dframe-activity-change-focus-flag.
10818 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10819 dframe-update-speed.
10820
10821 (speedbar-current-frame): New macro. Use this instead of the
10822 variable speedbar-frame.
10823
10824 (speedbar-use-images, speedbar-expand-image-button-alist)
10825 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10826
10827 (speedbar-find-image-on-load-path): Removed. Replaced by
10828 defezimage in ezimage.el.
10829 (speedbar-expand-image-button-alist): Removed. Replaced by
10830 ezimage-expand-image-button-alist in ezimage.el.
10831
10832 (speedbar-ignored-directory-regexp)
10833 (speedbar-add-ignored-directory-regexp)
10834 (speedbar-ignored-directory-expressions)
10835 (speedbar-line-directory, speedbar-buffers-line-directory)
10836 (speedbar-directory-line, speedbar-buffers-line-directory):
10837 Renamed, replacing `path' with `directory'.
10838
10839 (speedbar-create-directory, speedbar-expand-line-descendants)
10840 (speedbar-toggle-line-expansion)
10841 (speedbar-contract-line-descendants): New commands.
10842
10843 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10844 (speedbar-use-tool-tips-flag): New options.
10845
10846 (speedbar-check-read-only, speedbar-require-version)
10847 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10848 (speedbar-handle-delete-frame, speedbar-try-completion)
10849 (speedbar-update-localized-contents): New functions.
10850
10851 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10852 (speedbar-object-read-only-indicator): New variables.
10853
10854 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10855 New hooks.
10856
10857 (speedbar-separator-face): New face.
10858
10859 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10860 (speedbar-ignored-modes): Add fundamental-mode.
10861 (speedbar-directory-unshown-regexp): Add . directories.
10862
10863 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10864 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10865 `]' for full expand/close.
10866 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10867
10868 (speedbar-check-vc): Support hidden files.
10869 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10870 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10871 state is nil, it is not checked out.
10872
10873 (speedbar-line-text, speedbar-line-token): Support expand buttons
10874 with no text.
10875 (speedbar-refresh): Universal argument acts as power-click.
10876 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10877 that buffer to get variable values.
10878
10879 And many other bugfixes.
10880
10881 * dframe.el, ezimage.el, sb-image.el: New files.
10882
10883 * sb-*.xpm: Remove files. New image files installed into
10884 etc/images/ezimage.
10885
10886 2005-09-30 Kenichi Handa <handa@m17n.org>
10887
10888 * ps-mule.el (ps-mule-show-warning): If a character is in
10889 ps-print-translation-table, don't treat it as non-printable.
10890
10891 2005-09-30 David Ponce <david@dponce.com>
10892
10893 * tree-widget.el (tree-widget-themes-load-path): New variable.
10894 (tree-widget-themes-directory): Doc fix.
10895 (tree-widget-image-formats) [Emacs]: Doc fix.
10896 (tree-widget--locate-sub-directory): New function.
10897 (tree-widget-themes-directory): Use it.
10898
10899 * recentf.el (recentf-filename-handlers): Rename from
10900 `recentf-filename-handler'. Allow a list of functions.
10901 (recentf-menu-items-for-commands): Fix :help strings.
10902 (recentf-apply-filename-handlers): New function.
10903 (recentf-expand-file-name): Use it.
10904 (recentf-cleanup): Remove duplicates too.
10905
10906 2005-09-29 Juri Linkov <juri@jurta.org>
10907
10908 * faces.el: Rearrange face definitions to be in the same order as
10909 their face descriptions in "(emacs)Standard Faces".
10910
10911 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10912
10913 * tooltip.el (tooltip): Add group `basic-faces'.
10914
10915 * buff-menu.el (Buffer-menu-buffer): Remove group
10916 `font-lock-highlighting-faces'.
10917
10918 * progmodes/compile.el (compilation-error, compilation-warning)
10919 (compilation-info, compilation-line-number, compilation-column-number):
10920 Change group from `font-lock-highlighting-faces' to `compilation'.
10921
10922 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10923 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10924 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10925 (vhdl-font-lock-reserved-words-face)
10926 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10927 `font-lock-highlighting-faces'.
10928
10929 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10930
10931 2005-09-28 Kim F. Storm <storm@cua.dk>
10932
10933 * emulation/cua-base.el: Set CUA move property on additional commands:
10934 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10935 forward-sexp, backward-sexp, forward-list, backward-list.
10936
10937 2005-09-28 Romain Francoise <romain@orebokech.com>
10938
10939 * comint.el (comint-show-output): Really set point at the
10940 beginning of the output when not using `comint-use-prompt-regexp'.
10941
10942 2005-09-27 Jay Belanger <belanger@truman.edu>
10943
10944 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10945 in TeX mode.
10946
10947 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * textmodes/org.el (org-table-sum): Fix format string.
10950
10951 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10952 Quote face names.
10953
10954 2005-09-26 Romain Francoise <romain@orebokech.com>
10955
10956 * isearch.el (isearch-forward-regexp): Close doc string.
10957
10958 2005-09-25 Richard M. Stallman <rms@gnu.org>
10959
10960 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10961
10962 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10963
10964 * progmodes/compile.el (compilation-error-properties):
10965 When getting the file from the previous error message,
10966 correctly decode the new data format.
10967
10968 * progmodes/cc-cmds.el (c-electric-paren):
10969 Call old-blink-paren only for close-paren.
10970
10971 2005-09-24 Andreas Schwab <schwab@suse.de>
10972
10973 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10974 condition.
10975
10976 2005-09-25 Romain Francoise <romain@orebokech.com>
10977
10978 * dired-aux.el (dired-copy-file-recursive):
10979 * dired.el (dired-delete-file):
10980 * ediff-mult.el (ediff-dir-diff-copy-file):
10981 * ediff-util.el (ediff-test-save-region):
10982 * forms.el (forms-mode):
10983 * ido.el (ido-file-internal, ido-delete-file-at-head):
10984 * log-edit.el (log-edit-done):
10985 * ses.el (ses-yank-resize):
10986 * play/gomoku.el (gomoku-human-plays, gomoku)
10987 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10988 (gomoku-offer-a-draw):
10989 * play/landmark.el (lm-human-resigns, lm):
10990 * net/eudcb-ldap.el (eudc-ldap-check-base):
10991 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10992 * progmodes/ebrowse.el (ebrowse-find-pattern):
10993 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10994 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10995 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10996
10997 * vc.el (vc-delete-file):
10998 * play/gomoku.el (gomoku-terminate-game, gomoku)
10999 (gomoku-prompt-for-move, gomoku-human-takes-back):
11000 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11001 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11002
11003 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11006 color rxvt terminals by using the code xterm.el used to use before
11007 2005-04-09 in order to match the colors used by rxvt.
11008
11009 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11010
11011 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11012 colors rxvt-unicode terminals by using the same code as xterm.el.
11013
11014 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * textmodes/tex-mode.el (tex-font-lock-append-prop)
11017 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11018 new symbol used for the tex-verbatim face.
11019
11020 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11021
11022 * woman.el (woman-file-name):
11023 * wid-edit.el (widget-file-prompt-value)
11024 (widget-coding-system-prompt-value):
11025 * w32-fns.el (set-w32-system-coding-system):
11026 * vc.el (vc-version-diff, vc-annotate):
11027 * textmodes/reftex-auc.el (reftex-arg-cite)
11028 (reftex-arg-index-tag):
11029 * textmodes/refer.el (refer-get-bib-files):
11030 * textmodes/artist.el (artist-figlet-choose-font):
11031 * terminal.el (terminal-emulator):
11032 * replace.el (occur-read-primary-args):
11033 * rect.el (string-rectangle, string-insert-rectangle):
11034 * ps-print.el (ps-print-preprint):
11035 * progmodes/pascal.el (pascal-goto-defun):
11036 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11037 * progmodes/compile.el (compilation-find-file):
11038 * printing.el (pr-interactive-n-up):
11039 * play/animate.el (animate-birthday-present):
11040 * net/rcompile.el (remote-compile):
11041 * man.el (man, Man-goto-section, Man-follow-manual-reference):
11042 * mail/rmailsum.el (rmail-summary-search-backward)
11043 (rmail-summary-search):
11044 * mail/rmailout.el (rmail-output-read-rmail-file-name)
11045 (rmail-output-read-file-name):
11046 * mail/rmail.el (rmail-search, rmail-search-backwards):
11047 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11048 * locate.el (locate):
11049 * international/quail.el (quail-show-keyboard-layout):
11050 * international/mule.el (set-buffer-file-coding-system)
11051 (revert-buffer-with-coding-system, set-file-name-coding-system)
11052 (set-terminal-coding-system, set-keyboard-coding-system)
11053 (set-next-selection-coding-system):
11054 * international/mule-diag.el (describe-coding-system)
11055 (describe-font, describe-fontset):
11056 * international/mule-cmds.el (universal-coding-system-argument)
11057 (search-unencodable-char, describe-input-method)
11058 (set-language-environment, describe-language-environment):
11059 * international/codepage.el (codepage-setup):
11060 * international/code-pages.el (codepage-setup):
11061 * info.el (Info-search, Info-follow-reference)
11062 (Info-search-backward):
11063 * emacs-lisp/advice.el (ad-read-advised-function)
11064 (ad-read-advice-class, ad-clear-cache, ad-activate)
11065 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11066 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11067 (ad-read-regexp):
11068 * ediff-util.el (ediff-toggle-regexp-match):
11069 * ediff-ptch.el (ediff-prompt-for-patch-file):
11070 * dired-aux.el (dired-diff):
11071 * diff.el (diff):
11072 * cus-edit.el (custom-variable-prompt):
11073 * calendar/timeclock.el (timeclock-ask-for-project):
11074 * calc/calcalg3.el (calc-get-fit-variables):
11075 * calc/calc-store.el (calc-edit-variable)
11076 (calc-permanent-variable):
11077 * vc-mcvs.el (vc-mcvs-register):
11078 * shadowfile.el (shadow-define-literal-group):
11079 * woman.el (woman-file-name):
11080 * vc.el (vc-version-diff, vc-merge):
11081 * textmodes/reftex-index.el (reftex-index-complete-tag):
11082 * format.el (format-decode-buffer, format-decode-region):
11083 * emulation/viper-cmd.el (viper-read-string-with-history):
11084 * emacs-lisp/debug.el (cancel-debug-on-entry):
11085 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11086 * ediff.el (ediff-merge-revisions)
11087 (ediff-merge-revisions-with-ancestor, ediff-revision):
11088 * completion.el (interactive-completion-string-reader):
11089 * calc/calc-prog.el (calc-user-define-formula):
11090 Follow convention for reading with the minibuffer.
11091
11092 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
11093
11094 * progmodes/python.el (python-describe-symbol): Add globals() and
11095 locals() to the arguments of emacs.ehelp.
11096
11097 2005-09-24 Magnus Henoch <mange@freemail.hu>
11098
11099 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11100 New function, code extracted from ispell-valid-dictionary-list.
11101 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11102 Call it.
11103
11104 2005-09-24 Eli Zaretskii <eliz@gnu.org>
11105
11106 * subr.el (version-regexp-alist): Extend valid syntax for version
11107 strings: allow any of the characters -,_,+ to separate the
11108 alpha/beta/rc part from the version part. Doc fix.
11109 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
11110
11111 2005-09-23 David Reitter <david.reitter@gmail.com>
11112
11113 * mail/mailclient.el: New file.
11114
11115 2005-09-23 Richard M. Stallman <rms@gnu.org>
11116
11117 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11118 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11119 Doc fixes.
11120
11121 * progmodes/cc-mode.el (c-font-lock-init):
11122 Specify font-lock-lines-before.
11123
11124 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11127 whole conflict.
11128
11129 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
11130
11131 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11132 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
11133 of `remap' feature when available. Additional key bindings for
11134 better tty support.
11135 (org-mode-restart, org-force-self-insert): New commands.
11136 (org-time-stamp-inactive): New command.
11137 (org-remap): New function.
11138 (org-table-auto-blank-field, org-level-color-stars-only): New options.
11139 (org-enable-fixed-width-editor): Move to `org-structure'
11140 customization group.
11141 (org-self-insert-command, orgtbl-self-insert-command): Modify to
11142 blank field after field motion commands.
11143
11144 2005-09-23 Kenichi Handa <handa@m17n.org>
11145
11146 * international/mule-cmds.el (set-language-environment):
11147 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11148 have to call utf-translate-cjk-load-tables.
11149
11150 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * mouse.el (mouse-move-drag-overlay): Fix last change.
11153
11154 2005-09-22 David Ponce <david@dponce.com>
11155
11156 * tree-widget.el (tree-widget-value-create): Fix previous change.
11157
11158 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11159
11160 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11161
11162 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
11163
11164 * mouse.el (mouse-move-drag-overlay): New function.
11165 (mouse-drag-region-1): Use it.
11166 Try to simplify a bit the state handling. Handle clicks on links
11167 inside intangible areas.
11168 (mouse-save-then-kill): Minor simplification.
11169 (mouse-secondary-overlay): Make it always non-nil instead of
11170 recreating it each time.
11171 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11172 (mouse-kill-secondary, mouse-secondary-save-then-kill):
11173 Simplify accordingly.
11174
11175 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
11176
11177 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11178
11179 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11180
11181 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11182 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11183 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11184 to patch.
11185
11186 * ediff-util.el: Use insert-buffer-substring.
11187
11188 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11189
11190 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11191 field boundaries in the minibuffer.
11192 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11193 (viper-minibuffer-post-command-hook): New hook.
11194 (viper-line): Don't move cursor at bolp.
11195
11196 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11197
11198 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11199 avoid compiler warnings.
11200
11201 * emulation/viper-macs.el (ex-map): Better messages.
11202
11203 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11204
11205 * emulation/viper.el: Replace make-variable-buffer-local with
11206 viper-make-variable-buffer-local everywhere, to avoid warnings.
11207
11208 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11209
11210 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11211 Delete unused var `old-selected-window'.
11212 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11213 (mouse-drag-secondary): Delete unused var `start-frame'.
11214
11215 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11216
11217 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11218
11219 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11222 Re-indent within 80 columns. Use inhibit-read-only.
11223
11224 2005-09-19 Romain Francoise <romain@orebokech.com>
11225
11226 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11227
11228 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11231 unconditionally, since the after-change-function already did it.
11232
11233 2005-09-19 Miles Bader <miles@gnu.org>
11234
11235 * net/newsticker.el: Get rid of CVS keyword.
11236
11237 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11238
11239 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11240 The prompt is formatted later.
11241
11242 2005-09-19 David Ponce <david@dponce.com>
11243
11244 * tree-widget.el (tree-widget-value-create): Save the converted
11245 tree :node widget.
11246
11247 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11250 variable `message'.
11251
11252 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11253
11254 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11255 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11256 <slawomir.nowaczyk.847@student.lu.se>.
11257
11258 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * image.el (image-load-path): Use symbol `data-directory' instead
11261 of its value, for backward compatibility with packages that bind
11262 it during `find-image'. Suggested by Katsumi Yamaoka.
11263 (image-search-load-path): Handle symbols whose values are strings.
11264
11265 2005-09-18 Romain Francoise <romain@orebokech.com>
11266
11267 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11268 with-current-buffer form in save-excursion.
11269
11270 2005-09-18 D Goel <deego@gnufans.org>
11271
11272 * apropos.el (apropos-command): Fix `message' call: first arg
11273 should be a format spec. In this and all other cases that appear
11274 below and elsewhere in the source code, I made a change only when
11275 two conditions were satisfied: [1] I can think of a possibility
11276 that the arguments would cause an error, for example, the code in
11277 question relies on external variables such as filenames. [2] I
11278 was sure that the arg to `message' could not have been nil in the code.
11279
11280 * textmodes/tildify.el (tildify-region): Ditto.
11281
11282 * textmodes/reftex-index.el (reftex-index-change-entry)
11283 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11284 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11285 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11286 (org-priority, org-table-sum):
11287 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11288 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11289 (flyspell-word, flyspell-display-next-corrections):
11290 * textmodes/bibtex.el (bibtex-print-help-message):
11291 * textmodes/artist.el (artist-key-set-point-poly):
11292 * term/mac-win.el (mac-services-insert-text):
11293 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11294 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11295 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11296 (vhdl-compose-configuration):
11297 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11298 (sh-set-indent, sh-learn-line-indent):
11299 * progmodes/ps-mode.el (ps-mode-target-column):
11300 * progmodes/idlwave.el (idlwave-make-tags)
11301 (idlwave-scan-library-catalogs):
11302 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11303 * progmodes/gud.el (gud-jdb-analyze-source):
11304 * progmodes/flymake.el (flymake-log):
11305 * progmodes/ebnf2ps.el (ebnf-generate-region):
11306 * progmodes/cmacexp.el (c-macro-expansion):
11307 * progmodes/ada-xref.el (ada-treat-cmd-string):
11308 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11309 (ada-justified-indent-current, ada-batch-reformat):
11310 * play/zone.el (zone):
11311 * play/landmark.el (lm-move):
11312 * play/decipher.el (decipher-show-alphabet):
11313 * net/newsticker.el (newsticker--display-jump)
11314 (newsticker--display-scroll):
11315 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11316 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11317 * mail/feedmail.el (feedmail-dump-message-to-queue):
11318 * eshell/esh-proc.el (eshell-remove-process-entry):
11319 * emulation/ws-mode.el (ws-last-error):
11320 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11321 (viper-record-kbd-macro):
11322 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11323 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11324 * emacs-lisp/find-func.el (find-function-noselect):
11325 * calendar/timeclock.el (timeclock-status-string)
11326 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11327 (timeclock-when-to-leave-string):
11328 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11329 * calc/calc-units.el (calc-enter-units-table):
11330 * calc/calc-mode.el (calc-mode-record-mode):
11331 * woman.el (woman-mini-help):
11332 * wdired.el (wdired-change-to-wdired-mode):
11333 * vc.el (vc-retrieve-snapshot):
11334 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11335 * startup.el (display-startup-echo-area-message):
11336 * simple.el (set-goal-column):
11337 * ses.el (ses-command-hook, ses-recalculate-cell):
11338 * server.el (server-process-filter):
11339 * printing.el (pr-interface-txt-print, pr-interface-printify)
11340 (pr-interface-ps):
11341 * pcvs.el (cvs-help):
11342 * log-edit.el (log-edit, log-edit-mode-help):
11343 * iswitchb.el (iswitchb-possible-new-buffer):
11344 * isearch.el (isearch-edit-string):
11345 * image-mode.el (image-mode, image-minor-mode):
11346 * ibuf-macs.el (define-ibuffer-filter):
11347 * hi-lock.el (hi-lock-find-patterns):
11348 * files.el (toggle-read-only):
11349 * ediff-util.el (ediff-copy-diff)
11350 (ediff-write-merge-buffer-and-maybe-kill):
11351 * echistory.el (Electric-history-undefined):
11352 * dnd.el (dnd-insert-text):
11353 * dired-aux.el (dired-query):
11354 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11355 * bookmark.el (bookmark-bmenu-locate):
11356 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11357 Fix `message' calls to ensure first arg is a format string.
11358 The change was made only when these two conditions were satisfied:
11359 [1] when there is a possibility that the arguments would cause an error
11360 for example, if the code in question relies on external variables
11361 such as filenames, and
11362 [2] if the arg to `message' could not have been nil in the code.
11363
11364 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11365 Not having a %s would be weird, though not technically wrong.
11366
11367 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11368
11369 * term/mac-win.el (mac-add-charset-info): Doc fix.
11370
11371 2005-09-17 Romain Francoise <romain@orebokech.com>
11372
11373 * shell.el (shell-resync-dirs): Handle echoing processes more
11374 reliably. Don't insert resync command if `comint-process-echoes'
11375 is non-nil.
11376
11377 2005-09-17 Magnus Henoch <mange@freemail.hu>
11378
11379 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11380 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11381 aspell versions >= 0.60.
11382 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11383 only if ispell-aspell-supports-utf8 is non-nil.
11384
11385 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11386
11387 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11388 buffer-local value to lisp-indent-function.
11389
11390 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11391
11392 * progmodes/glasses.el (glasses-make-readable): If
11393 glasses-separator differs from underscore, put appropriate
11394 overlays over underscore characters.
11395 (glasses-convert-to-unreadable): If glasses-separator differs from
11396 underscore, try to convert glasses-separator characters to
11397 underscores.
11398
11399 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11402 Use with-syntax-table and dolist.
11403
11404 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11405
11406 * textmodes/reftex-auc.el:
11407 * textmodes/reftex-cite.el:
11408 * textmodes/reftex-dcr.el:
11409 * textmodes/reftex-global.el:
11410 * textmodes/reftex-parse.el:
11411 * textmodes/reftex-ref.el:
11412 * textmodes/reftex-sel.el:
11413 * textmodes/reftex-toc.el:
11414 * textmodes/reftex-vars.el:
11415 * textmodes/reftex.el: Small changes to remove compiler warnings.
11416
11417 * textmodes/reftex-index.el: Likewise.
11418 (reftex-query-index-phrase): More efficient use of markers.
11419
11420 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * image.el (image-load-path): New variable.
11423 (image-search-load-path): New function.
11424 (find-image): Search for images in `image-load-path'.
11425
11426 2005-09-15 Richard M. Stallman <rms@gnu.org>
11427
11428 * follow.el: Change Maintainer field.
11429
11430 2005-09-15 David Ponce <david@dponce.com>
11431
11432 * recentf.el (recentf-save-file-modes): New option.
11433 (recentf-save-list): Use it.
11434
11435 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11436
11437 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11438 (mode-line-mule-info, mode-line-modified): Move bindings from
11439 mouse-3 to mouse-1.
11440
11441 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * simple.el (sendmail-user-agent-compose): Revert last change.
11444
11445 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11448 Use with-current-buffer.
11449 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11450 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11451 (ange-ftp-insert-directory): Remove unused var `short'.
11452 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11453
11454 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11455 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11456
11457 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11458 (check-calendar-holidays, diary-list-entries): Autoload.
11459 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11460 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11461
11462 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11463 which mistakenly removed a call to display-buffer.
11464
11465 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11466
11467 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11468
11469 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11470
11471 * progmodes/hideshow.el
11472 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11473 (hs-allow-nesting): New user var.
11474 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11475 (hs-hide-block-at-point): When nesting allowed,
11476 if there is already an overlay in place, delete it.
11477 (hs-safety-is-job-n): Delete func; remove call sites.
11478 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11479 (hs-overlay-at): New func.
11480 (hs-already-hidden-p, hs-show-block): Use it.
11481 (hs-hide-all): Don't pre-clean if nesting allowed.
11482 (hs-show-all): Temporarily disallow
11483 nesting around call to `hs-discard-overlays'.
11484
11485 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11486
11487 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11488 Delete unused local var.
11489
11490 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11491
11492 * help-fns.el (describe-categories): "?\ " -> "?\s".
11493 (help-do-arg-highlight): Recognize also ARG-n, as in
11494 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11495
11496 * international/codepage.el (dos-unsupported-char-glyph):
11497 * net/newsticker.el (tool-bar-map, w3-mode-map)
11498 (w3m-minor-mode-map):
11499 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11500 (ent-alist):
11501 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11502
11503 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11504
11505 * custom.el (custom-push-theme): Handle the case where a symbol is
11506 bound but face properties have not yet been assigned.
11507
11508 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11509 Fix behavior if noerase is `t' and there is no mail buffer.
11510
11511 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11512 if `continue' is nil, rather than signal an error.
11513
11514 2005-09-12 Richard M. Stallman <rms@gnu.org>
11515
11516 * font-lock.el (font-lock-keywords): Add autoload.
11517
11518 * help-fns.el (describe-variable): Rearrange to put source link
11519 in a predictable place.
11520
11521 * net/newsticker.el: New file.
11522
11523 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11526 (calendar-basic-setup): Use the new nil arg.
11527 (number-of-diary-entries): Move to diary-lib.el.
11528
11529 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11530 (diary-list-entries): Use with-syntax-table and dolist.
11531 Rename from list-diary-entries.
11532 Use number-of-diary-entries if `number' is nil.
11533 (diary, diary-view-entries): Use this new name and new nil arg value.
11534 (number-of-diary-entries): Move from calendar.el.
11535 (diary-unhide-everything): New function.
11536 (include-other-diary-files, fancy-diary-display)
11537 (diary-show-all-entries, make-diary-entry): Use it.
11538 (diary-mail-entries): Use buffer-string.
11539 (mark-diary-entries): Fix long standing paren typo.
11540 (diary-sexp-entry): Use count-lines.
11541 (make-diary-entry): Avoid `previous-line'.
11542 (diary-mode-map): New var.
11543 (diary-mode): Redraw cal after saving. Setup header-line.
11544 (fancy-diary-display-mode): Use local-set-key.
11545
11546 * startup.el (command-line): Try calling various terminal-init-foo-bar
11547 functions by stripping hyphenated suffixes from $TERM.
11548
11549 * files.el (normal-mode): Check boundness of font-lock-keywords.
11550
11551 2005-09-12 Richard M. Stallman <rms@gnu.org>
11552
11553 * progmodes/compile.el: Don't decide a file's directory
11554 until the user actually tries to go there.
11555 (compilation-next-error-function):
11556 Pass compilation-find-file the directory from the file-struct.
11557 (compilation-internal-error-properties): Separate local FILE-STRUCT
11558 from FILE. Doc the args better. Rename arg FMT to FMTS.
11559 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11560 Expand it, and if nil, use default-directory.
11561 (compilation-get-file-structure): Don't mix specified directory
11562 with default directory. Put specified directory into
11563 file-struct. Don't make the file name absolute.
11564
11565 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11566 (compile-command): Add autoload.
11567 (compilation-disable-input): Add autoload.
11568
11569 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11570
11571 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11572 strings of the variables it can override.
11573 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11574 %Q and %q, for fully-qualified domain name and unqualified host name.
11575
11576 2005-09-11 Kim F. Storm <storm@cua.dk>
11577
11578 * emacs-lisp/authors.el (authors-aliases): Update list.
11579 (authors-fixed-entries): Update mldrag.el entry.
11580
11581 2005-09-10 Alan Mackenzie <acm@muc.de>
11582
11583 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11584 from the region narrowed to.
11585
11586 2005-09-10 Magnus Henoch <mange@freemail.hu>
11587
11588 * textmodes/ispell.el (ispell-check-version): Signal an error if
11589 aspell version is less than 0.60.
11590
11591 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11592
11593 * progmodes/octave-inf.el (inferior-octave-startup):
11594 Resync current dir at the end.
11595
11596 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11597
11598 * woman.el (woman-topic-at-point-default):
11599 Rename to woman-use-topic-at-point-default.
11600 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11601 (woman-file-name): Reflect renames above. Automatically use the
11602 word at point as topic if woman-use-topic-at-point is non-nil.
11603 Otherwise offer it as default but don't insert it in the
11604 minibuffer. Also use `test-completion' instead of `assoc' as
11605 suggested by Stefan Monnier.
11606
11607 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11608
11609 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11610 the attempt to do it over Tramp. This is not yet supported.
11611
11612 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11613
11614 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11615 (menu-bar-non-minibuffer-window-p): New functions.
11616 ("Split Window", "Save As..."): Use them.
11617 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11618 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11619 Use menu-bar-menu-frame-live-and-visible-p.
11620 ("Save Buffer", "Insert File", "Open Directory...")
11621 ("Open File...", "Visit New File..."):
11622 Use menu-bar-non-minibuffer-window-p.
11623 (kill-this-buffer-enabled-p, dired <menu-enable>):
11624 Use menu-bar-non-minibuffer-window-p.
11625
11626 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11627
11628 * cus-start.el (all): Don't complain about fringe-related
11629 built-ins if fringes are not supported. Ditto about
11630 selection-related built-ins. Fix the test for GTK-related built-ins.
11631
11632 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11633 ("Postscript Print Buffer", "Print Region", "Save As...")
11634 ("Save", "Insert File...", "Open Directory...")
11635 ("Open File...", "Visit New File..."")
11636 ("Truncate Long Lines in this Buffer"): Don't look at
11637 menu-updating-frame if this display does not support multiple frames.
11638
11639 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11640
11641 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11642
11643 2005-09-09 Emilio Lopes <eclig@gmx.net>
11644
11645 * woman.el: Format- and whitespace-related changes.
11646
11647 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11648
11649 * woman.el: Fix my email address.
11650
11651 2005-09-08 Richard M. Stallman <rms@gnu.org>
11652
11653 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11654 (sh-mode): Locally set skeleton-pair-default-alist.
11655
11656 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11657
11658 * progmodes/flymake.el: Require `compile' unconditionally.
11659
11660 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11661
11662 * woman.el (woman-file-name): Provide a default, not initial input.
11663
11664 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11665
11666 * font-lock.el (font-lock-support-mode): Doc fix.
11667
11668 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11669
11670 2005-09-08 Richard M. Stallman <rms@gnu.org>
11671
11672 * simple.el (blink-matching-open): Get rid of text props from
11673 the string shown in echo area. Don't permanently set point.
11674 Some rearrangements.
11675
11676 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11677
11678 * recentf.el (recentf-filename-handler): Add custom choice
11679 `abbreviate-file-name'.
11680
11681 * msb.el (msb--very-many-menus): Fix typo.
11682
11683 * disp-table.el (standard-display-european): Don't set
11684 enable-multibyte-characters to nil.
11685
11686 2005-09-08 David Ponce <david@dponce.com>
11687
11688 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11689 (recentf-expand-file-name): Doc fix.
11690 (recentf-dialog-mode-map): Define digit shortcuts.
11691 (recentf--files-with-key): New variable.
11692 (recentf-show-digit-shortcut-filter): New function.
11693 (recentf-open-files-items): New function.
11694 (recentf-open-files): Use it.
11695 (recentf-open-file-with-key): New command.
11696
11697 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11698
11699 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11700 Suggested by Kim F. Storm.
11701 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11702 (Buffer-menu-make-sort-button): Use global keymap.
11703
11704 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11705
11706 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11707 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11708 necessary any longer with the remapped command.
11709 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11710 formatting time only.
11711
11712 * net/tramp.el (tramp-action-password)
11713 (tramp-multi-action-password): Compile the password prompt from
11714 `method', `user' and `host'. Sometimes it isn't obvious which
11715 password to enter, for example with remote files offered by
11716 recentf.el, or with multiple steps. Suggested by Robert Marshall
11717 <robert@chezmarshall.freeserve.co.uk>.
11718
11719 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11722 Fix regexp for when "s///" is at the beginning of line.
11723
11724 2005-09-07 Jay Belanger <belanger@truman.edu>
11725
11726 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11727 when in matrix mode.
11728
11729 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11730
11731 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11732 non-anonymous functions.
11733
11734 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11737 when using a header line. Otherwise, use mouse-1-click-follows-link.
11738
11739 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11740 can't be moved; don't signal an error.
11741
11742 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11743
11744 * cus-theme.el (custom-theme-write-faces): Save the current face
11745 spec, not the defface spec.
11746
11747 * custom.el (custom-known-themes): Clarify meaning of "standard".
11748 (custom-push-theme): Save old values in the standard theme.
11749 (disable-theme): Correct typo.
11750 (custom-face-theme-value) Deleted unused function.
11751 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11752
11753 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * progmodes/compile.el (compilation-goto-locus): Take into account
11756 iconified frames when determining whether the buffer is
11757 already visible.
11758 Don't reset window height if the window already existed.
11759
11760 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11761
11762 * custom.el (load-theme): Rename from require-theme.
11763 Add interactive spec.
11764 (enable-theme): Rename from custom-enable-theme.
11765 Add interactive spec.
11766 (disable-theme): Rename from custom-disable-theme.
11767 Add interactive spec.
11768 (custom-make-theme-feature): Doc fix.
11769 (custom-theme-directory): Doc fix.
11770 (provide-theme): Call enable-theme.
11771
11772 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * obsolete/lazy-lock.el (lazy-lock-mode):
11775 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11776 font-lock-mode if it's off. Print a warning instead.
11777
11778 * progmodes/compile.el (compilation-start): Ignore errors if the
11779 process died before we get to send-eof.
11780
11781 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11782 Undo last change. Enclosing the result in quotes broke things on Unix
11783 since tex-send-command passes it through shell-quote-argument.
11784 (tex-send-command): Pass `file' through convert-standard-filename
11785 when possible.
11786 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11787 info in a transcript.
11788
11789 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11790
11791 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11792 fix compilation warning. Reorder the key definitions to group
11793 together keys emitted by the current version of xterm.
11794
11795 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11796 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11797 Reorder predicates to correct min-color usage.
11798
11799 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11800
11801 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11802 Kill local variables when longlines-mode is turned off.
11803
11804 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11807
11808 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11809
11810 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11811
11812 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11813 (font-lock-lines-before): Change default to being inactive.
11814 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11815 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11816
11817 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11818
11819 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11820 Deactivate temporarily advice if active (not needed for Emacs 22,
11821 but for backwards compatibility).
11822 (tramp-exists-file-name-handler): Rewrite. First implementation
11823 was too simple.
11824 (tramp-advice-make-auto-save-file-name):
11825 Call `tramp-handle-make-auto-save-file-name' (again, just for
11826 backwards compatibility).
11827
11828 2005-08-31 Reto Zimmermann <reto@gnu.org>
11829
11830 * progmodes/vhdl-mode.el
11831 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11832 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11833 (vhdl-set-default-project): New function (easier setting of default).
11834 (vhdl-port-copy): Handle extended identifiers for generics.
11835 (vhdl-compiler-alist): Better description for error message regexp.
11836 (vhdl-make): Query for target, use previous as default.
11837 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11838 (vhdl-font-lock-keywords-2): Fix fontification for record
11839 el. assign.
11840 (vhdl-speedbar-make-subpack-line): Add package body link.
11841 (vhdl-generate-makefile-1): Not include itself as dependency.
11842 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11843 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11844 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11845 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11846 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11847 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11848 (vhdl-import-project): Add string argument for `error'.
11849 (vhdl-compose-configuration)
11850 (vhdl-compose-configuration-architecture): Add configuration
11851 declaration generation.
11852 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11853 (vhdl-trailer-re): Add "record" keyword (better indentation).
11854 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11855 "[^ \t-\"]+".
11856 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11857 (vhdl-testbench-entity-file-name)
11858 (vhdl-testbench-architecture-file-name): Allow separate
11859 customization of testbench file names.
11860 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11861 (vhdl-get-visible-signals): Allow newline within alias declaration.
11862 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11863 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11864 (member-ignore-case): Alias for missing function in XEmacs.
11865 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11866 (vhdl-update-sensitivity-list): Ignore case on read signals.
11867 (vhdl-replace-string): Adjust case only for file names.
11868 (vhdl-update-sensitivity-list): Fix search for read signals.
11869 (vhdl-update-sensitivity-list): Exclude formal parameters.
11870 (vhdl-get-visible-signals): Include aliases of signals.
11871 (vhdl-get-visible-signals): Fix signal name searching.
11872 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11873 (vhdl-fixup-whitespace-region): Fix for character
11874 literals (e.g. `:').
11875
11876 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11877
11878 * ansi-color.el (comint-last-output-start):
11879 * bs.el (font-lock-verbose):
11880 * diff-mode.el (add-log-buffer-file-name-function):
11881 * dired-x.el (vm-folder-directory):
11882 * faces.el (help-xref-stack-item):
11883 * files.el (font-lock-keywords):
11884 * find-lisp.el (dired-buffers, dired-subdir-alist):
11885 * ido.el (cua-inhibit-cua-keys):
11886 * log-view.el (cvs-minor-wrap-function):
11887 * outline.el (font-lock-warning-face):
11888 * simple.el (compilation-current-error):
11889 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11890 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11891 * tooltip.el (comint-prompt-regexp):
11892 * w32-fns.el (explicit-shell-file-name):
11893 * term/mac-win.el (mac-charset-info-alist)
11894 (mac-services-selection, mac-system-script-code):
11895 * term/tty-colors.el (msdos-color-values):
11896 * term/w32-win.el (xlfd-regexp-registry-subnum):
11897 * term/x-win.el (x-keysym-table, x-selection-timeout)
11898 (x-session-id, x-session-previous-id):
11899 * textmodes/ispell.el (mail-yank-prefix):
11900 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11901 * textmodes/org.el (calc-embedded-close-formula)
11902 (calc-embedded-open-formula)
11903 (font-lock-unfontify-region-function):
11904 * textmodes/reftex-global.el (isearch-next-buffer-function)
11905 (TeX-master):
11906 * textmodes/reftex.el (font-lock-keywords):
11907 * textmodes/tex-mode.el (font-lock-comment-face)
11908 (font-lock-doc-face):
11909 * textmodes/texinfo.el (outline-heading-alist):
11910 Add defvars.
11911
11912 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11913 (artist-spray-chars, artist-mode-init, artist-replace-string)
11914 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11915 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11916 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11917
11918 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11919 (conf-align-assignments): "?\ " -> "?\s".
11920
11921 * textmodes/reftex-index.el (TeX-master): Add defvar.
11922 (reftex-index-phrases-marker): Move up defvar.
11923
11924 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11925 (reftex-toc-include-labels-indicator)
11926 (reftex-toc-include-index-indicator)
11927 (reftex-toc-max-level-indicator): Move up declarations.
11928
11929 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11930 of args to `tramp-run-real-handler', even if it's empty in this case.
11931
11932 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11933
11934 * dired.el (dired-move-to-filename-regexp): Add date format for
11935 Mac OS X 10.3 in East Asian locales.
11936
11937 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * files.el (make-auto-save-file-name): Add file name handler call
11940 if applicable.
11941
11942 * net/tramp.el (tramp-file-name-handler-alist)
11943 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11944 (tramp-handle-make-auto-save-file-name): Rename from
11945 `tramp-make-auto-save-file-name'.
11946 (tramp-exists-file-name-handler): New defun.
11947 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11948 `make-auto-save-file-name' is not a magic file name operation.
11949
11950 2005-08-30 Richard M. Stallman <rms@gnu.org>
11951
11952 * files.el (risky-local-variable-p):
11953 Match `-predicates' and `-commands.
11954
11955 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11956 (custom-save-all): Visit the file if necessary;
11957 kill the buffer if we created it.
11958 (custom-save-delete): Don't visit file or kill buffer here.
11959
11960 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11961
11962 * textmodes/org.el (org-special-keyword): New face.
11963 (org-table-copy-down, org-table-eval-formula)
11964 (org-table-recalculate, org-init-section-numbers):
11965 Use `string-to-number' instead of `string-to-int'.
11966 (org-get-location): Use `insert-buffer-substring' instead of
11967 `insert-buffer'.
11968 (org-modify-diary-entry-string): New function.
11969 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11970 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11971 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11972 active region.
11973 (org-export-as-html): Handle QUOTE keyword.
11974 (org-quote-string): New option.
11975 (org-bookmark-jump-unhide): New function, used for
11976 `bookmark-after-jump-hook'.
11977 (org-diary-default-entry): Apply only when not called through
11978 `org-agenda'.
11979
11980 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * net/eudc.el (mode-popup-menu):
11983 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11984 * progmodes/ada-mode.el (compile-auto-highlight)
11985 (skeleton-further-elements):
11986 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11987 * progmodes/cmacexp.el (msdos-shells):
11988 * progmodes/compile.el (font-lock-extra-managed-props)
11989 (font-lock-keywords, font-lock-maximum-size)
11990 (font-lock-support-mode):
11991 * progmodes/grep.el (font-lock-lines-before):
11992 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11993 * progmodes/mixal-mode.el (compile-command):
11994 * progmodes/perl-mode.el (font-lock-comment-face)
11995 (font-lock-doc-face, font-lock-string-face):
11996 * progmodes/prolog.el (comint-prompt-regexp):
11997 * progmodes/sh-script.el (font-lock-comment-face)
11998 (font-lock-set-defaults, font-lock-string-face):
11999 * progmodes/sql.el (font-lock-keyword-face)
12000 (font-lock-set-defaults, font-lock-string-face):
12001 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12002 (itimer-version, lazy-lock-defer-contextually)
12003 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12004 Add defvars.
12005
12006 * progmodes/cperl-mode.el (cperl-electric-lbrace)
12007 (cperl-electric-keyword, cperl-electric-pod)
12008 (cperl-electric-backspace, cperl-forward-re)
12009 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12010 (vc-rcs-header, vc-sccs-header): Add defvars.
12011
12012 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12013 (font-lock-syntactic-keywords, gud-find-expr-function):
12014 Add defvars.
12015
12016 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12017 (gdb-frame-parameters): Declare before use.
12018
12019 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12020 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12021 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12022 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12023
12024 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12025 (idlwave-help-with-source): Use `insert-buffer-substring', not
12026 `insert-buffer'.
12027
12028 2005-08-29 Juri Linkov <juri@jurta.org>
12029
12030 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12031 Put outline-back-to-heading function call inside save-excursion.
12032
12033 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
12034
12035 * man.el (Man-init-defvars, Man-translate-references)
12036 (Man-support-local-filenames, Man-highlight-references):
12037 * progmodes/sql.el (sql-interactive-mode):
12038 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12039
12040 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12041 (compilation-mode-font-lock-keywords): Add defvars.
12042 (checkdoc-interactive-loop): "?\ " -> "?\s".
12043
12044 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12045 (font-lock-doc-face, font-lock-string-face)
12046 (font-lock-keywords-case-fold-search): Add defvars.
12047 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12048
12049 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12050 Don't pass X and Y (they are ignored anyway).
12051 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12052 (mouse-delete-window): Make arguments optional.
12053
12054 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12055 (caesar-translate-table, minor-modes, news-buffer-save)
12056 (news-group-name, news-minor-modes): Add defvars.
12057
12058 * emacs-lisp/lselect.el (mouse-highlight-priority)
12059 (x-lost-selection-functions, zmacs-regions):
12060 * emacs-lisp/pp.el (font-lock-verbose):
12061 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12062 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12063 (ses-mode-map):
12064 * emacs-lisp/tcover-unsafep.el (safe-functions):
12065 * international/mule-cmds.el (mac-system-coding-system)
12066 (mac-system-locale):
12067 * language/ethio-util.el (rmail-current-message)
12068 (rmail-message-vector):
12069 * language/thai-util.el (thai-auto-composition-mode):
12070 * mail/metamail.el (rmail-current-message, rmail-message-vector):
12071 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12072 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12073 (vm-primary-inbox, vm-spool-files):
12074 * mail/rmail.el (deleted-head, font-lock-fontified)
12075 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12076 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12077 (total-messages):
12078 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12079 (rmail-summary-mode-map):
12080 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12081 (rmail-last-label, rmail-last-multi-labels)
12082 (rmail-summary-vector, rmail-total-messages):
12083 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12084 * mail/rmailsum.el (msgnum):
12085 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12086 (rmail-current-message):
12087 * obsolete/fast-lock.el (font-lock-face-list):
12088 * obsolete/rnewspost.el (mail-reply-buffer):
12089 * obsolete/scribe.el (compile-command):
12090 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12091
12092 2005-08-28 John Paul Wallington <jpw@gnu.org>
12093
12094 * ibuf-ext.el (ibuffer-auto-update-changed):
12095 Use `frame-or-buffer-changed-p' to check whether we need to update.
12096 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12097 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
12098 as a `frame-or-buffer-changed-p' state vector instead.
12099
12100 2005-08-27 Romain Francoise <romain@orebokech.com>
12101
12102 * textmodes/makeinfo.el (makeinfo-compile):
12103 Use `compilation-start'. Set `next-error-function' according to
12104 `disable-errors'.
12105 (makeinfo-next-error): New function.
12106 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12107 (makeinfo-buffer): Likewise.
12108
12109 * progmodes/compile.el (compilation-start): Add autoload cookie.
12110
12111 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12112 * textmodes/sgml-mode.el: Likewise.
12113 * progmodes/python.el: Likewise.
12114
12115 2005-08-27 Eli Zaretskii <eliz@gnu.org>
12116
12117 * simple.el (blink-matching-paren-distance): Document the meaning
12118 of nil value, and allow to customize to nil.
12119
12120 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12121 command.com, not command.exe.
12122
12123 2005-08-26 John Wiegley <johnw@newartisans.com>
12124
12125 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12126 code around a bit so that an extraneous nil argument is not added
12127 to a command when no args are given.
12128
12129 * eshell/esh-arg.el (eshell-parse-double-quote): If a
12130 double-quoted argument resolves to nil, return it as an empty
12131 string rather than as nil. This made it impossible to pass "" to
12132 a shell script as a null string argument.
12133
12134 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * outline.el (outline-invent-heading): New fun.
12137 (outline-promote, outline-demote): Use it.
12138 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12139 (outline-end-of-subtree): Remove unused var `opoint'.
12140
12141 2005-08-26 David Reitter <david.reitter@gmail.com>
12142
12143 * menu-bar.el (truncate-lines, write-file, print-buffer)
12144 (ps-print-buffer-faces, ps-print-buffer, split-window):
12145 Disable menu items when the frame they refer to is invisible, or when
12146 they refer to a buffer and the minibuffer is selected.
12147
12148 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12149
12150 * progmodes/flymake.el (flymake-highlight-err-lines):
12151 Use save-excursion around flymake-highlight-line to preserve point.
12152
12153 2005-08-26 Eli Zaretskii <eliz@gnu.org>
12154
12155 * progmodes/octave-mod.el: Change Author and Maintainer address.
12156 (octave-maintainer-address): Change Kurt's email address.
12157 * progmodes/octave-inf.el: Change Author and Maintainer address.
12158 * progmodes/octave-hlp.el: Change Author and Maintainer address.
12159
12160 2005-08-26 Kim F. Storm <storm@cua.dk>
12161
12162 * subr.el (version-list-<, version-list-<=, version-list-=):
12163 Rename from integer-list-*.
12164 (version-list-not-zero): Likewise. Fix while loop.
12165 (version=): Use version-list-= instead of string-equal.
12166
12167 2005-08-26 Richard M. Stallman <rms@gnu.org>
12168
12169 * outline.el (outline-promote): Try shortening the heading.
12170 As last resort, read the heading to use.
12171 (outline-demote): As last resort, read the heading to use.
12172
12173 2005-08-26 Romain Francoise <romain@orebokech.com>
12174
12175 * progmodes/compile.el (compilation-start): Doc fix.
12176
12177 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12178 (antlr-font-lock-additional-keywords): Fix reference to
12179 `antlr-font-lock-literal-regexp' erroneously changed during the
12180 mass face rename.
12181 (antlr-run-tool): Use `compilation-start'.
12182
12183 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12184 instead of the obsolete `compile-internal'.
12185
12186 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12189 (number, original-date):
12190 * calendar/cal-china.el (date):
12191 * calendar/cal-coptic.el (date):
12192 * calendar/cal-french.el (date):
12193 * calendar/cal-hebrew.el (date, entry, number, original-date):
12194 * calendar/cal-islam.el (date, number, original-date):
12195 * calendar/cal-iso.el (date):
12196 * calendar/cal-julian.el (date):
12197 * calendar/cal-mayan.el (date):
12198 * calendar/cal-menu.el (date, event):
12199 * calendar/cal-persia.el (date):
12200 * calendar/lunar.el (date):
12201 * calendar/solar.el (date): Add defvars.
12202
12203 * emerge.el:
12204 * ibuffer.el:
12205 * info-xref.el:
12206 * obsolete/bg-mouse.el:
12207 * obsolete/sun-curs.el:
12208 * obsolete/swedish.el: Move the `defvar's to the top level.
12209
12210 * smerge-mode.el (smerge-refined-change): Add :group.
12211
12212 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12215 (smerge-keep-n): Remove props.
12216 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12217 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12218 now that it's done in smerge-keep-n.
12219 (smerge-refined-change): New face.
12220 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12221 (smerge-refine): New funs.
12222 (smerge-basic-map): Bind smerge-refine.
12223
12224 2005-08-25 Juri Linkov <juri@jurta.org>
12225
12226 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12227 compilation-process-setup-function and compilation-disable-input
12228 in grep-mode instead of let-bindings in grep.
12229
12230 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12231 Delete "Automatic File De/compression" (auto-compression-mode).
12232
12233 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12236 Silence warning about non-existent variable.
12237
12238 2005-08-25 Richard M. Stallman <rms@gnu.org>
12239
12240 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12241 Rename "Describe Key" to "Describe Key or Mouse Operation".
12242
12243 * mail/mailalias.el (build-mail-aliases): Delete comments
12244 from the contents before processing them.
12245
12246 * isearch.el (isearch-edit-string): Erase the Search prompt
12247 if user enters an empty string and there is no default.
12248
12249 * comint.el (comint-file-name-prefix): Add autoload.
12250
12251 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12252
12253 * subr.el (play-sound): Rearrange to avoid warning.
12254
12255 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12256
12257 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12258 New hook.
12259 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12260
12261 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12264
12265 * custom.el (custom-theme-set-variables): Sort minor modes last.
12266
12267 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12268
12269 * subr.el (version-separator, version-regexp-alist): New vars used by
12270 version comparison funs.
12271 (integer-list-<, integer-list-=, integer-list-<=)
12272 (integer-list-not-zero): New funs for integer list comparison.
12273 (version-to-list, version=, version<, version<=): New funs for version
12274 comparison.
12275
12276 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12277
12278 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12279 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12280 time to silence the byte-compiler.
12281
12282 * ibuffer.el (ibuffer-compile-make-eliding-form)
12283 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12284 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12285 so it's silly to get warnings for it).
12286 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12287 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12288 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12289 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12290 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12291 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12292 Defvar at compile time.
12293 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12294 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12295 Declare them before use.
12296
12297 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12298 (info-xref-good, info-xref-bad): Defvar at compile time.
12299
12300 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12301 Use `let*' instead of `let'.
12302
12303 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12304 (*mouse-y*, menu, char): Defvar at compile time.
12305 (sc::menu): Declare it before use.
12306 (sc::pack-one-line): Use `let', not `let*'.
12307
12308 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12309 (mail-send-hook): Defvar at compile time.
12310
12311 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12312 Defvar at compile time.
12313
12314 * term/sun-mouse.el (current-global-mousemap)
12315 (current-local-mousemap): Declare them before use.
12316
12317 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12318
12319 * bookmark.el (bookmark-after-jump-hook): New hook.
12320 (bookmark-jump): Run `bookmark-after-jump-hook'.
12321
12322 2005-08-23 Juri Linkov <juri@jurta.org>
12323
12324 * faces.el (minibuffer-prompt): Doc fix.
12325
12326 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12327
12328 * progmodes/xscheme.el: Trivial changes to silence warnings.
12329 (xscheme-previous-mode, xscheme-previous-process-state):
12330 Add defvars.
12331 (xscheme-last-input-end, xscheme-process-command-line)
12332 (xscheme-process-name, xscheme-buffer-name)
12333 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12334 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12335 (xscheme-control-g-synchronization-p)
12336 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12337 (default-xscheme-runlight, xscheme-runlight)
12338 (xscheme-runlight-string, xscheme-process-filter-state)
12339 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12340 Move to beginning of file.
12341 (scheme-interaction-mode-commands-alist)
12342 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12343 Declare them before use. Note: the initialization code for the variables
12344 has not been moved because it uses functions that reference the variables.
12345 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12346 (xscheme-prompt-for-expression-map): Declare them before use.
12347 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12348
12349 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12350
12351 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12352
12353 2005-08-22 Juri Linkov <juri@jurta.org>
12354
12355 * faces.el (set-face-underline): Delete this duplicate function
12356 and make an obsolete alias to set-face-underline-p.
12357 (set-face-underline-p): Use docstring of set-face-underline.
12358 (describe-face): Create hyperlink to parent face.
12359
12360 * info.el (Info-insert-dir): Use save-excursion around
12361 insert-buffer-substring.
12362 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12363 (Info-escape-percent): Delete function.
12364 (Info-fontify-node): Replace Info-escape-percent by
12365 replace-regexp-in-string with REP arg set to lambda that
12366 duplicates `%' and preserves text properties.
12367
12368 * progmodes/compile.el (compilation-disable-input): Doc fix.
12369 (define-compilation-mode): Doc fix and refill.
12370 (kill-compilation): Use `mode-name' in the error message.
12371 (compilation-find-file): Use `compilation-error' in the
12372 read-file-name's prompt.
12373
12374 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12377 (smerge-auto-leave): Make undo re-enable the mode.
12378 (debug-ignored-errors): Add the user-error of impossible resolution.
12379 (smerge-resolve): Move things around a bit, in preparation for later.
12380 (smerge-diff): Don't fail if the buffer has no associated file.
12381 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12382 (smerge-conflict-overlay): New function.
12383 (smerge-match-conflict): Don't add text properties here.
12384 (smerge-find-conflict): Instead, add an overlay here.
12385 Also check for the case where we're inside a conflict already, so as to
12386 obviate the need for font-lock-multiline, which is unbearably slow with
12387 large conflicts and ciomplex font-lock patterns.
12388 (smerge-remove-props): Remove overlay rather than text-properties.
12389 (smerge-mode): Don't set font-lock-multiline.
12390 Remove overlays when turned off.
12391
12392 2005-08-21 Kim F. Storm <storm@cua.dk>
12393
12394 * ido.el (ido-ignore-item-p): Use save-match-data.
12395 Bind case-fold-search to ido-case-fold locally.
12396
12397 2005-08-20 Richard M. Stallman <rms@gnu.org>
12398
12399 * files.el (normal-mode): If font lock is on, turn it off and on.
12400
12401 * subr.el (replace-regexp-in-string): Doc fix.
12402
12403 * startup.el (command-line-1): Don't suppress startup screen
12404 due to existing processes.
12405
12406 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12407
12408 * progmodes/compile.el (compilation-disable-input): Default to nil.
12409
12410 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12411
12412 * progmodes/compile.el (compilation-disable-input): New defcustom.
12413 (compilation-start): If compilation-disable-input is non-nil, send
12414 EOF to the compilation process.
12415
12416 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12417
12418 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12419 Run the argument of tex-shell-cd-command through
12420 convert-standard-filename, to get the correct style of slashes on
12421 Windows, and enclose the result in quotes, in case the file name
12422 includes whitespace or other special characters.
12423
12424 2005-08-19 Andreas Schwab <schwab@suse.de>
12425
12426 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12427 process.
12428
12429 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12430
12431 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12432
12433 2005-08-18 Kim F. Storm <storm@cua.dk>
12434
12435 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12436
12437 2005-08-18 Richard M. Stallman <rms@gnu.org>
12438
12439 * scroll-lock.el: New file.
12440
12441 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12442
12443 * dired.el (dired-move-to-end-of-filename):
12444 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12445
12446 2005-08-18 Kim F. Storm <storm@cua.dk>
12447
12448 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12449 rather than toggle mode when custom value is nil.
12450 (ido-everywhere): Fix defun doc string.
12451
12452 2005-08-17 Richard M. Stallman <rms@gnu.org>
12453
12454 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12455 as tag instead of "Inviolable".
12456
12457 2005-08-17 Kim F. Storm <storm@cua.dk>
12458
12459 * windmove.el (windmove-coordinates-of-position): Remove.
12460 (windmove-coordinates-of-window-position): Remove.
12461 (windmove-reference-loc): Use posn-at-point instead.
12462
12463 * subr.el (insert-for-yank-1): Doc fix.
12464
12465 * ido.el (ido-enter-matching-directory): Rename from
12466 ido-enter-single-matching-directory. Change `slash' choice to
12467 `only'. Add `first' choice.
12468 (ido-exhibit): Adapt to above changes.
12469
12470 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12471
12472 * Makefile.in: Expand comment about building loaddefs.el.
12473
12474 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12475
12476 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12477 Comment use of defadvice.
12478
12479 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12480
12481 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12482
12483 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12484 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12485 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12486 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12487 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12488 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12489 for backward compatibility for faces that did not appear in the
12490 previous Emacs release.
12491
12492 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12493
12494 2005-08-15 Kim F. Storm <storm@cua.dk>
12495
12496 * emulation/cua-base.el (cua-delete-region): Return t if
12497 deleted region was non-empty.
12498 (cua-replace-region): Inhibit overwrite-mode for
12499 self-insert-command if replaced region was non-empty.
12500 (cua--explicit-region-start, cua--status-string): Make them
12501 buffer-local at top-level...
12502 (cua-mode): ...rather than when mode is enabled.
12503
12504 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12505
12506 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12507 Set t for Emacs 21, 22, and so on.
12508
12509 2005-08-15 David Ponce <david@dponce.com>
12510
12511 * tree-widget.el: Update Commentary header.
12512 (tree-widget-theme): Doc fix.
12513 (tree-widget-space-width): New option.
12514 (tree-widget-image-properties): Look up in the default theme too.
12515 (tree-widget--cursors): Only for images with arrow pointer shape.
12516 (tree-widget-lookup-image): Pointer shape is hand by default.
12517 (tree-widget-icon): Rename generic icon widget from
12518 `tree-widget-control'.
12519 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12520 derive from `tree-widget-icon'.
12521 (tree-widget-handle): Improve default look and feel of the text
12522 representation.
12523 (tree-widget): Rename :*-control properties to :*-icon properties.
12524 Add :action and :help-echo properties.
12525 (tree-widget-after-toggle-functions): Move.
12526 (tree-widget-close-node, tree-widget-open-node): Remove.
12527 (tree-widget-before-create-icon-functions): New hook.
12528 (tree-widget-value-create): Update to allow customization of icons
12529 and nodes at run-time via that new hook.
12530 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12531 (tree-widget-icon-action, tree-widget-icon-help-echo)
12532 (tree-widget-action, tree-widget-help-echo): New functions.
12533
12534 2005-08-15 Kim F. Storm <storm@cua.dk>
12535
12536 * ido.el (ido-buffer-internal): Use with-no-warnings.
12537 (ido-make-merged-file-list): Use while-no-input.
12538
12539 2005-08-15 Richard M. Stallman <rms@gnu.org>
12540
12541 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12542 (flyspell-large-region): Fix doc and custom type.
12543
12544 2005-08-14 Richard M. Stallman <rms@gnu.org>
12545
12546 * files.el (interpreter-mode-alist): Doc fix.
12547
12548 * mail/rmail.el (rmail-nonignored-headers): New variable.
12549 (rmail-clear-headers): Use it.
12550 (rmail-reply): Better handling of mail-followup-to header.
12551
12552 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12553 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12554 don't try to refer to executable-font-lock-keywords.
12555 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12556 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12557 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12558 (sh-mode): Set comment-start-skip, local-abbrev-table,
12559 imenu-case-fold-search.
12560 (sh-set-shell): Don't set them here.
12561 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12562 Don't cache the results in the original alist; don't ever modify
12563 that alist.
12564
12565 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12566
12567 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12568 empty.
12569
12570 2005-08-15 Andreas Schwab <schwab@suse.de>
12571
12572 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12573
12574 * dired.el, info.el, mail/rmail.el: Revert last change.
12575
12576 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12577
12578 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12579 modification in `eval-after-load' form.
12580 * info.el: Likewise.
12581 * mail/rmail.el: Likewise.
12582
12583 2005-08-14 Juri Linkov <juri@jurta.org>
12584
12585 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12586 Remove highlighting of "Compilation started". Highlight only
12587 the word "finished" in "Compilation finished". Add highlighting
12588 of "interrupt", "killed", "terminated" and the exit code.
12589 (compilation-start): Add newline after header. Use exactly the
12590 same time stamp format as the finishing message.
12591 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12592
12593 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12594 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12595 Add highlighting of "interrupt", "killed", "terminated".
12596
12597 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12598 enabled and the current command is self-insert-command, call it
12599 explicitly with overwrite-mode bound to nil, to not allow it
12600 to delete the character after the selected region.
12601
12602 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12603
12604 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12605 move-end-of-line, end-of-line, and beginning-of-line to the list
12606 of commands after which the echo area is updated.
12607
12608 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12609
12610 * cus-edit.el (custom-save-all, custom-save-delete):
12611 Bind recentf-exclude to exclude custom-file.
12612
12613 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12614
12615 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12616 to go to the bottom of the mail message. Added to
12617 `rmail-summary-mode-map' with key "/".
12618 (rmail-summary-show-message): New (internal) function for use by
12619 both `rmail-summary-beginning/end-of-message'.
12620 (rmail-summary-beginning-of-message): Change to use
12621 rmail-summary-show-message.
12622
12623 * mail/rmail.el (rmail-end-of-message): New command to go to the
12624 end of the current message. Added to `rmail-mode-map' with key "/".
12625 (rmail-beginning-of-message): Fix to work as documented.
12626 (rmail-mode): Change documentation.
12627
12628 * progmodes/compile.el (compilation-start): Add the line
12629 "Compilation started" with compilation start time.
12630 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12631
12632 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12633
12634 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12635 of menu items.
12636
12637 2005-08-11 Richard M. Stallman <rms@gnu.org>
12638
12639 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12640
12641 * battery.el (battery-status-function): Don't use ignore-errors.
12642
12643 2005-08-11 Lute Kamstra <lute@gnu.org>
12644
12645 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12646 define-obsolete-variable-alias.
12647
12648 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12651 (ange-ftp-send-cmd): Revert last change, and expand
12652 the comment explaining the problem.
12653
12654 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12655
12656 * ldefs-boot.el: Update.
12657
12658 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12659 item to "Time, Load and Mail". Change help echo text.
12660
12661 * time.el (display-time-use-mail-icon, display-time-format)
12662 (display-time-string-forms): Shorten first line of docstrings.
12663
12664 2005-08-10 Lars Hansen <larsh@soem.dk>
12665
12666 * desktop.el (desktop-buffer-mode-handlers):
12667 Make non-customizable. Add autoload cookie. Change initial value to
12668 nil; add elements in respective modules instead. Fix doc string.
12669 (desktop-load-file): New function.
12670 (desktop-minor-mode-handlers): New autoloaded variable.
12671 (desktop-create-buffer): Call minor mode handlers.
12672 Use desktop-load-file to load major and minor mode modules prior to
12673 checking for a handler.
12674 (desktop-save): Don't add nil to desktop-minor-modes for minor
12675 modes with nil function in desktop-minor-mode-table. Don't delete
12676 desktop file before rewriting it.
12677 (desktop-locals-to-save): Add autoload cookie. Don't make
12678 automatically buffer-local. Add variables column-number-mode,
12679 size-indication-mode, indent-tabs-mode,
12680 indicate-buffer-boundaries, indicate-empty-lines and
12681 show-trailing-whitespace.
12682 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12683 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12684 (desktop-clear-preserve-buffers-regexp): Delete.
12685 (desktop-clear-preserve-buffers): Update initial value and docstring.
12686 (desktop-save-buffer): Fix doc string.
12687
12688 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12689 (hilit-chg-desktop-restore): New function.
12690 (highlight-changes-mode): Add highlight-changes-mode to
12691 desktop-locals-to-save.
12692
12693 * dired.el: Add handler to desktop-buffer-mode-handlers.
12694 (dired-restore-desktop-buffer): Remove autoload cookie.
12695 (dired-mode): Add autoload cookie.
12696
12697 * info.el: Add handler to desktop-buffer-mode-handlers.
12698 (Info-restore-desktop-buffer): Remove autoload cookie.
12699 (Info-mode): Add autoload cookie.
12700
12701 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12702 (mh-restore-desktop-buffer): Remove autoload cookie.
12703 (mh-folder-mode): Add autoload cookie.
12704
12705 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12706 (rmail-restore-desktop-buffer): Remove autoload cookie.
12707
12708 2005-08-11 Masatake YAMATO <jet@gyve.org>
12709
12710 * hexl.el (hexl-address-region):
12711 (hexl-ascii-region, hexl-font-lock-keywords):
12712 (hexl-highlight-line-range): Use the term "region"
12713 instead of "area" for consistency with the other symbols
12714 defined in hexl.el.
12715
12716 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12717
12718 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12719 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12720 out by Juri Linkov). Add `display-battery-mode'.
12721
12722 2005-08-09 Juri Linkov <juri@jurta.org>
12723
12724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12725 Remove `-text' from face variable names.
12726 (compilation-error-file-name, compilation-warning-file-name)
12727 (compilation-info-file-name): Delete faces.
12728 (compilation-line-number, compilation-column-number):
12729 Remove face underlining.
12730 (compilation-message-face): Set to `underline' value by default.
12731 (compilation-error-face, compilation-warning-face)
12732 (compilation-info-face): Remove `-file-name' from face names.
12733 (compilation-error-text-face, compilation-warning-text-face)
12734 (compilation-info-text-face): Delete face variables.
12735 (compilation-text-face): Delete function.
12736
12737 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12738 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12739 (grep-error-face): Set to `compilation-error' instead of
12740 `compilation-error-face' (which is redefined to `grep-hit-face' in
12741 grep buffers).
12742 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12743 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12744
12745 * dired-aux.el (dired-do-query-replace-regexp):
12746 Use `query-replace-read-args'.
12747
12748 * replace.el (query-replace-read-from, query-replace-read-to)
12749 (query-replace-read-args): Rename arg `string' to `prompt'.
12750
12751 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12752
12753 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12754
12755 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12756 uploading files.
12757 (ange-ftp-canonize-filename): Handle file names beginning with ~
12758 correctly.
12759
12760 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12761
12762 * textmodes/fill.el (canonically-space-region)
12763 (fill-context-prefix, fill-french-nobreak-p)
12764 (fill-delete-newlines, fill-comment-paragraph)
12765 (justify-current-line): "?\ " -> "?\s".
12766
12767 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12768
12769 * textmodes/fill.el (fill-nonuniform-paragraphs):
12770 Improve argument/docstring consistency.
12771
12772 2005-08-09 Richard M. Stallman <rms@gnu.org>
12773
12774 * textmodes/ispell.el (ispell-word): More fboundp checks.
12775
12776 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12777 (find-file-noselect-1): Call it here, only if RAWFILE.
12778 (normal-mode): Always set some major mode.
12779 (save-some-buffers-action-alist): Change some explanation strings.
12780 (file-name-non-special): In the `quote' method, use unwind-protect.
12781
12782 2005-08-09 Magnus Henoch <mange@freemail.hu>
12783
12784 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12785 (ispell-have-aspell-dictionaries): New variable.
12786 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12787 (ispell-get-aspell-config-value): New function.
12788 (ispell-aspell-find-dictionary): New function.
12789 (ispell-aspell-add-aliases): New function.
12790 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12791 appropriate. Don't look for ispell dictionaries if we use aspell.
12792 (ispell-menu-map): Don't build a submenu of dictionaries.
12793
12794 2005-08-09 Richard M. Stallman <rms@gnu.org>
12795
12796 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12797 (sql-read-passwd): Use read-passwd.
12798
12799 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12800 (idlwave-toolbar-is-possible): Add defvars.
12801
12802 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12803 Avoid warnings.
12804
12805 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12806 (idlwave-system-class-info, idlwave-executive-commands-alist):
12807 Use defvar.
12808
12809 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12810
12811 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12812 Avoid warnings.
12813
12814 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12815 and content-type: headers.
12816
12817 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12818
12819 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12820 and rename some of them to be more self-explanatory.
12821
12822 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12823
12824 * startup.el (command-line-1): Implement -scriptload.
12825
12826 * replace.el (occur-engine): Initial *Occur* output not undoable.
12827
12828 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12829 and improve help strings.
12830
12831 * isearch.el (isearch-repeat): When changing direction,
12832 mark search successful.
12833
12834 * ediff-init.el: Use (featurep 'xemacs).
12835
12836 * comint.el (send-invisible): Identify buffer, if not selected.
12837
12838 * align.el: Delete autoload for c-guess-basic-syntax.
12839
12840 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12841
12842 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12843 Improve argument/docstring consistency. Doc fixes.
12844 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12845 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12846 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12847 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12848 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12849 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12850 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12851 Defvar at compile time.
12852
12853 2005-08-09 Juri Linkov <juri@jurta.org>
12854
12855 * info.el: Replace `info' with upper-case `Info' where appropriate.
12856 (info-title-1, info-title-2, info-title-3, info-title-4)
12857 (info-menu-header): Move up face definitions.
12858 (info-menu-star): Rename from `info-menu-5'.
12859 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12860 (Info-fontify-visited-nodes): Fix docstring.
12861 (Info-hide-note-references): Fix docstring.
12862 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12863 menu items in the same way as on cross-references.
12864 (info-apropos): Fix sorting order and formatting to be like in the
12865 stand-alone Info browser. Display error messages for 1 sec.
12866 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12867 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12868 from the menu bar.
12869 (Info-insert-dir): Restore point after calling
12870 `insert-buffer-substring'.
12871
12872 2005-08-08 Richard M. Stallman <rms@gnu.org>
12873
12874 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12875 (recompute-lucid-menubar): Add defvars.
12876
12877 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12878
12879 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12880
12881 * net/net-utils.el (run-dig): Rename from `dig'.
12882
12883 * play/gametree.el (gametree-mode): Use make-local-variable,
12884 not make-variable-buffer-local.
12885
12886 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12887
12888 * ansi-color.el (ansi-color-make-extent)
12889 (ansi-color-set-extent-face): Use fboundp, not functionp.
12890
12891 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12892 not make-variable-buffer-local.
12893
12894 * bookmark.el (Info-current-file): Add defvar.
12895 (bookmark-jump-noselect): Use with-no-warnings.
12896
12897 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12898
12899 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12900
12901 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12902
12903 * find-file.el (ada-procedure-start-regexp)
12904 (ada-package-start-regexp): Add defvars.
12905
12906 * info.el (Info-insert-dir): Use insert-buffer-substring.
12907
12908 * xml.el (xml-att-def-re): Add defvar.
12909
12910 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12911 calling convention.
12912
12913 * subr.el (while-no-input): Return t if there is input.
12914
12915 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12916
12917 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12918
12919 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12920
12921 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12922 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12923
12924 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12925
12926 * cmuscheme.el (scheme-start-file): Replace reference to
12927 `user-emacs-directory' by "~/.emacs.d/".
12928
12929 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12930
12931 * info.el (Info-dir-remove-duplicates): Avoid case folding
12932 in loop; instead, keep downcased strings for comparison.
12933 Suggested by Helmut Eller.
12934
12935 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12936
12937 Sync with Tramp 2.0.50.
12938
12939 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12940 XEmacs case; not necessary anymore.
12941 (tramp-user-regexp): Allow "@" as part of user name.
12942 (tramp-handle-set-visited-file-modtime)
12943 (tramp-handle-insert-file-contents)
12944 (tramp-handle-write-region): No special handling for
12945 `last-coding-system-used, because this is done in
12946 `tramp-accept-process-output' now.
12947 (tramp-accept-process-output): New defun.
12948 (tramp-process-one-action, tramp-process-one-multi-action)
12949 (tramp-wait-for-regexp, tramp-wait-for-output)
12950 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12951 Howells <dhowells@redhat.com>.
12952 (clear-visited-file-modtime): Defadvice removed. The check for
12953 unset buffer's modtime does not need to be based on
12954 `tramp-buffer-file-attributes'. Suggested by RMS.
12955 (tramp-message): Insert "\n" if not being at beginning of line.
12956 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12957 sequence with same logic.
12958 (tramp-completion-handle-expand-file-name): Discard call of
12959 `tramp-drop-volume-letter'. It is not necessary, and there have
12960 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12961 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12962 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12963 should always be visible.
12964 (tramp-handle-insert-directory, tramp-setup-complete)
12965 (tramp-set-process-query-on-exit-flag)
12966 (tramp-append-tramp-buffers): Pacify byte-compiler.
12967 (tramp-bug): Delete non-existing variables from list.
12968 Apply `tramp-load-report-modules' as pre-hook.
12969 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12970 `shell-prompt-pattern' because of non-7bit characters.
12971 Reported by Sebastian Luque <sluque@mun.ca>.
12972 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12973 (tramp-match-string-list): Remove function.
12974 (tramp-wait-for-regexp): Remove call of that function.
12975 Suggested by Kim F. Storm <storm@cua.dk>.
12976 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12977 instead of octal character code ?\600. The latter resulted in a
12978 syntax error with XEmacs.
12979
12980 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12981 XEmacs case; not necessary anymore.
12982 (tramp-smb-handle-write-region): No special handling for
12983 `last-coding-system-used, because this is done in
12984 `tramp-accept-process-output' now.
12985 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12986
12987 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12988
12989 * wid-edit.el (widget-choice-value-create):
12990 Unconditionally respect user choice. Set :explicit-choice back to nil
12991 when no longer needed.
12992 (widget-choice-action): Unconditionally respect user choice.
12993 Eliminate :explicit-choice-value.
12994
12995 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12996
12997 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12998 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12999 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13000 running new function `toggle-indicate-empty-lines'.
13001 Rename "Customize" item to "Customize fringe".
13002 Rename "Indicators" item to "Buffer boundaries" and change help echo.
13003 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13004 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13005 Delete "Empty lines only" item.
13006 (menu-bar-showhide-fringe-ind-customize): New function.
13007 (menu-bar-showhide-fringe-ind-mixed)
13008 (menu-bar-showhide-fringe-ind-box)
13009 (menu-bar-showhide-fringe-ind-right)
13010 (menu-bar-showhide-fringe-ind-left)
13011 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13012 instead of `fringe-indicators'.
13013
13014 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13015
13016 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13017 Change the date of last update.
13018
13019 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
13020
13021 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13022 (viper-exec-yank, viper-put-back): Don't display modification msg
13023 if in the minibuffer.
13024
13025 * viper-init.el (viper-replace-overlay-cursor-color)
13026 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13027 Make variables frame local.
13028
13029 * viper-util.el (viper-append-filter-alist): Use append instead of
13030 nconc.
13031
13032 * viper.el (viper-vi-state-mode-list)
13033 (viper-emacs-state-mode-list): Move help-mode and
13034 completion-list-mode from the first list to the second.
13035 (viper-mode): Docstring.
13036 (viper-go-away, viper-non-hook-settings): Don't localize
13037 minor-mode-alist in newer Emacsen. Add advice to
13038 set-cursor-color. Don't bind "\C-c\\".
13039
13040 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
13041
13042 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13043 (scheme-macro-expand-command): New user options.
13044 (scheme-trace-procedure, scheme-expand-current-form): New commands.
13045 (scheme-form-at-point, scheme-start-file)
13046 (scheme-interactively-start-process): New functions.
13047 (scheme-get-process): New function, extracted from `scheme-proc'.
13048 (run-scheme): Call `scheme-start-file' to get start file, and pass
13049 it to `make-comint'.
13050 (switch-to-scheme, scheme-proc):
13051 Call `scheme-interactively-start-process' if no Scheme buffer/process
13052 is available.
13053
13054 2005-08-06 Juri Linkov <juri@jurta.org>
13055
13056 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13057 Use `compilation-text-face', `compilation-info-text-face' and
13058 `compilation-error-text-face' instead of `font-lock-keyword-face'.
13059 (compilation-error): New face.
13060 (compilation-error-file-name): Inherit from
13061 `compilation-error' instead of `font-lock-warning-face'.
13062 (compilation-warning-file-name): Inherit from
13063 `compilation-warning' instead of `font-lock-warning-face'.
13064 (compilation-info, compilation-error-file-name)
13065 (compilation-warning-file-name, compilation-info-file-name)
13066 (compilation-line-number, compilation-column-number): Doc fix.
13067 (compilation-error-text-face, compilation-warning-text-face)
13068 (compilation-info-text-face): New face variables.
13069 (compilation-line-face, compilation-column-face)
13070 (compilation-enter-directory-face)
13071 (compilation-leave-directory-face): Doc fix.
13072 (compilation-text-face): New function.
13073
13074 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13075 instead of 1 to display binary file names as info file links.
13076 (grep-error-face): Use `compilation-error-face' instead of
13077 `font-lock-keyword-face'.
13078 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13079 and `compilation-warning-text-face' instead of
13080 `font-lock-keyword-face'. Use `compilation-error-text-face'
13081 instead of `grep-error-face'.
13082
13083 2005-08-05 Kenichi Handa <handa@m17n.org>
13084
13085 * international/code-pages.el: Add autoload cookies for all coding
13086 systems.
13087
13088 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
13089
13090 * cus-start.el (all): Put undo.c where it alphabetically belongs.
13091
13092 2005-08-04 Juri Linkov <juri@jurta.org>
13093
13094 * progmodes/compile.el (compilation-mode-map):
13095 * progmodes/grep.el (grep-mode-map):
13096 Bind TAB to `compilation-next-error' and [backtab] to
13097 `compilation-previous-error'.
13098
13099 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13100 matching line numbers, column numbers and their ranges with regexp
13101 matching only line numbers.
13102 (grep-context-face): New face variable.
13103 (grep-mode-font-lock-keywords): Use it.
13104
13105 * faces.el (read-face-name): Delete duplicate faces.
13106
13107 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
13108
13109 * thumbs.el (thumbs-find-image): Don't make variables
13110 automatically buffer local.
13111 (thumbs-current-tmp-filename, thumbs-current-image-filename)
13112 (thumbs-image-num): Make automatically buffer local.
13113 (thumbs-show-thumbs-list): Use `make-local-variable', not
13114 `make-variable-buffer-local'.
13115 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13116
13117 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13118 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13119 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13120 (bother, bye, canyou, chatlst, continue, deathlst, describe)
13121 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13122 (feelings-about, foullst, found, hello, history, howareyoulst)
13123 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13124 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13125 (neglst, obj, object, owner, please, problems, qlist)
13126 (random-adjective, relation, remlst, repetitive-shortness)
13127 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13128 (shortlst, something, sportslst, stallmanlst, states, subj)
13129 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13130 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13131 Defvar at compile time.
13132
13133 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13134 not `make-variable-buffer-local'.
13135
13136 2005-08-02 Kim F. Storm <storm@cua.dk>
13137
13138 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13139 rectangle overlay in selected window.
13140
13141 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
13142
13143 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13144 instead of display group. Make `indicate-buffer-boundaries'
13145 customizable through Custom.
13146
13147 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
13148
13149 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13150 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13151 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13152 (gdb-put-string): Fix typos in docstrings.
13153
13154 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
13155
13156 Update copyright notices of files in progmodes directory for
13157 release of Emacs 22.1.
13158
13159 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13160
13161 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13162 Don't barf if the GUD buffer has been killed.
13163
13164 2005-08-01 Kim F. Storm <storm@cua.dk>
13165
13166 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13167
13168 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * simple.el (next-error-follow-minor-mode):
13171 make-variable-buffer-local -> make-local-variable.
13172
13173 * emacs-lisp/cl-extra.el: Require CL also when compiling.
13174
13175 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13176 (byte-compile-form-make-variable-buffer-local): New functions to warn
13177 about misuses of make-variable-buffer-local where make-local-variable
13178 was meant.
13179
13180 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13181
13182 * bs.el (bs-attributes-list): Doc fix.
13183 (bs): Update url-link.
13184
13185 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13186 (desktop-load-default): Simplify.
13187
13188 * ibuffer.el (ibuffer-columnize-and-insert-list)
13189 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13190 (ibuffer-unmark-all, ibuffer-toggle-marks)
13191 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13192 (ibuffer-compile-make-format-form, ibuffer-format-column)
13193 (ibuffer-current-buffers-with-marks)
13194 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13195 (ibuffer): Doc fix.
13196 (ibuffer-mode): Fix typo in docstring.
13197 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13198 with `define-obsolete-variable-alias'.
13199 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13200
13201 2005-07-29 Kenichi Handa <handa@m17n.org>
13202
13203 * international/mule-cmds.el (select-message-coding-system):
13204 Be sure to use LF for end-of-line. If no coding system is decided,
13205 return iso-8859-1-unix.
13206
13207 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13208
13209 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13210 (ange-ftp-pending-error-line): New vars.
13211 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13212 to handle the non-fatal no-route-to-host messages.
13213 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13214
13215 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13216
13217 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13218 (isearch-quote-char, isearch-printing-char)
13219 (isearch-text-char-description): "?\ " -> "?\s".
13220 (isearch-lazy-highlight-cleanup)
13221 (isearch-lazy-highlight-initial-delay)
13222 (isearch-lazy-highlight-interval)
13223 (isearch-lazy-highlight-max-at-a-time)
13224 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13225 Declare with define-obsolete-*-alias macros.
13226 (isearch-forward): Fix typo in docstring.
13227 (search-invisible, search-ring-yank-pointer)
13228 (regexp-search-ring-yank-pointer): Doc fixes.
13229
13230 * recentf.el (recentf-menu-append-commands-p): Declare with
13231 `define-obsolete-variable-alias'.
13232 (recentf-max-saved-items, recentf-menu-filter)
13233 (recentf-arrange-by-rule-subfilter): Doc fixes.
13234 (recentf-menu-append-commands-flag)
13235 (recentf-initialize-file-name-history, recentf-expand-file-name)
13236 (recentf-clear-data): Fix typos in docstrings.
13237
13238 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13239
13240 * progmodes/gdb-ui.el: Smarten comments.
13241 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13242
13243 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13244
13245 * term/apollo.el (terminal-init-apollo): New function containing
13246 all former top level forms in the file.
13247 * term/bobcat.el (terminal-init-bobcat):
13248 * term/cygwin.el (terminal-init-cygwin):
13249 * term/iris-ansi.el (terminal-init-iris-ansi):
13250 * term/linux.el (terminal-init-linux):
13251 * term/news.el (terminal-init-news):
13252 * term/rxvt.el (terminal-init-rxvt):
13253 * term/sun.el (terminal-init-sun):
13254 * term/tvi970.el (terminal-init-tvi970):
13255 * term/vt100.el (terminal-init-vt100):
13256 * term/vt102.el (terminal-init-vt102):
13257 * term/vt125.el (terminal-init-vt125):
13258 * term/vt200.el (terminal-init-vt200):
13259 * term/vt201.el (terminal-init-vt201):
13260 * term/vt220.el (terminal-init-vt220):
13261 * term/vt240.el (terminal-init-vt240):
13262 * term/vt300.el (terminal-init-vt300):
13263 * term/vt320.el (terminal-init-vt320):
13264 * term/vt400.el (terminal-init-vt400):
13265 * term/vt420.el (terminal-init-vt420):
13266 * term/wyse50.el (terminal-init-wyse50):
13267 * term/xterm.el (terminal-init-xterm): Likewise.
13268
13269 * term/README: Describe the terminal-init-* functionality.
13270
13271 * startup.el (command-line): After loading the terminal initialization
13272 file call the corresponding terminal initialization function.
13273
13274 2005-07-27 Kenichi Handa <handa@m17n.org>
13275
13276 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13277 negative.
13278
13279 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13280 (ps-mule-composition-prologue): Fix for the case that
13281 RelativeCompose is false.
13282
13283 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13284
13285 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13286
13287 * descr-text.el (describe-char): Handle the case where the list of
13288 chars is displayed in a separate frame.
13289 Be a bit more discriminating when looking for the char.
13290
13291 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * bookmark.el (bookmark-automatically-show-annotations)
13294 (bookmark-read-annotation-text-func): Doc fixes.
13295 (bookmark-save): Improve argument/docstring consistency.
13296 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13297 (bookmark-alist-from-buffer)
13298 (bookmark-upgrade-file-format-from-0)
13299 (bookmark-grok-file-format-version)
13300 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13301 (bookmark-read-annotation-mode)
13302 (bookmark-insert-current-bookmark, bookmark-jump)
13303 (bookmark-exit-hook): Fix typos in docstrings.
13304 (bookmark-exit-hooks): Define as obsolete alias.
13305 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13306 not `bookmark-exit-hooks'. Fix docstring.
13307 (bookmark-bmenu-select): "?\ " -> "?\s".
13308
13309 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13310
13311 * startup.el (command-line): Fix typo.
13312
13313 2005-07-24 Richard M. Stallman <rms@gnu.org>
13314
13315 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13316 not emacs-quick-startup.
13317
13318 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13321 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13322 instead of `reb-with-current-window'.
13323 (reb-prev-match): Likewise. Also, don't move left if the search
13324 was unsuccessful.
13325 (reb-initialize-buffer): New function.
13326 (re-builder, reb-change-syntax): Use it.
13327
13328 * man.el (Man-goto-page): Make second argument NOERROR optional.
13329
13330 2005-07-23 Richard M. Stallman <rms@gnu.org>
13331
13332 * man.el (Man-bgproc-sentinel): Check here for failure to find
13333 any man page in the output, and report the error here.
13334 (Man-arguments): Make it permanent local.
13335 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13336 (Man-mode): Pass t for NOERROR.
13337
13338 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13339 (grep-mode-font-lock-keywords):
13340 Don't use compilation-...-face for messages that are not file names.
13341
13342 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13343 Don't use compilation-...-face for messages that are not file names.
13344
13345 2005-07-22 Juri Linkov <juri@jurta.org>
13346
13347 * startup.el (normal-splash-screen): Update menu name.
13348
13349 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13350
13351 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13352
13353 * term/xterm.el: Load term/rxvt if the terminal is actually an
13354 rxvt terminal.
13355 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13356
13357 * term/rxvt.el (function-key-map): Use substitute-key-definition
13358 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13359
13360 * term/cygwin.el: New file.
13361
13362 2005-07-22 Kim F. Storm <storm@cua.dk>
13363
13364 * image-file.el (insert-image-file, image-file-yank-handler):
13365 Fix last change to maintain a (unique) yank-handler on yanked images.
13366
13367 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13368
13369 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13370 of the file size (as in "177B" for 177 bytes). This happens with
13371 "ls -lh" on FreeBSD.
13372
13373 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13374
13375 * hilit-chg.el (highlight-changes-global-initial-state)
13376 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13377 (hilit-chg-fixup, highlight-changes-mode):
13378 Fix typos in docstrings.
13379 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13380 Doc fixes.
13381
13382 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13383
13384 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13385 mode function using `eval-after-load'.
13386
13387 2005-07-21 Kim F. Storm <storm@cua.dk>
13388
13389 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13390 included when reporting an emacs crash, and tell about the DEBUG file.
13391
13392 * image-file.el (insert-image-file): Add yank-handler.
13393 (image-file-yank-handler): Yank handler to make unique copies of
13394 images when they are yanked into a buffer next to each other.
13395
13396 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13397
13398 * comint.el (comint-use-prompt-regexp, comint-send-input)
13399 (comint-source-default, comint-extract-string)
13400 (comint-get-source, comint-word, comint-completion)
13401 (comint-source, comint-prompt-read-only, comint-update-fence):
13402 Fix typos in docstrings.
13403 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13404 Declare with define-obsolete-*-alias macros.
13405 (comint-previous-matching-input-from-input)
13406 (comint-next-matching-input-from-input)
13407 (comint-previous-matching-input, comint-next-matching-input)
13408 (comint-forward-matching-input):
13409 Improve argument/docstring consistency.
13410
13411 * desktop.el (desktop-clear-preserve-buffers-regexp):
13412 Also preserve the *server* buffer.
13413
13414 * simple.el (clone-indirect-buffer): Doc fix.
13415 (fixup-whitespace, just-one-space)
13416 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13417 (next-error, next-error-highlight)
13418 (next-error-highlight-no-select, next-error-last-buffer)
13419 (next-error-buffer-p, next-error-find-buffer, next-error)
13420 (previous-error, next-error-no-select, previous-error-no-select)
13421 (open-line, split-line, minibuffer-prompt-width, kill-new)
13422 (binary-overwrite-mode): Fix typos in docstrings.
13423 (set-fill-column): Fix typo in message.
13424
13425 * skeleton.el (skeleton-proxy-new): Doc fix.
13426
13427 * strokes.el (strokes-load-hook): Doc fix.
13428 (strokes-grid-resolution, strokes-get-grid-position)
13429 (strokes-renormalize-to-grid, strokes-read-stroke)
13430 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13431 (strokes-global-map): Fix typos in docstrings.
13432 (strokes-help): Doc fix. Fix help message and pass it through
13433 `substitute-command-keys'.
13434
13435 * tempo.el (tempo-insert-prompt, tempo-interactive)
13436 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13437 (tempo-insert-string-functions, tempo-local-tags)
13438 (tempo-define-template, tempo-insert-template)
13439 (tempo-insert-prompt-compat, tempo-is-user-element)
13440 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13441 Fix typos in docstrings.
13442
13443 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13444 (vcursor-key-bindings, vcursor-use-vcursor-map)
13445 (vcursor-find-window, vcursor-scroll-down)
13446 (vcursor-disable, vcursor-beginning-of-buffer)
13447 (vcursor-end-of-buffer): Fix typos in docstrings.
13448 (vcursor-relative-move, vcursor-get-char-count):
13449 Improve argument/docstring consistency.
13450
13451 * version.el: "?\ " -> "?\s".
13452
13453 * wid-edit.el (widget-default-create, widget-after-change)
13454 (widget-default-format-handler, widget-checklist-add-item)
13455 (widget-radio-add-item, widget-choose, widget-specify-secret)
13456 (widget-field-value-create, widget-field-value-get)
13457 (widget-editable-list-format-handler)
13458 (widget-editable-list-entry-create, widget-group-value-create)
13459 (widget-documentation-link-add)
13460 (widget-documentation-string-value-create): "?\ " -> "?\s".
13461 (widget-convert-text): Doc fix.
13462 (widget-narrow-to-field, widget-field-find)
13463 (widget-url-link-action, widget-emacs-library-link-action)
13464 (widget-color-notify): Fix typos in docstrings.
13465
13466 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13467 (x-select-text, set-w32-system-coding-system)
13468 (w32-add-charset-info): Fix typos in docstrings.
13469
13470 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13471 (cua-enable-cua-keys, cua-use-hyper-key)
13472 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13473 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13474
13475 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13476
13477 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13478 `defalias' instead of faking it.
13479
13480 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13481 (eshell-ls-missing, eshell-ls-dired-initial-args)
13482 (eshell-ls-use-in-dired): Fix typos in docstrings.
13483
13484 2005-07-20 Kim F. Storm <storm@cua.dk>
13485
13486 * emulation/cua-base.el (cua-mode): Improve doc string.
13487
13488 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13489
13490 * abbrev.el (expand-region-abbrevs): Doc fix.
13491 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13492 Improve argument/docstring consistency.
13493
13494 * arc-mode.el (archive-get-descr, archive-alternate-display):
13495 Doc fixes.
13496 (archive-l-e): Improve argument/docstring consistency.
13497 (archive-tmpdir, archive-unixdate, archive-unixtime)
13498 (archive-chmod-entry): Fix typos in docstrings.
13499 (archive-unflag, archive-unflag-backwards)
13500 (archive-unmark-all-files): "?\ " -> "?\s".
13501
13502 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13503 (Buffer-menu-not-modified, Buffer-menu-execute)
13504 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13505 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13506
13507 * composite.el (compose-string, encode-composition-rule)
13508 (compose-last-chars): Fix typos in docstrings.
13509
13510 * desktop.el (desktop-enable, desktop-basefilename):
13511 Declare with `define-obsolete-variable-alias'.
13512 (desktop-internal-v2s): Don't quote keywords.
13513 (desktop-clear): "?\ " -> "?\s".
13514
13515 * dired.el (dired-align-file, dired-flag-backup-files)
13516 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13517 (dired-listing-switches, dired-ls-F-marks-symlinks)
13518 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13519 (dired-directory, dired-faces, dired, dired-revert)
13520 (dired-mode, dired-summary, dired-view-file)
13521 (dired-copy-filename-as-kill, dired-delete-file)
13522 (dired-no-confirm, dired-unmark-all-marks)
13523 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13524 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13525 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13526 Fix typos in message strings.
13527
13528 * dired-x.el (virtual-dired): Declare with `defalias'.
13529 (dired-mark-unmarked-files, dired-local-variables-file)
13530 (dired-omit-here-always): Doc fix.
13531 (dired-omit-mode, dired-find-subdir)
13532 (dired-enable-local-variables, dired-clean-up-buffers-too)
13533 (dired-extra-startup, dired-mark-extension, dired-jump)
13534 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13535 (dired-smart-shell-command, dired-guess-shell-alist-user)
13536 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13537 (dired-x-bind-find-file, dired-x-submit-report):
13538 Fix typos in docstrings.
13539 (dired-mark-unmarked-files): "?\ " -> "?\s".
13540
13541 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13542
13543 * faces.el (describe-face): "?\ " -> "?\s".
13544 (read-all-face-attributes, read-face-font, modify-face)
13545 (face-attr-construct, italic): Fix typos in docstrings.
13546 (frame-update-face-colors): Declare with
13547 `define-obsolete-function-alias'.
13548
13549 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13550 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13551 (magic-mode-alist, buffer-file-numbers-unique)
13552 (write-file-functions, get-free-disk-space):
13553 Fix typos in docstrings.
13554 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13555 (write-contents-hooks, write-file-hooks):
13556 Declare with `define-obsolete-variable-alias'.
13557
13558 * forms-d2.el (arch-rj): Fix typo in docstrings.
13559 (arch-tocol): Likewise. "?\ " -> "?\s".
13560
13561 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13562 Fix typo in docstring.
13563 (set-screen-width, set-screen-height): Delete redundant info in
13564 doctrings.
13565 (new-frame, screen-height, screen-width): Declare with
13566 `define-obsolete-function-alias'.
13567 (delete-frame-hook, blink-cursor): Declare with
13568 `define-obsolete-variable-alias'.
13569
13570 * paths.el (prune-directory-list): Fix typos in docstring.
13571
13572 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13573 (cvs-prefix-get): Fix typos in docstrings.
13574
13575 * ps-print.el (ps-extend-face-list, ps-extend-face)
13576 (ps-print-background-image): Fix typos in docstrings.
13577 (ps-default-fg, ps-default-bg): Doc fixes.
13578
13579 * s-region.el (s-region-bind): Doc fix.
13580 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13581
13582 * textmodes/org.el (org-table-formula-substitute-names)
13583 (org-table-get-vertical-vector): Doc fixes.
13584 (org-table-recalculate): Remove unused argument to `message'.
13585
13586 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13587
13588 * textmodes/org.el (org-table-column-names)
13589 (org-table-column-name-regexp)
13590 (org-table-named-field-locations): New variables.
13591 (org-archive-subtree): Protect `this-command' when calling
13592 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13593 the kill buffer.
13594 (org-complete): Remove fixed-formula completion.
13595 (org-edit-formulas-map): New variable.
13596 (org-table-edit-formulas): New command.
13597 (org-finish-edit-formulas, org-abort-edit-formulas)
13598 (org-show-variable, org-table-get-vertical-vector): New functions.
13599 (org-table-maybe-eval-formula): Handle `:=' fields.
13600 (org-table-get-stored-formulas, org-table-store-formulas)
13601 (org-table-get-formula, org-table-modify-formulas)
13602 (org-table-replace-in-formulas): Handle named field formulas.
13603 (org-table-get-specials): Store locations of named fields.
13604
13605 2005-07-19 Juri Linkov <juri@jurta.org>
13606
13607 * progmodes/grep.el (grep-regexp-alist)
13608 (grep-mode-font-lock-keywords, grep-process-setup):
13609 Use default GNU grep match color "01;31m" instead of "01;41m".
13610 (grep-regexp-alist, grep-mode-font-lock-keywords):
13611 Use `\\[[0-9]*m' instead of `\\[00m'.
13612 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13613 sgr_start where its handling is more important. Use the real
13614 length of sgr_start instead of constant 8.
13615 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13616 specially. Delete all remaining escape sequences.
13617 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13618 (grep-regexp-alist): Make hyperlink only for binary file name
13619 instead of the whole line.
13620 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13621 (grep-mode): Add autoload.
13622
13623 * emacs-lisp/find-func.el (find-function-regexp):
13624 Add `define-compilation-mode'.
13625
13626 2005-07-19 Juri Linkov <juri@jurta.org>
13627
13628 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13629 (compare-windows-sync-string-size, compare-windows-recenter)
13630 (compare-windows-highlight, compare-windows): Add version 22.1.
13631 (compare-windows) <defface>: Inherit from lazy-highlight instead
13632 of duplicating its default value.
13633
13634 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13635 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13636
13637 * descr-text.el (describe-char): Create link buttons for `charset'
13638 and `code point'. Add the current input method name with a link
13639 button to `to input' field. Print face names of display table
13640 characters in `The display table entry is displayed by' section
13641 instead of printing face-id in the `display' field.
13642 Guess hardcoded faces and create a link button for them.
13643 Skip empty fields when calculating max-width.
13644 Treat `widget-create' specially while inserting strings from the
13645 collected field list.
13646 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13647
13648 * diff-mode.el (diff-file-header): Change foreground color from
13649 yellow to green on light backgrounds.
13650 (diff-context): Inherit from `shadow' only for color/grayscale
13651 with more than 88 colors.
13652 (diff-indicator-removed, diff-indicator-added)
13653 (diff-indicator-changed): New faces.
13654 (diff-font-lock-keywords): Use new faces. Regroup rules.
13655 Add "^---$" for `normal' diff format. Fontify `#' lines with
13656 font-lock-comment-delimiter-face and font-lock-comment-face.
13657 Add `#' to ^[^...] in the rule for `diff-context-face'.
13658
13659 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13660 a button-like box. Inherit from `highlight' on low colors.
13661 (shadow): Use shades of gray only for color/grayscale with
13662 more than 88 colors. Use green for light backgrounds with
13663 8 colors, and yellow for dark backgrounds with 8 colors.
13664
13665 * font-lock.el (font-lock-regexp-grouping-backslash):
13666 Don't inherit from escape-glyph (use bold for all cases).
13667
13668 * info.el (info-xref-visited): Use light foreground color `violet'
13669 for dark backgrounds instead of dark color `magenta3'.
13670 (info-title-1): Use `yellow' color for dark backgrounds.
13671
13672 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13673 too-light magenta2.
13674
13675 * replace.el (match): Use slightly more light RoyalBlue3 instead
13676 of dark RoyalBlue4.
13677
13678 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13679
13680 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13681
13682 * novice.el (disabled-command-hook): Declare it with
13683 `define-obsolete-variable-alias'.
13684
13685 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13686 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13687 (desktop-load-default): Add release to obsolescence info.
13688 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13689 (desktop-append-buffer-args, desktop-read):
13690 Fix typos in docstrings.
13691 (desktop-kill): Fix typo in message.
13692 (desktop-save): Doc fix.
13693
13694 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13695
13696 * viper-cmd.el (viper-escape-to-state): Bug fix.
13697 (viper-envelop-ESC-key): Change the definition of fast
13698 keysequence so it'll work with keyboard macros.
13699
13700 * ediff.el (ediff-patch-buffer): Change the docstring.
13701
13702 2005-07-19 Kenichi Handa <handa@m17n.org>
13703
13704 * international/mule-cmds.el (select-safe-coding-system): Try to
13705 use an auto-coding (if any) before anything else. If the found
13706 auto-coding is invalid, show a warning message.
13707
13708 * international/mule.el (find-auto-coding): New function created
13709 by modifying the body of set-auto-coding.
13710 (set-auto-coding): Use find-auto-coding to find a coding.
13711
13712 2005-07-18 Richard M. Stallman <rms@gnu.org>
13713
13714 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13715 not isearch-mode-end-hook-error.
13716 (allout-before-change-protect): Fix error message.
13717
13718 2005-07-18 Juri Linkov <juri@jurta.org>
13719
13720 * allout.el (allout-mode):
13721 * calculator.el (calculator-copy):
13722 * custom.el (custom-known-themes):
13723 * dired.el (dired-desktop-buffer-misc-data)
13724 (dired-restore-desktop-buffer):
13725 * dired-x.el (dired-omit-marker-char):
13726 * files.el (basic-save-buffer):
13727 * font-core.el (font-lock-mode):
13728 * calendar/calendar.el (calendar-goto-hebrew-date)
13729 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13730 (calendar-goto-persian-date):
13731 * language/ethio-util.el (ethio-sera-to-fidel-region):
13732 * textmodes/picture.el (picture-mode):
13733 Delete duplicate duplicate words.
13734
13735 2005-07-18 Juri Linkov <juri@jurta.org>
13736
13737 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13738 chars * ? } |.
13739 (isearch-fallback): Don't call `isearch-process-search-char'.
13740 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13741 (isearch-process-search-char): Call `isearch-fallback' for regexp
13742 chars * ? } |.
13743 (isearch-return-char): Make obsolete with `make-obsolete' instead
13744 of simply documenting it as obsolete in the docstring.
13745 (isearch-fallback): Refill docstring.
13746
13747 * international/isearch-x.el
13748 (isearch-process-search-multibyte-characters): Remove unneeded
13749 `concat'. Add intermediate values to `junk-hist' instead of
13750 `minibuffer-history'. Test the length of `str'.
13751
13752 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13753
13754 * allout.el (allout-resolve-xref): Fix typos in error strings.
13755 (allout-before-change-protect): Remove unneeded `concat'.
13756
13757 * array.el (array-mode, array-reconfigure-rows)
13758 (untabify-backward): Fix typos in docstrings.
13759 (array-reconfigure-rows): Use `insert-buffer-substring', not
13760 `insert-buffer'.
13761
13762 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13763 * progmodes/ada-mode.el (ada-make-body):
13764 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13765
13766 * dired.el (dired-log):
13767 * tar-mode.el (tar-subfile-save-buffer):
13768 * play/zone.el (zone-pgm-stress-destress):
13769 Use `insert-buffer-substring', not `insert-buffer'.
13770
13771 2005-07-17 Simon Josefsson <jas@extundo.com>
13772
13773 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13774
13775 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13776
13777 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13778 Add plain auth method.
13779 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13780
13781 2005-07-17 Kim F. Storm <storm@cua.dk>
13782
13783 * ido.el (dired-other-window): Add ido property.
13784
13785 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13788 Fix typo in docstring.
13789 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13790 `insert-file-literally'.
13791
13792 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13793 info and delete redundant message. Doc fix.
13794 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13795 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13796
13797 2005-07-16 Richard M. Stallman <rms@gnu.org>
13798
13799 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13800 (byte-compile-and): Use byte-compile-and-recursion.
13801 (byte-compile-or-recursion): New function.
13802 (byte-compile-or): Use that.
13803 (byte-compile-if): Guard the else-clause too.
13804 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13805
13806 * isearch.el (isearch-mode-end-hook-quit): New variable.
13807 (isearch-done): Bind it.
13808 (isearch-mode-end-hook): Doc fix.
13809
13810 * allout.el (allout-isearch-did-quit): Variable deleted.
13811 (allout-real-isearch-abort): Function name no longer used.
13812 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13813 (allout-isearch-rectification): isearch-mode always exists.
13814 Don't set allout-isearch-did-quit.
13815 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13816 allout-isearch-did-quit.
13817 (allout-enwrap-isearch): Just add the hook.
13818 (allout-isearch-abort): Function deleted.
13819 (allout-pre-command-business): Avoid warning.
13820
13821 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13822 Correctly avoid warnings.
13823 (pascal-outline): Likewise.
13824
13825 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13826
13827 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13828
13829 * play/tetris.el (tetris-mode): Avoid warning.
13830
13831 * play/snake.el (snake-mode): Avoid warning.
13832
13833 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13834 (gamegrid-set-display-table): Avoid warning.
13835 (gamegrid-set-timer): Likewise.
13836 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13837 (gamegrid-add-score-with-update-game-score-1): Take FILE
13838 as argument.
13839 (gamegrid-add-score-with-update-game-score): Pass that argument.
13840 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13841
13842 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13843
13844 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13845 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13846
13847 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13848 and insert-file.
13849
13850 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13851 (sc-ask): Avoid warnings.
13852
13853 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13854 (eshell-hist-initialize): Use that var the natural way.
13855
13856 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13857
13858 * emacs-lisp/re-builder.el (reb-cook-regexp):
13859 Avoid warning calling lre-compile-string.
13860 (reb-color-display-p): Avoid warning.
13861
13862 * calculator.el (calculator-last-input): Guard uses
13863 of event-key and key-press-event-p.
13864 (event-key, key-press-event-p): Delete definitions.
13865
13866 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13867 (find-gc-source-directory, find-gc-subrs-callers)
13868 (find-gc-noreturn-list, find-gc-source-files)
13869 (find-gc-subrs-called): Vars renamed and defvar'd.
13870
13871 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13872 (checkdoc-overlay-put, checkdoc-delete-overlay)
13873 (checkdoc-overlay-start, checkdoc-overlay-end)
13874 (checkdoc-mode-line-update, checkdoc-char=):
13875 Define such that compiler knows they are defined.
13876 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13877 (checkdoc-read-event): Delete. Use read-event directly.
13878
13879 * whitespace.el (whitespace-make-overlay)
13880 (whitespace-overlay-put, whitespace-delete-overlay)
13881 (whitespace-overlay-start, whitespace-overlay-end):
13882 Define such that compiler knows they are defined.
13883 (whitespace): Move conditional inside.
13884
13885 * tempo.el (tempo-insert-template): Suppress warning.
13886
13887 * ediff-diff.el (longlines-mode): Add defvar.
13888
13889 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13890
13891 * server.el: Bind "C-x #" in a way that works even if C-x is
13892 redefined to a command key, not a prefix key.
13893
13894 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13895
13896 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13897 cl-make-type-test till execution time.
13898
13899 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13900
13901 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13902 arg ARG and use it.
13903
13904 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13905
13906 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13907
13908 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13909
13910 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13911 a defcustom with two :set or :type keywords.
13912
13913 2005-07-15 Richard M. Stallman <rms@gnu.org>
13914
13915 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13916 Don't give ^M comment-end syntax.
13917
13918 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13919
13920 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13921 Don't consider gdbmi (gdb-mi.el has its own update functions).
13922 (gdb-var-delete): Make it work for gdbmi as well.
13923 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13924
13925 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13926 (gud-speedbar-menu-items): Correct logic for enabling items.
13927
13928 2005-07-15 Kim F. Storm <storm@cua.dk>
13929
13930 * ido.el: Fix commentary.
13931 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13932 Use with-no-warnings around ffap-guesser.
13933 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13934 Let bind minibuffer-completing-file-name to t.
13935
13936 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13937
13938 * startup.el (site-run-file, keyboard-type): Doc fixes.
13939 (command-line): Check for "--basic-display" argument; also for
13940 "--quick", not "--bare-bones" (which was renamed).
13941 (fancy-splash-text): Add missing item "Getting New Versions".
13942 (normal-splash-screen): Fix typos and improve consistency with
13943 `fancy-splash-text'. Update copyright year.
13944
13945 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13946 valid binding for `help-char'.
13947
13948 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13949
13950 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * term.el (term-mode): Disable cua-mode for term buffers.
13953
13954 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13955
13956 * add-log.el (add-log-mailing-address, change-log-merge):
13957 Doc fixes.
13958 (change-log-get-method-definition): Fix typo in docstring.
13959
13960 2005-07-14 Kim F. Storm <storm@cua.dk>
13961
13962 * emulation/cua-base.el:
13963 (cua--pre-command-handler-1, cua--pre-command-handler)
13964 (cua--post-command-handler-1, cua--post-command-handler):
13965 Split in two. Check (buffer local) value of cua-mode.
13966 (cua-selection-mode): New command.
13967
13968 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13969
13970 * custom.el (custom-initialize-safe-set)
13971 (custom-initialize-safe-default): Doc fixes.
13972
13973 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13974 and simplify :init-value again.
13975
13976 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13977 and simplify :init-value again. Delete autoload.
13978
13979 * startup.el (command-line): Use `custom-reevaluate-setting' again
13980 for tooltip-mode.
13981
13982 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13983 a defcustom with two :initialize keywords.
13984
13985 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13986
13987 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13988 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13989 (allout-post-command-business, allout-flag-region)
13990 (isearch-reenable-font-lock, allout-yank)
13991 (allout-insert-latex-header, allout-insert-latex-trailer)
13992 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13993 (allout-latex-verb-quote): Fix typos in docstrings.
13994 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13995 (allout-unprotected, allout-prefix-data):
13996 Improve argument/docstring consistency.
13997 (allout-chart-subtree): Fix argument spec.
13998 (allout-open-topic): Rename `use_sib_bullet' argument to
13999 `use-sib-bullet'. Doc fix.
14000
14001 * whitespace.el (whitespace-check-buffer-leading)
14002 (whitespace-check-buffer-trailing)
14003 (whitespace-check-buffer-indent)
14004 (whitespace-check-buffer-spacetab)
14005 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14006 (whitespace-check-leading-whitespace)
14007 (whitespace-check-trailing-whitespace)
14008 (whitespace-check-spacetab-whitespace)
14009 (whitespace-check-indent-whitespace)
14010 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14011 (whitespace-modes): Fix typos in docstrings.
14012 (defgroup, defcustom): Doc fixes.
14013
14014 * winner.el (winner-mode, winner-boring-buffers)
14015 (winner-pending-undo-ring): Doc fixes.
14016 (winner-ring): Remove unneeded `progn'.
14017 (winner-equal): `defsubst' it.
14018 (winner-redo): Fix message.
14019
14020 2005-07-13 Kim F. Storm <storm@cua.dk>
14021
14022 * simple.el (line-move-1): Always use vertical-motion to
14023 do the last (or only) line move to ensure some movement.
14024 Undo 2005-06-23 change--don't check for overlays.
14025
14026 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14027
14028 * term/mac-win.el (ccl-encode-mac-roman-font)
14029 (ccl-encode-mac-centraleurroman-font)
14030 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14031 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14032 Change charset-id boundary of dimension to ?\xef.
14033 (mac-char-fontspec-list): New constant.
14034 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
14035 argument. Nil uses itself as family in font-spec. Previous
14036 behavior for nil is now provided by non-nil non-string argument.
14037 All callers changed. Add font-specs for Mac fonts to
14038 "fontset-default" unless iso8859-1 fonts are installed.
14039
14040 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * progmodes/sh-script.el (sh-get-indent-info): Only indent
14043 a continuation line if the \ is preceded by SPC or TAB.
14044 (sh-get-indent-info): Simplify.
14045 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14046 Use with-current-buffer.
14047
14048 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14049 when the matched text is empty.
14050
14051 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
14052
14053 * startup.el (command-line): Revert to previous handling of
14054 tooltip-mode. Explain in comment why the complexity is needed.
14055
14056 * tooltip.el (tooltip-mode): Revert to previous implementation of
14057 its defcustom.
14058
14059 * frame.el (blink-cursor-mode): Revert to previous implementation
14060 of its defcustom. Update comment.
14061
14062 2005-07-12 Lars Hansen <larsh@soem.dk>
14063
14064 * desktop.el: Update e-mail address.
14065
14066 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14067
14068 * term/mac-win.el (mac-services-mail-selection)
14069 (mac-services-mail-to): New functions.
14070 (mac-application-menu-map): Bind them.
14071
14072 2005-07-12 wulei <milton@wulei.net> (tiny change)
14073
14074 * progmodes/gdb-ui.el: Add note about buffering with Windows.
14075
14076 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
14077
14078 * custom.el (custom-reevaluate-setting): Doc fix.
14079
14080 2005-07-11 Jay Belanger <belanger@truman.edu>
14081
14082 * calc/calc.el (calc-embedded-announce-formula-alist)
14083 (calc-embedded-open-close-plain-alist)
14084 (calc-embedded-open-close-mode-alist): Add checks for additional
14085 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14086
14087 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
14088
14089 * custom.el (custom-enable-theme): Don't add theme to
14090 `custom-enabled-themes' with `push' because there is no
14091 setf-method for `delq'.
14092
14093 2005-07-11 Richard M. Stallman <rms@gnu.org>
14094
14095 * custom.el (custom-declare-variable): Doc fix.
14096
14097 * dired-aux.el (dired-compare-directories): Remove "." and ".."
14098 from the alists.
14099
14100 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14101 Do nothing if edebug-active.
14102
14103 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14104 (edebug-display): Do it here instead.
14105
14106 2005-07-10 Richard M. Stallman <rms@gnu.org>
14107
14108 * cus-face.el (custom-theme-set-faces): Make it work.
14109 (custom-reset-faces): Doc fix.
14110 (custom-theme-reset-internal-face, custom-theme-face-value):
14111 Functions deleted.
14112
14113 * custom.el (custom-push-theme): Maintain list of the settings
14114 of a given theme in its theme-settings property.
14115 Maintain position of old settings in the theme-value
14116 or theme-face property.
14117 (custom-enabled-themes): New variable.
14118 (custom-theme-enabled-p): New function.
14119 (provide-theme): Update custom-enabled-themes.
14120 Disable and reenable the `user' theme.
14121 (require-theme): Doc fix.
14122 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14123 (custom-theme-value, custom-theme-variable-value): Likewise.
14124 (custom-theme-reset-internal): Likewise.
14125 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14126 (custom-enable-theme, custom-disable-theme): New functions.
14127 (custom-variable-theme-value, custom-face-theme-value): Likewise.
14128 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14129 (custom-theme-reset-variables): Simplify.
14130 (deftheme, custom-declare-theme, custom-make-theme-feature):
14131 Definitions moved.
14132
14133 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * longlines.el (longlines-show-region)
14136 (longlines-unshow-hard-newlines): Recognize hard newlines by
14137 non-nil hard property, instead of t.
14138
14139 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
14140
14141 * viper-cmd.el (viper--key-maps): New variable.
14142 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14143 emulation-mode-map-alists.
14144 (viper-envelop-ESC-key): Use viper-subseq.
14145 (viper-search-forward/backward/next): Disable debug-on-error.
14146
14147 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14148 (viper-ESC-key): New defcustoms.
14149
14150 * viper-macs.el (ex-map-read-args): Use viper-subseq.
14151
14152 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14153 (viper-subseq): Copy of subseq from cl.el.
14154
14155 * viper.el (viper-go-away, viper-set-hooks): Use
14156 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14157
14158 * viper-mous.el (viper-current-frame-saved): Use defvar.
14159
14160 * viper-init.el: Get rid of -face in face names.
14161
14162 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14163 Make it work with longlines mode
14164
14165 * ediff-mult.el (ediff-meta-mode-hook): New variable.
14166
14167 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14168
14169 * ediff-init.el: Get rid of -face in face names.
14170
14171 2005-07-10 Richard M. Stallman <rms@gnu.org>
14172
14173 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14174 and with-timeout-unsuspend.
14175
14176 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14177 and with-timeout-unsuspend.
14178
14179 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14180 (with-timeout): Bind that variable to record timers.
14181 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14182
14183 * emacs-lisp/debug.el (debug-help-follow): New function.
14184 (debugger-mode-map): Use that instead of help-follow.
14185 (debugger-setup-buffer): Use eval-buffer-list
14186 to handle eval-buffer frames.
14187
14188 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14189
14190 * timezone.el (timezone-parse-date): Change first regexp
14191 so it will not mistakenly match dates with no time zone.
14192
14193 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14194
14195 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14196
14197 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14198
14199 * custom.el (custom-initialize-safe-set)
14200 (custom-initialize-safe-default): New functions.
14201
14202 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14203 and simplify :init-value.
14204
14205 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14206 and simplify :init-value. Delete obsolete comment.
14207
14208 * startup.el (command-line): Use `custom-reevaluate-setting' to
14209 handle `tooltip-mode'. Delete obsolete comment.
14210
14211 * files.el (set-visited-file-name): Avoid calling
14212 `file-name-nondirectory' with a nil argument.
14213
14214 2005-07-09 Richard M. Stallman <rms@gnu.org>
14215
14216 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14217 was called with nil for the buffer, handle the read position right.
14218 Handle read position for eval-region, too.
14219
14220 2005-07-09 Juri Linkov <juri@jurta.org>
14221
14222 * fringe.el (fringe-mode): Add period in docstring.
14223 (fringe-query-style): Build prompt depending on `all-frames' arg.
14224
14225 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14226 to not create links to unrelated functions in the Help buffer.
14227
14228 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14229 Doc fix.
14230
14231 * simple.el (next-error-hook): New variable.
14232 (next-error): Use it. Doc fix.
14233
14234 * textmodes/ispell.el (ispell-command-loop): Add current
14235 dictionary name and program name to mode-line-format.
14236 (ispell-region, ispell-process-line): Add current dictionary name
14237 and program name to messages.
14238
14239 2005-07-08 Jay Belanger <belanger@truman.edu>
14240
14241 * calc/calc.el (calc-embedded-announce-formula-alist)
14242 (calc-embedded-open-close-formula-alist)
14243 (calc-embedded-open-close-word-alist)
14244 (calc-embedded-open-close-plain-alist)
14245 (calc-embedded-open-close-new-formula-alist)
14246 (calc-embedded-open-close-mode-alist)
14247 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14248 (calc-embedded-mode-hook): New variables.
14249
14250 * calc/calc-embed.el (calc-embedded-firsttime)
14251 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14252 New variables.
14253 (calc-do-embedded): Use calc-embedded-firsttime,
14254 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14255 determine whether or not to run hooks.
14256 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14257 calc-embedded-firsttime-formula appropriately.
14258 Set calc-embedded delimiter variables according to mode.
14259
14260 2005-07-08 Richard M. Stallman <rms@gnu.org>
14261
14262 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14263 Check for "emacs", etc., as entire symbol, not just as word.
14264 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14265
14266 * files.el (set-visited-file-name): Report the error
14267 for "empty filename" earlier.
14268 (kill-some-buffers): Ignore buffers already dead.
14269
14270 * fringe.el (fringe-mode): Doc fix.
14271
14272 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14273 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14274 Use unwind-protect to ensure byte-compile-unresolved-functions
14275 is updated.
14276
14277 * whitespace.el (whitespace-buffer-leading-cleanup):
14278 Simplify w/ skip-chars-forward.
14279 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14280
14281 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14282 Unconditionally try to leave point at the same old place.
14283
14284 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14285
14286 * comint.el (comint-postoutput-scroll-to-bottom)
14287 (comint-show-maximum-output): Take scroll-margin into consideration.
14288
14289 2005-07-08 Kim F. Storm <storm@cua.dk>
14290
14291 * ido.el (ido-use-filename-at-point): New choice `guess'.
14292 (ido-file-internal): Try ffap-guesser if selected.
14293
14294 * ido.el (ido-before-fallback-functions): New hook.
14295 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14296 (ido-read-file-name): Run it.
14297
14298 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14301 strings rather than a list of symbols to the completion function.
14302
14303 2005-07-07 Jay Belanger <belanger@truman.edu>
14304
14305 * calc/calc-units.el (math-apply-units): Change the places in
14306 which units are simplified.
14307
14308 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14309
14310 * cus-edit.el (customize-option, customize-option-other-window):
14311 Make them handle aliases.
14312
14313 * custom.el (custom-variable-p): Make it recursively follow
14314 aliases. Mention that in the docstring.
14315
14316 2005-07-07 Richard M. Stallman <rms@gnu.org>
14317
14318 * cus-start.el (exec-path): Use `directory' instead of `file'.
14319 Fix tag for nil.
14320
14321 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14322
14323 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14324 when called non-interactively. Doc fix.
14325
14326 2005-07-07 Lute Kamstra <lute@gnu.org>
14327
14328 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14329 new address as well.
14330
14331 2005-07-07 Kenichi Handa <handa@m17n.org>
14332
14333 * international/mule.el (make-coding-system):
14334 Describe `ascii-incompatible' property in the docstring.
14335 (set-file-name-coding-system): Signal an error if coding-system is
14336 ascii-incompatible.
14337 (set-keyboard-coding-system): Likewise.
14338
14339 * international/mule-cmds.el (set-default-coding-systems):
14340 Don't set default-file-name-coding-system and
14341 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14342
14343 * international/utf-16.el: Declare that all UTF-16-based coding
14344 systems are ASCII-incompatible.
14345
14346 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14347
14348 * progmodes/gud.el: Require font-lock for displaying errors.
14349 Used by gdb-ui.el.
14350
14351 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14352
14353 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14354 values for the pattern lists which are `read'able but not
14355 `append'able (like symbols).
14356
14357 2005-07-06 Richard M. Stallman <rms@gnu.org>
14358
14359 * progmodes/flymake.el (flymake-float-time): Instead of
14360 with-no-warnings, test for xemacs.
14361 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14362 to avoid warning.
14363
14364 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14365
14366 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14367
14368 2005-07-05 Lute Kamstra <lute@gnu.org>
14369
14370 * battery.el: Add support for Darwin (with much debugging help
14371 from Samuel Lauber <sam124@operamail.com>).
14372 (battery-status-function, battery-echo-area-format)
14373 (battery-mode-line-format): Add support for pmset on Darwin.
14374 (battery-load-low, battery-load-critical): New user options.
14375 (battery-pmset): New function.
14376
14377 2005-07-05 Lute Kamstra <lute@gnu.org>
14378
14379 Update FSF's address in GPL notices.
14380
14381 * textmodes/page-ext.el: Update FSF's address.
14382
14383 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14386 filling from using prefix when filling a single-line docstring.
14387
14388 * progmodes/flymake.el: Remove useless eval-when-compile.
14389
14390 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14391
14392 2005-07-04 Richard M. Stallman <rms@gnu.org>
14393
14394 * textmodes/org.el (org-file-apps-defaults-gnu):
14395 Rename from org-file-apps-defaults-linux.
14396 (org-default-apps): Don't test system-type for `linux'.
14397 (org-file-apps): Doc fix.
14398
14399 2005-07-04 David Ponce <david@dponce.com>
14400
14401 * tree-widget.el: Improve header Commentary section.
14402 (tree-widget) [defgroup]
14403 (tree-widget-image-enable, tree-widget-themes-directory)
14404 (tree-widget-theme, tree-widget-image-properties-emacs)
14405 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14406 (tree-widget-image-formats, tree-widget-control)
14407 (tree-widget-empty-control, tree-widget-leaf-control
14408 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14409 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14410 (tree-widget-keep, tree-widget-after-toggle-functions)
14411 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14412 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14413 :help-echo message.
14414 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14415 (tree-widget-image-properties): Doc fix. Clearer implementation.
14416 (tree-widget--cursors): New constant.
14417 (tree-widget-lookup-image): New function split from
14418 `tree-widget-find-image'. Clearer implementation.
14419 (tree-widget-find-image): Use it.
14420 (tree-widget-button-keymap): Use `set-keymap-parent'.
14421 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14422 Define the sub-widgets here.
14423 (tree-widget-node): Check that :node is not a tree-widget.
14424 (tree-widget-get-super, tree-widget-open-control)
14425 (tree-widget-close-control, tree-widget-empty-control)
14426 (tree-widget-leaf-control, tree-widget-guide)
14427 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14428 (tree-widget-no-handle, tree-widget-value-delete)
14429 (tree-widget-map): Remove.
14430 (tree-widget-children-value-save): Doc fix. Simplified.
14431 (tree-widget-value-create): Update according to previous changes.
14432
14433 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14434
14435 * textmodes/org.el: Leading space replaced by TABS.
14436 (org-recalc-marks, org-table-rotate-recalc-marks)
14437 (org-table-get-specials): Treat "^" and "_" marks.
14438 (org-table-justify-field-maybe): Optional argument NEW.
14439 (org-table-eval-formula): Parsing of the format simplified.
14440 New modes C,I. Honor the %= parameter in the current table.
14441 Avoid unnecessary re-align by using the NEW argument to
14442 `org-table-justify-field-maybe'.
14443 (org-calc-default-modes): Default for date-format mimicks org-mode.
14444 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14445
14446 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14447
14448 * cus-face.el (custom-theme-set-faces): Make it handle face
14449 aliases whose alias declarations are pre- or autoloaded.
14450
14451 2005-07-04 Juri Linkov <juri@jurta.org>
14452
14453 * faces.el (read-face-name): Put the code for getting a face name
14454 from the buffer before adding the faces from the `face' property.
14455 Use `completing-read-multiple' instead of `completing-read'.
14456 Require `crm'. Add default value and post-process the returned
14457 list of faces.
14458
14459 * emacs-lisp/crm.el (crm-find-current-element)
14460 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14461
14462 * emacs-lisp/lisp-mode.el (eval-defun-1):
14463 * emacs-lisp/edebug.el (edebug-eval-defun):
14464 Remove unnecessary quotes.
14465
14466 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14467
14468 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14469 (prolog-indent-level): Fix typo in docstring.
14470
14471 * info.el (Info-history, Info-history-forward)
14472 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14473
14474 * add-log.el (add-change-log-entry):
14475 * comint.el (comint-dynamic-list-input-ring)
14476 (comint-dynamic-list-completions):
14477 * dabbrev.el (dabbrev-expand):
14478 * delim-col.el (delimit-columns-rectangle-line):
14479 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14480 (diff-unified->context):
14481 * ediff-init.el (ediff-abbrev-jobname):
14482 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14483 (ediff-replace-session-activity-marker-in-meta-buffer):
14484 * info.el (Info-summary):
14485 * lpr.el (printify-region):
14486 * printing.el (pr-create-interface):
14487 * ps-print.el (ps-print-quote):
14488 * ses.el (ses-column-widths, ses-print-cell)
14489 (ses-adjust-print-width, ses-center):
14490 * shell.el (shell-file-name-quote-list):
14491 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14492 (strokes-fill-current-buffer-with-whitespace)
14493 (strokes-xpm-for-stroke, strokes-list-strokes)
14494 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14495 * term.el (term-dynamic-list-input-ring)
14496 (term-dynamic-list-completions):
14497 * calc/calc.el (math-format-stack-value):
14498 * emacs-lisp/edebug.el (edebug-display-freq-count):
14499 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14500 (delphi-new-comment-line):
14501 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14502 * progmodes/executable.el (executable-set-magic):
14503 * progmodes/python.el (inferior-python-mode):
14504 * progmodes/scheme.el (scheme-mode-syntax-table):
14505 * progmodes/sh-script.el (sh-maybe-here-document):
14506 * progmodes/sql.el (sql-copy-column):
14507 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14508 * textmodes/bibtex.el (bibtex-mode):
14509 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14510 (sgml-auto-attributes):
14511 * textmodes/table.el (table-insert, table-shorten-cell)
14512 (table--generate-source-scan-lines, table-delete-row)
14513 (*table--cell-delete-char, table--spacify-frame)
14514 (table--horizontally-shift-above-and-below)
14515 (table--cell-insert-char, table--cell-blank-str)
14516 (table--fill-region-strictly):
14517 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14518 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14519
14520 * add-log.el (change-log):
14521 * apropos.el (apropos):
14522 * comint.el (comint-completion, comint-source):
14523 * dabbrev.el (dabbrev):
14524 * delim-col.el (columns):
14525 * diff-mode.el (diff-mode):
14526 * ediff.el (ediff):
14527 * ediff-diff.el (ediff-diff):
14528 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14529 * ediff-mult.el (ediff-mult):
14530 * ediff-ptch.el (ediff-ptch):
14531 * ediff-wind.el (ediff-window):
14532 * facemenu.el (facemenu):
14533 * indent.el (indent):
14534 * info.el (info):
14535 * jka-cmpr-hook.el (compression, jka-compr):
14536 * lpr.el (lpr):
14537 * outline.el (outlines):
14538 * pcmpl-cvs.el (pcmpl-cvs):
14539 * pcmpl-rpm.el (pcmpl-rpm):
14540 * printing.el (printing):
14541 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14542 (ps-print-vertical, ps-print-headers, ps-print-font)
14543 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14544 (ps-print-background, ps-print-printer, ps-print-page)
14545 (ps-print-miscellany):
14546 * ses.el (ses):
14547 * shell.el (shell, shell-directories, shell-faces):
14548 * startup.el (initialization):
14549 * strokes.el (strokes):
14550 * term.el (term):
14551 * uniquify.el (uniquify):
14552 * w32-vars.el (w32):
14553 * calc/calc.el (calc):
14554 * emacs-lisp/bytecomp.el (bytecomp):
14555 * emacs-lisp/cl-indent.el (lisp-indent):
14556 * emacs-lisp/edebug.el (edebug):
14557 * emacs-lisp/elp.el (elp):
14558 * emacs-lisp/testcover.el (testcover):
14559 * emacs-lisp/trace.el (trace):
14560 * emulation/viper-ex.el (viper-ex):
14561 * emulation/viper-mous.el (viper-mouse):
14562 * mail/mailalias.el (mailalias):
14563 * mail/supercite.el (supercite, supercite-frames)
14564 (supercite-attr, supercite-cite, supercite-hooks):
14565 * net/rcompile.el (remote-compile):
14566 * net/rlogin.el (rlogin):
14567 * obsolete/ooutline.el (outlines):
14568 * progmodes/delphi.el (delphi):
14569 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14570 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14571 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14572 (ebnf-optimization):
14573 * progmodes/etags.el (etags):
14574 * progmodes/executable.el (executable):
14575 * progmodes/idlwave.el (idlwave):
14576 * progmodes/pascal.el (pascal):
14577 * progmodes/prolog.el (prolog):
14578 * progmodes/python.el (python):
14579 * progmodes/scheme.el (scheme):
14580 * progmodes/sh-script.el (sh, sh-script):
14581 * progmodes/sql.el (SQL):
14582 * progmodes/tcl.el (tcl):
14583 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14584 * textmodes/enriched.el (enriched):
14585 * textmodes/makeinfo.el (makeinfo):
14586 * textmodes/sgml-mode.el (sgml):
14587 * textmodes/table.el (table-hooks):
14588 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14589 * textmodes/texinfo.el (texinfo):
14590 * textmodes/two-column.el (two-column):
14591 Finish `defgroup' description with period.
14592
14593 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14594 * eshell/esh-var.el (eshell-var):
14595 * progmodes/vhdl-mode.el (vhdl-testbench):
14596 * textmodes/org.el (org): Fix typos in docstrings.
14597
14598 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14599 consistency.
14600
14601 * progmodes/flymake.el (flymake-find-file): Remove.
14602 (flymake-float-time): Use `with-no-warnings'.
14603 (flymake-check-start-time, flymake-check-was-interrupted)
14604 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14605 (flymake-new-err-info): `defvar' at compile time.
14606
14607 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14608
14609 * replace.el (occur-hook): Doc fix.
14610 (occur-1): Don't call `occur-hook' if there are no matches.
14611
14612 2005-07-03 Richard M. Stallman <rms@gnu.org>
14613
14614 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14615 global-map, save the same map.
14616 (global-map): Don't alter it at top level.
14617 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14618 Then alter it here instead.
14619 (tpu-edt-off): Set global-map to the saved one.
14620
14621 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14622 All references simplified.
14623 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14624 (zmacs-regions): Add defvar.
14625 (repeat-complex-command-map): Everything about that deleted.
14626
14627 * textmodes/artist.el (artist-key-is-drawing)
14628 (artist-key-endpoint1, artist-key-poly-point-list)
14629 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14630 (artist-key-compl-table, artist-rb-save-data)
14631 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14632 Don't put them in eval-when-compile.
14633 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14634
14635 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14636 Use with-no-warnings.
14637
14638 * net/browse-url.el (dos-windows-version): Add defvar.
14639
14640 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14641
14642 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14643 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14644 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14645 Add defvar.
14646 (rmail-summary-beginning-of-message): Use with-no-warnings.
14647 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14648
14649 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14650 Use with-no-warnings.
14651
14652 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14653 (c-mark-function): Add point-moving-unit property.
14654 (vi-goto-line): Use with-no-warnings.
14655
14656 * emulation/edt.el (edt-last-copied-word): Add defvar.
14657 (zmacs-region-stays): Likewise.
14658 (edt-mark-section-wisely): Use c-mark-function for C.
14659 Use makr-defun for Fortran.
14660 (time-string): defvar deleted.
14661 (edt-display-the-time): Don't set time-string.
14662
14663 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14664
14665 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14666 Don't warn when name is not constant
14667 or for defining the group `emacs'.
14668
14669 * tooltip.el (gud-tooltip-mode): Add defvar.
14670
14671 * startup.el (default-frame-background-mode): Add defvar.
14672
14673 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14674
14675 * info.el (tool-bar-map): Add defvar.
14676
14677 * dired.el (dnd-protocol-alist): Add defvar.
14678
14679 * dired-aux.el (dired-query): Display question with answer, when
14680 the user answers.
14681
14682 * custom.el (custom-add-option): Doc fix.
14683
14684 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14685
14686 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14687
14688 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14689 bogus name from the last change.
14690
14691 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14692
14693 * custom.el (custom-declare-variable): Fix typos in comment.
14694 (custom-known-themes): Doc fix.
14695 (custom-theme-directory): New defcustom.
14696 (require-theme): Make it check `custom-theme-directory'.
14697
14698 * cus-theme.el (custom-new-theme-mode): New function.
14699 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14700 (custom-theme-description): Add compiler defvars.
14701 (customize-create-theme): Add doc to the "*New Custom Theme*"
14702 buffer. Use `custom-new-theme-mode'.
14703 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14704 and save it to the `custom-theme-directory'. Make this the
14705 default directory of the buffer.
14706
14707 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14708
14709 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14710 Fix unbalanced parentheses.
14711
14712 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14715 into flymake-mode and delegate to flymake-mode.
14716
14717 * find-file.el (ff-which-function-are-we-in): Clean up.
14718
14719 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14720
14721 * replace.el (occur-rename-buffer): Fix docstring.
14722
14723 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14724 (edt-last-copied-word, edt-learn-macro-count)
14725 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14726 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14727 (time-string, zmacs-region-stays):
14728 * emulation/edt-mapper.el (edt-save-function-key-map)
14729 (EDT-key-name): `defvar' to silence the byte-compiler.
14730
14731 2005-07-02 Martin Rudalics <rudalics@gmx.at>
14732
14733 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14734 font-lock-regexp-backslash. Doc fix.
14735 (font-lock-regexp-backslash-grouping-construct): Rename from
14736 font-lock-regexp-backslash-construct. Doc fix.
14737 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14738 grouping constructs.
14739
14740 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14741
14742 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14743 updating all the prerequisites.
14744
14745 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14746
14747 * textmodes/org.el (org-agenda-start-on-weekday)
14748 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14749 (org-agenda-use-time-grid, org-archive-location)
14750 (org-allow-space-in-links, org-usenet-links-prefer-google)
14751 (org-enable-table-editor, org-export-default-language)
14752 (org-export-html-show-new-buffer, org-fill-paragraph)
14753 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14754 (org-goto-quit, org-occur, org-eval-in-calendar)
14755 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14756 (org-agenda-diary-entry, org-remember-help)
14757 (org-table-convert-region, org-at-table-p)
14758 (org-table-move-row-down, org-table-move-row-up)
14759 (org-table-copy-region, org-table-toggle-vline-visibility)
14760 (org-table-get-stored-formulas, org-table-get-specials)
14761 (org-recalc-commands, org-table-eval-formula)
14762 (org-table-formula-substitute-names, orgtbl-make-binding)
14763 (org-format-org-table-html, org-format-table-table-html)
14764 (org-format-table-table-html-using-table-generate-source)
14765 (org-customize): Fix typos in docstrings.
14766 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14767 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14768 (org-back-to-heading): Doc fixes.
14769 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14770 (org-agenda-change-all-lines, org-get-header):
14771 Improve argument/docstring consistency.
14772 (orgtbl-error): Fix error message.
14773
14774 * progmodes/flymake.el (flymake-find-possible-master-files)
14775 (flymake-master-file-compare, flymake-get-line-err-count)
14776 (flymake-highlight-line, flymake-gui-warnings-enabled):
14777 Fix typos in docstrings.
14778 (flymake-parse-line, flymake-get-project-include-dirs-function)
14779 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14780 Doc fixes.
14781 (flymake-get-project-include-dirs-function)
14782 (flymake-make-err-menu-data):
14783 Improve argument/docstring consistency.
14784
14785 2005-07-01 Lute Kamstra <lute@gnu.org>
14786
14787 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14788 Catch errors with ignore-errors. Use temporary buffer.
14789 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14790
14791 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14792 background color faces.
14793 (facemenu-set-foreground, facemenu-set-background):
14794 Use facemenu-set-face-from-menu.
14795 (facemenu-set-face-from-menu): Treat face names that start with
14796 "fg:" or "bg:" as special.
14797 (facemenu-add-new-color): Don't create faces. Simplify.
14798
14799 2005-06-30 Richard M. Stallman <rms@gnu.org>
14800
14801 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14802 (crm-find-current-element): Likewise.
14803
14804 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14805
14806 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14807
14808 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14811 (archive-mouse-extract): Make it an obsolete alias.
14812 (archive-mode-map): Don't use archive-mouse-extract any more.
14813 (archive-mode, archive-extract): write-contents-hooks ->
14814 write-contents-functions.
14815 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14816 first arg.
14817 (archive-rename-entry): Update the call.
14818 (archive-zip-summarize): Remove unused var `method'.
14819 (archive-lzh-summarize): Remove unused var `creator'.
14820
14821 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14822 dedicated frame upon exit.
14823
14824 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14825 (archive-zip-extract, archive-zip-expunge)
14826 (archive-zip-update, archive-zip-update-case): Use executable-find.
14827 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14828 Use restore-buffer-modified-p.
14829 (archive-extract, archive-add-new-member, archive-write-file-member):
14830 Use with-current-buffer.
14831 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14832
14833 2005-06-30 Andreas Schwab <schwab@suse.de>
14834
14835 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14836
14837 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14838
14839 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14840
14841 2005-06-30 Juri Linkov <juri@jurta.org>
14842
14843 * faces.el (vertical-border): Inherit from mode-line-inactive
14844 only on tty.
14845
14846 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14847
14848 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14849 example, -NLINES in the `occur' docstring).
14850
14851 * replace.el (occur-1): When no matches are found, do not set the
14852 `buffer-read-only' and modified flags for the occur buffer,
14853 because it is deleted.
14854
14855 * emulation/cua-base.el (cua-check-pending-input)
14856 (cua-repeat-replace-region, cua-mode, cua-debug)
14857 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14858 Fix typos in docstrings.
14859
14860 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14861 (cua-cut-region-to-global-mark)
14862 (cua--cut-rectangle-to-global-mark):
14863 Remove period from end of messages.
14864
14865 * emulation/cua-rect.el (cua-do-rectangle-padding):
14866 Remove period from end of messages.
14867 (cua--rectangle-seq-format): Fix typo in docstring.
14868 (cua-sequence-rectangle, cua-fill-char-rectangle):
14869 Improve argument/docstring consistency.
14870
14871 2005-06-29 Juri Linkov <juri@jurta.org>
14872
14873 * faces.el (default-frame-background-mode): New internal variable.
14874 (frame-set-background-mode): Use it.
14875
14876 * startup.el (normal-top-level): Set default-frame-background-mode
14877 instead of frame-background-mode. Before setting it, test for its
14878 nil value. Remove tests for frame-background-mode and frame
14879 parameter `reverse'. Add test for "unspecified-fg".
14880
14881 * term/xterm.el (xterm-rxvt-set-background-mode):
14882 * term/rxvt.el (rxvt-set-background-mode):
14883 Set default-frame-background-mode instead of frame-background-mode.
14884
14885 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14886
14887 * simple.el (set-variable): Warn about obsolete user variables.
14888
14889 * imenu.el (imenu--completion-buffer):
14890 * mouse.el (mouse-buffer-menu-alist):
14891 * msb.el (msb-invisible-buffer-p):
14892 * calendar/diary-lib.el (diary-header-line-format):
14893 * emacs-lisp/pp.el (pp-buffer):
14894 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14895 * textmodes/picture.el (picture-replace-match):
14896 Change space constants followed by a sexp to "?\s ".
14897
14898 * play/decipher.el (decipher-loop-with-breaks):
14899 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14900 constants "protected" from end of line by a comment to "?\s".
14901
14902 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * font-lock.el (save-buffer-state): Use `declare'.
14905
14906 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14907 reset the syntax-table to cperl-mode-syntax-table.
14908 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14909 "foo_print_bar" is not matched as a reserved keyword.
14910
14911 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14912
14913 * textmodes/org.el (orgtbl-setup): New function, for delayed
14914 setup for the orgtbl commands.
14915 (org-calc-default-modes): New option.
14916 (orgtbl-make-binding): Use `defun' to get better help display.
14917 (org-diary): Call `org-compile-prefix-format'.
14918 (org-table-formula-substitute-names): New function.
14919 (org-agenda-day-view, org-agenda-week-view): New commands.
14920 (org-agenda-toggle-week-view): Command removed.
14921 (org-tbl-menu): Split off from org-org-menu.
14922 (org-mode): Move removal of outline-mode menus to here.
14923 (org-table-formula-debug): New option.
14924 (org-table-insert-row): Keep first field if just "#" or "*".
14925 (org-mode): Paragraph regexps fixed.
14926 (org-table-recalculate-regexp): New constant.
14927 (org-table-justify-field-maybe): Avoid replace if not necessary.
14928 (org-copy-special, org-cut-special): Use `call-interactively'.
14929 (org-table-copy-region): Take region from `interactive' call.
14930 (org-trim): Return string even if no match.
14931 (org-formula): New face.
14932 (org-set-font-lock-defaults): No longer highlight "FIXME".
14933 But highlight formula-related fields in table.
14934 (org-table-p): Use regexp, not fontification.
14935 (org-table-align): Handle white space at end of line.
14936 (org-table-formula-evaluate-inline): New option.
14937 (org-mode): Auto-wrapping in comment lines turned off.
14938 (org-table-copy-down): Evaluate only in copied field, not in
14939 destination.
14940 (org-table-current-formula): Variable removed.
14941 (org-table-store-formulas, org-table-get-stored-formulas)
14942 (org-table-modify-formulas, org-table-replace-in-formulas)
14943 (org-table-maybe-eval-formula): New functions.
14944 (org-table-get-formula): Modify to use stored formulas.
14945 (org-table-insert-column, org-table-delete-column)
14946 (org-table-move-column): Call `org-table-modify-formulas'.
14947 (org-complete): Add completion for keyword formulas.
14948 (orgtbl-mode): Pull orgtbl-mode-map to start of
14949 minor-mode-map-alist.
14950
14951 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14952
14953 * progmodes/python.el (python-check): Require `compile' before
14954 modifying its variables.
14955
14956 * newcomment.el (comment-indent-default): Don't get fooled by an early
14957 end of buffer.
14958
14959 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14960
14961 * ps-print.el (ps-print-version): Fix version number.
14962
14963 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14964
14965 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14966
14967 2005-06-28 Richard M. Stallman <rms@gnu.org>
14968
14969 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14970 (flyspell-local-mouse-map): Declaration deleted.
14971 (flyspell-mouse-map): Bind only mouse-2.
14972 (flyspell-mode-map): Don't test flyspell-use-local-map.
14973 (flyspell-overlay-keymap-property-name): Var deleted.
14974 (flyspell-mode-on): Don't make local bindings for
14975 flyspell-mouse-map and flyspell-mode-map.
14976 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14977
14978 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14979
14980 * progmodes/compile.el (compilation-next-error-function):
14981 Don't switch buffers; operate on the current buffer.
14982
14983 * progmodes/compile.el (compilation-error-file-name)
14984 (compilation-warning-file-name, compilation-info-file-name)
14985 (compilation-line-number, compilation-column-number): New faces.
14986 (compilation-error-face, compilation-warning-face)
14987 (compilation-info-face, compilation-line-face)
14988 (compilation-column-face): Use them.
14989
14990 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14991
14992 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14993
14994 * bindings.el (global-map): Bind insertchar and its variants.
14995
14996 2005-06-27 Richard M. Stallman <rms@gnu.org>
14997
14998 * textmodes/artist.el (artist-text-overwrite)
14999 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15000
15001 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15002
15003 * ps-print.el: It was not working the page selection for printing.
15004 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15005 (ps-print-version): New version 6.6.7.
15006 (ps-end-sheet): New fun.
15007 (ps-header-sheet, ps-end-job): Call it.
15008
15009 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
15010
15011 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15012
15013 2005-06-27 Lute Kamstra <lute@gnu.org>
15014
15015 * facemenu.el (facemenu-unlisted-faces): Add foreground and
15016 background color faces.
15017 (facemenu-get-face): Delete function.
15018 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15019 (facemenu-add-new-color): Make second argument mandatory.
15020 Create the appropriate face and return it. Simplify.
15021 (facemenu-set-foreground, facemenu-set-background): Don't check if
15022 color is defined. Use return value of facemenu-add-new-color.
15023
15024 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
15025
15026 * progmodes/gud.el (gud-filter): Add missing argument to
15027 with-selected-window.
15028
15029 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15032 a :require to the defcustom.
15033
15034 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15035 defcustoms corresponding to minor modes.
15036
15037 2005-06-26 David Ponce <david@dponce.com>
15038
15039 * recentf.el: Require tree-widget instead of wid-edit.
15040 (recentf-filename-handler): Fix widget :type.
15041 (recentf-cancel-dialog, recentf-open-more-files)
15042 (recentf-open-files-action): Doc fix.
15043 (recentf-dialog-goto-first): New function.
15044 (recentf-dialog-mode-map): Set parent keymap first.
15045 (recentf-dialog-mode): Define with define-derived-mode.
15046 Don't display continuation lines in dialogs.
15047 (recentf-edit-list): Rename from recentf-edit-selected-items.
15048 (recentf-edit-list-select): Rename from recentf-edit-list-action.
15049 Simplify.
15050 (recentf-edit-list-validate): New function.
15051 (recentf-edit-list): Update accordingly.
15052 (recentf-open-files-item-shift): Remove.
15053 (recentf-open-files-item): Convert menu elements into tree and
15054 link widgets. Don't create the widgets.
15055 (recentf-open-files): Update accordingly.
15056 (recentf-save-list): Untabify.
15057
15058 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
15059
15060 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15061 (keep-lines): Add INTERACTIVE arg. Never delete lines only
15062 partially contained in the active region. Do not take active
15063 region into account when called from Lisp, unless INTERACTIVE arg
15064 is non-nil. Use `forward-line' instead of `beginning-of-line' to
15065 avoid trouble with fields. Make marker point nowhere when no
15066 longer used. Always return nil. Doc fix.
15067 (flush-lines): Add INTERACTIVE arg. Do not take active region
15068 into account when called from Lisp, unless INTERACTIVE arg is
15069 non-nil. Use `forward-line' instead of `beginning-of-line' to
15070 avoid trouble with fields. Make marker point nowhere when no
15071 longer used. Always return nil. Doc fix.
15072 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
15073 interchangeable. Do not take active region into account when
15074 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
15075 message in echo area when called from Lisp, unless INTERACTIVE arg
15076 is non-nil. Avoid saying "1 occurrences". Do not use markers.
15077 Return the number of matches. Doc fix.
15078 (occur): Doc fix.
15079 (perform-replace): Make comment follow double space convention for
15080 the sake of `outline-minor-mode'.
15081
15082 * faces.el (facep): Doc fix.
15083
15084 2005-06-25 Richard M. Stallman <rms@gnu.org>
15085
15086 * facemenu.el (facemenu-enable-faces-p): New function.
15087 (facemenu-background-menu, facemenu-foreground-menu)
15088 (facemenu-face-menu): Add menu-enable property.
15089
15090 * jka-compr.el (jka-compr-insert-file-contents):
15091 Special handling if cannot find the uncompression program.
15092
15093 * cus-face.el (custom-face-attributes): Add autoload.
15094
15095 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15096 Bind comment-indent-function locally.
15097
15098 * window.el (save-selected-window): Use save-current-buffer.
15099
15100 * subr.el (with-selected-window): Use save-current-buffer.
15101
15102 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15103 and with-current-buffer.
15104
15105 2005-06-24 Richard M. Stallman <rms@gnu.org>
15106
15107 * simple.el (line-move-1): Fix previous change.
15108
15109 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15110
15111 * replace.el (occur-1): Set `buffer-read-only' and the
15112 buffer-modified flag before running `occur-hook' to protect
15113 against unintentional buffer switches that can lead to data loss.
15114
15115 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
15116
15117 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15118 (gud-gdb-marker-filter): Use font-lock-warning-face for any
15119 initial error.
15120
15121 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15122 after fresh input.
15123 (gdb-var-create-handler): Put name of expression in quotes.
15124
15125 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
15126
15127 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15128 elements of RING in order, and without bogus nil elements.
15129
15130 2005-06-23 Richard M. Stallman <rms@gnu.org>
15131
15132 * simple.el (set-variable): Args renamed; doc fix.
15133 (line-move-1): When there are overlays around, use vertical-motion.
15134
15135 * faces.el (escape-glyph): Use brown against light background.
15136 (nobreak-space): Rename from no-break-space.
15137 Fix previous change.
15138
15139 * dired-aux.el (dired-do-copy): Fix arg prompt.
15140
15141 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15142
15143 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15144
15145 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15146 rather than "Distributor".
15147
15148 2005-06-23 Lute Kamstra <lute@gnu.org>
15149
15150 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15151 (debug-on-entry): Use it. New interactive declaration that uses
15152 function-called-at-point.
15153
15154 2005-06-23 Kim F. Storm <storm@cua.dk>
15155
15156 * subr.el (save-match-data): Add comment about using evaporate arg
15157 to set-match-data.
15158
15159 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
15160
15161 * cus-edit.el (customize-face)
15162 (customize-face-other-window): Handle face aliases.
15163
15164 * faces.el (face-documentation, set-face-attribute)
15165 (face-spec-set): Handle face aliases.
15166
15167 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
15168
15169 * help-mode.el (help-make-xrefs): If a symbol representing a face
15170 name is not followed by the word "face", it could still be a
15171 function or variable name, so don't bypass other checks.
15172
15173 2005-06-22 Juri Linkov <juri@jurta.org>
15174
15175 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15176 Replace aliased functions with calls where second arg `inherit' is t.
15177
15178 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15179
15180 * progmodes/gdb-ui.el (gdb-error): New variable.
15181 (gdb-error): New function.
15182 (gdb-annotation-rules): Act on error-begin and error annotations.
15183 (gdb-concat-output): Use font-lock-warning-face for errors.
15184
15185 2005-06-22 Miles Bader <miles@gnu.org>
15186
15187 * bindings.el (propertized-buffer-identification): Use renamed
15188 `Buffer-menu-buffer' face.
15189
15190 * faces.el (vertical-border): Rename from `vertical-divider'.
15191 (escape-glyph): Change dark-background color back to `cyan'.
15192
15193 2005-06-21 Juri Linkov <juri@jurta.org>
15194
15195 * faces.el (face-user-default-spec): Try getting `customized-face'
15196 prior to `saved-face'.
15197 (frame-background-mode): Refill docstring.
15198
15199 * emacs-lisp/lisp-mode.el (eval-defun-1):
15200 * emacs-lisp/edebug.el (edebug-eval-defun):
15201 Set `saved-face' temporarily to nil before calling form.
15202 Set `customized-face' to the new spec after that.
15203
15204 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15205
15206 * subr.el (1value, lambda, key-substitution-in-progress):
15207 Doc fixes.
15208
15209 * autoinsert.el (auto-insert-alist):
15210 * ses.el (ses-call-printer):
15211 * subr.el (noreturn):
15212 * emacs-lisp/lisp.el (check-parens):
15213 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15214 * net/browse-url.el (browse-url-mosaic):
15215 * progmodes/cc-defs.el (c-safe-scan-lists):
15216 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15217 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15218 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15219 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15220 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15221 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15222
15223 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15224
15225 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15226
15227 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15228
15229 * calendar/appt.el (appt-make-list): Activate the package, if
15230 not already active (for backwards compatibility).
15231
15232 2005-06-20 Kim F. Storm <storm@cua.dk>
15233
15234 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15235
15236 2005-06-20 Miles Bader <miles@gnu.org>
15237
15238 * faces.el (vertical-divider): New face.
15239
15240 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15241
15242 * simple.el (kill-whole-line): Doc fix.
15243 (next-error-buffer-p, next-error-find-buffer)
15244 (clone-indirect-buffer): Fix typos in docstrings.
15245 (comment-line-break-function): Doc fix: don't say variable
15246 is automatically buffer-local (it isn't).
15247
15248 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15249
15250 * net/tramp-ftp.el (top):
15251 * net/tramp-smb.el (top):
15252 * net/tramp-util.el (top):
15253 * net/tramp-uu.el (top):
15254 * net/tramp-vc.el (top):
15255 * net/tramp.el (top): Revert copyright years back to original
15256 ones. Tramp has a life outside GNU Emacs.
15257
15258 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15259
15260 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15261
15262 2005-06-18 Juri Linkov <juri@jurta.org>
15263
15264 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15265 end of first regexp to limit the match to the position between
15266 line number and source line with same separator character as used
15267 between file name and line number. In the second regexp limit
15268 mouse-face area to file name and line number by adding new group
15269 for them and referring it in HYPERLINK arg.
15270 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15271 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15272 previous line where grep markers may be already removed.
15273
15274 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15275
15276 * progmodes/ps-mode.el: Update version and maintainer's email address.
15277
15278 2005-06-18 Steve Youngs <steve@xemacs.org>
15279
15280 * net/browse-url.el (browse-url-browser-function)
15281 (browse-url-default-browser): Add firefox.
15282 (browse-url-firefox-program, browse-url-firefox-arguments)
15283 (browse-url-firefox-startup-arguments)
15284 (browse-url-firefox-new-window-is-tab): New defcustoms.
15285 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15286
15287 2005-06-17 Richard M. Stallman <rms@gnu.org>
15288
15289 * startup.el (command-line): Warn if specified user name has
15290 no home directory.
15291
15292 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15293 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15294
15295 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15296 Doc fixes.
15297
15298 * faces.el (underline): Try bold if terminal doesn't support underline.
15299
15300 * mail/sendmail.el (mail-setup-with-from): New variable.
15301 (mail-insert-from-field): New function.
15302 (sendmail-send-it): Call it.
15303 (mail-setup): Optionally call it here.
15304
15305 * term/linux.el: Call tty-no-underline.
15306
15307 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15308
15309 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15310
15311 2005-06-17 Miles Bader <miles@gnu.org>
15312
15313 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15314 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15315 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15316 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15317 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15318 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15319 Remove "-face" suffix from face names.
15320 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15321 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15322 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15323 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15324 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15325 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15326 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15327 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15328 New backward-compatibility aliases for renamed faces.
15329 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15330 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15331 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15332 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15333 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15334 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15335 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15336 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15337 Use renamed ediff faces.
15338
15339 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15340 Remove "-face" suffix from face names.
15341 (eshell-test-ok-face, eshell-test-failed-face):
15342 New backward-compatibility aliases for renamed faces.
15343 (eshell-run-test): Use renamed eshell-test faces.
15344
15345 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15346 face name.
15347 (eshell-prompt-face): New backward-compatibility alias for renamed
15348 face.
15349 (eshell-emit-prompt): Use renamed eshell-prompt face.
15350
15351 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15352 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15353 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15354 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15355 Remove "-face" suffix from face names.
15356 (eshell-ls-directory-face, eshell-ls-symlink-face)
15357 (eshell-ls-executable-face, eshell-ls-readonly-face)
15358 (eshell-ls-unreadable-face, eshell-ls-special-face)
15359 (eshell-ls-missing-face, eshell-ls-archive-face)
15360 (eshell-ls-backup-face, eshell-ls-product-face)
15361 (eshell-ls-clutter-face):
15362 New backward-compatibility aliases for renamed faces.
15363 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15364
15365 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15366 Remove "-face" suffix from face name.
15367 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15368 instead of literal face.
15369
15370 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15371
15372 * emacs-lisp/warnings.el (display-warning, lwarn)
15373 (warning-minimum-log-level): Doc fixes.
15374 (warning-minimum-level, warning-minimum-log-level):
15375 Add :debug to :type choices.
15376
15377 * progmodes/ada-mode.el (ada-format-paramlist)
15378 (ada-get-indent-case, ada-check-matching-start)
15379 (ada-check-defun-name, ada-goto-matching-decl-start)
15380 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15381 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15382 (ada-make-subprogram-body): Follow error conventions.
15383 (ada-case-exception-file, ada-indent-comment-as-code)
15384 (ada-indent-handle-comment-special, ada-indent-renames)
15385 (ada-indent-return, ada-search-directories-internal)
15386 (ada-tab-policy, ada-case-exception-substring)
15387 (ada-other-file-alist, ada-matching-start-re)
15388 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15389 (ada-imenu-generic-expression, ada-compile-goto-error)
15390 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15391 (ada-popup-menu, ada-add-extensions, ada-mode)
15392 (ada-region-selected, ada-create-case-exception)
15393 (ada-create-case-exception-substring, ada-after-keyword-p)
15394 (ada-activate-keys-for-case, ada-adjust-case-region)
15395 (ada-adjust-case-buffer, ada-format-paramlist)
15396 (ada-scan-paramlist, ada-insert-paramlist)
15397 (ada-indent-newline-indent)
15398 (ada-indent-newline-indent-conditional)
15399 (ada-justified-indent-current, ada-goto-previous-word)
15400 (ada-indent-current, ada-get-indent-open-paren)
15401 (ada-get-indent-paramlist, ada-get-indent-end)
15402 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15403 (ada-get-indent-block-start, ada-get-indent-subprog)
15404 (ada-get-indent-noindent, ada-get-indent-label)
15405 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15406 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15407 (ada-goto-stmt-end, ada-goto-next-word)
15408 (ada-check-matching-start, ada-check-defun-name)
15409 (ada-goto-matching-decl-start, ada-goto-matching-start)
15410 (ada-goto-matching-end, ada-search-ignore-string-comment)
15411 (ada-in-decl-p, ada-looking-at-semi-or)
15412 (ada-looking-at-semi-private, ada-in-paramlist-p)
15413 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15414 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15415 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15416 (ada-previous-package, ada-create-menu)
15417 (ada-fill-comment-paragraph-justify)
15418 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15419 (ada-other-file-name, ada-last-which-function-line)
15420 (ada-last-which-function-subprog, ada-which-function)
15421 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15422 (ada-gen-treat-proc, ada-check-emacs-version)
15423 (ada-continuation-indent, ada-align-region-separate):
15424 Fix typos in docstrings.
15425 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15426
15427 2005-06-16 Lute Kamstra <lute@gnu.org>
15428
15429 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15430 conditionally.
15431
15432 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15433
15434 * comint.el (comint-replace-by-expanded-filename)
15435 (comint-prompt-regexp, comint-delimiter-argument-list)
15436 (comint-preinput-scroll-to-bottom):
15437 * info.el (Info-hide-cookies-node):
15438 * ls-lisp.el (ls-lisp-classify):
15439 * find-file.el (ff-search-directories, ff-special-constructs)
15440 (ff-find-other-file):
15441 * font-lock.el (font-lock-keywords):
15442 * shell.el (shell-prompt-pattern)
15443 (shell-dynamic-complete-functions, shell-mode)
15444 (shell-delimiter-argument-list):
15445 * term.el (term-replace-by-expanded-filename)
15446 (term-prompt-regexp, term-delimiter-argument-list):
15447 * woman.el (woman-ignore, woman0-if):
15448 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15449 * emacs-lisp/elint.el (elint-init-env):
15450 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15451 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15452 * language/ethio-util.el (ethio-tilde-escape)
15453 (ethio-use-three-dot-question):
15454 * net/zone-mode.el (zone-mode-load-time-setup):
15455 * progmodes/cc-align.el (c-lineup-argcont):
15456 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15457 * progmodes/cperl-mode.el (cperl-set-style-back):
15458 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15459 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15460 Fix spellings in docstrings.
15461
15462 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15463 * progmodes/modula2.el (m2-for): Fix spellings.
15464
15465 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15466
15467 * simple.el (undo-more): Don't use `format' on `error' arguments.
15468 Improve argument/docstring consistency.
15469 (pending-undo-list): Doc fix.
15470
15471 * smerge-mode.el (smerge-ensure-match):
15472 * emulation/vip.el (vip-ex):
15473 * net/zone-mode.el (zone-mode-update-serial):
15474 * progmodes/idlwave.el (idlwave-complete):
15475 * progmodes/vhdl-mode.el (vhdl-visit-file)
15476 (vhdl-compose-wire-components):
15477 Don't use `format' on `error' arguments.
15478
15479 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15480 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15481 (tooltip-help-tips): Fix typos in docstrings.
15482
15483 2005-06-16 David Ponce <david@dponce.com>
15484
15485 * tree-widget.el (tree-widget-value-create): Simplify last change.
15486
15487 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15488
15489 * ido.el (ido-incomplete-regexp): New variable.
15490 (ido-set-matches-1): Handle invalid-regexp error and set
15491 ido-incomplete-regexp.
15492 (ido-incomplete-regexp): New face.
15493 (ido-completions): Use it.
15494 (ido-complete, ido-exit-minibuffer, ido-completions):
15495 Handle incomplete regexps.
15496 (ido-completions): Add check for complete match when entering a regexp.
15497
15498 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15499
15500 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15501
15502 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15503
15504 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15505 by field delimiters.
15506
15507 2005-06-15 David Ponce <david@dponce.com>
15508
15509 * tree-widget.el: eval-and-compile inlined functions so they will
15510 be available at run-time too.
15511 (tree-widget-super-format-handler)
15512 (tree-widget-format-handler): Remove.
15513 (tree-widget-value-create): Handle the :indent property.
15514
15515 2005-06-15 Miles Bader <miles@gnu.org>
15516
15517 * progmodes/which-func.el (which-func): Only inherit
15518 `font-lock-function-name-face' when that makes sense against the
15519 default mode-line face, otherwise set the face color explicitly.
15520
15521 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15522 faces instead of (non-existent) variables.
15523
15524 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15527 (iswitchb-get-matched-buffers): Likewise. Simplify.
15528
15529 2005-06-14 Miles Bader <miles@gnu.org>
15530
15531 * progmodes/ld-script.el (ld-script-location-counter):
15532 Remove "-face" suffix from face name.
15533 (ld-script-location-counter-face):
15534 New backward-compatibility alias for renamed face.
15535 (ld-script-location-counter-face): Use renamed face.
15536
15537 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15538 (cperl-hash): Remove "-face" suffix from face names.
15539 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15540 New backward-compatibility aliases for renamed faces.
15541 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15542 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15543
15544 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15545 name.
15546 (which-func-face): New backward-compatibility alias for renamed face.
15547 (which-func-format): Use renamed which-func face.
15548
15549 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15550 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15551 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15552 names.
15553 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15554 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15555 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15556 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15557 (vhdl-speedbar-architecture-selected)
15558 (vhdl-speedbar-configuration-selected)
15559 (vhdl-speedbar-package-selected)
15560 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15561 names.
15562 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15563 Use renamed faces.
15564 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15565 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15566 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15567 Use renamed faces.
15568 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15569 names.
15570 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15571 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15572 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15573 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15574 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15575 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15576
15577 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15578 face name.
15579 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15580 (sh-heredoc-face): Use renamed sh-heredoc face.
15581
15582 * progmodes/idlw-help.el (idlwave-help-link):
15583 Remove "-face" suffix from face name.
15584 (idlwave-help-link-face):
15585 New backward-compatibility alias for renamed face.
15586 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15587
15588 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15589 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15590 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15591 New backward-compatibility aliases for renamed faces.
15592 (idlwave-shell-disabled-breakpoint-face)
15593 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15594
15595 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15596 Remove "-face" suffix from face names.
15597 (flymake-errline-face, flymake-warnline-face):
15598 New backward-compatibility aliases for renamed faces.
15599 (flymake-highlight-line): Use renamed flymake faces.
15600
15601 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15602 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15603 (ebrowse-member-class, ebrowse-progress):
15604 Remove "-face" suffix from face names.
15605 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15606 (ebrowse-file-name-face, ebrowse-default-face)
15607 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15608 (ebrowse-progress-face):
15609 New backward-compatibility aliases for renamed faces.
15610 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15611 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15612 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15613 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15614
15615 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15616 antlr-syntax)
15617 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15618 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15619 names.
15620 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15621 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15622 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15623 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15624 backward-compatibility aliases for renamed faces.
15625 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15626 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15627 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15628 remove "font-lock-". Use renamed antlr-mode faces.
15629 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15630 literal face-names with face variable references.
15631
15632 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15633 face name.
15634 (Buffer-menu-buffer-face): New backward-compatibility alias for
15635 renamed face.
15636 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15637
15638 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15639
15640 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15641 Eliminate "-face" suffix.
15642 (makefile-targets): Inherit from font-lock-function-name-face and
15643 eliminate "-face" suffix.
15644 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15645 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15646 actions, instead of prepending, to make it less visible.
15647 (makefile-previous-dependency, makefile-match-dependency):
15648 Don't match a target on a continuation line.
15649
15650 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15651
15652 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15653
15654 * progmodes/gdb-ui.el (menu): Re-order menu items.
15655 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15656
15657 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15658 Define in tooltip.el.
15659 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15660 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15661 gud-tooltip-echo-area.
15662
15663 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15664 backward compatibility and make obsolete.
15665 (tooltip-help-tips): Use tooltip-use-echo-area.
15666 (tooltip-show-help-function): Rename to...
15667 (tooltip-show-help): ...this, because it is a function.
15668 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15669
15670 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15671
15672 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15673 (edebug-print-length, edebug-print-level, edebug-print-circle)
15674 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15675 (edebug-eval-print-last-sexp): Doc fixes.
15676
15677 2005-06-14 Kim F. Storm <storm@cua.dk>
15678
15679 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15680 as the coverage buffer/file/both may change.
15681
15682 2005-06-14 Lute Kamstra <lute@gnu.org>
15683
15684 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15685 and run-mode-hooks. Simplify.
15686
15687 * mail/rmailedit.el (rmail-edit-mode):
15688 * progmodes/octave-inf.el (inferior-octave-mode):
15689 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15690
15691 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15692 and run-mode-hooks.
15693 (recentf-edit-list, recentf-open-files): Don't call
15694 kill-all-local-variables directly.
15695
15696 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15697
15698 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15699
15700 * emacs-lisp/byte-run.el (make-obsolete)
15701 (define-obsolete-function-alias): Rename arguments FUNCTION and
15702 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15703 (make-obsolete-variable, define-obsolete-variable-alias):
15704 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15705 respectively.
15706
15707 * isearchb.el (isearchb-activate):
15708 * pcvs.el (cvs-mode):
15709 * ses.el (ses-load):
15710 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15711 * net/tramp.el (tramp-find-file-exists-command)
15712 (tramp-find-shell):
15713 * progmodes/ada-mode.el (ada-create-case-exception)
15714 (ada-create-case-exception-substring, ada-make-subprogram-body):
15715 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15716 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15717 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15718 * textmodes/org.el (org-promote, org-evaluate-time-range)
15719 (org-agenda-next-date-line, org-agenda-previous-date-line)
15720 (org-agenda-error, org-open-at-point, org-table-move-row)
15721 (org-format-table-table-html-using-table-generate-source)
15722 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15723 * textmodes/reftex.el (reftex-access-scan-info):
15724 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15725 (reftex-toc-promote-prepare): Follow error conventions.
15726
15727 * diff-mode.el (diff-mode): Fix typo in docstring.
15728
15729 * forms.el (forms--intuit-from-file): Fix reference to
15730 `forms-number-of-fields' in error message.
15731 (forms-print): Fix quoting in error message.
15732
15733 * forms.el (forms-mode):
15734 * emulation/vi.el (vi-goto-insert-state):
15735 * progmodes/flymake.el (flymake-new-err-info)
15736 (flymake-start-syntax-check-for-current-buffer)
15737 (flymake-simple-cleanup):
15738 * eshell/esh-var.el (eshell/export):
15739 * progmodes/gud.el (xdb):
15740 * textmodes/flyspell.el (flyspell-incorrect-hook)
15741 (flyspell-maybe-correct-transposition)
15742 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15743
15744 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15745
15746 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15747 minibuffer prompt.
15748
15749 2005-06-13 Kim F. Storm <storm@cua.dk>
15750
15751 * subr.el (add-to-ordered-list): New defun.
15752
15753 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15754 add cua--keymap-alist to emulation-mode-map-alists.
15755
15756 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * subr.el (complete-in-turn): New macro.
15759 (dynamic-completion-table, lazy-completion-table): Add debug info.
15760
15761 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15762 in preference to face aliases.
15763
15764 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15765 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15766 Remove unused vars `start' and `firstline'.
15767 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15768 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15769
15770 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15771
15772 * cus-start.el (all): Don't complain about missing GTK-related
15773 variables, unless either `gtk' is boundp or this isn't a
15774 `windows-nt' build.
15775
15776 2005-06-13 Lute Kamstra <lute@gnu.org>
15777
15778 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15779 run-mode-hooks.
15780
15781 * ediff-mult.el (ediff-meta-mode):
15782 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15783
15784 * ledit.el (ledit-mode): Use delay-mode-hooks.
15785
15786 * woman.el (woman-mode-line-format): Delete constant.
15787 (woman-mode-map): Initialize it properly.
15788 (woman-mode): Set mode-class property to special.
15789 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15790 Set major-mode and mode-name. Don't set mode-line-format directly.
15791 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15792
15793 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15794 string argument obsolete.
15795
15796 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15797
15798 * textmodes/org.el (org-CUA-compatible): New option.
15799 (org-disputed-keys): New variable.
15800 (org-key): New function.
15801 (orgtbl-make-binding): Add docstring to the created function.
15802 (org-mode): Set paragraph start/separate regexps.
15803 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15804 (org-archive-location, org-archive-mark-done)
15805 (org-archive-stamp-time): New options.
15806 (org-archive-subtree): New command.
15807 (org-fill-paragraph): New function.
15808 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15809 (org-fake-empty-table-line): Function removed.
15810 (org-format-org-table-html): Do not create empty table lines at
15811 separator lines. Improved table header treatment.
15812 (org-link-format): New option.
15813 (org-make-link): New function.
15814 (org-insert-link, org-store-link): Use org-make-link.
15815 (org-open-file): Quote file name for shell command, to allow
15816 spaces in file names.
15817 (org-link-regexp): Fix bug with mailto link.
15818 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15819 New constants.
15820 (org-export-as-html): Deal with the optional angles around a link.
15821 Better treatment of file: links.
15822 (org-open-at-point): Replace @{ and @} with < and >.
15823 (org-run-mode-hooks): Function removed.
15824 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15825
15826 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15827
15828 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15829 MI command -data-list-register-values.
15830 (gdb-post-prompt): Indent properly.
15831
15832 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15833
15834 * hilit-chg.el (highlight-changes-colors): Rename from
15835 `highlight-changes-colours'.
15836 (highlight-changes-colours): Keep as obsolete alias.
15837 (highlight-changes-face-list): Doc fix.
15838 (hilit-chg-make-list): Use `highlight-changes-colors'.
15839
15840 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15841
15842 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15843 defun-prompt-regexp.
15844
15845 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15846
15847 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15848 and cygwin.
15849
15850 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15851 Don't use an old loaddefs.el, as in Makefile.in.
15852
15853 2005-06-12 Lute Kamstra <lute@gnu.org>
15854
15855 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15856
15857 * man.el (Man-mode-map): Initialize it properly.
15858 (Man-mode): Set mode-class property to special.
15859
15860 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15861
15862 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15863
15864 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15865 A newline is needed in the docstring there.
15866
15867 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15868 Doc fixes.
15869
15870 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15871
15872 * printing.el: Doc fix. The menubar is no more changed when printing
15873 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15874 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15875 (pr-version): New version number (6.8.4).
15876 (pr-menu-bind): New command.
15877 (pr-update-menus): Docstring and code fix.
15878 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15879 Docstring fix.
15880 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15881 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15882
15883 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15884
15885 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15886 "Returns" to "return", document useful return values, etc.
15887
15888 2005-06-11 Alan Mackenzie <acm@muc.de>
15889
15890 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15891 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15892 (adaptive-file-function): Minor amendment to doc-string.
15893
15894 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15895
15896 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15897 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15898 Fix :type--it is `integer', not `string'.
15899
15900 * faces.el (modeline-highlight): Rename from (the erroneous)
15901 `modeline-higilight'.
15902
15903 2005-06-11 Lute Kamstra <lute@gnu.org>
15904
15905 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15906 lisp-interaction-mode-map but make it the parent.
15907 (edebug-eval-mode): Use define-derived-mode.
15908
15909 2005-06-11 Andreas Schwab <schwab@suse.de>
15910
15911 * bindings.el: Add binding of `ESC functionkey' for every
15912 `M-functionkey'.
15913 * hexl.el (hexl-mode-map): Likewise.
15914
15915 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15916
15917 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15918 [msft]: update regexp for newer msft compilers.
15919
15920 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15921
15922 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15923 ATTLIST portions of included DTDs.
15924 (xml-parse-dtd): Eliminate use of inefficient match-data.
15925
15926 2005-06-10 Miles Bader <miles@gnu.org>
15927
15928 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15929 (mpuz-text): Remove "-face" suffix from face names.
15930 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15931 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15932 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15933
15934 * play/gomoku.el (gomoku-O, gomoku-X):
15935 Remove "-face" suffix from face names.
15936 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15937 New backward-compatibility aliases for renamed faces.
15938 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15939
15940 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * thumbs.el: Fixes for changes of 2005-06-09.
15943 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15944 as a directory.
15945 (thumbs-thumbname): Remove directory separator from format string;
15946 `thumbs-thumbsdir' now returns a valid directory name.
15947 (thumbs-temp-dir): New defsubst.
15948 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15949 Use it.
15950
15951 * cus-edit.el (minibuffer):
15952 * files.el (make-backup-file-name-function):
15953 * filesets.el (filesets-external-viewers):
15954 * hilit-chg.el (highlight-changes-colours)
15955 (highlight-changes-face-list, highlight-changes-rotate-faces):
15956 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15957 * kmacro.el (kmacro-call-macro):
15958 * log-edit.el (log-edit-changelog-full-paragraphs):
15959 * mouse.el (mouse-1-click-follows-link):
15960 * skeleton.el (skeleton-autowrap):
15961 * subr.el (insert-for-yank-1):
15962 * tempo.el (tempo-insert-region):
15963 * terminal.el (terminal-emulator):
15964 * time.el (display-time-mail-face):
15965 * vc.el (vc-annotate):
15966 * vcursor.el (vcursor-copy-line):
15967 * woman.el (woman-bold-headings, woman-ignore)
15968 (woman-default-faces, woman-monochrome-faces):
15969 * calendar/todo-mode.el (todo-insert-threshold):
15970 * emulation/pc-select.el (pc-select-selection-keys-only)
15971 (pc-selection-mode):
15972 * emulation/vip.el (vip-find-char-forward):
15973 * emulation/viper-cmd.el (viper-find-char-forward):
15974 * international/mule-cmds.el
15975 (select-safe-coding-system-accept-default-p)
15976 (input-method-exit-on-invalid-key):
15977 * international/mule-diag.el (describe-coding-system):
15978 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15979 * net/browse-url.el (browse-url-xterm-program):
15980 * obsolete/lazy-lock.el (lazy-lock-mode):
15981 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15982 (cperl-mode):
15983 * progmodes/cpp.el (cpp-face-light-name-list)
15984 (cpp-face-dark-name-list):
15985 * progmodes/delphi.el (delphi-newline-always-indents):
15986 Fix spellings in docstrings.
15987
15988 * ido.el (ido-mode, ido-file-extensions-order)
15989 (ido-default-file-method, ido-default-buffer-method)
15990 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15991 (ido-decorations, ido-read-file-name-as-directory-commands)
15992 (ido-read-file-name-non-ido, ido-work-directory-list)
15993 (ido-ignore-item-temp-list, ido-current-directory)
15994 (ido-magic-forward-char, ido-enter-find-file)
15995 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15996 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15997
15998 2005-06-10 Lute Kamstra <lute@gnu.org>
15999
16000 * play/dunnet.el (dun-mode): Use define-derived-mode.
16001 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
16002 obsolete alias.
16003
16004 * play/doctor.el (doctor-mode-map): Remove defvar.
16005 (doctor-mode): Use define-derived-mode.
16006
16007 * mail/mspools.el (mspools-mode):
16008 * net/eudc-hotlist.el (eudc-hotlist-mode):
16009 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16010
16011 2005-06-10 Miles Bader <miles@gnu.org>
16012
16013 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16014 Remove "-face" suffix from face names.
16015 (flyspell-incorrect-face, flyspell-duplicate-face):
16016 New backward-compatibility aliases for renamed faces.
16017 (flyspell-mode-on, make-flyspell-overlay)
16018 (flyspell-highlight-incorrect-region)
16019 (flyspell-highlight-duplicate-region)
16020 (flyspell-display-next-corrections)
16021 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16022
16023 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16024 from face name.
16025 (texinfo-heading-face): New backward-compatibility alias for
16026 renamed face.
16027 (texinfo-heading-face): Use renamed texinfo-heading face.
16028
16029 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16030 suffix from face names.
16031 (tex-math-face, tex-verbatim-face):
16032 New backward-compatibility aliases for renamed faces.
16033 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16034 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16035 literal face name.
16036
16037 * textmodes/table.el (table-cell): Remove "-face" suffix from face
16038 name.
16039 (table-cell-face): New backward-compatibility alias for renamed face.
16040 (table--put-cell-face-property, table--update-cell-face):
16041 Use renamed table-cell face.
16042
16043 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16044 from face name.
16045 (sgml-namespace-face): New backward-compatibility alias for
16046 renamed face.
16047 (sgml-namespace-face): Use renamed sgml-namespace face.
16048
16049 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16050 (org-level-4, org-level-5, org-level-6, org-level-7)
16051 (org-level-8, org-warning, org-headline-done)
16052 (org-deadline-announce, org-scheduled-today)
16053 (org-scheduled-previously, org-link, org-done, org-table)
16054 (org-time-grid): Remove "-face" suffix from face names.
16055 (org-level-1-face, org-level-2-face, org-level-3-face)
16056 (org-level-4-face, org-level-5-face, org-level-6-face)
16057 (org-level-7-face, org-level-8-face, org-warning-face)
16058 (org-headline-done-face, org-deadline-announce-face)
16059 (org-scheduled-today-face, org-scheduled-previously-face)
16060 (org-link-face, org-done-face, org-table-face)
16061 (org-time-grid-face):
16062 New backward-compatibility aliases for renamed faces.
16063 (org-level-faces, org-set-font-lock-defaults, org-timeline)
16064 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16065 (org-agenda-get-timestamps, org-agenda-get-scheduled)
16066 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16067
16068 * emulation/viper-init.el (viper-search, viper-replace-overlay)
16069 (viper-minibuffer-emacs, viper-minibuffer-insert)
16070 (viper-minibuffer-vi): Remove "-face" suffix from face names.
16071 (viper-search-face, viper-replace-overlay-face)
16072 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16073 (viper-minibuffer-vi-face):
16074 New backward-compatibility aliases for renamed faces.
16075 (viper-search-face, viper-replace-overlay-face)
16076 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16077 (viper-minibuffer-vi-face): Use renamed viper faces.
16078
16079 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16080 Remove "-face" suffix from face names.
16081 (testcover-nohits-face, testcover-1value-face):
16082 New backward-compatibility aliases for renamed faces.
16083 (testcover-mark): Use renamed testcover faces.
16084
16085 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16086 face name.
16087 (diary-button-face): New backward-compatibility alias for renamed face.
16088 (diary-entry): Use renamed diary-button face.
16089
16090 * calendar/calendar.el (diary, calendar-today, holiday)
16091 (mark-visible-calendar-date): Remove "-face" suffix from face names.
16092 (diary-face, calendar-today-face, holiday-face):
16093 New backward-compatibility aliases for renamed faces.
16094 (eval-after-load "facemenu", diary-entry-marker)
16095 (calendar-today-marker, calendar-holiday-marker, diary-face):
16096 Use renamed calendar faces.
16097
16098 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16099 (compare-windows-face): New backward-compatibility alias for
16100 renamed face.
16101 (compare-windows-highlight): Use renamed compare-windows face.
16102
16103 * strokes.el (strokes-char): Remove "-face" suffix from face name.
16104 (strokes-char-face): New backward-compatibility alias for renamed face.
16105 (strokes-encode-buffer): Use renamed strokes-char face.
16106
16107 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16108 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16109 Remove "-face" suffix from face names.
16110 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16111 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16112 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16113 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16114 Use renamed pcvs faces.
16115 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16116 * pcvs-defs.el (cvs-mode-map): Likewise.
16117 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16118
16119 * info.el (info-title-1, info-title-2, info-title-3)
16120 (info-title-4): Remove "-face" suffix from and downcase face names.
16121 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16122 (Info-title-4-face):
16123 New backward-compatibility aliases for renamed faces.
16124 (Info-fontify-node): Use renamed info faces.
16125
16126 * hilit-chg.el (highlight-changes, highlight-changes-delete):
16127 Remove "-face" suffix from face names.
16128 (highlight-changes-face, highlight-changes-delete-face):
16129 New backward-compatibility aliases for renamed faces.
16130 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16131 (hilit-chg-make-list): Use renamed highlight-changes faces.
16132
16133 * generic-x.el (show-tabs-tab, show-tabs-space):
16134 Remove "-face" suffix from face names.
16135 (show-tabs-tab-face, show-tabs-space-face):
16136 New backward-compatibility aliases for renamed faces.
16137 (show-tabs-generic-mode-font-lock-defaults-1)
16138 (show-tabs-generic-mode-font-lock-defaults-2):
16139 Use renamed show-tabs faces.
16140
16141 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16142 (smerge-markers): Remove "-face" suffix from face names.
16143 (smerge-mine-face, smerge-other-face, smerge-base-face)
16144 (smerge-markers-face):
16145 New backward-compatibility aliases for renamed faces.
16146 (smerge-mine-face, smerge-other-face, smerge-base-face)
16147 (smerge-markers-face): Use renamed smerge faces.
16148
16149 * log-view.el (log-view-file, log-view-message): Remove "-face"
16150 suffix from face names.
16151 (log-view-file-face, log-view-message-face):
16152 New backward-compatibility aliases for renamed faces.
16153 (log-view-file-face, log-view-message-face): Use renamed log-view
16154 faces.
16155
16156 * paren.el (show-paren-match, show-paren-mismatch):
16157 Remove "-face" suffix from face names.
16158 (show-paren-match-face, show-paren-mismatch-face):
16159 New backward-compatibility aliases for renamed faces.
16160 (show-paren-function): Use renamed show-paren faces.
16161
16162 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16163 (ruler-mode-margins, ruler-mode-fringes)
16164 (ruler-mode-column-number, ruler-mode-fill-column)
16165 (ruler-mode-comment-column, ruler-mode-goal-column)
16166 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16167 suffix from face names.
16168 (ruler-mode-default-face, ruler-mode-pad-face)
16169 (ruler-mode-margins-face, ruler-mode-fringes-face)
16170 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16171 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16172 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16173 New backward-compatibility aliases for renamed faces.
16174 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16175 (ruler-mode-column-number, ruler-mode-fill-column)
16176 (ruler-mode-comment-column, ruler-mode-goal-column)
16177 (ruler-mode-tab-stop, ruler-mode-current-column)
16178 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16179 faces.
16180
16181 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16182 face name.
16183 (whitespace-highlight-the-space): Use renamed face.
16184 (whitespace-highlight-face): New backward-compatibility alias for
16185 renamed face.
16186
16187 * woman.el (woman-italic, woman-bold, woman-unknown)
16188 (woman-addition, woman-symbol-face):
16189 Remove "-face" suffix from face names.
16190 (woman-italic-face, woman-bold-face, woman-unknown-face)
16191 (woman-addition-face):
16192 New backward-compatibility aliases for renamed faces.
16193 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16194 (woman-decode-region, woman-replace-match)
16195 (woman-display-extended-fonts, woman-special-characters)
16196 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16197 Use renamed woman faces.
16198
16199 * longlines.el (longlines-visible-face): Face removed.
16200
16201 * diff-mode.el (diff-header, diff-file-header, diff-index)
16202 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16203 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16204 suffix from face names.
16205 (diff-header-face, diff-file-header-face, diff-index-face)
16206 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16207 (diff-changed-face, diff-function-face, diff-context-face)
16208 (diff-nonexistent-face): New backward-compatibility aliases for
16209 renamed faces.
16210 (diff-header-face, diff-file-header-face)
16211 (diff-index, diff-index-face, diff-hunk-header)
16212 (diff-hunk-header-face, diff-removed, diff-removed-face)
16213 (diff-added, diff-added-face, diff-changed-face, diff-function)
16214 (diff-function-face, diff-context-face, diff-nonexistent)
16215 (diff-nonexistent-face): Use renamed diff-mode faces.
16216
16217 * progmodes/compile.el (compilation-warning-face)
16218 (compilation-info-face): Remove "-face" suffix from face names.
16219 (compilation-warning-face, compilation-info-face):
16220 New backward-compatibility aliases for renamed faces.
16221 (compilation-warning-face, compilation-info-face):
16222 Use renamed compilation faces.
16223
16224 * add-log.el (change-log-date, change-log-name)
16225 (change-log-email, change-log-file, change-log-list)
16226 (change-log-conditionals, change-log-function)
16227 (change-log-acknowledgement): Remove "-face" suffix from face names.
16228 (change-log-date-face, change-log-name-face)
16229 (change-log-email-face, change-log-file-face)
16230 (change-log-list-face, change-log-conditionals-face)
16231 (change-log-function-face, change-log-acknowledgement-face):
16232 New backward-compatibility aliases for renamed faces.
16233 (change-log-font-lock-keywords): Use renamed change-log faces.
16234
16235 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16236 (custom-set, custom-changed, custom-saved, custom-button)
16237 (custom-button-pressed, custom-documentation, custom-state)
16238 (custom-comment, custom-comment-tag, custom-variable-tag)
16239 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16240 (custom-group-tag): Remove "-face" suffix from face names.
16241 (custom-magic-alist, custom-magic-value-create)
16242 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16243 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16244 (custom-set-face, custom-changed-face, custom-saved-face)
16245 (custom-button-face, custom-button-pressed-face)
16246 (custom-documentation-face, custom-state-face)
16247 (custom-comment-face, custom-comment-tag-face)
16248 (custom-variable-tag-face, custom-variable-button-face)
16249 (custom-face-tag-face, custom-group-tag-face-1)
16250 (custom-group-tag-face):
16251 New backward-compatibility aliases for renamed faces.
16252
16253 * wid-edit.el (widget-documentation, widget-button)
16254 (widget-field, widget-single-line-field, widget-inactive)
16255 (widget-button-pressed): "-face" suffix removed from face names.
16256 (widget-documentation-face, widget-button-face)
16257 (widget-field-face, widget-single-line-field-face)
16258 (widget-inactive-face, widget-button-pressed-face):
16259 New backward-compatibility aliases for renamed faces.
16260 (widget-documentation-face, widget-button-face)
16261 (widget-button-pressed-face, widget-specify-field)
16262 (widget-specify-inactive): Use renamed widget faces.
16263
16264 2005-06-10 Kenichi Handa <handa@m17n.org>
16265
16266 * term/x-win.el (x-clipboard-yank): Remove condition-case
16267 wrapping.
16268
16269 2005-06-11 Kenichi Handa <handa@m17n.org>
16270
16271 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16272 date lines stricter.
16273
16274 2005-06-10 Zhang Wei <id.brep@gmail.com>
16275
16276 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16277 of x-get-selection.
16278
16279 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16280
16281 * comint.el (comint-mode, comint-snapshot-last-prompt):
16282 * frame.el (frame-current-scroll-bars):
16283 * term.el (term-mode, term-check-proc, term-input-sender)
16284 (term-simple-send, term-extract-string, term-word)
16285 (term-match-partial-filename):
16286 * window.el (window-current-scroll-bars):
16287 * emulation/cua-base.el (cua-normal-cursor-color)
16288 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16289 (cua-global-mark-cursor-color):
16290 * mail/undigest.el (rmail-forward-separator-regex):
16291 Fix typos in docstrings.
16292
16293 * comint.el (comint-check-proc, make-comint-in-buffer)
16294 (comint-source-default): Doc fixes.
16295
16296 * term.el (term-send-string): Improve argument/docstring consistency.
16297
16298 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16299
16300 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16301 call to `delete-region'.
16302 (comint-mode-hook): Do not enable Font Lock by default.
16303
16304 2005-06-09 Lute Kamstra <lute@gnu.org>
16305
16306 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16307 could be void.
16308
16309 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16312 (debug): Use it.
16313 (debugger-step-through, debugger-continue, debugger-jump)
16314 (debugger-return-value): Set it when needed.
16315 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16316 Use inhibit-read-only.
16317
16318 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * window.el (shrink-window-if-larger-than-buffer)
16321 (window-size-fixed): Fix typo in docstring.
16322
16323 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16324 thumbnails directory on loading.
16325 (thumbs-conversion-program): Use `eq' to check the system type,
16326 not `equal'.
16327 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16328 not "/tmp". Fix docstring.
16329 (thumbs-thumbsdir): New function to return the thumbnails
16330 directory, creating it if needed.
16331 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16332 (thumbs-temp-file): Delete variable and make it into a function.
16333 (thumbs-resize-image, thumbs-modify-image): Use it.
16334 (thumbs-kill-buffer): Simplify.
16335 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16336 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16337 docstrings.
16338
16339 2005-06-09 Kim F. Storm <storm@cua.dk>
16340
16341 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16342 set-match-data to free markers in match-data.
16343
16344 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16345 match-data to unchain markers in match-data.
16346
16347 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16348
16349 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16350 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16351 unnecessary now.
16352
16353 2005-06-08 Richard M. Stallman <rms@gnu.org>
16354
16355 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16356 give the variable a doc string that doesn't say don't set it directly.
16357
16358 * textmodes/ispell.el (ispell-check-version):
16359 Use match-string-no-properties.
16360 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16361 (ispell-buffer-local-words): Likewise.
16362
16363 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16364 except on terminals with enough colors to really display it.
16365 (makefile-dependency-regex): Delete spurious `bb'.
16366
16367 * faces.el (escape-glyph): Use blue once again in last case.
16368 (no-break-space): Redefine so that it isn't invisible on a tty.
16369
16370 2005-06-08 Kim F. Storm <storm@cua.dk>
16371
16372 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16373 also when reading directory name.
16374
16375 2005-06-08 Lute Kamstra <lute@gnu.org>
16376
16377 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16378 (flyspell-mode-line-string): Remove autoload cookie.
16379 (flyspell-mode): Remove defvar.
16380
16381 2005-06-07 Lute Kamstra <lute@gnu.org>
16382
16383 * textmodes/org.el (org-run-mode-hooks): New function.
16384 (org-agenda-mode): Use it.
16385
16386 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16387
16388 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16389
16390 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16393
16394 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16395
16396 * font-lock.el (font-lock-add-keywords): Doc fix.
16397
16398 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16399
16400 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16401 (tex-compile-default): In the absence of any history, use the order in
16402 tex-compile-alist to choose the preferred command.
16403 (tex-compile-commands): Reorder a bit.
16404
16405 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16406 (flyspell-incorrect-face, flyspell-duplicate-face):
16407 Use (X)Emacs-agnostic code.
16408 (flyspell-mode-map): Don't overwrite at each load. Remove code
16409 redundant with the subsequent add-minor-mode. Merge Emacs and
16410 XEmacs code.
16411 (flyspell-word): Minor simplification.
16412 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16413 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16414 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16415 Merge the corresponding Emacs code.
16416 (flyspell-correct-word, flyspell-xemacs-popup):
16417 Use flyspell-do-correct.
16418
16419 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16420 a dedicated window.
16421
16422 * international/latexenc.el (latexenc-find-file-coding-system):
16423 Undo part of last patch, to turn off a compiler warning.
16424
16425 2005-06-06 Juri Linkov <juri@jurta.org>
16426
16427 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16428 Rename `tmm-inactive-face' to `tmm-inactive'.
16429
16430 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16431
16432 * iswitchb.el: Rename faces.
16433
16434 2005-06-06 Kim F. Storm <storm@cua.dk>
16435
16436 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16437 (cua-global-mark): Remove -face suffix from face names.
16438
16439 * emulation/cua-gmrk.el (cua--init-global-mark):
16440 Remove cua-global-mark face setup.
16441
16442 2005-06-06 Richard M. Stallman <rms@gnu.org>
16443
16444 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16445 just like other allowed characters.
16446 (makefile-match-dependency): Exclude leading and training whitespace
16447 from the range of regexp subexp 1.
16448 (makefile-macroassign-regex): Don't try to match the body,
16449 just the name of the macro being defined.
16450
16451 * info.el (Info-read-node-name-2): New function.
16452 (Info-read-node-name-1): Use that.
16453 Add a completion-base-size-function property.
16454
16455 * simple.el (completion-setup-function): Look for
16456 completion-base-size-function property of minibuffer-completion-table.
16457
16458 * files.el (locate-file-completion): Doc fix.
16459
16460 * printing.el: Don't call pr-update-menus; user must do that.
16461
16462 * emacs-lisp/debug.el (debugger-window): New variable.
16463 (debug): Use debugger-window if it is set and still alive.
16464 Record debugger-window for next entry.
16465
16466 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16467
16468 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16469
16470 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16471 (hack-one-local-variable, hack-local-variables)
16472 (hack-local-variables-prop-line): Pass that arg.
16473
16474 2005-06-06 Kim F. Storm <storm@cua.dk>
16475
16476 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16477 (ido-indicator): Remove -face suffix from face names.
16478
16479 2005-06-06 Juri Linkov <juri@jurta.org>
16480
16481 * font-lock.el (font-lock-regexp-backslash)
16482 (font-lock-regexp-backslash-construct): New faces.
16483 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16484 after `('. Add `while-no-input' to control structures.
16485
16486 * faces.el (no-break-space, shadow): New faces.
16487 (escape-glyph): Use less loud colors pink2 and red4.
16488
16489 * diff-mode.el (diff-context-face)
16490 * dired.el (dired-ignored)
16491 * rfn-eshadow.el (file-name-shadow)
16492 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16493
16494 * info.el (Info-title-1-face): Use green instead of yellow because
16495 bold yellow is not readable on light backgrounds.
16496
16497 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16498 before selecting the desired mode to not spend time fontifying
16499 old contents.
16500
16501 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16502
16503 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16504 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16505
16506 * ps-print.el (ps-default-fg, ps-default-bg):
16507 Fix typos in docstrings.
16508
16509 * isearchb.el (isearchb): Don't pass a spurious second argument to
16510 `iswitchb-completions'.
16511
16512 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16513
16514 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16515 to preserve point.
16516 (gdb-find-file-hook): Add doc string.
16517
16518 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16519 C dereferenced pointer expression.
16520 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16521
16522 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16523
16524 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16525 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16526 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16527 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16528 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16529 Make background transparent.
16530
16531 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16532
16533 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16534 (font-lock-remove-keywords): Doc fix.
16535 (font-lock-mode-major-mode): Compiler defvar.
16536 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16537
16538 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16539 (font-lock-mode): Update `font-lock-mode-major-mode'.
16540 (font-lock-set-defaults): Compiler defvar.
16541 (font-lock-default-function): Take `font-lock-mode-major-mode'
16542 into account.
16543
16544 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16545 keep track of which major mode it enabled the minor mode for.
16546 Use find-file-hook again. Update docstring.
16547
16548 * simple.el (eval-expression-print-level)
16549 (eval-expression-print-length, eval-expression-debug-on-error):
16550 Doc fixes.
16551
16552 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16553
16554 * iswitchb.el (iswitchb-single-match-face)
16555 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16556 (iswitchb-invalid-regexp-face): New faces.
16557 (iswitchb-completions): Use them.
16558 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16559 now marked as an obsolete alias.
16560 (iswitchb-read-buffer): Remove check for bound font variables.
16561 (iswitchb-invalid-regexp): New free variable.
16562 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16563 set iswitchb-invalid-regexp.
16564 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16565 invalid regexps.
16566 (iswitchb-completions): Add check for complete match when entering
16567 a regexp.
16568 (iswitchb-completions): Remove require-match argument.
16569 (iswitchb-exhibit): Fix caller.
16570 (iswitchb-common-match-inserted): New variable.
16571 (iswitchb-complete, iswitchb-completion-help): Use it.
16572
16573 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16574
16575 * url-http.el (url-http-chunked-encoding-after-change-function):
16576 Use `url-http-debug' instead of `message'.
16577
16578 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16579
16580 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16581 callback argument.
16582
16583 2005-06-04 Kim F. Storm <storm@cua.dk>
16584
16585 * simple.el (line-move): Only call sit-for when moving backwards.
16586
16587 * ido.el (ido-make-merged-file-list-1): New defun split from
16588 ido-make-merged-file-list.
16589 (ido-make-merged-file-list): Bind throw-on-input around call to
16590 ido-make-merged-file-list-1. Return input-pending-p if
16591 interrupted by more input available.
16592 (ido-read-internal): Handle input-pending-p return value from
16593 ido-make-merged-file-list.
16594
16595 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16596
16597 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16598 compatibility code.
16599
16600 * international/latexenc.el (latexenc-find-file-coding-system):
16601 Don't inherit the EOL part of the coding-system from the
16602 tex-main buffer. Fit within 80 columns.
16603
16604 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16605
16606 * tmm.el (tmm-inactive-face): New face.
16607 (tmm-remove-inactive-mouse-face): New function.
16608 (tmm-prompt, tmm-add-one-shortcut)
16609 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16610 but not selectable.
16611
16612 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16613
16614 * faces.el (face-equal): Improve argument/docstring consistency.
16615
16616 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16617
16618 * progmodes/make-mode.el (makefile-targets-face)
16619 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16620 (makefile-bsdmake-dependency-regex)
16621 (makefile-makepp-rule-action-regex)
16622 (makefile-bsdmake-rule-action-regex): New constants.
16623 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16624
16625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16626 Allow (...) within `...' for makepp messages.
16627
16628 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16629
16630 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16631
16632 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16633 "." files are deleted from all file lists before comparison.
16634
16635 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16636 (viper-ESC-key): Made them customizable.
16637
16638 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16639
16640 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16641
16642 * autorevert.el (auto-revert-buffers): Use save-match-data.
16643
16644 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16645
16646 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16647 menu items with a nil command binding.
16648
16649 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16650
16651 * emacs-lisp/cl-macs.el (defsetf):
16652 Improve argument/docstring consistency.
16653
16654 * faces.el (list-faces-display): Improve the formatting by
16655 computing the maximum length required for any face-name (reworked
16656 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16657 (internal-find-face): Remove redundant info in docstring.
16658
16659 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16660
16661 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16662 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16663 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16664 (gdb-assembler-custom): Improve regexps.
16665 (def-gdb-auto-update-handler): Use window point to preserve point.
16666
16667 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16668
16669 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16670
16671 2005-05-31 Jay Belanger <belanger@truman.edu>
16672
16673 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16674 to calc-embedded.
16675 (calc-embedded-make-info): Have plain prefix argument select
16676 entire line.
16677
16678 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16679
16680 * faces.el (list-faces-display): Signal error if passed a regexp
16681 that matches no face name.
16682
16683 * simple.el (filter-buffer-substring): Fix typo in docstring.
16684
16685 2005-05-31 Richard M. Stallman <rms@gnu.org>
16686
16687 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16688 (vhdl-emacs-21): Doc fix.
16689 (vhdl-mode): Unconditionally set comment-padding.
16690 (vhdl-fixup-whitespace-region): Insert spaces only where
16691 there are none.
16692 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16693
16694 2005-05-30 John Wiegley <johnw@newartisans.com>
16695
16696 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16697 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16698 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16699 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16700 `string-to-number'.
16701
16702 2005-05-30 Jay Belanger <belanger@truman.edu>
16703
16704 * calc/calc.el (calc-bug-address): Fix docstring.
16705 (calc-window-hook, calc-trail-window-hook): New variables.
16706 (calc-trail-display): Restore use of calc-trail-window-hook.
16707 (calc): Restore use of calc-window-hook.
16708
16709 2005-05-31 Masatake YAMATO <jet@gyve.org>
16710
16711 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16712
16713 * help-fns.el (help-C-file-name): Add autoload mark for
16714 `find-function-noselect'.
16715
16716 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16719 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16720
16721 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16722
16723 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16724 included diary buffer if it was not already being visited.
16725 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16726
16727 * calendar/icalendar.el (top-level): Do not require appt.
16728
16729 * mail/supercite.el (sc-select-attribution): Only use a list
16730 element from sc-attrib-selection-list if it returns a string.
16731 Reported by Davide G. M. Salvetti <salve@debian.org>.
16732
16733 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16734
16735 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16736 includes a hash value to improve its uniqueness, and has a ".jpg"
16737 extension. Also, it is now a valid filename on all systems.
16738 (thumbs-make-thumb): Use `let', not `let*'.
16739 (thumbs-show-thumbs-list): Check for JPEG availability.
16740
16741 2005-05-30 Richard M. Stallman <rms@gnu.org>
16742
16743 * filesets.el (filesets-menu-ensure-use-cached):
16744 Prevent warning when emacs-version>= is undefined.
16745
16746 * printing.el (pr-interactive-n-up): Use string-to-number.
16747
16748 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16749
16750 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16751 Warn only when name to be defined is quoted.
16752
16753 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16754
16755 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16756 Make regexp more robust.
16757 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16758 Force regeneration of disassembly.
16759
16760 2005-05-29 Jay Belanger <belanger@truman.edu>
16761
16762 * calc/calc.el (calc-user-invocation): Check if
16763 calc-invocation-macro is non-nil.
16764
16765 2005-05-29 Juri Linkov <juri@jurta.org>
16766
16767 * add-log.el (change-log-font-lock-keywords):
16768 Add `+' to e-mail regexp to accept mail address with keywords.
16769
16770 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16771
16772 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16773
16774 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16775
16776 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16777
16778 2005-05-29 Richard M. Stallman <rms@gnu.org>
16779
16780 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16781 Undo the change that moves to end of the current word.
16782
16783 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16784
16785 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16786 Throw error when count <= 0 to ensure input is a number.
16787 (gdb-read-memory-custom): Pick up address from buffer.
16788 (gdb-memory-mode): Allow user to increment and decrement
16789 memory address from header line.
16790
16791 2005-05-29 Richard M. Stallman <rms@gnu.org>
16792
16793 * flyspell.el (flyspell-version): Function deleted.
16794 (flyspell-auto-correct-previous-hook): Doc fix.
16795
16796 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16797 Do nothing if memory is full.
16798
16799 * font-lock.el (font-lock-fontify-syntactically-region):
16800 Pass t for GREEDY to looking-back.
16801
16802 * saveplace.el (save-place-alist-to-file): Write the file
16803 using write-region.
16804
16805 * subr.el (looking-back): New argument GREEDY.
16806
16807 * progmodes/compile.el (compilation-start): Set the mode
16808 before inserting the initial text.
16809
16810 * progmodes/which-func.el (which-func-update-1): Turn the mode
16811 off in case of error by setting which-func-mode.
16812
16813 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16814
16815 * flyspell.el (flyspell-auto-correct-previous-word):
16816 Narrow down to what's on the screen, and recenter overlays
16817 at the end of the next word.
16818
16819 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16820
16821 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16822 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16823 (flyspell-abbrev-p): Default to nil.
16824 (flyspell-use-global-abbrev-table-p): Doc fix.
16825 (flyspell-large-region): Allow nil as value.
16826 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16827
16828 (mail-mode-flyspell-verify): More robust handling
16829 of `mail-header-separator'. More efficient signature detection.
16830 Allow for regexp metacharacters in message-header-separator.
16831 Adding `To' not to be checked in mail-mode-flyspell-verify.
16832
16833 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16834 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16835 Bind flyspell-auto-correct-binding.
16836 Bind C-. and C-, .
16837 (flyspell-mode-map): Likewise.
16838 (flyspell-mode): Doc fix.
16839 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16840 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16841 (flyspell-word-cache-result): New var, always local.
16842 (flyspell-check-pre-word-p): Doc fix.
16843 (flyspell-check-changed-word-p): Handle spc like newline.
16844 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16845 (flyspell-word-search-backward, flyspell-word-search-forward):
16846 New functions.
16847 (flyspell-word): Return t if nothing to check.
16848 When parsing TeX code, check for after } or \.
16849 Use flyspell-word-search-backward to find previous word.
16850 Return nil if duplicated word.
16851 For word already checked, return same value as last time.
16852 Set flyspell-word-cache-result after checking.
16853 Don't clobber the return value.
16854 (flyspell-get-word): Major rewrite.
16855 (flyspell-external-point-words): New locals pword, pcount.
16856 Fix size used in progress message.
16857 Find the proper corresponding word in flyspell-large-region-buffer.
16858 (flyspell-region): Check for flyspell-large-region = nil.
16859 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16860 (flyspell-auto-correct-word): Check that WORD is a cons.
16861 (flyspell-correct-word): Likewise.
16862
16863 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16864
16865 * progmodes/make-mode.el (makefile-rule-action-regex)
16866 (makefile-macroassign-regex, makefile-makepp-mode)
16867 (makefile-bsdmake-mode): Continuation lines may be empty.
16868 Reported by Joshua Varner.
16869 (makefile-makepp-font-lock-keywords): Add $(stem).
16870
16871 2005-05-28 Karl Berry <karl@gnu.org>
16872
16873 * textmodes/tex-mode.el: Now that tex-send-command calls
16874 shell-quote-argument (2005-03-31 change), remove all calls to
16875 shell-quote-argument; they all end up invoking tex-send-command.
16876 The double quoting loses on filenames with non-safe characters,
16877 such as "@". Reported by Frederik Fouvry.
16878
16879 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16880
16881 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16882 about preserving point.
16883
16884 2005-05-27 Jay Belanger <belanger@truman.edu>
16885
16886 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16887 Info-goto-node.
16888
16889 * calc/calc-embed.el (calc-embed-arg): New variable.
16890 (calc-do-embedded-activate, calc-embedded-activate-formula)
16891 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16892 variable by new variable.
16893 (calc-embedded-make-info): Replace undeclared variable by new
16894 variable. When selecting region with positive prefix
16895 argument, use end of previous line instead of beginning of line.
16896
16897 * calc/calc-aent.el (calc-arg-values): Declare it.
16898
16899 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16900 Declare them.
16901
16902 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16903
16904 * calc/calc.el (calc-alg-map): Declare it.
16905
16906 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16907
16908 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16909
16910 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16911 (gdb-registers-buffer, toggle-gdb-all-registers):
16912 Toggle display of floating point registers.
16913 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16914
16915 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16916 (toggle-gud-tooltip-dereference):
16917 Rename from gud-toggle-tooltip-dereference.
16918
16919 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16922
16923 2005-05-27 Jay Belanger <belanger@truman.edu>
16924
16925 * calc/calc-prog.el (calc-kbd-report): Remove.
16926 (calc-kbd-query): Rewrite.
16927
16928 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16929
16930 * image.el (image-library-alist): Move to image.c.
16931 (image-type-available-p): Doc fix.
16932
16933 2005-05-27 Lute Kamstra <lute@gnu.org>
16934
16935 * calc/calc.el (calc):
16936 * outline.el (outline-1, outline-2, outline-3, outline-4)
16937 (outline-5, outline-6, outline-7, outline-8):
16938 * textmodes/dns-mode.el (dns-mode):
16939 * textmodes/sgml-mode.el (sgml-namespace-face):
16940 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16941 (tex-verbatim-face, tex-use-reftex):
16942 * textmodes/texinfo.el (texinfo-heading-face):
16943 Specify customization group.
16944
16945 * longlines.el: Don't require easy-mmode.
16946 (longlines-visible-face): Specify customization group.
16947
16948 2005-05-27 Kenichi Handa <handa@m17n.org>
16949
16950 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16951 encoding table of windows-1251.
16952
16953 * international/ucs-tables.el (ucs-set-table-for-input):
16954 If translation-table-for-input of a coding system is a symbol, get
16955 its translation-table property.
16956
16957 * international/code-pages.el: Don't register a coding system into
16958 non-iso-charset-alist more than once.
16959 (cp-make-coding-system): Likewise.
16960
16961 2005-05-26 John Wiegley <johnw@newartisans.com>
16962
16963 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16964 `eshell-resume-eval' is wrapped in a list, it indicates that the
16965 command was run asynchronously. In that case, unwrap the value
16966 before checking the delimiter value.
16967
16968 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16969 character before a space at the end of a line is \, assume the space
16970 is part of the last argument rather than a final argument separator.
16971
16972 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16973 is in use, and the target is `t' or `nil' (which are the most common
16974 values), don't assume that the symbol target is a buffer.
16975
16976 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16977
16978 * calendar/calendar.el (calendar-mode-line-format):
16979 Use mode-line-highlight as mouse-face.
16980
16981 * time.el (display-time-string-forms, display-time-update):
16982 Use mode-line-highlight as mouse-face.
16983
16984 2005-05-26 Jay Belanger <belanger@truman.edu>
16985
16986 * calc/calc.el (calc-language-alist): Remove extra defvar.
16987
16988 2005-05-26 Lute Kamstra <lute@gnu.org>
16989
16990 * arc-mode.el (archive-mode):
16991 * bookmark.el (bookmark-read-annotation-mode)
16992 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16993 * bs.el (bs-mode):
16994 * calc/calc-yank.el (calc-edit-mode):
16995 * calc/calc.el (calc-mode, calc-trail-mode):
16996 * calculator.el (calculator-mode):
16997 * chistory.el (command-history-mode):
16998 * comint.el:
16999 * cus-edit.el (custom-mode):
17000 * descr-text.el (describe-text-mode):
17001 * ebuff-menu.el (Electric-buffer-menu-mode):
17002 * ediff-util.el (ediff-mode):
17003 * emacs-lisp/re-builder.el (reb-mode):
17004 * emulation/vi.el (vi-mode-setup):
17005 * emulation/ws-mode.el (wordstar-mode):
17006 * eshell/esh-mode.el (eshell-mode):
17007 * forms.el (forms-mode):
17008 * help-mode.el (help-mode):
17009 * hexl.el (hexl-mode):
17010 * ibuffer.el (ibuffer-mode):
17011 * ielm.el (inferior-emacs-lisp-mode):
17012 * info.el (Info-mode, Info-edit-mode):
17013 * international/swedish.el:
17014 * ledit.el (ledit-from-lisp-mode):
17015 * locate.el (locate-mode):
17016 * mail/rmail.el (rmail-mode):
17017 * mail/rmailedit.el (rmail-edit-mode):
17018 * mail/rmailsum.el (rmail-summary-mode):
17019 * mail/supercite.el (sc-electric-mode):
17020 * net/eudc.el (eudc-mode):
17021 * net/quickurl.el (quickurl-list-mode):
17022 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17023 * obsolete/ooutline.el (outline-mode):
17024 * obsolete/options.el (Edit-options-mode):
17025 * obsolete/rnews.el (news-mode):
17026 * obsolete/rnewspost.el (news-reply-mode):
17027 * play/5x5.el (5x5-mode):
17028 * play/decipher.el (decipher-mode, decipher-stats-mode):
17029 * play/gomoku.el (gomoku-mode):
17030 * play/snake.el (snake-mode):
17031 * play/solitaire.el (solitaire-mode):
17032 * play/tetris.el (tetris-mode):
17033 * progmodes/ada-mode.el (ada-mode):
17034 * progmodes/antlr-mode.el (antlr-mode):
17035 * progmodes/autoconf.el (autoconf-mode):
17036 * progmodes/dcl-mode.el (dcl-mode):
17037 * progmodes/delphi.el (delphi-mode):
17038 * progmodes/ebrowse.el (ebrowse-tree-mode)
17039 (ebrowse-electric-list-mode, ebrowse-member-mode)
17040 (ebrowse-electric-position-mode):
17041 * progmodes/f90.el (f90-mode):
17042 * progmodes/fortran.el (fortran-mode):
17043 * progmodes/icon.el (icon-mode):
17044 * progmodes/idlw-help.el (idlwave-help-mode):
17045 * progmodes/idlw-shell.el (idlwave-shell-mode):
17046 * progmodes/idlwave.el (idlwave-mode):
17047 * progmodes/inf-lisp.el (inferior-lisp-mode):
17048 * progmodes/m4-mode.el (m4-mode):
17049 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17050 * progmodes/modula2.el (modula-2-mode):
17051 * progmodes/octave-inf.el (inferior-octave-mode):
17052 * progmodes/octave-mod.el (octave-mode):
17053 * progmodes/pascal.el (pascal-mode):
17054 * progmodes/sh-script.el (sh-mode):
17055 * progmodes/sql.el (sql-mode, sql-interactive-mode):
17056 * progmodes/vhdl-mode.el (vhdl-mode):
17057 * progmodes/xscheme.el (scheme-interaction-mode):
17058 * replace.el (occur-mode):
17059 * ses.el (ses-mode):
17060 * simple.el (completion-list-mode):
17061 * skeleton.el:
17062 * speedbar.el (speedbar-mode):
17063 * term.el (term-mode):
17064 * terminal.el (terminal-edit-mode):
17065 * textmodes/reftex-index.el (reftex-index-mode)
17066 (reftex-index-phrases-mode):
17067 * textmodes/reftex-sel.el (reftex-select-label-mode)
17068 (reftex-select-bib-mode):
17069 * textmodes/reftex-toc.el (reftex-toc-mode):
17070 * wdired.el (wdired-change-to-wdired-mode):
17071 * wid-browse.el (widget-browse-mode):
17072 Use run-mode-hooks.
17073
17074 * array.el (array-mode):
17075 * calendar/todo-mode.el (todo-mode):
17076 * man.el (Man-mode):
17077 * play/landmark.el (lm-mode):
17078 * play/mpuz.el (mpuz-mode):
17079 Use kill-all-local-variables and run-mode-hooks.
17080
17081 * subr.el (delay-mode-hooks): Specify indentation.
17082
17083 2005-05-26 Mark A. Hershberger <mah@everybody.org>
17084
17085 * xml.el (xml-substitute-special): Don't die for undefined xml
17086 entities.
17087
17088 2005-05-26 Jay Belanger <belanger@truman.edu>
17089
17090 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17091 of nil.
17092
17093 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
17094
17095 * progmodes/gdb-ui.el (gdb-frame-address):
17096 Rename from gdb-current-address.
17097 (gdb-previous-frame-address): Rename from gdb-previous-address.
17098 (gdb-selected-frame): Rename from gdb-current-frame.
17099 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17100 (gdb-frame-number): Rename from gdb-current-stack-level.
17101 (gdb-ann3): Match new mode-name for disassembly buffer.
17102 Extend initialization of variables.
17103 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17104 (gdb-memory-mode): Use mouse-face in header line.
17105 (gdb-assembler-buffer-name): Call it disassembly and give frame
17106 in mode line.
17107 (gdb-source-spec-regexp, gdb-assembler-custom)
17108 (gdb-invalidate-assembler, gdb-frame-handler):
17109 Make robust to leading zeroes in address format.
17110
17111 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
17112
17113 * textmodes/org.el (org-mode): Use `define-derived-mode' to
17114 define `org-mode'.
17115 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17116
17117 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * log-edit.el (log-edit-changelog-entries): Distinguish between
17120 filenames like xfns.c and fns.c.
17121
17122 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
17123
17124 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17125 point after reverting.
17126 (Buffer-menu-make-sort-button): Handle the case where
17127 `Buffer-menu-use-header-line' is nil.
17128
17129 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
17130
17131 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17132 New funcs. In minibuffer-local-completion-map bind `]', `/'
17133 and `:' to them.
17134
17135 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * startup.el (normal-top-level): Allow modification of load-path while
17138 we're iterating over it.
17139
17140 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17143 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17144 (thumbs-resize-interactive, thumbs-insert-image)
17145 (thumbs-insert-thumb, thumbs-dired-show-marked)
17146 (thumbs-find-image-at-point, thumbs-delete-images)
17147 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17148 (thumbs-increment-image-size, thumbs-decrement-image-size):
17149 Fix typos in docstrings.
17150
17151 2005-05-24 Andre Spiegel <spiegel@gnu.org>
17152
17153 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17154 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17155 (cperl-mode): Use them.
17156
17157 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
17158
17159 * window.el (quit-window, shrink-window-if-larger-than-buffer):
17160 Doc fixes.
17161
17162 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
17163
17164 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17165 Bind C-d to gdb-inferior-io-eof.
17166
17167 * dired.el (dired-dnd-popup-notice): Use message-box.
17168
17169 2005-05-23 Masatake YAMATO <jet@gyve.org>
17170
17171 * bindings.el (mode-line-major-mode-keymap):
17172 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17173
17174 * faces.el (mode-line-highlight): New face.
17175
17176 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17177 as mouse-face.
17178
17179 * bindings.el (top-level, help-echo, mode-line-modified)
17180 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17181 as mouse-face.
17182
17183 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17184
17185 * progmodes/cc-engine.el (c-guess-basic-syntax):
17186 Remove spurious call to `zerop'.
17187
17188 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17189
17190 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17191
17192 CC Mode update to 5.30.10:
17193
17194 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17195 could go past the limit in decoration level 2, thereby causing
17196 errors during interactive fontification.
17197
17198 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17199 the file is evaluated interactively.
17200
17201 * cc-engine.el (c-guess-basic-syntax): Handle operator
17202 declarations somewhat better in C++.
17203
17204 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17205 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17206 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17207 (awk-mode): Use it.
17208 (make-local-hook): Suppress warning about obsoleteness.
17209
17210 * cc-engine.el, cc-align.el, cc-cmds.el
17211 (c-append-backslashes-forward, c-delete-backslashes-forward)
17212 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17213 Compensate for return value from `forward-line' when it has moved
17214 but not to a different line due to eob.
17215
17216 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17217 `objc-method-intro' and `objc-method-args-cont'.
17218
17219 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17220
17221 CC Mode update to 5.30.10:
17222
17223 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17224 in the copyright statement. Incidentally, change "along with GNU
17225 Emacs" to "along with this program" where it occurs.
17226
17227 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17228 so that it is interactive, hence can be found by M-x awk-mode
17229 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17230 <gmorris+emacs@ast.cam.ac.uk>.
17231
17232 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17233 Mode's regexps.
17234
17235 2005-05-23 Kevin Ryde <user42@zip.com.au>
17236
17237 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17238 c-parse-state, to avoid a lisp error (on bad code).
17239
17240 2005-05-23 Lute Kamstra <lute@gnu.org>
17241
17242 * subr.el (font-lock-defaults): Remove defvar as it's already
17243 defined in font-core.el.
17244
17245 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17246
17247 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17248
17249 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17250 more general and work when GDB variable "print pretty" is on,
17251 as with Emacs, for example.
17252
17253 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17254
17255 * font-core.el: Update comment.
17256
17257 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17258 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17259
17260 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17261
17262 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17263
17264 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17265 and `yank-handler' in the doc strings.
17266
17267 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17270
17271 2005-05-22 Richard M. Stallman <rms@gnu.org>
17272
17273 * help.el (describe-key): Move print-help-return-message call
17274 out of conditional.
17275
17276 * progmodes/etags.el (list-tags): Use with-no-warnings.
17277
17278 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17279 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17280 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17281
17282 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17283
17284 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17285 Add defvar.
17286
17287 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17288 Use defvar, not defconst.
17289
17290 * hexl.el (hexl-follow-line): Use with-no-warnings.
17291
17292 * emulation/tpu-extras.el: Use write-file-functions instead of
17293 write-file-hooks.
17294
17295 * dired.el (dired-font-lock-keywords): Fontify files with junk
17296 extensions even if marked by -F.
17297
17298 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17299
17300 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17301 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17302 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17303 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17304 (concatenate, list-length, get*, getf, cl-remprop):
17305 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17306 (etypecase, progv, lexical-let, lexical-let*)
17307 (multiple-value-bind, multiple-value-setq, shiftf):
17308 Improve argument/docstring consistency.
17309
17310 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17311
17312 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17313
17314 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17315 doesn't exist.
17316
17317 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17318 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17319
17320 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17321
17322 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17323 already deleted variables: auto-fill-hook, blink-paren-hook,
17324 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17325 suspend-hooks, comment-indent-hook, meta-flag,
17326 before-change-function, after-change-function,
17327 font-lock-doc-string-face.
17328
17329 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17330
17331 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17332
17333 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17334
17335 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17336 rmail-dont-reply-to.
17337
17338 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17339
17340 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17341 literal blank when splitting new-header-values.
17342
17343 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17344
17345 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17346 string so that tmm doesn't create a completion entry for it.
17347
17348 * textmodes/table.el (table-disable-menu): Ditto.
17349
17350 2005-05-21 Richard M. Stallman <rms@gnu.org>
17351
17352 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17353
17354 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17355
17356 * net/rcompile.el (remote-compile): Use compilation-start.
17357
17358 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17359
17360 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17361
17362 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17363 Default to makefile-bsdmake-mode on BSD systems.
17364
17365 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17366 REGEXP may also be a search function now. The part of doc-string
17367 for describing the structure was 95% identical to that of
17368 `imenu--generic-function'. Unify it there.
17369
17370 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17371 Use function to find dependencies, because regexp alone is so complex,
17372 it easily goes into an endless loop.
17373 (makefile-makepp-mode): Also add submenu for Perl functions
17374 defined in the makefile.
17375 (makefile-bsdmake-mode): Special imenu-generic-expression no
17376 longer needed, due to function call.
17377 (makefile-match-dependency): Take BOUND into account when checking
17378 if we're through.
17379
17380 2005-05-20 Jay Belanger <belanger@truman.edu>
17381
17382 * calc/calc-units.el (calc-invalidate-units-table):
17383 Use inhibit-read-only.
17384 (math-build-units-table-buffer): Use view-mode.
17385
17386 2005-05-20 David Kastrup <dak@gnu.org>
17387
17388 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17389 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17390
17391 2005-05-20 Lute Kamstra <lute@gnu.org>
17392
17393 * diff-mode.el (diff-header-face, diff-file-header-face)
17394 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17395 (diff-added-face, diff-changed-face, diff-function-face)
17396 (diff-context-face, diff-nonexistent-face): Put them in the
17397 diff-mode customization group.
17398
17399 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17402
17403 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17404
17405 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17406 Minor regexp-optimization.
17407
17408 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17409
17410 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17411 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17412 (org-agenda-add-time-grid-maybe): New function.
17413 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17414 (org-table-create): `dotimes' instead of `mapcar'.
17415 (org-xor): Simplify implementation.
17416 (org-agenda): `inhibit-redisplay' turned on.
17417 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17418 a consistent line after a state change.
17419 (org-agenda-remove-times-when-in-prefix): New option.
17420 (org-prefix-has-time): New variable.
17421 (org-parse-time-string): Optional argument NODEFAULT.
17422 (org-format-agenda-item): Parse items for time-of-day
17423 specifications and move these into the prefix if possible.
17424 (org-agenda-priority): Get current heading, not previous heading
17425 during agenda remote editing.
17426
17427 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17428
17429 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17430 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17431 (remove-duplicates, delete-duplicates, substitute)
17432 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17433 (nsubstitute-if-not, find, find-if, find-if-not, position)
17434 (position-if, position-if-not, count, count-if, count-if-not)
17435 (mismatch, search, sort*, stable-sort, merge, member*)
17436 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17437 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17438 (intersection, nintersection, set-difference, nset-difference)
17439 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17440 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17441 (nsublis, tree-equal): Improve argument/docstring consistency.
17442
17443 * subr.el (send-string, send-region): Remove obsolescence declaration.
17444 (window-dot, set-window-dot, read-input, show-buffer)
17445 (eval-current-buffer, string-to-int):
17446 Add release number to obsolescence declarations.
17447
17448 2005-05-19 Kim F. Storm <storm@cua.dk>
17449
17450 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17451 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17452
17453 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17454
17455 * faces.el (list-faces-display): Make back button respect optional
17456 regexp arg.
17457
17458 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17459
17460 * calculator.el (calculator-radix-grouping-mode)
17461 (calculator-radix-grouping-digits, calculator-displayer)
17462 (calculator-radix-grouping-separator, calculator-copy-displayer):
17463 * dabbrev.el (dabbrev-search-these-buffers-only):
17464 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17465 (diff-advance-after-apply-hunk, diff-mode-hook)
17466 (diff-minor-mode-prefix):
17467 * imenu.el (imenu-use-popup-menu):
17468 * jit-lock.el (jit-lock-context-time):
17469 * newcomment.el (comment-fill-column, comment-column)
17470 (comment-style, comment-padding, comment-multi-line)
17471 (comment-empty-lines, comment-auto-fill-only-comments):
17472 * reveal.el (reveal-around-mark):
17473 * uniquify.el (uniquify-buffer-name-style)
17474 (uniquify-after-kill-buffer-p)
17475 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17476 (uniquify-min-dir-content, uniquify-separator)
17477 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17478 * w32-vars.el (w32-fixed-font-alist):
17479 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17480 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17481 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17482 * progmodes/perl-mode.el (perl-indent-level)
17483 (perl-continued-statement-offset, perl-continued-brace-offset)
17484 (perl-brace-offset, perl-brace-imaginary-offset)
17485 (perl-label-offset, perl-indent-continued-arguments)
17486 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17487 * progmodes/tcl.el (tcl-indent-level)
17488 (tcl-continued-indent-level, tcl-auto-newline)
17489 (tcl-tab-always-indent, tcl-electric-hash-style)
17490 (tcl-help-directory-list, tcl-use-smart-word-finder)
17491 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17492 (inferior-tcl-source-command):
17493 * textmodes/fill.el (enable-kinsoku):
17494 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17495 * textmodes/table.el (table-yank-handler):
17496 Specify missing group (and type, if simple) in defcustom.
17497
17498 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17499
17500 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17501
17502 2005-05-19 Richard M. Stallman <rms@gnu.org>
17503
17504 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17505
17506 * subr.el (event-basic-type): Don't get an error.
17507 (left-fringe-p): Function deleted.
17508
17509 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17510 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17511
17512 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17513 in recursive copy.
17514
17515 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17516
17517 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17518
17519 * emacs-lisp/bytecomp.el
17520 (byte-compile-file-form-custom-declare-variable):
17521 Call byte-compile-nogroup-warn if appropriate.
17522
17523 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17524 (compilation-set-window): Don't call left-fringe-p; do it directly.
17525
17526 2005-05-19 Jay Belanger <belanger@truman.edu>
17527
17528 * calc/calc-graph.el (calc-graph-format-data): Make sure
17529 var-PlotRejects is bound before trying to check its value.
17530
17531 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17532
17533 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17534 definition of this variable from reftex-global.el to reftex.el,
17535 because it is needed in the menu.
17536
17537 2005-05-19 Lute Kamstra <lute@gnu.org>
17538
17539 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17540 years are fixed. Don't insert a space after a dash.
17541
17542 2005-05-19 Kim F. Storm <storm@cua.dk>
17543
17544 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17545
17546 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17547
17548 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17549 strings, because (eq ... ?\\) is fairly frequent.
17550
17551 * progmodes/make-mode.el (makefile-add-this-line-targets):
17552 Simplify and integrate into `makefile-pickup-targets'.
17553 (makefile-add-this-line-macro): Simplify and integrate into
17554 `makefile-pickup-macros.
17555 (makefile-pickup-filenames-as-targets): Simplify.
17556 (makefile-previous-dependency, makefile-match-dependency):
17557 Don't stumble over `::'.
17558
17559 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17560
17561 * subr.el (post-command-idle-hook, post-command-idle-delay):
17562 Remove obsoletion of post-command-idle-hook and
17563 post-command-idle-delay.
17564
17565 * faces.el (list-faces-display): Provide button when describe-face
17566 is called to take user back to the list of faces.
17567
17568 * help-fns.el (describe-variable): Remove hyperlinks in a
17569 variable's value as these are quite frequently inappropriate.
17570
17571 * follow.el (follow-submit-feedback, follow-mode):
17572 Remove references to post-command-idle-hook.
17573
17574 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17575
17576 * progmodes/make-mode.el (makefile-previous-dependency)
17577 (makefile-match-dependency): Check for := (and in bsd mode also
17578 !=) to give a better result, even when font-lock is not on.
17579
17580 2005-05-18 Jay Belanger <belanger@truman.edu>
17581
17582 * calc/calc-help.el (calc-s-prefix-help):
17583 Add `calc-copy-special-constant' to help string.
17584
17585 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17586
17587 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17588
17589 2005-05-18 Jay Belanger <belanger@truman.edu>
17590
17591 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17592 in linear factors are in proper order.
17593
17594 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17595
17596 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17597 Support for jurabib.
17598
17599 * textmodes/reftex.el (featurep): Define aliases for overlay
17600 commands, for XEmacs compatibility, and use these aliases in
17601 overlay initializations.
17602 (reftex-highlight): Use `reftex-move-overlay'.
17603 (reftex-unhighlight): Use `reftex-delete-overlay'.
17604 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17605 (reftex-access-search-path): Use `reftex-uniquify' instead of
17606 `reftex-uniq'
17607
17608 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17609 `before-string' property modification enables for Emacs as well.
17610 (reftex-select-item): Use `reftex-delete-overlay'.
17611 (reftex-select-mark): Use `reftex-make-overlay' and
17612 `reftex-overlay-put'.
17613 (reftex-select-unmark): Use `reftex-delete-overlay' and
17614 `reftex-overlay-put'.
17615
17616 2005-05-18 Lute Kamstra <lute@gnu.org>
17617
17618 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17619
17620 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17621
17622 * add-log.el (add-change-log-entry):
17623 * array.el (array-make-template, array-reconfigure-rows)
17624 (array-init-max-row, array-init-max-column)
17625 (array-init-columns-per-line, array-init-field-width):
17626 * replace.el (replace-match-maybe-edit, perform-replace):
17627 * textmodes/spell.el (spell-region):
17628 Replace `read-input' by `read-string'.
17629
17630 * forms.el (forms-mode):
17631 * finder.el (finder-compile-keywords):
17632 * shadowfile.el (shadow-read-files):
17633 Replace `eval-current-buffer' by `eval-buffer'.
17634
17635 * terminal.el (te-pass-through):
17636 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17637 (ange-ftp-raw-send-cmd):
17638 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17639 (send-process-next-char, telnet-initial-filter, telnet):
17640 Replace `send-string' by `process-send-string'.
17641
17642 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17643 (prolog-consult-region): Replace `send-string' by
17644 `process-send-string'; replace `send-region' by `process-send-region'.
17645
17646 * progmodes/delphi.el (delphi-log-msg):
17647 Replace `set-window-dot' by `set-window-point'.
17648
17649 * subr.el (window-dot, set-window-dot, read-input, send-string)
17650 (send-region, show-buffer, eval-current-buffer):
17651 Make really obsolete, as the comment says.
17652
17653 2005-05-17 Kim F. Storm <storm@cua.dk>
17654
17655 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17656 (cua--init-keymaps): Bind C-return instead of S-return to set
17657 rectangle mark.
17658
17659 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17660 instead of S-return to toggle/clear rectangle mark.
17661
17662 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17663
17664 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17665 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17666 Also fontify plain strings assigned to variables, mostly so that a
17667 colon has a face and is thus not taken as a dependency separator.
17668 (makefile-previous-dependency): Inline the new matcher, because it
17669 is too complex to work in both directions.
17670 (makefile-match-dependency): Eliminate `backward' arg (see above).
17671 Completely reimplemented so as to not sometimes go into an endless
17672 loop. It should also be more efficient, because first it only
17673 searches for `:', instead of applying the very complex regexp.
17674 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17675 to be fontified in one piece can be too long for JIT.
17676 Makefiles are never *that* big.
17677
17678 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17679
17680 * dired.el (dired-mode): Simplify.
17681
17682 2005-05-17 Lute Kamstra <lute@gnu.org>
17683
17684 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17685 defcustom for the mode hook variable.
17686
17687 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17688 Emacs Lisp Reference Manual.
17689
17690 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17691
17692 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17693 (evenp, list*):
17694 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17695 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17696
17697 * net/tramp-smb.el (tramp-smb-open-connection):
17698 Pass `tramp-chunksize' as fifth (required) argument.
17699
17700 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17701
17702 * font-lock.el (lisp-font-lock-keywords-1):
17703 Set `font-lock-negation-char-face' for [^...] char group.
17704 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17705
17706 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17707 a var, and refine it to mask one more level of nested vars.
17708 (makefile-rule-action-regex): Turn it into a var, and refine it so
17709 it recognizes backslashed continuation lines as belonging to the
17710 same command.
17711 (makefile-macroassign-regex): Refine it so it recognizes
17712 backslashed continuation lines as belonging to the same command.
17713 (makefile-var-use-regex): Don't look at the next char, because it
17714 might be the same one to be skipped by the initial [^$], leading
17715 to an overlooked variable use.
17716 (makefile-make-font-lock-keywords): Remove two parameters, which
17717 are now variables that some of the modes set locally.
17718 Handle dependency and rule action matching through functions, because
17719 regexps alone match too often. Dependency matching now comes
17720 last, so it can check, whether a colon already matched something else.
17721 (makefile-mode): Inform that font-lock improves makefile parsing
17722 capabilities.
17723 (makefile-match-dependency, makefile-match-action): New functions.
17724
17725 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17726
17727 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17728
17729 * align.el (align-regexp):
17730 * ansi-color.el (ansi-color-get-face):
17731 * array.el (array-reconfigure-rows, array-init-max-row)
17732 (array-init-max-column, array-init-columns-per-line)
17733 (array-init-field-width):
17734 * dired-aux.el (dired-trample-file-versions):
17735 * dired-x.el (dired-mark-sexp):
17736 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17737 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17738 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17739 * faces.el (face-read-integer):
17740 * files.el (backup-extract-version, insert-directory):
17741 * hexl.el (hexl-insert-decimal-char):
17742 * server.el (server-process-filter):
17743 * shell.el (shell-extract-num):
17744 * startup.el (command-line-1):
17745 * term.el (term-command-hook):
17746 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17747 (time-stamp-do-number):
17748 * time.el (display-time-update):
17749 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17750 (timezone-fix-time):
17751 * vms-patch.el (vms-suspend-resume-hook):
17752 * calendar/appt.el (appt-convert-time):
17753 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17754 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17755 * calendar/cal-islam.el (mark-islamic-diary-entries):
17756 * calendar/calendar.el (calendar-cursor-to-date)
17757 (calendar-star-date):
17758 * calendar/diary-lib.el (diary-attrtype-convert)
17759 (mark-diary-entries, diary-entry-time):
17760 * calendar/solar.el (solar-get-number):
17761 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17762 * emacs-lisp/re-builder.el (reb-display-subexp):
17763 * emulation/edt.el (edt-set-scroll-margins):
17764 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17765 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17766 (vip-get-ex-count):
17767 * emulation/viper-ex.el (viper-get-ex-token)
17768 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17769 * international/fontset.el (fontset-plain-name):
17770 * mail/feedmail.el (feedmail-look-at-queue-directory):
17771 * mail/mailalias.el (mail-get-names):
17772 * mail/rmail.el (rmail-convert-to-babyl-format):
17773 * mail/rmailsum.el (rmail-make-basic-summary-line)
17774 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17775 (rmail-summary-goto-msg):
17776 * mail/smtpmail.el (smtpmail-read-response):
17777 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17778 (ange-ftp-vms-add-file-entry):
17779 * play/gametree.el (gametree-looking-at-ply)
17780 (gametree-current-branch-score):
17781 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17782 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17783 * progmodes/cperl-mode.el (condition-case):
17784 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17785 (ebrowse-set-member-buffer-column-width)
17786 (ebrowse-select-1st-to-9nth):
17787 * progmodes/etags.el (etags-snarf-tag):
17788 * progmodes/flymake.el (flymake-parse-line):
17789 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17790 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17791 (idlwave-shell-menu-def):
17792 * progmodes/ps-mode.el (ps-run-goto-error):
17793 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17794 (vhdl-speedbar-contract-level):
17795 * term/mac-win.el (x-handle-numeric-switch):
17796 * term/sun-mouse.el (sun-get-frame-data):
17797 * term/w32-win.el (x-handle-numeric-switch):
17798 * term/x-win.el (x-handle-numeric-switch):
17799 * textmodes/ispell.el (ispell-parse-output):
17800 * textmodes/nroff-mode.el (nroff-outline-level):
17801 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17802 (reftex-bib-sort-year-reverse, reftex-format-citation):
17803 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17804 (reftex-section-number):
17805 * textmodes/texinfmt.el (texinfo-paragraphindent):
17806 Replace `string-to-int' by `string-to-number'.
17807
17808 * international/latexenc.el: Add page marker to force the "Local
17809 Variables:" string out of the last page.
17810
17811 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17812
17813 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17814 tooltip-change-major-mode.
17815 (gud-tooltip-print-command): Remove case where gud-minor-mode
17816 is gdb ("--fullname").
17817 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17818 explain to user.
17819
17820 2005-05-16 Jay Belanger <belanger@truman.edu>
17821
17822 * calc/calc-store.el (calc-copy-special-constant): New function.
17823
17824 * calc/calc-ext.el (calc-init-extensions): Add binding for
17825 `calc-copy-special-constant'.
17826
17827 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17828 for the `calc-copy-special-constant' command.
17829
17830 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17831
17832 * subr.el (left-fringe-p): New function.
17833
17834 * progmodes/compile.el (compilation-setup): Set local value of
17835 overlay-arrow-string to "" always.
17836 (compilation-set-window): Left fringe then don't scroll.
17837 No left fringe then no arrow and scroll message to top.
17838 (compilation-context-lines): Adjust doc string accordingly.
17839
17840 2005-05-16 Kim F. Storm <storm@cua.dk>
17841
17842 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17843 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17844 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17845 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17846 (ido-read-file-name): Handle commands with ido property value
17847 equal to find-file as reading a file name, to allow C-d to enter dired.
17848 (ibuffer-find-file): Add ido property with value find-file.
17849
17850 2005-05-15 Kim F. Storm <storm@cua.dk>
17851
17852 * subr.el (open-network-stream-nowait): Remove.
17853 (open-network-stream-server): Remove.
17854
17855 2005-05-15 Richard M. Stallman <rms@gnu.org>
17856
17857 * faces.el (describe-face): Output a definition link button.
17858
17859 * help-mode.el (help-face-def): New button type.
17860
17861 * emacs-lisp/copyright.el (copyright-fix-years):
17862 Match properly if the first year is 2-digit.
17863 Don't mess up the whitespace after the years by filling.
17864
17865 * dired-aux.el (dired-mark-confirm):
17866 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17867
17868 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17869 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17870 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17871
17872 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17873 Set font-lock-comment-start-skip.
17874
17875 * font-lock.el (font-lock-comment-start-skip): New variable.
17876 (font-lock-comment-end-skip): New variable.
17877 (font-lock-fontify-syntactically-region): Use them if non-nil.
17878
17879 2005-05-15 Jay Belanger <belanger@truman.edu>
17880
17881 * calc/calc-store.el (calc-store-value): Return a string rather
17882 than display it as a message.
17883 Use calc-var-name for variable name.
17884 (calc-store-into): Add the result of calc-store-value to message.
17885 (calc-copy-variable): Add a message.
17886 (calc-store-exchange): Improve error messages.
17887 (calc-store-binary, calc-store-map): Don't reset the values of
17888 special constants.
17889
17890 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17891
17892 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17893 manual to docstring.
17894
17895 * files.el (hack-local-variables-confirm): Add STRING argument.
17896 Make the function handle non file visiting buffers correctly.
17897 (hack-local-variables-prop-line, hack-local-variables)
17898 (hack-one-local-variable): Use STRING arg of
17899 `hack-local-variables-confirm'.
17900
17901 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17902
17903 Sync with Tramp 2.0.49.
17904
17905 * net/tramp.el (tramp-handle-dired-call-process)
17906 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17907 because the contents of the Tramp buffer is changed before
17908 insertion (`expand-file' and alike).
17909 (tramp-handle-insert-directory): If `localname' has an empty
17910 nondirectory name, it must not be quoted.
17911 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17912 variable `tramp-chunksize'. Change callees.
17913 (tramp-open-connection-setup-interactive-shell): Check remote host
17914 for buggy `send-process-string' implementation.
17915 Set `tramp-chunksize' if found. Reported by Michael Kifer
17916 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17917 (tramp-handle-shell-command): `insert-buffer' cannot be used
17918 because the contents of the Tramp buffer is changed before
17919 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17920 <frederic.bothamy@free.fr>.
17921 (tramp-set-auto-save): Actions should be done for Tramp file name
17922 handler only. Ange-FTP has its own auto-save mechanism.
17923 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17924 (tramp-set-auto-save-file-modes): Set file modes of
17925 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17926 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17927 (tramp-bug): Remove obsolete variable.
17928 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17929 for presence of `mml-mode'. Make it running for older Emacsen as well.
17930
17931 2005-05-14 John Paul Wallington <jpw@pobox.com>
17932
17933 * ibuf-ext.el (define-ibuffer-filter filename):
17934 If `dired-directory' is a list, use its car.
17935
17936 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17937
17938 * ibuffer.el (define-ibuffer-column filename):
17939 If `dired-directory' is a list, use its car.
17940
17941 2005-05-14 Richard M. Stallman <rms@gnu.org>
17942
17943 * subr.el (symbol-file): Doc fix.
17944
17945 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17946 (byte-compile-form): Call byte-compile-nogroup-warn.
17947 (byte-compile-warning-types): Doc fix.
17948
17949 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17950
17951 * progmodes/cc-engine.el (c-literal-faces):
17952 Add font-lock-comment-delimiter-face.
17953
17954 * net/net-utils.el (dig): Use with-no-warnings.
17955
17956 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17957 (sc-recite-frame-alist, sc-default-cite-frame)
17958 (sc-default-uncite-frame, sc-default-recite-frame)
17959 (sc-attrib-selection-list, sc-rewrite-header-list):
17960 Mark as risky-local-variable.
17961
17962 * international/ogonek.el (ogonek-jak, ogonek-how):
17963 Don't use beginning-of-buffer.
17964
17965 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17966
17967 * calendar/solar.el (solar-data-list): Move definition up.
17968
17969 * dnd.el (dnd-protocol-alist): Add autoload.
17970
17971 * progmodes/sh-script.el: Many doc usage fixes.
17972 (sh-indent-after-do): Change default to match common styles.
17973
17974 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17975
17976 * files.el (interpreter-mode-alist)
17977 (auto-mode-interpreter-regexp): Doc fixes.
17978
17979 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17980
17981 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17982
17983 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17984
17985 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17986
17987 * dired.el (dired-mode): make-variable-buffer-local =>
17988 make-local-variable.
17989
17990 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17991
17992 * term/mac-win.el (mac-select-convert-to-string): Try coding
17993 systems in mac-script-code-coding-systems if specified one cannot
17994 encode string for `com.apple.traditional-mac-plain-text'.
17995
17996 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17997
17998 * progmodes/make-mode.el (makefile-targets-face)
17999 (makefile-shell-face, makefile-makepp-perl-face): New faces.
18000 (makefile-dependency-regex): Fix it to not make the colon in
18001 $(var:a=b) special.
18002 (makefile-rule-action-regex): New regexp for highlighting embedded
18003 Shell strings.
18004 (makefile-macroassign-regex): Handle != for highlighting as
18005 embedded Shell strings.
18006 (makefile-var-use-regex): New const.
18007 (makefile-statements, makefile-automake-statements)
18008 (makefile-gmake-statements, makefile-makepp-statements)
18009 (makefile-bsdmake-statements): New consts.
18010 (makefile-make-font-lock-keywords): New function.
18011 (makefile-automake-font-lock-keywords)
18012 (makefile-gmake-font-lock-keywords)
18013 (makefile-makepp-font-lock-keywords)
18014 (makefile-bsdmake-font-lock-keywords): New consts.
18015 (makefile-mode-map): Add switchers between the various submodes.
18016 (makefile-mode): Document the availability of the variants.
18017 (makefile-automake-mode, makefile-gmake-mode)
18018 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18019
18020 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18021 new variants of makefile-mode.
18022
18023 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * font-lock.el (font-lock-comment-delimiter-face): Fix up
18026 the inheritance.
18027
18028 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
18029
18030 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18031 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18032
18033 * files.el (normal-mode): Extend the scope of the
18034 `enable-local-variables' binding to include the `set-auto-mode' call.
18035 (magic-mode-alist): Doc fix.
18036
18037 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18040 font-lock-comment-face rather than copying its setting.
18041
18042 2005-05-12 Andreas Schwab <schwab@suse.de>
18043
18044 * eshell/esh-mode.el (eshell-send-input): Doc fix.
18045
18046 2005-05-12 Lute Kamstra <lute@gnu.org>
18047
18048 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18049 defcustom for the mode hook variable. Delete the last argument.
18050 * generic-x.el: Fix callers of define-generic-mode.
18051 (generic-x-modes): Delete group.
18052 (show-tabs-tab-face, show-tabs-space-face): Put them in the
18053 generic-x customization group.
18054
18055 2005-05-12 Kim F. Storm <storm@cua.dk>
18056
18057 * font-lock.el (font-lock-negation-char-face): Default to "off".
18058
18059 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18060 font-lock-negation-char-face to ! in !=.
18061
18062 2005-05-12 Masatake YAMATO <jet@gyve.org>
18063
18064 * add-log.el (find-change-log): Fix typos in the docstring
18065 of function.
18066
18067 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18068
18069 * international/latexenc.el (latexenc-find-file-coding-system):
18070 Avoid `re-search-forward' when looking for input encoding because
18071 of speed and safety. Better regular expressions for recognizing
18072 input encoding. Limit a search for TeX-master/tex-main-file to
18073 the local variable section.
18074
18075 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
18076
18077 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18078 syntax of $ to "'" (quote).
18079
18080 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
18081
18082 * dnd.el (dnd-protocol-alist): Improve custom type.
18083
18084 * dired.el (dired-dnd-protocol-alist): New variable.
18085 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
18086 `dired-mode-hook' to the end.
18087
18088 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18089
18090 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18091 comment-end if comment-start-skip is not set.
18092 Obey the font-lock-comment-delimiter-face variables.
18093
18094 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
18095
18096 * files.el (executable-find): Move from executable.el. Use
18097 locate-file.
18098 * progmodes/executable.el (executable-find): Move to files.el.
18099
18100 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18101 when trying to ensure forward progress.
18102
18103 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
18104
18105 * mouse-sel.el (mouse-sel-follow-link-p): New function.
18106 (mouse-select, mouse-select-internal, mouse-extend-internal):
18107 Use it to implement mouse-1-click-follows-link functionality.
18108
18109 2005-05-11 Richard M. Stallman <rms@gnu.org>
18110
18111 * font-lock.el (font-lock-fontify-syntactically-region):
18112 Use font-lock-comment-delimiter-face for comment delimiters.
18113
18114 2005-05-10 Jay Belanger <belanger@truman.edu>
18115
18116 * calc/calc-help.el (calc-m-prefix-help): Add mention of
18117 preserving embedded modes.
18118
18119 2005-05-10 Richard M. Stallman <rms@gnu.org>
18120
18121 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18122
18123 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18124 Move from ada-stmt.el.
18125 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18126
18127 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18128 Move to ada-mode.el.
18129 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18130
18131 * cus-edit.el (custom-file): Call file-chase-links.
18132
18133 * files.el (read-directory-name): Fix previous change.
18134 (hack-local-variables-confirm): New function.
18135 (hack-local-variables-prop-line, hack-local-variables)
18136 (hack-one-local-variable): Use it.
18137
18138 2005-05-10 Lute Kamstra <lute@gnu.org>
18139
18140 * font-lock.el (font-lock-keywords-alist)
18141 (font-lock-removed-keywords-alist): Clarify docstrings.
18142
18143 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
18144
18145 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18146 (gdb-source-info): Check for preprocessor info.
18147 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
18148 a macro for a function.
18149 (gdb-info-breakpoints-custom): Try to find file again if not already
18150 found (user might have used GDB dir command).
18151 (gdb-get-location): Update gdb-location-alist correctly for change
18152 to gdb-info-breakpoints-custom.
18153
18154 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18155 (gud-tooltip-print-command): Add gdbmi case.
18156 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18157 preprocessor info.
18158
18159 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
18160
18161 * startup.el (fancy-splash-insert): Fix typo in doc string.
18162
18163 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
18164
18165 * obsolete/float.el (string-to-float):
18166 * obsolete/hilit19.el (hilit-add-pattern):
18167 * obsolete/rnews.el (news-parse-range, news-select-message)
18168 (news-get-pruned-list-of-files): Replace `string-to-int' by
18169 `string-to-number'.
18170
18171 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18172 `find-file-not-found-hooks'; use `add-hook'.
18173 (uncompress-while-visiting): Set `write-file-functions', not
18174 `write-file-hooks'; use `add-hook'.
18175
18176 2005-05-09 Kim F. Storm <storm@cua.dk>
18177
18178 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18179 (cua-paste): Handle clipboard action.
18180 (cua--init-keymaps): Remap clipboard-kill-region and
18181 clipboard-kill-ring-save.
18182
18183 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18184
18185 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18186 Improve commentary.
18187
18188 * simple.el (next-error-overlay-arrow-position): Revert the change
18189 made on 2005-04-30.
18190
18191 2005-05-07 Jay Belanger <belanger@truman.edu>
18192
18193 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18194 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18195 `calc-sel-reselect'.
18196
18197 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18198 Calc is in embedded mode.
18199
18200 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18201
18202 * progmodes/compile.el (compilation-setup):
18203 Set overlay-arrow-string to an empty string on text terminals.
18204
18205 * textmodes/ispell.el (ispell-program-name): Try looking for
18206 "aspell" along exec-path, and if found, use it as the default
18207 speller program.
18208
18209 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18210
18211 * international/mule.el (sgml-xml-auto-coding-function):
18212 Recognize encoding='FOO' in single quotes as well as in double quotes.
18213
18214 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18215
18216 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18217 as well as `interactive', so that defmacro* would recognize
18218 `declare' forms.
18219
18220 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18221
18222 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18223 Explain more about the LIGHTER arg's usage in the doc string.
18224 Add commentary to clarify what the code does. Fix the regexp that
18225 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18226 since it could have characters special to regular expressions.
18227
18228 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18229
18230 * replace.el (occur-1): Bind inhibit-read-only so that
18231 erase-buffer doesn't barf on read-only text properties (likewise
18232 for add-text-properties in occur-engine). Mark buffer as unmodified.
18233 (occur-engine): Don't set buffer-read-only here.
18234
18235 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18238 list-buffers-directory. This caused the *cvs-commit* buffer to be
18239 sometimes mistakenly reused as a *cvs* buffer.
18240
18241 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18242
18243 * tooltip.el: Move code for GUD tooltips into gud.el.
18244 (require): CL no longer needed to compile case.
18245 (tooltip-mode): Do not toggle functions for GUD tooltips.
18246 (tooltip-gud-tips-p): Remove. Replace with minor mode
18247 gud-tooltip-mode in gud.el.
18248 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18249 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18250 tooltip-gud prefix with gud-tooltip and obsolete.
18251 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18252 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18253 (tooltip-mouse-motion): Mouse movement functions/variable.
18254 Rename in gud.el by adding gud prefix.
18255 (tooltip-gud-original-filter, tooltip-gud-dereference)
18256 (tooltip-gud-event, tooltip-toggle-gud-tips)
18257 (tooltip-gud-process-output, tooltip-gud-print-command)
18258 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18259 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18260 (gdb-tooltip-print): Move to gdb-ui.el.
18261
18262 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18263 (require): CL needed to compile case.
18264 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18265 tooltip-gud-tips-p. Make it a minor-mode.
18266 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18267 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18268 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18269 (gud-tooltip-change-major-mode)
18270 (gud-tooltip-activate-mouse-motions-if-enabled)
18271 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18272 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18273 (gud-tooltip-original-filter, gud-tooltip-dereference)
18274 (gud-tooltip-event, tooltip-toggle-gud-tips)
18275 (gud-tooltip-process-output, gud-tooltip-print-command)
18276 (gud-tooltip-tips): Move from tooltip.el.
18277
18278 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18279 (gdb-cpp-define-alist-flags): Doc fix.
18280 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18281 gud-tooltip-mode is t.
18282
18283 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18284
18285 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18286 evaporate if their text is deleted.
18287 (goto-address-at-point): Make it work as a mouse binding as well.
18288 (goto-address-at-mouse): Obsolete it. Update users.
18289
18290 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18291
18292 * calendar/appt.el (top-level): No longer activate on load.
18293
18294 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18295
18296 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18297 * net/webjump.el (webjump):
18298 * progmodes/idlw-help.el (idlwave-do-context-help1)
18299 (idlwave-highlight-linked-completions):
18300 * textmodes/po.el (po-find-file-coding-system-guts):
18301 Replace `assoc-ignore-case' by `assoc-string'.
18302
18303 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18304
18305 * files.el (locate-file): Doc fix.
18306
18307 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18308 Remove the redundant test for ms-dos.
18309
18310 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18311 look for the preprocessor with exec-suffixes. If not found in
18312 standard places, look in exec-path. Remove most of the tests that
18313 used system-type.
18314
18315 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18316
18317 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18318
18319 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18320 file-name clash with jka-compr.el on 8+3 filesystems.
18321
18322 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18323
18324 * term/mac-win.el: Don't define or bind scroll bar functions if
18325 x-toolkit-scroll-bars is t.
18326 (x-select-text, x-get-selection-value): Clear
18327 x-last-selected-text-clipboard if x-select-enable-clipboard is
18328 nil.
18329 (PRIMARY): Put mac-scrap-name property.
18330 (mac-select-convert-to-file-url): New function.
18331 (public.file-url): New selection target type. Add to
18332 selection-converter-alist.
18333 (x-get-selection, x-selection-value): Handle it.
18334 (x-cut-buffer-or-selection-value): New alias.
18335
18336 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18337
18338 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18339 entry to avoid calling bibtex-find-entry with arg global
18340 being t. Remove arg key.
18341 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18342 (bibtex-copy-summary-as-kill): Change accordingly.
18343
18344 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18345
18346 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18347 (org-agenda-date-later): Use with-current-buffer.
18348
18349 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18350
18351 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18352 (define-obsolete-variable-alias): Doc Fixes.
18353
18354 2005-05-06 Kim F. Storm <storm@cua.dk>
18355
18356 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18357 vertical-motion when selective-display is active.
18358
18359 * ido.el (ido-setup-hook): New hook.
18360 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18361 (ido-input-stack): New var.
18362 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18363 ido-next-work-file binding to M-O.
18364 Bind M-f to ido-wide-find-file-or-pop-dir.
18365 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18366 (ido-read-internal): Run ido-setup-hook.
18367 Catch quit in read-file-name and read-string to cancel edit.
18368 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18369 Automatically pop-all when completing a directory name (RET).
18370 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18371 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18372 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18373 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18374 New functions for M-b/M-f to move among the directory components.
18375 (ido-make-merged-file-list): Catch quit to cancel merge.
18376 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18377 (ido-completion-help): No warnings for ido-completion-buffer-full.
18378
18379 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18380
18381 * font-lock.el (font-lock-negation-char-face): New face and variable.
18382 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18383 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18384 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18385 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18386
18387 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18388
18389 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18390 Fix typo in docstring.
18391
18392 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18393 (ebrowse-print-statistics-line)
18394 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18395
18396 * term/w32-win.el (image-library-alist): Add additional name for
18397 Xpm library.
18398
18399 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18400
18401 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18402 use gcc instead of cpp.
18403
18404 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18405 (gdb-create-define-alist): Use it.
18406 (gdb-cpp-define-alist-program): Update for MS-DOS.
18407
18408 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18409
18410 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18411
18412 2005-05-04 Richard M. Stallman <rms@gnu.org>
18413
18414 * help.el (describe-key): No error when UNTRANSLATED is nil.
18415
18416 * simple.el (line-move-1): Fix previous change to signal errors
18417 appropriately.
18418
18419 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18420
18421 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18422 (icalendar-duration-correction): Remove.
18423 (icalendar--get-event-properties): Split result at commas.
18424 (icalendar--decode-isoduration): New optional argument
18425 DURATION-CORRECTION.
18426 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18427 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18428 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18429 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18430 (icalendar--convert-anniversary-to-ical): New functions, extracted
18431 from icalendar-export-region, with bug fixes.
18432 (icalendar-export-region): Use the above functions.
18433 (icalendar-import-buffer): Check before saving diary file.
18434 (icalendar--convert-recurring-to-diary)
18435 (icalendar--convert-non-recurring-all-day-to-diary)
18436 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18437 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18438 (icalendar--convert-ical-to-diary): Use the above functions.
18439
18440 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18441
18442 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18443 Remove these recent additions.
18444 (c-mode): Restore to before 2005-04-28.
18445
18446 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18447 recent addition.
18448
18449 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18450 (gdb-define-alist): New variables.
18451 (gdb-create-define-alist): New function.
18452 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18453 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18454 with string-to-number.
18455 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18456
18457 * progmodes/gud.el: Replace string-to-int with string-to-number.
18458 (gud-find-file): Handle gdb-define-alist.
18459
18460 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18461
18462 2005-05-02 Jay Belanger <belanger@truman.edu>
18463
18464 * calc/calc-aent.el (math-read-token):
18465 * calc/calc-bin.el (calc-word-size):
18466 * calc/calc-ext.el (calc-read-number-fancy):
18467 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18468 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18469 * calc/calc-frac.el (calc-over-notation):
18470 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18471 (calc-graph-num-points, calc-graph-init):
18472 * calc/calc-prog.el (calc-read-parse-table-part)
18473 (calc-edit-macro-repeats):
18474 * calc/calc-yank.el (calc-do-grab-rectangle):
18475 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18476 Replace `string-to-int' by `string-to-number'.
18477
18478 2005-05-02 Kim F. Storm <storm@cua.dk>
18479
18480 * kmacro.el: Use executing-kbd-macro-index variable.
18481
18482 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18483
18484 * net/rlogin.el (rlogin-parse-words): Delete func.
18485 (rlogin): Use split-string, not rlogin-parse-words.
18486 Also, if there are option-like elements in the parsed args,
18487 take the host to be the first arg immediately following them.
18488 Suggested by Michael Mauger.
18489
18490 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18491
18492 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18493
18494 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18495
18496 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18497 (cc-mode-cpp-program): Rename to cc-define-list-program and
18498 move to cc-vars.el.
18499
18500 * progmodes/cc-vars.el (cc-define-list-program):
18501 Change to "gcc -E -dM -". Make customizable.
18502
18503 2005-05-02 Kim F. Storm <storm@cua.dk>
18504
18505 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18506
18507 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18508
18509 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18510
18511 * international/mule-util.el (truncate-string): Remove alias and
18512 obsolete declaration.
18513
18514 * international/mule-cmds.el (update-iso-coding-systems):
18515 Remove alias and obsolete declaration.
18516
18517 * international/mule.el (coding-system-parent): Remove alias and
18518 obsolete declaration.
18519
18520 * subr.el (define-function, sref): Remove aliases and obsolete
18521 declarations.
18522 (chars-in-region): Remove obsolete declaration.
18523
18524 2005-05-01 Richard M. Stallman <rms@gnu.org>
18525
18526 * info.el (Info-mode): Set widen-automatically to nil, locally.
18527
18528 * simple.el (widen-automatically): New variable.
18529 (pop-global-mark): Obey widen-automatically.
18530
18531 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18532
18533 * term/xterm.el (function-key-map): Call substitute-key-definition
18534 before the keymap size is increased by a lot of define-key calls.
18535
18536 2005-05-01 Richard M. Stallman <rms@gnu.org>
18537
18538 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18539 Rename ARG to ELEMENT. Doc fix.
18540
18541 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18542
18543 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18544 Remove references to allout-exposure/change to allout-new-exposure.
18545
18546 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18547 bytecode symbols.
18548
18549 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18550 (compiled-function-p, focus-frame, unfocus-frame):
18551 Remove aliases and obsolete declarations.
18552 Back out inadvertent changes from previous commit.
18553
18554 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18555
18556 * files.el (require-final-newline): Make Custom tags consistent
18557 with mode-require-final-newline.
18558 (mode-require-final-newline): Doc fix.
18559
18560 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * international/latexenc.el (latexenc-find-file-coding-system):
18563 Fix regular expressions.
18564
18565 2005-05-01 David Kastrup <dak@gnu.org>
18566
18567 * international/latexenc.el (latexenc-find-file-coding-system):
18568 Fix regular expressions.
18569
18570 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18571
18572 * subr.el (string-to-int): Make obsolete.
18573
18574 2005-04-30 Richard M. Stallman <rms@gnu.org>
18575
18576 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18577
18578 * loadup.el: load jka-comp-hook.
18579
18580 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18581 (jka-compr-handler): Add autoload. `put' calls moved
18582 to jka-comp-hook.el.
18583 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18584 (jka-compr-inhibit): Autoload.
18585
18586 * jka-comp-hook.el: New file.
18587 Enable the mode by default.
18588
18589 * files.el (backup-buffer-copy): Use copy-file instead
18590 of write-region, and put back the 'excl.
18591
18592 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18593
18594 * progmodes/flymake.el (flymake-split-string)
18595 (flymake-split-string, flymake-log, flymake-pid-to-names)
18596 (flymake-reg-names, flymake-get-source-buffer-name)
18597 (flymake-unreg-names, flymake-add-line-err-info)
18598 (flymake-add-err-info): Clarify docstrings.
18599 (flymake-popup-menu, flymake-make-emacs-menu)
18600 (flymake-make-xemacs-menu): Add docstrings.
18601 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18602 Set variables directly throughout.
18603
18604 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18605
18606 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18607 exists. Initialize cc-define-alist.
18608 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18609 If there is no file (Macroexpansion) don't create an alist.
18610
18611 2005-04-29 Sam Steingold <sds@gnu.org>
18612
18613 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18614 (cc-create-define-alist): Use it instead of the hard-coded string.
18615
18616 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18617
18618 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18619 for latexenc.
18620
18621 2005-04-29 Lute Kamstra <lute@gnu.org>
18622
18623 * emacs-lisp/generic.el: Improve commentary section.
18624 (define-generic-mode): Improve docstring.
18625
18626 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18627
18628 * textmodes/org.el (many places): Change to quiet the byte compiler.
18629 (org-prefix-format-compiled): New variable.
18630 (org-compile-prefix-format): New function.
18631 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18632 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18633 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18634 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18635 consistency with entries from `org-mode' files.
18636 (org-get-time-of-day): Fix bug with partial matches early in a line.
18637 (org-non-link-chars): New constant.
18638 (org-link-regexp): Respect `org-non-link-chars'.
18639 (org-agenda-day-view): Remove command.
18640 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18641 (org-follow-bbdb-link, org-store-link): Search also company field.
18642 (org-highlight-overlay): New variable.
18643 (org-highlight, org-unhighlight): New functions.
18644 (org-agenda-mode): Add pre-command-hook to remove highlight.
18645 (org-evaluate-time-range): Behavior depends upon whether time stamp
18646 contains a time or not.
18647 (org-show-subtree, org-show-entry): New functions.
18648 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18649
18650 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18651
18652 * comint.el (comint-output-filter-functions): Add autoload cookie.
18653
18654 2005-04-28 Kim F. Storm <storm@cua.dk>
18655
18656 * ido.el (ido-everywhere): Fix last change.
18657
18658 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18659
18660 * international/latexenc.el: New file.
18661 * international/mule-conf.el (file-coding-system-alist): For .tex,
18662 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18663
18664 2005-04-28 Lute Kamstra <lute@gnu.org>
18665
18666 * font-lock.el (font-lock-add-keywords)
18667 (font-lock-remove-keywords): Clarify docstring.
18668 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18669 Don't start docstrings with a `*'.
18670 (font-lock-update-removed-keyword-alist): Give it a docstring.
18671
18672 * generic-x.el: Update commentary section.
18673 Only require font-lock when compiling.
18674 Define all modes conditionally.
18675 Place all generic modes in the generic-x-modes customization group.
18676 (generic-x-modes): New customization group.
18677 (generic-default-modes, generic-mswindows-modes)
18678 (generic-unix-modes, generic-other-modes): New constants.
18679 (generic-define-mswindows-modes, generic-define-unix-modes):
18680 Update docstrings. Make them obsolete.
18681 (generic-extras-enable-list): New default value. Update docstring.
18682 Improve :type. Change :set function.
18683 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18684 Fix docstring.
18685
18686 * emacs-lisp/generic.el (generic-mode-internal):
18687 Simplify font-lock-defaults.
18688 (define-generic-mode): Fix docstring.
18689
18690 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18693 font-lock-face property to highlight matches.
18694
18695 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18696
18697 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18698 (cc-define-alist): New variable.
18699 (c-mode): Make it local and initialize it.
18700
18701 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18702 (gdb-exited): New function.
18703 (gdb-annotation-rules): Use it.
18704 (gdb-starting): Set gdb-active-process to t.
18705 (gdb-stopping): Amend doc string.
18706 (gdb-reset): Set gdb-active-process to nil.
18707
18708 * tooltip.el (tooltip-gud-tips): Show the associated #define
18709 directives when a C program under GDB is not executing.
18710
18711 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18714 font-lock-fontify-syntactic-keywords.
18715
18716 * font-lock.el (font-lock-default-fontify-region): Don't force
18717 parse-sexp-lookup-properties to nil.
18718
18719 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18720
18721 * man.el (man-mode-syntax-table): Set up `:' to have
18722 word-constituent syntax.
18723
18724 2005-04-27 Lute Kamstra <lute@gnu.org>
18725
18726 * novice.el (disable-command): Don't add spurious newlines to the
18727 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18728
18729 2005-04-26 Jay Belanger <belanger@truman.edu>
18730
18731 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18732 than one window before deleting window.
18733
18734 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18735
18736 * shell.el (shell-prompt-pattern): Doc fix.
18737 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18738
18739 * comint.el (comint-prompt-regexp, comint-get-old-input)
18740 (comint-use-prompt-regexp)
18741 (comint-use-prompt-regexp-instead-of-fields)
18742 (comint-replace-by-expanded-history, comint-send-input)
18743 (comint-output-filter, comint-get-old-input-default)
18744 (comint-line-beginning-position, comint-bol, comint-show-output)
18745 (comint-backward-matching-input, comint-forward-matching-input)
18746 (comint-next-prompt, comint-previous-prompt):
18747 Rename `comint-use-prompt-regexp-instead-of-fields' to
18748 `comint-use-prompt-regexp'. Keep old name as alias and declare
18749 obsolete.
18750 (comint-use-prompt-regexp): Shorten first line of doc string.
18751
18752 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18753 Set paragraph-separate buffer locally to "\\'".
18754
18755 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18756 Adapt to above name change.
18757
18758 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18759 (smbclient-prompt-regexp): Ditto.
18760
18761 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18762
18763 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18764
18765 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18766 gdb-location-list.
18767 Break lines that are over 80 characters wide.
18768
18769 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18772 New fun and var, to preserve compatibility.
18773
18774 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18775
18776 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18777
18778 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18779 name to file-newer-than-file-p.
18780
18781 2005-04-26 Richard M. Stallman <rms@gnu.org>
18782
18783 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18784
18785 * progmodes/python.el (python-mode):
18786 Use new name eldoc-documentation-function.
18787
18788 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18789
18790 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18791 (eldoc-documentation-function):
18792 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18793
18794 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18795
18796 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18797
18798 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18799
18800 * term/xterm.el (function-key-map): Fix strings for
18801 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18802 {C,S,A,C-S}-{f1-f12}.
18803
18804 2005-04-26 Kenichi Handa <handa@m17n.org>
18805
18806 * international/mule-cmds.el (select-safe-coding-system):
18807 Fix previous change.
18808
18809 2005-04-26 Lute Kamstra <lute@gnu.org>
18810
18811 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18812
18813 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18814 (font-lock-comment-delimiter-face): Ditto.
18815
18816 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18817
18818 2005-04-25 Jay Belanger <belanger@truman.edu>
18819
18820 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18821 to t while inserting information; use help-mode.
18822
18823 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18824
18825 * term.el (ansi-term-color-vector): Use the xterm colors.
18826 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18827
18828 2005-04-25 Lute Kamstra <lute@gnu.org>
18829
18830 * font-core.el (font-lock-defaults): Fix docstring.
18831
18832 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18833
18834 2005-04-25 Kenichi Handa <handa@m17n.org>
18835
18836 * international/mule-cmds.el (select-safe-coding-system):
18837 Don't check consistency with coding: spec, etc if raw-text or
18838 no-conversion was found to be safe.
18839
18840 2005-04-24 Richard M. Stallman <rms@gnu.org>
18841
18842 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18843 citation markers at start of each line.
18844
18845 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18846 citation markers at start of each line.
18847
18848 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18849
18850 * files.el (mode-require-final-newline): Fix previous change.
18851 (require-final-newline): Fix type label.
18852
18853 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18854
18855 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18856 statement in buffer (broken by 2004-11-24 change).
18857
18858 2005-04-24 Kim F. Storm <storm@cua.dk>
18859
18860 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18861 and read-file-name-function values. Don't overwrite existing
18862 non-nil values if ido-mode is enabled without ido-everywhere.
18863
18864 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18865
18866 * files.el (mode-require-final-newline): Minor doc fix.
18867
18868 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18869
18870 * subr.el (syntax-after): Doc fix.
18871 (syntax-class): If argument is nil, return nil. Mask off upper 16
18872 bits, not 8 bits.
18873
18874 * files.el (mode-require-final-newline): Doc fix.
18875 (backup-buffer-copy): Fix last change.
18876
18877 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18878
18879 * term/mac-win.el: Require select. Set selection-coding-system to
18880 mac-system-coding-system. Call menu-bar-enable-clipboard.
18881 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18882 (x-select-enable-clipboard): New variables.
18883 (x-select-text, x-get-selection, x-selection-value)
18884 (x-get-selection-value, mac-select-convert-to-string)
18885 (mac-services-open-file, mac-services-open-selection)
18886 (mac-services-insert-text): New functions.
18887 (CLIPBOARD, FIND): Put mac-scrap-name property.
18888 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18889 (public.tiff): Put mac-ostype property.
18890 (selection-converter-alist): Add entries for them.
18891 (mac-application-menu-map): New keymap.
18892 (interprogram-cut-function, interprogram-paste-function): Set to
18893 x-select-text and x-get-selection-value, respectively.
18894 (split-window-keep-point): Set to t.
18895
18896 2005-04-23 Richard M. Stallman <rms@gnu.org>
18897
18898 * files.el (read-directory-name): Always pass non-nil
18899 DEFAULT-FILENAME arg to read-file-name.
18900 (backup-buffer-copy, basic-save-buffer-2): Take care against
18901 writing thru an unexpected existing symlink.
18902 (revert-buffer): In indirect buffer, revert the base buffer.
18903 (magic-mode-alist): Doc fix.
18904 (buffer-stale-function): Doc fix.
18905 (minibuffer-with-setup-hook): Avoid warning.
18906 (mode-require-final-newline): Doc and custom fix.
18907
18908 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18909
18910 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18911 use the default appearance.
18912 (font-lock-comment-delimiter-face): New face, new variable.
18913
18914 * imenu.el (imenu--generic-function): The official position of a
18915 definition is the start of the line that BEG is in.
18916
18917 * midnight.el (midnight-timer): Move defvar up.
18918
18919 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18920
18921 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18922
18923 * startup.el (command-line): Use with-no-warnings.
18924
18925 * window.el (window-size-fixed): New defvar.
18926
18927 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18928
18929 * mail/rmail.el (rmail-font-lock-keywords):
18930 Use font-lock-comment-delimiter-face.
18931
18932 * mail/sendmail.el (mail-font-lock-keywords):
18933 Use font-lock-comment-delimiter-face.
18934
18935 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18936
18937 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18938
18939 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18940 Specify t for LAXMATCH when matching directories.
18941 Save match data around compilation-compat-error-properties form.
18942
18943 2005-04-23 David Kastrup <dak@gnu.org>
18944
18945 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18946 Mention that the autoloaded aliases should be kept for AUCTeX.
18947
18948 2005-04-23 Andreas Schwab <schwab@suse.de>
18949
18950 * isearch.el (isearch-forward): Doc fix.
18951
18952 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18953
18954 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18955 (jit-lock-stealth-nice): Change default value to 0.5.
18956
18957 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18958
18959 * abbrev.el (write-abbrev-file): Write table entries in
18960 alphabetical order by table name.
18961
18962 2005-04-22 Kim F. Storm <storm@cua.dk>
18963
18964 * ido.el (ido-read-internal): Fix `list' completion.
18965
18966 2005-04-22 Kenichi Handa <handa@m17n.org>
18967
18968 * recentf.el (recentf-save-file-coding-system): New variable.
18969 (recentf-save-list): Encode the file by
18970 recentf-save-file-coding-system and add coding: tag.
18971
18972 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18973
18974 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18975
18976 2005-04-21 Lute Kamstra <lute@gnu.org>
18977
18978 * loadhist.el (unload-feature): Don't remove a function from hooks
18979 if it is about to be restored to an autoload . Remove functions
18980 that will become unbound from auto-mode-alist. Simplify the code.
18981
18982 * subr.el (assq-delete-all): New implementation that is linear,
18983 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18984 (rassq-delete-all): New function.
18985
18986 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18987 Add size-indication-mode.
18988
18989 2005-04-21 Kenichi Handa <handa@m17n.org>
18990
18991 * international/mule-cmds.el: Add autoload for widget-value in
18992 eval-when-compile.
18993
18994 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18995
18996 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18997 Add tooltip-mode.
18998
18999 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19000
19001 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
19002
19003 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19004 (inferior-lisp-filter-regexp, inferior-lisp-program)
19005 (inferior-lisp-load-command, inferior-lisp-prompt)
19006 (inferior-lisp-mode-hook, lisp-source-modes)
19007 (inferior-lisp-load-hook): defvar->defcustom.
19008 (inferior-lisp-program, inferior-lisp-prompt)
19009 (inferior-lisp-load-hook): Doc fixes.
19010 (inferior-lisp-install-letter-bindings): Small change in
19011 introductory comment.
19012
19013 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
19014
19015 * vc.el (vc-annotate-color-map): Change some colors so that text
19016 using them as foreground is readable on both white and black
19017 backgrounds.
19018
19019 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * international/mule-conf.el (translation-table-for-input):
19022 Remove redundant declaration.
19023
19024 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19025
19026 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19027
19028 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19029 (tooltip-toggle-gud-tips): New function.
19030
19031 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19032
19033 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19034 right angle brackets.
19035
19036 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
19037
19038 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19039
19040 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19041
19042 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19043 Remove. Update callers to use expand-file-name instead.
19044
19045 * subr.el (syntax-class): New function.
19046
19047 * simple.el (blink-matching-open): Use it.
19048
19049 * paren.el (show-paren-function): Use it to recognize parens that are
19050 also used in 2-char comment markers.
19051
19052 2005-04-19 Lute Kamstra <lute@gnu.org>
19053
19054 * loadhist.el (unload-feature): Update for new format of
19055 load-history. Simplify the code.
19056
19057 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19058
19059 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19060 (mac-add-charset-info): New function. Initialize variable
19061 mac-charset-info-alist using it.
19062 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19063 for translation.
19064 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19065 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19066 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19067 New CCL programs.
19068
19069 2005-04-19 Kim F. Storm <storm@cua.dk>
19070
19071 * simple.el (next-buffer, prev-buffer, next-error)
19072 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19073 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19074
19075 * bindings.el (next-buffer, prev-buffer, next-error)
19076 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19077 (clone-indirect-buffer-other-window): Move bindings from simple.el.
19078 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19079 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19080
19081 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
19082
19083 * isearch.el (isearch-edit-string): Make the search-ring available for
19084 minibuffer history commands.
19085 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19086 the default history commands now work just as well.
19087 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19088
19089 2005-04-18 Kim F. Storm <storm@cua.dk>
19090
19091 * emulation/cua-base.el (cua--pre-command-handler): Add more
19092 elaborate check for shift modifier on non-window systems.
19093
19094 2005-04-18 Lars Hansen <larsh@math.ku.dk>
19095
19096 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19097
19098 2005-04-18 Kim F. Storm <storm@cua.dk>
19099
19100 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19101 and make it optional. Don't test tooltip-gud-echo-area here.
19102 (tooltip-gud-process-output, gdb-tooltip-print):
19103 Pass tooltip-gud-echo-area to tooltip-show.
19104 (tooltip-help-tips): Remove second optional arg to tooltip-show.
19105
19106 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19107
19108 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19109 `display-graphic-p' may not be bound yet.
19110
19111 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
19112
19113 * startup.el (command-line): No longer enable Xterm Mouse mode by
19114 default in terminals compatible with xterm.
19115
19116 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19117
19118 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * tooltip.el (tooltip-gud-echo-area): Rename from
19121 tooltip-use-echo-area.
19122 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19123 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19124 area independently of where help tooltips are displayed.
19125
19126 2005-04-17 David Kastrup <dak@gnu.org>
19127
19128 * cus-theme.el (custom-theme-write-variables): Quote variables
19129 where necessary.
19130
19131 2005-04-17 Richard M. Stallman <rms@gnu.org>
19132
19133 * simple.el (yank-excluded-properties): Add follow-link to value.
19134
19135 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19136
19137 * startup.el (fancy-splash-max-time): Just 30 seconds.
19138 (fancy-splash-delay): Just 7.
19139 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19140
19141 * loadhist.el (unload-feature): Update for new format of load-history.
19142 Simplify the code.
19143
19144 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19145 (rmail-font-lock-keywords): Don't fontify the text of a citation.
19146
19147 * mail/sendmail.el (mail-font-lock-keywords):
19148 Don't fontify subject text.
19149 Don't fontify the text of a citation.
19150
19151 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
19152
19153 * comint.el (comint-output-filter): Run comint-output-filter-functions
19154 with point where the user had it.
19155
19156 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19157
19158 * international/ucs-tables.el (ucs-set-table-for-input):
19159 Disable when using unify-on-decoding.
19160
19161 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
19162
19163 * emulation/cua-base.el (cua-global-mark-face): Add special case
19164 for displays supporting a high number of colors.
19165
19166 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19167
19168 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19169
19170 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
19171
19172 * filesets.el (filesets-add-buffer): If user supplies a name of a
19173 non-existing fileset, create a new fileset.
19174
19175 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
19176
19177 * textmodes/org.el (org-up-heading-all): Fix bug with
19178 `outline-up-heading-all'.
19179
19180 2005-04-16 Andreas Schwab <schwab@suse.de>
19181
19182 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19183 /etc/permissions.d/* and /etc/aliases.d/*.
19184
19185 2005-04-16 Kenichi Handa <handa@m17n.org>
19186
19187 * international/code-pages.el (cp-make-coding-system):
19188 Set `translation-table-for-input' property value to the symbol
19189 ucs-mule-to-mule-unicode, not to that value.
19190 (pt154): Escape guillemet by `\'.
19191
19192 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19193
19194 * loadup.el: Load tooltip if x-show-tip is fboundp.
19195
19196 * startup.el (command-line): Add comment.
19197
19198 * tooltip.el (tooltip-mode): Specify correct standard value for
19199 Custom in init-value.
19200
19201 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19202
19203 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19204 possible.
19205
19206 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19207
19208 * textmodes/org.el (org-agenda-date-prompt): Rename from
19209 `org-agenda-date-today'.
19210 (org-evaluate-time-range): Insert at point instead of directly
19211 after time range.
19212 (org-first-headline-recenter, org-subtree-end-visible-p)
19213 (org-optimize-window-after-visibility-change): New functions
19214 (org-agenda-post-command-hook): Don't allow point at end of line,
19215 to make sure it always hits the text properties.
19216 (org-agenda-next-date-line, org-agenda-previous-date-line):
19217 New commands.
19218 (org-set-regexps-and-options): Category may contain white space.
19219 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19220 Improve marker positions.
19221 (org-agenda-new-marker): Argument POS made optional.
19222 (org-agenda-get-timestamps): Deadlines which are done are listed
19223 in org-done-face now.
19224 (org-agenda-get-todos, org-agenda-get-timestamps)
19225 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19226 Set `undone-face' and `done-face' properties.
19227 (org-last-todo-state-is-todo): New variable.
19228 (org-todo): Set `org-last-todo-state-is-todo'.
19229 (org-agenda-todo): Change face according to
19230 `org-last-todo-state-is-todo'. And change other lines referring to
19231 the same entry.
19232 (org-calendar-goto-agenda): New command.
19233 (org-calendar-to-agenda-key): New option.
19234 (org-startup-folded): New allowed value `content'.
19235 (org-set-regexps-and-options): Accept new value `content' for
19236 `org-startup-folded'.
19237 (org-get-current-options): Handle new value `content' for
19238 `org-startup-folded'.
19239 (org-insert-todo-heading): New command.
19240 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19241 interactively in empty file and option
19242 `org-insert-mode-line-in-empty-file' has been set.
19243 (org-agenda-todo, org-agenda-priority): Modify to use
19244 `org-agenda-change-all-lines'.
19245 (org-warning-face): Change color on dark background
19246
19247 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19248
19249 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19250 use preferences AppleLocale and AppleLanguages, and variable
19251 mac-system-locale for default locale. On Mac OS Classic, use
19252 mac-system-coding-system for default coding systems.
19253
19254 * term/mac-win.el: Don't set file-name-coding-system.
19255 Decode variables system-name, emacs-build-system, user-login-name, and
19256 user-full-name by mac-system-coding-system on Mac OS Classic.
19257 (mac-system-coding-system): New variable.
19258
19259 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19260
19261 * startup.el (command-line): Handle `xterm-mouse-mode' before
19262 reading init file.
19263
19264 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19265
19266 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19267
19268 * progmodes/sh-script.el (sh-here-document-word): Make it a
19269 defcustom. Doc fix.
19270 (sh-add): Bash uses $(( )) for arithmetic.
19271 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19272 (sh-maybe-here-document): Remove quotes and leading whitespace
19273 from heredoc word when closing. Indent heredoc with tabs if word
19274 starts with "-".
19275
19276 2005-04-13 Richard M. Stallman <rms@gnu.org>
19277
19278 * simple.el (undo): Fix previous change.
19279
19280 * custom.el (defface): Doc fix.
19281
19282 2005-04-13 Lute Kamstra <lute@gnu.org>
19283
19284 * Makefile.in (DONTCOMPILE): Remove list.
19285 (compile, compile-always): Don't use DONTCOMPILE.
19286 (update-authors): Load the library in which batch-update-authors
19287 is defined.
19288 * makefile.w32-in (DONTCOMPILE): Remove list.
19289 (compile, compile-always): Fix comments.
19290 (update-authors): Load the library in which batch-update-authors
19291 is defined.
19292
19293 * generic-x.el (generic-mode-ini-file-find-file-hook):
19294 Rename to ini-generic-mode-find-file-hook.
19295 Keep generic-mode-ini-file-find-file-hook as an alias.
19296 (ini-generic-mode-find-file-hook): Rename from
19297 generic-mode-ini-file-find-file-hook. Fix docstring.
19298 (ini-generic-mode): Docstring change.
19299 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19300
19301 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19302 called from lisp.
19303
19304 * generic.el: Move to the emacs-lisp subdir.
19305
19306 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19307
19308 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19309 and C-S- function and cursor motion keys.
19310
19311 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19312
19313 * startup.el (command-line): Enable Xterm Mouse mode by default.
19314 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19315 for Custom. No longer show "Mouse" in mode line when enabled.
19316 Doc fix.
19317
19318 2005-04-12 Kim F. Storm <storm@cua.dk>
19319
19320 * emulation/cua-base.el (cua-rectangle-face)
19321 (cua-rectangle-noselect-face): Define face attributes here.
19322
19323 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19324
19325 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19326
19327 * startup.el (command-line): Turn off blinking cursor if
19328 cursorBlink in resources is off or false.
19329
19330 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19331
19332 * term/mac-win.el (dnd): Require dnd.
19333 (mac-drag-n-drop): Call dnd-handle-one-url.
19334 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19335 (kTextEncodingISOLatin2): Remove constants.
19336 (mac-script-code-coding-systems): New constant.
19337 (mac-handle-language-change): New function.
19338 (special-event-map): Bind it to `language-change' event.
19339 (mac-centraleurroman, mac-cyrillic): New coding systems.
19340 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19341 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19342 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19343 encode-mac-cyrillic, respectively.
19344
19345 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19346
19347 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19348 Don't set overlay-arrow-string to "=>" as this is done
19349 globally in C now.
19350
19351 2005-04-12 Lute Kamstra <lute@gnu.org>
19352
19353 * generic-x.el (rc-generic-mode, rul-generic-mode):
19354 Fix auto-mode-alist entries.
19355 (etc-fstab-generic-mode): Tweak fontification.
19356
19357 * generic.el (generic-make-keywords-list): Fix docstring.
19358 (generic-mode-internal): Simplify generic-font-lock-keywords.
19359
19360 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19361
19362 * whitespace.el (whitespace-buffer-leading)
19363 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19364 However, fix the highlight area for the leading and
19365 trailing whitespaces to show space.
19366
19367 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19368
19369 * whitespace.el (whitespace-version): Bump to 3.5
19370
19371 (whitespace-buffer-leading, whitespace-buffer-trailing):
19372 Invert sense of the test to highlight the whitespace.
19373
19374 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19375
19376 * progmodes/gud.el (gud-display-line): GUD uses its own
19377 overlay arrow now so don't set overlay-arrow-string.
19378 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19379
19380 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19381
19382 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19383 (term-ansi-current-reverse, term-ansi-current-invisible)
19384 (term-ansi-face-already-done): Change to boolean.
19385 (term-reset-terminal, term-handle-colors-array): Handle the above
19386 vars accordingly.
19387 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19388 (term-emulate-terminal): Use the new name.
19389
19390 * faces.el (secondary-selection): Use yellow1, not yellow.
19391 (trailing-whitespace): Use red1, not red.
19392
19393 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19394
19395 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19396 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19397 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19398
19399 * cus-edit.el (dnd): New group.
19400
19401 * term/w32-win.el (dnd): Require dnd
19402 (w32-drag-n-drop): Call dnd-handle-one-url.
19403
19404 * x-dnd.el: Require dnd.
19405 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19406 Call dnd-handle-one-url.
19407 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19408 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19409 to dnd-insert-text.
19410 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19411 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19412 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19413 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19414
19415 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19416
19417 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19418
19419 * wdired.el: Doc fixes.
19420 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19421 (wdired-use-dired-vertical-movement): Rename from
19422 wdired-always-move-to-filename-beginning.
19423 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19424 (wdired-change-to-wdired-mode): Change mode name.
19425 (wdired-newline): Delete.
19426
19427 2005-04-11 Richard M. Stallman <rms@gnu.org>
19428
19429 * whitespace.el (whitespace-highlight-the-space):
19430 Don't call whitespace-unhighlight-the-space here.
19431
19432 * simple.el (undo): Record t in undo-equiv-table
19433 for the redo record made by an undo-in-region.
19434
19435 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19436
19437 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19438 (gdb-frame-inferior-io-buffer): New Functions to control
19439 display of separate IO buffer.
19440 (menu): Add them to menu-bar.
19441 (gdb-display-buffer): Check for buffer another frame.
19442 Protect GUD buffer.
19443 (gdb-setup-windows): Create IO buffer if not already there.
19444 (gdb-memory-mode): Remove purecopy noops.
19445
19446 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19447
19448 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19449 and pass to self-insert-command.
19450
19451 2005-04-11 Lute Kamstra <lute@gnu.org>
19452
19453 * generic.el: Commentary section cleanup.
19454 (generic): Delete.
19455 (generic-use-find-file-hook, generic-lines-to-scan)
19456 (generic-find-file-regexp, generic-ignore-files-regexp)
19457 (default-generic-mode, generic-mode-find-file-hook)
19458 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19459 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19460 (generic-use-find-file-hook, generic-lines-to-scan)
19461 (generic-find-file-regexp, generic-ignore-files-regexp)
19462 (default-generic-mode, generic-mode-find-file-hook)
19463 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19464
19465 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19466
19467 * bookmark.el (bookmark-write-file): Catch errors writing file.
19468 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19469
19470 2005-04-10 Richard M. Stallman <rms@gnu.org>
19471
19472 * startup.el (fancy-splash-tail): Update copyright year.
19473 (command-line): Split part of -Q into -D.
19474 (emacs-basic-display): New defvar.
19475 (fancy-splash-text): Correct name of menu item.
19476
19477 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19478
19479 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19480 lines in one node.
19481
19482 * comint.el (comint-send-input): New arg ARTIFICIAL.
19483 Callers in this file changed.
19484
19485 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19486
19487 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19488
19489 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19490
19491 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19492 `ldap-search-internal'.
19493
19494 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * files.el (set-auto-mode-1): Use line-end-position.
19497
19498 * international/latin-1.el:
19499 * international/latin-2.el:
19500 * international/latin-3.el:
19501 * international/latin-4.el:
19502 * international/latin-5.el:
19503 * international/latin-8.el:
19504 * international/latin-9.el: Give punctuation syntax to NBSP.
19505
19506 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19507 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19508 Use char-classes to accept non-ascii letters, accepted in some recent
19509 bibtex implementations.
19510
19511 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19512
19513 * custom.el (custom-set-minor-mode): Any non-nil value for the
19514 variable should enable the mode when set through Custom.
19515
19516 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19517
19518 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19519 TAB binding so tab-always-indent is obeyed.
19520 (vhdl-minibuffer-local-map): Move initialization into declaration.
19521 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19522 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19523 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19524 (vhdl-current-line): Use line-beginning-position.
19525 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19526 with-output-to-temp-buffer, so the current position can be recorded.
19527
19528 2005-04-10 Masatake YAMATO <jet@gyve.org>
19529
19530 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19531 Add regexp for gcov.
19532
19533 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19534
19535 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19536 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19537 syntax which Emacs 20 doesn't support.
19538
19539 2005-04-09 Richard M. Stallman <rms@gnu.org>
19540
19541 * help.el (describe-key-briefly, describe-key):
19542 Replace strings as event types with "(any string)".
19543
19544 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19545
19546 * arc-mode.el (archive-mode-map): Move initialization into
19547 the declaration. Override *all* bindings of `undo'.
19548 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19549
19550 2005-04-09 Jay Belanger <belanger@truman.edu>
19551
19552 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19553
19554 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19555
19556 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19557 (xterm-register-default-colors): Update color values computation
19558 to match xterm-200.
19559
19560 2005-04-09 Kenichi Handa <handa@m17n.org>
19561
19562 * international/code-pages.el (iso-latin-7): Fix the map.
19563
19564 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19565
19566 * emacs-lisp/lisp.el (defun-prompt-regexp)
19567 (parens-require-spaces, buffer-end, end-of-defun)
19568 (insert-parentheses): Doc fixes.
19569
19570 2005-04-08 Kim F. Storm <storm@cua.dk>
19571
19572 * comint.el (comint-highlight-prompt): Fix face spec.
19573 * hi-lock.el (hi-green): Likewise.
19574
19575 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19576
19577 * cus-edit.el (custom-modified-face):
19578 * comint.el (comint-highlight-input): Fix previous changes.
19579 * term.el (term-handle-ansi-escape): Add a comment.
19580
19581 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19582
19583 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19584 in the buffer and in whitespace-highlighted-space.
19585 (whitespace-unhighlight-the-space): Simplify.
19586 (whitespace-buffer): Simplify.
19587
19588 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19589
19590 * textmodes/table.el (table-cell-face): Add special case for
19591 displays supporting a high number of colors.
19592 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19593 (vhdl-font-lock-reserved-words-face)
19594 (vhdl-speedbar-architecture-face)
19595 (vhdl-speedbar-instantiation-face)
19596 (vhdl-speedbar-architecture-selected-face)
19597 (vhdl-speedbar-instantiation-selected-face): Likewise.
19598 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19599 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19600 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19601 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19602 (ebrowse-progress-face): Likewise.
19603 * progmodes/compile.el (compilation-info-face): Likewise.
19604 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19605 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19606 * calendar/calendar.el (diary-face): Likewise.
19607 * woman.el (woman-italic-face, woman-bold-face)
19608 (woman-unknown-face): Likewise.
19609 * wid-edit.el (widget-button-pressed-face): Likewise.
19610 * whitespace.el (whitespace-highlight-face): Likewise.
19611 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19612 * pcvs-info.el (cvs-marked-face): Likewise.
19613 * info.el (info-xref): Likewise.
19614 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19615 * hilit-chg.el (highlight-changes-face)
19616 (highlight-changes-delete-face): Likewise.
19617 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19618 (hi-red-b): Likewise.
19619 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19620 * font-lock.el (font-lock-keyword-face)
19621 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19622 * cus-edit.el (custom-invalid-face, custom-modified-face)
19623 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19624 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19625 * comint.el (comint-highlight-prompt): Likewise.
19626
19627 2005-04-08 Lute Kamstra <lute@gnu.org>
19628
19629 * font-lock.el (font-lock-keywords): Docstring fixes.
19630
19631 2005-04-08 Kenichi Handa <handa@m17n.org>
19632
19633 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19634 chars are more than a limit, print " and more..." at the tail.
19635
19636 2005-04-08 Kim F. Storm <storm@cua.dk>
19637
19638 * emacs-lisp/authors.el (authors-aliases): Update list.
19639 (authors-ignored-files): New list.
19640 (authors-fixed-entries): Fix typo.
19641 (authors-renamed-files-alist): Update list.
19642 (authors-add): Check authors-ignored-files.
19643
19644 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19645
19646 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19647 optional, to ensure backward compatibility.
19648
19649 2005-04-08 Stephen Eglen <stephen@gnu.org>
19650
19651 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19652
19653 2005-04-08 Kim F. Storm <storm@cua.dk>
19654
19655 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19656
19657 * mouse.el (mouse-on-link-p): Doc fix.
19658
19659 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19660
19661 * ielm.el (ielm-prompt-read-only): Doc fix.
19662
19663 * comint.el (comint-prompt-read-only): Doc fix.
19664
19665 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19666
19667 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19668 ensure dired always handles wildcards passed to ffap.
19669 (find-file-at-point): Use it.
19670 (ffap-dired-wildcards): Doc fix.
19671
19672 2005-04-07 Juri Linkov <juri@jurta.org>
19673
19674 * simple.el (next-error-overlay-arrow-position): New defvar.
19675 Put "=>" on its property `overlay-arrow-string'. Add it to
19676 `overlay-arrow-variable-list'.
19677
19678 * progmodes/compile.el (compilation-setup):
19679 Set `next-error-overlay-arrow-position' to nil. Also set it to
19680 nil in the local hook `kill-buffer-hook'. Make local variable
19681 `overlay-arrow-string' and set it to "=>".
19682 (compilation-goto-locus): Set BOL position to
19683 `next-error-overlay-arrow-position' instead of
19684 `overlay-arrow-position'.
19685
19686 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19687 locally instead of adding it to the global hook.
19688 (Info-kill-buffer): Move up.
19689
19690 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19691
19692 * term/xterm.el (xterm-standard-colors): Update color values from
19693 xterm-200.
19694
19695 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19698
19699 * fast-lock.el:
19700 * lazy-lock.el: Move them to the obsolete subdir.
19701
19702 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19703
19704 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19705 (wdired-add-replace-advice): Remove.
19706 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19707
19708 2005-04-06 Kim F. Storm <storm@cua.dk>
19709
19710 * startup.el (command-line): Add --bare-bones alias for -Q.
19711
19712 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19713
19714 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19715 create the startup fontset if a font specification ends with
19716 `mac-roman'.
19717
19718 2005-04-06 Lute Kamstra <lute@gnu.org>
19719
19720 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19721 change.
19722
19723 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19724 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19725
19726 2005-04-05 Lute Kamstra <lute@gnu.org>
19727
19728 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19729 (define-generic-mode): Ditto. Fix debug declaration.
19730
19731 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19732 Put them in the generic-x group.
19733
19734 * calendar/timeclock.el (timeclock): Doc fix.
19735
19736 * generic.el (define-generic-mode): Don't use custom-current-group.
19737 Document default :group value.
19738 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19739 (define-global-minor-mode): Don't use custom-current-group.
19740
19741 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19742
19743 * startup.el (command-line-1): Display startup-echo-area-message
19744 when fancy splash screen is in use.
19745
19746 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19747 (sh-escaped-newline): New face.
19748 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19749 newline, and use sh-escaped-newline face.
19750
19751 * progmodes/tcl.el (tcl-escaped-newline): New face.
19752 (tcl-builtin-list): New variable.
19753 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19754 newlines. Fix keywords subexpression number.
19755
19756 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19757
19758 * textmodes/org.el (org-diary-default-entry): Fix call to
19759 `add-to-diary-entry'.
19760
19761 2005-04-05 Kim F. Storm <storm@cua.dk>
19762
19763 * ediff-init.el: Use (featurep 'xemacs).
19764
19765 2005-04-05 David Ponce <david@dponce.com>
19766
19767 * cus-edit.el (face): Derive from symbol widget. Display sample
19768 of the current face on the fly.
19769 (widget-face-sample-face-get, widget-face-notify): New functions.
19770 (widget-face-value-create): Remove.
19771
19772 * wid-edit.el (widget-field-end): Temporarily remove field
19773 narrowing before to call `get-char-property'.
19774
19775 2005-04-04 Jay Belanger <belanger@truman.edu>
19776
19777 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19778 (math-read-subscripts): New variable.
19779 (math-read-preprocess-string): Process subscripts.
19780
19781 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19782
19783 * comint.el (comint-prompt-read-only): Doc fix.
19784
19785 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19786 `-1'. Doc fix.
19787
19788 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19789
19790 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19791 Change default value to nil.
19792
19793 2005-04-04 Lute Kamstra <lute@gnu.org>
19794
19795 * autorevert.el (auto-revert-mode): Specify :group.
19796 * battery.el (display-battery-mode): Specify :group.
19797 * diff-mode.el (diff-minor-mode): Specify :group.
19798 * font-core.el (font-lock-mode): Specify :group.
19799 * hl-line.el (hl-line-mode): Specify :group.
19800 * iimage.el (iimage): New customization group.
19801 (iimage-mode): Specify :group.
19802 * longlines.el (longlines-mode): Specify :group.
19803 * master.el: Don't require easy-mmode.
19804 (master): New customization group.
19805 (master-mode): Specify :group.
19806 * msb.el (msb-mode): Specify :group.
19807 * reveal.el (reveal-mode): Specify :group.
19808 * simple.el (next-error-follow-minor-mode): Specify :group.
19809 * smerge-mode.el (smerge-mode): Specify :group.
19810 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19811 * emulation/cua-base.el (cua-mode): Specify :group.
19812 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19813 * language/thai-util.el (thai-auto-composition-mode)
19814 (thai-word-mode): Specify :group.
19815 * mail/supercite.el (sc-minor-mode): Specify :group.
19816 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19817 * progmodes/flymake.el (flymake-mode): Specify :group.
19818 * progmodes/glasses.el (glasses-mode): Specify :group.
19819 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19820 * textmodes/enriched.el (enriched-mode): Specify :group.
19821 * textmodes/refill.el (refill-mode): Specify :group.
19822
19823 * add-log.el (change-log-font-lock-keywords): Names in
19824 parenthesized lists can contain spaces.
19825
19826 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19827
19828 * startup.el (fancy-splash-text): Shorten default text of
19829 "Emacs Tutorial" line. Also, if the current language env
19830 indicates an available tutorial file other than TUTORIAL,
19831 extract its title and append it to the line in parentheses.
19832 (fancy-splash-insert): If arg is a thunk, funcall it.
19833
19834 2005-04-04 Jay Belanger <belanger@truman.edu>
19835
19836 * calc.el (calc-language-alist): Add tags to customization type.
19837
19838 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19839
19840 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19841 Doc fix.
19842
19843 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19844
19845 * add-log.el (change-log-font-lock-keywords): The manual
19846 describing a Change Log entry, says: (...) "Aside from these
19847 header lines, every line in the change log starts with a space or
19848 a tab.". The font-lock was not highlighting lines started with
19849 spaces, added support for it.
19850
19851 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19852
19853 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19854 (bibtex-generate-url-list): Update docstring accordingly. Put the
19855 complex example in the docstring.
19856 (bibtex-font-lock-url): Use pop.
19857
19858 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19861
19862 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19863
19864 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19865
19866 * filesets.el (filesets-set-default): Doc fix.
19867
19868 2005-04-03 Lute Kamstra <lute@gnu.org>
19869
19870 * generic.el (define-generic-mode): Add argument to specify
19871 keywords for defcustom.
19872 (default-generic-mode): Specify :group.
19873
19874 * generic-x.el: Specify :group for all generic modes.
19875
19876 * desktop.el (desktop-no-desktop-file-hook)
19877 (desktop-after-read-hook): Doc fix.
19878
19879 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19880
19881 * simple.el (visible-mode): Use explicit :group keyword.
19882 This changes the group of `visible-mode-hook' from paren-blinking
19883 to editing-basics.
19884
19885 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19886
19887 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19888 mailbox specifications as well as URLs.
19889 (rmail-insert-inbox-text): Remove unused conditional branches.
19890
19891 2005-04-01 Jay Belanger <belanger@truman.edu>
19892
19893 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19894 (calc-gnuplot-print-command): Move definitions to calc.el.
19895
19896 * calc/calc-embed.el (calc-embedded-announce-formula)
19897 (calc-embedded-open-formula, calc-embedded-close-formula)
19898 (calc-embedded-open-word, calc-embedded-close-word)
19899 (calc-embedded-open-plain, calc-embedded-close-plain)
19900 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19901 (calc-embedded-open-mode, calc-embedded-close-mode):
19902 Move definitions to calc.el.
19903
19904 * calc/calc.el (calc-settings-file, calc-language-alist):
19905 Make customizable.
19906 (calc-embedded-announce-formula, calc-embedded-open-formula)
19907 (calc-embedded-close-formula, calc-embedded-open-word)
19908 (calc-embedded-close-word, calc-embedded-open-plain)
19909 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19910 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19911 (calc-embedded-close-mode, calc-gnuplot-name)
19912 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19913 from other files and make customizable.
19914
19915 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19918 Use buffer-live-p.
19919 (cvs-mode-run): Don't call cvs-update-header here.
19920 (cvs-run-process): Call cvs-update-header.
19921 Use process properties for cvs-postprocess and cvs-buffer so that
19922 the sentinel can behave better if the temp buffer is killed.
19923 Use a pipe rather than a tty, to better handle unexpected prompts.
19924 (cvs-sentinel): Rewrite. Call cvs-update-header.
19925
19926 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19927
19928 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19929 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19930
19931 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19932
19933 * generic.el (define-generic-mode): Add indentation rule.
19934
19935 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19936
19937 * files.el (mode-require-final-newline): Make Custom correctly
19938 report a nil value and allow to set it to nil via Custom.
19939 Doc fix.
19940
19941 2005-04-01 Kenichi Handa <handa@m17n.org>
19942
19943 * international/characters.el: Enable the correct case setting for
19944 dotless-i and dotted-I.
19945
19946 2005-04-01 Kim F. Storm <storm@cua.dk>
19947
19948 * ido.el (ido-file-internal): Fall back to non-ido command if
19949 initial directory is on slow ftp (or tramp) host.
19950
19951 2005-03-31 Richard M. Stallman <rms@gnu.org>
19952
19953 * emacs-lisp/autoload.el (make-autoload):
19954 Handle define-global-minor-mode.
19955
19956 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19957 Rename from easy-mmode-define-global-mode.
19958 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19959
19960 * progmodes/scheme.el (scheme-mode-syntax-table):
19961 Update syntax of | and # for two-character comment syntax.
19962
19963 2005-03-31 Lute Kamstra <lute@gnu.org>
19964
19965 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19966 (define-minor-mode): Call custom-current-group at load-time.
19967
19968 * generic.el (define-generic-mode): Add debug declaration.
19969 Add defcustom for the mode hook.
19970 (generic-mode-internal): Use run-mode-hooks.
19971
19972 2005-03-31 Kim F. Storm <storm@cua.dk>
19973
19974 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19975 (mouse-fixup-help-message): New defun called by show_help_echo
19976 to fixup mouse-2 prefix in help messages when applicable.
19977
19978 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19979
19980 2005-03-31 Kenichi Handa <handa@m17n.org>
19981
19982 * language/thai-word.el (thai-find-word-ends): Pay attention to
19983 the case that we reach the end of buffer.
19984
19985 * textmodes/fill.el (fill-text-properties-at): New function.
19986 (fill-newline): Use fill-text-properties-at instead of
19987 text-properties-at.
19988
19989 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19990
19991 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19992 not comint-quote-filename.
19993
19994 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19995
19996 * help-fns.el (help-with-tutorial): Revert last change.
19997
19998 2005-03-31 Kim F. Storm <storm@cua.dk>
19999
20000 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20001
20002 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
20003
20004 * calendar/cal-china.el: Update reference to "Calendrical
20005 Calculations" book; there's a new edition.
20006 * calendar/cal-coptic.el: Likewise.
20007 * calendar/cal-french.el: Likewise.
20008 * calendar/cal-hebrew.el: Likewise.
20009 * calendar/cal-islam.el: Likewise.
20010 * calendar/cal-iso.el: Likewise.
20011 * calendar/cal-julian.el: Likewise.
20012 * calendar/cal-mayan.el: Likewise.
20013 * calendar/cal-persia.el: Likewise.
20014 * calendar/calendar.el: Likewise.
20015 * calendar/holidays.el: Likewise.
20016 * calendar/lunar.el: Likewise.
20017 * calendar/solar.el: Likewise.
20018
20019 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20020 white space from doc string.
20021
20022 2005-03-30 Jay Belanger <belanger@truman.edu>
20023
20024 * calc/calc-help.el (calc-full-help): Remove email address.
20025
20026 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
20027
20028 * help-fns.el (help-with-tutorial): Delete title line.
20029
20030 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20031
20032 * calendar/cal-x.el (calendar-one-frame-setup)
20033 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20034 rather than `symbol' for set-window-dedicated-p.
20035
20036 * calendar/appt.el (appt-buffer-name): Make it a constant.
20037 (appt-add): Doc fix.
20038
20039 * filesets.el (filesets-menu-path, filesets-menu-before)
20040 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
20041 (filesets-menu-cache-file): Use directory ~/.emacs.d.
20042 (filesets-add-submenu): Delete and use add-submenu instead.
20043
20044 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
20045
20046 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20047 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20048 (org-diary-default-entry): New function.
20049 (org-get-entries-from-diary): Better parsing of diary entries.
20050 (org-agenda-check-no-diary): New function.
20051 ("diary-lib"): Advice to function `add-to-diary-list', to allow
20052 linking to diary entries.
20053 (org-agenda-execute-calendar-command): New function.
20054 (org-agenda): Improve visible section in window.
20055 Use `org-fit-agenda-window'.
20056 (org-fit-agenda-window): New option.
20057 (org-move-subtree-down): Better handling of empty lines
20058 at end of subtree.
20059 (org-cycle): Numeric prefix is interpreted now as show-subtree N
20060 levels up.
20061 (org-fontify-done-headline): New option.
20062 (org-headline-done-face): New face.
20063 (org-set-font-lock-defaults): Use `org-headline-done-face'.
20064 (org-table-copy-down): Rename from `org-table-copy-from-above'.
20065 When current field is non-empty, it is copied to next row.
20066 (org-table-copy-from-above): Fix bug which made it
20067 impossible to copy fields containing only a single non-white character.
20068
20069 2005-03-30 Kim F. Storm <storm@cua.dk>
20070
20071 * kmacro.el (kmacro-end-macro): Isearch may store this command
20072 into the macro -- so ignore it when executing keyboard macro.
20073
20074 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20075
20076 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20077
20078 2005-03-29 Kenichi Handa <handa@m17n.org>
20079
20080 * language/thai.el ("Thai"): Set setup-function and exit-function
20081 for Thai language environment.
20082
20083 * language/thai-util.el: Require thai-word.
20084 (thai-word-mode-map): New variable.
20085 (thai-word-mode): New minor mode.
20086 (setup-thai-language-environment-internal): New function.
20087 (exit-thai-language-environment-internal): New function.
20088
20089 * language/thai-word.el (thai-word-table): Declare it by defvar,
20090 use dolist to initialize it.
20091 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20092 (thai-fill-find-break-point): New functions.
20093
20094 2005-03-29 Richard M. Stallman <rms@gnu.org>
20095
20096 * simple.el (idle-update-delay): Move definition up.
20097 (set-mark): Doc fix.
20098
20099 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
20100
20101 * longlines.el: New file.
20102
20103 * simple.el (buffer-substring-filters): New variable.
20104 (filter-buffer-substring): New function.
20105 (kill-region, copy-region-as-kill): Use it.
20106
20107 * register.el (copy-to-register, append-to-register)
20108 (prepend-to-register): Use filter-buffer-substring.
20109
20110 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
20111
20112 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20113 (gud-filter-pending-text): Move in front of gdb.
20114 (gud-overlay-arrow-position): New variable.
20115 (gud-sentinel, gud-display-line): Use it in place of
20116 overlay-arrow-position.
20117
20118 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
20119
20120 * progmodes/fortran.el (fortran-if-indent): Doc fix.
20121 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20122 (fortran-font-lock-keywords-4): New variable.
20123 (fortran-blocks-re, fortran-end-block-re)
20124 (fortran-start-block-re): New constants, for hideshow.
20125 (hs-special-modes-alist): Add a Fortran entry.
20126 (fortran-mode-map): Bind fortran-end-of-block,
20127 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20128 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
20129 (fortran-looking-at-if-then, fortran-end-of-block)
20130 (fortran-beginning-of-block): New functions, for hideshow.
20131
20132 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20133 Doc fix. Tweak regexp.
20134 (f90-beginning-of-block): Push mark first.
20135
20136 2005-03-29 Jay Belanger <belanger@truman.edu>
20137
20138 * calc/calc.el: Update copyright date.
20139 (calc-version): Increase to 2.1.
20140 (calc-version-date): Remove.
20141
20142 * calc/calc-help.el: Update copyright date.
20143 (calc-full-help): Remove reference to calc-version-date.
20144 Update copyright date.
20145
20146 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20147
20148 * vc.el (vc-do-command): Use a pipe for async processes, so password
20149 prompts don't show up at places where the user can't reply.
20150
20151 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
20152
20153 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20154 on the file name we pass to the inferior shell.
20155
20156 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20157
20158 * progmodes/which-func.el (which-function): Be robust in the face of an
20159 imenu--make-index-alist failure.
20160
20161 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20164
20165 * progmodes/python.el (python-preoutput-filter): Fix last change.
20166
20167 2005-03-29 Lute Kamstra <lute@gnu.org>
20168
20169 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20170 functions and compiled macros.
20171 (debug-convert-byte-code): Handle macros too.
20172 (debug-on-entry-1): Don't signal an error when trying to clear a
20173 function that is not set to debug on entry.
20174
20175 2005-03-29 Jay Belanger <belanger@truman.edu>
20176
20177 * calc/calc-lang.el: Add functions to math-function-table
20178 properties of tex and math.
20179
20180 2005-03-29 Kenichi Handa <handa@m17n.org>
20181
20182 * ps-mule.el (ps-mule-plot-string): Translate characters by
20183 ps-print-translation-table.
20184 (ps-mule-begin-job): Call find-charset-region/string with
20185 ps-print-translation-table.
20186 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20187
20188 * ps-print.el (ps-print-translation-table): New variable.
20189 (ps-plot-region): Translate characters by ps-print-translation-table.
20190
20191 2005-03-29 Juri Linkov <juri@jurta.org>
20192
20193 * simple.el (next-error-highlight-timer): New variable.
20194
20195 * progmodes/compile.el (compilation-goto-locus):
20196 Use `next-error-highlight-timer' instead of `sit-for'.
20197
20198 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20199
20200 * mail/supercite.el (sc-mail-field): Use assoc-string.
20201 (sc-get-address): Simplify regexps.
20202
20203 * files.el (minibuffer-with-setup-hook): New macro.
20204 (find-file-read-args): Use it to avoid let-binding
20205 minibuffer-with-setup-hook (which breaks turning on/off
20206 file-name-shadow-mode while in the prompt).
20207
20208 * complete.el (PC-read-include-file-name-internal):
20209 Use test-completion.
20210
20211 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20212
20213 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20214
20215 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * window.el (window-buffer-height): Use count-screen-lines.
20218
20219 * progmodes/python.el (python-preoutput-leftover): New var.
20220 (python-preoutput-filter): Use it.
20221 (python-send-receive): Loop until all the result has been received.
20222
20223 2005-03-28 Juri Linkov <juri@jurta.org>
20224
20225 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20226
20227 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20228 "Recover Crashed Session".
20229 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20230 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20231 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20232 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20233 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20234 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20235 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20236 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20237
20238 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20239 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20240 Ediff Sessions", "Toggle use of separate control buffer frame",
20241 "Use separate frame for Ediff control buffer".
20242
20243 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20244 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20245 "Rename Bookmark", "Delete Bookmark".
20246
20247 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20248 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20249 Add `:active Info-index-alternatives' to "Next Matching Item".
20250
20251 * wdired.el (wdired-change-to-wdired-mode):
20252 Mention `wdired-abort-changes' key in the initial message.
20253
20254 * international/mule.el (auto-coding-alist): Associate non-ascii
20255 image filename extensions with `no-conversion'.
20256
20257 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * international/iso-acc.el:
20260 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20261
20262 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20263
20264 * textmodes/sgml-mode.el (html-mode): Doc update.
20265
20266 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20267
20268 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20269
20270 * term.el (term-move-columns): Fix face after extending a line.
20271 (term-insert-spaces): Likewise.
20272 (term-reset-terminal): Fix off by one error.
20273
20274 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20275
20276 * international/mule.el (auto-coding-alist): Add .xpi files.
20277
20278 * files.el (auto-mode-alist): Add .xpi files.
20279
20280 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20281
20282 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20283
20284 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20285
20286 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20287
20288 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20289
20290 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20291 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20292
20293 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20294 cursor to Jan 1 when needed.
20295 (calendar-end-of-year): Fix -/+ typo.
20296 Reported by Chong Yidong <cyd@stupidchicken.com>.
20297
20298 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20301
20302 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20303 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20304
20305 2005-03-25 Richard M. Stallman <rms@gnu.org>
20306
20307 * filesets.el (filesets-init): Add autoload.
20308
20309 * mail/mailalias.el (mail-directory): Doc fix.
20310
20311 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20312
20313 * mail/mailalias.el (mail-directory-process): Do nothing if
20314 mail-directory-process is an atom.
20315 (mail-get-names): Ignore mail-directory-names if it is an atom.
20316 (mail-directory-process defvar): Doc fix.
20317 (mail-names): Doc fix.
20318
20319 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20320
20321 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20322
20323 2005-03-26 Kenichi Handa <handa@m17n.org>
20324
20325 * international/mule-util.el (detect-coding-with-priority):
20326 Call update-coding-systems-internal before detect-coding-region.
20327
20328 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20329
20330 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20331 (gdb-frames-mode-map): Add follow-link property.
20332
20333 2005-03-25 Jay Belanger <belanger@truman.edu>
20334
20335 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20336 for variables.
20337
20338 2005-03-25 Juri Linkov <juri@jurta.org>
20339
20340 * image-mode.el: Optimize image filename extension regexps in
20341 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20342 in `auto-mode-alist'.
20343 (image-mode): Add `image-toggle-display-text' to local hook
20344 `change-major-mode-hook'. Display the image as an image by
20345 default. Set `cursor-type' and `truncate-lines' if the image
20346 is already displayed. Take into account the current mode (image
20347 or text) in message.
20348 (image-minor-mode): New minor mode.
20349 (image-mode-maybe, image-toggle-display-text): New functions.
20350 (image-toggle-display): Use called-interactively-p.
20351 Let-bind `inhibit-read-only' to t.
20352
20353 * image-mode.el (image-minor-mode): Set `cursor-type' and
20354 `truncate-lines' if the image is already displayed. Add turning
20355 image-minor-mode off to `change-major-mode-hook'. Add message.
20356 Call `image-toggle-display-text' after turning image-minor-mode off.
20357
20358 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20359
20360 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20361 Terminal.app, use utf-8.
20362 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20363 (set-locale-environment): Use it.
20364
20365 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20366
20367 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20368
20369 * progmodes/python.el (python-close-block-statement-p)
20370 (python-outdent-p, python-current-defun): Use symbol-end.
20371
20372 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20373
20374 * files.el (save-some-buffers): Doc fix.
20375
20376 2005-03-25 Werner Lemberg <wl@gnu.org>
20377
20378 * complete.el, thumbs.el: Replace `legal' with `valid'.
20379 * calendar/calendar.el: Replace `legal' with `valid'.
20380 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20381 * mail/supercite.el: Replace `legal' with `valid'.
20382 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20383 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20384 Replace `legal' with `valid'.
20385 * textmodes/reftex-vars.el, textmodes/reftex.el:
20386 Replace `legal' with `valid'.
20387
20388 2005-03-25 Werner Lemberg <wl@gnu.org>
20389
20390 * calc/calc-forms.el, calc/calc-sel.el
20391 * midnight.el, vc-cvs.el
20392 * emacs-lisp/cl-macs.el
20393 * emulation/vip.el
20394 * eshell/esh-io.el, eshell/esh-var.el
20395 * mail/supercite.el
20396 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20397 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20398 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20399 * progmodes/sh-script.el, progmodes/xscheme.el
20400 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20401 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20402 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20403 * textmodes/reftex.el, textmodes/org.el:
20404 Replace `illegal' with `invalid'.
20405
20406 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20407
20408 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20409 (flymake-find-buildfile, flymake-find-possible-master-files)
20410 (flymake-check-include, flymake-parse-line): Replace loops over the
20411 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20412
20413 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20414 Substitute file-name-as-directory in the rest of the file.
20415 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20416 (flymake-replace-region): Remove unused arg `buffer'.
20417 (flymake-check-patch-master-file-buffer): Update calls to it.
20418 (flymake-add-err-info): Remove unused var `count'.
20419 (flymake-mode): Use define-minor-mode.
20420
20421 * progmodes/flymake.el: Use with-current-buffer.
20422 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20423 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20424 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20425 Avoid testing for `xemacs'.
20426 (flymake-nop): Move.
20427 (flymake-region-has-flymake-overlays): Return the computed value.
20428 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20429 Remove unused var `endline'.
20430 (flymake-get-line-count): Remove unused function.
20431 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20432
20433 * emulation/vi.el:
20434 * generic.el:
20435 * hilit-chg.el (global-highlight-changes):
20436 * hi-lock.el (hi-lock-mode):
20437 * follow.el: find-file-hooks -> find-file-hook.
20438
20439 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20440
20441 2005-03-24 Juri Linkov <juri@jurta.org>
20442
20443 * dired.el (dired-mode-map): Add menu item "Compare directories"
20444 for dired-compare-directories.
20445
20446 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20447 Doc fix. Replace `read-file-name' with `read-directory-name'.
20448
20449 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20450
20451 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20452
20453 2005-03-24 Jay Belanger <belanger@truman.edu>
20454
20455 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20456 relevant mode settings in calc-embedded-original-modes when modes
20457 are permanently changed.
20458
20459 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * autoinsert.el: find-file-hooks -> find-file-hook.
20462
20463 2005-03-24 Lute Kamstra <lute@gnu.org>
20464
20465 * generic.el (generic-font-lock-defaults): Make it obsolete.
20466 (generic-font-lock-keywords): New variable to replace
20467 generic-font-lock-defaults.
20468 (generic-mode-set-font-lock): Delete it.
20469 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20470 (generic-bracket-support): Add docstring.
20471
20472 * generic-x.el: Rename generic-font-lock-defaults to
20473 generic-font-lock-keywords throughout.
20474 (mailagent-rules-setup-function): Delete it.
20475 (mailagent-rules-generic-mode): Use anonymous function instead.
20476 (show-tabs-generic-mode-font-lock-defaults-1)
20477 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20478 Quote faces.
20479 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20480 not foreground.
20481
20482 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20483 Recognize define-generic-mode.
20484
20485 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20486
20487 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20488 if there's no completion table.
20489
20490 2005-03-23 Miles Bader <miles@gnu.org>
20491
20492 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20493 Remove tty-specific variants, as they're no longer needed.
20494
20495 2005-03-23 Lute Kamstra <lute@gnu.org>
20496
20497 * generic-x.el: Code cleanup: make args constant whenever possible.
20498 (installshield-statement-keyword-list)
20499 (installshield-system-functions-list)
20500 (installshield-system-variables-list, installshield-types-list)
20501 (installshield-funarg-constants-list): Make them constants.
20502
20503 * generic.el (generic-make-keywords-list): Add autoload cookie.
20504
20505 * calendar/time-date.el: Add comment on time value formats.
20506 Don't require parse-time.
20507 (with-decoded-time-value): New macro.
20508 (encode-time-value): New function.
20509 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20510 (days-to-time): Return a valid time value when arg is huge.
20511 (time-since): Use time-subtract.
20512 (time-to-number-of-days): Use time-to-seconds.
20513
20514 2005-03-23 David Ponce <david@dponce.com>
20515
20516 * recentf.el (recentf-keep): New option.
20517 (recentf-menu-action): Default to `find-file'.
20518 (recentf-keep-non-readable-files-flag)
20519 (recentf-keep-non-readable-files-p)
20520 (recentf-file-readable-p, recentf-find-file)
20521 (recentf-cleanup-remote): Remove.
20522 (recentf-include-p): More robust.
20523 (recentf-keep-p): New function.
20524 (recentf-remove-if-non-kept): Rename from
20525 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20526 All callers updated.
20527 (recentf-menu-items-for-commands): Fix help string.
20528 (recentf-track-closed-file): Update. Doc fix.
20529 (recentf-cleanup): Update. Count removed files. Doc fix.
20530
20531 2005-03-23 Kim F. Storm <storm@cua.dk>
20532
20533 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20534 Don't inherit from fringe face (now happens automatically).
20535
20536 2005-03-22 Kim F. Storm <storm@cua.dk>
20537
20538 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20539 position values.
20540
20541 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20542
20543 * menu-bar.el (showhide-date-time): Remove.
20544 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20545 (menu-bar-make-mm-toggle): Simplify.
20546
20547 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20548
20549 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20550 Accept qualified variable and function names.
20551
20552 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20553
20554 * bindings.el (completion-ignored-extensions):
20555 Remove ".lis" for `vax-vms'.
20556
20557 2005-03-22 Andreas Schwab <schwab@suse.de>
20558
20559 * generic-x.el: Revert last change.
20560 * ldefs-boot.el: Update.
20561
20562 2005-03-22 Jay Belanger <belanger@truman.edu>
20563
20564 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20565 (calc-embedded-save-original-modes)
20566 (calc-embedded-restore-original-modes): New functions.
20567 (calc-do-embedded): Save original modes when entering embedded mode
20568 and restore when leaving embedded mode.
20569 (calc-embedded-modes-change): Change the value of
20570 calc-embedded-original-modes to reflect permanent changes.
20571
20572 2005-03-22 Lute Kamstra <lute@gnu.org>
20573
20574 * generic-x.el: Require generic again.
20575
20576 2005-03-22 Miles Bader <miles@gnu.org>
20577
20578 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20579 Tweak details to look good on both ttys and bitmap displays, light
20580 or dark background, etc.
20581
20582 2005-03-21 Kim F. Storm <storm@cua.dk>
20583
20584 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20585 mouse position.
20586
20587 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * icomplete.el: Don't forcibly turn on the mode upon load.
20590 (icomplete-mode): Use define-minor-mode.
20591 (icomplete-eoinput): Default to nil.
20592 (icomplete-minibuffer-setup): Remove autoload.
20593 (icomplete-tidy): Simplify.
20594 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20595 in the initial state or if the user has modified the field.
20596 Fix handling of icomplete-max-delay-chars.
20597 Remove code that handles the oddball case where
20598 minibuffer-completion-table is an integer.
20599 Wrap icomplete-completions in while-no-input in case building
20600 completions takes more time than expected.
20601 (icomplete-completions): Simplify.
20602
20603 2005-03-21 Richard M. Stallman <rms@gnu.org>
20604
20605 * jka-compr.el (jka-compr-really-do-compress):
20606 Make variable buffer-local.
20607
20608 * image-mode.el: Handle .xpm files too.
20609 (image-toggle-display): Preserve modification flag.
20610
20611 * help.el (where-is): Don't mention aliases with no key bindings.
20612
20613 2005-03-21 Lute Kamstra <lute@gnu.org>
20614
20615 * generic.el: Fix commentary section. Don't require cl for
20616 compilation.
20617 (generic-mode-list): Add autoload cookie.
20618 (generic-use-find-file-hook, generic-lines-to-scan)
20619 (generic-find-file-regexp, generic-ignore-files-regexp)
20620 (generic-mode, generic-mode-find-file-hook)
20621 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20622 (define-generic-mode): Make it a defmacro. Fix docstring.
20623 (generic-mode-internal): Code cleanup. Add autoload cookie.
20624 (generic-mode-set-comments): Code cleanup.
20625 * generic-x.el: Don't prevent compilation. Don't require generic.
20626 Follow coding conventions. Minor code cleanup.
20627 (etc-fstab-generic-mode): Add some keywords.
20628 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20629 define-generic-mode like a function declaration.
20630
20631 2005-03-21 Jay Belanger <belanger@truman.edu>
20632
20633 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20634 changing modes.
20635
20636 2005-03-21 Sam Steingold <sds@gnu.org>
20637
20638 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20639
20640 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20641
20642 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20643 Add underscore to "f$ lexicals" regexp.
20644
20645 2005-03-20 Juri Linkov <juri@jurta.org>
20646
20647 * subr.el (progress-reporter-do-update): When `min-value' is equal
20648 to `max-value', set `percentage' to 0 and prevent division by zero.
20649
20650 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20651
20652 Sync with Tramp 2.0.48.
20653
20654 * net/tramp.el (all): Change all addresses to .gnu.org.
20655 (tramp-append-tramp-buffers): New defun.
20656 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20657 Catch `dont-send' signal.
20658 (tramp-set-auto-save-file-modes): Set always permissions, because
20659 there might be an old auto-saved file belonging to another
20660 original file. This could be a security threat. Reported by
20661 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20662 Check for Emacs 21.3.50 removed.
20663
20664 * net/tramp-smb.el (all): Remove debug construct for
20665 `with-parsed-tramp-file-name'.
20666 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20667 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20668 No error message if DIRECTORY or FILENAME doesn't exist.
20669 (tramp-smb-open-connection): Check existence of
20670 `tramp-smb-program'.
20671
20672 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20673
20674 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20675 Properly handle the case where the `m' or `s' command's argument is not
20676 yet terminated.
20677 (perl-indent-new-calculate): New function.
20678 (perl-indent-line): Use it.
20679
20680 2005-03-20 Miles Bader <miles@gnu.org>
20681
20682 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20683 in text-mode too. Change to new face names.
20684 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20685 Add `:weight bold' attribute.
20686 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20687
20688 2005-03-19 Juri Linkov <juri@jurta.org>
20689
20690 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20691
20692 * international/mule.el (auto-coding-alist): Sync with
20693 `auto-mode-alist' by adding upper case archive file extensions
20694 and adding ear/war to jar extension.
20695
20696 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20697
20698 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20699 running, restart it.
20700
20701 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20702
20703 * finder.el (finder-current-item): Throw an error on an empty line.
20704
20705 * man.el (Man-follow-manual-reference): If current-word returns
20706 nil, use "".
20707
20708 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20709
20710 * simple.el (goto-line): Doc fix.
20711
20712 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20713
20714 * files.el (save-buffer): Doc fix.
20715
20716 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20717
20718 * recentf.el (recentf-cleanup-remote): New variable.
20719 (recentf-cleanup): Use it to conditionally check availability of
20720 remote files.
20721
20722 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20723
20724 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20725 function names.
20726
20727 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20728
20729 * language/thai-word.el: New file.
20730
20731 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20732
20733 * files.el (backup-buffer): If the file's directory is not
20734 writable, use copy instead of move to backup the file.
20735
20736 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20737
20738 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20739
20740 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20741
20742 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20743 Use functionp instead of symbolp and fboundp. Reported by Drkm
20744 <darkman_spam@yahoo.fr>.
20745 (ps-print-version): New version 6.6.6.
20746
20747 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20748
20749 * textmodes/table.el (table--line-column-position): New idiom.
20750 (table--row-column-insertion-point-p): New function to test
20751 validity of row and column insertion operation at a location.
20752 (table-global-menu, table-cell-menu): Use above functions for
20753 deterministic test operation.
20754 (table--editable-cell-p): Behave in deterministic fashion.
20755
20756 2005-03-18 Juri Linkov <juri@jurta.org>
20757
20758 * isearch.el (isearch-lazy-highlight-new-loop):
20759 Make arguments beg and end optional.
20760 (isearch-update): Remove optional arguments nil from
20761 isearch-lazy-highlight-new-loop.
20762 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20763 isearch-lazy-highlight-case-fold-search instead of
20764 isearch-case-fold-search, and let-bind isearch-regexp to
20765 isearch-lazy-highlight-regexp.
20766 Use isearch-lazy-highlight-last-string instead of isearch-string.
20767
20768 * replace.el (perform-replace): Remove bindings of global
20769 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20770 Add three new arguments to `replace-highlight'.
20771 (replace-highlight): Add arguments string, regexp, case-fold.
20772 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20773 to allow isearch-lazy-highlight-new-loop to use these values
20774 to set corresponding isearch-lazy-highlight-* internal
20775 variables whose values lazy highlighting will use regardless of
20776 changes to global variables isearch-string, isearch-regexp,
20777 isearch-case-fold-search during lazy highlighting loop.
20778 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20779 to `lazy-highlight-cleanup'.
20780
20781 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20782 (ispell-highlight-face): Set default face to `isearch' when
20783 lazy highlighting is enabled.
20784 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20785 priority to 1. Add lazy highlighting.
20786 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20787 from `isearch-dehighlight'.
20788
20789 2005-03-18 David Ponce <david@dponce.com>
20790
20791 * files.el (hack-local-variables): Do a case-insensitive search
20792 for End.
20793
20794 2005-03-18 Juri Linkov <juri@jurta.org>
20795
20796 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20797 `isearch-lazy-highlight-cleanup', add alias to old name and
20798 declare obsolete. Add release numbers to other obsolete vars.
20799 (isearch-done, isearch-lazy-highlight-new-loop):
20800 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20801 (lazy-highlight-cleanup) <variable>: Doc fix.
20802 (isearch-lazy-highlight-update): Rename obsolete
20803 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20804
20805 2005-03-18 Kenichi Handa <handa@m17n.org>
20806
20807 * language/thai-util.el: Fix categorization of Thai characters in
20808 thai-category-table.
20809 (thai-composition-pattern): Adjust it for the above change.
20810 (thai-self-insert-command, thai-compose-syllable): New functions.
20811 (thai-compose-region): Use thai-compose-syllable.
20812 (thai-compose-string): Likewise.
20813 (thai-composition-function): Likewise.
20814 (thai-auto-composition): New function.
20815 (thai-auto-composition-mode): New minor mode.
20816
20817 * language/thai.el: Fix patterns to be registered in
20818 composition-function-table.
20819
20820 * international/quail.el (quail-input-method): Locally bind
20821 inhibit-modification-hooks to t.
20822
20823 2005-03-17 Richard M. Stallman <rms@gnu.org>
20824
20825 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20826 (perl-mode): Use run-mode-hooks.
20827
20828 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20829 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20830 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20831
20832 * mail/sendmail.el (sendmail-send-it): Reenable the code
20833 to compute resend-to-address and use it.
20834
20835 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20836
20837 * image-mode.el: New file.
20838
20839 * image.el (insert-sliced-image): Add autoload cookie.
20840
20841 * font-lock.el (font-lock-lines-before): New user option.
20842 (font-lock-after-change-function): Obey it.
20843
20844 * bindings.el (esc-map): Make M-g a prefix.
20845 Bind M-g g and M-g M-g to goto-line.
20846
20847 * faces.el (face-id): Doc fix.
20848
20849 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20850
20851 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20852 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20853 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20854
20855 * mail/sendmail.el (mail-yank-ignored-headers)
20856 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20857 Add Mail-Followup-To and Mail-Reply-To headers.
20858 (mail-citation-hook): Add autoload cookie.
20859 (mail-mode): Doc fix.
20860 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20861 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20862 (mail-mode-fill-paragraph): Handle those headers.
20863 (mail-mailing-lists): New variable.
20864 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20865
20866 2005-03-17 Juri Linkov <juri@jurta.org>
20867
20868 * isearch.el (isearch-fallback): Check for `(car previous)'
20869 before calling `isearch-other-end-state'.
20870
20871 2005-03-17 Kim F. Storm <storm@cua.dk>
20872
20873 * simple.el (move-beginning-of-line): Move to beginning of buffer
20874 line, as well as beginning of screen line.
20875
20876 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20877
20878 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20879 argument REDRAW rather than calendar-redrawing variable.
20880 * calendar/calendar.el (calendar-redrawing): Delete.
20881 (redraw-calendar): Do not bind calendar-redrawing.
20882
20883 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20884
20885 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20886 diary-file buffer.
20887
20888 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20889
20890 * help.el (describe-mode): Allow a :minor-mode-function property to
20891 specify a different minor mode toggle function than the variable.
20892 * simple.el (auto-fill-function):
20893 * subr.el (add-minor-mode): Use it.
20894
20895 2005-03-16 Kenichi Handa <handa@m17n.org>
20896
20897 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20898 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20899 (ethio-fidel-to-sera-buffer): Likewise.
20900
20901 2005-03-16 Juri Linkov <juri@jurta.org>
20902
20903 * emacs-lisp/find-func.el (find-function-regexp):
20904 Add defun-emitting macro `menu-bar-make-toggle'.
20905
20906 * isearch.el: Put `isearch-scroll' property to
20907 `split-window-horizontally'.
20908
20909 * info.el: Update error messages for `debug-ignored-errors'.
20910 (Info-isearch-search): Doc fix.
20911 (Info-find-node): Move up code to go into info buffer before
20912 recording the node to the history.
20913 (Info-fontify-node): Fontify titles only if the next line
20914 has two or more `*', `=', `-', `.'.
20915 Display "go to this node" for empty (match-string 3).
20916
20917 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20918
20919 * term/mac-win.el: Add mouse pointer shape constants.
20920
20921 2005-03-15 Kim F. Storm <storm@cua.dk>
20922
20923 * simple.el (move-beginning-of-line): Use vertical-motion.
20924
20925 2005-03-15 Juri Linkov <juri@jurta.org>
20926
20927 * isearch.el (isearch-error): New variable.
20928 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20929 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20930 (isearch-within-brackets-state): Remove.
20931 (isearch-case-fold-search-state, isearch-pop-fun-state):
20932 Decrease frame index.
20933 (isearch-mode, isearch-top-state, isearch-push-state)
20934 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20935 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20936 (isearch-search, isearch-lazy-highlight-new-loop):
20937 Replace `isearch-invalid-regexp' with `isearch-error'.
20938 Remove `isearch-within-brackets'.
20939 (isearch-search): Add `search-failed' handler to `condition-case'.
20940 (isearch-lazy-highlight-search): Add `condition-case' to catch
20941 errors and allow `isearch-lazy-highlight-update' to try
20942 highlighting from the beginning of the window.
20943 (isearch-repeat): Move up code to set isearch-wrapped to t
20944 before calling isearch-wrap-function.
20945
20946 * info.el (Info-isearch-initial-node): New internal variable.
20947 (Info-search): Signal an error in isearch mode when search leaves
20948 the initial node. Signal an error when `bound' is non-nil and
20949 nothing was found in the current subfile.
20950 (Info-isearch-search): Remove `condition-case'.
20951 (Info-isearch-wrap): Don't wrap when search failed during leaving
20952 the initial node. If `Info-isearch-search' is nil, wrap around
20953 the current node.
20954 (Info-isearch-start): New fun.
20955 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20956 `isearch-mode-hook'.
20957
20958 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20959
20960 * simple.el (normal-erase-is-backspace): Set default to t if
20961 running on Mac.
20962
20963 * term/mac-win.el (function-key-map): Sync with x-win.el.
20964
20965 2005-03-15 Kenichi Handa <handa@m17n.org>
20966
20967 * international/mule-cmds.el (locale-language-names): Modify the
20968 format of elements and add more entries.
20969 (locale-preferred-coding-systems): Add more entries.
20970 (set-locale-environment): Adjust for the change of
20971 locale-language-names.
20972
20973 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * pcvs.el (smerge-ediff): Remove bogus autoload.
20976
20977 2005-03-14 Lute Kamstra <lute@gnu.org>
20978
20979 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20980 Ignore a `*' at the beginning of a line.
20981
20982 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20983 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20984 subr.el.
20985 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20986 to specify indentation.
20987
20988 * generic.el (define-generic-mode): Let generic-mode-list be a
20989 list of strings; test membership with equal.
20990
20991 2005-03-14 Kim F. Storm <storm@cua.dk>
20992
20993 * simple.el (next-line, previous-line): Add optional try-vscroll
20994 arg to recognize interactive use. Pass it on to line-move.
20995 (line-move): Don't perform auto-window-vscroll when defining or
20996 executing keyboard macro to ensure consistent behavior.
20997
20998 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20999
21000 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21001
21002 2005-03-13 Lute Kamstra <lute@gnu.org>
21003
21004 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21005 debugger-setup-buffer so that backtrace marks the frames set to
21006 debug-on-exit and we don't have to do it manually. Set an extra
21007 debug-on-exit for macro's.
21008 (debugger-setup-buffer): Don't mark the top frame manually.
21009
21010 2005-03-12 Lute Kamstra <lute@gnu.org>
21011
21012 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21013 lisp-indent-function throughout.
21014 (with-no-warnings): Set lisp-indent-function property.
21015
21016 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
21017
21018 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21019 Add entry for backslash.
21020
21021 2005-03-12 Juri Linkov <juri@jurta.org>
21022
21023 * info.el (Info-search): Four fixes for backward search.
21024
21025 2005-03-11 Jay Belanger <belanger@truman.edu>
21026
21027 * calc/calc.el (calc-language-alist): New variable.
21028 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21029 (calc-embedded-find-modes): Use calc-language-alist instead of
21030 calc-embedded-language-alist.
21031
21032 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21033
21034 * calendar/calendar.el (calendar-redrawing): New internal
21035 variable.
21036 (redraw-calendar): Remove bogus save-excursion from previous
21037 change. Bind calendar-redrawing to t for mark-diary-entries.
21038 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21039 calendar if that is why we were called.
21040
21041 2005-03-11 Kenichi Handa <handa@m17n.org>
21042
21043 * international/mule.el (make-coding-system): Set property
21044 coding-system-define-form to nil.
21045 (define-coding-system-alias): Likewise.
21046
21047 2005-03-11 Kenichi Handa <handa@m17n.org>
21048
21049 These changes are suggested by Dave Love <fx@gnu.org>.
21050
21051 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21052 coding: tag.
21053 (adaptive-fill-regexp): Add more bullets.
21054 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21055 regexps.
21056
21057 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * help.el (describe-mode): Properly handle non-trivial lighters.
21060 Don't ignore minor modes that are not listed in minor-mode-list.
21061
21062 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21063 feature ON when the user requests to turn it OFF.
21064
21065 2005-03-10 Lute Kamstra <lute@gnu.org>
21066
21067 * emacs-lisp/debug.el (debug-entry-code): Delete it.
21068 (implement-debug-on-entry): New function to replace debug-entry-code.
21069 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
21070 second argument as the 2005-03-07 change makes it obsolete.
21071 (debug-on-entry, cancel-debug-on-entry): Update call to
21072 debug-on-entry-1.
21073 (debug, debugger-setup-buffer): Comment update.
21074 (debugger-frame-number): Update to work with implement-debug-on-entry.
21075
21076 2005-03-10 Jay Belanger <belanger@truman.edu>
21077
21078 * calc/calc-embed.el (math-ms-args): Declare it.
21079 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21080 math-ms-args.
21081 (calc-embedded-subst): Use math-multi-subst-rec to substitute
21082 variables.
21083
21084 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
21085
21086 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21087 Use message-box.
21088
21089 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21090 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21091 (tooltip-gud-tips): Simplify.
21092 (tooltip-gud-tips-p): Remove superfluous :set.
21093 (tooltip-gud-modes): Add fortran-mode.
21094 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21095
21096 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21097
21098 2005-03-09 Kim F. Storm <storm@cua.dk>
21099
21100 * play/animate.el (animate-place-char): Use forward-line instead
21101 of next-line to improve performance.
21102
21103 2005-03-09 Simon Josefsson <jas@extundo.com>
21104
21105 * net/browse-url.el (browse-url-default-browser): Doc fix.
21106
21107 2005-03-09 Miles Bader <miles@gnu.org>
21108
21109 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21110 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21111
21112 2005-03-09 Kenichi Handa <handa@m17n.org>
21113
21114 * international/latin-1.el: Set case and syntax for 255 only if
21115 set-case-syntax-set-multibyte is nil.
21116
21117 * textmodes/ispell.el (ispell-insert-word): New function.
21118 (ispell-word): Use ispell-insert-word to insert a new word.
21119 (ispell-process-line): Likewise.
21120 (ispell-complete-word): Likewise.
21121
21122 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
21123
21124 * calendar/calendar.el (redraw-calendar): Preserve point.
21125 Reported by Matt Hodges <MPHodges@member.fsf.org>.
21126 (calendar-week-start-day): Move after definition of
21127 redraw-calendar. Delete buffer test, since redraw-calendar has
21128 that now.
21129
21130 * calendar/diary-lib.el (mark-diary-entries): Only call
21131 redraw-calendar in the first of any recursive calls.
21132 Reported by Alan Shutko <ats@acm.org>.
21133
21134 2005-03-08 Juri Linkov <juri@jurta.org>
21135
21136 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21137 (html-horizontal-rule, html-line, html-image, html-checkboxes)
21138 (html-radio-buttons): Add a space before the trailing `/>' where
21139 sgml-xml-mode is non-nil.
21140 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21141 the subsequent tag of the empty XML tag.
21142 (html-href-anchor): Don't set initial input to "http:".
21143 (html-image): Ask for the image URL and set point inside alt="".
21144 (html-name-anchor): Duplicate the name in the `id' attribute when
21145 sgml-xml-mode is non-nil.
21146 (html-paragraph): Remove \n before <p>.
21147 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21148 instead of `checked' when sgml-xml-mode is non-nil.
21149
21150 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21151 Remove 1 space before #RRGGBB to not truncate it on terminal
21152 windows w/o fringes. Remove 1 space between bg and fg examples
21153 to get more space.
21154 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21155 avoid byte-compile warnings.
21156
21157 * image-file.el (image-file-handler): Put `safe-magic' property to
21158 `image-file-handler'.
21159
21160 * info.el (Info-isearch-search): Emulate word search in
21161 isearching through multiple Info nodes with Info-search.
21162 (Info-isearch-wrap): Allow isearch-word.
21163
21164 2005-03-08 Lute Kamstra <lute@gnu.org>
21165
21166 * emacs-lisp/debug.el (debugger-step-through): Make sure that
21167 stepping into the debugger's code is not possible.
21168 (debugger-jumping-flag): Docstring update.
21169
21170 2005-03-08 Jay Belanger <belanger@truman.edu>
21171
21172 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21173 embedded mode begins.
21174 (calc-embedded-language-alist): New variable.
21175 (calc-embedded-find-modes): Use calc-embedded-language-alist to
21176 set default language mode.
21177
21178 2005-03-08 Kenichi Handa <handa@m17n.org>
21179
21180 * international/ccl.el (define-ccl-program): Fix docstring about
21181 extra 256 bytes assured for the output buffer.
21182
21183 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21184 Fix BUFFER_MAGNIFICATION to 2.
21185 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21186
21187 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21188
21189 * align.el (align-rules-list): Added an alignment rule for CSS
21190 declarations (applies to css-mode and html-mode buffers).
21191
21192 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21195
21196 2005-03-07 Kim F. Storm <storm@cua.dk>
21197
21198 * simple.el (move-beginning-of-line): New command.
21199
21200 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21201
21202 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21203
21204 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21205 and move-beginning-of-line.
21206
21207 * apropos.el (apropos-print): Omit command from M-x ... RET.
21208
21209 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21210
21211 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21212 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21213
21214 2005-03-06 Richard M. Stallman <rms@gnu.org>
21215
21216 * bindings.el (esc-map): Bind M-g to goto-line.
21217
21218 * facemenu.el (global-map): Bind M-o, not M-g.
21219
21220 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21221
21222 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21223 "Open Directory" as for "Open File".
21224
21225 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21226
21227 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21228 (push-mark-command): Run activate-mark-hook.
21229
21230 2005-03-06 Richard M. Stallman <rms@gnu.org>
21231
21232 * help-mode.el (help-mode-finish): Don't alter the element
21233 in view-return-to-alist if there already is one.
21234
21235 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21236 make sure the current buffer is the expected one.
21237
21238 * novice.el (disabled-command-function): Output in *Disabled Command*.
21239 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21240
21241 * textmodes/flyspell.el (flyspell-large-region):
21242 Pass args differently for aspell.
21243
21244 * files.el (mode-require-final-newline): Doc fix.
21245
21246 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21247
21248 * progmodes/which-func.el (which-function):
21249 Specify NOERROR when calling imenu--make-index-alist.
21250
21251 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * simple.el (normal-erase-is-backspace): Define default value.
21254
21255 * custom.el (custom-theme-set-variables): Remove unused var
21256 `immediate'.
21257 (custom-reevaluate-setting): Simple function to handle variables
21258 that are defined before their default value can really be
21259 computed.
21260
21261 * startup.el (command-line): Use it for temporary-file-directory,
21262 small-emporary-file-directory, auto-save-file-name-transforms,
21263 blink-cursor-mode, and normal-erase-is-backspace.
21264
21265 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21266 progress, even with buggy anchored keywords.
21267
21268 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21269
21270 * simple.el (goto-line): Remove unbalanced final parenthesis.
21271
21272 2005-03-05 Richard M. Stallman <rms@gnu.org>
21273
21274 * simple.el (goto-line): Use a number at point as the default.
21275 With C-u as arg, switch buffers.
21276
21277 2005-03-05 Juri Linkov <juri@jurta.org>
21278
21279 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21280 with `no-blinking-cursor'.
21281
21282 * startup.el (no-blinking-cursor): New defvar.
21283 (command-line): Add `--no-blinking-cursor' to longopts.
21284 Set `no-blinking-cursor' to t for command line arguments
21285 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21286 with `no-blinking-cursor' in the condition for calling
21287 `blink-cursor-mode'.
21288
21289 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21290
21291 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21292 (menu-bar-options-save): Add blink-cursor-mode.
21293 (menu-bar-options-menu): Add blink-cursor-mode.
21294
21295 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21296
21297 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21298 (icalendar-export-file, icalendar-export-region)
21299 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21300 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21301
21302 2005-03-04 Lute Kamstra <lute@gnu.org>
21303
21304 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21305 (debug-function-list): Ditto.
21306
21307 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21308
21309 * textmodes/texinfmt.el (texinfo-append-refill):
21310 Redefine the types of line to which @refill
21311 is not appended by replacing a search for `@refill\\|@bye' with
21312 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21313 itemize@refill' bug and the unfilled long lines bug.
21314 (texinfmt-version): Update number and date.
21315
21316 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21317
21318 * international/code-pages.el (windows-1250, windows-125[2-8])
21319 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21320
21321 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21322
21323 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21324 bound yet.
21325
21326 2005-03-02 Romain Francoise <romain@orebokech.com>
21327
21328 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21329 buffer after removing limits.
21330 (ibuffer-pop-filter): Ditto.
21331 Update copyright.
21332
21333 2005-03-02 Miles Bader <miles@gnu.org>
21334
21335 * button.el (make-text-button): If the user doesn't specify a
21336 type, use the default. Rewrite to use `add-text-properties' and
21337 plist functions.
21338
21339 2005-03-01 Lute Kamstra <lute@gnu.org>
21340
21341 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21342 (debugger-jumping-flag): New var.
21343 (debug-entry-code): Use it.
21344 (debugger-jump): Use debugger-jumping-flag and add
21345 debugger-reenable to post-command-hook.
21346 (debugger-reenable): Use debugger-jumping-flag and remove itself
21347 from post-command-hook.
21348 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21349 debugger-reenable.
21350
21351 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21352
21353 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21354 inclusion of "itemize\\|", which may be unnecessary, is certainly
21355 inelegant, and stops refilling in itemize lists when formatting
21356 Japanese Texinfo files to Info.
21357 Update copyright to 2005.
21358
21359 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21360
21361 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21362 of an error if GDB can't find the source file.
21363
21364 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21365
21366 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21367 not just the calendar.
21368
21369 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21370 first.
21371 (diary-redraw-calendar): New function.
21372 (make-diary-entry): Add diary-redraw-calendar to local
21373 write-contents-functions. Turn off selective display before
21374 inserting in diary.
21375
21376 2005-03-01 Kim F. Storm <storm@cua.dk>
21377
21378 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21379
21380 2005-03-01 Lute Kamstra <lute@gnu.org>
21381
21382 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21383 that debug-entry-code can be safely removed from a function while
21384 this code is being evaluated. Revert the 2005-02-27 change as the
21385 new implementation no longer requires it. Make sure that a
21386 function body containing just a string is not mistaken for a docstring.
21387 (debug): Skip one more frame in case of debug on entry.
21388 (debugger-setup-buffer): Delete one more frame line in case of
21389 debug on entry.
21390 (debugger-frame-number): Update to use the new text introduced by
21391 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21392
21393 2005-02-28 Kim F. Storm <storm@cua.dk>
21394
21395 * double.el (double-translate-key): Call force-window-update after
21396 read-event to avoid crash in redisplay.
21397
21398 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21399
21400 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21401 (debug): Use it. Move the inhibit-trace earlier.
21402 (debug-entry-code): New const.
21403 (debug-on-entry-1): Use it.
21404
21405 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21406
21407 * international/utf-16.el (ccl-encode-mule-utf-16le):
21408 Fix BUFFER_MAGNIFICATION to 2.
21409 (ccl-encode-mule-utf-16be): Likewise.
21410
21411 2005-02-28 Kenichi Handa <handa@m17n.org>
21412
21413 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21414 Fix BUFFER_MAGNIFICATION to 4.
21415 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21416
21417 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21418
21419 * speedbar.el (speedbar-update-flag): Doc fix.
21420 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21421 argument.
21422
21423 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21424
21425 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21426 have a non-nil `invisible' property but are actually visible.
21427
21428 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21429 for perldoc sections.
21430 (perl-outline-regexp, perl-outline-level): New var and function.
21431 (perl-mode): Use them.
21432
21433 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21434
21435 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21436 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21437
21438 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21439
21440 * cus-edit.el: Comment change.
21441 (custom-buffer-create-internal): Slightly reword text at top of
21442 Custom buffers. Mention there that saving an option edits the
21443 init file. Add link to Emacs manual node on `custom-file'.
21444 (custom-magic-alist): Rewrite individual State messages to use
21445 capitalized keywords. Doc fix.
21446
21447 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21448
21449 * calendar/calendar.el (calendar-buffer): Move above
21450 calendar-week-start-day.
21451 (calendar-week-start-day): Doc fix. Add :set function.
21452 (calendar-minimum-window-height): New variable.
21453 (generate-calendar-window): Only resize window if selected-window
21454 is displaying the calendar buffer. Use new variable
21455 calendar-minimum-window-height.
21456 (generate-calendar): Reword error message.
21457 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21458
21459 2005-02-27 Andreas Schwab <schwab@suse.de>
21460
21461 * vc.el (vc-do-command): Don't run command asynchronously when
21462 operating in a remote directory.
21463
21464 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21465 change from sync with Tramp 2.0.47.
21466
21467 2005-02-27 Richard M. Stallman <rms@gnu.org>
21468
21469 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21470
21471 * textmodes/flyspell.el (flyspell-mode-on):
21472 Call ispell-change-dictionary only if necessary.
21473
21474 * emacs-lisp/re-builder.el (regexp-builder): New function.
21475
21476 * register.el (describe-register-1): Explicitly handle
21477 yank-excluded-properties = t.
21478
21479 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21480 (custom-magic-alist): Change the status descriptions again.
21481 (face widget-type): Total rewrite based on `restricted-sexp'
21482 to eliminate the confusing double hiding levels.
21483
21484 * emacs-lisp/debug.el (debug-on-entry-1):
21485 If function body is empty, add nil as body form.
21486
21487 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21488
21489 * emacs-lisp/trace.el (inhibit-trace): New var.
21490 (trace-make-advice): Use it.
21491
21492 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21493
21494 2005-02-26 Kim F. Storm <storm@cua.dk>
21495
21496 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21497 (mouse-on-link-p, mouse-drag-region-1): Use it.
21498
21499 2005-02-25 Lute Kamstra <lute@gnu.org>
21500
21501 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21502
21503 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21504
21505 * frame.el (blink-cursor-mode): Add :group keyword.
21506
21507 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21508
21509 * calendar/icalendar.el (icalendar--decode-isodatetime):
21510 New optional argument DAY-SHIFT.
21511 (icalendar-export-region): Fix coding-system-for-write.
21512 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21513 events by one.
21514
21515 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21516
21517 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21518
21519 2005-02-24 Kim F. Storm <storm@cua.dk>
21520
21521 * international/iso-acc.el (iso-accents-compose): Fix crash
21522 during redisplay. Call force-window-update after read-event
21523 and delete-region to signal that window is not accurate.
21524
21525 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21526
21527 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21528 Remove unused and inexistent var `inhibit-trace'.
21529 (debugger-mode): Use run-mode-hooks.
21530 (debugger-list-functions): Add buttons; setup xref stack.
21531
21532 2005-02-23 Richard M. Stallman <rms@gnu.org>
21533
21534 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21535 appointment says it was explicitly made.
21536 (appt-add): Set the 3rd element.
21537 (appt-make-list): Preserve explicit appointments.
21538
21539 * subr.el (find-tag-default): Catch errors in forward-sexp.
21540
21541 2005-02-23 Juri Linkov <juri@jurta.org>
21542
21543 * info.el (Info-isearch-search): New defcustom.
21544 (Info-isearch-search): Call the default isearch function
21545 when Info-isearch-search is nil.
21546 (Info-isearch-wrap): Use variable Info-isearch-search.
21547
21548 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21549
21550 * cus-edit.el: Comment change.
21551
21552 2005-02-22 Kim F. Storm <storm@cua.dk>
21553
21554 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21555 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21556
21557 2005-02-22 Simon Josefsson <jas@extundo.com>
21558
21559 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21560 New variable.
21561 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21562 Oskarsson" <myrkraverk@users.sourceforget.net>.
21563
21564 2005-02-22 Kim F. Storm <storm@cua.dk>
21565
21566 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21567 check that window of that event is the selected window.
21568 (mouse-drag-region-1): Compare mouse event window to selected
21569 window before setting point.
21570
21571 * tooltip.el (tooltip-show-help-function): Pass event to
21572 mouse-on-link-p so it can check selected window.
21573
21574 2005-02-22 Kenichi Handa <handa@m17n.org>
21575
21576 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21577 (ps-mule-show-warning): New function.
21578 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21579 characters are found.
21580
21581 * ps-print.el (ps-header-footer-string): Return a list of header
21582 and footer strings.
21583
21584 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21585
21586 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21587
21588 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21589
21590 * frame.el (blink-cursor-mode): Use define-minor-mode.
21591
21592 * term/mac-win.el (function-key-map): Use char-names more consistently.
21593 (file-name-coding-system): Only set it for MacOS-9. The other case is
21594 already handled in mule-cmds.el (where it also works when mac-win.el
21595 is not used).
21596
21597 2005-02-21 Kenichi Handa <handa@m17n.org>
21598
21599 * international/mule.el (ctext-pre-write-conversion): Always use
21600 " *code-converting-work*" buffer for work.
21601
21602 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21603
21604 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21605
21606 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21607
21608 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21609
21610 * ses.el (undo-more): Restore defadvice, but only the part that
21611 allows changes outside the restricted area of the buffer.
21612
21613 2005-02-20 Kim F. Storm <storm@cua.dk>
21614
21615 * simple.el (line-move): Add fourth optional arg try-vscroll which
21616 must be set to perform auto-window-vscroll.
21617 When moving backwards and doing auto-window-vscroll, automatically
21618 vscroll to the last part of lines which are taller than the window.
21619 (next-line, previous-line): Set try-vscroll arg on line-move.
21620
21621 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21622
21623 * replace.el (query-replace, query-replace-regexp)
21624 (replace-string, replace-regexp): When operating on region, make
21625 the minibuffer prompt say so.
21626
21627 * isearch.el (isearch-forward): Document isearch-query-replace and
21628 isearch-query-replace-regexp keybindings.
21629
21630 2005-02-19 Jay Belanger <belanger@truman.edu>
21631
21632 * calc/calc-aent.el (math-read-token): Add local variable.
21633
21634 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21635 (calc-edit-top): Move declaration to earlier in file.
21636 (calc-edit-macro-repeats): Add local variables.
21637
21638 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21639 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21640 calcFunc-tanh.
21641 Adjust integration rule for calcFunc-tan.
21642
21643 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21644
21645 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21646 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21647 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21648 (viper-skip-separators): Bug fix.
21649 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21650 particular major mode.
21651 (viper-del-backward-char-in-replace): Don't put deleted char on the
21652 kill ring.
21653
21654 * viper-ex.el (viper-color-display-p): New function.
21655 (viper-has-face-support-p): Use viper-color-display-p.
21656
21657 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21658
21659 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21660
21661 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21662 (viper-file-remote-p): Make equivalent to file-remote-p.
21663
21664 * viper.el (viper-major-mode-modifier-list):
21665 Use viper-gnus-modifier-map.
21666
21667 2005-02-19 David Kastrup <dak@gnu.org>
21668
21669 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21670 quoting.
21671
21672 2005-02-19 Jay Belanger <belanger@truman.edu>
21673
21674 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21675 Remove extra definitions.
21676 (calc-coth): New function.
21677 (calcFunc-cot): Fix `let'.
21678
21679 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21680
21681 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21682 the reasons we use "type pc" in these faces.
21683
21684 * button.el (button): Ditto.
21685
21686 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21687
21688 * replace.el (query-replace-read-from): Set the value of
21689 query-replace-from-history-variable to handle the case of an empty
21690 string entered to accept the suggested default.
21691
21692 * net/tramp.el (tramp-file-name-for-operation):
21693 Use dired-call-process instead of dired-call-process-command.
21694
21695 2005-02-19 Jay Belanger <belanger@truman.edu>
21696
21697 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21698 (math-div-non-trig): New variables.
21699 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21700 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21701 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21702 trig expressions.
21703
21704 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21705
21706 * progmodes/gdb-ui.el (gdb-var-update-handler)
21707 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21708 for watch expressions,
21709 (gdb-var-create-handler): Don't set speedbar-update-flag.
21710 (gdb-post-prompt): Simplify test for speedbar.
21711
21712 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21713
21714 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21715 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21716 we use the syntax table of the correct buffer.
21717 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21718 Felix Gatzemeier.
21719
21720 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21721 (ediff-file-remote-p): Make synonymous with file-remote-p.
21722 In all deffaces ediff-*-face-*, use min-colors.
21723
21724 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21725 ediff-recurse-to-subdirectories.
21726 (ediff-mark-if-equal): Check that the arguments are strings, use
21727 ediff-same-contents (after to Felix Gatzemeier).
21728
21729 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21730 nil.
21731
21732 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21735
21736 2005-02-18 David Kastrup <dak@gnu.org>
21737
21738 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21739 use `mark-active' when defined.
21740
21741 2005-02-18 Kenichi Handa <handa@m17n.org>
21742
21743 * ps-print.el (ps-font-info-database): New entry
21744 ZapfChancery-MediumItalic with correct font name. Fix font name
21745 of the entry Zapf-Chancery-MediumItalic.
21746
21747 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21748
21749 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21750
21751 2005-02-16 Kim F. Storm <storm@cua.dk>
21752
21753 * ido.el (ido-fallback-command): Pass user input to fallback command.
21754
21755 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21756
21757 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21758 (gdb-find-file-hook): Add server prefix.
21759
21760 2005-02-16 Richard M. Stallman <rms@gnu.org>
21761
21762 * replace.el (perform-replace): Pass new args to replace-highlight.
21763 (replace-highlight): Take region args,
21764 and pass them to isearch-lazy-highlight-new-loop.
21765
21766 * novice.el (disabled-command-hook): Autoload the defalias
21767 and the make-obsolete-variable call.
21768
21769 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21770
21771 * isearch.el (isearch-lazy-highlight-start-limit)
21772 (isearch-lazy-highlight-end-limit): New variables limit
21773 the region for highlighting.
21774 (isearch-lazy-highlight-new-loop): New args BEG and END.
21775 (isearch-lazy-highlight-search): Use the new vars.
21776 (isearch-lazy-highlight-update): Likewise.
21777
21778 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21779
21780 * cus-start.el (all): Use default-boundp.
21781
21782 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21783
21784 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21785
21786 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21787
21788 * autorevert.el (auto-revert-stop-on-user-input)
21789 (auto-revert-verbose): Doc fixes.
21790
21791 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21792
21793 * international/mule-cmds.el (set-locale-environment): Remove call
21794 to set-selection-coding-system on Windows.
21795
21796 2005-02-15 Jay Belanger <belanger@truman.edu>
21797
21798 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21799 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21800 calcFunc-coth.
21801 (math-simplify-sqrt): Add simplifications.
21802
21803 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21804 to list.
21805
21806 * calc/calc-ext.el: Add functions to autoloads.
21807
21808 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21809 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21810 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21811 (math-csc-raw, math-cot-raw): New functions.
21812
21813 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21814
21815 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21816 the variable name in a message.
21817
21818 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21819 calcFunc-csc, calcFunc-cot.
21820
21821 * calc/calcalg2.el: Add derivative and integration rules for
21822 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21823 calcFunc-csch, calcFunc-coth.
21824 (math-do-integral-methods): Add to checks for when to use
21825 substitutions.
21826
21827 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21828
21829 2005-02-15 Lute Kamstra <lute@gnu.org>
21830
21831 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21832 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21833 <monnier@iro.umontreal.ca>
21834 (lisp-outline-level): Improve efficiency. Suggested by David
21835 Kastrup <dak@gnu.org>.
21836
21837 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21838
21839 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21840 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21841 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21842 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21843 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21844
21845 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21846
21847 * cus-start.el (all): Comment change.
21848
21849 2005-02-14 Lute Kamstra <lute@gnu.org>
21850
21851 * cus-start.el (all): Check if symbol is void.
21852
21853 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21854
21855 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21856 optional argument to \cite.
21857
21858 2005-02-14 Richard M. Stallman <rms@gnu.org>
21859
21860 * cus-edit.el (custom-buffer-create-internal): Update help message.
21861 (custom-magic-alist): Update help messages.
21862
21863 * cus-start.el (all): Allow a var to specify a standard value.
21864
21865 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21866
21867 * custom.el (custom-theme-set-variables): Handle variable aliases.
21868
21869 * frame.el (blink-cursor-timer): Doc fix.
21870 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21871 declare obsolete.
21872 (blink-cursor-mode): Define with defcustom and use correct
21873 standard expression in that defcustom.
21874 * startup.el (command-line): Adapt to above changes in frame.el.
21875
21876 2005-02-11 Lute Kamstra <lute@gnu.org>
21877
21878 * apropos.el (apropos-score-doc): Prevent division by zero.
21879
21880 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21881
21882 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21883 (icalendar--get-event-property-attributes)
21884 (icalendar--get-event-properties)
21885 (icalendar--datetime-to-diary-date): New functions.
21886 (icalendar--split-value): Doc fix.
21887 (icalendar--datetime-to-noneuropean-date)
21888 (icalendar--datetime-to-european-date): New optional argument
21889 SEPARATOR. Return result as a string instead of a list.
21890 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21891 (icalendar--convert-string-for-export): Rename arg S to STRING.
21892 (icalendar-export-region): Doc fix. Change name of error buffer.
21893 Save output buffer.
21894 (icalendar-import-file): Add blank at end of prompt.
21895 (icalendar-import-buffer): Doc fix. Do not switch to error
21896 buffer. Indicate status in return value.
21897 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21898 buffer. Save output buffer. Handle exception from recurrence
21899 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21900 events. Fix problems with weekly all-day events.
21901
21902 2005-02-10 Richard M. Stallman <rms@gnu.org>
21903
21904 * simple.el (eval-expression-print-format):
21905 Avoid warning about edebug-active.
21906
21907 * help.el (help-for-help-internal): Rename from help-for-help.
21908 (help-for-help): Define with defalias.
21909
21910 * font-core.el (font-lock-default-function): Use with-no-warnings.
21911
21912 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21913
21914 * custom.el (defface): Doc fix.
21915
21916 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21917
21918 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21919 width 0" to prevent word wrapping problems.
21920
21921 2005-02-09 Kim F. Storm <storm@cua.dk>
21922
21923 * ido.el (ido-file-extensions-order): New defcustom.
21924 (ido-file-extension-lessp, ido-file-extension-aux)
21925 (ido-file-extension-order): New advanced file ordering.
21926 (ido-file-lessp): New simple file ordering.
21927 (ido-sort-list): Remove.
21928 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21929 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21930
21931 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21932
21933 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21934 that some versions of grep produce.
21935 (grep-mode-font-lock-keywords): Likewise.
21936
21937 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21938
21939 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21940 (gdb-cdir): Delete.
21941 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21942 (gdb-source-info): Treat case when source file is in another
21943 directory properly.
21944 (gdb-get-location): New function.
21945
21946 2005-02-07 Jay Belanger <belanger@truman.edu>
21947
21948 * calc/calc-prog.el (calc-write-parse-table-part)
21949 (calc-fix-token-name): Fix a check for language type.
21950
21951 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21952
21953 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21954
21955 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21956 as directory not writable.
21957
21958 2005-02-07 Kim F. Storm <storm@cua.dk>
21959
21960 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21961 (cua--standard-movement-commands): Remove list.
21962 Instead, set CUA property value to move for movement commands.
21963 (cua-movement-commands): Remove. Users must set CUA prop instead.
21964 (cua--pre-command-handler): Check CUA property.
21965 (cua--init-keymaps): Don't remap undo commands.
21966 (cua-mode): Don't call cua--rectangle-on-off.
21967
21968 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21969 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21970 (cua--rect-undo-set-point): New var.
21971 (cua--rectangle-undo-boundary): Setup undo apply entry.
21972 (cua--rect-undo-handler): New function for rectangle undo.
21973 (cua--rect-start-position, cua--rect-end-position): Add.
21974 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21975 for restored rectangle. Set point if cua--rect-undo-set-point.
21976
21977 2005-02-06 Jay Belanger <belanger@truman.edu>
21978
21979 * calc/calc-lang.el (calc-tex-language): Display more information
21980 in messages.
21981
21982 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21983 in TeX mode.
21984
21985 2005-02-06 Richard M. Stallman <rms@gnu.org>
21986
21987 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21988
21989 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21990
21991 * net/ldap.el (ldap-search-internal): Support attributes with
21992 optional descriptions separated by a semi-colon, as in
21993 "userCertificate;binary".
21994
21995 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21996
21997 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21998 isn't a cons (i.e. the version is 0).
21999
22000 2005-02-05 Eli Zaretskii <eliz@gnu.org>
22001
22002 * help.el (help-for-help): Doc fix.
22003
22004 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
22005
22006 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
22007 GDB-Windows on the menu-bar as this works better.
22008
22009 2005-02-04 Jay Belanger <belanger@truman.edu>
22010
22011 * calc/calc-embed.el (calc-embedded-update): Don't put in
22012 unnecessary newlines. Adjust the end of formula marker.
22013
22014 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22015 (math-latex-parse-two-args): New function.
22016
22017 2005-02-03 Lute Kamstra <lute@gnu.org>
22018
22019 * help-fns.el (help-with-tutorial): Make sure that users cannot
22020 remove the entire text of the tutorial by means of `undo'.
22021
22022 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
22023
22024 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22025 in recent changes, where the ispell process was repeatedly
22026 killed & restarted.
22027
22028 * international/mule-cmds.el (set-locale-environment): Set file-name
22029 coding system to utf-8 on Darwin systems.
22030 (set-default-coding-systems): Don't set default-file-name-coding-system
22031 on Darwin systems.
22032
22033 2005-02-03 Richard M. Stallman <rms@gnu.org>
22034
22035 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22036
22037 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
22038
22039 * faces.el (list-faces-display): Add optional argument.
22040
22041 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22042
22043 * font-core.el (font-lock-default-function): Handle the rare case where
22044 only font-lock-keywords is set.
22045
22046 2005-02-02 Kenichi Handa <handa@m17n.org>
22047
22048 * international/characters.el: Cancel previous change for
22049 I-WITH-DOT-ABOVE and DOTLESS-i.
22050
22051 * international/latin-5.el: Cancel previous change.
22052
22053 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22054
22055 * progmodes/gud.el: Correction to syntax in gud-menu-map.
22056
22057 2005-02-02 Kenichi Handa <handa@m17n.org>
22058
22059 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22060 DOTLESS-i.
22061
22062 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22063 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22064
22065 * case-table.el (get-upcase-table): New function.
22066 (copy-case-table): Copy upcaes table too if non-nil.
22067 (set-case-syntax-delims): Maintain upcase table too.
22068 (set-case-syntax-pair): Likewise.
22069 (set-upcase-syntax, set-downcase-syntax): New functions.
22070 (set-case-syntax): Maintain upcase table too.
22071
22072 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
22073
22074 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22075
22076 * progmodes/gud.el (gud-goto-info): New function.
22077 (gud-tool-bar-map): Use correct icon.
22078
22079 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22080
22081 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22082 When delegating, order args in the funcall correctly.
22083
22084 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
22085
22086 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22087
22088 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
22089
22090 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22091 buffer not visiting a file.
22092
22093 2005-01-31 Jay Belanger <belanger@truman.edu>
22094
22095 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22096 bound on the line with the formula.
22097
22098 2005-01-31 Kim F. Storm <storm@cua.dk>
22099
22100 * ses.el (ses-create-cell-variable-range)
22101 (ses-destroy-cell-variable-range, ses-reset-header-string)
22102 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22103 (ses-insert-row): Fix format of apply undo entries.
22104
22105 2005-01-31 Jay Belanger <belanger@truman.edu>
22106
22107 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22108 parts.
22109
22110 * calc/calc-embed.el (calc-embedded-open-formula)
22111 (calc-embedded-close-formula): Ignore matrix environments.
22112
22113 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22114 TeX mode.
22115
22116 * calc/calc-lang.el (math-function-table, math-oper-table)
22117 (math-variable-table): Adjust the LaTeX portions.
22118
22119 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22120 (math-latex-ignore-words): New constant.
22121
22122 2005-01-31 Richard M. Stallman <rms@gnu.org>
22123
22124 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22125 (ispell-local-dictionary): Doc fix.
22126 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22127 Don't reinitialize at run time. Don't defcustom.
22128 All uses changed to append ispell-local-dictionary-alist,
22129 or check it first.
22130 (ispell-current-dictionary): New variable for dictionary in use.
22131 (ispell-dictionary): Now used only for global default.
22132 (ispell-start-process): Set ispell-current-dictionary,
22133 not ispell-dictionary.
22134 (ispell-change-dictionary): Use this only for setting
22135 user preferences.
22136 (ispell-internal-change-dictionary): New function
22137 to change the current dictionary in use.
22138 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22139 Use ispell-current-dictionary.
22140 Handle ispell-local-dictionary-overridden.
22141 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22142
22143 2005-01-31 Jay Belanger <belanger@truman.edu>
22144
22145 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22146
22147 * calc/calc-ext.el: Add calc-latex-language to autoloads.
22148 (calc-mode-map): Add calc-latex-language.
22149
22150 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22151 (math-latex-print-frac): New functions.
22152 (math-oper-table, math-function-table, math-variable-table)
22153 (math-complex-format, math-input-filter): Add latex properties.
22154 (calc-set-language): Set math-expr-special-function-mapping.
22155
22156 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22157 (calc-write-parse-table-part): Add LaTeX support.
22158
22159 * calc/calc.el (calc-language): Adjust docstring.
22160 (calc-set-mode-line): Add LaTeX support.
22161 (math-expr-special-function-mapping): New variable.
22162 (math-tex-ignore-words): Add to list.
22163
22164 * calc/calccomp.el (math-compose-expr, math-compose-rows):
22165 Add LaTeX support.
22166 (math-compose-expr): Add support for special functions.
22167
22168 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22169
22170 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
22171
22172 * progmodes/gdb-ui.el (gdb-memory-address)
22173 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22174 (gdb-memory-mode-map, gdb-memory-format-keymap)
22175 (gdb-memory-format-menu, gdb-memory-unit-keymap)
22176 (gdb-memory-unit-menu): New variables for a buffer
22177 that lets the user examine program memory.
22178 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22179 (gdb-memory-format-binary, gdb-memory-format-octal)
22180 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22181 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22182 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22183 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22184 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22185 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22186 (gdb-memory-mode, gdb-memory-buffer-name)
22187 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22188 New functions for above buffer.
22189
22190 2005-01-30 Richard M. Stallman <rms@gnu.org>
22191
22192 * cus-edit.el (custom-bury-buffer): Function deleted.
22193 (custom-buffer-done-function): Option deleted.
22194 (custom-buffer-done-kill): New replacement option.
22195 (Custom-buffer-done): Call quit-window.
22196 (custom-buffer-create-internal): Update for above changes.
22197
22198 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22199
22200 * simple.el (undo-ask-before-discard): New var.
22201 (undo-outer-limit-truncate): Implement it.
22202 (undo-extra-outer-limit): Doc update.
22203
22204 2005-01-29 Richard M. Stallman <rms@gnu.org>
22205
22206 * ses.el (undo-more): Delete defadvice.
22207 (ses-begin-change): Doc fix.
22208
22209 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22210 instead of rebinding C-x u and C-_.
22211
22212 * files.el (normal-backup-enable-predicate): Return nil for files
22213 in /tmp, regardless of temporary-file-directory.
22214
22215 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22216
22217 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22218 (open-rectangle, delete-whitespace-rectangle-line)
22219 (clear-rectangle-line): If FILL, pass t instead of FILL
22220 for move-to-column's 2nd arg.
22221
22222 * simple.el (undo): Fix the test for continuing a series of undos.
22223 (undo-more): Set pending-undo-list to t when we reach end.
22224 (pending-undo-list): Move up defvar.
22225
22226 * wid-edit.el (widget-button-click):
22227 Shorten the range of the track-mouse binding.
22228
22229 * comint.el (comint-insert-input): Undo previous changes;
22230 use last-input-event in interactive spec.
22231
22232 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22233
22234 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22235 to nil before invoking call-process. Reset buffer's modified flag
22236 after fontifying it in the no-async branch.
22237
22238 * wid-edit.el (widget-specify-button): If mouse pointer shape
22239 cannot be changed, use mouse face instead.
22240
22241 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22242
22243 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22244 (gdb-goto-breakpoint): Make breakpoint handling work on template
22245 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22246 (gdb-assembler-custom): Update to recognize breakpoint information
22247 added on 2005-01-19.
22248
22249 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22250
22251 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22252 (dsssl-mode): Use define-derived-mode.
22253 (scheme-mode-initialize): Remove.
22254 (scheme-mode): Use run-mode-hooks.
22255
22256 * cus-edit.el (customize-group-other-window)
22257 (custom-buffer-create-other-window): Don't override special-display-*.
22258 (custom-mode-map): Make it dense.
22259
22260 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22261 sets the default value.
22262
22263 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22264
22265 * descr-text.el: Add more keywords.
22266
22267 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22268
22269 * speedbar.el: Avoid unnecessary use of locate-library.
22270
22271 * international/mule-cmds.el (standard-display-european-internal):
22272 Don't fiddle with latin-1 non-break space any more since it's now
22273 special cased in the C code.
22274 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22275
22276 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22277
22278 * cus-start.el (all): Add `undo-outer-limit'.
22279
22280 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22281
22282 * textmodes/bibtex.el (bibtex-format-entry):
22283 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22284 field lines.
22285 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22286 not on part of a buffer.
22287
22288 2005-01-25 Lute Kamstra <lute@gnu.org>
22289
22290 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22291 nonempty field text strings like "{letters\\macro{}more letters}".
22292 Clarify docstring.
22293 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22294 (bibtex-entry-offset, bibtex-parse-association)
22295 (bibtex-parse-field-name): Fix typos in docstrings.
22296 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22297
22298 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22299
22300 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22301 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22302 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22303 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22304
22305 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22306 isearch minor mode.
22307
22308 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22309
22310 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22311
22312 2005-01-24 Lute Kamstra <lute@gnu.org>
22313
22314 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22315 CASECHARS and NOT-CASECHARS regular expressions of the
22316 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22317 striding over charsets" error.
22318
22319 2005-01-24 Jay Belanger <belanger@truman.edu>
22320
22321 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22322 display variable name.
22323
22324 2005-01-24 Kenichi Handa <handa@m17n.org>
22325
22326 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22327 Fix setting of the element of encoded-kbd-iso2022-invocations.
22328
22329 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22330
22331 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22332 (gdb-threads-select): Change to also accept mouse events.
22333 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22334 (gdb-threads-mouse-select): Delete.
22335
22336 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22337
22338 * files.el (insert-directory): Take care of empty directory,
22339 listed without -a switch.
22340
22341 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22342
22343 * textmodes/refill.el (refill-post-command-function):
22344 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22345 to the list of functions that we should be careful not to undo.
22346 (refill-late-fill-paragraph-function): Remove.
22347 (refill-saved-state): New var.
22348 (refill-mode): Use it to save fill-paragraph-function.
22349 Save also the value of auto-fill-function.
22350
22351 * term/w32-win.el: Simplify code.
22352
22353 2005-01-23 Kim F. Storm <storm@cua.dk>
22354
22355 * simple.el (line-move): Adapt to new return value from
22356 pos-visible-in-window-p.
22357
22358 * simple.el (line-move): Fix last change. Check partial
22359 visibility at point rather than at window-start.
22360
22361 2005-01-22 Jason Rumney <jasonr@gnu.org>
22362
22363 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22364
22365 2005-01-22 David Kastrup <dak@gnu.org>
22366
22367 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22368
22369 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22370
22371 * type-break.el (type-break-mode): Add a test for
22372 type-break-file-name being non-nil.
22373
22374 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22375
22376 * net/eudc.el (top level): Call (message "") via progn, so that
22377 eudc-options-file is loaded.
22378
22379 2005-01-22 Kim F. Storm <storm@cua.dk>
22380
22381 * simple.el (line-move-1): Rename from line-move.
22382 (line-move): New function that adjusts vscroll for partially
22383 visible rows, and calls line-move-1 otherwise.
22384
22385 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22386
22387 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22388 since it's not a complete read-event implementation
22389
22390 2005-01-20 Jay Belanger <belanger@truman.edu>
22391
22392 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22393 for called function.
22394
22395 2005-01-20 Steven Tamm <steventamm@mac.com>
22396
22397 * term/mac-win.el (process-connection-type): Remove.
22398 Controlled now by s/darwin.h:PTY_ITERATION.
22399
22400 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22401
22402 * window.el (handle-select-window): Don't switch window when we're
22403 in the minibuffer.
22404
22405 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22406
22407 * subr.el (dotimes-with-progress-reporter): New macro.
22408
22409 * ses.el (ses-dotimes-msg): Remove macro.
22410 Use `dotimes-with-progress-reporter' instead.
22411
22412 2005-01-19 Steven Tamm <steventamm@mac.com>
22413
22414 * term/mac-win.el (process-connection-type): Use new
22415 operating-system-release variable to use ptys on Darwin 7 (OS X
22416 10.3) when using carbon build.
22417
22418 2005-01-19 Jay Belanger <belanger@truman.edu>
22419
22420 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22421 flags if the last command was a tab or M-tab.
22422
22423 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22424 in formula editing buffer.
22425
22426 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22427
22428 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22429 breakpoint image symbol in margin.
22430
22431 2005-01-19 Jay Belanger <belanger@truman.edu>
22432
22433 * calc/calc-prog.el (calc-execute-kbd-macro):
22434 Ignore calc-keep-arg-flag.
22435
22436 2005-01-19 Kenichi Handa <handa@m17n.org>
22437
22438 * textmodes/ispell.el (ispell-looking-at): New function.
22439 (ispell-process-line): Use ispell-looking-at to compare the ispell
22440 output and the buffer contents.
22441
22442 2005-01-18 Jay Belanger <belanger@truman.edu>
22443
22444 * calc/calc.el (calc-display-raw): Fix docstring.
22445
22446 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22447
22448 * simple.el (blink-matching-open): Strip extra info from syntax.
22449
22450 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22451 funny chars in the end-of-here-doc marker.
22452
22453 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22454
22455 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22456 that enable/disabled state of breakpoints is shown correctly in
22457 fringe and on ttys.
22458 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22459 Add breakpoint information as text properties.
22460 (gdb-mouse-toggle-breakpoint):
22461 Rename to gdb-mouse-set-clear-breakpoint.
22462 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22463 breakpoints in the margin.
22464 (gdb-remove-strings): Simplify.
22465
22466 2005-01-17 Jay Belanger <belanger@truman.edu>
22467
22468 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22469 erasing buffer.
22470
22471 2005-01-17 Richard M. Stallman <rms@gnu.org>
22472
22473 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22474 for calling grep-compute-defaults.
22475
22476 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22477 if buffer is empty.
22478
22479 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22480
22481 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22482
22483 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22484
22485 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22486 non-preloaded variables.
22487
22488 2005-01-17 Steven Tamm <steventamm@mac.com>
22489
22490 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22491 tex-shell cause to force interactivity when using pipes.
22492
22493 2005-01-17 Kim F. Storm <storm@cua.dk>
22494
22495 * simple.el (just-one-space): Make arg optional.
22496
22497 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22498
22499 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22500 posn-at-x-y to t to access left-margin.
22501
22502 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22503
22504 Sync with Tramp 2.0.47.
22505
22506 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22507 catching keep-date problems in cp/scp operations.
22508 (tramp-handle-copy-file): Don't call `set-file-modes'
22509 unconditionally. Specialized functions should know better what is
22510 necessary. This improves performance a little bit, and the
22511 functions could catch errors with `cp -p' and `scp -p'.
22512 (tramp-do-copy-or-rename-file-via-buffer)
22513 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22514 when appropriate.
22515 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22516 Call `set-file-modes' when appropriate.
22517 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22518 Johnsson <isak@hypergene.com>
22519 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22520 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22521 <joakim@verona.se>
22522 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22523 Emacs only.
22524
22525 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22526 `find-file-hooks' and `dired-mode-hook'.
22527 (tramp-minor-mode-map): Respective map. Add remapping for
22528 `compile' and `recompile'.
22529 (tramp-remap-command, tramp-recompile): New defuns.
22530 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22531 in buffer "*Compilation*". Call the commands asynchronously.
22532
22533 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22534 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22535 `shell-command', because it isn't magic in XEmacs. Reported by
22536 Adrian Aichner <adrian@xemacs.org>.
22537
22538 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22539 `substitute-in-file-name.
22540 (tramp-smb-handle-substitute-in-file-name): New defun.
22541 (tramp-smb-advice-PC-do-completion): Delete advice.
22542
22543 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22544
22545 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22546 Fix error in deleting region.
22547
22548 2005-01-15 Richard M. Stallman <rms@gnu.org>
22549
22550 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22551 In non-temp buffer, switch syntax table temporarily.
22552
22553 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22554
22555 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22556
22557 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22558
22559 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22560 (imenu--generic-function): Use START, not BEG, as pos of definition.
22561
22562 * simple.el (just-one-space): Argument specifies number of spaces.
22563
22564 * simple.el (eval-expression-print-format): Avoid warning
22565 about edebug-active.
22566
22567 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22568
22569 * progmodes/sh-script.el: Code copied from make-mode.el
22570 with small changes,
22571 (sh-mode-map): Bind C-c C-\.
22572 (sh-backslash-column, sh-backslash-align): New variables.
22573 (sh-backslash-region, sh-append-backslash): New functions.
22574
22575 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22576
22577 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22578 (rmail-pop-password, rmail-pop-password-required): Move to
22579 rmail-obsolete group.
22580 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22581 All callers updated.
22582 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22583 Take an argument specifying whether it is POP or IMAP mailbox we
22584 are using. All callers updated.
22585 (rmail-pop-password-error): Rename to
22586 rmail-remote-password-error. Added mailutils-specific error message.
22587 (rmail-movemail-search-path)
22588 (rmail-movemail-variant-in-use): New variables.
22589 (rmail-remote-password, rmail-remote-password-required):
22590 New customization variables.
22591 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22592 (rmail-parse-url): New function.
22593 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22594 with GNU mailutils movemail.
22595
22596 2005-01-15 Kevin Ryde <user42@zip.com.au>
22597
22598 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22599 suffix to space, $ or '$, to correctly position point when going
22600 to @table style constants like DBL_MAX.
22601
22602 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22603
22604 * type-break.el (type-break-mode, type-break-file-time)
22605 (type-break-file-keystroke-count, type-break-choose-file):
22606 Don't store data in or load data from the file if type-break-file-name
22607 is nil.
22608 (type-break-file-name): Doc update as per the above.
22609
22610 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22611
22612 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22613 lookup-key might return nil; handle that.
22614
22615 2005-01-15 Alan Mackenzie <acm@muc.de>
22616
22617 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22618 rather than the element found, thus enabling the tree to be setcar'd.
22619
22620 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22621
22622 * textmodes/org.el (org-show-following-heading): New option.
22623 (org-show-hierarchy-above): Use `org-show-following-heading'.
22624 (org-cycle): Documentation fix.
22625
22626 * textmodes/org.el (orgtbl-optimized): New option
22627 (orgtbl-mode): New command, a minor mode.
22628 (orgtbl-mode-map): New variable.
22629 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22630 (orgtbl-error, orgtbl-self-insert-command)
22631 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22632
22633 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22634 a local variable in each org-mode buffer.
22635
22636 * textmodes/org.el (org-set-regexps-and-options): Rename from
22637 `org-set-regexps'. Added checking for STARTUP keyword.
22638 (org-get-current-options): Add STARTUP options.
22639 (org-table-insert-row): Make mode intelligent about when
22640 realignment is needed.
22641 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22642 New commands.
22643 (org-enable-table-editor): New default value `optimized'.
22644 (org-table-blank-field): Support blanking regions if active.
22645
22646 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22647
22648 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22649 if the year is not given.
22650
22651 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22652 Add new escapes %m and %M, fixed bug with %F by adding
22653 save-match-data.
22654 (reftex-reference): Remove ?. from list of spaces.
22655 (reftex-label-info): Add automatic label prefix recognition.
22656
22657 * textmodes/reftex-index.el (reftex-index-next-phrase):
22658 Add slave parameter to call of `reftex-index-this-phrase'.
22659 (reftex-index-this-phrase): New optional argument.
22660 (reftex-index-region-phrases): Add slave parameter to call of
22661 `reftex-index-this-phrase'.
22662 (reftex-display-index): New argument redo.
22663 (reftex-index-rescan): Add `redo' to arguments of
22664 `reftex-display-index'.
22665 (reftex-index-Rescan, reftex-index-revert)
22666 (reftex-index-switch-index-tag): Add `redo' to arguments of
22667 `reftex-display-index'.
22668 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22669 indexing. Fix bug with matching is there is a quote before or
22670 after the word.
22671
22672 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22673 Fix bug when collecting citation keys in lines with comments.
22674 (reftex-citation): Prefix argument no longer rescans the document,
22675 but forces prompting for optional arguments of cite macros.
22676 (reftex-do-citation): Prompting for optional arguments implemented.
22677
22678 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22679 Add optional arguments to most cite commands.
22680 (reftex-cite-cleanup-optional-args): New option
22681 (reftex-cite-prompt-optional-args): New option.
22682 (reftex-trust-label-prefix): New option.
22683
22684 * textmodes/reftex-toc.el (reftex-toc-find-section):
22685 Add push-mark before changing the position in the buffer.
22686
22687 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22688 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22689
22690 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22691
22692 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22693 more carefully.
22694
22695 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22696
22697 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22698 (sgml-mode): Use it.
22699 (sgml-get-context): Better keep track of implicitly closed tags.
22700
22701 2005-01-13 Kenichi Handa <handa@m17n.org>
22702
22703 * textmodes/ispell.el: These changes are to fix misalignment error
22704 caused by equivalent characters of different Emacs charsets.
22705 (ispell-unified-chars-table): New variable.
22706 (ispell-get-decoded-string): New function.
22707 (ispell-get-casechars, ispell-get-not-casechars)
22708 (ispell-get-otherchars): Call ispell-get-decoded-string.
22709
22710 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22711
22712 * custom.el (custom-declare-variable): Just put symbol instead
22713 of (defvar . symbol) in `current-load-list'.
22714
22715 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22716
22717 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22718
22719 2005-01-12 Jay Belanger <belanger@truman.edu>
22720
22721 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22722 to create a Calc summary.
22723
22724 2005-01-12 Kim F. Storm <storm@cua.dk>
22725
22726 * mouse.el (mouse-on-link-p): Change functionality and doc
22727 string to comply with latest description in lisp ref.
22728
22729 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22730
22731 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22732 Enable mouse clicks on mode-line, header-line and margin.
22733 (event-type): Give mouse event symbols an `event-kind' property
22734 with value `mouse-click'.
22735
22736 2005-01-12 Juri Linkov <juri@jurta.org>
22737
22738 * facemenu.el (list-colors-display): Add new arg buffer-name.
22739 Use it. Fix docstring. Replace code for identifying duplicate
22740 colors by the name with call to `list-colors-duplicates' which
22741 identifies duplicate colors by the value unless the color
22742 is one of special Windows colors. Set truncate-lines to t.
22743 Print sorted duplicate color names on each line. Indent to 22
22744 \(the longest color name in rgb.txt) instead of 20. Optimize.
22745 (list-colors-duplicates): New function.
22746 (facemenu-color-name-equal): Delete function.
22747
22748 * facemenu.el (list-colors-print): New function created from code
22749 in list-colors-display. Print #RRGGBB at the window right edge.
22750 (list-colors-display): When temp-buffer-show-function is not
22751 defined, call list-colors-print from temp-buffer-show-hook
22752 to get the right value of window-width in list-colors-print
22753 after the buffer is displayed.
22754
22755 * simple.el (pop-mark): Move deactivate-mark out of conditional
22756 part to deactivate the active mark regardless of the state of the
22757 mark ring.
22758
22759 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22760 variables line in desktop files.
22761
22762 2005-01-12 Juri Linkov <juri@jurta.org>
22763
22764 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22765 Bring together isearch highlight related options.
22766 (lazy-highlight): Replace group `replace' by `matching'.
22767 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22768 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22769 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22770 and declare them obsolete.
22771 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22772 (isearch-faces): Remove defgroup.
22773 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22774 Move isearch highlighting code closer to lazy highlighting code.
22775
22776 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22777 (query-replace-highlight, query-replace-lazy-highlight)
22778 (query-replace): Move definitions to the beginning of the file.
22779
22780 2005-01-11 Juri Linkov <juri@jurta.org>
22781
22782 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22783 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22784 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22785
22786 * info.el (Info-history-forward): New variable.
22787 (Info-select-node): Reset Info-history-forward to nil.
22788 (Info-last): Turn into defalias.
22789 (Info-history-back): Rename from Info-last.
22790 Add current node to Info-history-forward.
22791 (Info-history-forward): New fun.
22792 (Info-mode-map): Replace Info-last by Info-history-back.
22793 Bind Info-history-forward to "r".
22794 (Info-mode-menu): Replace Info-last by Info-history-back.
22795 Fix menu item text. Add menu item for Info-history-forward.
22796 (info-tool-bar-map): Replace Info-last by Info-history-back.
22797 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22798 for Info-history-forward.
22799 (Info-mode): Replace Info-last by Info-history-back in docstring.
22800 Add local variable Info-history-forward.
22801 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22802
22803 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22804
22805 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22806 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22807 Ignore select-window events rather than fiddle with
22808 mouse-autoselect-window.
22809
22810 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22811
22812 * type-break.el (type-break-mode): Fix previous change.
22813
22814 2005-01-10 Jay Belanger <belanger@truman.edu>
22815
22816 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22817 calculator; only reset when point is inside a calculator.
22818 Don't adjust the window height if the window takes up the whole height
22819 of the frame.
22820
22821 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22822
22823 * ebuff-menu.el (Electric-buffer-menu-mode):
22824 Preserve value of buffer-local var header-line-format.
22825
22826 2005-01-09 Jay Belanger <belanger@truman.edu>
22827
22828 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22829 Make sure settings file exists before accessing it.
22830
22831 * calc/calc-embed.el (calc-embedded-subst):
22832 Replace math-multi-subst-rec, which is only supposed to be called
22833 by math-multi-subst, by math-multi-subst.
22834
22835 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22836
22837 * vc.el (vc-allow-async-revert): New user option.
22838 (vc-disable-async-diff): New internal variable.
22839 (vc-revert-buffer): Use them to disable asynchronous diff.
22840
22841 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22842 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22843 asynchronously if vc-disable-async-diff is t.
22844
22845 2005-01-09 Jay Belanger <belanger@truman.edu>
22846
22847 * calc/calc.el (defcalcmodevar): New macro.
22848 (calc-mode-var-list-restore-default-values)
22849 (calc-mode-var-list-restore-saved-values): New functions.
22850 (calc-mode-var-list): Use defcalcmodevar to define it.
22851 (calc-always-load-extensions, calc-line-numbering)
22852 (calc-line-breaking, calc-display-just, calc-display-origin)
22853 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22854 (calc-group-char, calc-point-char, calc-frac-format)
22855 (calc-prefer-frac, calc-hms-format, calc-date-format)
22856 (calc-float-format, calc-full-float-format, calc-complex-format)
22857 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22858 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22859 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22860 (calc-matrix-brackets, calc-language, calc-language-option)
22861 (calc-left-label, calc-right-label, calc-word-size)
22862 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22863 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22864 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22865 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22866 (calc-window-height, calc-display-trail, calc-show-selections)
22867 (calc-use-selections, calc-assoc-selections)
22868 (calc-display-working-message, calc-auto-why, calc-timing)
22869 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22870 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22871 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22872 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22873 (calc-gnuplot-geometry, calc-graph-default-resolution)
22874 (calc-graph-default-resolution-3d, calc-invocation-macro)
22875 (calc-show-banner): Use defcalcmodevar to declare them and set
22876 their default values.
22877
22878 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22879 instead of default values (but restore default values if there is
22880 an argument of 0).
22881
22882 2005-01-09 David Kastrup <dak@gnu.org>
22883
22884 * desktop.el (desktop-restore-eager): Fix typo in type.
22885
22886 2005-01-08 Richard M. Stallman <rms@gnu.org>
22887
22888 * cus-edit.el (customize): Delete :link.
22889
22890 2005-01-08 Jay Belanger <belanger@truman.edu>
22891
22892 * calc/calc.el (calc-mode): Remove the extension from the
22893 `calc-settings-file' file name when loading it.
22894
22895 2005-01-08 Kim F. Storm <storm@cua.dk>
22896
22897 * info.el (Info-mode-map, Info-next-link-keymap)
22898 (Info-prev-link-keymap, Info-up-link-keymap):
22899 Map follow-link to mouse-face.
22900 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22901
22902 2005-01-08 Jay Belanger <belanger@truman.edu>
22903
22904 * calc/calc.el (calc-settings-file): Change default value.
22905 Suggested by cgw in a comment in calc-mode.el.
22906
22907 * calc/calc-mode.el (calc-settings-file-name):
22908 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22909 Replace ~/.emacs in a prompt by calc-settings-file.
22910
22911 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22912
22913 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22914 (desktop-lazy-idle-delay): New customizable variables.
22915 (desktop-buffer-args-list): New variable.
22916 (desktop-append-buffer-args): New function.
22917 (desktop-save): Call desktop-append-buffer-args for some buffers.
22918 (desktop-lazy-create-buffer): New function.
22919 (desktop-idle-create-buffers): New function.
22920 (desktop-read): Add message about buffers to restore lazily.
22921 (desktop-lazy-abort): New command.
22922 (desktop-clear): Call desktop-lazy-abort.
22923 (desktop-lazy-complete): New command.
22924
22925 2005-01-06 Richard M. Stallman <rms@gnu.org>
22926
22927 * emacs-lisp/find-func.el (find-face-definition):
22928 Rename from find-face.
22929
22930 2005-01-06 Kim F. Storm <storm@cua.dk>
22931
22932 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22933
22934 * man.el (Man-xref-man-page, Man-xref-header-file)
22935 (Man-xref-normal-file): Add follow-link property.
22936
22937 2005-01-06 Jay Belanger <belanger@truman.edu>
22938
22939 * calc/calc-units.el: Make sure the proper macro definitions are
22940 available when compiling.
22941
22942 2005-01-06 Juri Linkov <juri@jurta.org>
22943
22944 * isearch.el (isearch-lazy-highlight-update):
22945 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22946
22947 2005-01-06 Miles Bader <miles@gnu.org>
22948
22949 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22950 (isearch-lazy-highlight-face): Use new name.
22951
22952 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22953
22954 * uniquify.el (uniquify-rationalize-file-buffer-names):
22955 Re-add an interactive spec.
22956 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22957 to the same name.
22958
22959 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22960 (isearch-update, isearch-done): Adjust calls accordingly.
22961
22962 2005-01-05 Richard M. Stallman <rms@gnu.org>
22963
22964 * custom.el (custom-set-variables, custom-theme-set-variables):
22965 Clarify documentation.
22966
22967 * emacs-lisp/find-func.el (find-variable)
22968 (find-variable-other-window, find-variable-other-frame):
22969 Fix the TYPE args to find-function-read and find-function-do-it.
22970 (find-function): Doc fix.
22971 (find-function-at-point): Replace function-at-point alias.
22972
22973 2005-01-04 Richard M. Stallman <rms@gnu.org>
22974
22975 * cus-face.el (custom-declare-face):
22976 Record defface in current-load-list.
22977
22978 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22979
22980 * emacs-lisp/find-func.el: Doc fixes.
22981 (find-face-regexp): New variable.
22982 (find-function-regexp-alist): New variable.
22983 (find-function-C-source): Third arg is now TYPE.
22984 (find-function-search-for-symbol): Handle general TYPE.
22985 (find-function-read, find-function-do-it): Handle general TYPE.
22986 (find-definition-noselect, find-face): New functions.
22987 (function-at-point): Alias deleted.
22988
22989 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22990
22991 * battery.el (display-battery-mode): Rename from display-battery.
22992 Handle the case where it gets turned off.
22993
22994 2005-01-04 Richard M. Stallman <rms@gnu.org>
22995
22996 * cus-edit.el (customize): Make :link point to user doc.
22997
22998 * man.el (Man-fontify-manpage): Turn off undo generation.
22999
23000 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23001
23002 2005-01-04 Andreas Schwab <schwab@suse.de>
23003
23004 * files.el (insert-directory): Only look for error lines in
23005 inserted text. Don't move too far after processing --dired markers.
23006
23007 2005-01-04 Richard M. Stallman <rms@gnu.org>
23008
23009 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23010 Don't expand if the character is @, period, dash, etc.
23011 (define-mail-abbrev): Quote names that contain problem characters.
23012
23013 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
23014
23015 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23016
23017 2005-01-03 Richard M. Stallman <rms@gnu.org>
23018
23019 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23020 (query-replace-highlight, query-replace-lazy-highlight)
23021 (query-replace): Definitions moved up. Doc fix.
23022
23023 2005-01-03 Richard M. Stallman <rms@gnu.org>
23024
23025 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23026 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23027 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23028 (lazy-highlight-face): Rename from isearch-lazy-...
23029 Change all references to them.
23030
23031 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
23032
23033 * cus-edit.el (custom-file): Doc fix for defcustom.
23034 (custom-file): The function no longer sets the variable
23035 `custom-file' to its return value.
23036
23037 * startup.el (command-line): No longer load `custom-file'.
23038
23039 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
23040
23041 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23042
23043 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23044 Don't confuse module-prefixed identifiers for labels.
23045 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23046
23047 2005-01-02 Richard M. Stallman <rms@gnu.org>
23048
23049 * files.el (basic-save-buffer-1): Fix previous change.
23050
23051 * loadhist.el (file-loadhist-lookup): New function.
23052 (file-provides, file-requires): Use it.
23053
23054 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23055 instead of calculating the right size.
23056
23057 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23058
23059 * vc-svn.el (vc-svn-diff): Stay local if possible.
23060
23061 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
23062
23063 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23064
23065 * files.el (hack-local-variables): Fix last change.
23066
23067 2005-01-02 Jay Belanger <belanger@truman.edu>
23068
23069 * calc/calc-yank.el (calc-edit-top): New variable.
23070 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23071 object. Change header properties.
23072 (calc-edit-finish, calc-edit-finish-stack-object)
23073 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23074 edited object.
23075 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23076 for the beginning of the edited object.
23077 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23078 for the beginning of the edited object.
23079 * calc/calc-prog.el (calc-edit-macro-finish-edit)
23080 (calc-finish-formula-edit, calc-macro-repeats)
23081 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23082 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23083 beginning of the edited object.
23084 (calc-user-define-edit): Change the header for editing macros.
23085 Remove unnecessary variable.
23086
23087 2005-01-01 Jay Belanger <belanger@truman.edu>
23088
23089 * calc/calc-yank.el (calc-edit-mode): Change default header.
23090 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23091 * calc/calc-store.el (calc-edit-variable): Change title to match new
23092 header.
23093 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23094 mode to match new header.
23095 (calc-user-define-edit): Change titles to include names of commands.
23096 (calc-finish-formula-edit): Adjust to handle new header.
23097 (calc-finish-macro-edit): Remove.
23098 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23099 (calc-edit-macro-command, calc-edit-macro-command-type)
23100 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23101 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23102 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23103 (calc-edit-macro-finish-edit): New functions.
23104 (calc-user-define-edit): Use new functions to edit named calc macros.
23105
23106 2005-01-01 Stefan <monnier@iro.umontreal.ca>
23107
23108 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23109
23110 * ses.el (copy-region-as-kill): Deactivate mark.
23111
23112 2005-01-01 Richard M. Stallman <rms@gnu.org>
23113
23114 * replace.el (occur-1): If the output buffer is also an input,
23115 don't kill it, rename it.
23116
23117 * faces.el (set-face-background, set-face-foreground): Doc fix.
23118
23119 * cus-face.el (custom-face-attributes): Fix :help-echo strings
23120 for :foreground and :background.
23121
23122 * dired.el (dired-view-command-alist): Variable deleted.
23123 (dired-view-file, dired-mouse-find-file-other-window):
23124 Delete the code to use it.
23125
23126 2005-01-01 Kim F. Storm <storm@cua.dk>
23127
23128 * image.el (insert-sliced-image): Use t for line-height property.
23129
23130 See ChangeLog.11 for earlier changes.
23131
23132 ;; Local Variables:
23133 ;; coding: iso-2022-7bit
23134 ;; End:
23135
23136 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23137 Copying and distribution of this file, with or without modification,
23138 are permitted provided the copyright notice and this notice are preserved.
23139
23140 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1