]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
9549676f15572193de830d4c563bc5182a4ffb14
[gnu-emacs] / lisp / ChangeLog
1 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-file-name-completion): Handle optional
4 parameter PREDICATE.
5
6 * lisp/tramp.el (tramp-handle-file-name-completion)
7 (tramp-completion-handle-file-name-completion): Handle optional
8 parameter PREDICATE.
9 (tramp-find-default-method): Add code for default values.
10
11 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
14 make gud-go send "continue".
15
16 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
17
18 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
19 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
20
21 2006-12-19 Kim F. Storm <storm@cua.dk>
22
23 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
24 instead of global-map.
25
26 * files.el (magic-mode-alist): Allow matching file type by
27 calling a function at bob. Check for image types by calling
28 image-type-from-buffer. Suggested by Juanma Barranquero.
29 (set-auto-mode): Do it.
30
31 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
32
33 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
34 Remove "ControlMaster" option from the other `scp*' methods.
35 (tramp-default-method): Check for ssh-agent before setting to
36 `scp'.
37
38 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
39
40 * textmodes/org.el (org-mode): Show context after isearch.
41 (org-show-siblings): New function.
42 (org-show-context): Use `org-show-siblings'.
43
44 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
47 Use syntax-ppss-toplevel-pos.
48
49 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
50
51 * textmodes/org.el (org-current-line): Make sure that lines are
52 counted from beginning of buffer.
53 (org-table-copy-region, org-table-paste-rectangle): Make sure that
54 lines are counted from beginning of buffer.
55
56 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
57
58 * info.el (Info-build-node-completions): Signal error if tag-table
59 marker is not found.
60
61 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
62
63 2006-12-17 Alan Mackenzie <acm@muc.de>
64
65 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
66 speed) the case when open-paren-in-column-0-is-defun-start is nil.
67 Based on code by Martin Rudalics.
68
69 * progmodes/cc-mode.el (c-basic-common-init): Don't set
70 open-paren-in-column-0-is-defun-start to nil any more.
71
72 2006-12-17 Richard Stallman <rms@gnu.org>
73
74 * simple.el (delete-horizontal-space): Use prefix arg.
75
76 * help-fns.el (describe-variable): Improve blank separator lines.
77
78 * files.el (magic-mode-alist): Mark as risky.
79
80 * files.el (make-backup-file-name-1):
81 Expand backup-directory explicitly.
82
83 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/tramp.el (tramp-default-method): Before setting to "pscp",
86 check whether package password.el is loaded, or Pageant is running.
87
88 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
89
90 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
91 (icalendar--rris): First try Emacs, then XEmacs.
92 (icalendar--convert-ical-to-diary): Doc fix.
93 Insert newline at end of target file.
94
95 2006-12-17 Kim F. Storm <storm@cua.dk>
96
97 * outline.el (outline-isearch-open-invisible-function): New defvar.
98 (outline-flag-region): Use it if non-nil for isearch-open-invisible
99 overlay property instead of outline-isearch-open-invisible.
100
101 2006-12-16 Kim F. Storm <storm@cua.dk>
102
103 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
104 if ido-directory-too-big is set on entry.
105 (ido-toggle-ignore, ido-completion-help): Print message while
106 reading big directory.
107
108 2006-12-15 Richard Stallman <rms@gnu.org>
109
110 * shell.el (shell): Doc fix.
111
112 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
113
114 * emulation/edt.el (edt-xserver):
115 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
116 to fix a problem on Cygwin.
117
118 * emulation/edt.el
119 * emulation/edt-mapper.el
120 * emulation/edt-lk201.el
121 * emulation/edt-pc.el
122 * emulation/edt-vt100.el: Update maintainer's email address.
123
124 2006-12-15 Simon Marshall <simon@gnu.org>
125
126 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
127 change.
128
129 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
130
131 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
132 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
133 instead of mac-atsu-font-table.
134 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
135
136 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
137
138 * align.el (align-match-tex-pattern): Fix a rare bug which
139 hanged Emacs.
140
141 2006-12-14 Richard Stallman <rms@gnu.org>
142
143 * startup.el (use-fancy-splash-screens-p): Use frame-height
144 instead of window-height. Pass frame to image-size.
145
146 2006-12-13 Kenichi Handa <handa@m17n.org>
147
148 * international/mule-cmds.el (set-locale-environment):
149 Set default-sendmail-coding-system too.
150
151 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
152
153 * progmodes/idlw-help.el: Fix copyright notice.
154
155 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
158
159 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
160
161 * subr.el (unread-command-char): Reformat obsolescence info.
162
163 2006-12-11 Richard Stallman <rms@gnu.org>
164
165 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
166 about calls to cl-struct-setf-expander.
167
168 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
169
170 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
171 (ediff-combination-pattern): Fix typo in docstring.
172
173 * textmodes/refer.el (refer-find-entry): Doc fix.
174 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
175 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
176 Fix tipos in docstrings.
177
178 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
179
180 2006-12-10 Kim F. Storm <storm@cua.dk>
181
182 * ido.el (ido-init-completion-maps): Remap backward-kill-word
183 instead of binding M-backspace.
184
185 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
186
187 * replace.el (replace-match-data, replace-match-maybe-edit):
188 * calc/calc-aent.el (calc-eval-error):
189 * emulation/vi.el (vi-char-argument):
190 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
191 (c-vsemi-status-unknown-p-fn): Doc fixes.
192
193 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
194
195 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
196 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
197
198 2006-12-10 Masatake YAMATO <jet@gyve.org>
199
200 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
201
202 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
203
204 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
205
206 * man.el (Man-xref-button-action): New function. If the
207 `Man-target-string' button property is a function, assume it
208 accepts a position argument.
209 (Man-abstract-xref-man-page): Use it.
210 (Man-default-man-entry): New optional arg POS.
211
212 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
213 symlink arrows read-only and non-rear-sticky.
214
215 2006-12-09 Martin Rudalics <rudalics@gmx.at>
216
217 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
218 (wdired-search-and-rename): Simplify code.
219 (wdired-preprocess-files, wdired-preprocess-perms): Make
220 read-only property of preceding character rear-nonsticky to
221 avoid that it can be modified. Put old-name and old-link
222 properties on character preceding name and replace
223 put-text-property by add-text-properties.
224 (wdired-get-filename, wdired-get-previous-link): Get old-name
225 and old-link properties from character preceding name and
226 simplify code.
227 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
228 (wdired-perms-to-number): Make local-map property
229 rear-nonsticky to avoid that text following permissions may be
230 modified. Use add-text-properties instead of put-text-property
231 when changing a permission bit.
232 (wdired-change-to-dired-mode): Remove stickiness properties.
233
234 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
235
236 * international/mule-cmds.el (register-input-method): Doc fix.
237
238 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
239
240 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
241
242 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
243
244 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
245 Force buffer local defs evaluation on local variables loading.
246 (flyspell-mode-on, flyspell-mode-off): Use it in
247 `hack-local-variables-hook'.
248
249 2006-12-09 Eli Zaretskii <eliz@gnu.org>
250
251 * emacs-lisp/find-func.el (find-variable): Doc fix.
252
253 * help-fns.el (variable-at-point): Doc fix.
254
255 * w32-fns.el (w32-append-code-lines): New function.
256
257 2006-12-09 Romain Francoise <romain@orebokech.com>
258
259 * comint.el (comint-insert-input): Delete obsolete comment.
260
261 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
262
263 * files.el (insert-file-1): Compare file size to
264 large-file-warning-threshold and request confirmation when
265 warranted.
266
267 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
270 current frame, in case we're connected to several displays.
271
272 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
273
274 * frame.el (other-frame): Doc fix.
275 (set-frame-parameter): Fix typo in docstring.
276
277 2006-12-07 Kim F. Storm <storm@cua.dk>
278
279 * info.el (Info-index): Strip leading colon from topic.
280
281 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
282
283 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
284 to pointers.
285
286 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
287
288 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
289 Trim out spurious class inheritance "None" entries.
290
291 2006-12-05 Kim F. Storm <storm@cua.dk>
292
293 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
294 (cua-paste-pop): Rework last change for
295 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
296 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
297 text inserted by the last M-y command.
298
299 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
300
301 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
302 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
303
304 * shell.el (shell): Search the start file in ~/.emacs.d as
305 `init_SHELLNAME.sh' instead.
306
307 2006-12-05 Glenn Morris <rgm@gnu.org>
308
309 * progmodes/cperl-mode.el (cperl-mode)
310 * progmodes/f90.el (f90-mode-abbrev-table)
311 * progmodes/fortran.el (fortran-mode-abbrev-table)
312 * progmodes/octave-mod.el (octave-abbrev-table)
313 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
314 if abbrev-table is non-nil (saved user abbrevs may have been restored).
315
316 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
317 clear abbrev table, else saved abbrevs will not be restored.
318
319 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
320
321 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
322 the call to `make-obsolete-variable', not in the docstring.
323
324 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
325
326 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
327
328 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
329
330 * progmodes/ebnf-abn.el:
331 * progmodes/ebnf-bnf.el:
332 * progmodes/ebnf-dtd.el:
333 * progmodes/ebnf-ebx.el:
334 * progmodes/ebnf-iso.el:
335 * progmodes/ebnf-otz.el:
336 * progmodes/ebnf-yac.el:
337 * progmodes/ebnf2ps.el:
338 * delim-col.el:
339 * printing.el:
340 * ps-bdf.el:
341 * ps-mule.el:
342 * ps-print.el: Remove 'Time-stamp' comment mark.
343
344 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
345 'easy-menu-add-item' when called in Emacs 21 or higher.
346
347 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
348
349 * progmodes/ada-xref.el (ada-check-current): Doc fix.
350 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
351
352 2006-12-04 Kim F. Storm <storm@cua.dk>
353
354 * bindings.el (global-map): Bind [signal t] to ignore, to have
355 user signals ignored by default.
356
357 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
358
359 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
360 Unicode data file pointed to by `describe-char-unicodedata-file'.
361
362 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
365 O(n^2) regexp-search by anchoring the search.
366
367 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
368
369 * whitespace.el (whitespace-cleanup-internal): Use current
370 argument for recursive call.
371
372 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
373
374 * net/tramp.el (tramp-methods): Add "ControlPath" and
375 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
376 Andreas Schwab <schwab@suse.de>.
377 (tramp-do-copy-or-rename-file-out-of-band)
378 (tramp-open-connection-rsh): Compute format spec for ?t.
379 (tramp-process-actions): Trace command parameters.
380
381 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
382
383 * simple.el (toggle-truncate-lines): Clarify doc string.
384
385 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
386 (gdb-speedbar-expand-node): Use it.
387
388 2006-12-04 Richard Stallman <rms@gnu.org>
389
390 * progmodes/python.el (python-indent): Add safe-local-variable prop.
391
392 * dired.el (dired-revert): Turn off dired-after-readin-hook
393 around call to dired-readin.
394
395 * menu-bar.el (menu-bar-make-toggle): Add "globally"
396 to echo area messages.
397 <indicate-empty-lines, case-fold-search>:
398 Add "globally" to Help string.
399 <case-fold-search>: MESSAGE arg need not say "globally".
400 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
401
402 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
403
404 * outline.el (outline-end-of-subtree): Don't leave an empty
405 line hidden as we would a real next heading.
406
407 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
408
409 * allout.el (allout-ascend): Add an optional argument to preserve
410 original position of point when unsuccessful. Also, fix a
411 docstring error.
412 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
413 work again, using allout-ascend's new option.
414 (allout-setup-mode-map): Extract from allout-mode to initialize
415 allout-mode-map. Call it on file load, so the mode docstring
416 substitutions work even if allout mode has not yet been invoked.
417 (allout-mode): Use new allout-setup-mode-map to track any keybinding
418 customizations since the map was last processed. Also, refine the
419 docstring so it's ship-shape for release.
420 (allout-default-layout, allout-beginning-of-line-cycles)
421 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
422 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
423 (allout-version, allout-layout, allout-infer-body-reindent)
424 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
425 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
426 (allout-previous-heading, allout-goto-prefix-doublechecked)
427 (allout-current-bullet-pos, allout-next-sibling-leap)
428 (allout-pre-command-business, allout-encrypted-type-prefix)
429 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
430 (allout-rebullet-topic, allout-rebullet-topic-grunt)
431 (allout-flag-region, allout-expose-topic, allout-expose-topic)
432 (allout-old-expose-topic, allout-listify-exposed)
433 (allout-process-exposed, allout-latex-verb-quote)
434 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
435 (allout-toggle-current-subtree-encryption)
436 (allout-toggle-subtree-encryption, allout-bullet-isearch):
437 Remove extraneous open-paren and close paren string escapes.
438
439 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
440
441 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
442 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
443 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
444 Fix typos in docstrings.
445
446 2006-12-03 Glenn Morris <rgm@gnu.org>
447
448 * progmodes/cc-align.el
449 * progmodes/cc-awk.el
450 * progmodes/cc-cmds.el
451 * progmodes/cc-compat.el
452 * progmodes/cc-defs.el
453 * progmodes/cc-engine.el
454 * progmodes/cc-langs.el
455 * progmodes/cc-menus.el
456 * progmodes/cc-mode.el
457 * progmodes/cc-styles.el
458 * progmodes/cc-vars.el
459 * progmodes/vhdl-mode.el: Fix Copyright format.
460
461 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
462
463 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
464 initial down event.
465
466 2006-12-02 Kim F. Storm <storm@cua.dk>
467
468 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
469 (cua-repeat-replace-region): Make M-v more robust.
470 (cua-paste-pop-rotate-temporarily): New defcustom.
471 (cua-paste-pop): Use it.
472 (cua-auto-mark-last-change): New defcustom.
473 (cua-pop-to-last-change): New helper function.
474 (cua-set-mark): Use them.
475
476 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
477
478 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
479 mini-buffer message.
480
481 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
482
483 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
484
485 2006-12-01 Ben North <ben@redfrontdoor.org>
486
487 * paren.el: Fix the highlight overlay extension when the user types a
488 sequence of char very fast just before the open parenthesis.
489
490 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
491
492 * ps-mule.el: Eliminate Emacs 20 compatibility.
493
494 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
495 (ps-print-version): New Version 6.7.
496 (ps-print-quote): Replace '?\ ' by '?\s'.
497
498 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
499
500 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
501 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
502 (hexl-end-of-1k-page): Doc fixes.
503 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
504 Fix typos in docstrings.
505
506 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
507
508 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
509 locally, i.e. without using file name handlers.
510 (ido-read-internal): Allow mono letter host names, avoiding the
511 `c:' problem by testing if the file exists locally.
512 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
513
514 2006-11-30 Masatake YAMATO <jet@gyve.org>
515
516 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
517 to avoid bytecomp warnings.
518 (hexl-mode-old-ruler-function): New variable.
519 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
520 and `hl-line-range-function' after `require' hl-line.
521 Then bind `hl-line-range-function' and `hl-line-face'.
522 Don't require frame. Don't use `with-no-warnings'.
523 (hexl-activate-ruler): Store the original value of
524 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
525 (hexl-mode-exit): Restore the original value of
526 `ruler-mode-ruler-function'.
527
528 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
529
530 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
531 (hexl-mode-old-hl-line-face): New variable.
532 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
533 line when exit from the hexl-mode.
534
535 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
536
537 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
538 Doc fixes.
539
540 * international/fontset.el (create-fontset-from-ascii-font)
541 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
542 (fontset-name-p): Fix typo in docstring.
543
544 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
545
546 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
547
548 * ps-bdf.el: Fix maintainer email.
549
550 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
551 compatibility.
552
553 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
554 21 compatibility.
555 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
556 Emacs 20 & 21.
557
558 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
559
560 * progmodes/idlwave.el (idlwave-auto-fill):
561 Remove paragraph-start let to prevent auto-fill giving up.
562
563 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
564
565 * vt100-led.el (led-state): Fix typo in previous change.
566
567 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
568
569 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
570 Fix interactive spec of the functions getting defined to make them
571 work as documented.
572
573 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
574
575 * startup.el (fancy-splash-screens): Hide initial splash buffer.
576
577 2006-11-28 Kim F. Storm <storm@cua.dk>
578
579 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
580 icomplete-mode is enabled.
581
582 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
583
584 * textmodes/org.el (require): Require gnus-sum during compilation
585 to avoid problem with a macro call.
586
587 2006-11-28 Glenn Morris <rgm@gnu.org>
588
589 * emacs-lisp/authors.el (authors-aliases): Add new alias.
590
591 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
592 (fortran-window-create-momentarily): Do not need string-to-char.
593
594 2006-11-28 Richard Stallman <rms@gnu.org>
595
596 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
597 Replace incorrect use of assoc-default with a loop.
598
599 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
600
601 * simple.el (next-error-find-buffer): Improve messages.
602
603 * files.el (revert-buffer): Special error message if file
604 is now not readable.
605
606 * facemenu.el (facemenu-add-new-face): Improve doc strings of
607 constructed commands.
608
609 * comint.el (comint-exec-1): Provide Emacs version and `comint'
610 in INSIDE_EMACS.
611
612 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
615
616 * server.el: Remove spurious * in docstrings.
617 (server-process-filter): Exit from recursive editing before processing
618 a new request.
619
620 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
621
622 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
623 line so hidden blocks will be correctly identified.
624
625 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
626
627 * ledit.el (ledit-save-defun, ledit-mode):
628 * resume.el (resume-emacs-args-buffer):
629 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
630 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
631 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
632 (command-send-input, command-kill-line):
633 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
634
635 * autoarg.el (autoarg-kp-mode): Doc fix.
636
637 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
638 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
639 (check-emacs-lock): Doc fix. Simplify.
640
641 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
642 (iimage-mode-buffer): Fix typos in docstring.
643
644 * misc.el (zap-up-to-char): Doc fix.
645
646 * time-stamp.el: Fix comment and obsolescence string for old
647 functions. Use `dolist' instead of `while'.
648
649 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
650
651 * disp-table.el (standard-display-8bit, standard-display-default):
652 * ebuff-menu.el (electric-buffer-list):
653 * ehelp.el (electric-help-command-loop):
654 * font-core.el (font-lock-mode):
655 * help-macro.el (make-help-screen):
656 * help.el (describe-minor-mode-completion-table-for-indicator)
657 (lookup-minor-mode-from-indicator):
658 * indent.el (tab-to-tab-stop, move-to-tab-stop):
659 * info-look.el (info-lookup-guess-custom-symbol):
660 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
661 * longlines.el (longlines-wrap-line):
662 * macros.el (insert-kbd-macro):
663 * menu-bar.el (menu-bar-update-buffers):
664 * misc.el (copy-from-above-command):
665 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
666 * newcomment.el (comment-indent):
667 * novice.el (disabled-command-function):
668 * sort.el (sort-fields-syntax-table):
669 * subr.el (momentary-string-display):
670 * tar-mode.el (tar-header-block-summarize)
671 (tar-clear-modification-flags):
672 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
673 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
674 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
675 (te-delete-char, te-down-vertically-or-scroll):
676 * time-stamp.el (time-stamp-string-preprocess):
677 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
678
679 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
680
681 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
682 in GUD mode.
683
684 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
685 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
686
687 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
688
689 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
690
691 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
692
693 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
694 (ada-compile-goto-error): Adapt to new argument profile of
695 compilation-goto-locus in Emacs 22. Don't check if the various
696 compile functions are defined; we already do "(require 'compile)".
697
698 2006-11-26 Kim F. Storm <storm@cua.dk>
699
700 * kmacro.el: Fix commentary.
701
702 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/gud.el (gdb): Explain how to run in text command mode
705 more clearly. Say in error message that multiple debugging
706 requires restarting GDB.
707
708 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
709
710 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
711
712 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
713
714 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
715 (flymake-popup-menu): Use it instead of posn-at-point.
716
717 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
718
719 * progmodes/cc-vars.el (c-backslash-column):
720 Mention c-backslash-max-column in documentation for c-backslash-column.
721
722 2006-11-24 Lars Hansen <larsh@soem.dk>
723
724 * net/tramp.el (tramp-default-method): Under Windows, change from
725 plink to pscp.
726 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
727 (tramp-actions-copy-out-of-band):
728 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
729 (tramp-action-out-of-band): Move "Permission denied" handling to
730 tramp-action-copy-failed.
731 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
732 process buffer.
733
734 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
737 strings to a single string. Quote `errors-file-name'.
738 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
739 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
740 Adjust calls. Use `shell-quote-argument'.
741
742 * international/mule.el (load-with-code-conversion)
743 (with-category-table): Use with-current-buffer.
744 (after-insert-file-set-coding): Use restore-buffer-modified-p.
745
746 2006-11-24 Eli Zaretskii <eliz@gnu.org>
747
748 * mail/smtpmail.el (smtpmail-send-it):
749 Copy buffer-file-coding-system from the mail buffer. Possibly add a
750 MIME header for the message encoding.
751 Bind coding-system-for-write around the call to mail-do-fcc.
752 Use smtpmail-code-conv-from to encode queued mail messages.
753
754 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
755
756 * tabify.el (tabify-regexp): Doc fix.
757
758 * net/rcirc.el (rcirc-buffer-maximum-lines):
759 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
760
761 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
762 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
763 Fix typos in output messages.
764 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
765
766 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
769 the horse's mouth.
770 (hexlify-buffer): Don't re-encode an arg that's already encoded.
771
772 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
773
774 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
775 Remove condition-case.
776
777 2006-11-23 Glenn Morris <rgm@gnu.org>
778
779 * progmodes/f90.el (f90-comment-indent): Do not move point in
780 default case.
781
782 2006-11-21 Romain Francoise <romain@orebokech.com>
783
784 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
785 from library name (reverts change of 2005-10-25).
786
787 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
788
789 * tutorial.el (tutorial--default-keys): Add newline and
790 delete-backward-char bindings.
791 (tutorial--detailed-help): Save excursion when finding keys.
792 Correct warning string for M-x FOO case.
793 (tutorial--display-changes): Print special keys in tutorial style.
794 Tweak search regexp for changed keys.
795
796 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
797
798 * thingatpt.el (thing-at-point-url-at-point): Don't add a
799 redundant scheme.
800
801 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
802
803 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
804 are new to the list at IANA. Also added irc, mms, mmsh.
805
806 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
807
808 * progmodes/idlw-help.el (idlwave-html-help-location):
809 Fail gracefully for missing help packages.
810 (idlwave-help-assistant-open-link): Open full links.
811 (idlwave-help-assistant-help-with-topic): Direct help link.
812
813 * progmodes/idlwave.el (idlwave-mode):
814 Set add-log-current-defun-function.
815 (idlwave-current-routine-fullname): Add, to support add-log.
816 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
817 to reflect improvements to xml-parse-file.
818 (idlwave-mode-menu-def): New binding for help-with-topic.
819
820 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
821 Handle extra newlines and spaces.
822 (idlwave-shell-mode-map): Add help-with-topic.
823
824 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
825
826 * tutorial.el (tutorial-warning-face): New face.
827 (tutorial--detailed-help, tutorial--display-changes): Use it.
828 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
829 Improve search pattern for occurrences of changed keys.
830
831 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
832
833 * term/x-win.el (x-last-cut-buffer-coding): New variable.
834 (x-select-text): Set it.
835 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
836 when checking for newness.
837
838 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
839
840 * subr.el (posn-image):
841 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
842
843 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
844
845 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
846
847 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
848 Exceptions to the rule "add a space between an identifier and an
849 opening parenthesis". Defaulted to the `#define' problem of cpp.
850 (glasses-parenthesis-exception-p): New. Check if the region is an
851 exception regarding to that.
852 (glasses-make-readable): Use it.
853 (glasses-convert-to-unreadable): Ditto. Modify the file also if
854 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
855
856 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
857
858 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
859
860 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
861
862 * progmodes/ada-mode.el (ada-make-body): Fix typo.
863
864 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
865 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
866
867 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
868
869 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
870 conditions for function or variable bindings.
871
872 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
873
874 * progmodes/compile.el (compilation-start): Ditto.
875
876 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp.el (top): cl and custom are always required.
879
880 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
881
882 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
883 cut-buffers with next-selection-coding-system if not nil.
884
885 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
886
887 * textmodes/org.el (org-fix-decoded-time): New function.
888 (org-display-custom-time): Use `org-fix-decoded-time'.
889
890 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
891
892 * menu-bar.el (menu-bar-games-menu): Remove yow.
893
894 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
895
896 * textmodes/org.el (org-scan-tags): Re-align code fixed.
897 (org-detach-overlay): Rename from `org-detatch-overlay'.
898 (org-table-convert-region): Insert space after column separator.
899 (org-agenda-kill): New command.
900 (org-metaleft): Call `org-outdent-item' on bullets.
901 (org-metaright): Call `org-indent-item' on bullets.
902 (org-timestamp-change): Set `org-last-changed-timestamp'.
903 (org-current-line): Make sure (bolp) returns correct result.
904 (org-agenda-change-all-lines): Make sure TODO are highlighted.
905
906 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
909
910 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
911
912 * mouse.el (global-map): Change 2006-08-16 fix to call
913 mouse-yank-at-click explicitly, since mouse events are not carried
914 over into keyboard macros.
915
916 2006-11-16 Kim F. Storm <storm@cua.dk>
917
918 * ido.el (ido-file-internal): Use current buffer's file name as default
919 choice for ido-find-alternate-file. Suggested by Matt Hodges.
920
921 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
922
923 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
924 (allout-inhibit-aberrance-doublecheck): Rename from
925 allout-during-yank-processing. All callers changed.
926 (allout-ascend): Provide for unusual case where some topic after
927 the first in file is at lower depth than the first.
928 (allout-shift-in): Ensure the offspring of the new containing
929 topic are exposed.
930 (allout-encrypt-string): Preserve the coding-system of the text,
931 according to that of the containing buffer.
932 (allout-toggle-subtree-encryption): When the text being encrypted
933 requires a different coding system, offer to preserve the coding
934 system using a file local var.
935
936 2006-11-15 Simon Marshall <simon@gnu.org>
937
938 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
939 to recognise "T t()" as a function declaration, rather than a
940 variable instantiation, iff at the top-level or inside a class
941 declaration. Suggested by Feng Li <fengli@gmail.com>.
942
943 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
944
945 * progmodes/ada-xref.el (ada-parse-prj-file):
946 Don't delete project buffer; user may want to edit it.
947 (ada-xref-set-project-field, ada-xref-current-project-file)
948 (ada-xref-current-project, ada-show-current-project)
949 (ada-set-main-compile-application): New functions.
950 (ada-xref-get-project-field, ada-require-project-file):
951 Normalize use of ada-prj-default-project-file.
952 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
953 Normalize use of ada-require-project-file.
954 (ada-prj-find-prj-file): Improve doc string, comments.
955
956 * progmodes/ada-mode.el (ada-mode-version): Bump version.
957 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
958 (ada-create-menu): Add ada-set-main-compile-application,
959 ada-show-current-main, ada-show-current-project.
960
961 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
964 (inferior-python-mode): Use it.
965
966 2006-11-14 Andreas Schwab <schwab@suse.de>
967
968 * term/xterm.el (terminal-init-xterm): Add more key bindings.
969
970 2006-11-13 Kim F. Storm <storm@cua.dk>
971
972 * ido.el (ido-copy-current-word): C-o copies region if active.
973
974 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
975
976 * textmodes/org.el (org-emph-face): Fix typo in variable name.
977
978 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
979
980 * ediff.el (ediff-revision):
981 * files.el (set-visited-file-name):
982 * mail/rmailout.el (rmail-output-body-to-file):
983 Use `format', not `message', in `y-or-n-p' call.
984
985 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
986
987 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
988 (org-metaright): Call `org-indent-item' on bullets.
989 (org-timestamp-change): Set `org-last-changed-timestamp'.
990 (org-current-line): Make sure (bolp) returns correct result.
991 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
992
993 2006-11-12 Richard Stallman <rms@gnu.org>
994
995 * language/european.el (turkish-case-conversion-enable)
996 (turkish-case-conversion-disable): New functions.
997 ("Turkish" lang env): Use them.
998
999 * international/characters.el (case table):
1000 Do nothing special for i and I.
1001
1002 * subr.el (remove-overlays): Fix last change.
1003
1004 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1005 for visiting the custom file.
1006
1007 2006-11-12 Markus Triska <triska@gmx.at>
1008
1009 * play/handwrite.el (handwrite): Also process lines not ending
1010 with newline. Replace some position-fiddling with different
1011 logic. Improve performance.
1012
1013 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
1014
1015 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1016 replacing deleted variable `ada-check-switch'.
1017 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1018 (ada-xref-project-files): Improve doc string.
1019 (ada-find-executable): New function.
1020 (ada-initialize-runtime-library): Use `ada-find-executable'.
1021 (ada-xref-set-default-prj-values): In compile commands, don't need
1022 `ada-cd-command'; `compile' does that more portably.
1023 Use ada-prj-default-check-cmd.
1024 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1025 properties if not specified in project file.
1026 (ada-goto-declaration): Display useful message for new error
1027 'error-file-not-found.
1028 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1029 'error-file-not-found.
1030 (ada-get-all-references): Match latest ali syntax. Signal new
1031 error 'error-file-not-found.
1032 (ada-find-in-ali): Match latest ali syntax.
1033 (ada-make-filename-from-adaname): Handle different semantics of
1034 gnatkr in GNAT 3.15p vs later.
1035
1036 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1037 ada-procedure-start-regexp.
1038 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1039
1040 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1041 with defvar.
1042 (ada-language-version): Rename ada05 -> ada2005.
1043 (ada-align-region-separate): Add `eval-when-compile'.
1044 (ada-name-regexp): Remove unneeded escapes in regexp character
1045 alternative.
1046 (ada-compile-goto-error-file-linenr-re): New constant.
1047 (ada-matching-start-re): Handle additional cases `declare',
1048 `procedure', `function'.
1049 (ada-compile-goto-error): Handle "... at line nn".
1050 (ada-mode): Clearer syntax, comments for ff-special-constructs.
1051 Delete support for old versions of `align'.
1052 (ada-search-prev-end-stmt): Handle additional keyword `private'.
1053 (ada-check-defun-name): Simplify handling of `declare'.
1054 (ada-goto-matching-start): Handle nested `begin ... end'.
1055 Handle `declare', `protected', `procedure', `function'.
1056 (ada-create-menu): Presence of arm95 is not conditional on using
1057 GNAT compiler.
1058
1059 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1062 nil in the *RE-Builder* buffer (it causes spurious error messages).
1063
1064 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1065 been set to t, respect it.
1066
1067 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1068
1069 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1070 Delete commented out code for old Emacs versions. Autoloading of
1071 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1072 (ada-mode-version): Bump version number.
1073 (ada-95-string-keywords, ada-2005-string-keywords)
1074 (ada-2005-keywords, ada-name-regexp): New constant.
1075 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1076 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1077 (ada-package-start-regexp): Support private packages, include package
1078 name (for ada-set-point-accordingly).
1079 (ada-next-procedure, ada-previous-procedure)
1080 (ada-which-function-are-we-in): Match changes to
1081 ada-procedure-start-regexp.
1082 (ada-make-body): Make non-interactive; not a user function.
1083 (ada-make-subprogram-body): Improve doc string.
1084
1085 2006-11-11 Romain Francoise <romain@orebokech.com>
1086
1087 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1088 `compilation-error-regexp-alist' buffer-local, since we changed
1089 `compilation-error-regexp-alist-alist' locally.
1090
1091 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1094 to the value of `server-raise-frame'.
1095
1096 2006-11-11 Glenn Morris <rgm@gnu.org>
1097
1098 * ido.el (ido-enable-prefix)
1099 * ses.el (ses-call-printer-return)
1100 * net/tramp.el (tramp-unified-filenames)
1101 * progmodes/cc-align.el (c-lineup-string-cont)
1102 * progmodes/compile.el (compilation-directory-matcher)
1103 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1104 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1105 (vhdl-clock-rising-edge)
1106 * textmodes/org.el (org-export-with-timestamps)
1107 (org-export-remove-timestamps-from-toc)
1108 (org-export-with-tags): Improve previous doc fixes.
1109
1110 2006-11-11 Richard Stallman <rms@gnu.org>
1111
1112 * textmodes/flyspell.el (flyspell-mode-map):
1113 Bind C-c $ instead of M-RET.
1114
1115 2006-11-10 Simon Marshall <simon@gnu.org>
1116
1117 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1118 fontification for "case" and "default" keywords.
1119
1120 2006-11-10 Andreas Schwab <schwab@suse.de>
1121
1122 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1123 Avoid starting sentence with "nil".
1124
1125 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * server.el (server-raise-frame): New option.
1128 (server-switch-buffer): Use it.
1129
1130 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1131
1132 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1133 with a capital.
1134
1135 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1136
1137 * textmodes/org.el (org-show-hierarchy-above)
1138 (org-show-following-heading): Fix typo in default value.
1139 (org-scan-tags): Make the search case-sensitive.
1140 (org-tags-sparse-tree): Don't overrule
1141 `org-show-following-heading' and `org-show-hierarchy-above'.
1142 (org-reveal): New command.
1143 (org-show-context): Rename from `org-show-hierarchy-above'.
1144 (org-fast-tag-selection-single-key): New option.
1145 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1146 (org-tags-overlay): New variable.
1147 (org-agenda-todo-ignore-deadlines): New option.
1148 ("session"): Add circular data structure `org-mark-ring' to
1149 exceptions list in session.el.
1150 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1151 New options.
1152 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1153 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1154 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1155 (org-finalize-agenda): Activate bracket links in agenda.
1156 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1157 INACTIVE-OK.
1158 (org-show-hierarchy-above, org-show-following-heading):
1159 List values allowed for fine-tuned configuration.
1160 (org-show-hierarchy-above): New argument CONTEXT, use the
1161 fine-tuned settings in `org-show-hierarchy-above' and
1162 `org-show-following-heading'.
1163 (org-display-custom-time): New function.
1164 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1165 (org-display-custom-times, org-time-stamp-custom-formats):
1166 (org-maybe-intangible): New macro.
1167 (org-activate-bracket-links, org-hide-wide-columns):
1168 Use `org-maybe-intangible'.
1169 (org-open-file): Use `shell-quote-argument'.
1170 (org-display-internal-link-with-indirect-buffer): New option.
1171 (org-file-remote-p): Get regexp from list.
1172 (org-link-expand-abbrev): New function.
1173 (org-link-abbrev-alist): New option.
1174 (org-open-at-point, org-cleaned-string-for-export):
1175 Call `org-link-expand-abbrev'.
1176 (org-timeline, org-agenda-list, org-todo-list)
1177 (org-tags-view): Remove the KEEP-MODES argument.
1178 (org-finalize-agenda-hook): New hook.
1179 (org-get-alist-option): New function.
1180 (org-follow-timestamp-link): New function.
1181 (org-open-at-point): Call `org-follow-timestamp-link'.
1182 (org-log-note-marker, org-log-note-purpose)
1183 (org-log-note-window-configuration): New variables.
1184 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1185 (org-log-note-headings): New option.
1186 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1187 (org-store-link): Support for dired-mode.
1188 (org-open-file): Substitute environment variables into filename.
1189 (org-last): New defsubst.
1190 (org-agenda-re-align-tags): New function.
1191 (org-agenda-align-tags-to-column): New option.
1192 (org-agenda-timeline): Group removed.
1193 (org-prepare-agenda, org-prepare-agenda-buffers)
1194 (org-run-agenda-series, org-timeline, org-agenda-list)
1195 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1196 the text property inticating the agenda type.
1197 (org-agenda-post-command-hook): Get agenda type from text property
1198 at point.
1199 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1200 and obey `org-agenda-overriding-arguments'.
1201 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1202 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1203 (org-agenda-week-view, org-agenda-day-view):
1204 Use `org-agenda-overriding-arguments' to make updating work with
1205 multi-block agendas.
1206 (org-agenda-prefix-format): Allow different formats for the
1207 different agenda entry types.
1208 (org-timeline-prefix-format): Option removed, use
1209 `org-agenda-prefix-format' instead.
1210 (org-prepare-agenda): New function.
1211 (org-select-timeline-window): Option removed, use
1212 `org-select-agenda-window' instead.
1213 (org-respect-restriction): Variable removed.
1214 (org-cmp-tag): New function.
1215 (org-agenda-sorting-strategy, org-entries-lessp):
1216 Implement sorting by last tag.
1217 (org-complete): Better completion in in-buffer option lines.
1218 (org-in-item-p): New function.
1219 (org-org-menu): Add entries for checkboxes.
1220 (org-cycle): Extra brouping in outline-regexp, because it is used
1221 in a search with "^" prepended.
1222 (org-provide-checkbox-statistics): New option.
1223 (org-set-font-lock-defaults): Highlight checkbox statistics.
1224 (org-update-checkbox-count-maybe)
1225 (org-get-checkbox-statistics-face): New functions.
1226 (org-update-checkbox-count): New command.
1227 (org-insert-item, org-toggle-checkbox):
1228 Call `org-update-checkbox-count-maybe'.
1229 (org-export-as-html): XEmacs compatibility for coding system.
1230 (org-force-cycle-archived): New command.
1231 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1232 overrules cycling.
1233 (org-fix-position-after-promote): If the line contains only a todo
1234 keyword, add a final space.
1235 (org-promote-subtree, org-demote-subtree):
1236 Call `org-fix-position-after-promote'.
1237
1238 2006-11-10 Glenn Morris <rgm@gnu.org>
1239
1240 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1241 date in every year.
1242 (calendar-dst-check-each-year-flag): New customizable variable.
1243 (calendar-dst-find-data): New function, extracted from
1244 calendar-current-time-zone.
1245 (calendar-current-time-zone): Use calendar-dst-find-data.
1246 (calendar-dst-transition-cache): New variable.
1247 (calendar-dst-find-startend, calendar-dst-starts)
1248 (calendar-dst-ends): New functions.
1249 (calendar-daylight-savings-starts)
1250 (calendar-daylight-savings-ends): Change value to use
1251 calendar-dst-starts, calendar-dst-ends; respectively.
1252
1253 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1254
1255 * ido.el (ido-enable-prefix)
1256 * ses.el (ses-call-printer-return)
1257 * net/tramp.el (tramp-unified-filenames)
1258 * progmodes/cc-align.el (c-lineup-string-cont)
1259 * progmodes/compile.el (compilation-directory-matcher)
1260 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1261 * progmodes/gdb-ui.el (gdb-many-windows)
1262 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1263 (vhdl-clock-rising-edge)
1264 * textmodes/org.el (org-export-with-timestamps)
1265 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1266 (org-read-date): Doc fix (Nil -> nil).
1267
1268 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1269
1270 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1271 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1272
1273 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1274
1275 * bs.el (bs--window-for-buffer): Remove.
1276 (bs--show-with-configuration): Use `get-window-with-predicate'
1277 instead of `bs--window-for-buffer'.
1278
1279 2006-11-10 Kenichi Handa <handa@m17n.org>
1280
1281 * files.el (revert-buffer): Fix previous change.
1282
1283 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * bs.el (bs--redisplay): Fix typo in docstring.
1286 (bs--window-config-coming-from): Make frame-local.
1287 (bs--restore-window-config): New function.
1288 (bs-kill, bs-select, bs-select-other-window)
1289 (bs-select-other-frame): Use it.
1290 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1291 (bs--show-with-configuration): Save the window configuration as a
1292 frame local var, and only if *buffer-selection* is not already
1293 visible on this frame.
1294
1295 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * vc-svn.el (vc-svn-admin-directory): New var.
1298 (vc-svn-registered, vc-svn-responsible-p)
1299 (vc-svn-repository-hostname): Use it.
1300 Suggested by arit93@yahoo.com.
1301
1302 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * ldefs-boot.el: Regenerate.
1305
1306 2006-11-08 Alan Mackenzie <acm@muc.de>
1307
1308 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1309 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1310 for least nested open-paren.
1311
1312 2006-11-08 Romain Francoise <romain@orebokech.com>
1313
1314 * subr.el (remove-overlays): Fix typo in last change.
1315
1316 2006-11-08 Richard Stallman <rms@gnu.org>
1317
1318 * subr.el (remove-overlays): Call overlay-recenter.
1319
1320 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1321
1322 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1323 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1324 behaviour.
1325 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1326 directly.
1327
1328 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1331 (ido-max-dir-file-cache, ido-decorations)
1332 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1333 (ido-magic-backward-char, ido-enter-dired)
1334 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1335 (ido-list-directory, ido-first-match, ido-only-match)
1336 (ido-subdir, ido-indicator): Fix typos in docstrings.
1337 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1338 (ido-read-internal): Fix typo in error message.
1339
1340 2006-11-08 Kenichi Handa <handa@m17n.org>
1341
1342 * international/mule-cmds.el (set-default-coding-systems):
1343 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1344
1345 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1346
1347 * makefile.w32-in (setwins): Remove.
1348 (WINS_ALMOST): New macro.
1349 (WINS): Use it.
1350 (autoloads): Don't extract autoloads from files in obsolete/.
1351
1352 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * whitespace.el (whitespace-buffer): Call remove-overlays after
1355 overlay-recenter for performance. Suggested by Martin Rudalics.
1356
1357 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1358
1359 * net/tramp.el (tramp-default-method): scp is the default method.
1360
1361 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1362
1363 * server.el (server-start): Save also the Emacs pid in the server file.
1364
1365 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1366
1367 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1368 point when displaying a bibtex cross reference in the echo area.
1369
1370 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1371
1372 * international/mule.el (make-char): Fix typo in docstring.
1373 (load-with-code-conversion, charsetp): Doc fixes.
1374
1375 * international/ja-dic-cnv.el (skkdic-convert):
1376 * cus-edit.el (hook): Fix typo in docstring.
1377
1378 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1381 (custom-mode-link-map): New variable.
1382 (custom-group-link, custom-manual): Use follow-link.
1383
1384 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1385
1386 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
1387 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
1388
1389 2006-11-06 Richard Stallman <rms@gnu.org>
1390
1391 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1392 New function broken out of flyspell-correct-word.
1393 (flyspell-mode-map): Bind it to M-RET.
1394 (flyspell-correct-word): Call it.
1395
1396 * textmodes/fill.el (fill-minibuffer-function): New function.
1397 (fill-paragraph): Bind fill-paragraph-function to
1398 fill-minibuffer-function.
1399
1400 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
1401 so that they aren't undefined.
1402
1403 * dired.el (dired-readin): Locally bind file-name-coding-system.
1404
1405 * bindings.el: Shorten and clarify usual mode line mouse help string.
1406
1407 * Makefile.in (autoloads): Don't include `obsolete'.
1408
1409 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1412 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
1413 Printing menu if it's not initialized.
1414 (pr-menu-bind): Act on menu-bar-file-menu directly.
1415
1416 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * help.el (view-emacs-news): Fix typo in error message.
1419
1420 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
1421
1422 * shadowfile.el (shadow-define-regexp-group)
1423 (shadow-literal-groups, shadow-insert-var): Doc fixes.
1424 (shadow-read-files): Fix typo in message.
1425 (shadow-inhibit-overload, shadow-find, shadow-suffix)
1426 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
1427 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
1428 (shadow-file-match): Fix typos in docstrings.
1429
1430 * terminal.el (terminal-emulator): Fix typo in message.
1431
1432 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
1433
1434 * emacs-lisp/lselect.el (x-kill-primary-selection)
1435 (x-delete-primary-selection, x-copy-primary-selection):
1436 Fix typos in error messages.
1437
1438 * emulation/edt-mapper.el: Fix typo in interactive message.
1439
1440 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
1441
1442 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
1443 (ispell-help): Fix typos in docstrings.
1444 (ispell-help): Fix typo in output message.
1445
1446 * allout.el (allout-adjust-file-variable)
1447 (allout-passphrase-verifier-string)
1448 (allout-passphrase-hint-string)
1449 (allout-toggle-current-subtree-encryption):
1450 * apropos.el (apropos-synonyms):
1451 * cus-edit.el (hook):
1452 * emacs-lock.el (emacs-lock-from-exiting):
1453 * follow.el (follow-avoid-tail-recenter-p):
1454 * hexl.el (hexl-mode):
1455 * mouse-copy.el (mouse-copy-work-around-drag-bug):
1456 * mouse.el (mouse-set-font):
1457 * resume.el (resume-emacs-args-file):
1458 * rfn-eshadow.el (file-name-shadow-tty-properties):
1459 * t-mouse.el (t-mouse-process, t-mouse-mode):
1460 * emacs-lisp/cust-print.el (custom-print-install)
1461 (custom-print-uninstall, custom-format):
1462 * emacs-lisp/shadow.el (list-load-path-shadows):
1463 * emulation/tpu-edt.el (tpu-help-text)
1464 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
1465 (tpu-reset-control-keys):
1466 * emulation/vip.el (vip-emacs-local-map)
1467 (vip-change-mode-to-emacs):
1468 * emulation/viper.el (viper-mode, viper-set-hooks)
1469 (viper-major-mode-modifier-list):
1470 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1471 * emulation/viper-keym.el (viper-emacs-kbd-map)
1472 (viper-toggle-key):
1473 * mail/feedmail.el (feedmail-queue-reminder)
1474 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
1475 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
1476 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
1477 (feedmail-sender-line, feedmail-force-binary-write)
1478 (feedmail-from-line, feedmail-deduce-envelope-from)
1479 (feedmail-x-mailer-line, feedmail-message-id-generator)
1480 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
1481 (feedmail-enable-spray, feedmail-spray-this-address)
1482 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
1483 (feedmail-queue-runner-confirm-global)
1484 (feedmail-ask-before-queue-prompt)
1485 (feedmail-ask-before-queue-reprompt)
1486 (feedmail-prompt-before-queue-standard-alist)
1487 (feedmail-prompt-before-queue-user-alist)
1488 (feedmail-prompt-before-queue-help-supplement)
1489 (feedmail-queue-use-send-time-for-message-id)
1490 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
1491 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
1492 (feedmail-mail-send-hook-queued)
1493 (feedmail-confirm-addresses-hook-example)
1494 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
1495 (feedmail-queue-runner-mode-setter)
1496 (feedmail-queue-alternative-mail-header-separator)
1497 (feedmail-queue-runner-message-sender)
1498 (feedmail-buffer-eating-function, feedmail-binmail-template)
1499 (feedmail-run-the-queue-no-prompts)
1500 (feedmail-run-the-queue-global-prompt)
1501 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
1502 (feedmail-envelope-deducer, feedmail-fiddle-date)
1503 (feedmail-default-message-id-generator)
1504 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
1505 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
1506 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
1507 (vms-pmail-setup):
1508 * play/dunnet.el (dun-help):
1509 * play/handwrite.el (handwrite):
1510 * play/hanoi.el (hanoi-unix-64):
1511 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1512 * textmodes/enriched.el (fixed):
1513 * textmodes/org.el (org-file-apps)
1514 (org-emphasis-regexp-components, org-emphasis-alist):
1515 * textmodes/texinfmt.el (batch-texinfo-format):
1516 Fix typos in docstrings.
1517
1518 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * loadhist.el (read-feature): Don't complete features not loaded
1521 from a file (which make `unload-feature' to fail).
1522
1523 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1524
1525 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
1526
1527 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * startup.el (command-line-1): Kill emacs if the last frame is
1530 deleted while evaluating the command-line arguments.
1531
1532 2006-11-05 Richard Stallman <rms@gnu.org>
1533
1534 * startup.el (init-file-had-error): Add doc string.
1535 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
1536 Use fixed-width font for keyboard key descriptions.
1537
1538 * cus-edit.el (custom-save-all): Error if saving in .emacs
1539 and it had an error when loaded.
1540
1541 * dired-aux.el (dired-copy-file-recursive): Catch errors
1542 from recursive copies in the loop, around the recursive call.
1543
1544 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1545
1546 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
1547 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
1548 `/proc/acpi/thermal_zone/*'.
1549 (battery-search-for-one-match-in-files): New. Search a regexp in
1550 the content of some files.
1551
1552 2006-11-05 Martin Rudalics <rudalics@gmx.at>
1553
1554 * window.el (mouse-autoselect-window-now): Remove variable.
1555 (mouse-autoselect-window-state): New variable.
1556 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
1557 (mouse-autoselect-window-select, handle-select-window):
1558 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
1559 Suspend delayed autoselection during menu or popup dialog.
1560
1561 * info-look.el (info-lookup-guess-custom-symbol): New function
1562 for retrieving symbol at point in custom buffers.
1563 (top level) <info-lookup-maybe-add-help>: Add backquote and
1564 comma to ignored characters in regexps of help specifications
1565 for emacs-lisp-mode and lisp-interaction-mode. This permits
1566 looking up symbols in `...' and after a comma. Add help
1567 specifications for custom-mode and help-mode.
1568
1569 2006-11-04 Eli Zaretskii <eliz@gnu.org>
1570
1571 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
1572 Don't encode body if RAW is non-nil, or if the old encoding is
1573 identical to the new encoding, or if the body contains only
1574 eight-bit-* characters.
1575
1576 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1577
1578 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
1579 (faces-sample-overlay): Remove variable.
1580 (describe-face): Insert sample text in the face being described.
1581
1582 2006-11-04 Martin Rudalics <rudalics@gmx.at>
1583
1584 * whitespace.el (whitespace-indent-regexp): Make this match any
1585 multiples of eight spaces near the beginning of a line.
1586 (whitespace-buffer): Use `remove-overlays' instead of
1587 `whitespace-unhighlight-the-space' and `overlay-recenter' to
1588 speed up overlay handling.
1589 (whitespace-buffer-leading, whitespace-buffer-trailing):
1590 Make these functions highlight the text removed by
1591 `whitespace-buffer-leading-cleanup' and
1592 `whitespace-buffer-trailing-cleanup' respectively.
1593 (whitespace-buffer-search): Use `with-local-quit'.
1594 Move `format' out of loop to speed up scanning larger buffers.
1595 (whitespace-unhighlight-the-space): Remove `remove-hook' since
1596 that function is never added to a hook.
1597 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
1598 (whitespace-buffer-leading-cleanup)
1599 (whitespace-refresh-rescan-list): Fix docstrings.
1600
1601 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
1602
1603 * allout.el (allout-during-yank-processing): Cue for inhibiting
1604 aberrance processing during yanks.
1605 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
1606 the amount of yanked topics that can be aberrant.
1607 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
1608 a function, and supplement with inihibition of doublechecking
1609 during yanks.
1610 (allout-beginning-of-line, allout-next-heading)
1611 (allout-previous-heading, allout-goto-prefix-doublechecked)
1612 (allout-back-to-current-heading, allout-next-visible-heading)
1613 (allout-next-sibling): Use new allout-do-doublecheck function.
1614 (allout-next-sibling): Ensure we made progress when returning
1615 other than nil.
1616 (allout-rebullet-heading): Preserve text property annotations
1617 indicating the text was hidden, if it was.
1618 (allout-kill-line): Remove any added was-hidden annotations.
1619 (allout-kill-topic): Remove any added was-hidden annotations.
1620 (allout-annotate-hidden): Inhibit adding was-hidden text
1621 properties to the undo list.
1622 (allout-deannotate-hidden): New function to remove was-hidden
1623 annotation.
1624 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1625 (allout-remove-exposure-annotation): Replace by
1626 allout-deannotate-hidden.
1627 (allout-yank-processing): Signal that yank processing is happening
1628 with allout-during-yank-processing. Also, wrap
1629 allout-unprotected's closer to the text changes, for easier
1630 debugging. We need to inhibit-field-text-motion explicitly, in
1631 lieu of the encompassing allout-unprotected.
1632 (outlineify-sticky): Adjust criteria for triggering new outline
1633 decorations to presence or absence of any topics, not just a topic
1634 at the beginning of the buffer.
1635
1636 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * bs.el (bs--show-all, bs--redisplay):
1639 * cus-edit.el (custom-unlispify-menu-entries)
1640 (custom-unlispify-tag-names, custom-prompt-variable):
1641 * expand.el (expand-pos):
1642 * speedbar.el (speedbar-generic-list-tag-p):
1643 * wid-edit.el (widget-image-enable):
1644 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1645 * emacs-lisp/find-func.el (find-function-noselect)
1646 (find-function, find-variable-noselect, find-variable)
1647 (find-definition-noselect, find-face-definition):
1648 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1649 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1650 * progmodes/ada-xref.el (ada-find-in-ali):
1651 * textmodes/flyspell.el (flyspell-check-tex-math-command):
1652 * textmodes/org.el (org-copy-subtree):
1653 * textmodes/table.el (table--row-column-insertion-point-p):
1654 Use "non-nil" in docstrings.
1655
1656 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
1657
1658 * sort.el (sort-columns): Set the field separator to tab; on
1659 NetBSD, sort complains if "\n" is used as field separator.
1660
1661 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
1662
1663 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1664
1665 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * server.el (server-auth-key): Remove. Replace by a process-property.
1668 (server-start): Don't remove the file of the previous process, but
1669 instead clear out the place for the new file.
1670 (server-start): Set the :auth-key property.
1671 (server-process-filter): Use the :auth-key property.
1672
1673 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
1674
1675 * textmodes/org.el (org-mode-map): No longer copy
1676 `outline-mode-map' explicitly - this is already done by
1677 `define-derived-mode'.
1678
1679 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * server.el (server-visit-files): Use `when'.
1682 (server-process-filter): When authentication fails, send error
1683 message to client. Wrap `process-send-region' in `ignore-errors'
1684 instead of `condition-case', and remove misleading comment.
1685
1686 2006-11-01 Juri Linkov <juri@jurta.org>
1687
1688 * simple.el (yank): Doc fix.
1689
1690 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1691
1692 * server.el: Try and fit within 80 columns.
1693 (server-start): Make the auth file unreadable by other users.
1694
1695 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1696
1697 * battery.el (battery-linux-proc-acpi): Prevent range error when
1698 `full-capacity' is 0.
1699
1700 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1701
1702 * faces.el (faces-sample-overlay): New defvar.
1703 (faces-sample-overlay): New function to show face sample text.
1704 (describe-face): Use it.
1705
1706 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
1707
1708 * progmodes/ada-stmt.el: Change maintainer, apply
1709 whitespace-cleanup, checkdoc.
1710 (ada-func-or-proc-name): Add doc string.
1711
1712 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1713 whitespace-cleanup, checkdoc. Minor improvements to many doc
1714 strings and comments.
1715 (ada-prj-display-page): Change buffer name to more accurately
1716 reflect function.
1717
1718 * progmodes/ada-xref.el: Change maintainer, apply
1719 whitespace-cleanup, checkdoc. Minor improvements to many doc
1720 strings and comments. Don't look for `gvd' or `ddd' debuggers.
1721 (ada-compile-current): Don't add newlines to commands.
1722
1723 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * server.el: Add support for TCP sockets.
1726 (server-use-tcp, server-host, server-auth-dir): New options.
1727 (server-auth-key): New variable.
1728 (server-ensure-safe-dir): Create nonexistent parent dirs.
1729 Ignore Unix-style file modes on Windows.
1730 (server-start): Crete a TCP or Unix socket according to the value
1731 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1732 `server-auth-dir' directory.
1733 (server-process-filter): Delete process if authentication
1734 fails (which never happens for Unix sockets).
1735
1736 2006-10-30 David Kastrup <dak@gnu.org>
1737
1738 * subr.el (add-to-list): Don't continue checking if a match has
1739 been found.
1740
1741 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * tutorial.el: Move defvars to avoid bytecomp warnings.
1744 (tutorial--find-changed-keys): Check if viper-current-state is
1745 bound before using it.
1746 (help-with-tutorial): Check if viper-tutorial is defined before
1747 using it.
1748
1749 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1750
1751 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1752
1753 * tutorial.el: New file.
1754 (help-with-tutorial): Move here from help-fns.el. Added help for
1755 rebound keys. Fixed resume of tutorial.
1756 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1757 (tutorial--find-changed-keys, tutorial--display-changes)
1758 (tutorial--saved-dir, tutorial--saved-file)
1759 (tutorial--save-tutorial): New functions to support the changes in
1760 help-with-tutorial.
1761
1762 2006-10-30 Kenichi Handa <handa@m17n.org>
1763
1764 * files.el (revert-buffer): If a unibyte buffer is being reverted
1765 with a coding system for multibyte, set buffer multibyte before
1766 calling insert-file-contents.
1767
1768 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * server.el (server-select-display): Use a dummy buffer to detect when
1771 the frame is later used.
1772 (server-select-display): New function.
1773 (server-process-filter): Use it to detect unused temp frames.
1774
1775 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1776
1777 * progmodes/ada-mode.el: Change maintainer, apply
1778 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1779 (ada-mode-version): New function.
1780 (ada-create-menu): Menu operations are available for all supported
1781 compilers.
1782
1783 2006-10-29 Lars Hansen <larsh@soem.dk>
1784
1785 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1786 Highlight as keyword.
1787 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1788 Don't call tramp-method-out-of-band-p for local files.
1789 (tramp-touch): Quote file name.
1790
1791 2006-10-28 Glenn Morris <rgm@gnu.org>
1792
1793 * calendar/calendar.el (cal-html-cursor-month)
1794 (cal-html-cursor-year): Add autoloads for this new package.
1795 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1796
1797 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1798
1799 * calendar/cal-html.el: New file.
1800
1801 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * emacs-lisp/authors.el (authors-aliases): Update.
1804
1805 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * version.el (emacs-version): Bump version number to 22.0.90.
1808
1809 2006-10-26 John W. Eaton <jwe@octave.org>
1810
1811 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1812 New defvar.
1813 (inferior-octave-resync-dirs): Check to see whether Octave has
1814 built-in variables and set inferior-octave-has-built-in-variables.
1815 Check inferior-octave-has-built-in-variables to decide whether to
1816 send commands that set built-in variables or call functions to
1817 change Octave's behavior.
1818 Send "disp (pwd ())" to Octave instead of just "pwd".
1819 (inferior-octave-startup): Send "more off" to Octave instead of
1820 "page_screen_output = 0".
1821
1822 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1823
1824 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1825 pattern normally.
1826
1827 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * bindings.el (mode-line-mode-menu): Remove bindings for global
1830 minor modes (line/column number) as they are on the menubar.
1831
1832 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * term/w32-win.el (x-handle-name-switch): Doc fix.
1835 (w32-standard-fontset-spec): Fix typo in docstring.
1836
1837 * midnight.el (midnight-buffer-display-time): Doc fix.
1838 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1839
1840 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1841
1842 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1843
1844 * viper-ex.el (ex-read): Quote file argument.
1845
1846 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1847
1848 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1849
1850 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1851
1852 * textmodes/flyspell.el (flyspell-check-region-doublons):
1853 Fix last fix.
1854
1855 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1856
1857 * bindings.el (mode-line-mode-menu): List global minor modes
1858 before local ones.
1859
1860 2006-10-23 Kim F. Storm <storm@cua.dk>
1861
1862 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1863 (sit-for): If last command was a prefix arg, add the read-ahead
1864 event to unread-command-events as (t . EVENT) so it will be added
1865 to this-command-keys by read-key-sequence.
1866
1867 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1868
1869 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1870 whitespace when checking doublons.
1871 (flyspell-check-region-doublons): Fix doublon regexp.
1872 (flyspell-highlight-incorrect-region): Highlight doublons using
1873 flyspell-duplicate face.
1874
1875 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1876
1877 2006-10-22 John Wiegley <johnw@newartisans.com>
1878
1879 * progmodes/python.el (python-use-skeletons): python-mode was
1880 auto-inserting templates (for those with abbrev-mode on), not only
1881 by default -- *but without a configuration variable to disable
1882 it*. This rendered python-mode completely useless for me, so I
1883 have added `python-use-skeletons', which is now off by default.
1884
1885 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1888 font-lock-multiline is auto-local (it's not).
1889 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1890 initialized before calling cperl-init-faces.
1891
1892 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1893
1894 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1895 gdb-stack-position a value when there is no fringe.
1896
1897 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1898 indicator if not visiting a file.
1899
1900 2006-10-20 David Kastrup <dak@gnu.org>
1901
1902 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1903 operation would still cause some window to collapse later.
1904
1905 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1908 side-effect due to mixing various backends's file properties.
1909
1910 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1911 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1912 Return `filename's status if applicable. Update callers.
1913
1914 2006-10-19 Kenichi Handa <handa@m17n.org>
1915
1916 * international/kkc.el (kkc-region): When a key sequence is not
1917 defined, append (this-single-command-raw-keys) to
1918 unread-input-method-events.
1919
1920 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1921
1922 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1923
1924 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1925
1926 * version.el (emacs-version): Use mac-carbon-version-string.
1927
1928 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1929
1930 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1931
1932 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1933 (by Kenichi Handa).
1934 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1935 the selection is not UTF-8.
1936
1937 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * progmodes/ada-mode.el (ada-83-string-keywords)
1940 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1941 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1942 (ada-looking-at-semi-private, ada-get-body-name):
1943 Fix typos in docstrings.
1944 (ada-create-case-exception, ada-create-case-exception-substring):
1945 Fix typos in error messages.
1946 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1947
1948 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1949
1950 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1951 to default-frame-alist if default-frame-alist already contains
1952 width/height.
1953
1954 2006-10-18 Richard Stallman <rms@gnu.org>
1955
1956 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1957 Non-interactive arg is the value, not the expression.
1958
1959 * simple.el (read-expression-map): Just set it, no defvar.
1960
1961 * subr.el (insert-for-yank-1): If last inserted char has
1962 properties, mark them as rear-nonsticky.
1963
1964 * recentf.el (recentf-mode): Doc fix.
1965
1966 * facemenu.el (facemenu-add-new-face): Defend against symbol
1967 that isn't a face name.
1968
1969 * dired-aux.el (dired-do-copy): Doc fix.
1970
1971 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * simple.el (line-move-1): Ignore fields when moving to the
1974 beginning of line to avoid getting point stuck.
1975
1976 2006-10-18 Martin Rudalics <rudalics@gmx.at>
1977
1978 * textmodes/flyspell.el (flyspell-word-search-backward):
1979 Set inhibit-point-motion-hooks to avoid looping due to intangibile
1980 text.
1981
1982 2006-10-16 Richard Stallman <rms@gnu.org>
1983
1984 * help-fns.el (describe-function-1): Special case optimization
1985 for self-insert-command.
1986
1987 2006-10-16 Kim F. Storm <storm@cua.dk>
1988
1989 * ido.el (ido-reread-directory): Work in `dir' mode too.
1990
1991 2006-10-15 Martin Rudalics <rudalics@gmx.at>
1992
1993 * textmodes/table.el: Require 'regexp-opt.
1994
1995 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1996
1997 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1998 Use shell-quote-argument.
1999
2000 * shell.el (explicit-bash-args): Likewise.
2001
2002 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2003 Use grep -E rather than egrep.
2004
2005 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2006
2007 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2008
2009 2006-10-15 Kim F. Storm <storm@cua.dk>
2010
2011 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2012
2013 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2014
2015 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2016 to protect whitespace and metacharacters from the shell.
2017
2018 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2019
2020 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2021
2022 2006-10-13 Eli Zaretskii <eliz@gnu.org>
2023
2024 * subr.el (start-process-shell-command): Doc fix.
2025
2026 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
2027
2028 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2029 the regexp for Maxima symbols.
2030
2031 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2034 (vc-find-root): Don't walk higher up than ~.
2035
2036 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * international/utf-8.el (utf-translate-cjk-load-tables):
2039 Avoid clobbering last-coding-system-used during load.
2040
2041 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
2042
2043 * textmodes/reftex-global.el (reftex-create-tags-file):
2044 Quote file arguments.
2045
2046 2006-10-12 Richard Stallman <rms@gnu.org>
2047
2048 * files.el (file-name-history): Add defvar.
2049 (save-some-buffers-action-alist): Improve description strings.
2050
2051 2006-10-12 Andreas Schwab <schwab@suse.de>
2052
2053 * files.el (auto-mode-alist): Match change log file name also with
2054 a dash before a numeric extension.
2055
2056 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
2057
2058 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2059 After 5.0:
2060 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2061
2062 After 5.1: Major edit. Summary of most visible changes:
2063
2064 - Multiple <<HERE per line allowed.
2065 - Handles multiline subroutine declaration headers (with comments).
2066 (The exception is `cperl-etags' - but it is not used in the rest
2067 of the mode.)
2068 - Fontifies multiline my/our declarations (even with comments,
2069 and with legacy `font-lock').
2070 - Major speedup of syntaxification, both immediate and postponed
2071 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2072 huge real-life document I tested).
2073 - New bindings, edits to imenu.
2074 - "_" is made into word-char during fontification/syntaxification;
2075 some attempts to recognize non-word "_" during other operations too.
2076 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2077 - autoload some more perldoc-related stuff
2078 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2079 - Attempt to incorporate XEmacs edits which reached me.
2080
2081 Fine-grained changelog:
2082 (cperl-hook-after-change): New configuration variable.
2083 (cperl-vc-sccs-header): Likewise.
2084 (cperl-vc-sccs-header): Likewise.
2085 (cperl-vc-header-alist): Default via two preceding variables.
2086 (cperl-invalid-face): Remove double quoting under XEmacs
2087 (still needed under 21.2).
2088 (cperl-tips): Update URLs for resources.
2089 (cperl-problems): Likewise.
2090 (cperl-praise): Mention new features.
2091 New C-c key bindings: for `cperl-find-bad-style',
2092 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2093 `cperl-perdoc', and `cperl-perldoc-at-point'.
2094 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2095 moved, new submenu of Tools with Ispell entries and narrowing.
2096 (cperl-after-sub-regexp): New defsubst.
2097 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2098 Allows heads up to head4.
2099 Allow "package;".
2100 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2101 (paren-backwards-message): ??? Something for XEmacs???
2102 (cperl-mode): Never auto-switch abbrev-mode off.
2103 Try to allow '_' be non-word char.
2104 Do not use `font-lock-unfontify-region-function' on XEmacs.
2105 Reset syntax cache on mode start.
2106 Support multiline facification (even on legacy `font-lock').
2107 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2108 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2109 refuse to inform us whether the fontification is due to lazy
2110 calling or due to edit to a buffer, install our own hook
2111 (controlled by `cperl-hook-after-change').
2112 (cperl-electric-pod): =cut may have been recognized as start.
2113 (cperl-block-p): Move, updatedfor attributes.
2114 (cperl-calculate-indent): Try to allow '_' be non-word char
2115 Support subs with attributes.
2116 (cperl-where-am-i): Queit (?) a warning.
2117 (cperl-cached-syntax-table) New function.
2118 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2119 (cperl-unwind-to-safe): Recognize `syntax-type' property
2120 changing in a middle of line.
2121 (cperl-find-sub-attrs): New function.
2122 (cperl-find-pods-heres): Allow many <<EOP per line.
2123 Allow subs with attributes.
2124 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2125 Recognize "extproc " (OS/2) case-folded and only at start.
2126 /x on s///x with empty replacement was not recognized.
2127 Better comments.
2128 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2129 Allow subs with attributes, labels.
2130 Do not confuse "else::foo" with "else".
2131 Minor optimizations...
2132 (cperl-after-expr-p): Try to allow '_' be non-word char.
2133 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2134 with `looking-at' inside `narrow' and bulk out if found.
2135 (cperl-imenu--create-perl-index): Updates for new
2136 `cperl-imenu--function-name-regexp-perl'.
2137 (cperl-outline-level): Likewise.
2138 (cperl-init-faces): Allow multiline subroutine headers
2139 and my/our declarations, and ones with comments.
2140 Allow subroutine attributes.
2141 (cperl-imenu-on-info): Better docstring.
2142 (cperl-etags): Rudimentary support for attributes.
2143 Support for packages and "package;".
2144 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2145 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2146 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2147 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2148 (cperl-perldoc): Add autoload.
2149 (cperl-perldoc-at-point): Likewise.
2150 (cperl-here-doc-spell): New function.
2151 (cperl-pod-spell): Likewise.
2152 (cperl-map-pods-heres): Likewise.
2153 (cperl-get-here-doc-region): Likewise.
2154 (cperl-font-lock-fontify-region-function): Likewise (backward
2155 compatibility for legacy `font-lock').
2156 (cperl-font-lock-unfontify-region-function): Fix style.
2157 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2158 calls with no-change. Governed by `cperl-hook-after-change'.
2159 (cperl-fontify-update): Recognize that syntaxification region
2160 can be larger than fontification one.
2161 XXXX we leave `cperl-postpone' property, so this is quadratic...
2162 (cperl-fontify-update-bad): Temporary placeholder until
2163 it is clear how to implement `cperl-fontify-update'.
2164 (cperl-time-fontification): New function.
2165 (attrib-group): New text attribute.
2166 (multiline): New value: `syntax-type' text attribute.
2167
2168 After 5.2:
2169 (cperl-emulate-lazy-lock): New function.
2170 (cperl-fontify-syntaxically): Would skip large regions.
2171 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2172 Some globals were declared, but uninitialized.
2173
2174 After 5.3, 5.4:
2175 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2176 Copyright message updated.
2177 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2178 facification down a bit.
2179 Misprint for my|our|local for old `font-lock'
2180 "our" was not fontified same as "my|local".
2181 Highlight variables after "my" etc even in
2182 a middle of an expression.
2183 Do not facify multiple variables after my etc
2184 unless parentheses are present.
2185
2186 After 5.5, 5.6
2187 (cperl-fontify-syntaxically): after-change hook could reset.
2188 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2189
2190 After 5.7:
2191 (cperl-init-faces): Allow highlighting of local ($/).
2192 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2193 (cperl-problems): Remove fixed problems.
2194 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2195 Recognize charclasses (unless delimiter is \).
2196 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2197 (cperl-regexp-scan): Update docs.
2198 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2199
2200 After 5.8:
2201 Major user visible changes:
2202 Recognition and fontification of character classes in RExen.
2203 Variable indentation of RExen according to groups.
2204
2205 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2206 Fontify REx charclasses in variable-name face.
2207 Fontify POSIX charclasses in "type" face.
2208 Fontify unmatched "]" in function-name face.
2209 Mark first-char of HERE-doc as `front-sticky'.
2210 Reset `front-sticky' property when needed.
2211 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2212 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2213 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2214 constructs. Support `narrow'ed buffers.
2215 (cperl-praise): Remove a reservation.
2216 (cperl-make-indent): New function.
2217 (cperl-indent-for-comment): Use `cperl-make-indent'.
2218 (cperl-indent-line): Likewise.
2219 (cperl-lineup): Likewise.
2220 (cperl-beautify-regexp-piece): Likewise.
2221 (cperl-contract-level): Likewise.
2222 (cperl-toggle-set-debug-unwind): New function.
2223 New menu entry for this.
2224 (fill-paragraph-function): Use when `boundp'.
2225 (cperl-calculate-indent): Take into account groups when indenting RExen.
2226 (cperl-to-comment-or-eol): Recognize # which end a string.
2227 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2228 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2229 (cperl-fontify-syntaxically): More clear debugging message.
2230 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2231 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2232 Merge cosmetic changes from XEmacs.
2233
2234 After 5.9:
2235 (cperl-1+): Move to before the first use.
2236 (cperl-1-): Likewise.
2237
2238 After 5.10:
2239
2240 This code may lock Emacs hard!!! Use at your own risk!
2241
2242 (cperl-font-locking): New internal variable.
2243 (cperl-beginning-of-property): New function.
2244 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2245 instead of `previous-single-property-change'.
2246 (cperl-unwind-to-safe): Likewise.
2247 (cperl-after-expr-p): Likewise.
2248 (cperl-get-here-doc-region): Likewise.
2249 (cperl-font-lock-fontify-region-function): Likewise.
2250 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2251 recursively.
2252 Bound `next-single-property-change' via `point-max'.
2253 (cperl-unwind-to-safe): Bound likewise
2254 (cperl-font-lock-fontify-region-function): Likewise.
2255 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2256 Initialization of `cperl-font-lock-multiline-start' could be
2257 missed if the "main" fontification did not run due to the
2258 keyword being already fontified.
2259 (cperl-pod-spell): Return t from do-one-chunk function.
2260 (cperl-map-pods-heres): Stop when the worker returns nil.
2261 Call `cperl-update-syntaxification'.
2262 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2263 (cperl-get-here-doc-delim): Remove unused function.
2264
2265 After 5.11:
2266
2267 The possible lockup of Emacs (introduced in 5.10) fixed.
2268
2269 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2270 (cperl-syntaxify-for-menu): New customization variable.
2271 (cperl-select-this-pod-or-here-doc): New function.
2272 (cperl-get-here-doc-region): Extra argument.
2273 Do not adjust pos by 1.
2274
2275 New menu entries
2276 (Perl/Tools): Selection of current POD or HERE-DOC section.
2277 (Debugging CPerl:) backtrace on fontification.
2278
2279 After 5.12:
2280 (cperl-cached-syntax-table): Use `car-safe'.
2281 (cperl-forward-re): Remove spurious argument SET-ST.
2282 Add documentation.
2283 (cperl-forward-group-in-re): New function.
2284 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2285 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2286
2287 After 5.13:
2288 (cperl-string-syntax-table): Make { and } not-grouping
2289 (Sometimes they ARE grouping in RExen, but matching them would only
2290 confuse in many situations when they are not)
2291 (beginning-of-buffer): Replace two occurences with goto-char...
2292 (cperl-calculate-indent): `char-after' could be nil...
2293 (cperl-find-pods-heres): REx can start after "[" too.
2294 Hightlight (??{}) in RExen too.
2295 (cperl-maybe-white-and-comment-rex): New constant
2296 (cperl-white-and-comment-rex): Likewise.
2297 XXXX Not very efficient, but hard to make
2298 better while keeping 1 group.
2299
2300 After 5.13:
2301 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2302 Likewise for 1 << identifier.
2303
2304 After 5.14:
2305 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2306 Error-less condition-case could fail.
2307 (cperl-font-lock-fontify-region-function): Likewise.
2308 (cperl-init-faces): Likewise.
2309
2310 After 5.15:
2311 (cperl-find-pods-heres): Support property REx-part2.
2312 (cperl-calculate-indent): Likewise.
2313 Don't special-case REx with non-empty 1st line.
2314 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2315 Invert highlighting of charclasses:
2316 now the envelop is highlighted.
2317 Highlight many others 0-length builtins.
2318 (cperl-praise): Mention indenting and highlight in RExen.
2319
2320 After 5.15:
2321 (cperl-find-pods-heres): Highlight capturing parens in REx.
2322
2323 After 5.16:
2324 (cperl-find-pods-heres): Highlight '|' for alternation
2325 Initialize `font-lock-warning-face' if not present.
2326 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2327 `font-lock-function-name-face'.
2328 (cperl-look-at-leading-count): Likewise.
2329 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2330 `font-lock-keyword-face' (needed for
2331 batch processing), etc...
2332 Use `font-lock-builtin-face' for builtin in REx
2333 Now `font-lock-variable-name-face'
2334 is used for interpolated variables
2335 Use "talking aliases" for faces inside REx
2336 Highlight parts of REx (except in charclasses)
2337 according to the syntax and/or semantic
2338 Syntax-mark a {}-part of (?{}) as "comment"
2339 (it was the ()-part)
2340 Better logic to distinguish what is what in REx
2341 (cperl-tips-faces): Document REx highlighting
2342 (cperl-praise): Mention REx syntax highlight etc.
2343
2344 After 5.17:
2345 (cperl-find-sub-attrs): Would not always manage to print error message.
2346 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2347
2348 After 5.18:
2349 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2350 Very minor optimization.
2351 `my-cperl-REx-modifiers-face' got quoted.
2352 Recognize "print $foo <<END" as HERE-doc.
2353 Put `REx-interpolated' text attribute if needed.
2354 (cperl-invert-if-unless-modifiers): New function.
2355 (cperl-backward-to-start-of-expr): Likewise.
2356 (cperl-forward-to-end-of-expr): Likewise.
2357 (cperl-invert-if-unless): Works in "the opposite way" too.
2358 Cursor position on return is on the switch-word.
2359 Indents comments better.
2360 (REx-interpolated): New text attribute.
2361 (cperl-next-interpolated-REx): New function.
2362 (cperl-next-interpolated-REx-0): Likewise.
2363 (cperl-next-interpolated-REx-1): Likewise.
2364 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2365 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2366 (cperl-praise): Mention finded interpolated RExen.
2367
2368 After 5.19:
2369 (cperl-init-faces): Highlight %$foo, @$foo too.
2370 (cperl-short-docs): Better docs for system, exec.
2371 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2372 Would not find HERE-doc ended by EOF without NL.
2373 (cperl-short-docs): Correct not-doubled \-escapes.
2374 start block: Put some `defvar' for stuff gone from XEmacs.
2375
2376 After 5.20:
2377 initial comment: Extend copyright, fix email address.
2378 (cperl-indent-comment-at-column-0): New customization variable.
2379 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2380 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2381 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2382 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2383 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2384 highlight $ in $foo too (UNTESTED).
2385 (cperl-set-style): Docstring missed some available styles.
2386 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
2387 Change "Current" to "Memorize Current".
2388 (cperl-indent-wrt-brace): New customization variable; the default is
2389 as for pre-5.2 version.
2390 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
2391 (cperl-style-alist): Likewise.
2392 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
2393 and `cperl-extra-newline-before-brace' etc
2394 being t
2395 (cperl-indent-exp): Plans B and C to find continuation blocks even
2396 if `cperl-extra-newline-before-brace' is t.
2397
2398 After 5.21:
2399 Improve some docstrings concerning indentation.
2400 (cperl-indent-rules-alist): New variable.
2401 (cperl-sniff-for-indent): New function name
2402 (separated from `cperl-calculate-indent').
2403 (cperl-calculate-indent): Separate the sniffer and the indenter;
2404 uses `cperl-sniff-for-indent' now.
2405 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
2406 was inverted;
2407 Support `comment-column' = 0.
2408
2409 2006-10-11 Martin Rudalics <rudalics@gmx.at>
2410
2411 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
2412 * help-at-pt.el (scan-buf-move-to-region): Likewise.
2413 * longlines.el (longlines-window-change-function): Likewise.
2414 * simple.el (undo-ask-before-discard): Likewise.
2415 * wid-edit.el (widget-field-prompt-internal)
2416 (widget-documentation-link-p): Likewise.
2417
2418 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
2421 for a keyword.
2422
2423 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * newcomment.el (comment-valid-prefix-p): Make the check
2426 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
2427 (comment-indent-new-line): Adjust call.
2428
2429 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
2430
2431 * allout.el (allout-back-to-current-heading): Base on lower-level
2432 routines to get proper disqualification of aberrant topics.
2433
2434 2006-10-09 Richard Stallman <rms@gnu.org>
2435
2436 * textmodes/two-column.el (2C-two-columns): Doc fix.
2437
2438 2006-10-09 Kim F. Storm <storm@cua.dk>
2439
2440 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
2441 about implicit use.
2442
2443 2006-10-08 Richard Stallman <rms@gnu.org>
2444
2445 * textmodes/two-column.el (2C-two-columns): Doc fix.
2446
2447 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2448
2449 * files.el: Mark `buffer-read-only' as safe-local-variable.
2450
2451 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
2452
2453 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
2454 Burp if GUD buffer has been killed.
2455
2456 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * completion.el (add-completions-from-c-buffer):
2459 Don't presume an error's second element is a string.
2460 Use looking-at rather than buffer-substring + member.
2461
2462 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2463
2464 * mail/rmail.el (rmail-redecode-body): If the old encoding is
2465 `undecided', call find-coding-systems-region to find a proper
2466 non-trivial encoding.
2467 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
2468 and "text/plain".
2469
2470 2006-10-07 Kevin Ryde <user42@zip.com.au>
2471
2472 * textmodes/reftex-vars.el (defgroup reftex): Update home page
2473 url-link.
2474
2475 * strokes.el (defgroup strokes): Remove invalid url-link.
2476
2477 2006-10-07 Magnus Henoch <mange@freemail.hu>
2478
2479 * autoinsert.el (auto-insert-alist): Doc fix.
2480
2481 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2482
2483 * mouse-sel.el (mouse-insert-selection-internal):
2484 Use insert-for-yank, so that yank handlers are run.
2485
2486 2006-10-07 Kim F. Storm <storm@cua.dk>
2487
2488 * ido.el (ido-file-extension-aux): Fix comparison.
2489
2490 2006-10-06 Kim F. Storm <storm@cua.dk>
2491
2492 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
2493
2494 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
2495
2496 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
2497 (ad-make-mapped-call): Use `let', not `let*'.
2498
2499 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * international/mule-cmds.el (coding-system-change-eol-conversion):
2502 Ensure the coding system is initialized before calling
2503 coding-system-eol-type.
2504
2505 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
2506
2507 * textmodes/org.el (org-rm-props, org-activate-plain-links)
2508 (org-activate-angle-links, org-activate-dates)
2509 (org-activate-target-links, org-activate-camels)
2510 (org-activate-tags): Add `rear-nonsticky' text property to avoid
2511 textproperty keymaps from being active beyond the end of a line.
2512 (org-unfontify-region): Also remove `rear-nonsticky' property.
2513
2514 2006-10-04 Kenichi Handa <handa@m17n.org>
2515
2516 * international/code-pages.el (next): Table fixed.
2517
2518 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
2521 that it's been made unnecessary by removing narrowing.
2522
2523 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
2526 control flow a bit, simplify another bit, and add comments.
2527
2528 2006-10-03 David Kastrup <dak@gnu.org>
2529
2530 * help.el (describe-mode): For clicks on mode-line, use "@"
2531 interactive argument to get the major mode of the click instead of
2532 the current buffer.
2533
2534 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
2535 in order to better redirect mouse-2 clicks. Also allow default
2536 bindings to apply.
2537
2538 2006-10-03 Kim F. Storm <storm@cua.dk>
2539
2540 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
2541 (pushnew): Fix last change.
2542
2543 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
2544
2545 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
2546 Use the interactive spec of `eval-expression'.
2547
2548 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
2549
2550 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
2551
2552 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2553
2554 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2555 2006-09-28 commit.
2556
2557 2006-10-02 Kenichi Handa <handa@m17n.org>
2558
2559 * international/code-pages.el (iso-8859-6): Table fixed.
2560
2561 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2562
2563 * dired.el (dired-build-subdir-alist): Fix previous change.
2564
2565 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
2566
2567 * simple.el (undo-elt-crosses-region): Fix the inequalities.
2568
2569 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * emacs-lisp/find-func.el (find-function-regexp): Don't match
2572 "define-button-type".
2573
2574 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
2575 they don't keep accumulating.
2576
2577 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2578
2579 * ffap.el (ffap-rfc-path): Change the address of the RFC
2580 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
2581
2582 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
2583
2584 * allout.el (allout-expose-topic): Rectify implementation of "+"
2585 spec, so that bodies are not exposed with headlines.
2586
2587 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
2588
2589 * allout.el (allout-current-depth): Do aberrent check only at or
2590 below doublecheck depth.
2591 (allout-chart-subtree): Make it explicit that LEVELS being nil
2592 means unlimited depth. Drop undocumented support for LEVELS value
2593 t meaning unlimited depth. (This is consistent with
2594 allout-chart-to-reveal, but contrary to allout-show-children,
2595 which needs to use nil to default to depth of 1.)
2596 (allout-goto-prefix-doublechecked): Wrap long docstring line.
2597 (allout-chart-to-reveal): Be explicit in docstring about meaning
2598 of nil LEVELS, and drop support for LEVELS value t.
2599 (allout-show-children): Translate the level spec used by this
2600 routine to that used by allout-chart-subtree and
2601 allout-chart-to-reveal.
2602 (allout-show-to-offshoot): Retry once when stuck, after opening
2603 subtree - improvements in discontinuity handling likely will
2604 enable progress.
2605
2606 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * wid-edit.el (widget-button-click-moves-point): New variable.
2609 (widget-button-click): If widget-button-click-moves-point is
2610 non-nil, set point after performing the button action
2611
2612 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2613
2614 2006-09-30 Martin Rudalics <rudalics@gmx.at>
2615
2616 * files.el (find-file-existing): Modify to not allow wildcards.
2617
2618 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2619
2620 * simple.el (undo-more): When undo information for the region is
2621 exhausted, say "No further undo information FOR REGION".
2622
2623 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
2624
2625 * progmodes/sh-script.el (sh-prev-thing):
2626 Take `sh-leading-keywords' into account.
2627
2628 2006-09-29 Glenn Morris <rgm@gnu.org>
2629
2630 * custom.el (defcustom): Doc fix.
2631
2632 * calendar/calendar.el (european-calendar-style):
2633 Call european-calendar or american-calendar as needed when set.
2634 (diary-view-entries, list-calendar-holidays): Move autoloads
2635 before use.
2636
2637 2006-09-29 Juri Linkov <juri@jurta.org>
2638
2639 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2640 to nil if there is no previous property change.
2641
2642 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2643
2644 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2645 saving anything to be sure that `forward-sexp' behaves correctly.
2646
2647 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
2648
2649 * simple.el (line-move-finish): Ignore field boundaries if the
2650 initial and final points have the same `field' property.
2651
2652 2006-09-29 Kim F. Storm <storm@cua.dk>
2653
2654 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2655 to t while calling ido-read-internal.
2656
2657 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
2658
2659 * textmodes/org.el (org-file-remote-p): Get regexp from list.
2660 (org-archive-subtree): Remove erraneous `]' from character list.
2661
2662 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
2663
2664 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2665 (ses-reconstruct-all): Make undo of "insert row" work by keeping
2666 markers for data-area and parameters-area.
2667
2668 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2671
2672 * font-lock.el (font-lock-after-change-function): Refontify next line
2673 as well if end is at BOL.
2674 (font-lock-extend-jit-lock-region-after-change): Be more careful to
2675 only extend the region as much as needed.
2676
2677 2006-09-28 Richard Stallman <rms@gnu.org>
2678
2679 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2680
2681 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2682
2683 * international/mule.el (after-insert-file-set-coding):
2684 If VISIT, don't let set-buffer-multibyte make undo info.
2685
2686 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
2687
2688 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2689 lines in base64-encoded authentication response.
2690
2691 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2692
2693 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2694 (ebnf-version): New version 4.3.
2695 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2696 (ebnf-prologue): Adjust PostScript programming.
2697 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2698 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2699
2700 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * jit-lock.el (jit-lock-force-redisplay): Rename from
2703 jit-lock-fontify-again, and undo the mistaken change I've just done.
2704
2705 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2706 (jit-lock-fontify-again): Don't refontify text that's not displayed.
2707
2708 2006-09-26 Kenichi Handa <handa@m17n.org>
2709
2710 * startup.el (display-splash-screen): Allow a prefix argument.
2711
2712 2006-09-25 Jason Rumney <jasonr@gnu.org>
2713
2714 * subr.el (shell-quote-argument): Use DOS logic for Windows
2715 shells with DOS semantics.
2716
2717 2006-09-24 Richard Stallman <rms@gnu.org>
2718
2719 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2720 (compilation-goto-locus): Use compilation-goto-locus-delete-o
2721 to delete the overlay. Put it on pre-command-hook.
2722
2723 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2724
2725 * startup.el (fancy-splash-screens, normal-splash-screen):
2726 Call the splash buffer *About GNU Emacs*.
2727
2728 * simple.el (next-error-highlight, next-error-highlight-no-select):
2729 Default to 0.5.
2730 (yank-excluded-properties): Add `fontified'.
2731
2732 * font-lock.el (font-lock-compile-keywords): Allow value of
2733 syntax-begin-function to enable paren-column-0 highlighting.
2734
2735 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2736
2737 * dired.el (dired-build-subdir-alist): When file ends in colon,
2738 don't exit the loop, just disregard that file.
2739
2740 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * simple.el (line-move-finish): Handle corner case for fields in
2743 continued lines.
2744 (line-move-1): Remove flawed test for that case.
2745
2746 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2747
2748 * icomplete.el (icomplete-simple-completing-p): Use the correct
2749 name for the new variable, `icomplete-with-completion-tables'.
2750 (file local variables): Remove superfluous setting.
2751
2752 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2753
2754 * calendar/appt.el (appt-check): Fix typo for appointments just
2755 after midnight.
2756
2757 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * help.el (describe-key-briefly, describe-key): Don't expect an
2760 extra up event if a down-event is generated by a popup menu.
2761
2762 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2763
2764 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2765 local dictionary when changing the global dictionary.
2766
2767 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2768
2769 * icomplete.el (icomplete-with-completion-tables): List of
2770 specialized completion tables with which icomplete should
2771 operate. Include the new `internal-complete-buffer', so icomplete
2772 works with interactive buffer-selection.
2773 (icomplete-simple-completing-p): Add acceptance of specialized
2774 completion tables listed in icomplete-with-completion-tables.
2775
2776 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2777
2778 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2779
2780 * startup.el (command-line): Use `custom-reevaluate-setting' for
2781 `focus-follows-mouse'.
2782
2783 2006-09-22 Richard Stallman <rms@gnu.org>
2784
2785 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2786 explain why Save is not available.
2787
2788 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2789
2790 * woman.el (woman0-so): Use `let*', not `let'.
2791 (woman-horizontal-line): Remove unbalanced parenthesis.
2792
2793 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * woman.el: Make sure all the end-of-region markers we use have
2796 a non-nil insertion-type.
2797 (woman0-so): Move things around so we can use copy-marker.
2798 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2799 Adjust marker type.
2800 (woman2-process-escapes): Check marker type.
2801 (woman-horizontal-line): Dispense with the use of a marker.
2802
2803 2006-09-22 Jay Belanger <belanger@truman.edu>
2804
2805 * calc/calc-lang.el: Add Greek letters to math-variable-table
2806 property of tex.
2807
2808 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2811
2812 2006-09-22 Masatake YAMATO <jet@gyve.org>
2813
2814 * add-log.el (add-log-current-defun): Use `forward-sexp'
2815 instead of `forward-word' to pick c++::symbol.
2816 Reported by Herbert Euler <herberteuler@hotmail.com>.
2817
2818 2006-09-22 Kenichi Handa <handa@m17n.org>
2819
2820 * bindings.el: Fix setting self-insert-command for multibyte
2821 characters in global-map.
2822
2823 2006-09-21 David Kastrup <dak@gnu.org>
2824
2825 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2826 doc string.
2827
2828 2006-09-21 Kenichi Handa <handa@m17n.org>
2829
2830 * language/european.el ("Latin-1"): Add windows-1252 to
2831 coding-priority.
2832 ("German"): Likewise.
2833
2834 2006-09-21 Kim F. Storm <storm@cua.dk>
2835
2836 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2837 Suggested by Miles Bader.
2838
2839 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2840 instead of add-to-list in the simple case.
2841
2842 2006-09-20 Kenichi Handa <handa@m17n.org>
2843
2844 * isearch.el (isearch-process-search-char): Cancel the previous change.
2845 (isearch-search-string): New function.
2846 (isearch-search): Use isearch-search-string.
2847 (isearch-lazy-highlight-search): Likewise.
2848
2849 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2850
2851 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2852 string to become an option.
2853
2854 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2857
2858 2006-09-20 Kim F. Storm <storm@cua.dk>
2859
2860 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2861 position t instead of trying both window-end and window-end - 1.
2862
2863 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2864
2865 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2866 hidden trees.
2867
2868 2006-09-20 David Kastrup <dak@gnu.org>
2869
2870 * mouse.el (mouse-posn-property): Improve doc string.
2871 (mouse-on-link-p): Change buffers for function calls on links.
2872
2873 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2874 buffer is read-only.
2875
2876 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2877
2878 * allout.el (allout-unprotected): Let inhibit-read-only only when
2879 buffer-read-only isn't set.
2880 (allout-annotate-hidden): Enable topic annotation during copies even
2881 when the buffer is read-only, eg for topic copies. Ensure that the loop
2882 advances, even when the span extends beyond the deletion region.
2883 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2884 rather than allout-exposure-changed-hook, as a stronger assertion.
2885 (allout-keybindings-list): Add bindings for
2886 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2887 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2888 Copy wrappers for allout-kill-line and allout-kill-topic.
2889 (allout-listify-exposed): Position correctly to accumulate lines.
2890
2891 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * simple.el (line-move-1): Escape field boundaries occurring
2894 exactly at point. Update goal column if constrained to a field.
2895 (line-move-finish): Escape field boundaries occurring exactly at point.
2896
2897 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2900 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2901
2902 2006-09-19 Kim F. Storm <storm@cua.dk>
2903
2904 * help.el (describe-key-briefly, describe-key): Simplify printing
2905 of descriptions by using format and %S. Fix "is undefined"
2906 messages to say "at that spot" for mouse events.
2907
2908 * simple.el (line-move-partial): Optimize. Try window-line-height
2909 before posn-at-point to get vpos of current line.
2910
2911 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2912
2913 * viper.el: Bump up version/date of update to reflect the substantial
2914 changes done in August 2006.
2915
2916 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2917 are defined.
2918
2919 * ediff-util.el (ediff-add-to-history): New function.
2920
2921 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2922
2923 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2924
2925 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2926 Delete duplicate make-local-variable form.
2927 (conf-space-keywords): Add autoload cookie.
2928 Fix typo (`keywords', not `keyword').
2929
2930 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2931
2932 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2933 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2934 to x-gtk-use-old-file-dialog
2935
2936 2006-09-18 Richard Stallman <rms@gnu.org>
2937
2938 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2939 that might come in during mouse tracking.
2940
2941 2006-09-18 Kim F. Storm <storm@cua.dk>
2942
2943 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2944 new window-line-height function. Further optimize by not calling
2945 pos-visible-in-window-p for window-end when window-line-height
2946 returns useful information.
2947
2948 2006-09-16 Richard Stallman <rms@gnu.org>
2949
2950 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2951 (conf-space-mode): Don't handle prefix arg.
2952 Delete conf-space-keywords-override code.
2953 Use add-hook.
2954 (conf-space-keywords): New command.
2955 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2956 Delete conf-space-keywords-override code.
2957 (conf-space-keywords-alist): Doc fix.
2958 (conf-space-font-lock-keywords): Doc fix.
2959 (conf-space-keywords-override): Var deleted.
2960
2961 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * startup.el (fancy-splash-screens): Don't switch to the scratch
2964 buffer; it may not be the next buffer.
2965
2966 2006-09-16 Romain Francoise <romain@orebokech.com>
2967
2968 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2969 in both messages.
2970
2971 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2972
2973 * progmodes/python.el (python-preoutput-filter):
2974 Fix arg order to string-match.
2975
2976 2006-09-16 Richard Stallman <rms@gnu.org>
2977
2978 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2979 font-lock-compile-keywords.
2980
2981 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2982 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2983
2984 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2985
2986 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2987
2988 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2989 and the data doesn't look like UTF8, send STRING instead.
2990
2991 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
2992
2993 * textmodes/flyspell.el (flyspell-check-region-doublons):
2994 New function to detect duplicated words.
2995 (flyspell-large-region): Use it.
2996
2997 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3000
3001 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3002
3003 * help.el (describe-prefix-bindings): Use let, not let*.
3004
3005 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3006
3007 * allout.el (allout-regexp, allout-line-boundary-regexp)
3008 (allout-bob-regexp): Correct grouping and boundaries to fix
3009 backwards traversal.
3010 (allout-depth-specific-regexp, allout-depth-one-regexp):
3011 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3012 worse time in allout-ascend.
3013 (allout-doublecheck-at-and-shallower): Identify depth threshold
3014 below which topics are checked for and disqualified by containment
3015 discontinuities.
3016 (allout-hotspot-key-handler): Correctly handle multiple-key
3017 strokes. Remove some unused variables.
3018 (allout-mode-leaders): Clarify that mode-specific comment-start
3019 will be used.
3020 (set-allout-regexp): Correctly regexp-quote allout regexps to
3021 properly accept alternative header-leads and primary bullets with
3022 regexp-specific characters (eg, C "/*", mathematica "(*").
3023 Include new regular expressions among those configured.
3024 (allout-infer-header-lead-and-primary-bullet):
3025 Rename allout-infer-header-lead.
3026 (allout-recent-depth): Manifest as a variable as well as a function.
3027 (allout-prefix-data): Simplify into an inline instead of a macro,
3028 assuming current match data rather than being explicitly passed
3029 it. Establish allout-recent-depth value as well as
3030 allout-recent-prefix-beginning and allout-recent-prefix-end.
3031 (allout-aberrant-container-p): True when an item's immediate
3032 offspring discontinuously contained. Useful for disqualifying
3033 unintended topic prefixes, likely at low depths.
3034 (allout-goto-prefix-doublechecked): Elaborate version of
3035 allout-goto-prefix which disqualifies aberrant pseudo-items.
3036 (allout-pre-next-prefix): Layer on top of lower-level routines, to
3037 get disqualification of aberrant containers.
3038 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3039 containers.
3040 (allout-beginning-of-current-entry): Position at start of buffer
3041 when in container (depth 0) entry.
3042 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3043 (allout-current-bullet): Strip text properties.
3044 (allout-get-prefix-bullet): Use right match groups.
3045 (allout-beginning-of-line, allout-next-heading):
3046 Disqualify aberrant containers.
3047 (allout-previous-heading): Disqualify aberrant containers, and
3048 change to regular (rather than inline) function, to allow
3049 self-recursion.
3050 (allout-get-invisibility-overlay): Increment so progress is made
3051 when the first overlay is not the sought one.
3052 (allout-end-of-prefix): Disqualify aberrant containers.
3053 (allout-end-of-line): Cycle something like allout-beginning-of-line.
3054 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3055 outline.el outlines) functional again. Change the primary bullet
3056 along with the header-lead - level 1 new-style bullets now work.
3057 Engage allout-before-change-handler in mainline Emacs, not just
3058 XEmacs, to do undo handling.
3059 (allout-before-change-handler): Expose undo changes occurring in
3060 hidden regions. Use allout-get-invisibility-overlay instead of
3061 reimplementing it inline.
3062 (allout-chart-subtree): Use start rather than end of prefix in
3063 charts. Use allout-recent-depth variable.
3064 (allout-chart-siblings): Disqualify aberrant topics.
3065 (allout-beginning-of-current-entry): Position correctly.
3066 (allout-ascend): Use new allout-depth-specific-regexp and
3067 allout-depth-one-regexp for linear instead of O(N^2) or worse
3068 behavior.
3069 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3070 reimplementing an algorithm.
3071 (allout-up-current-level): Depend on allout-ascend, rather than
3072 reimplementing an algorithm. Return to start-point if we fail.
3073 (allout-descend-to-depth): Use allout-recent-depth variable
3074 instead of function.
3075 (allout-next-sibling): On traversal of numerous intervening
3076 topics, resort to economical allout-next-sibling-leap.
3077 (allout-next-sibling-leap): Specialized version of
3078 allout-next-sibling that uses allout-ascend cleverly, to depend on
3079 a regexp search to leap large numbers of contained topics, rather
3080 than arbitrarily many one-by-one traversals.
3081 (allout-next-visible-heading): Disqualify aberrant topics.
3082 (allout-previous-visible-heading): Position consistently when
3083 interactive.
3084 (allout-forward-current-level): Base on allout-previous-sibling
3085 rather than (differently) reimplmenting the algorithm. Remove some
3086 unused variables.
3087 (allout-solicit-alternate-bullet): Present default choice stripped
3088 of text properties.
3089 (allout-rebullet-heading): Use bullet stripped of text properties.
3090 Register changes using allout-exposure-change-hook.
3091 Disregard aberrant topics.
3092 (allout-shift-in): With universal-argument, make topic a peer of
3093 it's former offspring. Simplify the code by separating out
3094 allout-shift-out functionality.
3095 (allout-shift-out): With universal-argument, make offspring peers
3096 of their former container, and its siblings. Implement the
3097 functionality here, rather than inappropriately muddling the
3098 implementation of allout-shift-in.
3099 (allout-rebullet-topic): Respect additional argument for new
3100 parent-child separation function.
3101 (allout-yank-processing): Use allout-ascend directly.
3102 (allout-show-entry): Disqualify aberrant topics.
3103 (allout-show-children): Handle discontinuous children gracefully,
3104 extending the depth being revealed to expose them and posting a
3105 message indicating the situation.
3106 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3107 Leave cursor in correct position.
3108 (allout-hide-current-subtree): Use allout-ascend directly.
3109 Disqualify aberrant topics.
3110 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3111 a way that the yanks can restore it, as used to happen.
3112 (allout-yank-processing): Restore exposure layout as recorded by
3113 allout-kill-*, as used to happen.
3114 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3115 for preseving and restoring exposure layout across kills.
3116 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3117 (allout-encrypt-string): Strip text properties.
3118 Rearranged order and outline-headings for some of the
3119 miscellaneous functions.
3120 (allout-resolve-xref): No need to quote the error name in the
3121 condition-case handler section.
3122 (allout-flatten): Classic recursive (and recursively intensive,
3123 without tail-recursion) list-flattener, needed by allout-shift-out
3124 when confronted with discontinuous children.
3125
3126 2006-09-16 Jason Rumney <jasonr@gnu.org>
3127
3128 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3129 on ms-windows.
3130 (dnd-open-unc-file): Remove.
3131 (dnd-open-local-file): Mention in doc string that it also handles
3132 remote files if the system natively supports unc file-names.
3133
3134 2006-09-15 Kim F. Storm <storm@cua.dk>
3135
3136 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3137 all necessary information about the event before erasing *Help*.
3138
3139 * simple.el (line-move-partial): Use window-line-visiblity to
3140 quickly check whether last line is partially visible, and only do
3141 the hard (and slow) part in that case.
3142
3143 2006-09-15 Jay Belanger <belanger@truman.edu>
3144
3145 * COPYING: Replace "Library Public License" by "Lesser Public
3146 License" throughout.
3147
3148 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3149
3150 * term/x-win.el (x-menu-bar-open): New function for F10.
3151
3152 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3155 Disallow filenames containing " -" to avoid confusion with libtool
3156 compilation messages. Suggested by Stefan Monnier.
3157
3158 2006-09-15 David Kastrup <dak@gnu.org>
3159
3160 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3161 instead of buffer position for `mouse-on-link-p'.
3162
3163 * mouse.el (mouse-posn-property): New function looking up the
3164 properties at a click position in overlays and text properties in
3165 either buffer or strings.
3166 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3167 of both `follow-link' as well as `mouse-face' properties.
3168 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3169 buffer position.
3170
3171 * help.el (describe-key-briefly): When reading a down-event on
3172 mode lines or scroll bar, swallow the following up event, too.
3173 Use the new mouse sensitity of `key-binding' for lookup.
3174 (describe-key): The same here.
3175
3176 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * play/life.el (life-patterns): Add a few more interesting patterns.
3179 (life-setup): Force `show-trailing-whitespace' to nil.
3180
3181 2006-09-14 Richard Stallman <rms@gnu.org>
3182
3183 * startup.el (fancy-splash-text): Change text to improve alignment.
3184 (fancy-splash-screens): Don't set non-standard tab width.
3185 Bind cursor-type temporarily, and make it easy to patch to
3186 preserve the splash buffer.
3187 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3188 (fancy-splash-screens): Display echo-area message explicitly.
3189 Don't set fancy-splash-help-echo.
3190
3191 * simple.el (line-number-mode): Group mode-line instead of
3192 editing-basics.
3193 (column-number-mode, size-indication-mode): Likewise.
3194
3195 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3196
3197 * time.el (display-time): Group mode-line instead of modeline.
3198
3199 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3200
3201 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * startup.el (fancy-splash-text): Move editing instructions to
3204 fancy-splash-head.
3205 (fancy-splash-head): Issue editing instructions.
3206 (fancy-splash-screens): Fixup whitespace.
3207
3208 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * bindings.el (mode-line-buffer-identification-keymap):
3211 Remove duplicate line.
3212
3213 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3214
3215 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3216 ignore lists.
3217
3218 2006-09-14 Kim F. Storm <storm@cua.dk>
3219
3220 * jit-lock.el (jit-lock-fontify-again): New function.
3221 (jit-lock-fontify-now): Use it instead of lambda form.
3222
3223 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3224
3225 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3226 (flyspell-auto-correct-word): Make ispell-filter local to these
3227 functions. Check that ispell-filter has new stuff before calling
3228 ispell-parse-output.
3229
3230 2006-09-13 Kim F. Storm <storm@cua.dk>
3231
3232 * simple.el (line-move-partial): Optimize.
3233
3234 2006-09-13 Richard Stallman <rms@gnu.org>
3235
3236 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3237 Delete spurious backquote.
3238
3239 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3240
3241 * net/rcirc.el (rcirc-print): Fix last change.
3242
3243 2006-09-12 Jay Belanger <belanger@truman.edu>
3244
3245 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3246
3247 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3248
3249 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3250 rcirc-show-maximum-output.
3251 (rcirc-mode): Remove window-scroll-function hook.
3252 (rcirc-scroll-to-bottom): Remove function.
3253 (rcirc-print): Recenter so point stays at the bottom of the window
3254 if point was already there.
3255
3256 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3257
3258 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3259 not to "t".
3260 * progmodes/compile.el (compilation-start): Likewise.
3261 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3262 Don't use expand-file-name on invocation-directory, since this
3263 might mishandle special characters in invocation-directory.
3264
3265 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * pcvs-defs.el: Remove * in defcustom's docstrings.
3268
3269 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/compile.el (compilation-directory-properties):
3272 Doc fix for help-echo.
3273
3274 2006-09-12 Lars Hansen <larsh@soem.dk>
3275
3276 * desktop.el (desktop-read): Add comment.
3277
3278 2006-09-12 Kim F. Storm <storm@cua.dk>
3279
3280 * simple.el (next-error-highlight, next-error-highlight-no-select):
3281 Fix spelling error.
3282
3283 * subr.el (sit-for): Rework to use input-pending-p and cond.
3284 Return nil input is pending on entry also for SECONDS <= 0.
3285 (while-no-input): Use input-pending-p instead of sit-for.
3286
3287 2006-09-11 Richard Stallman <rms@gnu.org>
3288
3289 * simple.el (next-error-highlight, next-error-highlight-no-select):
3290 Fix custom type and doc strings.
3291
3292 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3295 (diff-apply-hunk): Use it to ask for confirmation.
3296
3297 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3298
3299 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3300
3301 2006-09-11 David Kastrup <dak@gnu.org>
3302
3303 * help.el (string-key-binding, describe-key-briefly)
3304 (describe-key): Remove `string-key-binding' and its callers since
3305 `key-binding' already caters for the proper lookup now.
3306
3307 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3310 (cfengine-mode): Use it. Fix \ syntax to be like /.
3311
3312 * bindings.el (mode-line-buffer-identification-keymap):
3313 Move initialization into declaration.
3314
3315 2006-09-10 Kim F. Storm <storm@cua.dk>
3316
3317 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3318 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3319 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3320 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3321
3322 2006-09-10 Richard Stallman <rms@gnu.org>
3323
3324 * dired-aux.el: Handle errors in recursive copy usefully.
3325 (dired-create-files-failures): New variable.
3326 (dired-copy-file): Remove condition-case.
3327 (dired-copy-file-recursive): Check for errors on all file
3328 operations, and add them to dired-create-files-failures.
3329 Check file file-date-erorr here too.
3330 (dired-create-files): Check dired-create-files-failures
3331 and report those errors too.
3332
3333 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3334
3335 * subr.el (add-to-list): New argument COMPARE-FN.
3336
3337 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3338
3339 * filecache.el (file-cache-add-directory)
3340 (file-cache-add-directory-list, file-cache-add-file)
3341 (file-cache-add-directory-using-find)
3342 (file-cache-add-directory-using-locate)
3343 (file-cache-add-directory-recursively): Add autoloads.
3344
3345 2006-09-09 Richard Stallman <rms@gnu.org>
3346
3347 * textmodes/conf-mode.el (conf-space-mode):
3348 Use hack-local-variables-hook instead of calling hack-local-variables.
3349 (conf-space-keywords-override): New variable.
3350 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3351 (conf-space-mode): Always make conf-space-keywords and
3352 conf-space-keywords-override local.
3353 Call conf-space-mode-internal directly as well as via hook.
3354
3355 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3356
3357 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3358 quasi-keywords.
3359
3360 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3363 (python-send-string): Be slightly more careful about adding \n.
3364
3365 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3366 kill it right away anyway.
3367
3368 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3369
3370 * international/codepage.el (cp850-decode-table): Fix a few codes.
3371 (cp858-decode-table): New variable.
3372
3373 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3374
3375 * net/ldap.el (ldap-search-internal): Doc fix.
3376
3377 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3378
3379 * play/life.el (life-display-generation): Test for input manually if
3380 `sleeptime' is negative or null.
3381
3382 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3383 (print-region-1): Substitute `%s' with the page title.
3384
3385 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3386
3387 * locate.el (locate-current-search): New variable.
3388 (locate): Set buffer local value. Use current buffer if it is
3389 in Locate mode.
3390 (locate-mode): Disable undo here.
3391 (locate-do-setup): Use locate-current-filter from buffer to be killed.
3392 (locate-update): Use locate-current-search and locate-current-filter.
3393
3394 2006-09-08 David Kastrup <dak@gnu.org>
3395
3396 * desktop.el (desktop-read): When loading a desktop, disable
3397 saving it while the load progresses, and switch off a pending lazy
3398 load by calling `desktop-lazy-abort'.
3399
3400 2006-08-27 Martin Rudalics <rudalics@gmx.at>
3401
3402 * window.el (mouse-autoselect-window-timer)
3403 (mouse-autoselect-window-position)
3404 (mouse-autoselect-window-window)
3405 (mouse-autoselect-window-now): New vars.
3406 (mouse-autoselect-window-cancel)
3407 (mouse-autoselect-window-select)
3408 (mouse-autoselect-window-start): New functions.
3409 (handle-select-window): Call `mouse-autoselect-window-start' when
3410 delayed window autoselection is enabled.
3411
3412 * cus-start.el (mouse-autoselect-window): Handle delayed window
3413 autoselection.
3414
3415 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
3416 commands after which it is allowed to print in the echo area.
3417
3418 2006-09-08 Richard Stallman <rms@gnu.org>
3419
3420 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
3421
3422 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
3423 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
3424
3425 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
3426 (cancel-timer-internal): Add doc string.
3427 (cancel-function-timers): Doc fix.
3428 (with-timeout-handler, timer-event-last*): Add doc strings.
3429
3430 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
3431
3432 * files.el (risky-local-variable-p): Match ...-bindat-spec.
3433
3434 * dired.el (dired-log-summary): Add doc string.
3435
3436 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
3437 (custom-group-menu-create): Not here.
3438
3439 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
3440
3441 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
3442
3443 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3444
3445 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
3446 (mac-apple-event-map): Define its handler.
3447
3448 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3449
3450 * net/ldap.el (ldap-search-internal): Handle `auth' key.
3451
3452 2006-09-07 Magnus Henoch <mange@freemail.hu>
3453
3454 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
3455 clause.
3456
3457 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3458
3459 * info.el (Info-index): Bind completion-ignore-case.
3460
3461 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
3464 previous commit.
3465 (inferior-prolog-guess-flavor): New fun left out of previous commit.
3466 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
3467 burp in dedicated windows.
3468 (inferior-prolog-self-insert-command): New command.
3469 (inferior-prolog-mode-map): Use it.
3470
3471 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
3472
3473 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
3474
3475 * international/code-pages.el: Add cp858.
3476
3477 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3478
3479 * dnd.el: Fix bootstrapping.
3480
3481 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3482
3483 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
3484 (dnd-open-remote-url): New function.
3485 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
3486 not windows-nt.
3487
3488 2006-09-07 Jason Rumney <jasonr@gnu.org>
3489
3490 * dnd.el (dnd-open-remote-file-function): New variable.
3491 (dnd-open-unc-file): New function.
3492 (dnd-open-file): Call dnd-open-remote-file-function if set.
3493
3494 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3495
3496 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
3497 pgg-passphrase-coding-system rather than locale-coding-system.
3498 * pgg-def.el (pgg-passphrase-coding-system): New user option.
3499
3500 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * progmodes/prolog.el: Remove * in docstrings.
3503 (prolog-program-name): Add SWI prolog.
3504 (prolog-mode-menu): New menu.
3505 (prolog-mode): Set comment-add.
3506 (prolog-indent-line): Simplify. Use indent-line-to.
3507 (inferior-prolog-buffer): New var.
3508 (inferior-prolog-run, inferior-prolog-process): New funs.
3509 (run-prolog, switch-to-prolog): Rewrite, using them.
3510 (prolog-consult-region): Use inferior-prolog-buffer.
3511 (inferior-prolog-load-file): New function.
3512 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
3513
3514 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
3515 last word, if it's not the end of the paragraph.
3516
3517 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
3518 file name.
3519
3520 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
3521
3522 * frame.el (display-mm-dimensions-alist): New defcustom.
3523 (display-mm-height, display-mm-width): Use it.
3524
3525 2006-09-06 Simon Josefsson <jas@extundo.com>
3526
3527 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
3528
3529 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
3530
3531 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3532 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
3533 string values.
3534
3535 2006-09-06 Kim F. Storm <storm@cua.dk>
3536
3537 * simple.el (line-move-partial): New function to do vscrolling for
3538 partially visible images / tall lines. Rewrite based on code
3539 previously in line-move. Simplify backwards vscrolling.
3540 (line-move): Use it. Simplify.
3541
3542 2006-09-05 Kim F. Storm <storm@cua.dk>
3543
3544 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
3545
3546 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3549 Process the `gcc-include' after the `gnu' rule.
3550
3551 2006-09-05 Kim F. Storm <storm@cua.dk>
3552
3553 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
3554
3555 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3556
3557 * pgg.el (pgg-clear-string): Alias to clear-string for backward
3558 compatibility.
3559
3560 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
3561 inhibit-redisplay; encode passphrase with locale-coding-system.
3562
3563 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
3566
3567 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
3568
3569 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
3570 (gdb-var-list-children-regexp): Make type field optional.
3571
3572 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
3573 e.g public, protected in C++.
3574
3575 2006-09-04 John Paul Wallington <jpw@pobox.com>
3576
3577 * simple.el (completion-show-help): New defcustom.
3578 (completion-setup-function): Heed it.
3579
3580 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
3583
3584 2006-09-04 Richard Stallman <rms@gnu.org>
3585
3586 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
3587 (rsf-min-region-to-spam-list): Doc fix.
3588 (rsf-add-content-type-field): Doc fix.
3589
3590 * simple.el (kill-region): Explicitly test there is a region.
3591
3592 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
3595 sendmail in several common directories.
3596
3597 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
3598
3599 * paths.el (sendmail-program): Removed.
3600
3601 2006-09-04 Daiki Ueno <ueno@unixuser.org>
3602
3603 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
3604 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
3605 http://article.gmane.org/gmane.emacs.gnus.general/50457
3606
3607 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
3610 mark after running the menu filter.
3611
3612 2006-09-03 Juri Linkov <juri@jurta.org>
3613
3614 * international/quail.el (quail-defrule-internal): Add a check
3615 if a key is a vector.
3616
3617 2006-09-02 Juri Linkov <juri@jurta.org>
3618
3619 * man.el (Man-topic-history): New variable.
3620 (man): Use it.
3621
3622 * woman.el (woman-topic-history): Change defvar to defvaralias
3623 for symbol `Man-topic-history'.
3624
3625 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3626 `comint-last-output-start' is a marker by using `markerp' and
3627 check if it has a position by using `marker-position', and use
3628 this position for `goto-char'.
3629
3630 * international/quail.el (quail-defrule-internal): Add missing
3631 `error' call for null key.
3632
3633 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
3634
3635 * rcirc.el (rcirc-keywords): New variable.
3636 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3637 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3638 variables.
3639 (rcirc-responses-no-activity): New function.
3640 (rcirc-handler-generic): Check for responses in above.
3641 (rcirc-process-command): Add ?: character to arguments of raw
3642 server commands.
3643 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3644 `rcirc-dim-nicks'.
3645 (rcirc-gray-toggle): Remove unused variable.
3646 (rcirc-print): Remove some tracking logic, which is moved into
3647 markup functions.
3648 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3649 types.
3650 (rcirc-activity-string): Look for 'keyword in activity-types.
3651 (rcirc-window-configuration-change): Don't erase overlay-arrow
3652 unnecessarily.
3653 (rcirc-add-or-remove): New function.
3654 (rcirc-cmd-ignore): Use it.
3655 (rcirc-message-leader): Remove unused function.
3656 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3657 (rcirc-add-face): New function.
3658 (rcirc-facify): Use rcirc-add-face.
3659 (rcirc-url-regexp): Add parens.
3660 (rcirc-map-regexp): Remove function.
3661 (rcirc-mangle-regexp): Remove function.
3662 (rcirc-markup-text-functions): New variable.
3663 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3664 (rcirc-markup-body-text, rcirc-markup-attributes)
3665 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3666 (rcirc-markup-bright-nicks): New markup handler functions.
3667 (rcirc-nick-in-message-full-line): New face.
3668 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3669 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3670
3671 2006-09-02 Martin Rudalics <rudalics@gmx.at>
3672
3673 * cus-start.el (hscroll-margin, hscroll-step)
3674 (mode-line-in-non-selected-windows, mouse-autoselect-window)
3675 (x-use-underline-position-properties): Change version to "22.1"
3676 since they will appear there for the first time.
3677
3678 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3679
3680 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3681
3682 2006-08-31 Richard Stallman <rms@gnu.org>
3683
3684 * cus-edit.el (custom-save-variables): Slight cleanup.
3685 (Custom-no-edit): Renamed from custom-no-edit.
3686 (Custom-newline): Renamed from custom-newline.
3687 (custom-mode-map): Use new names.
3688
3689 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3690 about customization, rather than M-x customize, in the doc string
3691 made for the defcustom.
3692
3693 * emacs-lisp/trace.el (trace-function-background): Doc fix.
3694
3695 2006-08-31 Romain Francoise <romain@orebokech.com>
3696
3697 * dired-x.el (dired-guess-shell-alist-default): Update.
3698
3699 2006-08-31 Michael Mauger <mmaug@yahoo.com>
3700
3701 * custom.el (custom-theme-set-variables): Autoload packages before
3702 sorting the variables.
3703
3704 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
3705
3706 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3707 chars if XEmacs.
3708 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3709
3710 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * progmodes/python.el (python-eldoc-function): Re-enable quit while
3713 waiting for process.
3714
3715 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3716
3717 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3718 results in ASCII-only string, encode original one directly.
3719
3720 2006-08-29 Romain Francoise <romain@orebokech.com>
3721
3722 * startup.el (normal-splash-screen, fancy-splash-screens):
3723 Make buffer read-only and arrange to enter view mode if necessary.
3724
3725 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * hl-line.el (hl-line): New face.
3728 (hl-line-face): Use it.
3729
3730 * image-mode.el (image-mode): Fix last fix.
3731 Suggested by Kim F. Storm.
3732
3733 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3734
3735 Sync with Tramp 2.0.54.
3736
3737 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3738 of `=', because `tramp-get-remote-gid' might not always return an
3739 integer when expected.
3740 (tramp-register-file-name-handlers): `partial-completion-mode' is
3741 unknown to XEmacs.
3742 (tramp-time-diff): Don't use `floor', it might fail for large
3743 differences.
3744 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3745 `tramp-auto-save-directory' if unset in order to guarantee unique
3746 auto-save file names.
3747
3748 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * image-mode.el (image-mode): Display image as text on a terminal.
3751
3752 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * progmodes/python.el (python-send-command): Simplify.
3755 (run-python): Don't generate a new buffer unless `new' was specified.
3756 Make sure we send `import emacs' to the proper process.
3757
3758 * progmodes/python.el (python-send-command): Don't wait for the command
3759 to terminate. Don't fiddle with compilation-parsing-end.
3760
3761 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3764 Insert commentary after first line summary.
3765
3766 * woman.el (woman-follow): New function, based on `man-follow'.
3767 (woman-mode-map): Use it.
3768
3769 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3770 since ibuffer-do-sort-by-recency does not define a sorter.
3771
3772 2006-08-28 Kim F. Storm <storm@cua.dk>
3773
3774 * find-dired.el (find-dired): Use shell-quote-argument to properly
3775 escape ( and ) args. Also use it on {} and ; args in default
3776 value of find-ls-option string.
3777 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3778
3779 2006-08-27 Michael Olson <mwolson@gnu.org>
3780
3781 * emacs-lisp/tq.el: Small grammar fix in comments.
3782 (tq-enqueue): Check for existence of queue rather than the
3783 head queue item's question, which was a no-op.
3784 (tq-filter, tq-process-buffer): Make sure the process buffer
3785 exists before making it the current buffer.
3786
3787 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3788
3789 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3790 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3791 (special-event-map): Apply 2006-08-16 change for x-win.el.
3792
3793 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * progmodes/python.el (python-send-receive): Wait in the
3796 process's buffer so as to check the right buffer-local variables.
3797
3798 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3801 (defgroup checkdoc): Move to beginning.
3802
3803 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3804 (python-preoutput-continuation): Remove.
3805 (python-preoutput-filter): Simplify correspondingly.
3806 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3807 Loop around to catch embedded _emacs_out output.
3808 (run-python): Send the import&print command on a single line.
3809 (python-send-command): Send command&print on a single line.
3810 (python-send-string): Only add double \n if needed.
3811 (python-send-receive): Loop until the result comes.
3812 (python-mode-running): Defvar it.
3813 (python-setup-brm): Remove unused var `menu'.
3814 Only bind py-mode-map and `features' around brm-init.
3815 (python-calculate-indentation): Remove unused var `point'.
3816 (python-beginning-of-defun): Remove unused var `def-line'.
3817
3818 2006-08-25 Richard Stallman <rms@gnu.org>
3819
3820 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3821
3822 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3823
3824 * viper.el (viper-set-hooks): Use frame bindings for
3825 viper-vi-state-cursor-color.
3826 (viper-non-hook-settings): Don't set default
3827 mode-line-buffer-identification.
3828
3829 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3830 (viper-set-cursor-color-according-to-state)
3831 (viper-get-saved-cursor-color-in-replace-mode)
3832 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3833 viper-emacs-state-cursor-color.
3834
3835 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3836 (viper-undo): Use point if undo-beg-posn is nil.
3837 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3838 (viper-after-change-undo-hook): Don't use
3839 viper-emacs-state-cursor-color by default.
3840 (viper-undo): More sensible positioning after undo.
3841
3842 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3843 (viper-emacs-state-cursor-color): Default to nil, since this feature
3844 doesn't work well yet.
3845
3846 * ediff-mult.el (ediff-intersect-directories)
3847 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3848 always expand filenames.
3849
3850 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * tumme.el: Remove * in defcustoms's docstrings.
3853
3854 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3857 Accept internal time format for SECS arg.
3858 (timer-relative-time): Doc fix.
3859
3860 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3861 adapted from Martin Rudalics.
3862 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3863 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3864 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3865 using sit-for.
3866
3867 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3868
3869 * cus-start.el (all): Add `overline-margin' and
3870 `x-underline-at-descent-line'.
3871
3872 2006-08-24 Kim F. Storm <storm@cua.dk>
3873
3874 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3875 to mean "use find -exec"; nil now unambiguously means auto-detect.
3876 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3877 Use shell-quote-argument to build grep-find-command and
3878 grep-find-template.
3879 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3880 Reported by Tom Seddon.
3881
3882 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * startup.el (fancy-splash-head): Give instructions for dismissing
3885 the splash screen for default startup too.
3886 (display-startup-echo-area-message, fancy-splash-screens)
3887 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3888 all splash text at once and keep the splash buffer around.
3889 (command-line-1): Give display-startup-echo-area-message a t arg.
3890
3891 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3892
3893 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3894 gnus frame is selected.
3895
3896 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3897
3898 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3899
3900 2006-08-22 Kim F. Storm <storm@cua.dk>
3901
3902 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3903 Add suffix matching for subdirs.
3904
3905 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3906
3907 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3908 mouse-yank-at-point is non-nil.
3909
3910 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3911
3912 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3913 a bit wider and remove fringes to fit initial output on line.
3914
3915 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * frame.el (blink-cursor-end): Only ignore the error we care about.
3918 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3919
3920 2006-08-21 Richard Stallman <rms@gnu.org>
3921
3922 * whitespace.el (whitespace-cleanup): Doc fix.
3923
3924 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3925
3926 * net/rcirc.el (rcirc-show-maximum-output): New var.
3927 (rcirc-buffer-process): If no buffer argument is supplied, use
3928 current-buffer.
3929 (rcirc-complete-nick): Complete to the last completed nick first.
3930 (rcirc-mode): Preserve the value of `rcirc-urls' across
3931 connections. Setup scroll function.
3932 (rcirc-scroll-to-bottom): New function.
3933 (rcirc-print): Use nick syntax around regexp work.
3934 Notice dim-nicks speaking only if they say our nick.
3935 (rcirc-update-activity-string): Do not show the modeline indicator
3936 if there are no live rcirc processes.
3937 (rcirc-cmd-ignore): Ignore case.
3938 (rcirc-browse-url-at-point): Fix off-by-one error.
3939
3940 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * progmodes/python.el: Remove * in defcustom docstrings.
3943 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3944 (python-mode): Set tab-width and indent-tabs-mode.
3945
3946 2006-08-20 Dave Love <fx@gnu.org>
3947
3948 * progmodes/python.el: Update to Dave Love's latest version.
3949 (python-font-lock-keywords, python-mode): Don't use
3950 font-lock-syntax-table, but match symbol elements explicitly instead.
3951 (python-mode-map): Add help, and a few more key bindings.
3952 (python-skip-comments/blanks): Move out of comments as well.
3953 (python-continuation-line-p): Behave better with unbalanced parens.
3954 (python-blank-line-p): New fun.
3955 (python-open-block-statement-p): Don't use a heuristic.
3956 (python-outdent-p): Better handle blocks-in-the-same-line.
3957 (python-calculate-indentation): Misc improvements.
3958 (python-comment-indent): Remove.
3959 (python-block-pairs): New var.
3960 (python-first-word): New fun.
3961 (python-indentation-levels): Handle more common cases.
3962 (python-indent-line-1): Add `leave' argument.
3963 (python-indent-region): New fun.
3964 (python-skip-out): New fun.
3965 (python-beginning-of-statement, python-end-of-statement): Use it.
3966 (python-next-statement): Return correct count even at eob.
3967 (python-end-of-block): Fix paren-typo.
3968 (python-imenu-create-index): Add module variables.
3969 (run-python): Add `new' arg.
3970 Check we're at a prompt before returning.
3971 (python-send-command): Move to end of buffer.
3972 Wait for prompt to return.
3973 (python-set-proc): New fun.
3974 (python-imports): New var.
3975 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3976 (python-eldoc-function): Try to move out of arg list.
3977 (python-outline-level): Offset by 1.
3978 (python-find-imports): New fun.
3979 (python-symbol-completions): Use python-imports.
3980 (python-module-path, ffap-alist): Add support for ffap.
3981 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3982 (python-insert-*, python-default-template, python-expand-template):
3983 Add templates/skeletons.
3984 (python-setup-brm): Support for Bicycle Repair Man.
3985 (python-abbrev-syntax-table): New var.
3986 (python-abbrev-pc-hook, python-pea-hook): New funs.
3987
3988 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * frame.el (blink-cursor-start): Set timer first.
3991 (blink-cursor-end): Ignore timer cancelling errors.
3992 Suggested by Ken Manheimer.
3993
3994 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3997 Add autoload cookie.
3998
3999 2006-08-20 Richard Stallman <rms@gnu.org>
4000
4001 * simple.el (line-number-at-pos): Doc fix.
4002
4003 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4004 timer-activate-when-idle, so timer can run before Emacs becomes
4005 non-idle again.
4006
4007 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4008
4009 * whitespace.el (whitespace-cleanup-internal): New optional arg
4010 REGION-ONLY. If it's non-nil, modify the message to the user
4011 accordingly.
4012 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4013 a non-nil argument.
4014
4015 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
4016
4017 * rect.el (spaces-string): Simplify and add doc string.
4018
4019 2006-08-17 Romain Francoise <romain@orebokech.com>
4020
4021 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4022
4023 2006-08-17 Richard Stallman <rms@gnu.org>
4024
4025 * compare-w.el (compare-windows): lambda's take an arg and pass
4026 it to compare-windows-skip-whitespace.
4027
4028 2006-08-17 Martin Rudalics <rudalics@gmx.at>
4029
4030 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4031 the right buffer.
4032
4033 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4036 removed files.
4037
4038 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
4039
4040 * progmodes/gdb-ui.el (gdb-locals-watch-map)
4041 (gdb-locals-watch-map-1): Suppress keymap first.
4042 (gdb-edit-locals-map-1): New variable.
4043 (gdb-edit-locals-value): New function.
4044 (gdb-stack-list-locals-handler): Use them.
4045
4046 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4049 cursor would normally be drawn in the fringe.
4050
4051 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4052 Reported by Martin Rudalics <rudalics@gmx.at>.
4053
4054 2006-08-16 Richard Stallman <rms@gnu.org>
4055
4056 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4057 (special-event-map): Process drag-n-drop events this way.
4058
4059 * simple.el (move-beginning-of-line): Test whether fields
4060 would prevent motion back to line's first visible character.
4061 If so, stop where the fields would stop the motion.
4062
4063 * newcomment.el (comment-indent): Fully update INDENT
4064 before checking to see if it will change the text.
4065
4066 * cus-edit.el (custom-newline): New function.
4067 (custom-mode-map): Bind newline to custom-newline.
4068
4069 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4070 into ignore-whitespace.
4071 Check each buffer for its skip-function.
4072 Handle compare-windows-skip-whitespace special-case test
4073 by returning t from default skip function.
4074
4075 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4076
4077 * textmodes/org.el (org-clock-special-range)
4078 (org-clock-update-time-maybe): New functions.
4079 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4080 not only a-z.
4081 (org-agenda-get-blocks): Allow multiple blocks per headline.
4082 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4083 (org-export-html-title-format)
4084 (org-export-html-toplevel-hlevel): New options.
4085 (org-export-language-setup): Add support for Czech.
4086 (org-mode, org-insert-todo-heading, org-find-visible)
4087 (org-find-invisible, org-invisible-p, org-invisible-p2)
4088 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4089 (org-show-subtree, org-show-entry, org-make-options-regexp):
4090 Remove compatibility support for old outline-mode.
4091 (org-check-occur-regexp): Funtion removed.
4092 (org-on-heading-p, org-back-to-heading): Made defalias.
4093 (org-set-local): New defsubst.
4094 (org-set-regexps-and-options, org-mode)
4095 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4096 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4097 (org-remember-apply-template, org-table-edit-field)
4098 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4099 (org-set-autofill-regexps): Use `org-set-local'.
4100 (org-table-eval-formula): Fix bug with parsing of display flags.
4101
4102 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4103
4104 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4105 frame with fringe arrow. Suggested by Simon Marshall
4106 <simon.marshall@misys.com>.
4107 (gdb-stack-position): New variable.
4108 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4109 (gdb-frames-mode): Set gdb-stack-position to nil.
4110 Add to overlay-arrow-variable-list
4111 (gdb-reset): Delete gdb-stack-position from above list.
4112
4113 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4114
4115 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4116 read only.
4117
4118 2006-08-13 Romain Francoise <romain@orebokech.com>
4119
4120 * cus-theme.el (customize-create-theme)
4121 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4122
4123 * filesets.el (filesets-add-buffer): Ditto.
4124
4125 * pcvs.el (cvs-change-cvsroot): Ditto.
4126
4127 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4128
4129 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4130 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4131 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4132 expressions.
4133 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4134 Only search till end of line.
4135 Add face to function names in case of no filename.
4136 Add face to variable names of watchpoints.
4137
4138 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4139
4140 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4141 customization group.
4142
4143 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4144
4145 * allout.el (allout-prior-bindings, allout-added-bindings):
4146 Remove, after long deprecation.
4147 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4148 Add customization vars controlling allout-beginning-of-line and
4149 allout-end-of-line conveniences.
4150 (allout-header-prefix, allout-use-mode-specific-leader)
4151 (allout-use-mode-specific-leader, allout-mode-leaders):
4152 Revise docstrings.
4153 (allout-infer-header-lead): Change to be an alias for
4154 allout-infer-header-lead-and-primary-bullet.
4155 (allout-infer-header-lead-and-primary-bullet): New version of
4156 allout-infer-header-lead which assigns the primary bullet to the
4157 same as the header lead, when its being changed.
4158 (allout-infer-body-reindent): Apply regexp-quote instead of
4159 unconditionally prepending "\\", so that all literal
4160 allout-header-prefix and allout-primary-bullet strings are
4161 properly handled.
4162 (allout-add-resumptions): Add optional qualifier for extending or
4163 appending to existing values, rather than replacing them.
4164 (allout-view-change-hook): Clarify docstring.
4165 (allout-exposure-change-hook): Take explicit arguments, via
4166 run-hook-with-args.
4167 (allout-structure-added-hook)
4168 (allout-structure-deleted-hook)
4169 (allout-structure-shifted-hook): New hooks analogous to
4170 allout-exposure-change-hook for other kinds of structural outline
4171 edits.
4172 (allout-encryption-plaintext-sanitization-regexps): New encryption
4173 customization variable, by which cooperating modes can provde
4174 massage of the plaintext without actually being passed it.
4175 (allout-encryption-ciphertext-rejection-regexps)
4176 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4177 customization variables, by which cooperating modes can prohibit
4178 rare but possible ciphertext patterns from fouling their
4179 operation, with actually being passed the ciphertext.
4180 (allout-mode): Run activation and deactivation hooks after the
4181 minor-mode variable has been toggled, to clarify the mode
4182 disposition. The new encryption ciphertext rejection variable is
4183 used to ensure that the ciphertext does not contain text that
4184 would be recognized as outline structural elements by allout.
4185 Substite allout-beginning-of-line and allout-end-of-line for
4186 conventionall beginning-of-line and end-of-line bindings.
4187 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4188 activation!
4189 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4190 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4191 (allout-chart-subtree): Implement new mode, charting only the
4192 visible items in the subtree, when new 'visible' parameter is non-nil.
4193 (allout-end-of-subtree): Properly handle the last item in the buffer.
4194 (allout-pre-command-business, allout-command-counter):
4195 Increment an advertised counter so that cooperating enhancements can
4196 track revisions of items.
4197 (allout-open-topic): Run allout-structure-added-hook with suitable
4198 arguments.
4199 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4200 arguments.
4201 (allout-shift-out): Fix doubling for negative args and ensure call
4202 of allout-structure-shifted-hook by solely using allout-shift-in.
4203 (allout-kill-line, allout-kill-topic):
4204 Run allout-structure-deleted-hook with suitable arguments.
4205 (allout-yank-processing): Run allout-structure-added-hook with
4206 proper arguments.
4207 (allout-yank): Enclose activity in allout-unprotected.
4208 (allout-flag-region): Run allout-exposure-change-hook with
4209 suitable arguments, instead of making the callee infer the arguments.
4210 (allout-encrypt-string):
4211 Support allout-encryption-plaintext-sanitization-regexps,
4212 allout-encryption-ciphertext-rejection-regexps, and
4213 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4214 en/de cryption mode in symmetric encryption failure message.
4215 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4216 copy of the passphrase, and don't zero it or we'll corrupt the
4217 stashed copy.
4218 (allout-create-encryption-passphrase-verifier)
4219 (allout-verify-passphrase): Respect the new signature for
4220 allout-encrypt-string.
4221 (allout-get-configvar-values): Convenience for getting a
4222 configuration variable value and handling its absence gracefully.
4223
4224 2006-08-11 Romain Francoise <romain@orebokech.com>
4225
4226 * obsolete/zone-mode.el: Delete.
4227
4228 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4229
4230 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4231
4232 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4233
4234 * emacs-lisp/bindat.el (bindat-ip-to-string):
4235 Use `format-network-address' if possible.
4236
4237 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4238
4239 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4240
4241 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4244 restore unread-command-events here.
4245 (edebug-display): Do it here, to detect sit-for interruptions.
4246
4247 2006-08-10 Romain Francoise <romain@orebokech.com>
4248
4249 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4250 (dns-mode-soa-auto-increment-serial): New user option.
4251 (dns-mode-soa-maybe-increment-serial): New function.
4252 (dns-mode): Add the latter to `write-contents-functions'.
4253
4254 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4255 Delete autoload cookies.
4256
4257 2006-08-10 John Wiegley <johnw@newartisans.com>
4258
4259 * eshell/em-glob.el (eshell-glob-chars-list)
4260 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4261
4262 2006-08-10 Richard Stallman <rms@gnu.org>
4263
4264 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4265 (facemenu-set-face): Doc fix.
4266 (facemenu-listed-faces): Doc fix.
4267
4268 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * avoid.el (mouse-avoidance-animating-pointer): New var.
4271 (mouse-avoidance-nudge-mouse): Use it.
4272 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4273 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4274 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4275 Don't activate if currently animating. All callers changed.
4276
4277 2006-08-09 John Wiegley <johnw@newartisans.com>
4278
4279 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4280 variable, which causes timeclock to report elapsed time worked,
4281 instead of just work remaining.
4282
4283 2006-08-09 Kenichi Handa <handa@m17n.org>
4284
4285 * international/latexenc.el (latexenc-find-file-coding-system):
4286 Fix for the case that the 2nd element of arg-list is a cons.
4287
4288 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * info.el (Info-fontify-node): Handle preceding `in' for note
4291 reference hiding rules.
4292
4293 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4296 mistake a closing " for an opening one.
4297
4298 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4301
4302 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * complete.el (PC-do-completion): Filter out completions matching
4305 completion-ignored-extensions before checking whether there are
4306 multiple completions.
4307 Don't use `list' unnecessarily when building completion tables.
4308
4309 2006-08-06 Richard Stallman <rms@gnu.org>
4310
4311 * help.el (describe-mode): Make minor mode list more concise.
4312
4313 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * bindings.el: Give mode-line-format, mode-line-modes, and
4316 mode-line-position `standard-value' properties.
4317
4318 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4319
4320 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4321 "(file)node" instead of the file name.
4322
4323 2006-08-05 Richard Stallman <rms@gnu.org>
4324
4325 * faces.el (escape-glyph): Doc fix.
4326
4327 2006-08-04 Kenichi Handa <handa@m17n.org>
4328
4329 * international/mule-diag.el (describe-font): Improve docstring
4330 and error message. Use frame-parameter (not frame-parameters).
4331
4332 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4335 Correctly mark the end-of-docstring char.
4336
4337 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * simple.el (line-move-to-column): Constrain move-to-column to
4340 current field.
4341
4342 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * font-lock.el (font-lock-beg, font-lock-end)
4345 (font-lock-extend-region-functions): New vars.
4346 (font-lock-extend-region-multiline)
4347 (font-lock-extend-region-wholelines): New functions.
4348 (font-lock-default-fontify-region): Use them.
4349 (font-lock-extend-jit-lock-region-after-change): Only round up
4350 if font-lock-default-fontify-region will do it as well.
4351
4352 * font-lock.el (font-lock-extend-after-change-region-function):
4353 Rename from font-lock-extend-region-function.
4354 (font-lock-extend-region): Remove by inlining at call sites.
4355 (font-lock-after-change-function): Don't needlessly round up to a whole
4356 number of lines.
4357 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4358 the boundary conditions and the interactions between the various ways
4359 to extend the region.
4360
4361 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4364 modification status when forcing the second redisplay.
4365
4366 2006-08-03 Kim F. Storm <storm@cua.dk>
4367
4368 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4369
4370 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4373 doesn't look like a file name.
4374
4375 * complete.el (PC-expand-many-files): Avoid signalling an error when
4376 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4377
4378 2006-08-02 Andreas Schwab <schwab@suse.de>
4379
4380 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4381
4382 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4383
4384 * bindings.el (map): Make mode-line-buffer-identification-keymap
4385 before defining propertized-buffer-identification.
4386
4387 2006-08-01 Richard Stallman <rms@gnu.org>
4388
4389 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
4390
4391 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4392
4393 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4394 default value.
4395 (gdb-find-source-frame): New function.
4396 (menu): Add to menu bar.
4397
4398 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * font-core.el (font-lock-extend-region-function)
4401 (font-lock-extend-region): Move to font-lock.el.
4402
4403 * font-lock.el (font-lock-extend-region-function)
4404 (font-lock-extend-region): Move from font-core.el. Simplify.
4405
4406 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
4407 if needed.
4408 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
4409 (jit-lock-after-change-extend-region-functions): New hook.
4410 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
4411
4412 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
4413 (font-lock-turn-on-thing-lock): Use it.
4414
4415 * longlines.el (longlines-show-region): Make it work on read-only
4416 buffers as well.
4417
4418 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
4419
4420 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
4421
4422 2006-07-31 Richard Stallman <rms@gnu.org>
4423
4424 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
4425 (vhdl-speedbar-display-projects): Update old obsolete
4426 speedbar variable names.
4427
4428 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4429
4430 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
4431 (gdb-stopped): Use it.
4432
4433 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
4434
4435 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
4438 for load-history elements.
4439
4440 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4441
4442 * files.el (convert-standard-filename): For Cygwin, replace
4443 characters not allowed in Windows file names.
4444 (make-auto-save-file-name): Add Cygwin to the list of systems
4445 where the auto-save file name needs to be run through
4446 convert-standard-filename.
4447
4448 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
4449
4450 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
4451
4452 2006-07-28 Richard Stallman <rms@gnu.org>
4453
4454 * bindings.el (mode-line-frame-identification)
4455 (propertized-buffer-identification): Centralize the code
4456 to initialize the variable.
4457
4458 * progmodes/grep.el (grep-default-command): Catch errors from
4459 wildcard-to-regexp.
4460
4461 2006-07-29 Kim F. Storm <storm@cua.dk>
4462
4463 * progmodes/grep.el (grep-tag-default): New function.
4464 (grep-default-command, grep-read-regexp): Use it.
4465 (grep-read-files): Use car of grep-files-history or grep-files-aliases
4466 as default if nothing else applies.
4467
4468 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
4469
4470 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4471 Throw error if buffer is not in Dired and Wdired mode, respectively.
4472
4473 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
4476 self-insert-command keys don't activate buttons.
4477 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
4478
4479 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
4480
4481 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
4482 faces for enable character.
4483
4484 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4485
4486 * Makefile.in (recompile): Update comment to reflect change
4487 on 2004-04-21.
4488
4489 2006-07-27 Richard Stallman <rms@gnu.org>
4490
4491 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
4492 (customize-package-emacs-version): Change msg when pkg has no entry.
4493 (custom-no-edit): On a button, do like widget-button-press.
4494
4495 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4496
4497 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
4498 S-tab and C-S-tab.
4499
4500 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
4501
4502 * progmodes/which-func.el (which-function): Fix documentation/
4503 comment typo.
4504
4505 2006-07-26 Richard Stallman <rms@gnu.org>
4506
4507 * textmodes/ispell.el (ispell-word): If we replace the word,
4508 move point to the end. Insert before deleting.
4509
4510 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4511
4512 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
4513 a timer.
4514
4515 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
4516
4517 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4518 when at first image.
4519 (tumme-forward-image): Add prefix argument. Add error when at last
4520 image.
4521
4522 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * tabify.el (tabify-regexp): Use more specific regexps.
4525 (tabify): Avoid modifying the buffer unnecessarily.
4526
4527 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
4528
4529 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
4530 (tumme-format-properties-string): Handle empty `buf'.
4531 (tumme-get-comment): Change variable names inside `let'.
4532 Add missing `let' variable that cause font-lock problems.
4533 (tumme-write-comments): Change variable names inside `let'.
4534 Add missing `let' variable that cause font-lock problems.
4535 (tumme-forward-image): Rename from `tumme-forward-char'.
4536 (tumme-backward-image): Rename from `tumme-backward-char'.
4537
4538 2006-07-25 Masatake YAMATO <jet@gyve.org>
4539
4540 * progmodes/ld-script.el (ld-script-keywords)
4541 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
4542 and add comments.
4543
4544 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4547 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
4548 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
4549 for status indicator.
4550
4551 2006-07-24 Richard Stallman <rms@gnu.org>
4552
4553 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
4554
4555 * subr.el (dolist, dotimes): Use interned symbols for locals.
4556 (--dotimes-limit--, --dolist-tail--): New defvars.
4557 (looking-back): Doc fix.
4558
4559 * replace.el (replace-match-string-symbols): Handle dotted lists.
4560
4561 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4562
4563 * tumme.el (tumme-write-tags): Add.
4564 (tumme-write-comments): Add.
4565 (tumme-tag-files): Change to use `tumme-write-tags'.
4566 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
4567 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
4568 (tumme-save-information-from-widgets): Change to use
4569 `tumme-write-comments' and `tumme-write-tags'.
4570 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
4571 (tumme-write-tag): Remove.
4572 (tumme-write-comment): Remove.
4573 (tumme-display-previous-thumbnail-original): Remove empty line.
4574 (tumme-widget-list): Add punctuation.
4575
4576 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
4577
4578 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
4579
4580 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4581
4582 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4583 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
4584 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
4585
4586 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4587
4588 * mouse.el (mouse-on-link-p): Doc fix.
4589
4590 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
4591
4592 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4593 Handle "C-h f `".
4594
4595 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4596
4597 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
4598 column.
4599
4600 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
4601
4602 * textmodes/table.el: Add move-beginning-of-line and
4603 move-end-of-line to Point Motion Only Group.
4604
4605 2006-07-22 Eric Hanchrow <offby1@blarg.net>
4606
4607 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
4608
4609 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4610
4611 * startup.el (user-mail-address): Initialize from the `EMAIL'
4612 environment variable first. Document this.
4613 (command-line): Ditto.
4614
4615 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * help-mode.el (help-function-def, help-variable-def)
4618 (help-face-def): Print a message in the minibuffer.
4619
4620 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4621
4622 * term/xterm.el (terminal-init-xterm): Fix key bindings
4623 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4624
4625 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4626
4627 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4628 where `(nth 1 command)' is a cons cell. Doc fix.
4629
4630 * textmodes/po.el (po-find-charset): Doc fix.
4631
4632 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
4633
4634 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4635 (allout-beginning-of-current-line, allout-end-of-current-line)
4636 (allout-next-visible-heading, allout-open-topic)
4637 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4638 (allout-flag-current-subtree, allout-show-to-offshoot)
4639 (allout-hide-current-entry, allout-show-current-branches)
4640 (allout-hide-region-body, allout-old-expose-topic)
4641 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4642 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4643 containing `beginning-of-line' and `end-of-line' with
4644 `inhibit-field-text-motion' t.
4645
4646 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4647
4648 * frame.el (focus-follows-mouse): Document that it doesn't have
4649 any effect on MS-Windows.
4650
4651 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4654
4655 2006-07-20 Jay Belanger <belanger@truman.edu>
4656
4657 * calc.el (calc-previous-alg-entry): Remove variable.
4658
4659 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4660 New variables.
4661 (calc-alg-entry): Use `calc-alg-entry-history'.
4662 (calc-do-quick-calc): Use `calc-quick-calc-history'.
4663 Remove reference to `calc-previous-alg-entry'.
4664 (calcAlg-edit, calcAlg-enter): Remove reference to
4665 `calc-previous-alg-entry'.
4666 (calcAlg-previous): Use `previous-history-element' instead of
4667 `calc-previous-alg-entry'.
4668 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4669 Change keybinding for `calcAlg-plus-minus', add keybindings for
4670 `previous-history-element' and `next-history-element'.
4671
4672 * calc-rewr.el (calc-match): Remove reference to
4673 `calc-previous-alg-entry'.
4674
4675 * calc-sel.el (calc-selection-history): New variable.
4676 (calc-enter-selection, calc-sel-mult-both-sides)
4677 (calc-sel-add-both-sides): Use `calc-selection-history'.
4678
4679 * calc-map.el (calc-get-operator-history): New variable.
4680 (calc-get-operator): Use `calc-get-operator-history'.
4681
4682 * calcalg3.el (calc-curve-fit-history): New variable.
4683 (calc-curve-fit): Use `calc-curve-fit-history'.
4684
4685 2006-07-20 Kenichi Handa <handa@m17n.org>
4686
4687 * international/mule-cmds.el (select-safe-coding-system): Fix the
4688 way of deciding eol-type of the coding system.
4689
4690 2006-07-20 Alan Mackenzie <acm@muc.de>
4691
4692 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4693 (c-lang-setvar): New macro.
4694 (c-make-init-lang-vars-fun): Use the initialization forms in
4695 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4696 (comment-start, comment-end, comment-start-skip): Change these from
4697 c-lang-defvar's to c-lang-setvar's.
4698
4699 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4700 which calls make-local-variable on the elements of
4701 c-emacs-variable-inits.
4702 (c-init-language-vars-for): Call this new macro.
4703
4704 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4707 Try to rule out false positives due to time stamps.
4708 (compilation-mode-font-lock-keywords): Remove rules made redundant
4709 because of the above change. Add `segmentation fault' to the known and
4710 highlighted compilation termination messages.
4711
4712 2006-07-19 Kim F. Storm <storm@cua.dk>
4713
4714 * progmodes/grep.el (grep-find-ignored-directories):
4715 Add .svn and _darcs to list.
4716
4717 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
4718
4719 * dired.el (dired-mode-map): Add key binding `C-te' for
4720 `tumme-dired-edit-comment-and-tags'.
4721
4722 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4723 image display buffer is displayed before call to
4724 `tumme-display-image.
4725 (tumme-dired-display-image): Make sure image display buffer is
4726 displayed before call to `tumme-display-image.
4727 (tumme-mouse-display-image): Make sure image display buffer is
4728 displayed before call to `tumme-display-image.
4729 (tumme-widget-list): Add.
4730 (tumme-dired-edit-comment-and-tags): Add.
4731 (tumme-save-information-from-widgets): Add.
4732
4733 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4736
4737 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4740 Revert inadvertently installed patch hunk.
4741
4742 * progmodes/compile.el (compilation-find-file): Handle the
4743 cases where the user selects a non-existent file.
4744
4745 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4748
4749 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * subr.el (sit-for): Just sleep-for if noninteractive.
4752
4753 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4756
4757 * custom.el (custom-autoload): Add `noset' argument.
4758 (custom-push-theme): Don't autoload the variable, let callers do it.
4759 (custom-theme-set-variables): Autoload the variable if necessary.
4760
4761 * cus-edit.el (custom-variable-state-set): If the variable was
4762 originally set outside custom, but to the same value as the default,
4763 consider it to be standard.
4764
4765 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4766 file *before* telling Emacs to add the autoloads, in case it fails.
4767
4768 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4769 Use `cond', push', and `dolist'.
4770
4771 2006-07-17 Richard Stallman <rms@gnu.org>
4772
4773 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4774 Add defvars to silence warnings.
4775
4776 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4779 Don't highlight "Compiling file" messages as error.
4780
4781 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4782 file already exists.
4783
4784 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4785
4786 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4787 entry, don't assign to free var; simply return the extracted filename.
4788 (ff-treat-as-special): Incorporate common preamble from callers.
4789 (ff-other-file-name, ff-find-the-other-file):
4790 Update call to ff-treat-as-special.
4791
4792 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4793
4794 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4795
4796 * tumme.el (tumme-get-comment): Fix bug.
4797
4798 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * files.el: Remove spurious * in docstrings.
4801
4802 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4803
4804 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4805 grammar.
4806 (allout-beginning-of-current-line): Beware beginning of buffer.
4807 Also, a comment is simplified.
4808 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4809 when appropriate. (This fix enables use for other than
4810 bullet-hotspot operation.)
4811 (allout-hide-current-subtree): While escalating to sibling-close,
4812 make sure to situate on a topic.
4813
4814 2006-07-14 Kim F. Storm <storm@cua.dk>
4815
4816 * emulation/cua-base.el (cua-delete-selection)
4817 (cua-toggle-set-mark): New defcustoms.
4818 (cua-rectangle-modifier-key): Add `alt' modifier.
4819 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4820 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4821 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4822
4823 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4824
4825 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4826
4827 * allout.el: Require 'cl during byte-compilation/interactive load,
4828 for the `assert' macro.
4829 (allout-mode-deactivate-hook): New hook, run when allout mode
4830 deactivates.
4831 (allout-developer): New allout customization subgroup.
4832 (allout-run-unit-tests-on-load): New allout-developer
4833 customization variable, when true allout unit tests are run towards
4834 end of file load/eval.
4835 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4836 auto-fill-mode.
4837 (allout-resumptions): Remove, to be replaced by...
4838 (allout-add-resumptions): Register variable settings to be
4839 reinstated by `allout-do-resumptions'. The settings are made
4840 buffer-local, but the locality/globality of the suspended setting
4841 is restored on resumption.
4842 (allout-do-resumptions): Reinstate all settings suspended using
4843 `allout-add-resumptions'.
4844 (allout-test-resumptions): Unit tests (and intermediate variables)
4845 for resumptions.
4846 (allout-tests-globally-unbound, allout-tests-globally-true)
4847 (allout-tests-locally-true): Intermediate variables for
4848 resumptions unit tests.
4849 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4850 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4851 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4852 instead of retired `allout-resumptions'. For hook functions, use
4853 `local' parameter so hook settings are created and removed as
4854 buffer-local settings. Revise (resumptions) setting
4855 auto-fill-function so it is set only if already active. (The
4856 related fill-function settings are all made in either case, so
4857 that activating auto-fill-mode activity will have the custom
4858 allout-mode behaviors (hanging indent on topics, if configured for it).
4859 Remove all allout-exposure-category overlays on mode deactivation.
4860 (allout-hotspot-key-handler): New function extracted from
4861 `allout-pre-command-business', so the functionality can be used
4862 for other purposes, eg as a binding in an overlay.
4863 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4864 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4865 customization variable.
4866 (allout-run-unit-tests): Run the (currently quite small)
4867 repertoire of unit tests. Called just before the provide iff user
4868 has customized `allout-run-unit-tests-on-load' non-nil.
4869
4870 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4871
4872 * emacs-lisp/authors.el (authors-aliases): Update.
4873
4874 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4877 gdb-source-window. Add dedicated argument.
4878 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4879 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4880 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4881 (gdb-display-locals-buffer): Use it.
4882
4883 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4884 Set gdb-source-window.
4885
4886 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4889 minor modes, redundant with the custom-autoload line above.
4890
4891 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4892
4893 * longlines.el (longlines-post-command-function): Handle open-line too.
4894
4895 2006-07-12 Richard Stallman <rms@gnu.org>
4896
4897 * progmodes/grep.el (grep-last-buffer): Doc fix.
4898
4899 * info.el (Info-try-follow-nearest-node): Doc fix.
4900
4901 * emacs-lisp/edebug.el (edebug-instrument-function):
4902 Err if find-function-noselect gives no position.
4903
4904 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4905 If can't find definition, return nil for position.
4906 (find-function-do-it): Handle new return value
4907 of find-definition-noselect.
4908 (find-definition-noselect, find-variable-noselect): Doc fix.
4909 (find-function-noselect): Doc fix.
4910
4911 * help-mode.el (help-variable-def): Handle find-variable-noselect
4912 returning no position.
4913 (help-function-def): Likewise for find-function-search-for-symbol.
4914 (help-face-def): Likewise.
4915
4916 * help-fns.el (describe-variable): Handle find-variable-noselect
4917 returning no position.
4918
4919 * files.el (locate-file-completion): Avoid duplicates in result.
4920
4921 * cus-edit.el (custom-no-edit): New command.
4922 (custom-mode-map): Remap to custom-no-edit instead of
4923 using suppress-keymap.
4924
4925 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4926
4927 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4928 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4929 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4930
4931 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4932
4933 2006-07-11 Kim F. Storm <storm@cua.dk>
4934
4935 * ido.el (ido-copy-current-file-name): Use buffer-name if
4936 buffer-file-name is nil.
4937
4938 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * simple.el (undo-ask-before-discard): Set to nil.
4941
4942 * vc.el (vc-exec-after): Don't delete process manually.
4943 (vc-print-log): Run log-view-mode in process sentinel inside
4944 inhibit-read-only. Don't shrink window due to timing issues.
4945
4946 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4947 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4948
4949 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4952 Fix ambiguity introduced by last change.
4953 (compilation-find-file): Move save-excursion to where it may
4954 make sense. Fix a left over `find-file'.
4955
4956 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4957
4958 * textmodes/texinfmt.el (texinfo-format-separate-node):
4959 Insert a string before point, which fits documentation, not after.
4960 (texinfo-multitable-item): In a multitable row, insert any
4961 additional needed @tabs and spaces.
4962
4963 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4964
4965 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4966 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4967 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4968 instead of shell-command.
4969 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4970 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4971 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4972 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4973 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4974 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4975
4976 2006-07-11 Kim F. Storm <storm@cua.dk>
4977
4978 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
4979 Remove special case for seconds < 0. Use (redisplay t) instead.
4980
4981 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4982
4983 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4984 avoid compilation error.
4985
4986 * subr.el (sit-for): New function.
4987
4988 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4989
4990 2006-07-10 Richard Stallman <rms@gnu.org>
4991
4992 * ldefs-boot.el (edebug): Update page.
4993
4994 2006-07-10 Kim F. Storm <storm@cua.dk>
4995
4996 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4997 to FOR-RELEASE and TODO.
4998
4999 2006-07-10 Romain Francoise <romain@orebokech.com>
5000
5001 * emacs-lisp/authors.el (authors-aliases): Update.
5002
5003 2006-07-10 Alan Mackenzie <acm@muc.de>
5004
5005 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5006 * cc-mode.el: Changes to eradicate eval-after-load.
5007
5008 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5011 on non-char events.
5012
5013 2006-07-09 Romain Francoise <romain@orebokech.com>
5014
5015 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5016 Don't highlight start/end markers as compilation messages.
5017
5018 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5019 to t.
5020
5021 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5024
5025 2006-07-08 Richard Stallman <rms@gnu.org>
5026
5027 * term/x-win.el (x-handle-display): Add doc string.
5028
5029 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5030
5031 * subr.el (def-edebug-spec): Move here.
5032 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5033
5034 * imenu.el (imenu-choose-buffer-index): Doc fix.
5035
5036 2006-07-08 Romain Francoise <romain@orebokech.com>
5037
5038 * term/x-win.el (x-display-name): Fix typo.
5039
5040 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5041
5042 * hexl.el (hexl-find-file): Doc fix.
5043
5044 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5045
5046 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * term/x-win.el (x-display-name): Doc fix.
5049
5050 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5053 long prefixes.
5054 (fill-region-as-paragraph): Don't round up to a whole line.
5055 (fill-comment-paragraph): Don't include the code-before-the-comment
5056 when calling fill-region-as-paragraph.
5057
5058 * international/mule.el (make-char): Remove redundancy.
5059
5060 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5061 property may contain an anonymous function rather than a symbol.
5062
5063 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5064
5065 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5066 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5067
5068 * dirtrack.el (dirtrack-default-directory-function): Remove.
5069 (dirtrack-directory-function): Use file-name-as-directory.
5070 (dirtrack-windows-directory-function): Simplify.
5071 (dirtrack-forward-slash, dirtrack-backward-slash)
5072 (dirtrack-replace-slash): Remove.
5073 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5074 (dirtrack): Fix wrong parenthesizing; use match-string.
5075
5076 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5077 (inferior-octave-mode): Only change the buffer-local value of
5078 comint-dynamic-complete-functions.
5079 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5080 Move the initialization to the declaration.
5081 (inferior-octave-complete): Remove unused var `filter'.
5082
5083 * shell.el (shell-mode): Only change the buffer-local value of
5084 comint-dynamic-complete-functions.
5085
5086 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5087
5088 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5089 entry is skipped because it has been scheduled.
5090 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5091 changing `:org-archived' and `:org-comment' properties.
5092
5093 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * server.el (server-select-display): Don't make the temp frame
5096 minibuffer-only, in case it's not a temp frame.
5097 (server-process-filter): Don't delete the temp frame if it's the
5098 only one we have on that display.
5099
5100 * files.el (find-alternate-file): Doc fix.
5101
5102 2006-07-05 Richard Stallman <rms@gnu.org>
5103
5104 * files.el (abbreviate-file-name): Add save-match-data.
5105
5106 2006-07-03 Richard Stallman <rms@gnu.org>
5107
5108 * faces.el (read-face-name): Doc fix.
5109
5110 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5113
5114 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5115
5116 * vc.el (vc-diff-internal): Fix prev change.
5117
5118 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5119
5120 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5121 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5122
5123 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5126 fails if the symbol contains chars like ( or '.
5127 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5128 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5129 `short'.
5130
5131 2006-07-04 Kenichi Handa <handa@m17n.org>
5132
5133 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5134 the current one, don't call set-language-environment, but call one
5135 of set-language-environment-XXX to make INFO effective now.
5136 (set-language-environment): Call set-language-environment-XXX
5137 functions instead of doing the various setups directly.
5138 (set-language-environment-coding-systems): Delete argument eol-type.
5139 (set-language-environment-input-method)
5140 (set-language-environment-nonascii-translation)
5141 (set-language-environment-charset)
5142 (set-language-environment-fontset)
5143 (set-language-environment-unibyte): New functions.
5144
5145 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5146
5147 * locate.el (locate-update-when-revert): New option.
5148 (locate-update-path): New option (suggested by Michael Albinus).
5149 (locate-prompt-for-command): Whitespace change.
5150 (locate-update): No longer offer to update the locate database by
5151 default. Implement the two new options.
5152
5153 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5154
5155 * tooltip.el: Move comment about track-mouse...
5156
5157 * progmodes/gud.el: ...to here.
5158
5159 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * facemenu.el (facemenu-listed-faces): New var.
5162 (facemenu-unlisted-faces): Variable deleted.
5163 (facemenu-add-new-face): Use facemenu-listed-faces.
5164
5165 * emulation/viper-init.el, calendar/calendar.el:
5166 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5167
5168 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5169
5170 * textmodes/org.el (org-mode): Remove no invalid settings for
5171 calc embedded mode.
5172 (org-mode-p): New defsubst.
5173 (org-save-all-org-buffers): New function.
5174 (org-first-headline-recenter): Enclose outline-regexp in group
5175 delimiters.
5176 (org-set-tags): Keep single space after stars.
5177
5178 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * window.el (set-window-text-height): Only set window-min-height to
5181 1 if that's the requested size.
5182
5183 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5184 (diff-unified->context, diff-context->unified)
5185 (diff-reverse-direction): Make sure the end marker stays at the end.
5186 (diff-mode): Add the keymap table at the end of docstring.
5187 Use lexical-let rather than constructing a closure manually.
5188
5189 * files.el (find-file-noselect-1): Remove unused var assignment.
5190 (hack-local-variables-confirm): Print lists of strings as lists of
5191 strings rather than lists of symbols.
5192 (abbreviate-file-name, hack-local-variables-prop-line):
5193 Use match-string.
5194 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5195 (recover-session-finish): Use line-end-position.
5196
5197 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5198
5199 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5200
5201 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5202
5203 * progmodes/make-mode.el (makefile-macroassign-regex):
5204 Accept preceding keyword.
5205 (makefile-gmake-statements): Reorganize, now that makepp has
5206 "override" and also handle forgotten "override define".
5207 (makefile-makepp-statements): Add new "global", "override export"
5208 and "override global".
5209
5210 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5213 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5214 (ada-no-auto-case): Fix typos in docstrings.
5215
5216 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * info.el (Info-find-node-2): Search for makeinfo version more
5219 carefully.
5220
5221 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5222
5223 * textmodes/org.el (org-prepare-agenda-buffers):
5224 Use `invisible-OK' argument for `org-end-of-subtree'.
5225 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5226 (org-beginning-of-item): Fix bug in regular expression for white line.
5227 (org-export-as-html): Enforce space after bullet in plain list items.
5228 (org-set-autofill-regexps): Require space after plain list bullet
5229 for paragraph-start.
5230 (org-ts-regexp3): New constant.
5231 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5232 (org-timestamp-up-day, org-timestamp-down-day)
5233 (org-timestamp-change): Work with inactive timestamps.
5234 (org-ts-regexp1): Don't allow brackets in time stamps.
5235
5236 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5239 for ignoring links.
5240
5241 * faces.el (read-face-name): Use it.
5242
5243 2006-06-28 Juri Linkov <juri@jurta.org>
5244
5245 * buff-menu.el (list-buffers-noselect): Compare Info file
5246 with the string "dir" to detect Info directory.
5247
5248 * complete.el (partial-completion-mode): In lambda for
5249 `choose-completion-string-functions' use full function signature
5250 with 4 args, and move point to the end of the minibuffer only if arg
5251 `mini-p' is non-nil.
5252
5253 2006-06-28 John Paul Wallington <jpw@pobox.com>
5254
5255 * ibuffer.el (ibuffer-mode): Doc fix.
5256
5257 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5258
5259 * textmodes/org.el (org-context): New contexts :item-bullet,
5260 :latex-fragment, :latex-preview.
5261 (org-overlays-at, org-overlay-start, org-overlay-end):
5262 New compatibility functions.
5263 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5264 exact regexp that will be used during export.
5265 (org-latex-regexps): New variable.
5266 (org-cdlatex-mode): Improve advice for `texmathp'.
5267 (turn-on-org-cdlatex): New function.
5268
5269 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5270
5271 * term/mac-win.el (mac-handle-font-selection): Change keys of
5272 mac-atsu-font-table from strings to numbers.
5273 (mac-ts-caret-position): Use also when cursor-type is nil.
5274 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5275 Relax condition for using overlay strings.
5276 Use mac-ts-caret-position face when cursor-type is nil.
5277
5278 2006-06-26 Kim F. Storm <storm@cua.dk>
5279
5280 * help.el (view-emacs-news): Declare `res' in the right let* form.
5281
5282 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5283
5284 * net/rcompile.el (remote-compile): Replace ange-ftp based
5285 implementation by Tramp functions.
5286 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5287
5288 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5289
5290 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5291
5292 * international/fontset.el (setup-default-fontset): Fix a typo in
5293 the "Oriya-Akruti" registry name.
5294
5295 2006-06-23 Lars Hansen <larsh@soem.dk>
5296
5297 * desktop.el (desktop-full-file-name): New function.
5298 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5299 (desktop-revert): Use it.
5300 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5301 (desktop-after-read-hook): Add option list-buffers.
5302 (desktop-locals-to-save): Add tab-width.
5303 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5304 Fix docstring.
5305
5306 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5307
5308 * textmodes/org.el (org-cdlatex-mode-map)
5309 (org-cdlatex-texmathp-advice-is-done): New variables.
5310 (org-cdlatex-mode): New minor mode.
5311 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5312 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5313 (org-export-with-archived-trees): New option.
5314 (org-open-file): Remove the call to `convert-standard-filename'.
5315 (org-archive-tag, org-agenda-skip-archived-trees)
5316 (org-cycle-open-archived-trees)
5317 (org-sparse-tree-open-archived-trees): New options.
5318 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5319 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5320 New functions.
5321 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5322 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5323 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5324 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5325 Call `org-prepare-agenda-buffers'.
5326 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5327 (org-file-apps, org-file-apps-defaults-gnu)
5328 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5329 Handle remote files by forcing them to be opened in Emacs.
5330
5331 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5332
5333 * vc.el (vc-diff-knows-L): New variable.
5334 (vc-diff-internal): Use it to handle "diff" programs that don't
5335 understand -L. This works automatically, no user action is necessary.
5336
5337 2006-06-23 Daniel Brockman <daniel@brockman.se>
5338
5339 * net/rcirc.el (rcirc-default-user-full-name): Default to
5340 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5341 longer exists).
5342 (rcirc-process-list): Check `buffer-live-p' before attempting to
5343 switch to a buffer.
5344
5345 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5346
5347 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5348 based on rcirc-coding-system-alist.
5349
5350 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5351
5352 * cus-edit.el (customize-apropos): A better error message.
5353 (top level) <debug-ignored-errors>: Extend and update the list of
5354 ignored error messages.
5355
5356 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5357
5358 * complete.el (PC-do-completion): Retain capitalization of user
5359 input, when possible, even if completion-ignore-case is set.
5360
5361 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5362
5363 * generic-x.el (bat-generic-mode): Support .cmd files.
5364
5365 * dos-w32.el (top level): Use find-file-not-found-functions
5366 instead of the obsolete find-file-not-found-hooks.
5367
5368 2006-06-22 Kim F. Storm <storm@cua.dk>
5369
5370 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5371 to recognize mode name containing submodes, such as Grep/lw.
5372
5373 2006-06-21 Kim F. Storm <storm@cua.dk>
5374
5375 * simple.el (line-move-1): Check for move-end-of-line instead of
5376 end-of-line when setting temporary-goal-column.
5377
5378 2006-06-21 Miles Bader <miles@gnu.org>
5379
5380 * play/cookie1.el (cookie): Work properly when there's only one entry.
5381
5382 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5385 (gdb-frame-handler): Generalize frame regexp for templates.
5386
5387 2006-06-20 Glenn Morris <rgm@gnu.org>
5388
5389 * calendar/appt.el (appt-display-format): Default value must be
5390 one of the customize options.
5391
5392 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
5393
5394 * term/xterm.el (terminal-init-xterm): Update key availability info.
5395 Bind C-return.
5396
5397 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
5398
5399 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * files.el (hack-local-variables): Run `hack-local-variables-hook'
5402 whether or not a local variables list is defined.
5403
5404 * msb.el (msb): Move `sit-for' hack here to handle both
5405 "mouse-down and drag" and "mouse-up and select" situations.
5406 (mouse-select-buffer): Move `sit-for' hack to `msb'.
5407
5408 2006-06-20 Kenichi Handa <handa@m17n.org>
5409
5410 * international/characters.el (word-combining-categories):
5411 Add entries for 2-byte Han characters.
5412
5413 2006-06-19 Richard Stallman <rms@gnu.org>
5414
5415 * bindings.el (mode-line-format): Save some mode line space.
5416
5417 * files.el (find-file-noselect): Improve the question wording.
5418 (basic-save-buffer-2): Mask UMASK against 666.
5419
5420 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
5421 (mouse-drag-vertical-line): Call it.
5422
5423 * cus-edit.el (customize-option, customize-option-other-window):
5424 Error if SYMBOL is nil.
5425
5426 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
5427
5428 * textmodes/org.el: Require noutline, also on XEmacs.
5429 (org-end-of-subtree): Return point.
5430 (org-dblock-start-re, org-dblock-end-re): New constants.
5431 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
5432 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
5433 (org-update-all-dblocks, org-find-dblock): New functions.
5434 (org-collect-clock-time-entries): New function.
5435 (org-html-handle-time-stamps): Never export CLOCK timeranges.
5436 (org-fixup-indentation): Modify to deal correctly with lines
5437 starting with TAB. Only one argument DIFF now.
5438 (org-demote, org-promote): Call `org-fixup-indentation' with just
5439 one argument, DIFF.
5440 (org-mode): Don't mark buffer as modified when aligning tables.
5441 (org-clock-sum): Don't mark buffer modified when adding time sum
5442 properties.
5443 (org-export-as-html): Add support for a link validation function.
5444 (org-archive-all-done): New function.
5445 (org-archive-subtree): New prefix argument. When set, archive all
5446 done subtrees in this buffer.
5447 (org-remove-clock-overlays)
5448 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
5449 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
5450 (org-put-clock-overlay): Don't swallow last headline character
5451 when displaying overlay.
5452 (org-store-link): Link to `image-mode' with just the file name.
5453
5454 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
5455
5456 * viper-cmd.el (viper-special-read-and-insert-char):
5457 Use read-key-sequence.
5458 (viper-after-change-undo-hook): Misc enhancements.
5459 (viper-after-change-undo-hook): New hook.
5460 (viper-undo): Use viper-after-change-undo-hook.
5461 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
5462 (viper-next-line-at-bol): If point is on a widget or a button, simulate
5463 clicking on that widget/button.
5464
5465 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
5466
5467 * ediff-diff (ediff-test-patch-utility): Catch errors.
5468 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
5469 (ediff-set-actual-diff-options): New function.
5470 (ediff-reset-diff-options, ediff-toggle-ignore-case):
5471 Use ediff-set-actual-diff-options.
5472 (ediff-extract-diffs): Catch errors.
5473 (ediff-whitespace): Add non-breakable space.
5474 (ediff-same-file-contents): Catch errors.
5475
5476 * ediff-mult.el (ediff-collect-custom-diffs):
5477 Save coding-system-for-read.
5478
5479 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
5480 (ediff-vc-internal, ediff-vc-merge-internal):
5481 Use ediff-delete-version-file.
5482 (ediff-delete-version-file): New function.
5483
5484 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
5485
5486 * ediff.el (ediff-directories, ediff-directory-revisions)
5487 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
5488 (ediff-directories-internal, ediff-merge-directory-revisions)
5489 (ediff-merge-directory-revisions-with-ancestor)
5490 (ediff-directories3): Use read-directory-name.
5491
5492 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
5493
5494 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
5495 Remove superfluous part of regexp for brace matching which is handled
5496 by `scan-lists' call.
5497
5498 2006-06-16 Richard Stallman <rms@gnu.org>
5499
5500 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
5501
5502 * files.el (basic-save-buffer-2): For a new precious file,
5503 use the default modes in the return value.
5504
5505 * facemenu.el (facemenu-color-alist): Doc fix.
5506
5507 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
5508
5509 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5510
5511 * cus-start.el (all): Add mac-ts-script-language-on-focus.
5512
5513 * term/mac-win.el (mac-text-encoding-ascii): New constant.
5514 (mac-utxt-to-string): Use it.
5515 (mac-ts-update-active-input-area): Use mac-ae-number.
5516
5517 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5518
5519 * term.el (term-handle-scroll, term-delete-lines)
5520 (term-insert-lines): Fix off by one errors.
5521
5522 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5523
5524 * net/tramp.el (tramp-touch): Use UTC to express time.
5525
5526 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * mail/sendmail.el (mail-send): Search explicitly for
5529 mail-header-separator when checking for corrupted header lines.
5530
5531 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * progmodes/gdb-ui.el (gdb-same-frame): New option.
5534 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
5535 (gdb-init-1): Initialise them.
5536 (gdb-starting): Reset gdb-printing
5537 (gdb-starting): Save value of gud-overlay-arrow-position.
5538 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
5539 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
5540 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
5541 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
5542
5543 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
5546
5547 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
5548
5549 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
5550 (ldap-search-internal): Keep error messages, and a regexp fix.
5551
5552 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
5553
5554 * files.el (hack-local-variables-confirm):
5555 Display string value using its printed representation.
5556
5557 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * server.el (server-edit): No-op if no server buffers exist.
5560
5561 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
5562
5563 * textmodes/page-ext.el (pages-directory-for-addresses):
5564 Including `pages-directory-address-mode' in the function results
5565 in the message "Buffer in which pages were found is deleted".
5566
5567 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
5568
5569 * textmodes/org.el (org-agenda-mode-map): Add bindings for
5570 clocking functions.
5571
5572 (org-agenda-clock-in, org-check-running-clock)
5573 (org-clock-out-if-current, org-remove-clock-overlays)
5574 (org-put-clock-overlay): New functions.
5575 (org-clock-marker, org-clock-file-total-minutes)
5576 (org-clock-overlays): New variables.
5577 (org-clock-display, org-clock-sum, org-clock-cancel)
5578 (org-clock-out, org-clock-in): New commands.
5579 (org-export): New function.
5580 (org-emph-re): New constant.
5581 (org-set-emph-re, org-do-emphasis-faces): New functions.
5582 (org-emphasis-regexp-components, org-emphasis-alist): New options.
5583 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
5584 (org-export-html-convert-emphasize): Use the configurable emphasis.
5585 (org-cleaned-string-for-export): Make multiline emphasis visible
5586 to the exporter. New optional argument PARAMETERS.
5587 (org-export-as-html): Specify :emph-multiline parameter to
5588 `org-cleaned-string-for-export'.
5589
5590 2006-06-10 Richard Stallman <rms@gnu.org>
5591
5592 * help.el (help-for-help-internal): Clean up help text.
5593
5594 2006-06-10 Andreas Schwab <schwab@suse.de>
5595
5596 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
5597 in doc string.
5598
5599 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
5600
5601 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
5602
5603 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
5604 spaces after the comment start.
5605
5606 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5607
5608 * play/pong.el (pong-init-buffer):
5609 Fill buffer with spaces instead of ^A.
5610
5611 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5612 launched asynchronously, delete its process instead of being cool.
5613 (ispell-async-processp): Check for `delete-process' existence
5614 instead of `kill-process' one for consistency.
5615
5616 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
5617
5618 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5619 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5620 in mode line at startup.
5621
5622 2006-06-08 Kim F. Storm <storm@cua.dk>
5623
5624 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5625 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5626 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5627 (ido-file-internal): Pass full file name to write-file.
5628 (ido-read-internal): Only pop stack elements automatically if they
5629 actually match an existing directory or file name.
5630
5631 2006-06-07 Kenichi Handa <handa@m17n.org>
5632
5633 * international/mule.el (find-auto-coding): Don't handle the short
5634 name `char-trans'.
5635
5636 * files.el (hack-local-variables-prop-line)
5637 (hack-local-variables): Cancel the previous change.
5638
5639 2006-06-06 Jesper Harder <harder@phys.au.dk>
5640
5641 * ediff-diff.el (ediff-test-utility): Protect against file-error.
5642
5643 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * diff-mode.el (diff-mode): Set buffer-read-only to t when
5646 diff-default-read-only is non-nil.
5647 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5648 (diff-refine-hunk): Set inhibit-read-only to t.
5649
5650 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5651 modifying the *Diff* buffer.
5652 (diff-process-filter): New filter function for diff process that
5653 sets inhibit-read-only to t when modifying the *Diff* buffer.
5654
5655 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
5656
5657 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5658 insertion point and control the number of empty lines.
5659 (org-paste-subtree): Limit the number of empty lines at the end of
5660 the inserted tree.
5661 (org-agenda): Use buffer name of current file for narrowing.
5662 (org-export-as-xml): Command removed.
5663 (org-export-xml-type): Option removed.
5664 (org-mode-map): Call `org-export-as-xoxo' directly.
5665 (org-get-indentation): New optional argument LINE.
5666 (org-fix-indentation, org-remove-tabs): New functions.
5667 (org-export-as-ascii, org-ascii-level-start): Determine and apply
5668 correct indentation for headlines that are converted it items.
5669 (org-skip-comments): Remove table lines that contain narrowing
5670 cookies but no other non-empty fields.
5671 (org-set-tags): Allow groups of mutually exclusive tags.
5672 (org-cmp-time): Sort 24:21 before items without time.
5673 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5674 (org-open-at-point): Require double colon also for numbers.
5675
5676 2006-06-06 Kim F. Storm <storm@cua.dk>
5677
5678 * ido.el (ido-default-file-method, ido-default-buffer-method):
5679 Make choice values consistent with corresponding command names.
5680 (ido-visit-buffer): Update accordingly. Default to selected-window.
5681
5682 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
5683
5684 * progmodes/gud.el (gud-running): Fix doc string.
5685 (gud-menu-map): Use :visible instead fo :enable for debugger test.
5686 (gud-tooltip-modes): Add python-mode.
5687 (gud-tooltip-print-command): Add pdb. Remove perldb.
5688
5689 2006-06-05 Eli Zaretskii <eliz@gnu.org>
5690
5691 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5692 Quote $(EMACS).
5693
5694 2006-06-05 Richard Stallman <rms@gnu.org>
5695
5696 * faces.el (defined-colors): Doc fix.
5697
5698 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
5699
5700 * vc.el (vc-process-filter): Inhibit undo info collection around
5701 call to insert.
5702 (vc-setup-buffer): Likewise for call to erase-buffer.
5703 (vc-do-command): Likewise for call to process-file.
5704
5705 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
5706
5707 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5708 for gud-go.
5709 (gud-common-init): Other debuggers may trigger error.
5710
5711 2006-06-05 Kenichi Handa <handa@m17n.org>
5712
5713 * international/mule.el (find-auto-coding):
5714 Handle enable-character-translation in file header.
5715
5716 2006-06-04 Kim F. Storm <storm@cua.dk>
5717
5718 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5719 (authors-fixed-entries): Fix spelling.
5720 (authors-canonical-file-name): Don't report error for wildcards.
5721
5722 * help.el (view-emacs-news): Rewrite to support new NEWS,
5723 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5724 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5725 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5726
5727 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5728
5729 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5730 exec constructs like `foo bar`.
5731 (sh-quoted-subshell): New helper function to search for a possibly
5732 nested subshell (like `` or $()) within a "" quoted string.
5733 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5734 (sh-apply-quoted-subshell): Flag quote characters inside a
5735 subshell, which is itself already in a quoted region, as
5736 punctuation, since this is the closest to what they actually are.
5737 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5738 sh-apply-quoted-subshell.
5739 (sh-font-lock-syntactic-face-function): Apply the new face for
5740 text inside `` instead of the old font-lock-string-face.
5741
5742 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5743
5744 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5745 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5746 (mac-bytes-to-text-range, mac-ae-text-range-array)
5747 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5748 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5749 (mac-ts-unicode-for-key-event): New functions.
5750 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5751 (mac-handle-font-selection): Use mac-ae-number.
5752 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5753 New variables.
5754 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5755 (mac-ts-converted-text, mac-ts-selected-converted-text)
5756 (mac-ts-block-fill-text, mac-ts-outline-text)
5757 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5758 (mac-ts-hilite-style-faces): New constant.
5759 (mac-apple-event-map): Bind text input events.
5760 (mac-dispatch-apple-event): Use command-execute instead of
5761 call-interactively.
5762 (global-map): Don't bind mac-apple-event.
5763 (special-event-map): Bind mac-apple-event.
5764
5765 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5766
5767 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5768 file name.
5769 (emacs): Enclose the value of $(EMACS) in quotes.
5770
5771 2006-06-02 Juri Linkov <juri@jurta.org>
5772
5773 * international/mule.el (sgml-html-meta-auto-coding-function):
5774 Remove the condition `(search-forward "<html" size t)'.
5775 Replace `\"' with `[\"']?' in `re-search-forward'.
5776
5777 2006-06-02 Kenichi Handa <handa@m17n.org>
5778
5779 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5780 as well as `coding'.
5781 (hack-local-variables): Likewise.
5782
5783 * international/mule.el (enable-character-translation):
5784 Put permanent-local and safe-local-variable properties.
5785 (find-auto-coding): Handle char-trans: tag.
5786
5787 2006-06-02 Juri Linkov <juri@jurta.org>
5788
5789 * international/mule.el (sgml-html-meta-auto-coding-function):
5790 Limit the search by the end of the HTML header (if any).
5791
5792 2006-06-01 Richard Stallman <rms@gnu.org>
5793
5794 * subr.el (with-current-buffer): Doc fix.
5795
5796 2006-06-02 Masatake YAMATO <jet@gyve.org>
5797
5798 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5799 Almost rewrite. Underlines over all lines of gcov output are too
5800 uncomfortable to read. Suggested by Dan Nicolaescu.
5801
5802 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5803
5804 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5805
5806 * shell.el (shell-mode): Use shell-mode-map in docstring.
5807
5808 * comint.el (comint-send-input): Do not add help-echo and
5809 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5810
5811 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5812
5813 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5814
5815 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5816
5817 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5818 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5819 look up the stack and pop up GUD buffer if necessary.
5820 (gdb-frames-select): Remove redundant call to gud-display-frame.
5821 (gdb-info-threads-custom): Keep point at start of buffer.
5822 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5823
5824 2006-05-31 Juri Linkov <juri@jurta.org>
5825
5826 * replace.el (query-replace-read-from, query-replace-read-to):
5827 Bind `history-add-new-input' to nil. Call `add-to-history'.
5828
5829 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5830
5831 * textmodes/table.el: Convert all HTML tags to lower case for
5832 XHTML compatibility.
5833
5834 2006-05-31 Masatake YAMATO <jet@gyve.org>
5835
5836 * progmodes/compile.el:
5837 (compilation-error-regexp-alist-alist::gcov-called-line):
5838 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5839
5840 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5841
5842 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5843 Revert inadvertent changes made with last commit.
5844
5845 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5846
5847 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5848 New functions.
5849
5850 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5851
5852 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5853
5854 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5855 only matches in the right place.
5856 (org-upcoming-deadline): New face.
5857 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5858 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5859 and make it an option.
5860 (org-export-ascii-bullets): New option.
5861 (org-export-as-html): Many changes to emit valid XHTML.
5862 (org-par-open): New variable.
5863 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5864 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5865 (org-timeline): Pass `org-timeline-show-empty-dates' to
5866 `org-get-all-dates'. Interpret empty dates returned by
5867 `org-get-all-dates'.
5868 (org-get-all-dates): New argument EMPTY. Add dates without
5869 entries to the list, mark large ranges of empty dates.
5870 (org-point-in-group, org-context): New functions.
5871
5872 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5875
5876 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5877 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5878 to C-mouse-3 (for 2 button mice).
5879 (gdb-send): Do the right thing for C-d.
5880
5881 * speedbar.el (speedbar-detach): Delete.
5882 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5883 it breaks things.
5884 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5885
5886 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5887
5888 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5889 Makeppfile.
5890
5891 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5892 Add makepp diagnostic.
5893
5894 2006-05-29 Richard Stallman <rms@gnu.org>
5895
5896 * window.el (fit-window-to-buffer): Doc fix.
5897
5898 * help.el (temp-buffer-max-height): Doc fix.
5899
5900 * subr.el (with-current-buffer): Doc fix.
5901
5902 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5903
5904 * term/x-win.el: Bind F10 to menu-bar-start if available.
5905
5906 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5909 uses with a simple test.
5910 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5911 (term-send-raw-string, term-send-raw, term-mouse-paste)
5912 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5913 (term-handle-exit, term-read-input-ring)
5914 (term-previous-matching-input-string)
5915 (term-previous-matching-input-string-position)
5916 (term-previous-matching-input-from-input)
5917 (term-replace-by-expanded-history, term-send-input)
5918 (term-skip-prompt, term-bol, term-send-invisible)
5919 (term-kill-input, term-delchar-or-maybe-eof)
5920 (term-backward-matching-input, term-check-source)
5921 (term-proc-query, term-emulate-terminal)
5922 (term-handle-colors-array, term-process-pager, term-pager-line)
5923 (term-pager-bob, term-unwrap-line, term-word)
5924 (term-dynamic-complete-filename)
5925 (term-dynamic-complete-as-filename)
5926 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5927 unlesses.
5928
5929 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5932 during bootstrapping.
5933
5934 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5935 Basically undo the change of 2006-05-26: use extra arguments instead of
5936 dynamic scoping.
5937 (ewoc-locate): Remove unused var `footer'.
5938
5939 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5942
5943 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5944 (generate-file-autoloads): Obey it. Return whether autoloads were
5945 added at point or not.
5946 (update-file-autoloads): Use this new return value.
5947 Remove redundant test for the presence of an autoload cookie.
5948
5949 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5950 This one calls hack-local-variables.
5951 (generate-file-autoloads, update-file-autoloads): Use it.
5952
5953 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5954 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5955 (bibtex-sort-entry-class-alist): Don't set the global value.
5956 (bibtex-init-sort-entry-class-alist): New fun.
5957 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5958 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5959 of bibtex-init-sort-entry-class.
5960
5961 2006-05-28 Richard Stallman <rms@gnu.org>
5962
5963 * subr.el (load-history-regexp): If FILE is relative, insist
5964 entire last name component must match it.
5965 (load-history-filename-element, load-history-regexp): Doc fixes.
5966
5967 2006-05-29 Kim F. Storm <storm@cua.dk>
5968
5969 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5970 `pos' and `raw-data' for clarity, as eval forms may access these.
5971
5972 2006-05-28 Kim F. Storm <storm@cua.dk>
5973
5974 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5975
5976 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * progmodes/make-mode.el (makefile-browser-map)
5979 (makefile-mode-syntax-table): Move initialization inside declaration.
5980 (makefile-fill-paragraph): Use the default comment-filling code.
5981
5982 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * replace.el (query-replace-defaults): New variable.
5985 (query-replace-read-from): Use `query-replace-defaults' for
5986 default value, instead of history list.
5987 (query-replace-read-to): Update `query-replace-defaults'.
5988
5989 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5992 with no X toolkit.
5993
5994 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5997 (tumme-show-all-from-dir): Add autoload.
5998
5999 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6000
6001 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6002 (tumme-remove-tag): Fix bug.
6003
6004 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6005
6006 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6007 FOOTER args. Update unique caller.
6008 (ewoc-delete): Compute last node once before looping.
6009 (ewoc--node-branch): Merge into unique caller.
6010 (ewoc--node): Don't define constructor make-ewoc--node for this
6011 structure.
6012 (ewoc): Add member `hf-pp' to this structure.
6013 (ewoc--wrap): New func.
6014 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
6015 header/footer pretty-printers. Save header/footer pretty-printer.
6016 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
6017
6018 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6019
6020 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6021
6022 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6023 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
6024 Tag'. Change "Compare directories..." to "Change Directories...".
6025 Move tumme commands to Operate, Regexp and Immediate menus.
6026 Change "Add Comment" to "Add Image Comment". Change "Add Image
6027 Tag" to "Add Image Tags".
6028
6029 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6030 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6031 `tumme-delete-tag'.
6032
6033 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
6034
6035 * shell.el (shell-mode): Call shell-dirtrack-mode after
6036 list-buffers-directory is made a local variable, to avoid setting
6037 the default value.
6038
6039 2006-05-26 Kevin Ryde <user42@zip.com.au>
6040
6041 * info.el (Info-index-next): Use where-is-internal to report
6042 actual binding of Info-index-next, rather than hard-coded `,'.
6043
6044 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6045
6046 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6047 and "Find Command in Manual" to here.
6048
6049 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6050 Info-current-file as the file name.
6051
6052 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
6053
6054 * ses.el (defadvice undo-more): Delete this defadvice. The undo
6055 overrides will now be done a different way.
6056 (ses-set-parameter): Reapply this function for undo.
6057 (ses-set-header-row): Reconstruct header row during undo.
6058 (ses-widen): New function.
6059 (ses-goto-data, ses-reconstruct-all): Use new function.
6060 (ses-command-hook): Widen buffer during undo, before unupdating
6061 the cells.
6062 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6063 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6064 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6065 formula hasn't been executed yet.
6066
6067 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6068
6069 * comint.el (comint-kill-whole-line): Rename arg to count.
6070 Fix doc string.
6071
6072 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6075 to copy-file.
6076
6077 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6078
6079 * simple.el (toggle-truncate-lines): Make arg optional for
6080 backward compatibility.
6081
6082 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6083
6084 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6085 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6086 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6087 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6088 (ewoc--adjust): Use ewoc--current-dll.
6089 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6090
6091 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6092
6093 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6094 compact error message.
6095 (org-tags-view): Refresh category table in each file.
6096 (org-table-justify-field-maybe): Remove superfluous arguments to
6097 `format'.
6098 (org-export-as-html): Insert "<p>" before postamble.
6099 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6100
6101 2006-05-26 Kenichi Handa <handa@m17n.org>
6102
6103 * textmodes/po.el (po-find-charset): Pay attention to the case
6104 FILENAME is a cons (NAME . BUFFER).
6105 (po-find-file-coding-system-guts): Likewise.
6106
6107 * arc-mode.el (archive-set-buffer-as-visiting-file):
6108 Call find-operation-coding-system with (FILENAME . BUFFER).
6109
6110 * tar-mode.el (tar-extract): Call find-operation-coding-system
6111 with (FILENAME . BUFFER).
6112
6113 * international/mule.el (decode-coding-inserted-region):
6114 Call find-operation-coding-system with (FILENAME . BUFFER).
6115
6116 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6117
6118 * image-mode.el (image-toggle-display): Use buffer contents to
6119 generate image for a remote file.
6120
6121 2006-05-25 Juri Linkov <juri@jurta.org>
6122
6123 * replace.el (query-replace-read-from, query-replace-read-to):
6124 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6125
6126 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6127
6128 * whitespace.el (whitespace-cleanup): Change to cleanup
6129 region if one is active.
6130 * whitespace.el (whitespace-cleanup-internal): New internal method.
6131
6132 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6133
6134 * dired.el (dired-mode-map): Add help-echo strings to tumme
6135 commands. Bind `tumme-dired-display-image' to C-t i.
6136
6137 * tumme.el (tumme-display-image): Change documentation string slightly.
6138 (tumme-dired-display-image): Add call to `display-buffer'.
6139
6140 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6141
6142 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6143 Signal error if RAW-DATA is a multibyte string.
6144
6145 2006-05-24 Richard Stallman <rms@gnu.org>
6146
6147 * subr.el (with-local-quit): When handling `quit' signal,
6148 make a chance for quit-flag to cause a quit.
6149
6150 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6151 (ad-disable-advice): Add autoloads.
6152
6153 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6154
6155 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6156
6157 * dired.el (dired-mode-map): Change menu items for tumme as per
6158 suggestions in emacs-devel.
6159
6160 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * dired.el (dired-mode-map): Fix breakage.
6163
6164 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6165
6166 * tumme.el (tumme-display-dired-image): Rename to...
6167 (tumme-dired-display-image): ...this.
6168 (tumme-track-movement): Change default value to t.
6169 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6170 used from `tumme-next-line-and-display' and similar commands.
6171
6172 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6173 Immediate menu. Add some tumme commands there.
6174
6175 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6176
6177 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6178
6179 2006-05-24 Chong Yidong <cyd@mit.edu>
6180
6181 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6182 menu entries that open submenus.
6183
6184 2006-05-24 Alan Mackenzie <acm@muc.de>
6185
6186 * startup.el (command-line): For names of preloaded files, don't
6187 append ".elc" (now done in Fload), and call file-truename on the
6188 lisp directory.
6189
6190 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6191 match ANY loaded file with the right name, not just those in
6192 load-path. Put a regexp matching the file name into
6193 after-load-alist, rather than the name itself.
6194
6195 * subr.el: New functions load-history-regexp,
6196 load-history-filename-element, do-after-load-evaluation.
6197
6198 * international/mule.el (load-with-code-conversion): Do the
6199 eval-after-load stuff by calling do-after-load-evaluation.
6200
6201 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6202
6203 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6204 has not been killed.
6205
6206 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6207
6208 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6209 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6210 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6211 Optionally set error message in reply.
6212
6213 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6214
6215 * textmodes/org.el (org-open-at-point): Use renamed variable
6216 `org-confirm-shell-link-function'.
6217 (org-confirm-shell-link-function): Rename from
6218 `org-confirm-shell-links'.
6219 (org-export-directory): New function.
6220 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6221 (org-export-icalendar): Use `org-export-directory'.
6222 (org-indent-item): Keep cursor position.
6223 (org-link-file-path-type): New option.
6224 (org-export-as-html): Fix bug with plain lists starting in
6225 column 0.
6226 (org-export-as-html): Remove deadline formatting, this happens
6227 now already in `org-html-handle-time-stamps'.
6228 (org-export-html-style): Deadline class removed.
6229 (org-insert-labeled-timestamps-at-point): New option.
6230 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6231 of `hide-sublevels 1', in case the first headline is not level 1.
6232 (org-overview, org-content): New fuction.
6233 (org-cycle-global-status, org-cycle-subtree-status): Make these
6234 variables buffer-local.
6235 (org-global-cycle): New command.
6236 (org-shifttab): Use `org-global-cycle'.
6237 (org-insert-heading, org-insert-item): Go to end of new
6238 headline/item after creating it.
6239 (org-export-visible): Rename from `org-export-copy-visible'.
6240 Now creates a temporary org-file and applies an exporting command
6241 to it.
6242 (org-table-eval-formula): Support for lisp forms.
6243 (org-agenda-todo-ignore-scheduled): New option.
6244 (org-agenda-get-todos): Use new option
6245 `org-agenda-todo-ignore-scheduled'.
6246 (org-export-html-inline-images): New value `maybe'.
6247 (org-export-as-html): Inlining of images dependent on link description.
6248 (org-archive-subtree): Check for end-of-buffer before trying
6249 `kill-line'.
6250 (org-agenda-follow-mode): New option.
6251 (org-export-with-tags, org-export-with-timestamps): New options.
6252 (org-html-handle-time-stamps): New function.
6253 (org-keyword-time-regexp): New variable.
6254 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6255 (org-agenda-todo-list-sublevels): New option.
6256 (org-html-level-start): When TITLE is nil, just close all levels.
6257 (org-parse-key-lines, org-parse-export-options): Remove functions,
6258 replaced by `org-infile-export-plist'.
6259 (org-combine-plists, org-infile-export-plist)
6260 (org-default-export-plist): New functions.
6261 (org-export-html-preamble, org-export-html-postamble)
6262 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6263 New variables.
6264 (org-export-publishing-directory): New option.
6265 (org-export-as-html, org-export-as-ascii): Use the new property
6266 lists for settings.
6267 (org-export-copy-visible, org-export-as-xoxo):
6268 Respect `org-export-publishing-directory'.
6269 (org-link-search, org-store-link, org-file-apps): Support for
6270 links to BibTeX database entries..
6271 (org-get-current-options, org-set-regexps-and-options):
6272 Implement logging as a startup option.
6273 (org-store-link): Make sure context string is never empty
6274 (org-insert-link): Use relative path when possible.
6275 (org-at-item-checklet-p): New function.
6276 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6277 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6278 (org-metaright, org-metaup, org-metadown, org-shiftup)
6279 (org-shiftdown, org-shiftright, org-shiftleft)
6280 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6281 Dispatch using `call-interactively'.
6282 (org-call-with-arg): New defsubst.
6283 (org-tag-alist, org-use-fast-tag-selection): New options.
6284 (org-complete): Use `org-tag-alist'.
6285 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6286 (org-next-item, org-previous-item): New commands.
6287 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6288 make command.
6289 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6290
6291 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6292
6293 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6294 (ewoc-filter): Use `ewoc-delete'.
6295
6296 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6297
6298 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6301 Signal more user-friendly error messages.
6302
6303 * complete.el (PC-do-completion): Undo the addition of implicit
6304 wildcards if they did not lead to finding any match.
6305 (read-file-name-internal): Don't add the final > if the completion is
6306 not finished.
6307
6308 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6309
6310 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6311 Quote safe-local-variable predicate.
6312
6313 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6314
6315 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6316
6317 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6318
6319 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6320
6321 * progmodes/make-mode.el (makefile-special-targets-list)
6322 (makefile-macro-table, makefile-target-table): Mark as risky.
6323 (makefile-query-one-target-method): Make this the alias for the
6324 following variable.
6325 (makefile-query-one-target-method-function): Make this the real name.
6326
6327 * textmodes/artist.el (artist-text-renderer): Make this the alias
6328 for the following variable.
6329 (artist-text-renderer-function): Make this the real name.
6330
6331 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6332 the alias for the following variable.
6333 (flyspell-generic-check-word-predicate): Make this the real name.
6334
6335 * textmodes/ispell.el (ispell-format-word): Make this the alias
6336 for the following variable.
6337 (ispell-format-word-function): Make this the real name.
6338 (ispell-message-text-end): Mark as risky.
6339
6340 * skeleton.el (skeleton-transformation, skeleton-filter)
6341 (skeleton-pair-filter): Make these the aliases for the following
6342 variables.
6343 (skeleton-transformation-function, skeleton-filter-function)
6344 (skeleton-pair-filter-function): Make these the real names.
6345
6346 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6347 and skeleton-pair-filter-function.
6348
6349 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6350 alias for the following variable.
6351 (sgml-transformation-function): Make this the real name.
6352 (sgml-tag-alist): Mark as risky.
6353
6354 2006-05-21 Richard Stallman <rms@gnu.org>
6355
6356 * simple.el (kill-region): Interactively, pass point, then mark.
6357
6358 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6359
6360 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6361
6362 2006-05-21 Romain Francoise <romain@orebokech.com>
6363
6364 * dired-x.el (dired-mode-map): Don't bind M-g.
6365
6366 2006-05-20 Richard Stallman <rms@gnu.org>
6367
6368 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6369 (dired-goto-file): Doc fix.
6370
6371 2006-05-21 Kim F. Storm <storm@cua.dk>
6372
6373 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6374 way to enable built-in cua-mode if user loads older CUA-mode package.
6375
6376 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6377 if default-filename is specified.
6378
6379 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6380
6381 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6382
6383 * info.el (info-apropos): Make sure current-file and current-node
6384 have non-nil values. Speed up by using add-to-list instead of
6385 manual consing.
6386
6387 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6388
6389 * progmodes/make-mode.el (makefile-mode): Doc fix.
6390
6391 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6392
6393 * dired-aux.el (dired-do-shell-command): Doc fix.
6394
6395 2006-05-20 Kevin Ryde <user42@zip.com.au>
6396
6397 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
6398 ``(custom-manual :tag "Foo" "(foo)Node")''.
6399
6400 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
6401
6402 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
6403 value is an integer.
6404
6405 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6406
6407 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
6408 "format".
6409 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
6410
6411 2006-05-20 Martin Rudalics <rudalics@gmx.at>
6412
6413 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
6414 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
6415
6416 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
6419 regexp for keywords.
6420
6421 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
6422
6423 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
6424 replace-regexp-in-string.
6425
6426 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
6427 encode, and escape file name on conversion to URL.
6428
6429 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6430
6431 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
6432 Don't unescape URL.
6433 (dnd-get-local-file-name): Unescape URL on conversion to file name.
6434
6435 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
6436 on conversion to URLs.
6437
6438 * net/browse-url.el (browse-url-file-url): Encode file name on
6439 conversion to URL.
6440
6441 * term/mac-win.el (mac-ae-open-documents): Escape file name on
6442 conversion to URL.
6443
6444 2006-05-19 Eli Zaretskii <eliz@gnu.org>
6445
6446 * progmodes/cc-styles.el (c-style-alist): Doc fix.
6447
6448 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6449
6450 * term/mac-win.el (mac-bytes-to-digits): Remove function.
6451 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
6452
6453 2006-05-19 Glenn Morris <rgm@gnu.org>
6454
6455 * calendar/diary-lib.el (diary-bahai-date)
6456 (list-bahai-diary-entries, mark-bahai-diary-entries)
6457 (mark-bahai-calendar-date-pattern): Not interactive.
6458 (add-to-diary-list): New optional arg LITERAL. Doc fix.
6459 (diary-entries-list): Change format of 4th element in each entry.
6460 (diary-list-entries): Use add-to-diary-list.
6461 (diary-goto-entry): Handle the case where the buffer visiting the
6462 diary has been killed.
6463 (fancy-diary-display): Add 'locator to button rather than 'marker.
6464 Only generate temp-face when there are marks to apply.
6465 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
6466 (diary-fancy-date-pattern): New variable.
6467 (diary-time-regexp): Doc fix.
6468 (diary-anniversary, diary-time): New faces.
6469 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
6470 diary-time-regexp. Add font-lock-multiline property where needed.
6471 Use new faces diary-anniversary and diary-time.
6472 (diary-fancy-font-lock-fontify-region-function): New function, to
6473 handle multiline font-lock pattern in fancy diary.
6474 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
6475 (diary-font-lock-keywords): Tweak time regexp. Use new face
6476 diary-time.
6477
6478 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
6479
6480 * international/code-pages.el (mik): Table corrected.
6481
6482 2006-05-18 Kim F. Storm <storm@cua.dk>
6483
6484 * progmodes/grep.el (grep-find): Don't check grep-find-command
6485 before running command (breaks non-interactive usage).
6486
6487 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
6488
6489 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
6490 (ewoc--insert-new-node): Don't insert trailing newline.
6491 Instead, adjust successor nodes's start markers.
6492 (ewoc--refresh-node): Delete all text from current node's start
6493 marker to the next one's; adjust successor nodes's start markers.
6494 (ewoc--create): Doc fixes.
6495 (ewoc--refresh): Don't insert newline.
6496 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
6497 * pcvs.el (cvs-make-cvs-buffer):
6498 Specify extra newline for ewoc's header and footer.
6499 (cvs-update-header): Update initial header recognition.
6500 Append newline to final header and footer values.
6501 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
6502
6503 2006-05-17 Richard Stallman <rms@gnu.org>
6504
6505 * files.el (file-name-extension): Doc fix.
6506
6507 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
6510 we can explicitly enable/disable rather than toggle.
6511 (shell-mode): Use it.
6512 (shell-cd): Don't try to reproduce what `cd' does.
6513
6514 2006-05-17 Kim F. Storm <storm@cua.dk>
6515
6516 * ido.el (ido-read-internal): Use only nondirectory part of
6517 default item.
6518
6519 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
6520
6521 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
6522 (ewoc-nth): Doc fix.
6523
6524 (ewoc-map, ewoc-invalidate): Compute PP before looping.
6525
6526 2006-05-16 Eli Zaretskii <eliz@gnu.org>
6527
6528 * international/mule.el (auto-coding-alist): Add .lha to files
6529 read with no-conversion.
6530
6531 * files.el (auto-mode-alist): Add .lha files to archive file
6532 extensions.
6533
6534 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
6535 Convert csize to integer when computing offsets within the
6536 compressed archive file.
6537
6538 2006-05-16 Kim F. Storm <storm@cua.dk>
6539
6540 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
6541 with read-from-minibuffer.
6542
6543 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6544
6545 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
6546 (byte-compile-warnings): Fix safe-local-variable property.
6547
6548 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
6549
6550 * allout.el (allout-show-bodies, allout-old-style-prefixes)
6551 (allout-stylish-prefixes, allout-numbered-bullet)
6552 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
6553 predicates to qualify `safe-local-variable' property, when
6554 available, else use equivalent lambda.
6555 (allout-current-topic-collapsed-p): Do the right thing regarding
6556 trailing blank lines.
6557
6558 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * server.el (server-start): Only create a directory if needed.
6561 (server-edit, server-unload-hook): server-start => server-mode.
6562 (kill-emacs-hook): Cleanup upon exit.
6563
6564 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * hexl.el (hexlify-buffer): Encode process arguments manually.
6567
6568 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
6569
6570 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
6571 call to gdb-tooltip-print.
6572
6573 2006-05-15 Romain Francoise <romain@orebokech.com>
6574
6575 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
6576 systems, default to "tar" since those systems probably have GNU tar.
6577
6578 2006-05-14 Lars Hansen <larsh@soem.dk>
6579
6580 * desktop.el (desktop-missing-file-warning): Fix docstring.
6581 (desktop-restore-file-buffer): Correct question asked on missing file.
6582
6583 2006-05-14 Kim F. Storm <storm@cua.dk>
6584
6585 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
6586 Add CUA move property.
6587
6588 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * custom.el (custom-push-theme): Load the variable before checking
6591 its `standard-value'.
6592
6593 2006-05-13 Lars Hansen <larsh@soem.dk>
6594
6595 * desktop.el (desktop-save): Use with-temp-buffer.
6596
6597 2006-05-12 Glenn Morris <rgm@gnu.org>
6598
6599 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
6600 * calendar/calendar.el (calendar-mode-map):
6601 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
6602 * calendar/appt.el (appt-check, appt-make-list): Refer to
6603 diary-view-entries, diary-list-entries, diary-show-all-entries
6604 rather than obsolete aliases.
6605
6606 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * simple.el (line-move-finish): Avoid calling point motion hooks
6609 while processing intangibility.
6610
6611 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
6612
6613 * term/xterm.el (terminal-init-xterm): Fix typo.
6614
6615 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
6616
6617 * allout.el (allout-view-change-hook): Mark as being deprecated,
6618 to be replaced by `allout-exposure-change-hook'.
6619 (allout-exposure-change-hook): New, replacing
6620 `allout-view-change-hook'.
6621 (allout-flag-region): Run new hook `allout-exposure-change-hook',
6622 in addition to `allout-view-change-hook'.
6623 (allout-show-bodies, allout-old-style-prefixes)
6624 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6625 lambda forms to prevent their showing up in variable help
6626 presentations as inscrutable byte-compiled code.
6627 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6628 Use string-or-null-p to qualify safe-local-variable values.
6629 (allout-reindent-bodies): Use memq to qualify matches against
6630 valid safe-local-variable values. Also, quote the lambda as above.
6631 (allout-use-mode-specific-leader): Add missing candidate-value
6632 symbols, use memq, and quote the lambda.
6633 (allout-overlay-interior-modification-handler): Remove unused
6634 variables `msg' and 'opened'.
6635 (allout-hidden-p): Constrain invisibility consideration to allout's
6636 invisibility spec, disregarding invisibility for other reasons.
6637
6638 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
6639
6640 * files.el (version-control): Correct safe values.
6641
6642 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
6643
6644 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6645
6646 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6647 (ewoc--insert-new-node): New func.
6648 Update callers of deleted funcs to use it, instead.
6649
6650 2006-05-11 Glenn Morris <rgm@gnu.org>
6651
6652 * calendar/calendar.el (diary-show-all-entries): Do not refer to
6653 obsolete alias `show-all-diary-entries'.
6654 (make-diary-entry): Not interactive.
6655 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6656 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6657 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6658 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6659 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6660 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6661
6662 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6663
6664 * calendar/calendar.el (calendar-french-date-string)
6665 (calendar-mayan-date-string, calendar-chinese-date-string)
6666 (calendar-astro-date-string, calendar-iso-date-string)
6667 (calendar-islamic-date-string, calendar-bahai-date-string)
6668 (calendar-hebrew-date-string, calendar-coptic-date-string)
6669 (calendar-ethiopic-date-string, calendar-persian-date-string):
6670 These functions are not interactive.
6671
6672 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
6673
6674 * files.el: Balance parentheses.
6675
6676 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6677
6678 * files.el, newcomment.el, outline.el, simple.el,
6679 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6680 progmodes/cc-vars.el, progmodes/compile.el:
6681 Move `safe-local-variable' declarations to the respective files.
6682
6683 * help-fns.el (describe-variable): Don't print safe-var if it is
6684 byte-code. Improve wording as suggested by Luc Teirlinck.
6685
6686 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6687
6688 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6689 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6690 Use a token for pending-triggers to ensure gdb-var-update
6691 gets called once per user input again for pre-GDB 6.4.
6692 (gdb-var-delete): Match on more complex expressions.
6693 (gdb-var-list-children-handler, gdb-var-create-handler):
6694 Use a token for consistency.
6695
6696 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
6697
6698 * textmodes/org.el (org-read-date, org-goto-calendar)
6699 (org-agenda-goto-calendar):
6700 Bind `view-calendar-holidays-initially' to nil.
6701
6702 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6703
6704 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6705 Update all callers to do it there, instead.
6706
6707 2006-05-10 Glenn Morris <rgm@gnu.org>
6708
6709 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6710 prefix arg case, to avoid view-diary-entries-initially error.
6711 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6712 (calendar-date-is-legal-p): Handle dates with no day part.
6713
6714 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
6715
6716 * comint.el (comint-insert-input): Just make it when
6717 comint-use-prompt regexp is nil (default) and with the mouse.
6718 (comint-copy-old-input): Reinstate from 2004-06-23.
6719 (comint-mode-map): Bind C-c C-m to it.
6720
6721 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6722
6723 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6724 Remove spurious move to point-max (new comint behavior fixes).
6725
6726 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6727 compatibility function (Emacs 18/19).
6728 (idlwave-is-continuation-line): Always return point at start of
6729 previous non-blank continuation line.
6730 (keyword-parameters): Fix continued comment font-lock matcher.
6731 (idlwave-font-lock-fontify-region): Written, use as
6732 font-lock-fontify-region-function, to fix continued keyword
6733 fontification issues.
6734
6735 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6736
6737 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6738 (mac-service-selection, mac-service-open-file)
6739 (mac-service-open-selection, mac-service-mail-selection)
6740 (mac-service-mail-to, mac-service-insert-text): Rename from
6741 mac-services-*. All uses changed.
6742 (mac-apple-event-map): Rename event symbol `services' to `service'.
6743
6744 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6745
6746 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6747 (ewoc--node-enter-first, ewoc--node-enter-last)
6748 (ewoc--delete-node-internal): Merge funcs into unique callers.
6749
6750 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6751
6752 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6753 return value of read-from-minibuffer for empty input.
6754
6755 2006-05-09 Miles Bader <miles@gnu.org>
6756
6757 * comint.el (comint-insert-input): Remove redundant calls to setq
6758 and goto-char.
6759
6760 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * comint.el (comint-insert-input): Make it work when
6763 comint-use-prompt-regexp is t.
6764
6765 2006-05-10 Miles Bader <miles@gnu.org>
6766
6767 * subr.el (field-at-pos): New function.
6768
6769 * comint.el (comint-insert-input): Use it.
6770
6771 2006-05-09 Juri Linkov <juri@jurta.org>
6772
6773 * battery.el (battery-linux-proc-acpi): Also try
6774 `/proc/acpi/thermal_zone/THR2/temperature'.
6775
6776 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6777 for now unused lambda `string-or-null'.
6778
6779 * add-log.el (change-log-default-name): Put `string-or-null-p'
6780 instead of lambda on `safe-local-variable' property.
6781
6782 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6783 `region-end' instead of `mark' and `point'.
6784 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6785 Operate on region in Transient Mark mode when the mark is active.
6786 Use `region-beginning' and `region-end' instead of `mark' and
6787 `point'.
6788 (diff-hunk-text, diff-goto-source): Doc fix.
6789
6790 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6791 face `mode-line-buffer-id' for mode-line buffer face instead of
6792 hard-coded `(:weight bold)'.
6793
6794 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6795 buffer-undo-list to t (undo-ask is reproducible by visiting
6796 nested archives).
6797
6798 2006-05-09 Kim F. Storm <storm@cua.dk>
6799
6800 * progmodes/grep.el (rgrep): Set default directory of *grep*
6801 buffer if we start M-x rgrep in the *grep* buffer and choose
6802 a different base directory.
6803
6804 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6805
6806 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6807 completion also when ido is loaded.
6808
6809 2006-05-09 Masatake YAMATO <jet@gyve.org>
6810
6811 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6812 "warning" and "import".
6813 (cpp-font-lock-keywords): Added "warning".
6814
6815 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6816
6817 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6818
6819 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6822 pages at a time, if we signal the end, we should indeed reach that end.
6823
6824 2006-05-08 David Reitter <david.reitter@gmail.com>
6825
6826 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6827 output during execution of the body.
6828
6829 2006-05-08 Kim F. Storm <storm@cua.dk>
6830
6831 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6832
6833 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6834
6835 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6836 Use with-current-buffer.
6837
6838 2006-05-07 Kim F. Storm <storm@cua.dk>
6839
6840 * subr.el (add-to-history): Remove keep-dups arg.
6841
6842 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6843 to nil around call to add-to-history.
6844
6845 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6848 than after a buffer modification.
6849
6850 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6851
6852 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6853 call to...
6854 (gud-watch): ...here so speedbar is raised for already watched
6855 expressions.
6856 (gdb-speedbar-refresh): Delete function.
6857 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6858 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6859 earlier change).
6860 (gdb-var-evaluate-expression-handler)
6861 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6862
6863 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6864 Update localized contents for all buffers except ignored modes.
6865
6866 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6867
6868 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6869 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6870 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6871 (mac-handle-font-panel-closed, mac-handle-font-selection):
6872 New functions.
6873 (mac-font-panel-mode): New minor mode.
6874 (mac-apple-event-map): Add bindings for toolbar toggle button and
6875 font panel.
6876 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6877
6878 2006-05-07 John Paul Wallington <jpw@pobox.com>
6879
6880 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6881 Avoid `regexp-opt'; simplify regexp for readability.
6882
6883 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6884
6885 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6886 * files.el (buffer-stale-function):
6887 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6888 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6889 links to the main manual, not to emacs-xtra.
6890
6891 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6892
6893 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6894 MacJapanese if text is ASCII-only.
6895
6896 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6897
6898 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6899 unless so nil isn't returned.
6900 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6901
6902 2006-05-06 Kim F. Storm <storm@cua.dk>
6903
6904 * subr.el (add-to-history): New function.
6905
6906 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6907 (ediff-merge-files-with-ancestor):
6908 * env.el (setenv):
6909 * isearch.el (isearch-update-ring):
6910 * server.el (server-visit-files):
6911 * progmodes/grep.el (lgrep, rgrep):
6912 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6913 * progmodes/xscheme.el (xscheme-insert-expression):
6914 Use add-to-history.
6915
6916 * kmacro.el (kmacro-push-ring): Use add-to-history.
6917 (kmacro-ring-length): Remove unused defun.
6918 (kmacro-start-macro): Use kmacro-push-ring.
6919
6920 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6921
6922 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6923 directly instead of a lambda expression that calls it.
6924
6925 2006-05-06 Kim F. Storm <storm@cua.dk>
6926
6927 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6928 instead of compute-motion.
6929
6930 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6931
6932 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6933 change.
6934
6935 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6936
6937 * startup.el (command-line-1): Refer to "Pure Storage" on
6938 pure-space-overflow.
6939
6940 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6941
6942 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6943 provided faces once they all have been used up.
6944
6945 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6946
6947 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6948 reference to the Lisp manual to the warning about pure space
6949 overflow.
6950
6951 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6952
6953 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6954 argument to avoid the call to `ispell-internal-change-dictionary'
6955 when not needed.
6956 (ispell-change-dictionary): Use this argument and call
6957 `ispell-internal-change-dictionary' after the possible change
6958 to `ispell-local-dictionary'.
6959 (ispell-internal-change-dictionary): Check for a change in
6960 personal dictionary use too.
6961
6962 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6963
6964 * startup.el (command-line): On MS-Windows, probe "~", not
6965 "~USER", for warning about non-existent home directory
6966
6967 * arc-mode.el (archive-l-e): New optional argument `float' means
6968 generate a float value.
6969 (archive-arc-summarize, archive-lzh-summarize)
6970 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6971 with 3rd argument non-nil when file's size is being computed.
6972 Format the file sizes with %8.0f instead of %8d.
6973
6974 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6975
6976 * cus-start.el (all): Add mac-dnd-known-types.
6977
6978 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6979 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6980 (mac-TIFF-to-string): New functions.
6981 (x-get-selection, x-selection-value)
6982 (mac-select-convert-to-string): Use them.
6983 (mac-text-encoding-mac-japanese-basic-variant): New constant.
6984 (mac-dnd-types-alist): New customization variable.
6985 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6986 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6987 (mac-dnd-handle-drag-n-drop-event): New functions.
6988 (mac-drag-n-drop): Remove function.
6989 (global-map): Bind drag-n-drop and M-drag-n-drop to
6990 mac-dnd-handle-drag-n-drop-event.
6991
6992 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6993
6994 * progmodes/perl-mode.el (perl-beginning-of-function):
6995 Skip anonymous subs.
6996
6997 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6998
6999 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7000 regexp-opt at run time.
7001
7002 * term.el (term-handle-ansi-escape): Fix off by one error.
7003
7004 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7007 (gdb-init-1, gdb-post-prompt): ...and references to it.
7008 (gdb-frame-handler): Strip directory name from filename if present.
7009
7010 * progmodes/gud.el (gdb-force-update): Delete defvar
7011 (gud-speedbar-buttons): ...and references to it. Use window-start
7012 to try to keep positon in watch expression.
7013
7014 2006-05-03 Richard Stallman <rms@gnu.org>
7015
7016 * simple.el (next-history-element, previous-history-element): Doc fix.
7017
7018 * isearch.el (isearch-update-ring): Doc fix.
7019
7020 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
7021
7022 * isearch.el (isearch-update-ring): Take history-delete-duplicates
7023 into consideration. Replace one arm ifs with whens.
7024
7025 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
7026
7027 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7028 (menu): Fix typo.
7029
7030 2006-05-02 Miles Bader <miles@gnu.org>
7031
7032 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7033
7034 2006-05-02 Jay Belanger <belanger@truman.edu>
7035
7036 * calc/calc-embed.el (calc-override-minor-modes-map)
7037 (calc-override-minor-modes): New variables.
7038 (calc-do-embedded): Make sure that Calc keystrokes aren't
7039 overwritten by minor modes.
7040
7041 2006-05-02 Chong Yidong <cyd@mit.edu>
7042
7043 * msb.el (msb): If EVENT is a down event, read and discard the up event.
7044
7045 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * startup.el (command-line-1): Refer to Lisp manual when
7048 pure-space-overflow occurs.
7049
7050 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7051 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7052 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7053 (version-control): Don't use `t' for safe-local-variable declarations.
7054
7055 2006-05-01 Richard Stallman <rms@gnu.org>
7056
7057 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7058 M-r, M-R, M-A, M-SPC or M-DEL.
7059 (diff-mode-map): diff-refine-hunk now on C-c C-w
7060 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7061
7062 * help-mode.el (help-mode): view-exit-action calls delete-window
7063 only when it is safe and possible.
7064
7065 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7066 in messages.
7067
7068 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7069
7070 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7071 in the default tool-bar-map.
7072
7073 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7074
7075 * net/tramp.el (tramp-completion-file-name-handler-alist)
7076 (tramp-run-real-handler, tramp-completion-run-real-handler)
7077 (tramp-completion-handle-file-name-all-completions)
7078 (tramp-completion-handle-file-name-completion): Autoload them.
7079 (tramp-completion-handle-file-exists-p)
7080 (tramp-completion-handle-file-name-directory)
7081 (tramp-completion-handle-file-name-nondirectory)
7082 (tramp-completion-handle-expand-file-name): Remove them.
7083 (tramp-handle-file-name-directory): Return the real directory name.
7084 Returning "/" only doesn't need to be necessary any longer.
7085 (tramp-file-name-handler): Make special attention when in hostname
7086 completion mode.
7087 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7088 (tramp-register-file-name-handlers):
7089 Register `tramp-completion-file-name-handler' only when
7090 `partial-completion-mode' is enabled.
7091 (tramp-completion-handle-file-name-all-completions):
7092 Delete directory part from results.
7093 (tramp-get-completion-methods, tramp-get-completion-user-host):
7094 Discard deleting "/", it doesn't work after the change of
7095 `tramp-handle-file-name-directory' above.
7096
7097 2006-05-01 Kim F. Storm <storm@cua.dk>
7098
7099 * progmodes/grep.el (grep-expand-template): Use save-match-data
7100 and symbol-value.
7101
7102 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7103
7104 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7105 Use select-frame-set-input-focus instead of raise-frame.
7106 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7107
7108 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7109
7110 * progmodes/gud.el (gud-def): Add %c case.
7111 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7112 (gud-format-command): Make match case sensitive. Match on %F.
7113
7114 2006-04-30 Glenn Morris <rgm@gnu.org>
7115
7116 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7117 (cal-tex-preamble): Use cal-tex-preamble-extra.
7118 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7119 than alias `list-diary-entries'.
7120
7121 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * help-fns.el (describe-variable): Add info about safe local variables.
7124
7125 2006-04-29 Richard Stallman <rms@gnu.org>
7126
7127 * bindings.el (mode-line-format): help-echo doc fixes.
7128
7129 * net/tramp.el (tramp-file-name-handler-alist): Delete
7130 expand-file-name and other operations that can cause spurious loading.
7131
7132 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * files.el (safe-local-variable-p): Remove support for the special
7135 value t.
7136
7137 * textmodes/paragraphs.el (sentence-end-without-space):
7138 Fix safety predicate.
7139 (sentence-end-double-space, sentence-end-without-period)
7140 (paragraph-ignore-fill-prefix):
7141 * textmodes/fill.el (colon-double-space):
7142 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7143
7144 * subr.el (booleanp): New fun.
7145
7146 * textmodes/reftex-vars.el (reftex-guess-label-type):
7147 Tighten the safety predicate.
7148
7149 2006-04-28 Kim F. Storm <storm@cua.dk>
7150
7151 * progmodes/grep.el (defgroup grep): Doc fix.
7152 (grep-auto-highlight): Remove.
7153 (grep-template): New defcustom.
7154 (grep-find-template): Rename from grep-tree-template.
7155 (grep-files-aliases): Rename from grep-tree-files-aliases.
7156 Remove "all" alias, add "l" alias.
7157 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7158 (grep-find-ignored-directories): New defcustom to replace
7159 grep-tree-ignore-CVS-directories, to facilitate ignoring
7160 subdirectories for multiple version control systems.
7161 (grep-mode-map): Add Recursive grep item to GREP menu.
7162 (grep-regexp-history, grep-files-history): New defvars.
7163 (grep-probe): New helper function.
7164 (grep-compute-defaults): Use it to simplify code.
7165 Adapt to name changes.
7166 Use `.' as base in grep-find-template rather than <D>.
7167 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7168 Call grep-compute-defaults unconditionally.
7169 (grep-expand-keywords): New defconst.
7170 (grep-expand-template): Rename from grep-expand-command-macros.
7171 Simplify via grep-expand-keywords. Look at case-fold-search instead
7172 of grep-tree-ignore-case to add -i option.
7173 Bind case-fold-search to nil while matching keywords.
7174 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7175 (grep-read-regexp, grep-read-files): New helper functions.
7176 (rgrep): Rename from grep-tree. Rework to use proper histories.
7177 Adapt to changes in defcustoms and functions above.
7178 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7179
7180 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp.el (tramp-completion-file-name-handler):
7183 Disable Tramp's functionality while loading Tramp itself.
7184 (tramp-register-file-name-handlers): That's a defsubst now.
7185 Code from `tramp-repair-jka-compr' moved here. Apply it via
7186 `after-init-hook'.
7187 (tramp-repair-jka-compr): Remove.
7188
7189 2006-04-27 Jay Belanger <belanger@truman.edu>
7190
7191 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7192 read expression when `math-read-big-expr' doesn't work.
7193
7194 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7195
7196 * startup.el (command-line-1): Display warning when
7197 pure-space-overflow is non-nil.
7198
7199 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7200
7201 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7202 risky.
7203
7204 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7205
7206 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7207 Return the URL or nil if none can be generated.
7208
7209 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7210
7211 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7212 byte compiler warnings.
7213 (gud-basic-call, gud-find-expr): Let user select an expression
7214 for printing. Print expression as well as value in GUD buffer.
7215
7216 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7217
7218 * allout.el: Remove local autoload declaration for
7219 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7220 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7221 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7222 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7223 (allout-stylish-prefixes, allout-numbered-bullet)
7224 (allout-file-xref-bullet, allout-presentation-padding)
7225 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7226 safe-local-variable with suitable value spec, and add autoload
7227 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7228 (move-beginning-of-line, move-end-of-line): Repair so these compat
7229 functions now actually resituate the point, when appropriate.
7230
7231 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7234
7235 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7236 (add-log-iso8601-time-string): Fix call to format-time-string.
7237
7238 2006-04-26 Kim F. Storm <storm@cua.dk>
7239
7240 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7241
7242 2006-04-26 Masatake YAMATO <jet@gyve.org>
7243
7244 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7245 Add support for "//" style comments. Remove `b' flag
7246 from ?* in `asm-mode-syntax-table'.
7247
7248 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * follow.el: Use (featurep 'xemacs) everywhere.
7251 (follow-mode): Use define-minor-mode.
7252 (follow-mode-map): Move initialization into the declaration.
7253 Use command remapping.
7254 (follow-emacs-version-xemacs-p): Remove.
7255 (follow-submit-feedback): Remove.
7256
7257 * allout.el (allout-layout, allout-passphrase-verifier-string)
7258 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7259
7260 * textmodes/reftex-vars.el (reftex-vref-is-default)
7261 (reftex-fref-is-default, reftex-guess-label-type):
7262 Tighten up a bit the safety predicate.
7263
7264 * textmodes/paragraphs.el (sentence-end-double-space)
7265 (sentence-end-without-period, sentence-end-without-space)
7266 (page-delimiter, paragraph-ignore-fill-prefix):
7267 Tighten up a bit the safety predicate.
7268
7269 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7270
7271 * progmodes/python.el (python-continuation-line-p)
7272 (python-beginning-of-statement): syntax-ppss may return
7273 a negative depth.
7274 (python-mode): Don't forcefully enable font-lock.
7275
7276 * time-stamp.el (time-stamp-start, time-stamp-end)
7277 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7278
7279 * add-log.el: Remove spurious * in docstrings.
7280 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7281 (add-change-log-entry): Use it here, since it's not specific
7282 to iso8601.
7283 (add-log-iso8601-time-string): Don't use it here any more.
7284 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7285
7286 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7287
7288 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7289
7290 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7291 (rcirc-toggle-low-priority): Doc fix.
7292 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7293 ChanServ regexp.
7294 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7295 #emacs.
7296 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7297 (rcirc-decode-coding-system): Use utf-8 as the default.
7298 (rcirc-multiline-minor-mode): Set the fill-column.
7299 (rcirc-format-response-string): Display bright and dim nicks.
7300 (rcirc-browse-url): Update interactive spec to fill ARG.
7301 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7302 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7303
7304 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7305
7306 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7307 case for @Article, etc.
7308
7309 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7310
7311 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7312 Added with autoload cookie.
7313 (tramp-unload-file-name-handlers): Rename from
7314 `tramp-unload-file-name-handler-alist'.
7315
7316 2006-04-23 Romain Francoise <romain@orebokech.com>
7317
7318 * comint.el (comint-match-partial-filename): Doc fix.
7319
7320 2006-04-21 Glenn Morris <rgm@gnu.org>
7321
7322 * calendar/cal-menu.el (calendar-mode-map): Refer to
7323 `diary-view-entries' rather than alias `view-diary-entries'.
7324 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7325
7326 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7327
7328 * progmodes/antlr-mode.el (antlr-default):
7329 * cus-edit.el (custom-documentation):
7330 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7331 in defface.
7332
7333 2006-04-21 Kim F. Storm <storm@cua.dk>
7334
7335 * image.el (image-type): New defun split out of create-image.
7336 (create-image): Use it.
7337
7338 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7339
7340 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7341 (org-open-at-point): Remove the "...done" message to keep output
7342 in the echo area visible.
7343 (org-export-as-xoxo): Fix call to `indent-region'.
7344
7345 2006-04-21 Kevin Ryde <user42@zip.com.au>
7346
7347 * international/mule.el (keyboard-coding-system): defcustom
7348 info-link fixes: "Specify Coding" has been split, keyboard now in
7349 "Terminal Coding", and "Single-Byte Character Support" is now
7350 "Unibyte Mode".
7351
7352 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7353
7354 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7355 Use font-lock-warning-face for any errors e.g. no stack.
7356 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7357
7358 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * progmodes/sh-script.el (sh-shell): Mark as safe.
7361
7362 * newcomment.el (comment-start, comment-start-skip)
7363 (comment-end-skip, comment-end): Mark as safe.
7364
7365 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7366
7367 * textmodes/org.el (org-deadline-announce): Face removed.
7368 (org-level-faces, org-n-levels): Convert to constant.
7369 (org-compatible-face): New function.
7370 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7371 (org-level-5, org-level-6, org-level-7, org-level-8)
7372 (org-special-keyword, org-warning, org-headline-done, org-link)
7373 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7374 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7375 Face definition revised for better color tty support.
7376 (org-bold-re, org-italic-re, org-underline-re): New constants.
7377 (org-set-font-lock-defaults): Use the new constants.
7378 (org-agenda-highlight-todo): New function.
7379 (org-agenda-todo): Fix bug with point at end of line.
7380 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7381 Fontify TODO keywords.
7382 (org-insert-link): Preserve relative path in ../ links.
7383 (org-export-as-html): Convert links pointing to .org files into
7384 links that will work beteen the exported HTML files.
7385 (org-todo-list): Fix bug when arg=0.
7386 (org-insert-heading): More fine-tuning.
7387
7388 2006-04-19 Romain Francoise <romain@orebokech.com>
7389
7390 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
7391 from `rmail-mime-charset-pattern'.
7392
7393 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7394
7395 * progmodes/python.el (python-mode): Fix typo.
7396
7397 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
7398
7399 * comint.el (comint-previous-input): Don't clobber input line
7400 when moving off either end of the input history ring.
7401 (comint-delete-input): New function, used by
7402 `comint-previous-input' and others.
7403 (comint-previous-matching-input):
7404 Use `coming-delete-input'. Save the partial input if leaving the
7405 edit line. Goto point-max before deleting input to avoid
7406 partial input fragments hanging around.
7407 (comint-restore-input): New function, used by `comint-previous-input'.
7408
7409 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * imenu.el (imenu--index-alist): Balance parentheses.
7412
7413 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7414
7415 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
7416
7417 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
7418
7419 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
7420 file is nil.
7421
7422 2006-04-18 Richard Stallman <rms@gnu.org>
7423
7424 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
7425
7426 * imenu.el (imenu-create-index-function, imenu--index-alist)
7427 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7428 (imenu-default-create-index-function, imenu--generic-function):
7429 Doc fixes.
7430
7431 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
7432
7433 * help-mode.el (help-mode): Set view-exit-action to delete window.
7434
7435 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
7436 now works by passing nil as arg.
7437
7438 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
7439
7440 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
7441 (read-abbrev-file): Provide default when reading filename.
7442
7443 * files.el (enable-local-variables): Allow :all as value.
7444 (hack-local-variables): Implement that value.
7445 (safe-local-variable-values, safe-local-eval-forms)
7446 (enable-local-variables): Mark as risky.
7447 (find-file-visit-truename, kept-old-versions): Mark safe.
7448
7449 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
7450 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
7451 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
7452
7453 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
7456 Use forward-line so as to get to BOL even in the presence of fields.
7457 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
7458 in return.
7459 (inferior-tcl): Tell tclsh to work in interactive mode.
7460
7461 * complete.el (partial-completion-mode):
7462 Use 'choose-completion-string-functions to make sure that
7463 choose-completion fills the minibuffer properly.
7464
7465 * complete.el (PC-old-read-file-name-internal): Remove.
7466 (PC-read-include-file-name-internal): Remove. Turn it into an advice
7467 of read-file-name-internal.
7468 (partial-completion-mode): Enable/disable this advice.
7469
7470 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
7471
7472 * net/tramp.el (tramp-completion-file-name-handler): Revert change
7473 of 2006-04-17.
7474
7475 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
7476
7477 * textmodes/org.el (org-insert-heading): Insert heading before
7478 current if at beginning of line.
7479 (org-todo, org-date): New faces.
7480 (org-table-align): Make sure tooltip window contains full text.
7481 (org-no-properties): New defsubst.
7482 (org-set-font-lock-defaults): Use new faces.
7483
7484 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
7487 for root variables.
7488
7489 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
7490 (gdb-frame-address): Re-use to identify frame for watch expression.
7491 (gdb-var-list, gdb-var-create-handler): Add frame address for root
7492 variables.
7493 (gdb-init-1, gdb-source, gdb-post-prompt)
7494 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
7495 (gdb-frame-handler): Get gdb-frame-address.
7496
7497 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
7498
7499 Sync with Tramp 2.0.53.
7500
7501 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
7502 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
7503 (tramp-completion-file-name-handler): Add autoload cookie for
7504 adding to `file-name-handler-alist'.
7505
7506 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
7507 the prompt. If it returns earlier (when detecting an error
7508 message), the rest of the output will merge accidently with the
7509 output of the next command. Reported by M Jared Finder
7510 <jared@hpalace.com>.
7511
7512 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7513 for `process-file', in order to let it work for older Emacsen too.
7514
7515 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
7516
7517 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
7518 (tex-font-lock-keywords-3): Use it.
7519
7520 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * newcomment.el (comment-add): New function.
7523 (comment-region-default, comment-dwim): Use it.
7524
7525 2006-04-15 Michael Olson <mwolson@gnu.org>
7526
7527 * emacs-lisp/tq.el: Improve comments.
7528 (tq-queue-head-question): New accessor function.
7529 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
7530 Update for modified queue structure.
7531 (tq-queue-add): Accept `question' argument.
7532 (tq-queue-pop): If a question is pending, send it.
7533 (tq-enqueue): Accept new optional argument `delay-question'.
7534 If this is non-nil, and at least one other question is pending a
7535 response, queue the question rather than sending it immediately.
7536
7537 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7538
7539 * calendar/appt.el (appt-add): Check whether an appointment is
7540 already present in appt-time-msg-list. Simplify code.
7541
7542 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * progmodes/cc-langs.el (c-mode-menu):
7545 Don't presume c-subword-mode is bound.
7546
7547 2006-04-13 Bill Wohler <wohler@newt.com>
7548
7549 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
7550 (customize-package-emacs-version): Use cdr instead of cadr now
7551 that alists use dotted pairs.
7552
7553 * custom.el (defcustom): Fix docstring for :package-version.
7554
7555 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
7556
7557 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
7558 (tramp-handle-shell-command): Display output buffer only when
7559 `tramp-display-shell-command-buffer' is true.
7560 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
7561
7562 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7563
7564 * textmodes/org.el (org-set-autofill-regexps): Set only the local
7565 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
7566
7567 2006-04-13 Romain Francoise <romain@orebokech.com>
7568
7569 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
7570 leaving temporary .cvsignore buffers behind.
7571
7572 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7573
7574 * textmodes/org.el (org-set-regexps-and-options)
7575 (org-get-current-options): Better names for the startup folding
7576 options.
7577
7578 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
7579
7580 * vc.el (vc-annotate): Arrange for point to end up at the same
7581 line number as in the original, but only when using a new buffer.
7582
7583 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
7584
7585 * files.el (hack-one-local-variable-eval-safep):
7586 Recognize `edebug-form-spec' for `put', but only if it passes
7587 `edebug-basic-spec'. Generalize `put' handling.
7588
7589 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
7590 vetting file-local form specs.
7591
7592 * allout.el (allout-layout): Autoload its `safe-local-variable'
7593 property.
7594
7595 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
7596
7597 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
7598 (org-agenda-mouse-1-follows-link)
7599 (org-mouse-1-follows-link): New options.
7600 (org-format-agenda-item): Fix bug if TAGS is nil.
7601 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
7602
7603 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
7606 GDB 6.1+ gives full filename for "info sources" so use
7607 file-name-nondirectory.
7608
7609 2006-04-12 Romain Francoise <romain@orebokech.com>
7610
7611 * subr.el (read-passwd): Bind `message-log-max' to nil.
7612
7613 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * progmodes/perl-mode.el (perl-indent-new-calculate):
7616 Recompute parse-start after jumping backward by a whole sexp.
7617
7618 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7621 window configuration.
7622 (vc-annotate-display-select): Select the buffer so that current-buffer
7623 (and selected-window) is the output buffer at the end of vc-annotate.
7624
7625 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
7626
7627 * vc.el (vc-annotate-color-map): Add custom TTY color map for
7628 8-color terminals, to use all of the colors in a sensible order.
7629 256-color terminals work well with the standard map.
7630 (vc-annotate-lines): Only strip the first color character if it
7631 is "#", to allow for terminal-style named colors.
7632 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7633 the correct buffer is scrolled.
7634
7635 2006-04-11 Richard Stallman <rms@gnu.org>
7636
7637 * emacs-lisp/bytecomp.el (byte-compile-file):
7638 Bind enable-local-variables to :safe, and make normal-mode obey it.
7639
7640 * files.el (enable-local-variables): Allow value :safe.
7641 (normal-mode): Doc fix.
7642 (hack-local-variables): Implement enable-local-variables = :safe.
7643 (hack-local-variables-confirm): Don't prevent quitting.
7644
7645 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * loadhist.el (unload-feature): A bit of sanity check of
7648 load-history entries. Cancel timer-vars before unbinding them.
7649
7650 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7651 quote special chars, and make the trick work on the hex part of the
7652 buffer as well.
7653 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7654 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7655
7656 * startup.el (normal-splash-screen): Fix last change so we don't wait
7657 2 minutes if we don't show the splash screen.
7658
7659 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
7660
7661 * textmodes/org.el (org-export-plain-list-max-depth)
7662 (org-table-spaces-around-separators)
7663 (org-radio-targets, org-activate-camels)
7664 (org-table-spaces-around-invisible-separators): Options removed.
7665 (org-time-stamp-rounding-minutes, org-remember-templates)
7666 (org-ellipsis, org-activate-links, org-descriptive-links):
7667 New options.
7668 (org-remember-apply-template, org-current-time)
7669 (org-finish-edit-table-field)
7670 (org-link-unescape, org-link-escape)
7671 (org-string-width, org-table-clean-line, org-html-do-expand)
7672 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7673 (org-read-agenda-file-list): New functions.
7674 (org-table-edit-field)
7675 (org-table-create-or-convert-from-region): New commands
7676 (org-table-toggle-vline-visibility): Command removed.
7677 (org-table-convert-region): Made a command.
7678 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7679 Replace with the normal org- functions.
7680 (org-self-insert-command): Don't trigger realign unnecessarily
7681 when blanking a field that is not full.
7682 (org-mode): `Set buffer-invisibility-spec' for links.
7683 (org-activate-links2): Hide link part and only show descriptive
7684 part of the link.
7685 (org-insert-link): Modify for new linking system.
7686 (org-store-link): Store description separately, for use by
7687 `org-insert-link'.
7688 (org-table-align): Use `org-string-width'.
7689 (defgroup): Completely new group structure for custom variables.
7690 (org-agenda-files): Option: Single file name allowed. Function:
7691 Optional argument unrestrited means ignore any restricitons.
7692 (org-install-agenda-files-menu): Find a buffer in Org-mode before
7693 trying to modify the menu. Use generalized access to
7694 `org-agenda-files.'
7695 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7696 (org-agenda-file-to-front, org-remove-file, org-diary)
7697 (org-tags-view, org-export-icalendar-all-agenda-files)
7698 (org-export-icalendar-combine-agenda-files): Use generalized
7699 access to `org-agenda-files'.
7700 (org-remember-handler): Correctly preserve heading if present.
7701 (org-table-insert-row, org-table-insert-hline): Deal with
7702 invisible characters.
7703
7704 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
7705
7706 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7707 (vc-annotate-color-map): New 18 element constant
7708 value/saturation, rotating hue colormap, from red->blue.
7709 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7710 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7711 (vc-annotate): To avoid killing the required local variables,
7712 set them before the end of `with-output-to-temp-buffer', and
7713 after first switching to annotate-mode.
7714 (vc-annotate-warp-version): Add buffer argument in goto-line to
7715 ensure annotation, not source, is scrolled.
7716
7717 2006-04-10 Bill Wohler <wohler@newt.com>
7718
7719 * custom.el (defcustom, custom-handle-keyword):
7720 Add :package-version keyword.
7721 (custom-add-package-version): New function. Sets value of new
7722 property 'custom-package-version from :package-version keyword.
7723 (defcustom): Create Common Keywords section in docstring.
7724 (defface, defgroup): Replace definitions of a select few keywords
7725 with a reference to the Common Keywords in defcustom.
7726 (defcustom, defface, defgroup): Replace reference to Customization
7727 chapter in manual with hyperlink.
7728
7729 * cus-edit.el (customize-package-emacs-version-alist): New variable.
7730 (customize-changed-options): Add check for custom-package-version.
7731 (customize-package-emacs-version): New function to look up Emacs
7732 version corresponding to the given package version.
7733
7734 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7735 defun name, in similar fashion to find-variable-regexp.
7736
7737 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7738
7739 * international/mule-cmds.el (set-locale-environment): Fix last
7740 change for when the locale's preferences don't specify any encoding.
7741
7742 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7745 so the defined var/fun doesn't need to be quoted.
7746
7747 2006-04-10 Richard Stallman <rms@gnu.org>
7748
7749 * finder.el (finder-mode-map): Add n and p bindings.
7750
7751 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7754 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7755 (gdb-setup-windows): Put something in source window if we can't find
7756 the source file.
7757 (gdb-frame-handler): Make it work again with just assembly.
7758 (gdb-data-list-register-values-handler): Make it work when there is
7759 no stack.
7760
7761 2006-04-09 Richard Stallman <rms@gnu.org>
7762
7763 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7764 specs while looking for charset.
7765
7766 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7767
7768 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7769 Make them faces.
7770 (lm-font-lock-keywords): Update appropriately.
7771
7772 2006-04-10 Kim F. Storm <storm@cua.dk>
7773
7774 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7775 it can also replace buffer-substring-no-properties.
7776
7777 * emulation/cua-base.el (cua-delete-region, cua-paste)
7778 (cua-repeat-replace-region): Use filter-buffer-substring.
7779
7780 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7781 (cua-cut-region-to-global-mark): Likewise.
7782
7783 * emulation/cua-rect.el (cua--extract-rectangle)
7784 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7785
7786 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7787
7788 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7789 entry-type. Add field delimiters to numerical fields if they are
7790 not present.
7791
7792 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7793
7794 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7795 string-const to return value.
7796 (bibtex-remove-delimiters): Use it.
7797
7798 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7801 cl-byte-compile-compiler-macro unless it exists.
7802
7803 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7804
7805 * files.el (hack-local-variables-confirm) <offer-save>:
7806 Clarify message text. Suggested by Ralf Angeli.
7807
7808 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7809
7810 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7811 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7812 instead of `buffer-substring' and `delete-region'. (Most of the
7813 code actually copied from `kill-region'.)
7814
7815 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7816
7817 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7818 (rcirc-default-port): Rename from rcirc-port.
7819 (rcirc-default-nick): Rename from rcirc-nick.
7820 (rcirc-default-user-name): Rename from rcirc-user-name.
7821 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7822 (rcirc-low-priority-flag): New variable.
7823 (rcirc-decode-coding-system): New defcustom.
7824 (rcirc-encode-coding-system): New defcustom.
7825 (rcirc-coding-system-alist): New defcustom.
7826 (rcirc-multiline-major-mode): New defcustom.
7827 (rcirc-nick): New internal variable.
7828 (rcirc-process): Remove variable.
7829 (rcirc-server-buffer): New variable.
7830 (rcirc): Update to use rcirc-default-* variables above.
7831 (rcirc-connect): Do not add window-configuration-hook-here.
7832 (rcirc-server): New internal variable.
7833 (rcirc-connect): Do not send keepalive pings if
7834 rcirc-keepalive-seconds is nil.
7835 (with-rcirc-server-buffer): New macro.
7836 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7837 (rcirc-server-name): Rename from rcirc-server.
7838 (rcirc-buffer-process): New function.
7839 (rcirc-buffer-nick): New function.
7840 (rcirc-buffer-target): Remove function.
7841 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7842 New commands.
7843 (rcirc-mode-map): Change binding of C-c C-l to
7844 rcirc-toggle-low-priority.
7845 (rcirc-mode): Initialize coding system based on
7846 rcirc-coding-system-alist. New change-major-mode-hook to part the
7847 channel on a mode change. Make kill-buffer-hook buffer-local.
7848 (rcirc-change-major-mode-hook): New function.
7849 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7850 (rcirc-last-post-time): New variable.
7851 (rcirc-process-message): Store the last time user posted a message
7852 to this target.
7853 (rcirc-multiline-minor-mode): New mode.
7854 (rcirc-multiline-minor-mode-map): New mode map.
7855 (rcirc-edit-multiline): Put multiline-edit buffer in
7856 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7857 (rcirc-print): Ignore any line starting with an ignored nick.
7858 (rcirc-print): Decode using rcirc-decode-coding-system.
7859 (rcirc-track-minor-mode): Update global-mode-string when disabling
7860 this mode.
7861 (minor-mode-alist): Add LowPri indicator.
7862 (rcirc-toggle-low-priority): New function.
7863 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7864 next lowpriority buffer with activity.
7865 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7866 last time the user posted a message in to the target.
7867 (rcirc-update-activity-string): New formatting for low priority
7868 buffers.
7869 (rcirc-split-activity): New function.
7870 (rcirc-handler-PART, rcirc-handler-KICK)
7871 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7872 (rcirc-nick-away-alist): New variable.
7873 (rcirc-handler-301): New handler. Away messages are printed once
7874 per change.
7875
7876 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7877
7878 * info.el (Info-follow-nearest-node): Doc fix.
7879
7880 * international/mule-cmds.el (set-locale-environment): Make sure
7881 the coding-system preferred by the locale's language has the same
7882 EOL conversion type as the original buffer-file-coding-system.
7883 (locale-language-names): Add a few MS Windows language codes.
7884
7885 2006-04-07 Richard Stallman <rms@gnu.org>
7886
7887 * simple.el (eval-expression): Doc fix.
7888
7889 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7890 (eval-defun): Doc fixes.
7891
7892 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7893
7894 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7895
7896 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7899 GDB list command without argument for greater generality.
7900
7901 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7902
7903 * subr.el (string-or-null-p): New function.
7904
7905 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7906
7907 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7908
7909 * files.el: Update comment about safe-local-variable declarations.
7910
7911 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7912
7913 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7914 See idlwave.org.
7915
7916 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7917 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7918
7919 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7920 See idlwave.org.
7921
7922 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7923 version 6.0 (minimal changes). See idlwave.org.
7924
7925 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7926 6.0 (minimal changes). See idlwave.org.
7927
7928 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7929
7930 2006-04-06 Romain Francoise <romain@orebokech.com>
7931
7932 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7933 symmetric encryption features and a new asynchronous interface to
7934 GnuPG. This new version is version 1.4, plus whitespace changes.
7935
7936 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7937
7938 * files.el: Move some `safe-local-variable' declarations to the
7939 respective files.
7940
7941 * textmodes/ispell.el (ispell-check-comments)
7942 (ispell-local-dictionary): Mark as safe.
7943
7944 * abbrev.el (abbrev-mode): Mark as safe.
7945
7946 * add-log.el (change-log-default-name): Mark as safe.
7947
7948 * textmodes/reftex-vars.el (reftex-vref-is-default)
7949 (reftex-fref-is-default, reftex-level-indent)
7950 (reftex-guess-label-type): Mark as safe.
7951
7952 * textmodes/fill.el (colon-double-space): Mark as safe.
7953
7954 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7955 (sentence-end-double-space, sentence-end-without-period)
7956 (sentence-end-without-space, sentence-end, sentence-end-base)
7957 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7958
7959 2006-04-06 Kim F. Storm <storm@cua.dk>
7960
7961 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7962 the :set-after list.
7963 (ido-downcase-unc-hosts): New user option. Default on.
7964 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7965 when it is set, as regexps are now applied on the fly.
7966 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7967 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7968 on the fly, but only when ido-process-ignore-lists is set.
7969 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7970 Only downcase names if ido-downcase-unc-hosts is set.
7971
7972 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
7973
7974 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7975
7976 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7977
7978 2006-04-05 Kim F. Storm <storm@cua.dk>
7979
7980 * ido.el (ido-mode): Set after ido-unc-hosts and
7981 ido-ignore-unc-host-regexps.
7982 (ido-save-history): Save ido-unc-hosts-cache.
7983 (ido-load-history): Load ido-unc-hosts-cache.
7984 (ido-reread-directory): Refresh unc hosts cache in // dir.
7985
7986 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7987 to nil while displaying slash screen.
7988
7989 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7990
7991 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7992 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7993
7994 2006-04-05 Kenichi Handa <handa@m17n.org>
7995
7996 * international/characters.el: Setup cases of Latin, Greek, and
7997 Cyrillic characters in CJK charsets.
7998
7999 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8000
8001 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8002 default-enable-multibyte-characters. This reverts the change from
8003 revision 6.17 which is no longer necessary because the passphrase
8004 is sent separately now. GnuPG messages are unreadable under
8005 multibyte locales with default-enable-multibyte-characters set to nil.
8006
8007 2006-04-04 Andreas Schwab <schwab@suse.de>
8008
8009 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8010 and `byte-compile-warnings' as `safe-local-variable'.
8011
8012 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8013
8014 * man.el (Man-mode-map): Restore the \r binding.
8015 (Man-abstract-xref-man-page): If Man-target-string is a function,
8016 call it.
8017 (Man-highlight-references): Use Man-default-man-entry to get the
8018 target. Deal with xrefs too.
8019 (Man-highlight-references0): Don't call the target function.
8020
8021 * woman.el (WoMan-xref-man-page): Strip the section number, woman
8022 cannot deal with it.
8023
8024 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8025
8026 * pgg-gpg.el: Clean up process buffers every time gpg processes
8027 complete.
8028
8029 2006-04-04 Kenichi Handa <handa@m17n.org>
8030
8031 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8032 here.
8033 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8034 Temporarily bind inhibit-field-text-motion to t.
8035
8036 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * startup.el (normal-splash-screen): Only set mode-line-format in the
8039 splash buffer, so as not to interfere when debugging the code.
8040 Ignore errors when switching buffer.
8041
8042 2006-04-03 Romain Francoise <romain@orebokech.com>
8043
8044 * dired.el (dired-dnd-protocol-alist): Fix typo.
8045
8046 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8047
8048 * savehist.el (savehist): Add :version.
8049 (savehist-ignored-variables): New variable.
8050 (savehist-minibuffer-hook): Don't save variables listed in
8051 `savehist-ignored-variables'.
8052
8053 * dired.el (dired-dnd-protocol-alist): Mention that change does
8054 only apply to new buffers in doc string.
8055
8056 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8057
8058 * recentf.el (recentf-open-files-item): Include newline in button
8059 field, so opening a file will work, when the point is at the end
8060 of the file name. Allow, for example, to [i]search a file by
8061 extension and just push RET to open it.
8062
8063 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8064
8065 * pgg-gpg.el (pgg-gpg-process-filter)
8066 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8067
8068 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8069 lines, temporary fix.
8070
8071 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8072
8073 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8074
8075 2006-04-02 Richard Stallman <rms@gnu.org>
8076
8077 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8078
8079 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8080
8081 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8082 header-mouse-map.
8083
8084 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8085 (ibuffer-mode-header-map): New keymaps.
8086 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8087 and keybindings for column headers.
8088 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8089 property.
8090
8091 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8092
8093 * speedbar.el (speedbar-after-create-hook): Doc fix.
8094
8095 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8096
8097 * shell.el (shell-directory-tracker)
8098 (shell-dynamic-complete-command): Doc fixes.
8099
8100 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8101
8102 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8103 terminals.
8104
8105 2006-04-01 Kim F. Storm <storm@cua.dk>
8106
8107 * ido.el (ido-unc-hosts-cache): New defvar.
8108 (ido-unc-hosts): If value of defcustom is a function, call it to
8109 get list of UNC hosts. Add function-item choices to specify
8110 ido-unc-hosts-net-view or user function.
8111 (ido-ignore-unc-host-regexps): New defcustom.
8112 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8113 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8114 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8115
8116 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8119 wwidth.
8120
8121 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8124 (ido-max-work-file-list, ido-switch-buffer)
8125 (ido-read-file-name-as-directory-commands):
8126 Fix typos in docstrings.
8127
8128 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8129
8130 * term/mac-win.el (mac-system-coding-system): Define and use after
8131 Mac-specific coding systems are ready.
8132
8133 2006-03-27 Romain Francoise <romain@orebokech.com>
8134
8135 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8136
8137 * ldefs-boot.el: Update.
8138
8139 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8140
8141 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8142 passphrases when it is not needed.
8143 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8144 passphrase stuff from gpg, should only be necessary when you use
8145 gpg with a smartcard.
8146
8147 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8148
8149 * comint.el (comint-dynamic-list-completions): Allow user to
8150 select *Completions* buffer.
8151
8152 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8153
8154 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8155
8156 2006-03-26 Andreas Schwab <schwab@suse.de>
8157
8158 * progmodes/gud.el (gdb): Only complain about multiple debugging
8159 when the gdb process is still running.
8160
8161 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8162
8163 * mail/rmail.el (tool-bar-map): Defvar it.
8164 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8165 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8166
8167 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8168
8169 * help.el (print-help-return-message): Suggest to use
8170 display-buffer instead of switch-to-buffer-other-window to restore
8171 the previous window without selecting it.
8172
8173 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8174
8175 * frame.el (select-frame-by-name): Call x-focus-frame also when
8176 window-system is mac.
8177
8178 * term/mac-win.el: Adjust Courier font specifications in
8179 x-fixed-font-alist.
8180 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8181 when directly encoding to UTF-16 in native byte order, no BOM.
8182
8183 2006-03-25 Kim F. Storm <storm@cua.dk>
8184
8185 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8186 (cua--init-keymaps): Use it instead of fixed C-return.
8187 (cua-mode): Set after it.
8188
8189 * emulation/cua-rect.el (cua--init-rectangles):
8190 Use cua-rectangle-mark-key instead of fixed C-return.
8191
8192 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8193
8194 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8195 "run" in .gdbinit.
8196 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8197
8198 2006-03-24 Romain Francoise <romain@orebokech.com>
8199
8200 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8201 `display-buffer-other-frame'.
8202
8203 2006-03-24 Kim F. Storm <storm@cua.dk>
8204
8205 * apropos.el (apropos-synonyms): Add selection => region.
8206
8207 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8208
8209 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8210 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8211 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8212 (gdb-data-list-register-values-regexp)
8213 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8214 Future proof against new fields being added to MI output.
8215 (gdb-send): Don't treat backslashes for program input as
8216 continuations.
8217 (gdb-assembler-handler): Don't use window-start for this handler.
8218 (gdb-frame-handler): Don't change to hollow arrow if overlay
8219 arrow doesn't move to new frame.
8220
8221 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8224 prevent compiler warnings.
8225 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8226 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8227 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8228 buffer too.
8229
8230 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8231
8232 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8233 make-network-process, so we can use the same code in Gnus v5-10
8234 too and have this file fully synchronized with that release.
8235
8236 2006-03-23 Romain Francoise <romain@orebokech.com>
8237
8238 * ibuf-ext.el (ibuffer-read-filter-group-name):
8239 Use `ibuffer-generate-filter-groups' to make completion list match
8240 the filter groups that are really displayed in the Ibuffer buffer.
8241 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8242
8243 2006-03-23 Kenichi Handa <handa@m17n.org>
8244
8245 * international/mule-cmds.el (sort-coding-systems): Describe that
8246 the argument is modified in docstring.
8247
8248 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8249
8250 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8251 (pgg-gpg-update-agent): New function.
8252 (pgg-gpg-use-agent-p): New function.
8253 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8254 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8255 (pgg-gpg-sign-region): Use it.
8256
8257 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * cus-edit.el (custom-face-set): Call custom-push-theme before
8260 face-spec set so that `changed' theme is correctly saved.
8261 (custom-face-reset-standard): Reset to recalculated face rather
8262 than defface spec.
8263
8264 * custom.el (custom-push-theme): Only save `changed' theme if the
8265 current face does not match the defface specs.
8266
8267 2006-03-21 Simon Josefsson <jas@extundo.com>
8268
8269 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8270 <wilde@sha-bang.de>.
8271 (pgg-gpg-use-agent): New variable.
8272 (pgg-gpg-process-region): Use it.
8273 (pgg-gpg-encrypt-region): Likewise.
8274 (pgg-gpg-encrypt-symmetric-region): Likewise.
8275 (pgg-gpg-decrypt-region): Likewise.
8276 (pgg-gpg-sign-region): Likewise.
8277 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8278
8279 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8280
8281 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8282 bracket links.
8283
8284 2006-03-21 Kim F. Storm <storm@cua.dk>
8285
8286 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8287 fringe-indicator-alist instead of modifying global value.
8288 (gdb-frame-handler): Likewise.
8289
8290 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8291
8292 * diff-mode.el (diff-function): Make it inherit from diff-header
8293 instead of diff-context.
8294
8295 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8296 bitmap.
8297 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8298 change names in macro above for consistency.
8299 (gdb-frame-handler): Use hollow-right-triangle for all selected
8300 frames which except the innermost (where execution has stopped).
8301 (gdb-reset): Reset buffer-local values of overlay-arrow.
8302
8303 2006-03-20 Richard Stallman <rms@gnu.org>
8304
8305 * simple.el (set-mark-command): Doc fix.
8306
8307 * files.el (display-buffer-other-frame): New command.
8308 (ctl-x-4-map): Bind C-x 5 C-o to it.
8309
8310 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8313 rather than just defer-time, in case defer-time has been changed but
8314 the timer isn't running yet.
8315 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8316
8317 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8318
8319 * help-mode.el (help-follow-symbol): New function.
8320 Essentially identical to the old `help-follow', but do not let
8321 `push-button' do the work when on an xref.
8322 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8323
8324 2006-03-19 Richard Stallman <rms@gnu.org>
8325
8326 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8327 preceded by the word `program'.
8328 (help-follow-mouse, help-follow): Throw error if not on xref.
8329 Delete no longer used args.
8330
8331 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8332
8333 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8334 annotation ensure gud-overlay-arrow-position is redisplayed.
8335
8336 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8337
8338 * textmodes/bibtex.el (bibtex-include-OPTkey)
8339 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8340 (bibtex-autokey-name-case-convert)
8341 (bibtex-autokey-titleword-case-convert): Make these the aliases
8342 for the following two variables.
8343 (bibtex-autokey-name-case-convert-function)
8344 (bibtex-autokey-titleword-case-convert-function): Make these the
8345 real names.
8346 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8347 bibtex-font-lock-crossref sublists.
8348 (bibtex-mode): Revert 2005-12-30 change (which made
8349 completion-ignore-case buffer-local).
8350 (bibtex-url): Simplify.
8351
8352 2006-03-19 Kim F. Storm <storm@cua.dk>
8353
8354 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8355 cursor property value to 2 (to align with C level change).
8356
8357 2006-03-19 Bill Wohler <wohler@newt.com>
8358
8359 * image.el (image-load-path-for-library): Shorten first line in
8360 docstring.
8361
8362 2006-03-18 Richard Stallman <rms@gnu.org>
8363
8364 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8365
8366 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8367
8368 * isearch.el (isearch-other-meta-char): Handle user bindings for
8369 shifted control characters.
8370
8371 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8372
8373 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8374 part that matches email addresses, file names, etc.
8375
8376 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8377
8378 * term/w32-win.el (mouse-set-font):
8379 Mention w32-list-proportional-fonts in the doc string.
8380
8381 2006-03-18 Kim F. Storm <storm@cua.dk>
8382
8383 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8384 (ido-unc-hosts): New user option to explicitly define list of know
8385 UNC-style hosts for completion.
8386 (ido-cache-unc-host-shares-time): New user option.
8387 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
8388 New helper functions for UNC file-name support.
8389 (ido-may-cache-directory): Check for UNC host. Simplify.
8390 (ido-wash-history): Clean out old UNC hosts.
8391 (ido-nonreadable-directory-p): UNC hosts are always readable.
8392 (ido-directory-too-big-p): UNC hosts are never too big.
8393 (ido-set-current-directory): Handle UNC root path.
8394 (ido-file-name-all-completions): Complete UNC host names from
8395 ido-unc-hosts list. Cache UNC host shares.
8396 (ido-make-file-list-1): Don't filter UNC root.
8397 (ido-exhibit): Check for // in root directory, and switch to UNC
8398 mode by setting ido-current-directory to //.
8399
8400 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * cus-edit.el (customize-changed-options): Mention explicit
8403 version number as default in prompt.
8404
8405 2006-03-17 Bill Wohler <wohler@newt.com>
8406
8407 * image.el (image-load-path-for-library): Minor docstring fix.
8408
8409 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
8410
8411 * textmodes/org.el (org-read-date): Include subgroup 5 into
8412 replacement text.
8413 (org-popup-calendar-for-date-prompt): Fix customization type.
8414
8415 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
8416
8417 * progmodes/gdb-ui.el (gud-watch): Provide completion.
8418 (gdb-continuation): New variable.
8419 (gdb-send): Deal with continuation lines.
8420
8421 * progmodes/gud.el (gud-gdb-complete-command)
8422 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
8423 expressions.
8424 (gud-tooltip-mode): Use buffer-local value.
8425
8426 2006-03-16 Kim F. Storm <storm@cua.dk>
8427
8428 * ido.el (ido-edit-input): Use selected match, if any.
8429
8430 2006-03-16 Bill Wohler <wohler@newt.com>
8431
8432 * image.el (image-load-path-for-library): Prefer user's images in
8433 image-load-path.
8434
8435 2006-03-16 Martin Rudalics <rudalics@gmx.at>
8436
8437 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
8438 when checking for attempt to drag leftmost or rightmost scrollbar.
8439
8440 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
8443 (gdb-force-mode-line-update): New function.
8444 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
8445 (gdb-exited): Use them.
8446 (gdb-signal): New function.
8447 (gdb-annotation-rules): Provide a rule for it.
8448
8449 2006-03-16 Kenichi Handa <handa@m17n.org>
8450
8451 * international/mule.el (auto-coding-regexp-alist): Add entries
8452 for Unicode BOM.
8453
8454 * sort.el (sort-build-lists): Temporarily bind
8455 inhibit-field-text-motion to t.
8456
8457 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
8458
8459 * locate.el (locate-command, locate-make-command-line)
8460 (locate-fcodes-file, locate-update-command)
8461 (locate-prompt-for-command, locate, locate-with-filter)
8462 (locate-get-file-positions): Doc fixes.
8463 (locate-buffer-name, locate-header-face): Remove leading `*' in
8464 defcustom.
8465 (locate-filter-output): Use `keep-lines' instead of its alias
8466 `delete-non-matching-lines'.
8467 (locate-get-filename, locate-get-dirname): Add introductory comment.
8468 (locate-find-directory-other-window): Give appropriate error
8469 message if used outside main listing.
8470
8471 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
8474 the new extend-region feature.
8475 (font-lock-after-change-function): Update correspondingly.
8476 * jit-lock.el (jit-lock-after-change): Update correspondingly.
8477 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8478
8479 2006-03-15 Bill Wohler <wohler@newt.com>
8480
8481 * image.el (image-load-path-for-library): Fix example by not
8482 recommending that one binds image-load-path. Just defvar it to
8483 placate compiler and only use it if previously defined.
8484
8485 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
8486
8487 * textmodes/org.el (org-insert-centered): Use `string-width' to
8488 make underlining work for wide characters.
8489 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
8490 TAB to `org-cycle', to make sure that no binding in
8491 `outline-mode-map' can supercede it.
8492
8493 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
8494
8495 * allout.el: Increment version to 2.2.1 in file commentary.
8496
8497 (allout-version): Increment to 2.2.1.
8498
8499 (allout-default-layout): New customization variable, used when the
8500 file lacks a specific allout-layout. Uses allout-layout-type for
8501 recursively nested definition.
8502
8503 (allout-layout-type): Widget defining allout layouts, necessary for
8504 self-recursive definition.
8505
8506 (allout-mode): Incorporate allout-default-layout as fallback for
8507 allout-layout.
8508
8509 (allout-layout): Mark as 'safe-local-variable', and refer mention
8510 fallback to `allout-default-layout' in absence of a specified value.
8511 (allout-passphrase-verifier-string)
8512 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
8513
8514 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
8515
8516 (allout-get-encryption-passphrase-verifier): Use correct name of
8517 passphrase verifier in docstring.
8518
8519 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
8522 elements.
8523 (gdb-find-watch-expression): Make it work for arrays too.
8524 Follow change to gdb-var-list.
8525 (gud-watch): Allow the user to enter variable name with a prexix
8526 arg. Create keybindings.
8527 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8528 (gdb-var-list-children-handler, gdb-var-update-handler)
8529 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
8530 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
8531 Follow change to gdb-var-list.
8532 (gdb-starting): Don't show the overlay arrows when program is running.
8533
8534 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
8535 gdb-var-list.
8536
8537 2006-03-14 Bill Wohler <wohler@newt.com>
8538
8539 * image.el (image-load-path-for-library): Pass value of path
8540 rather than symbol. Always return list of directories.
8541 Guarantee that image directory comes first.
8542
8543 2006-03-14 Alan Mackenzie <acm@muc.de>
8544
8545 * font-core.el (font-lock-extend-region\(-function\)?.):
8546 New function/variable.
8547
8548 * font-lock.el (font-lock-after-change-function):
8549 Call font-lock-extend-region. Obey font-lock-lines-before.
8550 (font-lock-default-fontify-region): Remove reference to
8551 font-lock-lines-before.
8552
8553 * jit-lock.el (jit-lock-after-change):
8554 Call font-lock-extend-region. Obey font-lock-lines-before.
8555
8556 2006-03-14 David Ponce <david@dponce.com>
8557
8558 * tree-widget.el (tree-widget-themes-load-path)
8559 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8560
8561 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
8562
8563 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
8564 (rcirc-print): Mark the start of text at the end of the prompt.
8565 (rcirc-track-minor-mode): Add autoload cookie.
8566 (rcirc-update-activity-string): Add space to front of mode-line
8567 indicator.
8568
8569 2006-03-13 Miles Bader <miles@gnu.org>
8570
8571 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
8572 (rcirc-abbrev-nick): Remove function.
8573 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
8574
8575 2006-03-13 David Ponce <david@dponce.com>
8576
8577 * tree-widget.el: Handle themes across all occurrences of the main
8578 themes sub-directory found in tree-widget-themes-load-path.
8579 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
8580 (tree-widget--locate-sub-directory): Return all occurrences.
8581 (tree-widget-themes-path): New function.
8582 Replace tree-widget-themes-directory, and return a list of directories.
8583 (tree-widget-set-parent-theme)
8584 (tree-widget-lookup-image): Use it.
8585
8586 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
8587
8588 * textmodes/org.el (org-link-search): Avoid self-matching of
8589 links, allow target text to be distributed over several lines.
8590 (org-search-not-link): New function.
8591 (org-set-regexps-and-options, org-get-current-options):
8592 New startup options.
8593 (org-export-as-html): Take odd-level setting from local variable.
8594 (org-fontify-emphasized-text): New option.
8595 (org-set-font-lock-defaults): Include emphasized text.
8596 (org-follow-mhe-link): Allow folder-only links, fix folder name.
8597 (org-font-lock): Customize group renamed from `org-faces'.
8598
8599 2006-03-13 John Paul Wallington <jpw@pobox.com>
8600
8601 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
8602 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
8603
8604 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
8605
8606 * cus-start.el (all): Delete :version keyword for members of the
8607 fringe group, since the entire group is new in 22.1.
8608
8609 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8612 map if value is hexadecimal (an address).
8613 (gud-watch): Only search roots for existing watch expressions.
8614 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8615 prevent caching problems with speedbar-update-directory-contents.
8616
8617 2006-03-12 Juri Linkov <juri@jurta.org>
8618
8619 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8620 before comparing with `low' and `warn'.
8621
8622 * info.el (Info-dir-remove-duplicates): Move point to the
8623 beginning of the current line after deleting the entries from
8624 redundant heading. Use marker for `limit' and compare it with
8625 point before calling `re-search-forward'.
8626
8627 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * simple.el (yank): Fix typo in docstring.
8630
8631 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
8632
8633 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8634 messages, where "D" is the 6th character.
8635
8636 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8637
8638 * simple.el (yank): Fix last change.
8639
8640 2006-03-11 David Ponce <david@dponce.com>
8641
8642 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8643 merging elements from the standard ispell-dictionary-alist.
8644 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8645 alist, and return the new alist.
8646
8647 2006-03-11 Richard Stallman <rms@gnu.org>
8648
8649 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8650
8651 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8652 the way it is implemented is too unclean.
8653
8654 * simple.el (kill-region, yank): Doc fix.
8655
8656 * battery.el (battery-echo-area-format): Doc fix.
8657 (battery-mode-line-format): Likewise.
8658 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8659 (battery-linux-proc-acpi): Ignore batteries that say "charged".
8660
8661 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8662
8663 * progmodes/octave-mod.el (octave-indent-for-comment):
8664 Behave according to do string.
8665
8666 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
8667
8668 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8669 Be visible only if major mode is Mail Mode.
8670
8671 * textmodes/flyspell.el (flyspell-external-point-words)
8672 (flyspell-process-localwords): Fix last changes.
8673
8674 2006-03-11 Eli Zaretskii <eliz@gnu.org>
8675
8676 * calendar/holidays.el (list-holidays): Doc fix.
8677
8678 * international/mule.el (auto-coding-alist): Add .odt
8679 (OpenOffice's open document) files.
8680
8681 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8682 document) files. Mention in the doc string the need to sync with
8683 auto-coding-alist.
8684
8685 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
8686
8687 * files.el (hack-local-variables-confirm): Don't prompt for ! if
8688 enable-local-variables is set to always query, or there is no
8689 savable variable.
8690
8691 2006-03-10 Bill Wohler <wohler@newt.com>
8692
8693 * image.el (image-load-path-for-library): Merge at least three
8694 functions from Gnus and MH-E into this one function that can now
8695 be shared.
8696
8697 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
8698
8699 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8700 gdb-remove-mouse-face and remove help-echo too.
8701 (gdb-enqueue-input): Correct conditional clause.
8702
8703 2006-03-10 Glenn Morris <rgm@gnu.org>
8704
8705 * calendar/calendar.el (calendar-holidays): Doc fix.
8706 * calendar/holidays.el (list-holidays): Doc fix.
8707
8708 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
8709
8710 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8711 it gets called in gdb-prompt anyway.
8712 (gdb-use-separate-io-buffer): Only restore window arrangement for
8713 gdb-many-windows.
8714 (gdb-enqueue-input): Make it harder to send GDB input when program
8715 is running.
8716 (gdb-buffer-list): New variable.
8717 (gdb-remove-mouse-face): New function.
8718 (gdb-starting): Use it when GDB input won't get sent.
8719
8720 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * help.el (view-lossage): Remove trailing whitespace before
8723 inserting "\n".
8724
8725 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8726
8727 * files.el (hack-local-variables-confirm):
8728 Set coding-system-for-read to nil before writing to .emacs.
8729
8730 * arc-mode.el (archive-extract): Check if an existing buffer name
8731 comes from a different archive.
8732
8733 * help.el (describe-key-briefly): If KEY is a down event, read and
8734 discard the up event.
8735
8736 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8737
8738 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8739 be edited and use font-lock-warning-face for any changes.
8740
8741 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8742 (gdb-edit-value): Use it to report any errors.
8743
8744 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * help.el (describe-key): Remove leftover test code.
8747
8748 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8749
8750 * textmodes/org.el: Move defvars out of eval-when-compile.
8751 Use buffer-file-name variable.
8752 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8753 arg `file'.
8754 (org-level-faces): Remove startup dependency.
8755 (org-cycle, org-map-tree, org-scan-tags)
8756 (org-remember-handler): Don't call `outline-level' directly.
8757 (org-mhe-search-all-folders): New option.
8758 (org-mhe-get-message-folder-from-index)
8759 (org-mhe-get-message-folder): Fix indexing search.
8760 (org-format-agenda-item): Handle nil TAGS argument.
8761 (org-cleaned-string-for-export, org-activate-target-links)
8762 (org-make-target-link-regexp): Deal with empty radio target list.
8763 (org-tag): New face.
8764 (org-get-level-face): New function.
8765 (org-set-font-lock-defaults): Simplify setup for headlines.
8766 (org-complete): Pass common substring to `display-completion-list'.
8767
8768 2006-03-06 David Ponce <david@dponce.com>
8769
8770 * tree-widget.el: Update Commentary header.
8771 (tree-widget-theme-name): Ignore parent themes.
8772 (tree-widget-set-parent-theme): New function.
8773 (tree-widget-set-theme): Use it.
8774 (tree-widget-set-image-properties): Move definition. Does nothing
8775 if image properties have already been set.
8776 (tree-widget-image-properties): Move definition. Receive an image
8777 name. Set the :pointer property.
8778 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8779 Don't set the :pointer image property.
8780 (tree-widget-convert-widget): New function. Handle :dynargs
8781 compatibility here.
8782 (tree-widget): Use it to :convert-widget. Add the :expander-p
8783 predicate to control when the :expander function is entered.
8784 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8785 (tree-widget-value-create): Handle :expander-p. widget-apply
8786 :expander.
8787 (tree-widget-expander-p): New function. Default value of the
8788 :expander-p property.
8789
8790 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8791
8792 * help.el (describe-key): Properly handle the return value of
8793 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8794 remaps. Handle string and vector `follow-link' values.
8795
8796 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * complete.el (PC-expand-many-files): Try be more careful when parsing
8799 the shell's output.
8800
8801 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8802
8803 * outline.el (hide-sublevels): Provide better interactive default.
8804
8805 2006-03-06 Kenichi Handa <handa@m17n.org>
8806
8807 * international/fontset.el (create-fontset-from-fontset-spec):
8808 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8809
8810 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8811
8812 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8813 backslashes instead of one in regexp.
8814 (gud-tooltip-dereference): Add missing optional argument.
8815
8816 2006-03-04 John Paul Wallington <jpw@pobox.com>
8817
8818 * wdired.el (toplevel): Require `cl' at compile-time.
8819
8820 2006-03-04 Andreas Schwab <schwab@suse.de>
8821
8822 * server.el (server-process-filter): Handle errors during
8823 evaluation of the argument.
8824
8825 2006-03-03 John Paul Wallington <jpw@pobox.com>
8826
8827 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8828 escape parentheses at beginning of line.
8829 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8830 (t-mouse-mode): Remove period from end of error message.
8831
8832 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8833
8834 * textmodes/flyspell.el (flyspell-process-localwords):
8835 Be case-sensitive.
8836
8837 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8838
8839 * cus-edit.el (custom-quote): Remove function, since it has been
8840 moved to custom.el.
8841
8842 * font-lock.el (lisp-font-lock-keywords-2)
8843 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8844 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8845 they have no special meaning.
8846
8847 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8848 indirect buffer gets killed before indirect buffer. Use dolist.
8849
8850 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8851
8852 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8853 value instead of a literal constant (1) on more pauses.
8854
8855 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8856
8857 * textmodes/flyspell.el (flyspell-external-point-words):
8858 Be case-sensitive.
8859
8860 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8861
8862 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8863 with "www".
8864
8865 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8866
8867 * allout.el: Restablish intermediate missing comment header to
8868 preserve outline structure.
8869 (allout-beginning-of-current-entry): Skip invisible text.
8870 (allout-open-topic): Fix opening a topic at end-of-buffer.
8871 (allout-minor-mode): Move nearer to allout-mode function.
8872
8873 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8874
8875 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8876
8877 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8880 is nil.
8881
8882 * progmodes/gud.el (gud-speedbar-menu-items):
8883 Use buffer-local-value and add missing :visible keyword.
8884
8885 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8886
8887 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8888
8889 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8890 must be `follow-link'.
8891
8892 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8893
8894 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8895 formatting: No nested anchors.
8896 (org-all-targets): Fix bug with XEmacs compatibility.
8897 (org-read-date): Add (require 'parse-time).
8898 (org-set-tags): Fix bug with extra inserted space.
8899 (org-export-html-style): Define a style class for targets.
8900 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8901 (org-hide-leading-stars): New option.
8902 (org-hide): New face.
8903 (org-set-font-lock-defaults): Allow to hide leading stars.
8904 (org-get-legal-level, org-tr-level): New functions.
8905 (org-odd-levels-only): New option.
8906 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8907 (org-demote, org-promote): Deal with double-star levels.
8908 (org-convert-to-odd-levels): New command.
8909
8910 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8911
8912 * speedbar.el (speedbar-update-localized-contents): Try to
8913 preserve window-start.
8914 (speedbar-update-directory-contents): Try to preserve window-start
8915 and window-point.
8916 (speedbar-update-special-contents): Don't move back to start of window.
8917
8918 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8919 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8920 speedbar-timer-fn.
8921 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8922 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8923 instead of gdb-speedbar-timer-fn.
8924
8925 2006-02-28 Jay Belanger <belanger@truman.edu>
8926
8927 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8928 (math-compose-expr): Use latex option when calling
8929 `math-compose-tex-matrix' for latex mode.
8930
8931 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8932
8933 * speedbar.el: Re-instate comments about developing for speedbar
8934 [this is what info and gdb-ui use even if better methods exist now].
8935
8936 * t-mouse.el: New file.
8937 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8938 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8939 (t-mouse-make-event-element): Use posn-at-x-y instead.
8940 (t-mouse-make-event): Deal with Fedora Core 3.
8941 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8942 (t-mouse-mouse-position-function): New function. Use it instead
8943 of advising mouse-position.
8944 (t-mouse-mode): New minor mode.
8945 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8946
8947 2006-02-27 Glenn Morris <rgm@gnu.org>
8948
8949 * calendar/calendar.el (calendar-holidays): Doc fix.
8950
8951 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8952
8953 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8954 Re-introduce the concept of a source window.
8955 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8956 consistency with get-buffer-create.
8957 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8958 (gdb-data-list-register-values-handler)
8959 (gdb-stack-list-locals-handler): Try to preserve window-start as
8960 well as window-point.
8961 (gdb-display-source-buffer): New function (old concept).
8962 (gdb-goto-breakpoint): Use it.
8963
8964 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8965 for gdb-ui/gdb-mi (old concept).
8966
8967 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
8968
8969 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8970 binding.
8971
8972 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8973
8974 * textmodes/reftex-sel.el (reftex-select-label-map)
8975 (reftex-select-bib-map): Add `follow-mouse' binding.
8976
8977 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8978
8979 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8980 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8981 Give :set functions to provide automatic updating.
8982 Update docstring. Give compiler defvars early in the file
8983 and move the defcustoms to a later spot where all called functions
8984 are defined.
8985 (jka-compr-file-name-handler-entry): Doc fix.
8986 (jka-compr-compression-info-list--internal)
8987 (jka-compr-mode-alist-additions--internal)
8988 (jka-compr-load-suffixes--internal): New variables.
8989 (jka-compr-install): Set the three above variables.
8990 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8991 (jka-compr-update, jka-compr-set): New functions.
8992 (auto-compression-mode): Doc fix.
8993
8994 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8995 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8996 Use jka-compr-compression-info-list--internal,
8997 jka-compr-mode-alist-additions--internal and
8998 jka-compr-load-suffixes--internal.
8999
9000 * files.el (load-library):
9001 * loadhist.el (file-loadhist-lookup):
9002 * startup.el (command-line):
9003 * subr.el (locate-library):
9004 * emacs-lisp/autoload.el (update-directory-autoloads):
9005 * emacs-lisp/find-func.el (find-library-suffixes):
9006 Use `get-load-suffixes' instead of `load-suffixes'.
9007
9008 * subr.el (locate-library):
9009 * emacs-lisp/find-func.el (find-library-name):
9010 Use `load-file-rep-suffixes' instead of '("").
9011
9012 2006-02-26 Kim F. Storm <storm@cua.dk>
9013
9014 * ido.el (ido-save-history, ido-load-history): Simplify.
9015 Don't use find-file-noselect to avoid interference from other modes.
9016
9017 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
9018
9019 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9020 to use the default shell if filename is not available.
9021 Reported by Giorgos Keramidas.
9022
9023 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
9024
9025 * progmodes/etags.el (tags-completion-table): Do completion from
9026 all the tables in the current list, as documented in the manual.
9027
9028 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9029
9030 * CC Mode Update to 5.31.3.
9031
9032 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9033
9034 * progmodes/cc-mode.el (c-postprocess-file-styles):
9035 Bind inhibit-read-only to t, around the call to
9036 c-remove-any-local-eval-or-mode-variables, so that it works on a
9037 RO file.
9038
9039 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9040
9041 * progmodes/cc-awk.el: Correct a typo.
9042
9043 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9044
9045 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9046 c-hungry-delete-backwards, at the request of RMS. Leave the old
9047 name as an alias.
9048
9049 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9050
9051 * progmodes/cc-mode.el: Correct a typo.
9052
9053 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9054
9055 * progmodes/cc-defs.el: Update the version number to 5.31.3.
9056
9057 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9058
9059 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9060 brace-else-brace (error due to mbeg, mend being undefined).
9061
9062 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9063
9064 * progmodes/cc-mode.el: File Local variables: Solve the problem
9065 where both `mode' and c-file-offsets are specified: `mode' will
9066 overwrite c-f-o's settings:
9067 (c-remove-any-local-eval-or-mode-variables): New function.
9068 (c-postprocess-file-styles): Call the above new function, within
9069 c-tentative-buffer-change, to splat `mode' and `eval' before the
9070 second hack-local-variables.
9071
9072 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9073
9074 * progmodes/cc-mode.el:
9075 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9076 (c-after-change): Protect the match data with save-match-data.
9077 It was getting corrupted by c-after-change-check-<>-operators.
9078
9079 * cc-defs.el: [Supersedes patch V1.38]:
9080 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9081 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9082
9083 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9084 with save-match-data. It was being corrupted when Font Lock was
9085 not enabled.
9086
9087 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9088
9089 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9090 Mode and Subword Mode.
9091
9092 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9093 real labels ("case 1:" or "foo:") from non-labels ("public:").
9094 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9095 coding; c-f-t-2 doesn't move over a token at EOB.
9096
9097 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9098
9099 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9100 (c-update-modeline): Concatenate the minor mode indicators
9101 directly onto mode-name, removing c-submode-indicators.
9102 Sometimes, c-s-i got separated from the mode name on the mode line.
9103
9104 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9105 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9106
9107 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9108
9109 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9110 error message when there's an evaluation error to show whether
9111 it's loaded from source or not.
9112 (c-filter-ops): Make it available at runtime too to work when
9113 `c-make-init-lang-vars-fun' needs to evaluate from source.
9114
9115 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9116
9117 * help.el (help): Revert last part of 2006-02-23 change (deletion
9118 of the `provide' call).
9119
9120 2006-02-23 Juri Linkov <juri@jurta.org>
9121
9122 * compare-w.el (compare-windows-highlight): Add new value
9123 `persistent' and change :type from `boolean' to `choice'.
9124 (compare-windows-overlays1, compare-windows-overlays2):
9125 New internal variables.
9126 (compare-windows-highlight): If compare-windows-highlight is
9127 `persistent', add current overlays to compare-windows-overlays[12]
9128 instead of adding compare-windows-dehighlight to pre-command-hook.
9129 (compare-windows-dehighlight): Delete all overlays from
9130 compare-windows-overlays[12].
9131
9132 * info.el (Info-search): Don't bind search-spaces-regexp to
9133 Info-search-whitespace-regexp in non-regexp isearch mode.
9134
9135 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9138
9139 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9140
9141 * textmodes/org.el (org-xemacs-p)
9142 (org-export-html-show-new-buffer, org-table-may-need-update)
9143 (org-insert-item, org-mhe-get-message-real-folder)
9144 (org-mhe-get-message-folder-from-index)
9145 (org-mhe-get-message-folder, org-mhe-get-message-num)
9146 (org-mhe-get-header, org-make-org-heading-search-string)
9147 (org-make-org-heading-camel, org-table-sort-lines)
9148 (org-format-org-table-html, org-format-table-table-html):
9149 Fix typos in docstrings.
9150
9151 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9152
9153 * textmodes/org.el (org-cleaned-string-for-export)
9154 (org-solidify-link-text): New function.
9155 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9156 XEmacs, just to silence the compiler.
9157 (org-export-as-ascii, org-export-as-html-and-open):
9158 Use `org-cleaned-string-for-export' and create internal links.
9159 (org-follow-mhe-link): Require mh-e, use folder.
9160
9161 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9162
9163 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9164
9165 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9166 gdb-debug-log-length.
9167 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9168 it a real ring but...
9169 (gud-gdba-marker-filter): ...make it work like mark-ring.
9170 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9171 (gdb-mouse-jump): New function. Add bindings.
9172
9173 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9174
9175 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9176 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9177 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9178 (gdb-debug-log-length): Customize it's length.
9179 (gud-watch, gdb-var-create-handler): Display function::var format
9180 but don't use to create variable object.
9181 (gdb-var-create-handler): Use message-box in place of message.
9182 (gdb-stopped): Call gdb-exited if signalled.
9183
9184 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9185
9186 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9187
9188 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9189
9190 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9191 if `reftex-try-all-extensions' is set.
9192
9193 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9194 fail silently when there is no valid argument at point.
9195 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9196 `fail-silently' argument. From a patch by David Reiter.
9197
9198 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9199 New commands.
9200 (org-mark-ring): New variable.
9201 (org-mark-ring-length): New option.
9202 (org-open-at-point, org-goto, org-open-file): Push old position
9203 onto the mark ring.
9204 (org-add-hook): New function.
9205 (org-export-table-remove-special-lines): New option.
9206 (org-skip-comments, org-format-org-table-html): Respect new
9207 option `org-export-table-remove-special-lines'.
9208 (org-open-file): Allow special command configuration for
9209 directory link.
9210 (org-file-apps): Fix bugs in customize type, added setting
9211 for directories.
9212 (org-activate-tags, org-format-agenda-item, org-complete)
9213 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9214 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9215 (org-link-search, org-make-org-heading-search-string)
9216 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9217 (org-radio-targets, org-file-link-context-use-camel-case)
9218 (org-activate-camels): New options.
9219 (org-update-radio-target-regexp, org-all-targets)
9220 (org-make-target-link-regexp, org-activate-target-links):
9221 New functions.
9222 (org-make-org-heading-search-string): New function.
9223 (org-store-link, org-insert-link): Use new option
9224 `org-file-link-context-use-camel-case'.
9225 (org-activate-camels): Use new option `org-activate-camels'.
9226 (org-link-regexp): Add mhe prefix.
9227 (org-open-at-point, org-store-link): Support for mhe links.
9228 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9229 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9230 (org-mhe-get-header, org-follow-mhe-link): New functions.
9231 (org-remove-angle-brackets, org-add-angle-brackets):
9232 New functions.
9233 (org-bracket-link-regexp): New constant.
9234 (org-read-date): Fix bug that was rejecting all typed dates.
9235 (org-link-search): Make hierarchy above visible after a match.
9236 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9237 (org-store-link): Fix bug with link creation when cursor is in
9238 an empty line.
9239 (org-open-at-point): Fix bug with matching a link.
9240 Fixed buggy argument sequence in call to `org-view-tags'.
9241 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9242 (org-prefix-has-tag): New variable.
9243 (org-format-agenda-item): Remove tags from headline
9244 if appropriate.
9245 (org-agenda-remove-tags-when-in-prefix): New option.
9246
9247 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9248
9249 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9250 Fix the regular expressions.
9251
9252 2006-02-21 Richard M. Stallman <rms@gnu.org>
9253
9254 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9255 if there's no other specific basis.
9256
9257 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9258 as variables at all.
9259 (unsafep-variable): Rename arg; doc fix.
9260
9261 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9262
9263 * calendar/appt.el (diary-selective-display): Add defvar.
9264
9265 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9266
9267 * isearch.el (search-whitespace-regexp): Fix custom type.
9268
9269 * help.el (describe-key-briefly): Compute interactive args
9270 in same was as before previous change.
9271
9272 * files.el (enable-local-variables): Doc fix.
9273
9274 2006-02-21 Kim F. Storm <storm@cua.dk>
9275
9276 * fringe.el: Cleanup as file is now pre-loaded.
9277 (fringe-bitmaps): Initialize unconditionally.
9278 (fringe-mode, set-fringe-style): Remove autoload cookies.
9279
9280 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9281
9282 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9283 `horizontal-bar'.
9284 (fringe-cursor-alist): Use `horizontal-bar'.
9285
9286 2006-02-20 Kim F. Storm <storm@cua.dk>
9287
9288 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9289 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9290
9291 * loadup.el: Load "fringe" on window systems.
9292
9293 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9294
9295 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9296 out of scope components.
9297
9298 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9299 default.
9300
9301 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9302
9303 * custom.el (customize-mark-to-save, customize-mark-as-set):
9304 Load the symbol first.
9305
9306 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9307
9308 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9309 strech spec so it doesn't display as "^J" on the header line
9310 when `Buffer-menu-use-header-line' is t.
9311
9312 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9313
9314 * speedbar.el (speedbar-make-button): Keep text properties
9315 of string arguments if desired.
9316
9317 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9318 expessions.
9319
9320 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9321 of speedbar.
9322
9323 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9324
9325 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9326 to value of `read-file-name-completion-ignore-case'.
9327
9328 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9329
9330 * custom.el (customize-mark-as-set): Push to `user' theme.
9331
9332 * cus-edit.el (custom-save-variables): Allow unthemed values.
9333 (customize-set-variable): Push setting to `user' theme.
9334
9335 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9336
9337 * progmodes/gud.el: Don't require font-lock as it's now
9338 automatically loaded.
9339 (gud-speedbar-buttons): Replace gdb-var-changed with
9340 gdb-force-update.
9341
9342 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9343 gdb-var-changed.
9344 (gdb-post-prompt): Use it.
9345 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9346 (gdb-var-update-handler, gdb-var-delete)
9347 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9348 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9349 gdb-force-update in gdb-post-prompt.
9350 (gdb-reset): Clear watch expressions from speedbar when quitting.
9351
9352 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9353
9354 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9355 (viper-change-state-to-vi, viper-change-state-to-emacs):
9356 Make aware of cursor coloring in the Emacs state.
9357 (viper-special-read-and-insert-char): Use read-char-exclusive.
9358 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9359
9360 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9361
9362 * viper-util.el (viper-save-cursor-color)
9363 (viper-get-saved-cursor-color-in-replace-mode)
9364 (viper-get-saved-cursor-color-in-insert-mode)
9365 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9366 state.
9367 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9368
9369 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9370 (ediff-ignore-case-option3, ediff-actual-diff-options)
9371 (ediff-actual-diff3-options): New variables to control case sensitivity.
9372 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9373 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9374 (ediff-toggle-ignore-case): New function.
9375 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9376
9377 * ediff-help.el (ediff-long-help-message-narrow2)
9378 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9379 (ediff-long-help-message-word-mode): Add ignore-case command.
9380 (ediff-help-for-quick-help): Add ignore-case command.
9381
9382 * ediff-merg.el: Move provide to the end.
9383
9384 * ediff-ptch.el: Move provide to the end.
9385
9386 * ediff-wind.el: Move provide to the end.
9387
9388 * ediff-mult.el: Move provide to the end.
9389 (ediff-set-meta-overlay): Enable follow-link.
9390
9391 * ediff.el: Move provide to the end.
9392 Break recursive load cycle in eval-when-compile.
9393 (ediff-patch-buffer): Better heuristics.
9394
9395 * ediff-util.el: Move provide to the end.
9396 Break recursive load cycle in eval-when-compile.
9397 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
9398 defuns.
9399 (ediff-submit-report): Pass the values of ediff-diff3-program,
9400 ediff-diff3-options.
9401
9402 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
9403
9404 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
9405 the opening bracket of the following bracketing pairs: {}, [], (), <>,
9406 `' (for example, in the docstring of `windmove-default-keybindings').
9407
9408 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9409
9410 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
9411 shadow face. Don't provide binding to edit variable when it is
9412 out of scope.
9413
9414 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9415 (gdb-var-update-handler): Detect out of scope variables with pre
9416 GDB 6.4 too.
9417 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
9418 Reset status of variable objects to nil in update handlers.
9419 (gdb-var-update-handler-1): Detect when a variable object comes
9420 in scope. setcar on var changes gdb-var-list directly.
9421
9422 2006-02-17 Juri Linkov <juri@jurta.org>
9423
9424 * ffap.el (ffap) <defface>: Add explicit face declaration.
9425 (ffap-highlight): Use face `ffap' directly instead of checking
9426 for its existence.
9427
9428 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
9429 `visible-ok' of `other-buffer' to find the right original buffer.
9430
9431 * info.el (Info-search): Skip `Local Variables' node.
9432
9433 2006-02-17 Juri Linkov <juri@jurta.org>
9434
9435 * info.el (Info-find-file): Check for symbols `apropos', `history',
9436 `toc' in the input filename, and return these symbols as is.
9437 (Info-find-node-2): Set Info-current-file to symbols `apropos',
9438 `history', `toc' instead of strings.
9439 (Info-set-mode-line): For non-string Info-current-file use the
9440 symbol's name inside **.
9441 (Info-isearch-push-state): Add quote before Info-current-file and
9442 Info-current-node.
9443 (Info-isearch-pop-state): Use `equal' instead of `string='.
9444 (Info-extract-pointer, Info-following-node-name): Use
9445 `match-string-no-properties' instead of `match-string'.
9446 (Info-up): Check `old-file' for `stringp'.
9447 (Info-history): Use `equal' instead of `string-equal'.
9448 Check `file' for `stringp'.
9449 (Info-history): Use symbol `history' instead of string as first arg
9450 of `Info-find-node'.
9451 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
9452 `toc' instead of string.
9453 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
9454 instead of `buffer-substring', and `match-string-no-properties'
9455 instead of `match-string'.
9456 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
9457 instead of strings.
9458 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
9459 Use symbol `apropos' instead of string.
9460 (Info-copy-current-node-name): Check `Info-current-file' for
9461 `stringp' and construct a command with `Info-find-node' from it.
9462 (Info-fontify-node): Use `match-string-no-properties' instead of
9463 `match-string' and check file names for `stringp'.
9464 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
9465 `history', `toc' instead of strings.
9466
9467 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * files.el: Rearrange functions and variables in the file local
9470 variables section.
9471
9472 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9473
9474 * files.el: Add truncate-lines, ispell-check-comments and
9475 ispell-local-dictionary as safe local variables.
9476
9477 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
9478
9479 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
9480 out of scope variables.
9481 (gud-speedbar-buttons): Use unless.
9482
9483 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
9484 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
9485 (gdb-show-changed-values): Also use for out of scope variables.
9486 (gdb-var-update-handler-1): Note if variable goes out of scope.
9487
9488 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
9489
9490 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
9491 default to global variable values for unsupplied args.
9492 (rcirc-get-buffer-create): Fix bug with setting the target.
9493 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
9494 test for rcirc-always-use-server-buffer-flag here.
9495 (rcirc-response-formats): Add %N, which is a facified nick. %n
9496 uses the default face. Change the ACTION format string. If the
9497 "nick" is the server, don't print anything for that field.
9498 Comment fixes.
9499 (rcirc-target-buffer): Don't test
9500 rcirc-always-use-server-buffer-flag here.
9501 (rcirc-print): Squeeze extra spaces out of the text before message.
9502 (rcirc-put-nick-channel): Strip potential "@" char from nick
9503 before adding them to nick table.
9504 (rcirc-url-regexp): Improve to match address like "foo.com".
9505
9506 2006-02-17 Eli Zaretskii <eliz@gnu.org>
9507
9508 * allout.el (allout-hidden-p): Move this defsubst before
9509 allout-overlay-interior-modification-handler, where it is first
9510 used.
9511
9512 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
9513
9514 * allout.el: Use allout invisible-text overlays instead of
9515 selective display for concealed text. Also, lots of general
9516 cleanup, and improved compatibility code.
9517
9518 (allout-version) Incremented, corrected, revised, and refined
9519 module commentary.
9520
9521 (provide 'allout): Moved to the bottom, added a require of overlay.
9522
9523 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
9524 `except-current'.
9525 (allout-write-file-hook-handler): Minimize delay.
9526 (count-trailing-whitespace-region): New function so
9527 auto-encryption of current topic can resituate cursor exactly.
9528 PGP/GPG encryption trims trailing whitespace from lines, which
9529 must be accounted for across encryption then decryption.
9530
9531 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
9532 just plain "\C-c", to avoid intruding on user's keybinding space.
9533
9534 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
9535 parameter, so user request to provide a new password is done.
9536
9537 (allout-outside-normal-auto-fill-function, allout-auto-fill):
9538 Refined mechanism for auto-filling behavior while in allout mode.
9539
9540 (allout-mode): Explicitly specify the mode map in the docstring.
9541 Clarify provision for various write-file hook var names.
9542 Adjusted for invisible-text overlays instead of selective-display.
9543
9544 (allout-depth): Really return 0 if not within any topic. This
9545 rectifies `allout-beginning-of-level' and sequence numbering
9546 errors that occur when cutting and pasting numbered topics.
9547 Changed from a in-line subst to a regular function, as well.
9548
9549 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
9550
9551 (allout-end-of-subtree, allout-end-of-subtree)
9552 (allout-end-of-entry, allout-end-of-current-heading)
9553 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
9554 (allout-show-children, allout-show-to-offshoot)
9555 (allout-hide-current-entry, allout-show-current-entry): Rectified
9556 handling of trailing blank lines between items.
9557
9558 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
9559 (allout-current-depth, allout-unprotected, allout-hidden-p)
9560 (allout-on-current-heading-p, allout-listify-exposed)
9561 (allout-chart-subtree, allout-goto-prefix)
9562 (allout-back-to-current-heading, allout-get-body-text)
9563 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
9564 (allout-hide-region-body, allout-toggle-subtree-encryption)
9565 (allout-encrypt-string, allout-encrypted-key-info)
9566 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
9567 (allout-file-vars-section-data): Adjusted for use with
9568 invisible-text overlays instead of selective-display.
9569
9570 (allout-kill-line, allout-kill-topic, allout-yank-processing):
9571 Reworked for use with invisible text overlays.
9572
9573 (allout-current-topic-collapsed-p): New function.
9574
9575 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
9576 to know when to close the containing topic.
9577
9578 (allout-pre-command-business, allout-post-command-business):
9579 Simplify undo-batching and dynamic isearch exposure.
9580
9581 (allout-set-overlay-category): New for invisible-text overlays.
9582 Sets properties of allout-overlay-category, used by
9583 allout-flag-region to set invisible-text overlay properties.
9584 (allout-get-invisibility-overlay): Get the first qualifying
9585 invisibility overlay, so we can find the extent of it.
9586 (allout-back-to-visible-text): Get to just before the beginnining
9587 of the current invisibility overlay, if any.
9588
9589 (allout-overlay-insert-in-front-handler)
9590 (allout-overlay-interior-modification-handler)
9591 (allout-before-change-handler, allout-isearch-end-handler): New
9592 functions to handle extraordinary actions affecting concealed
9593 text.
9594
9595 (allout-flag-region): Use overlays instead of selective-display
9596 for invisible text - by inheritence from the properties of
9597 allout-overlay-category in mainline Emacs, and applied
9598 property-by-property in XEmacs, some recent versions of which
9599 don't inherit the properties from the category. Provisions to
9600 respond to concealed-text edits simplified drastically.
9601
9602 (allout-isearch-rectification, allout-isearch-was-font-lock)
9603 (allout-isearch-expose, allout-enwrap-isearch)
9604 (allout-isearch-abort, allout-pre-was-isearching)
9605 (allout-isearch-prior-pos, allout-isearch-did-quit)
9606 (allout-isearch-dynamic-expose)
9607 (allout-hide-current-entry-completely): Functions deleted.
9608
9609 (allout-undo-aggregation): Explicit undo aggregation no longer
9610 necessary due to transition away from selective-display.
9611
9612 (set-allout-regexp, allout-up-current-level)
9613 (allout-next-visible-heading, allout-forward-current-level)
9614 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9615 (allout-kill-line, allout-yank-processing, allout-show-children)
9616 (allout-expose-topic, allout-old-expose-topic)
9617 (allout-listify-exposed, allout-insert-latex-header)
9618 (allout-toggle-subtree-encryption, allout-encrypt-string)
9619 (remove-from-invisibility-spec, allout-hide-current-subtree):
9620 Ditched unused variables.
9621
9622 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
9623
9624 * textmodes/ispell.el (ispell-change-dictionary): Call
9625 ispell-buffer-local-dict instead of
9626 ispell-accept-buffer-local-defs.
9627 (ispell-local-dictionary-alist): Accept as valid any coding-system
9628 supported by Emacs.
9629 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9630 changed to iso-8859-3.
9631
9632 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
9633
9634 * speedbar.el (speedbar-frame-width): Make an inline function
9635 instead of a macro. Use frame-width.
9636 (speedbar-try-completion, speedbar-update-contents)
9637 (speedbar-timer-fn): Use consp.
9638 (speedbar-update-localized-contents): Try to preserve point.
9639
9640 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9641 (menu): Re-order menu items.
9642 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9643 field.
9644 (gdb-var-update-handler-1): Use it for GDB 6.4+.
9645 (gdb-post-prompt): Speed things by not forcing update.
9646
9647 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
9648
9649 * wid-edit.el (widget-button-click): For mouse-1, cancel button
9650 press and perform default action if we get a mouse movement event.
9651
9652 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * calendar/icalendar.el (icalendar--get-event-property)
9655 (icalendar--get-event-property-attributes): Fix typos in
9656 docstrings.
9657
9658 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9659 docstring.
9660
9661 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * bs.el (bs-mode): Use `buffer-disable-undo'.
9664 (bs--get-file-name): Simplify.
9665 (bs-show-in-buffer): Mark the buffer as not modified.
9666
9667 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9670 widget-button-click.
9671
9672 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9673 (custom-mode): Update docstring.
9674
9675 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9676 binding.
9677
9678 * files.el (hack-local-variables-confirm): Allow scrolling if the
9679 file variable list is too long. Kill temp buffer after use.
9680
9681 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
9682
9683 * progmodes/gud.el (gdb): Improve doc string.
9684 (gdb-script-font-lock-keywords): Expand allowed character set.
9685
9686 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9687 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9688 (gdb-separate-io-interrupt, gdb-separate-io-quit)
9689 (gdb-separate-io-stop, gdb-separate-io-eof):
9690 Rename from gdb-inferior-* to gdb-separate-*.
9691 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9692
9693 2006-02-14 Jay Belanger <belanger@truman.edu>
9694
9695 * calc/calc-arith.el (math-check-known-scalarp): Make sure
9696 expression is a symbol before checking that it is bound.
9697
9698 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9699 test to see if equation can be solved.
9700
9701 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * wid-edit.el (widget-button-click): Use :pressed-face property
9704 for overlay face, if it exists.
9705
9706 * cus-edit.el (custom-manual, custom-add-see-also)
9707 (custom-add-parent-links, custom-group-link): Add :pressed-face
9708 property to links.
9709
9710 * files.el (hack-local-variables): Remove ignored variables before
9711 checking if any variables need setting.
9712
9713 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9714
9715 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9716
9717 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9718
9719 * help.el (where-is): Fix message for remapped commands.
9720
9721 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9722 Fix typos in docstrings.
9723
9724 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9725
9726 * files.el (safe-local-variable-values): New option.
9727 (hack-local-variables-prop-line): Return a list of variable-value
9728 pairs if MODE-ONLY is non-nil.
9729 (hack-local-variables): Construct list of variable-value pairs,
9730 and apply or reject them in one go. Ask for confirmation if
9731 variables are not known safe.
9732 (hack-local-variables-confirm): Complete rewrite. Support
9733 `safe-local-variable-values'.
9734 (enable-local-variables): Update docstring to reflect new
9735 behavior.
9736 (ignored-local-variables): Ignore ignored-local-variables and
9737 safe-local-variable-values.
9738 (safe-local-variable-p): New function.
9739 (risky-local-variable-p): `safe-local-variable' property check
9740 moved to safe-local-variable-p.
9741 (hack-one-local-variable): Checks moved to hack-local-variables.
9742
9743 (byte-compile-dynamic, c-basic-offset, c-file-style)
9744 (c-indent-level, comment-column, fill-column, fill-prefix)
9745 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9746 (no-update-autoloads, outline-regexp, page-delimiter)
9747 (paragraph-start, paragraph-separate, sentence-end)
9748 (sentence-end-double-space tab-width, version-control):
9749 Add `safe-local-variable' property.
9750
9751 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9752
9753 * icomplete.el, play/landmark.el: Change nonexistent
9754 `outline-layout' file variable to `allout-layout'.
9755
9756 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9759 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9760 to gud-comint-buffer.
9761 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9762 gdb-ui.el for gdb-mi.el.
9763 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9764 registers buffer to gdb-get-changed-registers.
9765 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9766 deletion of catchpoints (throw and catch).
9767 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9768 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9769 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9770 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9771 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9772
9773 2006-02-13 Jay Belanger <belanger@truman.edu>
9774
9775 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9776 expression is a symbol before checking that it is bound.
9777
9778 2006-02-13 Richard M. Stallman <rms@gnu.org>
9779
9780 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9781 for the minibuffer too, but not if resize-mini-windows will interfere.
9782
9783 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9784 inside `interactive' spec.
9785 (describe-key-briefly-internal, describe-key-internal):
9786 Functions merged back into their callers.
9787
9788 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9789
9790 * info.el (info-xref-visited): Inherit from info-xref too.
9791 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9792 when propertizing Info-current-file and Info-current-node.
9793
9794 2006-02-13 Juri Linkov <juri@jurta.org>
9795
9796 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9797 (tumme-thumb-name): Fix per-directory format.
9798
9799 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9800
9801 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9802
9803 2006-02-12 Miles Bader <miles@gnu.org>
9804
9805 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9806
9807 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9808
9809 * tumme.el: Remove history section. If someone needs the it, it
9810 can always be found in CVS.
9811
9812 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9813
9814 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9815 about the Thumbnail Managing Standard option.
9816
9817 2006-02-12 Richard M. Stallman <rms@gnu.org>
9818
9819 * subr.el (substitute-key-definition): Doc fix.
9820
9821 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9822
9823 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9824
9825 * info.el (Info-mode): Doc fix.
9826
9827 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9828
9829 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9830
9831 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9832 because on Solaris a POSIX compatible "id" is needed. Reported by
9833 Magnus Henoch <mange@freemail.hu>.
9834
9835 2006-02-12 Juri Linkov <juri@jurta.org>
9836
9837 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9838 (tumme) <defgroup>: Change :group to `multimedia'.
9839 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9840 Managing Standard.
9841 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9842 Fix dostring.
9843 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9844 and %y. Fix docstring.
9845 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9846 (tumme-cmd-create-standard-thumbnail-command): New user options.
9847 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9848 is `standard'. Fix docstring.
9849 (tumme-thumb-width, tumme-thumb-height): New user options.
9850 (tumme-external-viewer): Try to find various viewers.
9851 (tumme-get-thumbnail-image): Use `create-image' instead of
9852 constructing the `image' structure.
9853 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9854 `standard'.
9855 (tumme-thumb-name): Add file name generation for standard storage.
9856 Simplify code for other storages.
9857 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9858 Add modification time %m and thumbnail-nq8 %q.
9859 Use `tumme-cmd-create-standard-thumbnail-command' if
9860 tumme-thumbnail-storage is `standard'.
9861 (tumme-dired-insert-marked-thumbs): New autoload command.
9862 (tumme-dired-after-readin-hook): New function.
9863 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9864 `tumme-thumb-size'.
9865 (tumme-display-image): Replace size-x %x and size-y %y with
9866 width %w and height %h.
9867
9868 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9869 `tumme-dired-insert-marked-thumbs'.
9870
9871 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9872
9873 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9874 include path).
9875 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9876 matching tag.
9877
9878 2006-02-12 Miles Bader <miles@gnu.org>
9879
9880 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9881 New variables.
9882 (rcirc-abbrev-nick): New function.
9883 (rcirc-format-response-string): Rewrite to use the formats in
9884 `rcirc-response-formats' and expand escape sequences therein.
9885 A text-property `rcirc-text' is added over the actual response
9886 text to make easy to find inside the returned string.
9887 (rcirc-print): When filling, just look for the `rcirc-text'
9888 text-property to find the appropriate fill prefix, instead of
9889 using hardwired patterns.
9890
9891 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9892
9893 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9894 Managing Standard.
9895
9896 2006-02-11 Kim F. Storm <storm@cua.dk>
9897
9898 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9899 Don't use insert-buffer; do insert-buffer-substring directly.
9900 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9901
9902 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9903
9904 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9905 with inhibit-read-only. Suggested by Stefan Monnier.
9906 (revert-buffer): Let insert-file-contents discard
9907 buffer-undo-list. Simplify code.
9908 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9909
9910 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9911
9912 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9913
9914 * help.el (describe-key-briefly): Now a wrapper for
9915 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9916 to t. Populate yank-menu if empty.
9917 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9918 (describe-key): Now a wrapper for describe-key-internal. Bind
9919 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9920 (describe-key-internal): Renamed from describe-key.
9921
9922 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9923
9924 * progmodes/glasses.el (glasses-separator): Doc fix.
9925 (glasses-original-separator): New defcustom.
9926 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9927
9928 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9929
9930 * mwheel.el (mouse-wheel-up-event): Doc fix.
9931
9932 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9933
9934 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9935 (tumme-dir): New function. Copied from thumbs.el.
9936
9937 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9938
9939 * desktop.el (desktop-outvar): Fix typo.
9940 (desktop-save-buffer-p): Doc fix.
9941
9942 * subr.el (substitute-key-definition): Fix typo.
9943
9944 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9945
9946 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9947 when window-system is mac.
9948
9949 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9950
9951 2006-02-10 Kim F. Storm <storm@cua.dk>
9952
9953 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9954 indirect-function instead of using condition-case.
9955
9956 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9957
9958 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9959 less `colloquial'...
9960
9961 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9962
9963 * tumme.el: Add a couple of todo items.
9964
9965 2006-02-09 Lars Hansen <larsh@soem.dk>
9966
9967 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9968 (highlight-changes-mode): Don't change desktop-locals-to-save.
9969
9970 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * image-mode.el (image-toggle-display): Clear image cache if using
9973 filename.
9974
9975 2006-02-09 Masatake YAMATO <jet@gyve.org>
9976
9977 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9978 a `dired-man' target.
9979
9980 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9981 boundary of symbols.
9982
9983 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9984
9985 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9986
9987 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9990 `mapcar'; return nil.
9991
9992 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9995 some other event.
9996
9997 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
9998
9999 * net/rcirc.el (rcirc-startup-channels-alist):
10000 Add irc.freenode.net and #emacs as defaults.
10001 (rcirc-ignore-all-activity-flag): Remove variable.
10002 (rcirc-authinfo): New variable.
10003 (rcirc-authinfo-filename): Remove variable.
10004 (rcirc-always-use-server-buffer-flag): New flag.
10005 (rcirc): M-x rcirc will automatically connect without prompting.
10006 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10007 connection in lisp.
10008 (rcirc-process-server-response-1): Remove everything but the nick
10009 portion of the sender so it doesn't need to be done everywhere
10010 else. Update related code.
10011 (global-map): Remove global keybindings.
10012 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10013 (rcirc-send-input): Split into several functions.
10014 (rcirc-process-input-line, rcirc-process-message)
10015 (rcirc-process-command): New functions.
10016 (rcirc-target-buffer): New function to determine where to route
10017 messages.
10018 (rcirc-user-nick): Save match data.
10019 (rcirc-toggle-ignore-buffer-activity)
10020 (rcirc-update-activity-string): Remove global ignore functionality,
10021 which can be done now by toggling rcirc-track-minor-mode.
10022 (rcirc-track-minor-mode-map): New keymap.
10023 (rcirc-track-minor-mode): New minor-mode.
10024 (ignore): Make the ignore output nicer. Always print it when
10025 adding or removing nicks.
10026 (rcirc-url-regexp): Improve.
10027 (rcirc-mangle-text): Remove properties before using text in the
10028 modeline.
10029 (rcirc-authenticate): Authentication data comes from
10030 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10031 (rcirc-server-prefix): Inherit from rcirc-server.
10032
10033 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
10034
10035 * Makefile.in (compile): Append "|| true" to the end of the `find'
10036 command, like compile-always does.
10037
10038 2006-02-08 Sam Steingold <sds@gnu.org>
10039
10040 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10041 output from a dead connection.
10042
10043 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10044
10045 * dired.el (dired-mode-map): Add more bindings for tumme.
10046
10047 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * wdired.el (wdired-mode-map): Use remap.
10050 (wdired-get-filename): Massage.
10051 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10052 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10053 `keymap' property rather than `local-map'.
10054
10055 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10056
10057 * tumme.el (tumme-get-thumbnail-image): New utility function.
10058 Suggested by from Chong Yidong.
10059 (tumme-dired-with-window-configuration): Rename from
10060 `tumme-dired'. Add code to save window configuration.
10061 (tumme-restore-window-configuration): New command to restore the
10062 window configuration that `tumme-dired-with-window-configuration'
10063 saves before it changes the window configuration.
10064 (tumme-show-all-from-dir): New command to display thumbnails for
10065 all files in a directory entered by the user, like M-x thumbs.
10066 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10067 have been created.
10068 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10069 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10070 Remove obsolete test function.
10071
10072 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * vc.el (small-temporary-file-directory): Remove defvar; there's
10075 a defcustom for it in files.el.
10076
10077 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10078 Fix typo in message.
10079 (tumme-gallery-generate): Fix typo in `error' message.
10080 (tumme-display-window-height-correction)
10081 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10082 (tumme-line-up-interactive): Dox fixes.
10083 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10084 (tumme-restore-window-configuration, tumme-format-properties-string)
10085 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10086 Fix typos in docstrings.
10087
10088 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10089
10090 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10091
10092 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10093
10094 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10095 User should use hook if desired.
10096
10097 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10098 buffer if necessary.
10099 (gdb-delete-frame-or-window): New function.
10100 (gdb-breakpoints-mode-map): Bind "q" to it.
10101
10102 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * textmodes/nroff-mode.el: Clean up name space.
10105 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10106 (nroff-mode): Obey the global setting of nroff-electric-mode.
10107 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10108
10109 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10110
10111 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10112
10113 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10114
10115 2006-02-06 Lars Hansen <larsh@soem.dk>
10116
10117 * generic-x.el (etc-fstab-generic-mode): Add file system types
10118 cifs and usbdevfs. Allow special chars in file names.
10119
10120 2006-02-05 Jay Belanger <belanger@truman.edu>
10121
10122 Update copyright notices of the files in lisp/calc.
10123
10124 2006-02-05 Romain Francoise <romain@orebokech.com>
10125
10126 Update copyright notices of all files in the lisp/play directory.
10127
10128 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10129
10130 * ldefs-boot.el: Regenerate.
10131
10132 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10133
10134 2006-02-05 Kim F. Storm <storm@cua.dk>
10135
10136 * files.el (magic-mode-regexp-match-limit): New defvar.
10137 (set-auto-mode): Use it to limit magic-mode-alist matching.
10138
10139 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10140
10141 * simple.el (display-message-or-buffer): Compare the number of
10142 characters to the frame width when determining whether a 1-line
10143 message string will fit in the echo area. Count screen lines
10144 instead of buffer lines when determining whether a multi-line
10145 message will fit in the echo area/minibuffer window.
10146
10147 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10148
10149 * info.el (Info-index, Info-mode): Improve the description of the
10150 `i' command.
10151
10152 * ldefs-boot.el: Regenerate.
10153
10154 2006-02-03 Werner Lemberg <wl@gnu.org>
10155
10156 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10157 greedy to find the closing bracket in \*[...] and similar
10158 expressions. This is a first rough fix -- many additional
10159 refinements are necessary to make nroff mode really usable with groff.
10160
10161 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10162
10163 * international/mule-cmds.el (set-locale-environment):
10164 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10165 libX11.
10166
10167 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10168
10169 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10170 archive are created in archive-tmpdir.
10171
10172 2006-02-02 John Paul Wallington <jpw@pobox.com>
10173
10174 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10175 (ibuffer-fontification-alist): Use it.
10176 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10177 to "* z" and the Ibuffer Mark menu.
10178
10179 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10180
10181 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * textmodes/table.el (*table--cell-describe-mode)
10184 (*table--cell-describe-bindings): Undo last change since
10185 print-help-return-message is not obsoleted by anything at all.
10186
10187 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10188
10189 * emulation/cua-base.el (cua-mode): Doc fix.
10190
10191 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10192
10193 * dframe.el (dframe-handle-make-frame-visible)
10194 (dframe-handle-iconify-frame, dframe-get-focus)
10195 (dframe-select-attached-frame, dframe-power-click)
10196 (dframe-frame-mode): Fix typos in docstrings.
10197
10198 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10199 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10200 Fix typos in docstrings.
10201
10202 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10203 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10204 (hi-lock-archaic-interface-message-used)
10205 (hi-lock-file-patterns-range): Fix typos in docstrings.
10206
10207 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10208 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10209
10210 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10211 Fix typo in docstring.
10212
10213 * net/newsticker.el (newsticker--decode-iso8601-date)
10214 (newsticker--set-customvar, newsticker--buffer-insert-item)
10215 (newsticker--do-run-auto-mark-filter)
10216 (newsticker--parse-generic-feed): Doc fixes.
10217 (newsticker--retrieval-timer-list, newsticker-url-list)
10218 (newsticker-hide-immortal-items-in-echo-area)
10219 (newsticker-hide-obsolete-items-in-echo-area)
10220 (newsticker-new-item-face, newsticker--enclosure)
10221 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10222 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10223 (newsticker--parse-generic-feed, newsticker--cache-contains)
10224 (newsticker--stat-num-items, newsticker-download-enclosures):
10225 Fix typos in docstrings.
10226
10227 * net/rcirc.el (rcirc-debug): Doc fix.
10228 (rcirc-fill-column, rcirc-receive-message-hooks)
10229 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10230 (rcirc-mode, rcirc-generate-new-buffer-name)
10231 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10232 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10233 Fix typos in docstrings.
10234 (rcirc-print): "?\ " -> "?\s".
10235 (rcirc-cmd-join): Improve argument/docstring consistency.
10236
10237 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10238
10239 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10240 before narrow-to-region.
10241
10242 2006-02-01 Richard M. Stallman <rms@gnu.org>
10243
10244 * simple.el (move-beginning-of-line): Scan properly for invis change.
10245
10246 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10247
10248 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10249
10250 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10251 change bit only when id-format is 'integer. Reported by Matt
10252 Hodges <M.P.Hodges@rl.ac.uk>.
10253
10254 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10255
10256 * hilit-chg.el (highlight-changes-initial-state)
10257 (highlight-changes-global-initial-state): Doc fixes.
10258 (highlight-changes-global-modes, global-highlight-changes):
10259 Fix typos in docstrings.
10260
10261 2006-02-01 Kim F. Storm <storm@cua.dk>
10262
10263 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10264 transient-mark-mode in doc string.
10265
10266 2006-01-31 Richard M. Stallman <rms@gnu.org>
10267
10268 * replace.el (multi-occur): Doc fix.
10269 (multi-occur-in-matching-buffers): Rename from
10270 multi-occur-by-filename-regexp. Prefix arg says match
10271 buffer names instead of file names.
10272
10273 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10274
10275 * bs.el: Allow non-default values of `bs-header-lines-length'.
10276 (bs--running-in-xemacs): Remove (not needed anymore).
10277 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10278 instead of `shrink-window', thus avoiding having to compute the
10279 height of the window.
10280 (bs--up): Wrap around even when there's no header.
10281 (bs--down): Use `forward-line' instead of `next-line'.
10282
10283 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10284
10285 * image-mode.el (image-toggle-display): Use file name if possible,
10286 instead of unnecessarily allocating a (possibly huge) lisp string.
10287
10288 2006-01-30 John Paul Wallington <jpw@pobox.com>
10289
10290 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10291 because the `assert' macro signals it at runtime.
10292
10293 * emacs-lisp/cl.el (toplevel): Remove definition of
10294 `cl-assertion-failed' condition.
10295
10296 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10297
10298 * thumbs.el (thumbs-marked-list): Make buffer-local and
10299 permanent-local.
10300 (thumbs-insert-thumb): Make help-echo non-sticky.
10301 (thumbs-file-alist): Use eolp as check for (non)-image.
10302
10303 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10304
10305 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10306 (ediff-before-session-group-setup-hooks)
10307 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10308 Fix typos in docstrings.
10309
10310 * window.el (bw-dir, bw-eqdir, balance-windows)
10311 (split-window-keep-point): Fix typos in docstrings.
10312
10313 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10314 (org-quote-string, org-calendar-to-agenda-key)
10315 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10316 (org-show-following-heading, org-tags-column)
10317 (org-use-tag-inheritance, org, org-allow-space-in-links)
10318 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10319 (org-enable-table-editor, org-calc-default-modes)
10320 (org-table-allow-automatic-line-recalculation)
10321 (org-export-html-style, org-export-with-fixed-width)
10322 (org-export-with-sub-superscripts, org-special-keyword)
10323 (org-formula, org-time-grid, org-table-may-need-update)
10324 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10325 (org-goto-quit, org-get-indentation, org-end-of-item)
10326 (org-move-item-down, org-move-item-up)
10327 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10328 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10329 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10330 (org-agenda-log-mode, org-agenda-toggle-diary)
10331 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10332 (org-agenda-file-to-end, org-agenda-no-heading-message)
10333 (org-agenda-get-closed, org-format-agenda-item)
10334 (org-cmp-priority, org-cmp-category, org-cmp-time)
10335 (org-agenda-change-all-lines, org-agenda-diary-entry)
10336 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10337 (org-link-search, org-camel-to-words, org-open-file)
10338 (org-remember-handler, org-table-convert-region)
10339 (org-table-move-row-down, org-table-move-row-up)
10340 (org-table-copy-region, org-table-wrap-region)
10341 (org-table-toggle-vline-visibility)
10342 (org-table-get-vertical-vector, org-table-modify-formulas)
10343 (org-table-get-specials, org-recalc-commands)
10344 (org-table-rotate-recalc-marks, org-table-eval-formula)
10345 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10346 (org-level-color-stars-only, org-insert-heading):
10347 Fix typos in docstrings.
10348 (last-arg): Add defvar.
10349
10350 * makefile.w32-in (WINS): Add erc.
10351 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10352
10353 2006-01-29 Bill Wohler <wohler@newt.com>
10354
10355 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10356 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10357 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10358 (mh-autoloads): Don't use comments on otherwise empty lines.
10359
10360 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10361
10362 * emulation/viper.el (viper-major-mode-modifier-list): Add
10363 insert-state and vi-state entries for erc-mode.
10364 (viper-go-away, viper-set-hooks): Add and remove
10365 viper-comint-mode-hook from erc-mode-hook as appropriate.
10366
10367 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10368
10369 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10370
10371 * bs.el (bs--format-aux): Implement `middle' alignment as
10372 described in the docstring for `bs-attributes-list'.
10373 (bs--get-name): Simplify. Don't pad the buffer name.
10374
10375 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10376
10377 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10378 English aspell dictionary is installed, use the first entry of
10379 ispell-dictionary-alist-1.
10380
10381 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10382
10383 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10384 Doc fix.
10385
10386 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
10387
10388 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10389 for `process-file', in order to let it work for older Emacsen too.
10390
10391 2006-01-27 Eli Zaretskii <eliz@gnu.org>
10392
10393 * international/latexenc.el: Add a suitable `coding:' tag.
10394 (latexenc-find-file-coding-system): Undo last change.
10395
10396 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10397
10398 * international/latexenc.el (latexenc-find-file-coding-system):
10399 Make sure latexenc-main-file is a regular file and is readable.
10400
10401 2006-01-27 Andre Spiegel <spiegel@gnu.org>
10402
10403 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
10404 Pass FILE to vc-user-login-name.
10405
10406 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
10407
10408 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
10409
10410 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
10411 there are no more images to display.
10412 (thumbs-mark, thumbs-unmark): Revert change so that they move to
10413 the next image.
10414
10415 2006-01-26 Richard M. Stallman <rms@gnu.org>
10416
10417 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
10418
10419 * wid-edit.el (advertised-widget-backward): New alias.
10420 (widget-keymap): Use advertised-widget-backward for S-TAB.
10421
10422 * tumme.el: Correct the keywords.
10423 (tumme-dir-max-size): Use defvar.
10424 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
10425
10426 * simple.el (move-beginning-of-line): Take account of fields.
10427 (clone-indirect-buffer-other-window): Take args like
10428 clone-indirect-buffer, and work like it.
10429
10430 * help-fns.el (describe-function): Don't pass `nil' as default.
10431
10432 * files.el (risky-local-variable-p): Follow var aliases.
10433
10434 * subr.el (lazy-completion-table): Doc fix.
10435
10436 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
10437 global binding of `line'.
10438
10439 2006-01-25 Andre Spiegel <spiegel@gnu.org>
10440
10441 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
10442 Tramp.
10443
10444 * vc.el (vc-default-dired-state-info): Pass FILE to
10445 vc-user-login-name.
10446 (vc-default-update-changelog): Don't use vc-user-login-name, we
10447 don't need it here.
10448
10449 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
10450 no longer necessary.
10451
10452 2006-01-25 Kenichi Handa <handa@m17n.org>
10453
10454 * international/mule.el (decode-char): Avoid the overhead of
10455 calling utf-lookup-subst-table-for-decode if
10456 utf-translate-cjk-mode is nil.
10457 (encode-char): Avoid the overhead of calling
10458 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
10459 nil.
10460
10461 2006-01-22 Kenichi Handa <handa@m17n.org>
10462
10463 * international/mule.el (make-subsidiary-coding-system): Reset
10464 `coding-system-define-form' property of subsidiaries to nil.
10465 Avoid duplicated entry in coding-system-alist.
10466 (make-coding-system): Avoid duplicated entry in
10467 coding-system-alist.
10468 (define-coding-system-alias): Likewise.
10469
10470 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
10471
10472 * completion.el: Minor fixes in introductory comment.
10473 (completion-def-wrapper): Fix alist.
10474
10475 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
10476
10477 * thumbs.el (thumbs-new-image-size): New function.
10478 (thumbs-increment-image-size-element)
10479 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
10480 (thumbs-decrement-image-size): Delete.
10481 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
10482 temp files and use to resize.
10483 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
10484 Use increment argument to enlarge/shrink. Preserve point.
10485 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
10486 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
10487 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
10488 (thumbs-mark, thumbs-unmark): Preserve point.
10489 (thumbs-modify-image): Keep old temp files and use to modify.
10490 Cleanup old temp files at load time. Preserve point.
10491 (thumbs-view-image-mode-map): Use new command names.
10492
10493 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * log-view.el (log-view-minor-wrap): First rev is the one at point.
10496
10497 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
10498 the nastiest part of the cyclic dependency.
10499 (cal-menu-update): Use dotimes and calendar-increment-month.
10500
10501 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
10502 (calendar-week-start-day): Add an :initializer.
10503 (calendar-mode-map): Use suppress-keymap, and command remapping.
10504 (describe-calendar-mode): Setup xref-stack info for the back button.
10505 (calendar-star-date): Insert before delete.
10506 (calendar-set-mode-line): Add file-modified info if applicable.
10507 (calendar-increment-month): New function.
10508
10509 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
10510
10511 * font-lock.el (lisp-font-lock-keywords-2):
10512 Recognize "& keywords" only at word boundaries.
10513
10514 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
10515
10516 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
10517 and permanent-local.
10518 (thumbs-max-image-number): New variable.
10519 (thumbs-do-thumbs-insertion): Use them.
10520 (thumbs-per-line): Change default to 4.
10521 (thumbs-marked-list): Rename from thumbs-markedL.
10522 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
10523 (thumbs-rename-images): Use -list instead of L for internal variables.
10524 (thumbs-call-convert): Use call-process instead of shell-command.
10525 (thumbs-insert-thumb): Add filename as help-echo to each image.
10526 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
10527 Give dir to thumbs-show-thumbs-list.
10528 (thumbs-show-thumbs-list): Set default-directory to that of images.
10529 (thumbs-dired-show): Rename from thumbs-dired-show-all.
10530 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
10531 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
10532 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
10533
10534 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * ses.el (ses-read-cell): Provide a default value.
10537
10538 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
10539
10540 * term/w32-win.el (image-library-alist): Add additional names for
10541 GIF library.
10542
10543 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10544
10545 * international/latexenc.el (latexenc-find-file-coding-system):
10546 Add file-regular-p check.
10547
10548 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * simple.el (clone-buffer): Don't show the new buffer in the same
10551 window.
10552
10553 2006-01-23 Juri Linkov <juri@jurta.org>
10554
10555 * faces.el (link, link-visited): New faces based on default values
10556 of `info-xref' and `info-xref-visited'.
10557
10558 * info.el (info-xref): Inherit from `link'.
10559 (info-xref-visited): Inherit from `link-visited'.
10560
10561 * cus-edit.el (custom-buffer-create-internal): Use widget type
10562 `custom-manual' instead of `info-link' and don't set properties
10563 `button-face' and `mouse-face' explicitly.
10564 (custom-browse-group-tag, custom-browse-variable-tag)
10565 (custom-browse-face-tag): Inherit from widget class
10566 `custom-group-link' instead of `push-button'.
10567 (custom-button-unraised): Inherit from `underline' face.
10568 (custom-link): Inherit from `link' face. Fix doc and group.
10569 (custom-add-parent-links, custom-group-value-create): Don't set
10570 properties `button-face' and `mouse-face' explicitly for
10571 `custom-group-link' widget.
10572 (custom-group-link): Add properties `button-face' and `mouse-face'
10573 to widget definition.
10574 (custom-field-keymap): New variable. Put `custom-field-keymap' to
10575 editable-field's :keymap property.
10576 (custom-mode): Fix docstring: substitute keybindings for
10577 `widget-forward' and `widget-backward' from `widget-keymap',
10578 `widget-complete' from `custom-field-keymap', replace old
10579 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
10580
10581 * desktop.el (desktop-load-file): Check for `fboundp' before
10582 calling `symbol-function'.
10583
10584 * simple.el (clone-buffer, clone-indirect-buffer)
10585 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
10586 `read-string'. Fix prompts.
10587
10588 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
10589
10590 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
10591
10592 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
10593
10594 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
10595
10596 * startup.el (inhibit-splash-screen, initial-scratch-message):
10597 Doc fixes.
10598
10599 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
10600
10601 Sync with Tramp 2.0.52.
10602
10603 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
10604 net/tramp-vc.el: Add code for unloading Tramp. See comment before
10605 `tramp-unload-tramp' for checklist.
10606
10607 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
10608 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
10609 (tramp-unload-file-name-handler-alist)
10610 (tramp-unload-tramp): New defuns.
10611 (tramp-advice-PC-expand-many-files): New defadvice.
10612 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10613 removed.
10614 (tramp-handle-expand-file-name): Remove double slash.
10615 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10616 It doesn't matter, because it will be converted later on.
10617 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
10618 implementation was just heuristic.
10619 (tramp-post-connection): Set uid and gid properties.
10620 (tramp-convert-file-attributes): Set file's gid change bit.
10621 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10622 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10623 in case of su(do)? methods. The home directory of the local user
10624 will be taken else.
10625 (tramp-open-connection-telnet)
10626 (tramp-open-connection-rsh, tramp-open-connection-su)
10627 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
10628 local shell prompt could hurt. Reported by Romain Francoise
10629 <romain@orebokech.com>.
10630 (tramp-let-maybe): Add `edebug-form-spec' property.
10631 (tramp-handle-expand-file-name): Bind `default-directory' locally
10632 to "/" in order to avoid problems with UNC shares or Cygwin
10633 mounts.
10634 (tramp-md5-function): Fix typo in error message.
10635
10636 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10637
10638 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10639 for byte-compiler pacification.
10640
10641 2006-01-22 Andre Spiegel <spiegel@gnu.org>
10642
10643 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10644 ID-FORMAT `string'. This allows us to get rid of
10645 `vc-user-login-name UID'.
10646
10647 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10648
10649 2006-01-22 John Paul Wallington <jpw@pobox.com>
10650
10651 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10652
10653 2006-01-21 Martin Rudalics <rudalics@gmx.at>
10654
10655 * emacs-lisp/find-func.el (find-definition-noselect)
10656 (find-variable-noselect): Search variables in C source code too.
10657 (find-function-C-source, find-function-noselect, find-function)
10658 (find-function-other-frame, find-variable-noselect, find-variable)
10659 (find-variable-other-frame, find-variable-at-point):
10660 Fix docstrings.
10661
10662 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
10663
10664 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10665
10666 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
10667
10668 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10669 Default to disabling the "Save affix" question.
10670
10671 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
10672
10673 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10674 the first arg to run-python.
10675
10676 2006-01-21 Eli Zaretskii <eliz@gnu.org>
10677
10678 * startup.el (command-line-1): Handle --no-desktop if desktop.el
10679 is not loaded.
10680
10681 2006-01-20 Jay Belanger <belanger@truman.edu>
10682
10683 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10684 limit is 0.
10685
10686 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10687 the correct variable.
10688
10689 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
10690
10691 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10692 link. Fixed buggy argument sequence in call to `org-view-tags'.
10693 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10694 (org-prefix-has-tag): New variable.
10695 (org-format-agenda-item): Remove tags from headline if
10696 appropriate.
10697 (org-agenda-remove-tags-when-in-prefix): New option.
10698 (org-get-tags-at): New function.
10699
10700 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
10701
10702 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
10703 (thumbs-find-image): Move image name and number from buffer name
10704 to mode name. Set thumbs-buffer. Preserve point so that large
10705 images remain visible.
10706 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10707 order.
10708 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
10709 mode name.
10710 (thumbs-next-image, thumbs-previous-image): Make them work.
10711
10712 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
10713
10714 * cus-edit.el (custom-buffer-create-internal): State in the text above
10715 the whole buffer buttons that they do not operate on hidden items.
10716 (custom-face-menu): Use `custom-face-save' instead of
10717 `custom-face-save-command'.
10718 (custom-face-save-command): Make it an alias for `custom-face-save'
10719 and declare it obsolete.
10720 (custom-face-save): Doc fix.
10721
10722 * dired.el (dired-no-confirm): Add quote.
10723 (dired-subdir-alist-pre-R): Add quote in
10724 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10725
10726 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * textmodes/table.el (table-mode-indicator): Typo in last change.
10729
10730 2006-01-19 Richard M. Stallman <rms@gnu.org>
10731
10732 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10733 Fixes bug reported in Nov 2005.
10734
10735 * isearch.el (isearch-forward): Doc fix.
10736
10737 * dired.el (dired-move-to-filename-regexp): Define as alias.
10738 (dired-no-confirm): Use defcustom.
10739 (dired-subdir-alist-pre-R): Put defvar at top level.
10740
10741 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10742
10743 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10744 Mark as risky.
10745
10746 * simple.el (set-mark-command): Doc fix.
10747 (clone-indirect-buffer-other-window):
10748 Read arg like clone-indirect-buffer.
10749 (move-beginning-of-line): Skip invisible newlines.
10750
10751 2006-01-19 Masatake YAMATO <jet@gyve.org>
10752
10753 * progmodes/cpp.el (cpp-edit-load): Make the order of
10754 listed conditions in a base C code buffer and its associate
10755 CPP Edit buffer the same.
10756
10757 2006-01-19 Kenichi Handa <handa@m17n.org>
10758
10759 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10760 (rmail-mime-feature): Likewise.
10761 (rmail-require-mime-maybe): Use display-warning to show a warning
10762 message.
10763
10764 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10765 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10766
10767 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 * array.el: Move defvars out of eval-when-compile.
10770 (array-make-template): Replace undeclared global var with a local one.
10771 (array-mode): Inline initialization functions.
10772 (array-init-local-variables, array-init-max-row)
10773 (array-init-max-column, array-init-columns-per-line)
10774 (array-init-field-width, array-init-rows-numbered)
10775 (array-init-line-length, array-init-lines-per-row): Remove.
10776
10777 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10778 (doc-mode-map): Define explicitly.
10779 (doctor-txtype): Use mapc.
10780
10781 * textmodes/table.el: Move defvars out of eval-when-compile.
10782 Remove harmful code meant to avoid byte-compiler warnings.
10783 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10784 specification that checks table-fixed-width-mode directly.
10785 (table-recognize-region, table-recognize-cell):
10786 Use restore-buffer-modified-p.
10787 (table-fixed-width-mode): Remove code that refreshes
10788 table-fixed-mode-indicator.
10789 (*table--cell-describe-bindings, *table--cell-describe-mode):
10790 Avoid obsolete name print-help-return-message.
10791 (table--test-cell-list): Don't use replace-regexp from elisp.
10792 (table--point-entered-cell-function, table--point-left-cell-function):
10793 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10794
10795 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10796 that was after the end of file. Use buffer-file-name variable.
10797 (org-timestamp-change): Use with-current-buffer.
10798 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10799 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10800 `file'.
10801
10802 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10803 (fortran-break-line): Remove unused var `opoint'.
10804 (fortran-abbrev-start): Obey help-event-list.
10805
10806 2006-01-18 Jesper Harder <harder@phys.au.dk>
10807
10808 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10809
10810 2006-01-18 Masatake YAMATO <jet@gyve.org>
10811
10812 * progmodes/make-mode.el (makefile-imake-mode): New mode
10813 derived from makefile-mode.
10814 (makefile-imake-mode-syntax-table): New syntax table
10815 derived from makefile-mode-syntax-table.
10816 (makefile-mode): Write about makefile-imake-mode in doc string.
10817 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10818 (makefile-imake-font-lock-keywords): New font lock keywords.
10819
10820 * files.el (auto-mode-alist): Add Imakefile.
10821
10822 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10823
10824 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10825 loading the file rather than when turning on flyspell-mode.
10826
10827 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10828
10829 * cus-edit.el (customize-rogue): Minor doc fix.
10830
10831 2006-01-17 Juri Linkov <juri@jurta.org>
10832
10833 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10834 instead of the file at the mark as default if the file at the mark
10835 is the same as the file at point or if dired-dwim-target-directory
10836 is not the same as the current directory and the mark is not active.
10837
10838 * log-view.el (log-view-minor-wrap): Use the same logic to get
10839 revisions as `log-view-diff'.
10840
10841 * info.el (Info-revert-find-node): Check for Info-current-file
10842 before preserving new-history.
10843
10844 * man.el (Man-heading-regexp): Add `/'.
10845
10846 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10847 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10848
10849 2006-01-16 Juri Linkov <juri@jurta.org>
10850
10851 * faces.el (mode-line-faces): New defgroup.
10852 (mode-line-highlight): Move definition after new defgroup.
10853 (mode-line, mode-line-inactive, mode-line-highlight):
10854 Replace :group `modeline' with `mode-line-faces'.
10855 (mode-line-buffer-id): New face.
10856 (modeline-buffer-id): New face alias.
10857 (vertical-border): Remove :group `modeline'.
10858
10859 * bindings.el (propertized-buffer-identification): Use face
10860 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10861 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10862 (mode-line-buffer-identification-keymap): For mouse-1 replace
10863 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10864 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10865 mouse-3.
10866
10867 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10868 Buffer-menu-buffer. Doc fix.
10869 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10870 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10871 `Buffer-menu-buffer'.
10872
10873 * info.el (Info-mode-line-node-keymap): New defvar.
10874 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10875 Propertize Info-current-node with `mode-line-buffer-id' and
10876 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10877
10878 * time.el (display-time-mail-face): Replace :group `faces' with
10879 `mode-line-faces'.
10880
10881 2006-01-16 Kenichi Handa <handa@m17n.org>
10882
10883 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10884
10885 * language/european.el (cp1252): New alias for windows-1252.
10886
10887 * international/mule.el (autoload-coding-system): Prepare for EOL
10888 variants.
10889
10890 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10891
10892 * term.el (term-raw-map): Add mapping for insert.
10893 (term-send-insert): New.
10894 (term-mode): Make variables local here instead of doing it in
10895 `term-emulate-terminal'.
10896 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10897 Scroll reverse needs to take into account the scroll region.
10898 Saving and restoring the cursor should save the color attributes too.
10899 (term-reset-terminal): Reset the scroll region.
10900 (term-handle-ansi-escape): Cursor up and down should take into
10901 account the scroll region.
10902 (term-set-scroll-region): Rename from `term-scroll-region'.
10903 Move to 0,0 after setting the region.
10904 (term-handle-scroll): Handle scroll up.
10905 (term-down): Fix off by one error.
10906 (term-delete-lines): Do not delete outside the scroll region.
10907 (term-insert-lines): Take into account the scroll region.
10908
10909 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * textmodes/ispell.el (ispell-internal-change-dictionary)
10912 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10913 (start, end): Move declaration outside of eval-when-compile.
10914
10915 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10916 (flyspell-mode-on): Use it.
10917
10918 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10919 ispell-kill-ispell-hook.
10920
10921 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10922
10923 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10924 (Custom-reset-saved): Do not ask for confirmation in single option
10925 buffers.
10926
10927 2006-01-13 Richard M. Stallman <rms@gnu.org>
10928
10929 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10930
10931 2006-01-13 Romain Francoise <romain@orebokech.com>
10932
10933 * add-log.el (add-change-log-entry, change-log-merge):
10934 Conditionally use `hard-newline'.
10935
10936 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10937
10938 * wid-edit.el (widget-field-end): If the overlay is no longer
10939 associated with a buffer, behave as if the overlay didn't exist.
10940
10941 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10942 Make sure the links use the `custom-link' face.
10943
10944 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10947 (ld-script-mode): Don't set indent-line-function since we don't
10948 have one.
10949
10950 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10951
10952 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10953 application.
10954 (org-file-apps-defaults-gnu): Use mailcap as the default for
10955 selecting an application on a UNIX system.
10956 (org-agenda-show-tags): New command.
10957 (org-table-insert-hline): Keep cursor in current table line.
10958 (org-table-convert): Offset effect of modifying
10959 `org-table-insert-hline'.
10960 (org-format-agenda-item): New optional argument TAG.
10961 (org-compile-prefix-format): Handle %T format for the tag.
10962 (org-expand-wide-chars): New function.
10963 (org-table-insert-row, org-table-insert-hline):
10964 Use `org-expand-wide-chars'.
10965 (org-open-file): Fix bug in program launch.
10966 (org-get-time-of-day): Fix bug with times before 1am.
10967 (org-agenda-menu): Add tags commands.
10968
10969 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10970
10971 * textmodes/ispell.el (ispell-init-process): Include the used
10972 dictionary in ispell process start message.
10973 (ispell-internal-change-dictionary): When flyspell-mode is active
10974 and dictionary is changed, make sure ispell process is restarted
10975 and flyspell word cache cleared out for the current buffer.
10976 (ispell-change-dictionary): Make sure flyspell word cache is
10977 cleared out in all buffers with active flyspell mode when
10978 dictionary is globally changed.
10979 Call ispell-internal-change-dictionary after dictionary change.
10980
10981 2006-01-13 Eli Zaretskii <eliz@gnu.org>
10982
10983 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10984
10985 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10986 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10987 years. Fix small differences wrt Makefile.in.
10988 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10989 Makefile.in does.
10990
10991 2006-01-12 Bill Wohler <wohler@newt.com>
10992
10993 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10994 mh-search.el.
10995
10996 2006-01-12 Masatake YAMATO <jet@gyve.org>
10997
10998 * progmodes/ld-script.el: Update copyright year.
10999
11000 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11001
11002 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11003 Don't add widget if setting undefined.
11004
11005 2006-01-12 John Paul Wallington <jpw@pobox.com>
11006
11007 * help-fns.el (describe-variable): Remove newlines from void
11008 variable output.
11009
11010 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11011
11012 * wdired.el (wdired-mode-map): Add help echo for
11013 wdired-abort-changes.
11014
11015 * man.el (Man-file-name-regexp): Adjust for a list of files.
11016
11017 2006-01-12 Masatake YAMATO <jet@gyve.org>
11018
11019 * progmodes/ld-script.el (auto-mode-alist): Support
11020 suffix conventions used in netbsd and eCos.
11021
11022 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
11023
11024 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11025 (custom-variable-menu, custom-face-menu, custom-group-menu)
11026 (Custom-mode-menu): Change names of menu items. (As discussed on
11027 emacs-devel.)
11028 (custom-face-menu): Add "Undo Edits" item.
11029
11030 * startup.el (init-file-user): defcustom -> defvar.
11031
11032 * tooltip.el (tooltip-mode): Doc fix.
11033
11034 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * reveal.el (reveal-post-command): window-buffer signals an error on
11037 dead windows rather than returning nil.
11038 (reveal-open-new-overlays): An overlay might die while we open others.
11039
11040 2006-01-11 Bill Wohler <wohler@newt.com>
11041
11042 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11043 phrasing in docstring.
11044
11045 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11046 can give some systems gas. Add new file mh-buffers.el.
11047
11048 2006-01-06 Masatake YAMATO <jet@gyve.org>
11049
11050 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11051 C preprocessor forward ported from GNU Emacs 21.2.
11052
11053 * progmodes/asm-mode.el (asm-font-lock-keywords):
11054 Use `cpp-font-lock-keywords'.
11055
11056 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11057
11058 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11059 of $ for "\\.ld[s]?".
11060
11061 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11064 (tcl-indent-line): Return `noindent' if inside a string.
11065
11066 * progmodes/flymake.el (flymake-split-string): Remove more than one
11067 empty string at beg/end of the result.
11068 (flymake-find-buildfile, flymake-find-possible-master-files):
11069 Use expand-file-name.
11070 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11071 since expand-file-name does it for us. Use directory-file-name.
11072 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11073 (flymake-ler-get-type, flymake-ler-get-text)
11074 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11075 (flymake-current-line-no): Remove spurious interactive spec.
11076 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11077 (flymake-check-include): Remove arg inc-path merged into inc-name.
11078 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11079 Arg regexp-list replaced by a simple regexp.
11080 (flymake-master-make-header-init, flymake-master-tex-init):
11081 Correspondingly replace regexp-list with a regexp. Fix regexp.
11082
11083 2006-01-10 Simon Josefsson <jas@extundo.com>
11084
11085 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11086 describing AUTH PLAIN fix.
11087
11088 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11089
11090 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11091 (report-emacs-bug): Don't record initial prompt text.
11092 Instead, add text properties to prompting text.
11093 (report-emacs-bug-hook): Delete prompting text.
11094
11095 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11098 `dirs'. Adjust callers.
11099
11100 2006-01-09 John Paul Wallington <jpw@gnu.org>
11101
11102 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11103
11104 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * reveal.el (reveal-open-new-overlays): New extracted fun.
11107 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11108 using them. Simplify the code.
11109 (reveal-post-command): Use them. Fix up obsolete windows in
11110 reveal-open-spots.
11111
11112 * progmodes/flymake.el: Use `require' rather than autoload for
11113 XEmacs's overlays.
11114 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11115 Delete. Use file-relative-name instead.
11116 (flymake-get-syntax-check-program-args, flymake-perl-init):
11117 Simplify the resulting code.
11118
11119 * log-view.el (log-view-file-re, log-view-message-re): Add support
11120 for DaRCS output.
11121
11122 2006-01-09 Alex Schroeder <alex@gnu.org>
11123
11124 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11125 identifiers sometimes added in square brackets at the beginning of
11126 subject lines.
11127
11128 2006-01-07 Richard M. Stallman <rms@gnu.org>
11129
11130 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11131 (Custom-reset-current, Custom-reset-saved): Change question text.
11132 (Custom-reset-standard): Likewise.
11133 (custom-variable-reset-saved): Doc fix.
11134
11135 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11136
11137 * startup.el (init-file-user): Doc fix.
11138
11139 2006-01-07 Alex Schroeder <alex@gnu.org>
11140
11141 * mail/rmail.el (rmail-current-subject): New function.
11142 (rmail-current-subject-regexp): New function.
11143 (rmail-next-same-subject): Use it.
11144
11145 * mail/rmailsum.el (rmail-summary-by-topic):
11146 Use rmail-current-subject and rmail-current-subject-regexp.
11147 (rmail-summary-next-same-subject): Ditto.
11148
11149 * net/rcirc.el (rcirc-send-input): No longer check whether the
11150 process is open, since not all commands need an open process.
11151 (rcirc-send-string): Check whether the process is open before
11152 sending anything.
11153 (rcirc-ignore-list): New option.
11154 (rcirc-ignore-list-automatic): New variable.
11155 (rcirc-print): Take rcirc-ignore-list into account.
11156 (rcirc-cmd-ignore): New command.
11157 (rcirc-ignore-update-automatic): New function.
11158 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11159 list if ignored nicks.
11160 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11161
11162 2006-01-06 David Reitter <david.reitter@gmail.com>
11163
11164 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11165 reflect the address to which the report will be sent.
11166
11167 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11168
11169 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11170 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11171
11172 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11173
11174 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11175
11176 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11177 the doc string: "functoin" => "function".
11178 * ldefs-boot.el: Likewise.
11179
11180 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11181 message text: "Duplicat" => "Duplicate".
11182
11183 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11184
11185 * files.el (basic-save-buffer-2): If backing-up failed, reset
11186 buffer-backed-up to nil.
11187
11188 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11189
11190 * progmodes/gud.el (gdb-script-skip-to-head)
11191 (gdb-script-calculate-indentation): Indent for breakpoint command
11192 lists also.
11193
11194 2006-01-05 Bill Wohler <wohler@newt.com>
11195
11196 * Makefile.in (compile-always): Add mh-autoloads dependency.
11197 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11198 provides it.
11199 (updates): Remove mh-autoloads dependency, since it probably has
11200 already run recently (via recompile).
11201
11202 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11205 argument `force' to disable the flyspell-last-buffer optimization.
11206 (flyspell-mode-on): Use it.
11207
11208 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11209 flymake-simple-cleanup.
11210 (flymake-allowed-file-name-masks): Use this new default.
11211 All the functions are now called in the right buffer rather than
11212 passing the buffer as argument.
11213 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11214 (flymake-parse-err-lines): Remove redundant buffer arg.
11215 (flymake-get-program-dir): Comment out unused function.
11216 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11217 Remove redundant buffer argument.
11218 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11219 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11220
11221 2006-01-05 Richard M. Stallman <rms@gnu.org>
11222
11223 * info.el (Info-find-node): Don't record previous node if have none.
11224 (info): Go to directory only if history is empty.
11225
11226 * simple.el (mark): Doc fix.
11227
11228 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11229
11230 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11231 already of desired type.
11232 (mac-ae-list): Coerce parameter to "list" type.
11233 (mac-dispatch-apple-event): Replace cadr part of event with a
11234 dummy position so that event-start returns it.
11235
11236 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11237
11238 * textmodes/org.el (org-end-of-subtree): New function.
11239 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11240 Use `org-end-of-subtree'.
11241 (org-agenda, org-agenda-convert-date): Protect calls to
11242 `fit-window-to-buffer'.
11243 (org-tags-view): Force matching of sublevels when doing a
11244 todo-only search. Define the correct redo command, including the
11245 arguments.
11246 (org-agenda-redo): Display message.
11247 (org-check-for-org-mode): New function.
11248 (org-agenda-type): New variable.
11249 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11250 Set `org-agenda-type'.
11251 (org-agenda-check-type): New function.
11252 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11253 (org-agenda-week-view, org-agenda-day-view)
11254 (org-agenda-next-date-line, org-agenda-previous-date-line)
11255 (org-agenda-log-mode, org-agenda-toggle-diary)
11256 (org-agenda-toggle-time-grid, org-agenda-date-later)
11257 (org-agenda-date-prompt, org-agenda-diary-entry)
11258 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11259 (org-agenda-convert-date, org-agenda-menu):
11260 Use `org-agenda-check-type'.
11261 (org-make-overlay, org-delete-overlay)
11262 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11263 New compatibility functions.
11264 (org-calendar-select-mouse): New command.
11265
11266 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11267
11268 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11269 (Custom-reset-standard): Fix y-or-n-p messages.
11270 (custom-link): New face for links.
11271 (custom-buffer-create-internal, custom-manual): Use it.
11272 (custom-face-save): Push to theme-face before setting face spec.
11273
11274 * wid-edit.el (widget-default-mouse-face-get): New function.
11275 (widget-specify-button): Handle mouse-face like button-face.
11276
11277 * custom.el (load-theme): Clear old theme settings if reloading.
11278
11279 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11282 "Erase Customization" button back to same position it occupies in
11283 the individual State menus.
11284
11285 2006-01-04 Kim F. Storm <storm@cua.dk>
11286
11287 * wid-edit.el (key-sequence): Rework widget to read key binding
11288 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11289 (widget-key-sequence-default-value): Default value for empty sequence.
11290 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11291 (widget-key-sequence-read-event): New command for C-q.
11292 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11293 (widget-key-sequence-value-to-external): New functions.
11294
11295 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11298 Use expand-file-name.
11299 (flymake-delete-temp-directory): Use expand-file-name,
11300 file-name-directory, and directory-file-name.
11301 (flymake-strrchr): Delete.
11302 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11303 to the init-f function.
11304 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11305 (flymake-init-find-buildfile-dir)
11306 (flymake-init-create-temp-source-and-master-buffer-copy)
11307 (flymake-simple-make-init-impl, flymake-simple-make-init)
11308 (flymake-master-make-init, flymake-master-make-header-init)
11309 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11310 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11311 (flymake-xml-init): Remove corresponding redundant buffer argument.
11312 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11313 the default anyway. Clean up regexps.
11314
11315 * progmodes/flymake.el (flymake-temp-source-file-name)
11316 (flymake-master-file-name, flymake-temp-master-file-name)
11317 (flymake-base-dir): New buffer-local vars.
11318 (flymake-buffer-data, flymake-get-buffer-value)
11319 (flymake-set-buffer-value): Replace those hash-tables by the new
11320 buffer-local vars. Update callers.
11321
11322 * progmodes/flymake.el (flymake-check-start-time)
11323 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11324 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11325 Move definition, so we can remove redundant earlier declaration.
11326 (flymake-replace-regexp-in-string, flymake-split-string)
11327 (flymake-get-temp-dir): Use defalias.
11328 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11329 (flymake-xemacs-window-edges): Remove unused function.
11330 (flymake-get-point-pixel-pos): Move.
11331 (flymake-pid-to-names, flymake-reg-names)
11332 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11333 Replace by a simple list flymake-processes and by process-buffer.
11334 Update callers. Other than simplify the code, it uses buffers rather
11335 than buffer-names so it doesn't get confused by uniquify.
11336 (flymake-buffer-data): The global value should just be nil.
11337
11338 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11339 Optimize the body of a defalias like any other code.
11340
11341 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11342 Make sure we've setup font-lock's vars. It may influence which
11343 function we then call.
11344 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11345 here since it's too late anyway.
11346
11347 2006-01-03 Romain Francoise <romain@orebokech.com>
11348
11349 * startup.el (fancy-splash-tail, normal-splash-screen):
11350 Update copyright year.
11351
11352 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11353
11354 * mouse.el (mouse-drag-track): Rename, from
11355 `mouse-drag-region-1'. Includes optional argument required to
11356 enable post-drag event processing (e.g. delete region keys).
11357 Can be used without this argument to track a mouse region and operate
11358 on it as soon as the drag completes.
11359 (mouse-drag-region): Use `mouse-drag-track'.
11360
11361 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11362
11363 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11364 Move to `custom-buffer' group.
11365
11366 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11367 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11368 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11369 (custom-theme-face-menu): New variables.
11370 (custom-theme-add-variable, custom-theme-variable-action)
11371 (custom-variable-reset-theme, custom-theme-delete-variable)
11372 (custom-face-reset-theme, custom-theme-face-action)
11373 (custom-theme-delete-face, custom-theme-merge-theme)
11374 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11375
11376 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11377
11378 * custom.el: Move Custom Themes commentary to start of theme code.
11379 (custom-known-themes): Rename `standard' theme to `changed'.
11380 (custom-push-theme): Caller no longer specifies what theme to use
11381 when doing `reset'---the setting is simply removed from the theme.
11382 Delete MODE from `theme-value' and `theme-settings' properties.
11383 (custom-declare-theme): Ignore &rest args since we don't use them.
11384
11385 (custom-loaded-themes): Delete variable.
11386 (custom-theme-load-themes, custom-theme-loaded-p)
11387 (custom-theme-value): Delete functions.
11388
11389 (custom-declare-theme): Signal error on invalid theme names.
11390 (provide-theme): custom-loaded-themes was deleted.
11391 (load-theme): Load the file unconditionally.
11392 (enable-theme): Call `load-theme' if theme is undefined.
11393 (custom-enabled-themes): Only update value for successful loads.
11394 (disable-theme): Complete from enabled themes when interactive.
11395 (custom-variable-theme-value): Calculate theme value directly.
11396
11397 (custom-theme-reset-variables, custom-reset-variables): Mark as
11398 XEmacs compatibility functions. We don't actually use these.
11399
11400 * cus-edit.el (custom-variable-state-set):
11401 Use custom-variable-theme-value instead of custom-theme-value.
11402 (custom-face-state-set): Rename `standard' theme to `changed'.
11403 (custom-save-variables, custom-save-faces): Delete unneeded
11404 references to custom-reset-variables.
11405 (custom-save-resets): Delete function.
11406 (custom-save-variables, custom-save-faces): MODE argument deleted.
11407 (custom-save-variables, custom-save-faces): Ignore theme values.
11408
11409 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
11410 compatibility function.
11411
11412 2006-01-01 Richard M. Stallman <rms@gnu.org>
11413
11414 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
11415 (Custom-reset-current, Custom-reset-saved): Likewise.
11416 (Custom-reset-standard): Show message if aborted.
11417 (custom-mode): Doc fix, describing those commands.
11418
11419 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
11420 put on event-kind property.
11421
11422 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * custom.el (provide-theme): Ban `user' theme name.
11425 (custom-enabling-themes): New variable.
11426 (enable-theme): Don't enable user if custom-enabling-themes is t.
11427 (custom-enabled-themes): Make it a defcustom.
11428 (custom-theme-recalc-face): No-op if face is undefined.
11429
11430 * cus-edit.el (custom-button-mouse): New variable.
11431 (custom-button-mouse): New face.
11432 (custom-raised-buttons, custom-mode): Use it.
11433
11434 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
11435
11436 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11437
11438 * progmodes/gud.el (gud-display-line): Support hl-line in the
11439 source buffer.
11440
11441 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11442
11443 * mouse.el (mouse-drag-window-above): Verify that the found window
11444 overlaps with the given window in the horizontal dimension.
11445
11446 2005-12-31 Eli Zaretskii <eliz@gnu.org>
11447
11448 * Makefile.in (cvs-update): New target.
11449
11450 * makefile.w32-in (cvs-update): Ditto.
11451
11452 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
11453
11454 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
11455 (custom-new-theme-mode-map): New variable.
11456
11457 2005-12-30 Richard M. Stallman <rms@gnu.org>
11458
11459 * custom.el (custom-load-themes): Function deleted.
11460
11461 * cus-edit.el (custom-save-loaded-themes): Function deleted.
11462 (custom-save-variables): Don't delete or add custom-load-themes call.
11463
11464 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * cus-start.el: Add `visible-cursor'.
11467
11468 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
11469 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
11470 (flymake-process-filter): Switch to buffer before calling it instead.
11471 (flymake-post-syntax-check, flymake-highlight-err-lines)
11472 (flymake-delete-own-overlays, flymake-parse-err-lines)
11473 (flymake-start-syntax-check, flymake-start-syntax-check-process)
11474 (flymake-count-lines, flymake-parse-residual):
11475 Remove constant buffer argument.
11476 (flymake-start-syntax-check-for-current-buffer): Remove.
11477 Update callers to use flymake-start-syntax-check instead.
11478 (flymake-display-err-menu-for-current-line):
11479 Remove unused var `mouse-pos'.
11480 (flymake-restore-formatting): Comment out unused function.
11481 (flymake-report-status, flymake-report-fatal-status): Remove buffer
11482 argument, use current-buffer instead. Update callers.
11483
11484 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11485
11486 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
11487 buffer-local because choose-completion-delete-max-match requires
11488 that we set completion-ignore-case (i.e., binding via let is not
11489 sufficient).
11490 (bibtex-complete): Always set completion-ignore-case and
11491 choose-completion-string-functions. The latter is needed because
11492 choose-completion-string-functions keeps its value if we quit the
11493 *Completions* buffer without requesting a completion.
11494
11495 2005-12-30 Andreas Schwab <schwab@suse.de>
11496
11497 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
11498
11499 2005-12-30 Eli Zaretskii <eliz@gnu.org>
11500
11501 * jit-lock.el (jit-lock-chunk-size): Doc fix.
11502
11503 2005-12-30 Juri Linkov <juri@jurta.org>
11504
11505 * locate.el (locate-fcodes-file, locate-header-face)
11506 * progmodes/delphi.el (delphi-other-face)
11507 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
11508
11509 * paren.el (show-paren-match, show-paren-mismatch): Use existing
11510 group `paren-showing-faces'.
11511
11512 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
11513 (goto-address): Fix docstring.
11514
11515 * net/webjump.el (webjump-sample-sites): Update URLs.
11516
11517 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
11518
11519 * subr.el (cancel-change-group): Add listp around pending-undo-list.
11520
11521 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * font-lock.el (font-lock-compile-keywords): Signal an error when
11524 font-lock-set-defaults hasn't been called.
11525
11526 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
11527
11528 * subr.el (noreturn, 1value): Doc fixes.
11529
11530 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11531
11532 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
11533 that assoc-string returns nil.
11534
11535 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11536
11537 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
11538 (bibtex-entry-type-str, bibtex-empty-field-re)
11539 (bibtex-search-backward-string, bibtex-preamble-prefix)
11540 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
11541 (bibtex-any-valid-entry-type): New variable.
11542 (bibtex-parse-field-name): Simplify.
11543 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
11544 (bibtex-preamble-prefix): Include left delimiter.
11545 (bibtex-search-forward-field, bibtex-search-backward-field):
11546 Allow unbounded search past entry boundaries (required by bibtex-pop).
11547 (bibtex-text-in-field-bounds): Use push.
11548 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
11549 (bibtex-parse-preamble, bibtex-valid-entry)
11550 (bibtex-beginning-first-field): New functions.
11551 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
11552 (bibtex-map-entries): Fix docstring.
11553 (bibtex-flash-head): New arg prompt. Simplify.
11554 (bibtex-enclosing-field): Include code of bibtex-inside-field.
11555 (bibtex-insert-kill): Simplify. Always insert text past the
11556 current field or entry.
11557 (bibtex-format-entry): Use bibtex-parse-field.
11558 (bibtex-pop): Use bibtex-beginning-of-entry and
11559 bibtex-end-of-entry to initiate the search. Insert empty field if
11560 we found ourselves.
11561 (bibtex-print-help-message): New args field and comma.
11562 Handle entry keys.
11563 (bibtex-make-field): Use bibtex-beginning-of-entry.
11564 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
11565 invalid entry.
11566 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
11567 Handle preambles. Simplify code for thorough test.
11568 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
11569 New arg comma. Handle entry heads.
11570 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
11571 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
11572 New arg comma.
11573 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
11574 (bibtex-fill-field): Simplify.
11575 (bibtex-fill-entry): Use bibtex-beginning-first-field and
11576 bibtex-parse-field.
11577 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
11578 (bibtex-complete): Use bibtex-parse-preamble.
11579
11580 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
11581
11582 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
11583 Display name of expression instead of convenience variable.
11584 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
11585
11586 * progmodes/gud.el (gud-tooltip-dereference): Rename from
11587 toggle-gud-tooltip-dereference.
11588 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
11589 (gud-tooltip-tips): ...here when dereferencing.
11590
11591 2005-12-28 Bill Wohler <wohler@newt.com>
11592
11593 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
11594
11595 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
11598 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
11599 (vc-annotate-display-autoscale): Adjust call.
11600 (vc-annotate-display-default): Adjust call. Make arg compulsory.
11601 Fix interactive spec.
11602 (vc-annotate-time-span): Remove.
11603 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
11604 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
11605 (vc-annotate-display-select): Use new name.
11606
11607 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
11608 (vc-annotate-mode-menu): Remove left-over redundant declaration.
11609 Correct the construction of span entries. Simplify.
11610 (vc-annotate-display-select): Fix the nil case.
11611 (vc-annotate): Remove obsolete (and now broken) code.
11612 (vc-annotate-extract-revision-at-line): Remove obsolete code.
11613 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
11614
11615 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
11616
11617 * subr.el (lazy-completion-table): Correct typo in docstring.
11618
11619 * startup.el (command-line): Use `custom-reevaluate-setting' for
11620 `send-mail-function'.
11621
11622 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11623
11624 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
11625
11626 * mail/smtpmail.el (smtpmail-try-auth-methods):
11627 Send credentials together with "AUTH PLAIN" command.
11628
11629 2005-12-27 Richard M. Stallman <rms@gnu.org>
11630
11631 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11632 mouse-2, go back to previously selected window, so it's selected
11633 when mouse-2 command runs.
11634
11635 2005-12-27 Juri Linkov <juri@jurta.org>
11636
11637 * descr-text.el (describe-text-sexp): Use square brackets for
11638 button [Show] to distinguish it from the property value `show'.
11639 (describe-property-list): Use `insert-text-button' with
11640 `help-face' type instead of putting face in quotes, because button
11641 is not created automatically for a list of faces.
11642 (describe-text-properties-1): Put button-type value in quotes to
11643 distinguish from plain text "button".
11644 (describe-char): Display code point values in hex. Don't use
11645 `symbol-name' for `current-input-method' because it is a string.
11646 Use `insert-text-button' with `help-face' type instead of putting
11647 hardcoded face in quotes, because button is not created automatically.
11648
11649 2005-12-27 Richard M. Stallman <rms@gnu.org>
11650
11651 * progmodes/glasses.el (glasses-face): More specific custom type.
11652
11653 * files.el (set-visited-file-name): Doc fix.
11654
11655 * textmodes/flyspell.el (flyspell-external-point-words):
11656 Use local var buffer-scan-pos to advance scan for next misspelling.
11657 Advance it only after we find the misspelling.
11658
11659 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
11660
11661 * textmodes/flyspell.el (flyspell-external-point-words):
11662 New criteria for finding the misspelling in the buffer.
11663
11664 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
11665
11666 * help-mode.el (help-insert-string): Set help-xref-stack-item
11667 rather than call help-setup-xref.
11668
11669 * descr-text.el (describe-char): Revert previous changes for
11670 optional buffer argument.
11671
11672 2005-12-27 Juri Linkov <juri@jurta.org>
11673
11674 * help-mode.el (help-insert-string): New function. Save buffer
11675 contents in cases where it is impossible to recompute the old contents.
11676
11677 * descr-text.el (describe-char): Set help-xref-stack-item
11678 explicitly after buffer has been generated.
11679
11680 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11681
11682 * cus-start.el (all): Add x-gtk-show-hidden-files.
11683
11684 2005-12-26 Richard M. Stallman <rms@gnu.org>
11685
11686 * replace.el (perform-replace): Calculate match-again
11687 before skipping read-only matches.
11688
11689 * paren.el (paren-showing-faces): New group.
11690 (show-paren-match, show-paren-mismatch): Move to that group.
11691
11692 * button.el (button): Put into group `basic-faces'.
11693
11694 * progmodes/make-mode.el: Remove faces from group `faces'.
11695
11696 * apropos.el (apropos, apropos-value): Doc fix.
11697 (apropos-documentation): Doc fix.
11698
11699 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * subr.el (lazy-completion-table): Remove argument `args'.
11702
11703 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11704 Don't use the `args' argument of lazy-completion-table.
11705
11706 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
11707
11708 * descr-text.el (describe-char): Add optional argument for buffer.
11709 Set buffer appropriately. Call help-setup-xref.
11710 Suggested by Stefan Monnier.
11711
11712 2005-12-26 Juri Linkov <juri@jurta.org>
11713
11714 * descr-text.el: Require `help-fns' at runtime. Don't require
11715 `button' for byte compilation.
11716 (describe-text-widget): Add `help-echo' for first button.
11717 Use `help-info' for second.
11718 (describe-property-list): Use `help-argument-name' instead of `italic'.
11719 (describe-text-category): Add prompt to interactive spec.
11720 Call `help-setup-xref'.
11721 (describe-char): Use `help-character-set'. Add `help-echo' for
11722 code point. Use `help-input-method'. Remove superfluous insert.
11723
11724 2005-12-25 Richard M. Stallman <rms@gnu.org>
11725
11726 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11727 at point, in case of narrowing.
11728
11729 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11730
11731 * locate.el (locate-header-face): Allow nil in type.
11732
11733 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11734
11735 2005-12-25 Romain Francoise <romain@orebokech.com>
11736
11737 * battery.el (battery-linux-proc-acpi): Also try
11738 `/proc/acpi/thermal_zone/THM0/temperature'.
11739
11740 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11741
11742 * custom.el (custom-push-theme): Fix docstring.
11743
11744 * cus-edit.el (custom-variable-set, custom-variable-save)
11745 (custom-variable-save): Custom-quote widget values.
11746 (customize-save-variable): Fix custom-push-theme call.
11747
11748 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11749
11750 * w32-fns.el (w32-batch-update-autoloads): New function.
11751
11752 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11753 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11754 from the command line.
11755
11756 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11757
11758 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11759 reset means to remove setting from theme entirely. Don't keep
11760 expanding theme-settings list; delete old entries if necessary.
11761
11762 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11763 customization" button one line up.
11764 (custom-themed): New face.
11765 (custom-magic-alist): New value, THEMED, for theme settings.
11766 (custom-variable-state-set, custom-face-state-set):
11767 Check theme-value instead of saved-value.
11768 (custom-variable-reset-standard, custom-face-reset-standard):
11769 Remove theme setting entirely. Recalculate new values.
11770 (custom-variable-set, custom-variable-set)
11771 (custom-variable-reset-saved, custom-variable-reset-backup)
11772 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11773 (custom-variable-save): Fix typos.
11774
11775 2005-12-23 Juri Linkov <juri@jurta.org>
11776
11777 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11778 Add autoload cookies.
11779 (edebug-outside-d-c-i-n-s-w): New variable.
11780 (edebug-display, edebug-outside-excursion): Use it to save the
11781 original value of default-cursor-in-non-selected-windows.
11782 Set default-cursor-in-non-selected-windows to t while Edebug
11783 is active.
11784 (edebug-mode, edebug-eval-mode): Doc fix.
11785
11786 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11787 with `buffer-substring-no-properties' to remove common substring
11788 highlighting.
11789
11790 * info.el (info-other-window, info): Rename function argument
11791 `file' to `file-or-node'.
11792 (Info-complete-menu-item): Use local variable `complete-nodes' to
11793 keep the global value of `Info-complete-nodes' unchanged for
11794 subsequent completions.
11795 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11796
11797 * simple.el (get-next-valid-buffer, last-buffer)
11798 (next-error-buffer-p, next-error-find-buffer)
11799 (minibuffer-history-sexp-flag): Doc fix.
11800
11801 * savehist.el (savehist-mode-hook): Add `:group'.
11802
11803 * log-view.el: Call autoload for vc-find-version.
11804 (log-view-current-file): Adjust subgroup numbers.
11805 (log-view-current-tag): Add `length'.
11806
11807 2005-12-23 Richard M. Stallman <rms@gnu.org>
11808
11809 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11810
11811 2005-12-23 Juri Linkov <juri@jurta.org>
11812
11813 * hi-lock.el (hi-lock-archaic-interface-message-used)
11814 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11815 (hi-lock-mode): Display "Hi" in the mode line only when
11816 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11817 (hi-lock-write-interactive-patterns):
11818 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11819 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11820 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11821 font-lock-add-keywords to t.
11822
11823 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11824
11825 * hi-lock.el (hi-lock-highlight-range): New variable.
11826 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11827 only if font-lock-fontified is non-nil. Remove overlays.
11828 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11829 font-lock-fontified is non-nil, otherwise use overlays (instead of
11830 text properties).
11831 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11832 New variables.
11833 (hi-lock-string-serialize) New function.
11834
11835 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11836
11837 * menu-bar.el (menu-find-file-existing): New function.
11838 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11839
11840 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11841
11842 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * vc.el: Remove unnecessary leading * in docstrings.
11845 (vc-annotate-mode-map): Move initialization into declaration.
11846 (vc-static-header-alist): Nitpick on the regexp.
11847 (vc-default-init-version): New fun.
11848 (vc-register): Use it.
11849 (vc-insert-headers): Use dolist.
11850 (vc-annotate-get-backend): Remove unused function.
11851 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11852 (vc-annotate-mode): Remove corresponding call.
11853 (vc-annotate-car-last-cons): Simplify.
11854 (vc-annotate-buffers): Remove var.
11855 (vc-annotate-backend): Make it buffer-local.
11856 (vc-annotate): Move the interaction to the interactive spec.
11857 Add a `buf' argument.
11858 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11859 killing&creating a vc-annotate buffer, which is very disruptive when
11860 the buffers are shown in dedicated frames.
11861
11862 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11863
11864 * descr-text.el: Add FSF as maintainer.
11865 (describe-text-mode, describe-text-mode-map)
11866 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11867 help-mode.
11868 (describe-text-widget, describe-text-sexp)
11869 (describe-property-list, describe-text-category)
11870 (describe-text-properties, describe-text-properties-1)
11871 (describe-char): Use help buttons instead of widgets.
11872 (describe-char-unicodedata-file): Make URL link in doc string.
11873
11874 2005-12-22 Richard M. Stallman <rms@gnu.org>
11875
11876 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11877 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11878 Don't include buttons that write a file when there's no file.
11879 (custom-variable-menu, custom-face-menu, custom-group-menu):
11880 Don't include commands that write a file when there's no file.
11881 (customize-browse): Reword the top-of-buffer help intro.
11882 (custom-buffer-create-internal): Fix previous change.
11883 (customize-changed-options-previous-release): Prev release is 21.1.
11884 (customize-changed-options): Doc fix.
11885 (customize-changed): New alias.
11886 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11887 Say "standard values".
11888 (Custom-reset-standard): Doc fix.
11889 (custom-face-reset-standard): Doc fix.
11890
11891 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11894 even if font-lock-mode is non-nil since it may be t without having
11895 turned on font-lock-mode-internal.
11896 (font-lock-choose-keywords): Minor optimization.
11897 (font-lock-add-keywords, font-lock-remove-keywords)
11898 (font-lock-set-defaults): Don't call make-local-variable on a variable
11899 that we know to already be local.
11900
11901 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11904 messages if in the minibuffer.
11905
11906 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11909 (tex-mode-flyspell-verify, flyspell-get-word)
11910 (flyspell-external-point-words): Don't use point-min/max uselessly.
11911
11912 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11913 by Kevin Rodgers. Instead, just hide the completions buffer if we
11914 don't need to show it.
11915
11916 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11919
11920 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11923 delete-windows-on with an inexistent buffer.
11924
11925 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11926
11927 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11928 Delete defcustom variable :tag names.
11929
11930 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11933 (log-view-font-lock-keywords): Ajust subgroup numbers.
11934 (log-view-current-tag): Don't hard code the number of subgroups.
11935
11936 2005-12-20 Juri Linkov <juri@jurta.org>
11937
11938 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11939 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11940
11941 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11942 (menu-bar-non-minibuffer-window-p): Instead of checking
11943 display-multi-frame-p, use selected-frame when menu-updating-frame
11944 is nil.
11945
11946 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11947
11948 * align.el (align-rules-list): Use [ \t] instead of \s-
11949 for column separators in text mode.
11950
11951 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11952
11953 * help-mode.el (help-customize-variable, help-customize-face):
11954 Don't pop help-xref-stack as help-follow no longer pushes
11955 anything on to it.
11956
11957 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11958
11959 * textmodes/org.el (org-agenda-custom-commands): New option.
11960 (org-agenda): Offer custom commands on splash screen.
11961 (org-make-tags-matcher): Parser for Boolean logic added.
11962 (org-agenda-set-tags): New command.
11963 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11964 (org-set-tags): Efficiency improvements.
11965 (org-auto-align-tags): New option.
11966 (org-todo, org-demote, org-promote): Realign tags.
11967 (org-tags-completion-function): Use also "&" and "|" as separators.
11968 (org-org-menu): Agenda commands simplified.
11969
11970 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11971
11972 * cus-edit.el (customize-apropos, customize-apropos-options):
11973 Docstring changes.
11974
11975 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11976
11977 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
11978
11979 * longlines.el (longlines-mode): Wrap while widened.
11980 (longlines-decode-region, longlines-encode-region): Compute max
11981 just once.
11982
11983 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11984
11985 * cus-edit.el (mac): New group.
11986
11987 * cus-start.el (all): Add user options in macterm.c. Add test for
11988 Mac-related built-ins. Fix test for GTK-related built-ins.
11989
11990 * term/mac-win.el (mac-handle-language-change)
11991 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11992 (mac-services-open-selection, mac-services-mail-selection)
11993 (mac-services-mail-to, mac-services-insert-text)
11994 (mac-dispatch-apple-event): Add docstrings.
11995 (x-get-selection, mac-select-convert-to-string): Select coding
11996 system from `utf-16be' and `utf-16le' using `byteorder'.
11997
11998 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12001 a "list" (lambda ...) rather than a real completion list.
12002
12003 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12004 lexical-let when encountering ((lambda (...) ...) ...).
12005
12006 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * progmodes/sh-script.el (sh-mode):
12009 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12010 * textmodes/picture.el (picture-mode): Update docstrings.
12011
12012 2005-12-17 Eli Zaretskii <eliz@gnu.org>
12013
12014 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12015 commands enclosed in $(ARGQUOTE)s should not be split between two
12016 lines, as that will break with GNU Make >3.80, when sh.exe is used
12017 and arg quoting is with '..'.
12018 (autoloads): Don't break the quoted --eval expression between
12019 several lines.
12020
12021 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12022
12023 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12024 Capture error from printing circular structures.
12025
12026 2005-12-17 Martin Rudalics <rudalics@gmx.at>
12027
12028 * wid-edit.el (widget-checkbox-action): Clear undo info.
12029
12030 2005-12-16 Bill Wohler <wohler@newt.com>
12031
12032 * menu-bar.el (kill-this-buffer): Set a good example by using menu
12033 bar, not menubar in comment.
12034
12035 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12038 After-change-functions should not clobber the match data.
12039
12040 2005-12-16 Juri Linkov <juri@jurta.org>
12041
12042 * simple.el (choose-completion): Use `buffer-substring-no-properties'
12043 instead of `buffer-substring'.
12044 (completion-common-substring): Doc fix.
12045 (completion-setup-function): Use minibuffer-completion-contents
12046 instead of minibuffer-contents. Don't set common-string-length
12047 initially. Remove special handling of partial-completion-mode.
12048 Move computation of completion-base-size into one cond.
12049 Call completion-base-size-function in mainbuf. In computation of
12050 completion-base-size for file name completion don't move point to
12051 the end of the minibuffer. Move computation of common-string-length
12052 into one cond. Start putting faces only when common-string-length>=0.
12053 Add condition to put completions-common-part when
12054 common-string-length>0.
12055
12056 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12057 place point at the first different character in the minibuffer
12058 even if this position is at the beginning of the minibuffer.
12059
12060 * info.el (Info-read-node-name-1): In completion-base-size-function's
12061 lambda return 1 if common-substring or minibuffer-completion-contents
12062 starts with (, and 0 otherwise.
12063
12064 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12065 Use `crm-current-element' for second arg of `display-completion-list'.
12066
12067 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12068
12069 * files.el (set-auto-mode): Look for an interpreter specified on
12070 the first line also if search for mode specification succeeded,
12071 but the mode is not known.
12072
12073 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12074
12075 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12076 (org-open-at-point): Implement tag searches as links.
12077 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12078 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12079 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12080 (org-agenda-dispatch): New commands.
12081 (org-use-tag-inheritance, org-tags-column): New options.
12082 (org-tab-follows-link, org-return-follows-link): New options.
12083 (org-tags): New customize group.
12084 (org-start-icalendar-file): Get local time zone.
12085 (org-tags-completion-function): New function.
12086 (org-set-font-lock-defaults): Make sure links will also be
12087 highlighted inside headlines.
12088
12089 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12090
12091 * term.el (term-emulate-terminal):
12092 Let term-handle-ansi-terminal-messages override what Bash says about
12093 its current directory.
12094
12095 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12096
12097 * bindings.el (last-buffer): Move to simple.el.
12098 * simple.el (last-buffer): Move here.
12099 (get-next-valid-buffer): New function.
12100 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12101 (prev-buffer): Ditto. Rename to `previous-buffer'.
12102
12103 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12104 * bindings.el (global-map): Ditto.
12105
12106 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12107
12108 * cus-edit.el: Introductory comment change.
12109 (custom-magic-alist): Change message string for the `rogue' state.
12110
12111 2005-12-15 Richard M. Stallman <rms@gnu.org>
12112
12113 * tooltip.el: Delete defcustom variable :tag names.
12114
12115 * complete.el (partial-completion-mode): Doc fix.
12116
12117 * textmodes/flyspell.el (flyspell-external-point-words):
12118 Use save-excursion to ensure we don't move backward in the
12119 search loop, not even one character.
12120 (flyspell-delete-all-overlays): Use remove-overlays directly.
12121
12122 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12123 (ispell-start-process): Set that variable.
12124 Clear ispell-buffer-local-name.
12125 (ispell-internal-change-dictionary):
12126 Set ispell-current-dictionary after killing process.
12127 (ispell-buffer-local-dict):
12128 Don't set spell-personal-dictionary after killing process.
12129 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12130 (ispell-tex-skip-alists, ispell-html-skip-alists)
12131 (ispell-skip-region-alist): Mark as risky.
12132
12133 * net/newsticker.el (newsticker--retrieval-timer-list)
12134 (newsticker--display-timer, newsticker-running-p)
12135 (newsticker-ticker-running-p): Definitions moved up.
12136
12137 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12138
12139 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12140
12141 2005-12-15 David Ponce <david@dponce.com>
12142
12143 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12144 (recentf-edit-list, recentf-open-files): Signal an error when
12145 there is no recent file.
12146
12147 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12148
12149 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12150 read-only except for texinfo-format-region evaluation.
12151
12152 2005-12-14 Richard M. Stallman <rms@gnu.org>
12153
12154 * vc.el (vc-default-previous-version, vc-default-next-version)
12155 (vc-do-command): Doc fixes.
12156
12157 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12158
12159 * textmodes/bibtex.el (bibtex-expand-strings)
12160 (bibtex-autokey-expand-string, bibtex-name-part)
12161 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12162 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12163 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12164 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12165 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12166 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12167 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12168 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12169 (bibtex-beginning-of-last-entry): Remove.
12170 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12171 message if comma is missing but buffer is read-only.
12172 (bibtex-parse-field-text): Handle whitespaces at the end of field
12173 text. Return 3-element list with beginning and end of field text
12174 and end of field.
12175 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12176 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12177 (bibtex-search-forward-field, bibtex-search-backward-field):
12178 Search always delimited by limits of entry. Use more efficient
12179 search algorithms.
12180 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12181 bibtex-end-of-name-in-field.
12182 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12183 extracting the content of a field.
12184 (bibtex-text-in-field): Use search limits.
12185 (bibtex-parse-string-prefix): Handle empty string keys based on
12186 bibtex-string-empty-key.
12187 (bibtex-parse-string): Fix docstring.
12188 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12189 (bibtex-preamble-prefix, bibtex-strings): New functions.
12190 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12191 BibTeX entries (consistent with other BibTeX functions).
12192 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12193 (bibtex-search-entry): Fix docstring. Simplify.
12194 (bibtex-flash-head, bibtex-complete-string-cleanup)
12195 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12196 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12197 (bibtex-parse-entry): New optional arg content.
12198 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12199 Use bibtex-text-in-field-bounds.
12200 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12201 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12202 bibtex-parse-string-postfix.
12203 (bibtex-find-text-internal): New function.
12204 (bibtex-remove-delimiters): Use it.
12205 (bibtex-find-text): Use it. New optional arg help.
12206 (bibtex-complete): Handle BibTeX string and preamble entries.
12207 (bibtex-Preamble): Fix order of closing delimiters.
12208
12209 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * vc.el (vc-default-revert): New fun.
12212
12213 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12214
12215 2005-12-14 Romain Francoise <romain@orebokech.com>
12216
12217 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12218 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12219 (font-lock-remove-keywords): Likewise.
12220
12221 2005-12-14 Juri Linkov <juri@jurta.org>
12222
12223 * log-view.el (log-view-diff): Doc fix.
12224
12225 * isearch.el (isearch-query-replace): Use (mark) instead of
12226 isearch-opoint if mark is active in transient-mark-mode.
12227
12228 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12229
12230 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12231
12232 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12233
12234 * progmodes/cpp.el (cpp-face): New widget.
12235 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12236
12237 2005-12-14 Juri Linkov <juri@jurta.org>
12238
12239 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12240 around `erase-buffer' and `insert'.
12241
12242 * descr-text.el (describe-text-properties): Replace buffer name
12243 "*Help-2*" with "*Help*<2>".
12244 (describe-char): Add functions print-help-return-message,
12245 toggle-read-only. Use help-setup-xref with nil to not store
12246 describe-char in help-xref-stack. Use help-make-xrefs to
12247 make [back] button.
12248
12249 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12250
12251 * wdired.el (wdired-old-point): New internal variable.
12252 (wdired-change-to-wdired-mode): Set it buffer-locally.
12253 (wdired-abort-changes): Restore point after aborting changes.
12254
12255 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * vc.el (vc-do-command): Add a new value t for okstatus.
12258
12259 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12260 frame in case of errors.
12261
12262 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12263
12264 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12265 so it comes after "On the Left" in the menu.
12266
12267 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12268
12269 * cus-edit.el (customize-apropos, customize-apropos-options)
12270 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12271
12272 2005-12-12 Bill Wohler <wohler@newt.com>
12273
12274 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12275 non-writable Subversion-controlled files by saving window
12276 configuration before calling vc-do-command. vc-do-command calls
12277 pop-to-buffer on error which is unexpected during registration.
12278
12279 2005-12-12 Jay Belanger <belanger@truman.edu>
12280
12281 * calc/README: Update the summary of changes.
12282
12283 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * descr-text.el (describe-char): Rework last fix to solve the problem
12286 is the same way it's solved for everything else in that function
12287 (i.e. by extracting the info before setting up the *Help* buffer).
12288
12289 2005-12-12 Kim F. Storm <storm@cua.dk>
12290
12291 * subr.el (version-regexp-alist): Allow space as separator before
12292 non-numeric part, e.g. "1.0 alpha".
12293 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12294
12295 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12296
12297 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12298 Implement Logging and the keep-modes setting.
12299 (org-get-category): Make sure a string is returned.
12300 (org-log-done): New function.
12301 (org-log-done, org-closed-string): New options.
12302
12303 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12304
12305 * tooltip.el (tooltip-y-offset): Change default to 20.
12306
12307 2005-12-12 Richard M. Stallman <rms@gnu.org>
12308
12309 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12310
12311 * frame.el (display-hourglass): Doc fix.
12312
12313 * help.el (help-for-help-internal): Simplify entry for `a'.
12314
12315 * info.el (Info-on-current-buffer): Doc fix.
12316 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12317
12318 * startup.el (inhibit-splash-screen): Make this the real name.
12319 (inhibit-startup-message): Make this the alias.
12320 (command-line): Find only simple.el, and use its directory
12321 to fill in other preloaded files' names.
12322 (command-line): Deactivate the mark if deactivate-mark is set.
12323
12324 * international/mule.el (load-with-code-conversion):
12325 Bind deactivate-mark.
12326
12327 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12328
12329 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * cus-edit.el (customize-apropos): Avoid listing an option more
12332 than once under different aliases. No longer list user options
12333 that are not defined with defcustom (unless a prefix arg is given).
12334 Doc fix.
12335 (customize-apropos-options): Doc fix.
12336
12337 2005-12-11 Juri Linkov <juri@jurta.org>
12338
12339 * frame.el (set-background-color, set-foreground-color)
12340 (set-cursor-color, set-mouse-color, set-border-color):
12341 Add explicit prompts to read colors by `facemenu-read-color'.
12342 (show-trailing-whitespace, blink-cursor-delay)
12343 (blink-cursor-interval, display-hourglass, hourglass-delay):
12344 Remove tags.
12345 (display-hourglass, hourglass-delay): Doc fix.
12346 (cursor-in-non-selected-windows): Capitalize words in tag.
12347
12348 * faces.el (frame-background-mode): Replace `choice-item' keywords
12349 with `const' to not make [default] button. Change default value tag
12350 from `default' to `automatic'. Doc fix.
12351 (trailing-whitespace) <defface>: Change group `whitespace' to
12352 `whitespace-faces'.
12353
12354 2005-12-11 Richard M. Stallman <rms@gnu.org>
12355
12356 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12357
12358 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12359
12360 * term/mac-win.el: Create keymap for mac-apple-event-map.
12361
12362 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12363
12364 * tooltip.el (tooltip-mode): Move to start of file so that it
12365 appears at top of customize buffer.
12366
12367 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12368 Add the gud groupname.
12369 (gud-tooltip-mode): Add the tooltip groupname.
12370 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12371 avoid conflict with tooltip-use-echo-area.
12372
12373 2005-12-10 Romain Francoise <romain@orebokech.com>
12374
12375 * help.el (help-for-help-internal): Add `r' in doc string.
12376
12377 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12378
12379 * align.el (align-regexp, align-highlight-rule):
12380 Use region-beginning and region-end instead of point and mark, so that
12381 repetition (with `repeat-complex-command') recomputes the region
12382 bounds.
12383
12384 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12385
12386 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12387 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12388 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
12389 (balance-windows): Rewrite using the above new functions.
12390
12391 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
12392
12393 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
12394 react if global-hi-lock-mode seems intended.
12395 (global-hi-lock-mode) Renamed from hi-lock-mode.
12396 (hi-lock-archaic-interface-message-used)
12397 (hi-lock-archaic-interface-deduce): New variables.
12398 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
12399 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12400 (hi-lock-find-patterns, hi-lock-font-lock-hook):
12401 Replace hi-lock-buffer-mode with hi-lock-mode.
12402
12403 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
12404
12405 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
12406 completion list, even after a partial completion has been
12407 inserted in the current buffer. If there are more than 1
12408 completion, redisplay the *Completions* buffer; if the
12409 completion is unique, delete the *Completions* window.
12410
12411 2005-12-10 Eli Zaretskii <eliz@gnu.org>
12412
12413 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
12414 strings and long subject lines that were broken into multiple
12415 lines at arbitrary places. Handle subjects that have "Re: " in
12416 the middle.
12417
12418 2005-12-10 John W. Eaton <jwe@octave.org>
12419
12420 * emacs/octave-mod.el (octave-electric-space): Don't indent
12421 comments or strings if octave-auto-indent is nil.
12422
12423 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12424
12425 * term/mac-win.el: Require url when compiling.
12426 Call mac-process-deferred-apple-events after loading init files.
12427 (mac-apple-event-map): New defvar. Define event handlers in it.
12428 (core-event, internet-event): New Apple event class symbols.
12429 (open-application, reopen-application, open-documents)
12430 (print-documents, open-contents, quit-application)
12431 (application-died, show-preferences, autosave-now, get-url):
12432 New Apple event ID symbols.
12433 (about): New HICommand ID symbol.
12434 (mac-event-spec, mac-event-ae): New macros.
12435 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
12436 (mac-ae-selection-range, mac-ae-text-for-search)
12437 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
12438 (mac-application-menu-map): Remove keymap. Handlers for HICommand
12439 and Services menu events are now defined in mac-apple-event-map.
12440 (mac-drag-n-drop): Remove selection range handling.
12441
12442 2005-12-10 Kenichi Handa <handa@m17n.org>
12443
12444 * simple.el (zap-to-char):
12445 * isearch.el (isearch-process-search-char): Translate CHAR by
12446 translation-table-for-input.
12447
12448 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
12449
12450 * foldout.el (foldout-exit-fold): Properly hide subtree.
12451
12452 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12453
12454 * files.el (save-buffer):
12455 * international/ucs-tables.el (ucs-set-table-for-input):
12456 * mail/mail-extr.el (mail-extract-address-components):
12457 * mail/sendmail.el (mail-mode): Reformat doc string.
12458
12459 2005-12-09 Juri Linkov <juri@jurta.org>
12460
12461 * isearch.el (isearch-highlight): Change main overlay priority
12462 from 1 to 1001. Simplify.
12463 (isearch-lazy-highlight-update): Change lazy overlay priority
12464 from 0 to 1000.
12465
12466 * replace.el (replace-highlight): Change overlay priority from
12467 1 to 1001.
12468
12469 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
12470 Change overlay priority from 1 to 1001. Reuse existing overlay.
12471
12472 * compare-w.el (compare-windows-highlight): Change overlay
12473 priority from 1 to 1000.
12474
12475 * menu-bar.el (menu-bar-edit-menu): Add listp around
12476 pending-undo-list to disable menu item "undo" when pending
12477 undo list is empty.
12478
12479 * locate.el (locate): Disable undo in *Locate* buffer.
12480
12481 2005-12-09 Kim F. Storm <storm@cua.dk>
12482
12483 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
12484
12485 2005-12-09 David Ponce <david@dponce.com>
12486
12487 * recentf.el: Improvement of the menu code.
12488 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
12489 instead of menu hook.
12490 (recentf-show-menu, recentf-hide-menu): New functions.
12491 (recentf-menu-customization-changed, recentf-mode): Use them.
12492 (recentf-menu-action, recentf-max-menu-items)
12493 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
12494 (recentf-arrange-by-rule-others)
12495 (recentf-arrange-by-rules-min-items)
12496 (recentf-arrange-by-rule-subfilter) : Don't use
12497 `recentf-menu-customization-changed'.
12498 (recentf-arrange-rules): Likewise. Accept functions to compute
12499 sub-menu titles.
12500 (recentf-menu-filter): Likewise. Doc fix.
12501 (recentf-menu-value-shortcut): Doc fix.
12502 (recentf-dump-variable): Quote atom value.
12503 (recentf-make-menu-items): Update to use it as a menu filter.
12504 (recentf-match-rule): New function.
12505 (recentf-arrange-by-rule): Use it.
12506 (recentf-indirect-mode-rule): New function.
12507 (recentf-build-mode-rules): Use it.
12508 (recentf-dir-rule): New function.
12509 (recentf-arrange-by-dir): Use it.
12510 (recentf-filter-changer-current): Rename from
12511 `recentf-filter-changer-state'. All references updated.
12512 (recentf-filter-changer-alist): Update filter names.
12513 (recentf-filter-changer-select): New function.
12514 (recentf-filter-changer): Use it. Make a sub-menu from filters
12515 available in `recentf-filter-changer-alist'.
12516 (recentf-data-cache, recentf-clear-data)
12517 (recentf-update-menu): Remove. All references updated.
12518 (recentf-match-rule-p, recentf-build-dir-rules)
12519 (recentf-filter-changer-goto-next)
12520 (recentf-filter-changer-get-current)
12521 (recentf-filter-changer-get-next): Remove.
12522
12523 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
12524
12525 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
12526 buffer "Reset" button to "Reset to Current" for consistency with
12527 the State buttons.
12528
12529 2005-12-08 John Paul Wallington <jpw@pobox.com>
12530
12531 * ibuf-ext.el (define-ibuffer-filter filename):
12532 If `dired-directory' is a list then really use its car.
12533
12534 2005-12-08 Kim F. Storm <storm@cua.dk>
12535
12536 * emulation/cua-rect.el (cua--rectangle-aux-replace):
12537 Fix indention of text on right side of replaced rectangle.
12538
12539 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
12542 No need to check gud-comint-buffer is bound.
12543 (gdb): Prevent multiple debugging when first session uses gdba.
12544
12545 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12546
12547 CC Mode update to 5.31.
12548
12549 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
12550 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
12551 We might do this function properly in the future).
12552
12553 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
12554 New macros c-sentence-end and c-default-value-sentence end, to cope
12555 with Emacs 22's new function `sentence-end'.
12556
12557 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12558
12559 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
12560 compat issue using `c-put-overlay' and `c-delete-overlay'.
12561
12562 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
12563 New compat macros to handle overlays/extents.
12564
12565 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12566
12567 * progmodes/cc-fix.el: Add definitions of the macros push and pop
12568 (for GNU Emacs 20.4)
12569
12570 * progmodes/cc-defs.el:
12571 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
12572
12573 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
12574 highlighting mechanism so it will work in XEmacs too.
12575
12576 * progmodes/cc-defs.el: Insert c-int-to-char.
12577
12578 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
12579 call to the new macro c-int-to-char. This solves XEmacs's
12580 regarding characters as different from integers.
12581
12582 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12583
12584 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
12585 New internal helper.
12586
12587 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
12588 construct to make the indirect face lookup work in XEmacs.
12589
12590 (c-cpp-matchers): Append the negation char face to the existing
12591 fontification, so that the cpp face doesn't disappear.
12592 Use `c-make-syntactic-matcher' to avoid negation chars in comments
12593 and strings.
12594
12595 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
12596 to map to `font-lock-negation-char-face' in emacsen where it exists.
12597
12598 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12599
12600 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
12601
12602 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
12603 Rename "c-subword-move-mode" as "c-subword-mode".
12604
12605 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
12606 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
12607
12608 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12609
12610 * progmodes/cc-mode.el: Added autoload directive for
12611 `c-subword-move-mode' for use in older emacsen.
12612
12613 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12614
12615 * progmodes/cc-mode.el:
12616 (i) Insert a binding for C-c C-backspace into
12617 c-bind-special-erase-keys which works in TTYs.
12618 (ii) Make sure that when file styles are used, any explicitly
12619 given style variables take priority over those in the style.
12620 Do this by calling `hack-local-variables' a second time.
12621
12622 * progmodes/cc-vars.el: Add language specific customization
12623 widgets for AWK to c-doc-comment-style, c-require-final-newline
12624 and c-default-style. Add a defcustom for awk-mode-hook.
12625 Give c-syntactic-element and c-syntactic-context doc-strings by
12626 directly setting their `variable-documentation' propery.
12627 This allows Emacs 22.1 to read these with C-h v.
12628
12629 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12630
12631 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12632
12633 * progmodes/cc-fonts.el, cc-vars.el
12634 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12635 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12636 Masatake YAMATO.
12637
12638 (c-doc-comment-style): Made GtkDoc default in C mode.
12639
12640 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12641 and C-c C-<delete>.
12642
12643 (c-bind-special-erase-keys): New function for use on
12644 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12645
12646 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12647 <delete> key behavior in XEmacs according to `delete-forward-p'.
12648 C.f. `c-electric-delete'.
12649
12650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12651
12652 * progmodes/cc-mode.el: Give c-hungry-backspace and
12653 c-hungry-delete-forward permanent key bindings.
12654
12655 * progmodes/cc-cmds.el (c-electric-semi&comma):
12656 Bind c-syntactic-context for calls to "criteria functions", for
12657 consistency with other calls to user functions.
12658
12659 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12660 `current-prefix-arg', since this might be the prefix arg to a
12661 command which calls c-indent-command as a function. Change the
12662 interactive spec from "p" to "P".
12663
12664 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12665 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12666 was difficult to understand.
12667
12668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12669
12670 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12671 first char of an identifier.
12672
12673 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12674 +" syntax in C++.
12675
12676 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12677
12678 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12679 auto-fill doesn't split a c-comment's last word from a hanging
12680 "*/" when a space is typed between them after fill-column.
12681
12682 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12683
12684 * progmodes/cc-styles.el (c-set-style)
12685 (c-setup-paragraph-variables): Abort the command if we're not in a
12686 CC Mode buffer.
12687
12688 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12689 with blank comment-prefix, and a blank line as the comment's
12690 second line.
12691
12692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12693
12694 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12695 Incorporate the patterns added in the Emacs development branch
12696 for the new Emacs 22 face `font-lock-negation-char-face'.
12697
12698 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12699 of "red" since it stands out better in xterms and DOS terminals.
12700
12701 * progmodes/cc-engine.el (c-literal-faces):
12702 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12703
12704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12705
12706 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12707 forcibly enable c-electric-flag.
12708
12709 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12710 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12711 after the comment-prefix of a C-style comment will close that comment.
12712
12713 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12714
12715 * progmodes/cc-fonts.el (c-basic-matchers-before)
12716 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12717 in Pike.
12718
12719 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12720 digraphs.
12721
12722 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12723 (c-cpp-message-directives, c-cpp-include-directives)
12724 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12725 (c-cpp-expr-directives): Introduce new language constants to
12726 control cpp syntax in a cleaner way.
12727
12728 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12729
12730 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12731
12732 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12733 (c-multiline-string-start-char): New language constants and
12734 variables to specify how newlines in string literals work.
12735
12736 (c-font-lock-invalid-string): Use them.
12737
12738 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12739 unbalanced close brace is entered. Optimization by avoiding going
12740 back over arbitrarily large blocks. Removed hints that this
12741 function only would be relevant/useful in AWK.
12742
12743 (c-electric-brace): Indent syntactically after the cleanups since
12744 lineup functions might do it differently then.
12745
12746 * progmodes/cc-engine.el, cc-langs.el
12747 (c-opt-op-identifier-prefix): New language constant and variable.
12748
12749 (c-just-after-func-arglist-p, c-after-special-operator-id)
12750 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12751
12752 * progmodes/cc-align.el, cc-engine.el
12753 (c-after-special-operator-id): New helper to handle C++ operator
12754 identifiers.
12755
12756 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12757 (c-guess-basic-syntax): Handle C++ operator identifiers in
12758 declarations.
12759
12760 * progmodes/cc-langs.el (c-assignment-operators): Add the
12761 trigraph version of ^= too.
12762
12763 * progmodes/cc-langs.el (c-assignment-operators): Add the
12764 trigraph version of |= in C++.
12765
12766 * progmodes/cc-fonts.el (c-font-lock-declarators):
12767 Handle `c-decl-hangon-kwds' after the identifier name.
12768
12769 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12770 whether an arglist is "nonempty", ignore a comment after the open
12771 paren if it isn't followed by a non-comment token on the same line.
12772
12773 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12774 Enable heuristics below the point to cope with classes inside special
12775 brace lists in Pike.
12776
12777 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12778
12779 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12780
12781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12782
12783 * progmodes/cc-guess.el (cc-guess-install): New function to
12784 install an already guessed style in another buffer.
12785
12786 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12787 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12788 anyway if the change always is undone.
12789
12790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12791
12792 Implement togglable electricity:
12793
12794 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12795 saying when it should be used.
12796
12797 * progmodes/cc-engine.el: Add the new buffer-local variable,
12798 c-electric-flag.
12799
12800 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12801 c-toggle-auto-newline.
12802
12803 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12804 c-toggle-auto-newline. Remove the binding for
12805 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12806 c-toggle-electric-state.
12807
12808 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12809
12810 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12811 c-\(forward\|backward\)-subword.
12812 (c-update-modeline): Add the new modeline flag `l' for
12813 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12814 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12815 Make the old name an alias of the new name.
12816 (c-toggle-electric-state): New function.
12817 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12818 Adapt these functions to do electric things only when
12819 c-electric-flag is non-nil.
12820 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12821 new functions from c-electric-brace.
12822 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12823 mode, so that the tentative extra newline doesn't change the
12824 syntax of the following brace.
12825 (c-electric-brace): Restructure by extracting the above functions.
12826 Tidy up the coding somewhat.
12827 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12828 restructure a bit.
12829
12830 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12831
12832 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12833 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12834
12835 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12836 (c-submode-indicators): Change name from `c-auto-hungry-string'
12837 since it's now used to track another submode.
12838
12839 (c-update-modeline): Convert to function and extended to check
12840 `c-subword-move-mode'.
12841
12842 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12843 Convert to compat aliases for `c-forward-subword' and
12844 `c-backward-subword'.
12845
12846 * progmodes/cc-subword.el: New functions and minor mode to handle
12847 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12848
12849 (c-forward-subword, c-backward-subword, c-mark-subword)
12850 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12851 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12852 Functions corresponding to the standard word handling functions.
12853
12854 (c-subword-move-mode): Minor mode that replaces all the standard
12855 word handling functions with their subword equivalences.
12856
12857 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12858
12859 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12860 entry for one-liner-defun.
12861
12862 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12863 name in its def-edebug-spec.
12864
12865 * progmodes/cc-cmds.el (c-electric-brace): Make the
12866 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12867 compacts space before a comment, if this will make things fit on
12868 one line.
12869
12870 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12871
12872 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12873
12874 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12875 clean-up one-liner-defun.
12876
12877 * progmodes/cc-styles.el: Add the new "awk" style.
12878
12879 * progmodes/cc-vars.el: Add description of one-liner-defun to
12880 c-cleanup-list's doc-string. New user options,
12881 c-max-one-liner-length. In c-default-style, set the default style
12882 for AWK to "awk".
12883
12884 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12885
12886 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12887 macros inside labels.
12888
12889 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12890 `c-at-statement-start-p' and `c-at-expression-start-p'.
12891
12892 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12893 error if the mark isn't set.
12894
12895 * progmodes/cc-engine.el (c-guess-continued-construct)
12896 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12897 accurately detect functions inside functions.
12898
12899 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12900 like `c-at-statement-start-p' that additionally recognizes commas
12901 and expression parentheses as delimiters.
12902
12903 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12904 to avoid heuristics that doesn't work for unclosed blocks.
12905 (c-at-statement-start-p): New function.
12906
12907 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12908 Objective-C directives, e.g. directives spanning lines should work
12909 reasonably well now.
12910
12911 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12912
12913 (c-forward-objc-directive): New function to move over any ObjC
12914 directive.
12915
12916 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12917 (c-basic-matchers-before): Use it.
12918
12919 (c-font-lock-objc-iip-decl): Remove.
12920
12921 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12922 in the template arglist recognition.
12923
12924 * progmodes/cc-styles.el (c-style-alist): Fix several
12925 inconsistencies in the Whitesmith style.
12926
12927 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12928 New lineup function to get lines after Whitesmith style blocks
12929 correctly indented.
12930
12931 (c-lineup-whitesmith-in-block): Back out the compensation for
12932 opening parens since it's done using `add' lists in the style
12933 definition instead. Don't use the anchor position since it varies
12934 too much between the syntactic symbols. :P
12935
12936 * progmodes/cc-vars.el (c-valid-offset): Update.
12937
12938 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12939 lists where the offsets are combined according to several
12940 different methods: `first', `min', `max', and `add'.
12941 Report offset evaluation errors with `c-benign-error' so that some kind
12942 of reindentation still is done.
12943
12944 * progmodes/cc-engine.el (c-guess-basic-syntax):
12945 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12946 `arglist-close'.
12947
12948 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12949 situations for `arglist-cont-nonempty' and `arglist-close'.
12950
12951 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12952
12953 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12954 cc-bytecomp-boundp' in a number of places.
12955
12956 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12957 macro related issue.
12958
12959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12960
12961 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12962 list is now [asdf], a char class [:alpha:].
12963 Include code for char classes.
12964 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12965 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12966
12967 Remove (nearly all of) the cruft associated with AWK Mode's former
12968 concept of "virtual semicolons":
12969
12970 Adapt c-beginning-of-statement, c-end-of-statement (together with
12971 subfunctions) to use the new notion of "virtual semicolon" in
12972 place of the old awkward special handling for AWK. There remains
12973 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12974 * progmodes/cc-cmds.el:
12975 (c-ascertain-adjacent-literal): In the backwards direction, now
12976 recognises AWK regexp delimiters as string delimiters.
12977 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12978 check more rigorously for "end of macro".
12979 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12980 virtual semicolons;
12981 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12982 out the code for forward movement into ...
12983 (c-end-of-statement): Now contains the code for forward movement,
12984 adapted for virtual semicolons.
12985
12986 * progmodes/cc-engine.el:
12987 (c-ws*-string-limit-regexp): New regexp.
12988 (c-forward-single-comment, c-backward-single-comment): Comment out
12989 the (now redundant) "special" AWK stuff.
12990
12991 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12992 c-string-par-start, c-string-par-separate to be more like Text
12993 Mode than Fundamental Mode.
12994
12995 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12996
12997 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12998 to the fontified region so that fontification doesn't occur
12999 outside it (could happen e.g. when fontifying a line with an
13000 unfinished declaration).
13001
13002 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13003
13004 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13005 start of the file. ^L now separate sections of the file.
13006 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13007 (c-awk-one-line-possibly-open-string-re)
13008 (c-awk-regexp-one-line-possibly-open-char-class-re)
13009 (c-awk-one-line-possibly-open-regexp-re)
13010 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13011 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13012
13013 Amend the concept of "virtual semicolons" (in the indentation
13014 engine) for languages like AWK, such that they are now
13015 conceptually attached to end of the last token of a statement, not
13016 the end of the line. (In AWK Mode, however, the pertinent text
13017 property is still physically set on the EOL.) Remove the specific
13018 tests for awk-mode, thus facilitating the introduction of other
13019 language modes where EOLs can end statements.
13020 (Note: The funtionality in cc-cmds.el, specifically
13021 c-beginning/end-of-statement has yet to be amended.)
13022
13023 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13024 New macros.
13025
13026 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13027 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
13028 c-vsemi-status-unknown-p-fn (in a new page).
13029
13030 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13031 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13032 numerous awkward forms like
13033 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13034 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
13035 variable before-ws-ip, the place just after char-before-ip appears.
13036
13037 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13038 a comment.
13039
13040 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13041
13042 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13043 `c-tentative-buffer-changes'.
13044
13045 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13046 convert to macro to choose between Emacs and XEmacs at compile time.
13047
13048 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13049
13050 (c-tentative-buffer-changes): New macro to handle temporary buffer
13051 changes in a convenient way.
13052
13053 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13054 for `c-tentative-buffer-changes'.
13055
13056 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13057 the checks for paren sexps between the point and the keyword, to
13058 avoid some false alarms.
13059
13060 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13061 Fixed a situation where an error could be thrown for unbalanced
13062 parens. Changed to make use of c-keyword-member' to avoid some
13063 repeated regexp matches.
13064
13065 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13066 These language variable are no longer necessary.
13067
13068 (c-block-stmt-kwds): New language constant used by
13069 c-looking-at-inexpr-block'.
13070
13071 (c-guess-basic-syntax): Remove an optional check that looked at
13072 the existence of the now removed language variables.
13073
13074 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13075 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13076 object instantiation expressions as declarations in some contexts.
13077 This bug only affected languages where the declarator can't be
13078 enclosed in parentheses.
13079
13080 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13081 insert newlines before and after substatement braces.
13082
13083 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13084 function declaration headers and the handling of C++ style member
13085 init lists.
13086
13087 (c-just-after-func-arglist-p): Rewritten to use
13088 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13089
13090 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13091
13092 (c-guess-basic-syntax): Adapt case 5B for the new
13093 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13094 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13095 covers all cases now).
13096
13097 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13098
13099 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13100
13101 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13102 c-string-par-start/separate c-sentence-end-with-esc-eol,
13103 initialised in c-setup-paragraph-variables, used in string
13104 scanning subroutines of c-beginning-of-statement.
13105
13106 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13107 which precedes the newly inserted `{'.
13108
13109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13110
13111 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13112 function for declaration level blocks. It should now cope with
13113 templates better and also be a lot more comprehensible.
13114
13115 (c-looking-at-decl-block): The new function.
13116
13117 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13118 for compatibility.
13119
13120 (c-add-class-syntax, c-guess-continued-construct)
13121 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13122
13123 (c-decl-block-key): Change to tell apart ambiguous and
13124 unambiguous keywords. Pike specials are now handled directly in
13125 the code instead.
13126
13127 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13128 New language constants and variables to make the backward skip in
13129 `c-looking-at-decl-block' as tight as possible.
13130
13131 (c-nonsymbol-token-char-list): New language constant.
13132
13133 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13134 find balanced template arglists backwards.
13135
13136 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13137 making char classes for `c-syntactic-skip-backward'.
13138
13139 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13140 16D - can't be a class-close at that point.
13141
13142 * progmodes/cc-engine.el (c-guess-basic-syntax)
13143 (c-add-class-syntax): Don't narrow out the enclosing declaration
13144 level. This makes everything a lot easier, and it was actually
13145 only four small places that needed it to work. Some places that
13146 previously did `widen' are removed now, which has the effect that
13147 `c-guess-basic-syntax' never will look at things outside the
13148 current narrowment now. The anchor position for `topmost-intro'
13149 is affected by this, but it was so bogus it was basically useless
13150 before, and now it's equally bogus but in a slightly different way.
13151
13152 (c-narrow-out-enclosing-class): Gone.
13153
13154 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13155 the narrowed region.
13156
13157 (c-least-enclosing-brace): Remove silly optional argument.
13158
13159 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13160 the point could be left directly after an open paren when finding
13161 the beginning of the first decl in the block.
13162
13163 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13164 Specify which submatch to use.
13165
13166 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13167
13168 (c-decl-start-re): No longer any need for special treatment of
13169 ObjC due to the above.
13170
13171 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13172 presumably follows C in that regard.
13173
13174 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13175 New language constants to specify operator tokens inside
13176 identifiers in a more high level way.
13177
13178 (c-opt-identifier-prefix-key): New internal language constant.
13179
13180 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13181 (c-identifier-start, c-identifier-key): Now completely calculated
13182 from other constants.
13183
13184 (c-identifier-last-sym-match): Decommission since it's no longer used.
13185
13186 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13187
13188 * progmodes/cc-engine.el (c-forward-name): Remove the
13189 optimization when c-identifier-key is equal to c-symbol-key since
13190 it doesn't work in byte compiled files. Don't record empty
13191 regions as identifiers.
13192
13193 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13194 simplify access to `c-operators' and its likes.
13195
13196 (c-operator-list, c-all-op-syntax-tokens)
13197 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13198 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13199 (c-primary-expr-regexp, c-cast-parens): Use it.
13200
13201 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13202 an explicit language in functions.
13203
13204 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13205 variant of adornment.
13206
13207 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13208 variable.
13209
13210 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13211 the Pike value.
13212
13213 * progmodes/cc-engine.el (c-on-identifier)
13214 (c-simple-skip-symbol-backward): Small fix for handling "-"
13215 correctly in `skip-chars-backward'. Affected the operator lfun
13216 syntax in Pike.
13217
13218 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13219 diagnostic message about precompiled language vars not being used.
13220
13221 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13222 "__attribute__" is followed by a parenthesis.
13223
13224 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13225 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13226 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13227
13228 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13229 Internal cleanups to properly detect the declared identifiers in
13230 various declarations.
13231
13232 (c-decl-start-kwds): New language constant to recognize
13233 declarations that can start anywhere. Used for class declarations
13234 in Pike.
13235
13236 (c-specifier-key, c-not-decl-init-keywords)
13237 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13238 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13239
13240 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13241 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13242 handling of the compiler specific extension keywords into a new
13243 language constant `c-decl-hangon-kwds' that defines keyword
13244 clauses to be ignored in declarations.
13245
13246 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13247 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13248 Necessary to stop at the declared identifier in e.g. IDL valuetype
13249 declarations.
13250
13251 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13252 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13253 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13254 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13255 class and enum declarations as such and not as part of the type.
13256
13257 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13258 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13259
13260 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13261 declarations when there's some syntax error later on.
13262
13263 (c-complex-decl-matchers): Did away with a reference to
13264 `c-specifier-key'.
13265
13266 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13267 value - this variable is always dynamically bound.
13268
13269 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13270 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13271 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13272 functions that might do hidden buffer changes: All such internal
13273 functions are now marked instead of those that don't.
13274
13275 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13276 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13277 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13278 (c-literal-type): Allow these functions to make hidden buffer changes,
13279 so that they are free to use text property caching later on.
13280
13281 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13282 (c-electric-brace, c-electric-slash, c-electric-star)
13283 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13284 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13285 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13286 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13287 with the changed semantics of the functions above.
13288
13289 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13290 when macros occur in obscure places. Optimized the sexp movement
13291 a bit.
13292
13293 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13294
13295 Enhancements for c-beginning-of-statement to work in AWK Mode:
13296
13297 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13298 (completed statement) with `}' (statement completed by closing
13299 brace or semicolon) and `$' (statement completed by EOL).
13300
13301 (c-awk-virtual-semicolon-ends-prev-line-p)
13302 (c-awk-virtual-semicolon-ends-line-p)
13303 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13304 (c-awk-at-statement-end-p): New functions.
13305
13306 * progmodes/cc-cmds.el: Simplify the structure of functions
13307 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13308 two functions and c-beginning-of-statement to handle AWK Mode.
13309
13310 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13311 c-backward-single-comment for AWK mode. Attempt to clarify their
13312 doc-strings.
13313
13314 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13315
13316 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13317
13318 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13319 label handling. Labels are now recognized in a uniform and more
13320 robust way, regardless of context. Text properties are put on all
13321 labels to recognize the following declarations better.
13322 Multiword labels are handled both in indentation and fontification for
13323 the benefit of language extensions like Qt. For consistency, keywords
13324 in labels are now fontified with the label face instead.
13325 That also applies to "case" and "default".
13326
13327 (c-beginning-of-statement-1): Fix some bugs in the label
13328 handling. Disregard `c-nonlabel-token-key' in labels that begin
13329 with `c-label-kwds'.
13330
13331 (c-find-decl-spots): Support that the callback adds more
13332 `c-decl-end' spots to find.
13333
13334 (c-forward-decl-or-cast-1): Don't treat a list of plain
13335 identifiers followed by a colon as a declaration.
13336
13337 (c-forward-label): New function to recognize labels.
13338
13339 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13340 `c-forward-label'. Moved the label recognition cases (14 and 15)
13341 earlier since they aren't so context sensitive now. Handle labels
13342 on the top level gracefully. Moved access label recognition to
13343 the generic label case (CASE 15) - removed CASE 5E.
13344
13345 (c-font-lock-declarations): Add recognition of labels in the
13346 same round since we need to handle labels in parallell with other
13347 declarations to recognize both accurately. It should also improve
13348 speed.
13349
13350 (c-simple-decl-matchers, c-basic-matchers-after):
13351 Move `c-font-lock-labels' so that it only is used on decoration level 2
13352 since `c-font-lock-declarations' handles it otherwise.
13353
13354 (c-complex-decl-matchers): Remove the simplistic recognition of
13355 access labels.
13356
13357 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13358 with labels earlier.
13359
13360 (c-decl-start-re): New language variable to make
13361 `c-font-lock-declarations' stop for the special protection labels
13362 in Objective-C that start with `@'.
13363
13364 (c-label-key): Remove since it's no longer used.
13365
13366 (c-recognize-colon-labels, c-label-prefix-re): New language
13367 constants to support recognition of generic colon-terminated labels.
13368
13369 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13370 are colon terminated labels.
13371
13372 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13373 first argument starts with a special brace list.
13374
13375 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13376 (c-font-lock-declarations): Break out the declaration and cast
13377 recognition from `c-font-lock-declarations' to a new function, so
13378 that it can be used in the indentation engine.
13379
13380 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13381 up to the start of the literal. Fixed bug with the point on the
13382 wrong side of the search limit that could happen when the start
13383 position is inside a literal.
13384
13385 * progmodes/cc-engine.el (c-parse-state)
13386 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
13387 so that it's kept a little bit back to increase the hit rate.
13388
13389 (c-parse-state): Change the macro handling and fixed some
13390 glitches. Macro context is checked more often than necessary now,
13391 but otoh less garbage conses are generated.
13392
13393 * progmodes/cc-engine.el (c-parse-state)
13394 (c-invalidate-state-cache): Cache the last position where
13395 `c-state-cache' applies. This can speed up refontification quite
13396 a bit in blocks where there are many non-brace parens before the point.
13397
13398 (c-state-cache-end): New variable for this.
13399
13400 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
13401 cache variable.
13402
13403 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
13404 get close initial continue positions when the start position is
13405 inside a literal or macro. Do not call the callback for spots
13406 before the start position (which can happen e.g. for `c-decl-end'
13407 spots inside comments). Optimize better in special cases when the
13408 region is a single line inside a literal or macro (typically when
13409 the current line is refontified).
13410
13411 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
13412 to `c-add-stmt-syntax' - there's no need to explicitly whack off
13413 entries from the paren state.
13414
13415 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
13416 special case for "else if" clauses.
13417
13418 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13419 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
13420
13421 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
13422 New language variable to recognize the gcc extension with statement
13423 blocks inside expressions.
13424
13425 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
13426 it somewhat more comprehensible. The argument AT-BLOCK-START is
13427 no longer used and hence removed.
13428
13429 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
13430 to `c-add-stmt-syntax'.
13431
13432 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13433 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
13434 This fixes bogus label recognition.
13435
13436 * progmodes/cc-engine.el (c-add-type, c-check-type)
13437 (c-forward-name, c-forward-type): Improve storage of template
13438 types in `c-found-types' so that they can be recognized better.
13439
13440 (c-syntactic-content): Add option to skip past nested parens.
13441
13442 * progmodes/cc-engine.el (c-forward-name):
13443 Set `c-last-identifier-range' all the time. It's less work that way.
13444 Handle that there might not be an identifier to store in
13445 `c-last-identifier-range'.
13446
13447 (c-forward-type): Handle that `c-last-identifier-range' might be
13448 nil from `c-forward-name'.
13449
13450 * progmodes/cc-defs.el (c-safe-scan-lists)
13451 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
13452
13453 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
13454 to work even if the form fails.
13455
13456 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
13457 down in a large file in one go.
13458
13459 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
13460
13461 * progmodes/cc-align.el (c-lineup-assignments): New lineup
13462 function which is like `c-lineup-math' but returns nil instead of
13463 `c-basic-offset' when it doesn't match.
13464
13465 (c-lineup-math): Change to use `c-lineup-assignments'.
13466
13467 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13468
13469 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
13470 c-beginning-of-statement. New subfunctions
13471 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
13472
13473 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13474
13475 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
13476 hardcoded char classes whereever possible. Changed a couple of
13477 places to use skip by syntax instead of skip by char class.
13478
13479 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
13480 Fix a bug in the regexp that caused extreme backtracking.
13481
13482 * progmodes/cc-langs.el (c-block-comment-starter)
13483 (c-block-comment-ender): New language constants to specify in a
13484 single place how block comments look.
13485
13486 (c-comment-start-regexp, c-block-comment-start-regexp)
13487 (comment-start, comment-end, comment-start-skip)
13488 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
13489 (c-syntactic-ws, c-nonempty-syntactic-ws)
13490 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
13491 `c-line-comment-starter', `c-block-comment-starter' and
13492 `c-block-comment-ender'.
13493
13494 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
13495 New language constants to break up things a bit.
13496
13497 (c-simple-ws): New language constant for simple whitespace.
13498
13499 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
13500
13501 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
13502 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
13503 newlines. Allow and ignore nil elements in the list.
13504
13505 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13506
13507 * progmodes/cc-cmds.el: Comment out a (n almost certainly
13508 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
13509
13510 * progmodes/cc-cmds.el: Tidy up the comments in
13511 c-beginning-of-statement and subfunctions.
13512
13513 * progmodes/cc-awk.el: Replace calls to put-text-property to the
13514 more flexible c-put-char-property and c-clear-char-properties.
13515 Add the author's email address.
13516
13517 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
13518
13519 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
13520 closing "*/" of a block comment.
13521
13522 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
13523 subfunctions) so that it works at BOB and EOB.
13524
13525 * progmodes/cc-cmds.el, cc-vars.el: More updating of
13526 c-beginning-of-statement, including new variable
13527 c-block-comment-start-regexp.
13528
13529 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13530
13531 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
13532 symbols from `*-font-lock-extra-types' so that there's no need to
13533 use `regexp-opt' on those lists.
13534
13535 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
13536 `c-type-modifier-kwds' is empty.
13537
13538 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
13539 there are several strings on the same line.
13540
13541 * progmodes/cc-engine.el (c-literal-limits): Remove the
13542 compatibility function for older emacsen. `c-literal-limits-fast'
13543 has now taken the place of this function.
13544
13545 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
13546 with older emacsen: We now require `pps-extended-state'.
13547
13548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13549
13550 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
13551 which obviates the need to hack sentence-end. This now handles
13552 escaped newlines in strings correctly. Correct minor bugs in
13553 c-move-over-sentence and in c-beginning-of-statement.
13554
13555 * progmodes/cc-cmds.el (c-beginning-of-statement (and
13556 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
13557 that movement over macros and code are rigorously separated from
13558 eachother. Correct a few incidental bugs.
13559
13560 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
13561 Improve its doc-string. Improve the handling of certain specific cases.
13562
13563 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13564
13565 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
13566 (c-guess-basic-syntax): Change the way class-level labels are
13567 recognized; they can now contain essentially any symbols.
13568
13569 (c-opt-extra-label-key): New language variable to cope with the
13570 special protection label syntax in Objective-C.
13571
13572 (c-opt-access-key): Remove; this is now handled better by
13573 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
13574
13575 (c-complex-decl-matchers): Update to handle that
13576 `c-opt-access-key' no longer exists.
13577
13578 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
13579 improved label recognition in `c-beginning-of-statement-1'.
13580
13581 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13582 Recognize bitfields better.
13583
13584 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
13585 Remove some cruft and fixed a bug that could cause it to go to a
13586 position further down.
13587
13588 * progmodes/cc-langs.el, cc-engine.el
13589 (c-beginning-of-statement-1): Improve detection of labels in
13590 declaration contexts.
13591
13592 (c-beginning-of-decl-1): Use it.
13593
13594 (c-nonlabel-token-key): New language constant and variable needed
13595 by `c-beginning-of-statement-1'.
13596
13597 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
13598 manifested itself due to the correction in `c-forward-sexp'.
13599
13600 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
13601 Make these behave as documented when used at the buffer limits.
13602
13603 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
13604 (c-type-decl-end-used): Made this a language variable.
13605
13606 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
13607 correctly when `combine-after-change-calls' is used together with
13608 temporary narrowings.
13609
13610 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13611 Report labels correctly when the start point is immediately after the
13612 colon.
13613
13614 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13615 Remove since it isn't used anymore.
13616
13617 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13618 bracket arglists such as template parens in C++.
13619
13620 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13621 in the last check-in. Some optimization.
13622
13623 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13624 where it could stop at the same level in a preceding sexp when
13625 PAREN-LEVEL is set.
13626
13627 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13628 text property lookup only when it's needed.
13629
13630 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13631 Change the policy for paren marked angle brackets to be more
13632 persistent; once marked they remain marked even when they're found
13633 to be unbalanced in the searched region. This should keep the
13634 paren syntax around even when individual lines are refontified in
13635 multiline template arglists.
13636
13637 (c-parse-and-markup-<>-arglists): New dynamically bound variable
13638 to control markup so that incorrect angle bracket arglists aren't
13639 marked in contexts where the correct value for
13640 `c-disallow-comma-in-<>-arglists' isn't known.
13641
13642 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13643 argument has become `c-parse-and-markup-<>-arglists'.
13644
13645 (c-remove-<>-arglist-properties): Remove - no longer used.
13646
13647 (c-after-change-check-<>-operators): New function used on
13648 `after-change-functions' to avoid that "<" and ">" characters that
13649 are part of longer operators have paren syntax.
13650
13651 (c-<>-multichar-token-regexp): New language variable used by
13652 `c-after-change-check-<>-operators'.
13653
13654 (c-after-change): Call `c-after-change-check-<>-operators'.
13655
13656 (c-font-lock-<>-arglists): Use the context properties set by
13657 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13658 correctly to avoid doing invalid markup.
13659
13660 (c-font-lock-declarations): Remove code that undoes the invalid
13661 markup done by `c-font-lock-<>-arglists'.
13662
13663 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13664 after `c-font-lock-declarations'.
13665
13666 * progmodes/cc-engine.el (c-syntactic-skip-backward):
13667 Add paren-level feature.
13668
13669 (c-guess-basic-syntax): Improve the anchor position for
13670 `template-args-cont' in nested template arglists. There's still
13671 much to be desired in this area, though.
13672
13673 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13674
13675 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13676 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13677
13678 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13679
13680 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13681 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13682
13683 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13684 it doesn't work no longer are supported.
13685
13686 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13687 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13688 requires support for the syntax-table' text property, which rules
13689 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
13690 cruft associated with those versions.
13691
13692 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13693 for the `syntax-table' text property, which rules out Emacs 19 and
13694 XEmacs < 21.4. Removed various compatibility cruft associated
13695 with those versions.
13696
13697 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13698 support for the `syntax-table' text property.
13699
13700 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13701 variable and use an extra quoted face name instead. All the
13702 emacsen flavors handle that correctly.
13703
13704 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13705 (c-font-lock-declarators, c-font-lock-declarations)
13706 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13707 property to mark the items in in declarator lists to handle
13708 refontification inside multiline declarations better.
13709
13710 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13711 construct like "a * b = c;" as a declaration.
13712
13713 2005-12-08 Kim F. Storm <storm@cua.dk>
13714
13715 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13716 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
13717 select either meta, hyper, or super modifier for rectangle commands.
13718 (cua--rectangle-modifier-key): New defvar.
13719 (cua--M/H-key): Use it. Remove special case for `space'.
13720 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13721 on X, to meta otherwise. Always bind C-return to toggle
13722 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13723
13724 * emulation/cua-rect.el (cua-help-for-rectangle):
13725 Use cua--rectangle-modifier-key. Handle super modifier too.
13726 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13727 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13728
13729 * ido.el: Move Acknowledgements and History after Commentary.
13730 Minor changes to Commentary.
13731
13732 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13733 keymap if cua--prefix-override-timer is `shift'.
13734 (cua--shift-control-prefix): New function; emulate "type prefix
13735 key twice" functionality to handle shifted prefix key override.
13736 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13737 New commands.
13738 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13739
13740 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13741
13742 * textmodes/org.el (org-insert-heading): Try to do items before
13743 headings.
13744 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13745 (org-insert-item): New function.
13746 (org-renumber-ordered-list): Don't skip to higher level lists.
13747
13748 2005-12-08 Juri Linkov <juri@jurta.org>
13749
13750 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13751
13752 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13753
13754 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13755
13756 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13757 the constructed function name fun-1.
13758
13759 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13760 because such links don't lead to parent documentation.
13761
13762 2005-12-08 Kenichi Handa <handa@m17n.org>
13763
13764 * descr-text.el (describe-char): Use *Help-2* buffer if the
13765 current buffer is *Help*. Call describe-text-properties while
13766 setting the original buffer.
13767
13768 2005-12-07 Bill Wohler <wohler@newt.com>
13769
13770 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13771 and causes problems with non-MH users (such as Gnus users).
13772
13773 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13774
13775 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13776 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13777 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13778 command "info sources". Move calls to GDB command "list".
13779 (gdb-find-file-hook): Just use gdb-source-file-list.
13780 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13781 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13782 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13783 (gdb-data-list-register-values-handler): Use correct trigger name.
13784
13785 2005-12-07 Kim F. Storm <storm@cua.dk>
13786
13787 * ido.el (ido-completion-map): Rename from ido-mode-map.
13788 (ido-common-completion-map, ido-file-completion-map)
13789 (ido-file-dir-completion-map, ido-buffer-completion-map):
13790 Rename from ido-mode-....-map.
13791 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13792 (ido-setup-completion-map): Rename from ido-define-mode-map.
13793 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13794 to ido-completion-map.
13795
13796 2005-12-07 Kenichi Handa <handa@m17n.org>
13797
13798 * international/mule-cmds.el
13799 (set-display-table-and-terminal-coding-system): If the coding
13800 system specified in `unibyte-display' property is different from
13801 the arg coding-system, don't setup standard-display-table.
13802
13803 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13806 that comments end at \n, regardless of selective-display.
13807
13808 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13809
13810 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13811 (gdb-version): New variables.
13812 (gdb-source-file-list, gdb-register-names)
13813 (gdb-changed-registers): New variables for use with GDB 6.4+.
13814 (gdb-ann3): Replace with...
13815 (gdb-init-1, gdb-init-2): ...two new functions.
13816 (gdba, gdb-prompt): Call gdb-init-1.
13817 (gdb-get-version): New function. Call gdb-init-2 from here.
13818 (gud-watch): Make it work with mouse events too.
13819 (gdb-post-prompt): Don't add to queue until GDB version is known.
13820 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13821 (gdb-locals-mode): Use gdb-version.
13822 (gdb-memory-format-map, gdb-memory-unit-map)
13823 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13824 (gdb-locals-font-lock-keywords-1)
13825 (gdb-locals-font-lock-keywords-2): New variables.
13826 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13827 (gdb-set-gud-minor-mode-existing-buffers-1)
13828 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13829 (gdb-var-update-1, gdb-var-update-handler-1)
13830 (gdb-data-list-register-values-handler)
13831 (gdb-data-list-register-values-custom)
13832 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13833 (gdb-stack-list-locals-handler, gdb-get-register-names):
13834 New functions for use with GDB 6.4+.
13835 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13836 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13837 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13838 (gdb-stack-list-locals-regexp)
13839 (gdb-data-list-register-names-regexp): New regexps for use with
13840 GDB 6.4+.
13841
13842 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13845
13846 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13847
13848 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13849 prompts work for AUTH PLAIN. Also reported by Steve Allan
13850 <seallan@verizon.net>.
13851
13852 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13853
13854 * frame.el (set-frame-parameter): Add doc string.
13855
13856 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13857
13858 * textmodes/org.el (org-occur-highlights): New variable.
13859 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13860 (org-highlight-sparse-tree-matches): New option.
13861 (org-do-occur): New function.
13862 (org-get-heading): Make it work also at beginning of line.
13863 (org-category-table): New variable.
13864 (org-get-category-table, org-get-category)
13865 (org-camel-to-words, org-link-search): New functions.
13866 (org-select-this-todo-keyword): New variable.
13867 (org-todo-list): New command.
13868 (org-shiftright, org-shiftleft): New commands.
13869 (org-agenda-todo): Add prefix argument.
13870 (org-show-hierarchy-above): New option.
13871 (org-show-todo-tree): Numerical prefix creates tree for specific
13872 TODO keyword.
13873 (org-outline-level): New function, to assign a level to plain
13874 lists items.
13875 (org-cycle-include-plain-lists): New option.
13876 (org-mode): Use `org-outline-level' as value of `outline-level'.
13877 (org-cycle): Temporarily switch `outline-regexp' if
13878 `org-cycle-include-plain-lists' is non-nil.
13879 (org-start-icalendar-file): Fix format bug.
13880 (org-agenda-get-day-entries): Create category table.
13881 (org-agenda-get-todos, org-agenda-get-timestamps)
13882 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13883 (org-agenda-get-blocks): Use `org-get-category'.
13884 (org-context-in-file-links): Rename from
13885 `org-line-numbers-in-file-links'.
13886
13887 2005-12-06 Romain Francoise <romain@orebokech.com>
13888
13889 * window.el (balance-windows): Delete extraneous third arg in call
13890 to `enlarge-window'.
13891
13892 2005-12-06 Kenichi Handa <handa@m17n.org>
13893
13894 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13895
13896 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13897
13898 * progmodes/gdb-ui.el (gdb-var-create-handler)
13899 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13900 (gdb-var-list-children-handler, gdb-var-update-handler):
13901 Current buffer is already gdb-partial-output-buffer, don't
13902 make it current again.
13903
13904 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13905
13906 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13907 (list-buffers-noselect): Use it.
13908
13909 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13912 (mail-yank-ignored-headers): Use regexp-opt.
13913 (mail-mode-map): Move initialization into declaration.
13914 (mail-sent-via): Remove unused shadowed var `to-line'.
13915 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13916 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13917 (mail-do-fcc): Use dolist and push.
13918 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13919 (mail-yank-ignored-headers): Don't autoload.
13920
13921 2005-12-05 Kenichi Handa <handa@m17n.org>
13922
13923 * international/mule-cmds.el (set-language-info-internal): New fun.
13924 (set-language-info): Call set-language-info-internal to update
13925 language-info-alist. If LANG-ENV is the current one, call
13926 set-language-environment to make INFO effective now.
13927 (set-language-info-alist): Likewise.
13928 (locale-language-names): With locale "en", use English
13929 lang. env. but set the default codings to iso-8859-1.
13930
13931 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13932
13933 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13934 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13935 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13936 for plain strings.
13937 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13938 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13939 Create registers buffer if necessary. Echo new state in minibuffer.
13940 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13941
13942 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13943
13944 * info.el (Info-fontify-node): Match external links using
13945 non-directory part of filename.
13946
13947 2005-12-04 Juri Linkov <juri@jurta.org>
13948
13949 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13950 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13951 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13952 because there is no customization option for it.
13953
13954 * font-lock.el (lisp-font-lock-keywords-1):
13955 Add define-global-minor-mode.
13956
13957 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13958
13959 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13960 properties on the constructed variable names.
13961
13962 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13963 Put `definition-name' properties on the constructed function names
13964 next-sym and prev-sym.
13965
13966 * emacs-lisp/find-func.el (find-function-regexp):
13967 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13968 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13969 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13970 and easy-menu-define.
13971
13972 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13973 easy-mmode-define-global-mode and define-global-minor-mode.
13974 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13975
13976 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13977 instead of easy-mmode-define-global-mode.
13978
13979 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13980 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13981
13982 * cus-edit.el (customize-group, customize-group-other-window):
13983 Filter out autoloaded options from the group completion list by
13984 using heuristics that autoloaded groups don't have `custom-autoload'
13985 property on their symbols (they have only `custom-loads').
13986
13987 * simple.el (completion-setup-function): Put completions-common-part
13988 face on complete completion string too (i.e. completion string
13989 without completions-first-difference face).
13990
13991 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13992
13993 2005-12-03 Eli Zaretskii <eliz@gnu.org>
13994
13995 * view.el (view-mode): Doc fix.
13996
13997 * disp-table.el (standard-display-european): Add to the warning
13998 message a reference to the doc string.
13999
14000 * play/yow.el (apropos-zippy): Call print-help-return-message,
14001 similar to other Help and Apropos commands.
14002
14003 * help.el (print-help-return-message): If pop-up-frames is
14004 non-nil, set up help-return-method to delete the help window and,
14005 possibly, its frame as well, and don't display message about
14006 scrolling the help window. Doc fix.
14007 (help-return-method): Doc fix.
14008
14009 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14010
14011 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14012 whereby names of length one or names starting with a
14013 symbol-constituent character would not be returned.
14014
14015 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14016
14017 * subr.el (atomic-change-group): Add edebug and indentation spec.
14018
14019 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * completion.el (save-completions-file-name): Fix typo in last change.
14022
14023 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14024
14025 * info.el: Move back/forward history to the beginning of the tool bar.
14026
14027 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
14028
14029 * allout.el (eval-when-compile): Remove unnecessary load of cl.
14030 Add fset of allout-real-isearch-abort during compile to fix
14031 byte-compilation warnings.
14032 (allout-mode-p): Move definition of this macro above all uses, or
14033 byte compilation in barren Emacs (eg, during Emacs build) will
14034 lack the definition.
14035 (allout-mode): Move this variable above any uses, or byte
14036 compilation will fail.
14037 (allout-resolve-xref): Remove use of personal file-reference function.
14038 (allout-toggle-current-subtree-encryption): Do the current (ie,
14039 visible containing) topic, rather than nearest around point. Doc fix.
14040 (allout-toggle-subtree-encryption): New function, workhorse that
14041 works on nearest topic containing point.
14042 (allout-encrypt-string): Signal requirement for newer version of pgg.
14043 (allout-resumptions): Doc fix.
14044
14045 2005-12-02 Eli Zaretskii <eliz@gnu.org>
14046
14047 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14048
14049 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14050
14051 * textmodes/flyspell.el (flyspell-external-point-words):
14052 Consider a misspelling as found in the string search if: (a) misspelling
14053 and found string lengths match, or (b) misspelling is found as
14054 element in a boundary-chars separated longer string, or (c)
14055 ispell-program-name is really ispell and misspelling is found as
14056 part of a TeX string. After successful match move beginning of
14057 search region to end of match. Warn about not found misspellings
14058 once the process is done.
14059 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14060
14061 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14062
14063 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14064 tool bar (removed inadvertently).
14065
14066 2005-12-02 Juri Linkov <juri@jurta.org>
14067
14068 * log-view.el (log-view-diff): Clarify doc string.
14069
14070 2005-12-01 Bill Wohler <wohler@newt.com>
14071
14072 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14073 triggers lm-verify errors.
14074
14075 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14076
14077 * simple.el (transient-mark-mode, line-number-mode)
14078 (column-number-mode, size-indication-mode): Remove `:require nil'.
14079
14080 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14081
14082 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14083 in the margin also.
14084 (gdb-breakpoints-mode-map): Use D instead of d for
14085 gdb-delete-breakpoint.
14086 (gdb-get-frame-number): Require a number to match on.
14087 (gdb-threads-mode-map): Add follow-link binding.
14088
14089 2005-11-30 Jason Rumney <jasonr@gnu.org>
14090
14091 * isearch.el (isearch-mode-map): Avoid exiting search on
14092 language-change event.
14093
14094 2005-11-30 Romain Francoise <romain@orebokech.com>
14095
14096 * speedbar.el (speedbar-default-position): New defcustom.
14097 (speedbar-frame-reposition-smartly): Use it.
14098
14099 * dframe.el (dframe-reposition-frame-emacs): Fix position
14100 computation for `left' location.
14101 Update copyright year.
14102
14103 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * help.el (help-map): Move initialization into declaration.
14106
14107 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14108
14109 * help-fns.el (help-argument-name): Don't autoload.
14110 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14111 to be re-loaded when customizing the `help' group.
14112
14113 2005-11-30 John Paul Wallington <jpw@gnu.org>
14114
14115 * help-fns.el (describe-function-1): Fill arglist output.
14116
14117 2005-11-30 Kim F. Storm <storm@cua.dk>
14118
14119 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14120 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14121 after revert-buffer (or anything else which kills all local variables).
14122
14123 * apropos.el (apropos-parse-pattern): Doc fix.
14124 Set apropos-regexp directly, rather than expecting callers to do so.
14125 (apropos-command, apropos, apropos-value, apropos-documentation):
14126 Simplify calls to apropos-parse-pattern.
14127
14128 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14129
14130 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14131 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14132 (hi-lock-write-interactive-patterns): Use comment-region.
14133
14134 * longlines.el (longlines-mode): Add mail-setup-hook.
14135
14136 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14137
14138 * simple.el (sendmail-user-agent-compose, next-line):
14139 Conditionally use hard-newline.
14140
14141 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14142
14143 * international/latexenc.el (latex-inputenc-coding-alist):
14144 Reword doc string.
14145
14146 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14147
14148 * help.el (describe-key-briefly, describe-key): Recognize default
14149 bindings.
14150
14151 2005-11-29 Romain Francoise <romain@orebokech.com>
14152
14153 * view.el (view-inhibit-help-message): New defcustom.
14154 (view-mode-enter): Use it.
14155
14156 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14157
14158 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14159 Preserve user position.
14160
14161 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14162
14163 * font-lock.el: Throw error if facemenu is not loaded to prevent
14164 accidental change of loading order in loadup.el. (Suggested by RMS.)
14165
14166 * loadup.el: Add comment explaining why facemenu must be loaded
14167 before font-lock.
14168
14169 2005-11-28 Jay Belanger <belanger@truman.edu>
14170
14171 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14172 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14173
14174 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14175
14176 * calc/calc-embed.el (calc-do-embedded): Update help message.
14177
14178 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14179
14180 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14183
14184 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14185 called-interactively-p.
14186 (elp-profilable-p): Rename from elp-not-profilable-p.
14187 Invert result and take into account macros and autoloaded functions.
14188 (elp-instrument-function): Update call.
14189 (elp-instrument-package): Update call. Add completion.
14190 (elp-pack-number): Use match-string.
14191 (elp-results-jump-to-definition-by-mouse): Merge into
14192 elp-results-jump-to-definition and then remove.
14193 (elp-output-insert-symname): Make help echo text single-line.
14194
14195 * replace.el (query-replace-map): Move initialization into declaration.
14196 (occur-engine): Use with-current-buffer.
14197 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14198 (occur-mode-mouse-goto): Replace with an alias.
14199
14200 2005-11-28 Juri Linkov <juri@jurta.org>
14201
14202 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14203
14204 * term/w32-win.el: Bind [S-tab] to [backtab].
14205
14206 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14207 `Info-find-file' to t.
14208
14209 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14210 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14211 and same-window-regexps.
14212 (occur-next-error): Don't move point for arg 0.
14213
14214 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14215
14216 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14217
14218 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14219
14220 * log-edit.el (log-edit-changelog-use-first): New var.
14221 (log-edit-changelog-ours-p): Use it.
14222 (log-edit-insert-changelog): Set it with new arg `use-first'.
14223 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14224 (log-edit-hook): Add them to the list of suggested options.
14225
14226 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14227 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14228 redundant work.
14229 (flyspell-mode-on): Use add-hook for after-change-functions.
14230 (flyspell-mode-off): Use remove-hook for after-change-functions.
14231 (flyspell-changes): Make it buffer-local.
14232 (flyspell-after-change-function): Make it non-interactive. Use push.
14233 (flyspell-post-command-hook): Check input-pending-p while processing
14234 the potentially long list of buffer changes.
14235
14236 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14237
14238 * buff-menu.el (list-buffers-noselect): Display the selected
14239 frame's buffer list, not the global one.
14240
14241 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14242
14243 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14244 that (list last-input-event) works as in interactive spec.
14245
14246 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14247
14248 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14249 `facemenu-keymap' needs to be defined when font-lock is loaded.
14250 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14251
14252 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * completion.el: Remove useless leading * in defcustom docstrings.
14255 (save-completions-file-name): Use ~/.emacs.d if available.
14256 (completion-standard-syntax-table): Rename from
14257 cmpl-standard-syntax-table and fold initialization into declaration,
14258 thus removing cmpl-make-standard-completion-syntax-table.
14259 (completion-lisp-syntax-table, completion-c-syntax-table)
14260 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14261 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14262 (symbol-under-point, symbol-before-point)
14263 (symbol-under-or-before-point, symbol-before-point-for-complete)
14264 (add-completions-from-c-buffer): Use with-syntax-table.
14265 (make-completion): Don't return a list of completion entries.
14266 Update callers.
14267 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14268 (completion-initialize): Rename from initialize-completions.
14269 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14270 (kill-emacs-save-completions): Collect stats here.
14271 (save-completions-to-file, load-completions-from-file):
14272 Use with-current-buffer.
14273 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14274 into a function. Move all calls to toplevel.
14275 (completion-lisp-mode-hook): New fun.
14276 (completion-c-mode-hook, completion-setup-fortran-mode):
14277 Set the syntax-table here. Use local-set-key.
14278 (completion-saved-bindings): New var.
14279 (dynamic-completion-mode): Make it into a proper minor mode.
14280 (load-completions-from-file): Remove unused var `num-uses'.
14281
14282 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14283 constructor if it is explicitly overridden.
14284
14285 * complete.el (PC-completion-as-file-name-predicate):
14286 Use minibuffer-completing-file-name.
14287 (partial-completion-mode): Use find-file-not-found-functions.
14288 (PC-lisp-complete-symbol): Use with-syntax-table.
14289 (PC-look-for-include-file): Remove dead setq.
14290 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14291 (PC-complete): Use with-current-buffer.
14292
14293 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14294 escape single quotes.
14295
14296 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14297
14298 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14299 of `if' whose condition always returned nil. Doc fix.
14300
14301 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14302 window's buffer the current buffer around the call to
14303 `list-buffers-noselect'. This is necessary to mark that buffer
14304 with a `.' in the Buffer Menu when called from Lisp, for instance
14305 by Auto Revert Mode.
14306
14307 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14308
14309 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14310 attaching to it.
14311 (gdb-pre-prompt): Make sure gdb-error is reset.
14312
14313 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14314 with a child process, detect it.
14315 (gud-speedbar-buttons): Match regexp more carefully.
14316
14317 2005-11-27 Richard M. Stallman <rms@gnu.org>
14318
14319 * mouse.el (mouse-drag-move-window-bottom):
14320 Use adjust-window-trailing-edge.
14321
14322 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14323
14324 * simple.el (blink-matching-open): Ignore
14325 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14326 (blink-matching-paren-on-screen): Update docstring.
14327
14328 * paren.el (show-paren-mode): No longer change
14329 `blink-matching-paren-on-screen'.
14330
14331 2005-11-27 John Paul Wallington <jpw@pobox.com>
14332
14333 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14334 (gdb-threads-select, gdb-edit-register-value):
14335 Use `posn-set-point' instead of `mouse-set-point' because the
14336 latter is not fbound when configured without X.
14337
14338 2005-11-27 Kim F. Storm <storm@cua.dk>
14339
14340 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14341 existing face when partially highlighting a TAB in a rectangle.
14342
14343 2005-11-26 Kim F. Storm <storm@cua.dk>
14344
14345 * ido.el (ido-mode-map): Doc fix.
14346 (ido-mode-common-map, ido-mode-file-map)
14347 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14348 (ido-define-mode-map): Rewrite. Select one of the new maps as
14349 parent for ido-mode-map instead of building from scratch.
14350 (ido-init-mode-maps): New defun to initialize new maps.
14351 (ido-mode): Call it.
14352 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14353 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14354
14355 2005-11-26 John Paul Wallington <jpw@pobox.com>
14356
14357 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14358 `mouse-set-point' because the latter is not fbound when configured
14359 without X.
14360
14361 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14362
14363 * files.el (file-relative-name): Doc fix.
14364
14365 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14366
14367 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14368 non-empty string for secondary prompt PS2.
14369
14370 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14371
14372 * progmodes/compile.el (compilation-setup): Fix last change.
14373
14374 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14375
14376 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14377 (gdb-mouse-toggle-breakpoint-margin)
14378 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14379 Add gdb-server-prefix to keep out of command history.
14380 (gdb-edit-register-value): New function.
14381 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14382 (gdb-info-registers-custom): Use above map.
14383
14384 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14385
14386 * custom.el (enable-theme): Signal error if argument is not a
14387 theme. Don't recalculate a face if it's not loaded yet.
14388
14389 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
14390 the `user' theme is in effect.
14391
14392 * info.el (Info-on-current-buffer): Record actual filename in
14393 Info-current-file, instead of t, or a fake filename if a non-file
14394 buffer. Make autoload.
14395 (Info-find-node, Info-revert-find-node): No need to check for
14396 Info-current-file nil.
14397 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
14398 Info-current-file is now never `t'.
14399 (Info-fontify-node): Many simplifications due to Info-current-file
14400 always being valid. Use Info-find-file to find node filename.
14401
14402 2005-11-25 David Kastrup <dak@gnu.org>
14403
14404 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
14405 new character, then delete" in order to preserve markers.
14406
14407 2005-11-25 David Ponce <david@dponce.com>
14408
14409 * recentf.el (recentf-arrange-by-rule): Handle a special
14410 `auto-mode-alist'-like "strip suffix" rule.
14411 (recentf-build-mode-rules): Handle second level auto-mode entries.
14412
14413 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
14414
14415 * viper-keym.el (viper-ESC-key): Use different values in terminal and
14416 window modes.
14417
14418 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
14419 jde-javadoc-checker-report-mode.
14420
14421 * ediff-wind (ediff-make-wide-display): Slight simplification.
14422
14423 * ediff.el (ediff-date): Change the date of last update.
14424
14425 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
14426
14427 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
14428 Use define-minor-mode, and make it a local mode. Turn on font-lock.
14429 (hi-lock-mode): New global minor mode.
14430 (turn-on-hi-lock-if-enabled): New function.
14431 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
14432 Change arguments to regexp and face instead of a font-lock pattern.
14433 Directly set face property, instead of refontifying.
14434 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
14435 (hi-lock-find-patterns): Use line-number-at-pos.
14436
14437 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
14438 arguments for hi-lock-set-pattern.
14439 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
14440 Call font-lock-fontify-buffer.
14441 (hi-lock-find-file-hook, hi-lock-current-line)
14442 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
14443
14444 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
14445 turned off.
14446
14447 * progmodes/compile.el (compilation-setup): Don't fiddle with
14448 font-lock-defaults.
14449
14450 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
14451
14452 * progmodes/gdb-ui.el (gdb-var-create-handler)
14453 (gdb-var-list-children-handler): Find values for all variable
14454 objects. gud-speedbar-buttons decides whether to display them.
14455
14456 2005-11-24 Romain Francoise <romain@orebokech.com>
14457
14458 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
14459 buffer name with a space.
14460
14461 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
14462
14463 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
14464 `org-export-local-list-max-depth'. Change default value to 3.
14465 (org-auto-renumber-ordered-lists)
14466 (org-plain-list-ordered-item-terminator): New options.
14467 (org-at-item-p, org-beginning-of-item, org-end-of-item)
14468 (org-get-indentation, org-get-string-indentation)
14469 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
14470 New functions.
14471 (org-move-item-down, org-move-item-up): New commands.
14472 (org-export-as-html): New classes for CSS support. Bug fix in
14473 regular expression detecting fixed-width regions. Respect
14474 `org-local-list-ordered-item-terminator'.
14475 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
14476 also a list item.
14477 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
14478 New item moving functions.
14479
14480 2005-11-24 Juri Linkov <juri@jurta.org>
14481
14482 * isearch.el (isearch-repeat): With empty search ring set
14483 `isearch-error' to the error string instead of signaling error
14484 with the function `error'.
14485
14486 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14487
14488 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
14489
14490 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
14491
14492 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
14493 and variable.
14494 (gdb-var-create-handler, gdb-var-list-children-handler):
14495 Don't match on "char **...".
14496 (gdb-var-update-handler): Find values for all variable objects.
14497 (gdb-info-frames-custom): Identify frames by leading "#".
14498
14499 * progmodes/gud.el (gud-speedbar-menu-items): Add
14500 gdb-speedbar-auto-raise as radio button.
14501 (gud-speedbar-buttons): Raise speedbar if requested.
14502 Don't match on "char **...".
14503 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
14504 Make it editable.
14505
14506 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
14507
14508 * info.el (Info-fontify-node): Handle the case where
14509 Info-current-file is t.
14510
14511 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * simple.el (blink-matching-open): Fix off-by-one in last change.
14514
14515 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14516
14517 * term/mac-win.el: Don't change default directory.
14518
14519 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
14520
14521 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
14522 buffers correctly. (It used to throw an error in such buffers.)
14523 Make it ask for confirmation in group buffers and other Custom
14524 buffers containing more than one customization item.
14525
14526 2005-11-22 John Paul Wallington <jpw@gnu.org>
14527
14528 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
14529 property on mail and url overlays.
14530 (goto-address-at-point): Use `posn-set-point' instead of
14531 `mouse-set-point' because the latter is not fbound when configured
14532 without X.
14533
14534 2005-11-22 Lars Hansen <larsh@soem.dk>
14535
14536 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
14537 (ls-lisp-classify, ls-lisp-format): Delete call to
14538 ls-lisp-parse-symlink.
14539 (ls-lisp-handle-switches): Handle symlinks to directories as
14540 directories when ls-lisp-dirs-first in non-nil.
14541
14542 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
14543
14544 * startup.el (command-line): Make sure that loaddefs.el is handled
14545 correctly in load-history.
14546
14547 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
14548
14549 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
14550 (gdb-struct-string, gdb-array-string): New constants.
14551 (gdb-info-locals-handler): Use them.
14552 (gdb-reset): Reset gdb-var-list to nil.
14553
14554 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
14557 in patterns.
14558
14559 2005-11-21 Juri Linkov <juri@jurta.org>
14560
14561 * custom.el (defcustom): Update link types in docstring.
14562
14563 2005-11-20 Martin Rudalics <rudalics@gmx.at>
14564
14565 * custom.el (defgroup): Add doc-string-elt info.
14566
14567 * widget.el (define-widget): Don't use declare for the doc-string-elt.
14568
14569 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * newcomment.el (comment-enter-backward): Fix last fix.
14572
14573 * simple.el (blink-matching-open):
14574 * paren.el (show-paren-function): Allow new paren-class info.
14575
14576 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
14579 handled automagically.
14580
14581 2005-11-20 Andreas Schwab <schwab@suse.de>
14582
14583 * descr-text.el (describe-char): When copying overlays put them
14584 over the full char description instead of just the first character
14585 of it.
14586
14587 2005-11-20 Juri Linkov <juri@jurta.org>
14588
14589 * simple.el (what-cursor-position):
14590 * descr-text.el (describe-char): Use Lisp-readable syntax
14591 for octal and hex. Reorder decimal, octal and hex values.
14592 Remove excess whitespace in the output. Use `=' in `column='
14593 like in `point=' and `Hscroll='.
14594
14595 * international/mule-cmds.el (encoded-string-description):
14596 Use Lisp-readable syntax for hex.
14597
14598 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * newcomment.el (comment-enter-backward): Handle the case where the
14601 comment is closed by EOB.
14602
14603 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * longlines.el (longlines-before-revert-hook)
14606 (longlines-after-revert-hook): New functions.
14607 (longlines-mode): Turn off longlines temporarily when reverting.
14608 Add a message-setup-hook.
14609 (longlines-decode-buffer): New function.
14610 (longlines-wrap-line): Preserve marker positions.
14611
14612 2005-11-19 Andreas Schwab <schwab@suse.de>
14613
14614 * emacs-lisp/shadow.el: Handle compressed files.
14615
14616 2005-11-19 Romain Francoise <romain@orebokech.com>
14617
14618 * net/browse-url.el (browse-url-default-browser): Signal an error
14619 if no usable browser can be found, rather than try to load w3.
14620
14621 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
14622
14623 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14624 replacing existing properties.
14625 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14626 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14627 tty specs.
14628 (rcirc-server-prefix, rcirc-server): New faces.
14629 (rcirc-url-regexp): Generate with rx macro.
14630 (rcirc-last-server-message-time): New variable.
14631 (rcirc-filter): Record time of last message.
14632 (rcirc-keepalive): Kill processes that did not send a message
14633 since the last ping.
14634 (rcirc-mode): Give rcirc-topic a local binding here.
14635
14636 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14637
14638 * subr.el (read-passwd): Fontify the prompt as we do with other
14639 prompts.
14640
14641 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
14642
14643 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14644 binding buffer-read-only to nil.
14645
14646 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14647
14648 * complete.el (partial-completion-mode):
14649 Mention completion-auto-help in the doc string.
14650
14651 * man.el (Man-highlight-references): Doc fix. Reformat code in a
14652 more Lisp-ish way.
14653
14654 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14655
14656 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14657 digits, not 8, to avoid misalignment for files larger than 100MB.
14658
14659 2005-11-19 Eli Zaretskii <eliz@gnu.org>
14660
14661 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14662 Mention "keyboard shortcuts" in the help text.
14663
14664 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14665
14666 * startup.el (fancy-splash-default-action): Discard only
14667 mouse-down and succeeding mouse-up events in the splash screen
14668 window so that drag-n-drop event can be processed.
14669
14670 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
14671
14672 * longlines.el (longlines-mode): Add hacks for mail-mode and
14673 message-mode.
14674
14675 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
14676
14677 * textmodes/org.el (org-table-sort-lines): New command.
14678 (org-tbl-menu): Add entry for `org-table-sort-lines'.
14679 (org-add-file): Command removed, use `org-agenda-file-to-front'
14680 instead.
14681 (org-export-icalendar): Use `org-icalendar-combined-name'.
14682 (org-cycle-agenda-files, org-agenda-file-to-end)
14683 (org-agenda-file-to-front): New commands.
14684 (org-table-tab-jumps-over-hlines, org-export-html-style):
14685 New options.
14686 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14687 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14688 New functions.
14689 (org-fill-paragraph): Call `org-table-align' in tables.
14690 (org-mode): Call `org-set-autofill-regexps'.
14691 (org-export-as-html): Support for local handformatted lists.
14692 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
14693 (org-export-local-list-max-depth): New option.
14694 (org-html-expand): Use `org-html-protect'.
14695
14696 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
14697
14698 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14699 to "p".
14700 (gdb): Move definition of gud-pp to...
14701
14702 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
14703 speedbar.
14704 (gdb-find-watch-expression): New function.
14705
14706 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14707
14708 * faces.el (face-attribute, set-face-attribute): Mention existence
14709 of `:ignore-defface' setting in docstring.
14710
14711 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * simple.el (completion-setup-function): Fix last change.
14714
14715 2005-11-17 John Paul Wallington <jpw@pobox.com>
14716
14717 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14718 Use `posn-set-point' instead of `mouse-set-point' because the
14719 latter is not fbound when configured without X.
14720
14721 * comint.el (comint-insert-input): Likewise.
14722
14723 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14724
14725 * simple.el (hard-newline): New variable.
14726 (sendmail-user-agent-compose, next-line): Use it.
14727
14728 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14729 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14730 (mail-mail-reply-to, mail-mail-followup-to)
14731 (mail-position-on-field, mail-signature, mail-yank-original)
14732 (mail-attach-file): Likewise.
14733
14734 * mail/mailheader.el (mail-header-format)
14735 (mail-header-format-function): Likewise.
14736
14737 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14738
14739 2005-11-17 Juri Linkov <juri@jurta.org>
14740
14741 * font-lock.el (font-lock-faces): Rename this defgroup from
14742 `font-lock-highlighting-faces'.
14743 (font-lock-comment-face, font-lock-comment-delimiter-face)
14744 (font-lock-string-face, font-lock-doc-face)
14745 (font-lock-keyword-face, font-lock-builtin-face)
14746 (font-lock-function-name-face, font-lock-variable-name-face)
14747 (font-lock-type-face, font-lock-constant-face)
14748 (font-lock-warning-face, font-lock-negation-char-face)
14749 (font-lock-preprocessor-face)
14750 (font-lock-regexp-grouping-backslash)
14751 (font-lock-regexp-grouping-construct): Rename :group from
14752 `font-lock-highlighting-faces' to `font-lock-faces'.
14753
14754 * cus-edit.el (lisp, c, tex):
14755 * progmodes/ada-mode.el (ada):
14756 * progmodes/asm-mode.el (asm):
14757 * progmodes/cperl-mode.el (cperl-faces):
14758 * progmodes/cpp.el (cpp):
14759 * progmodes/dcl-mode.el (dcl):
14760 * progmodes/f90.el (f90):
14761 * progmodes/fortran.el (fortran):
14762 * progmodes/icon.el (icon):
14763 * progmodes/idlwave.el (idlwave-misc):
14764 * progmodes/m4-mode.el (m4):
14765 * progmodes/make-mode.el (makefile):
14766 * progmodes/meta-mode.el (meta-font):
14767 * progmodes/modula2.el (modula2):
14768 * progmodes/octave-mod.el (octave):
14769 * progmodes/pascal.el (pascal):
14770 * progmodes/perl-mode.el (perl):
14771 * progmodes/prolog.el (prolog):
14772 * progmodes/ps-mode.el (PostScript-edit):
14773 * progmodes/scheme.el (scheme):
14774 * progmodes/sh-script.el (sh-script):
14775 * progmodes/simula.el (simula):
14776 * progmodes/tcl.el (tcl):
14777 * textmodes/nroff-mode.el (nroff):
14778 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14779 * textmodes/sgml-mode.el (sgml):
14780 * textmodes/texinfo.el (texinfo):
14781 Add :link (custom-group-link font-lock-faces) to defgroup.
14782
14783 * hi-lock.el (hi-lock): Rename this defgroup from
14784 `hi-lock-interactive-text-highlighting'. Change parent group from
14785 `faces' to `font-lock'. Add link to the manual.
14786 (hi-lock-mode, hi-lock-file-patterns-range)
14787 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14788 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14789 (hi-lock-faces): Add :group `faces'.
14790
14791 * cus-edit.el (custom-variable-prompt): Clarify the code.
14792
14793 * faces.el (face-read-string): Set the default value arg of
14794 completing-read.
14795
14796 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14797
14798 * rfn-eshadow.el (file-name-shadow-properties)
14799 (file-name-shadow-tty-properties, file-name-shadow-mode):
14800 Remove autoloads, because the file is now preloaded.
14801
14802 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14803
14804 * printing.el (easy-menu-intern): Don't define.
14805 (pr-get-symbol): Use easy-menu-intern only if defined.
14806
14807 * simple.el (blink-matching-open): Simplify a bit.
14808 (completion-setup-function): Fix the case of partial-completion-mode
14809 when the minibuffer's contents start with "-".
14810 Obey completion-base-size-function even when
14811 minibuffer-completing-file-name is non-nil.
14812
14813 2005-11-16 Richard M. Stallman <rms@gnu.org>
14814
14815 * net/eudcb-ph.el (eudc-ph-open-session):
14816 Use set-process-query-on-exit-flag.
14817
14818 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14819
14820 * international/ucs-tables.el (ucs-set-table-for-input):
14821 Use make-local-variable, not make-variable-buffer-local.
14822
14823 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14824 Improve warning message text.
14825
14826 * savehist.el (savehist-save-hook): Add :group.
14827
14828 * menu-bar.el (menu-bar-help-menu):
14829 Rename Find Extra Packages to External Packages.
14830
14831 * cus-edit.el (Custom-reset-standard): Verify that
14832 :custom-standard-value prop exists before calling it.
14833
14834 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14835
14836 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14837
14838 * wid-edit.el (color): Enclose %t in %{...%}.
14839
14840 * cus-edit.el (face): Enclose %t in %{...%}.
14841
14842 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14843
14844 * savehist.el (savehist-mode-hook): Re-add the var.
14845 (savehist-mode): Use it.
14846
14847 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * textmodes/flyspell.el: Fix commenting convention.
14850 Remove unnecessary leading * in custom docstrings.
14851 (flyspell-emacs): Remove unused var.
14852 (flyspell-delete-region-overlays): Use remove-overlays.
14853 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14854 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14855 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14856 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14857 (make-flyspell-overlay): Don't locally reuse a global name.
14858 (flyspell-highlight-incorrect-region)
14859 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14860 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14861 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14862 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14863 Wrap calls to accept-process-output inside with-local-quit since it's
14864 often called from a post-command-hook.
14865 (flyspell-correct-word, flyspell-auto-correct-word):
14866 Use ispell-send-string.
14867 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14868
14869 * calendar/diary-lib.el (diary-list-entries): Also hide the
14870 terminating newline.
14871
14872 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14873
14874 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14875 window-system, to allow fonts on tty.
14876
14877 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14878
14879 * progmodes/gud.el (gud-speedbar-item-info): New function.
14880 (gud-install-speedbar-variables): Use it to display data type
14881 of watch expression as a tooltip in speedbar.
14882
14883 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14884
14885 * font-core.el (global-font-lock-mode): Add :version keyword,
14886 because default was changed.
14887
14888 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14889
14890 * startup.el (command-line): Use `custom-reevaluate-setting' for
14891 `file-name-shadow-mode'.
14892
14893 * loadup.el: Preload rfn-eshadow.
14894
14895 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14896 Add :version keyword.
14897 (file-name-shadow-properties, file-name-shadow-tty-properties)
14898 (file-name-shadow): Add :version keyword.
14899
14900 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14901 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14902 in the custom-group property of the symbol frames and the fringe
14903 group got no link to its parent group frames.
14904 Doc fix.
14905
14906 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * progmodes/gud.el (gud-stop-subjob): New function.
14909 (gud-menu-map, gud-tool-bar-map): Use it.
14910
14911 2005-11-16 Kim F. Storm <storm@cua.dk>
14912
14913 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14914 than kill it.
14915 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14916 to a more useful/logical place.
14917
14918 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14919
14920 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14921 go buttons complementary.
14922
14923 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14926 (rfn-eshadow-sifn-equal): New function.
14927 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14928
14929 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14930
14931 * viper-utils.el (viper-non-word-characters-reformed-vi):
14932 Quote `-' in string.
14933
14934 * viper.el (viper-emacs-state-mode-list): Ensure that
14935 rcirc-mode buffers come up in Emacs state.
14936
14937 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14938 operation.
14939
14940 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14941
14942 * term.el (term-termcap-format): Fix typos.
14943 (term-down): Fix the negative argument case.
14944
14945 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14946
14947 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14948 2005-08-15.
14949 (gdb-ann3): New command gud-go.
14950 (menu): Accomodate gdb-mi.el.
14951 (gdb-assembler-custom): Make buffer of selected window current
14952 so that set-window-point works.
14953
14954 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14955 buttons and include new ones.
14956
14957 2005-11-16 Kim F. Storm <storm@cua.dk>
14958
14959 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14960 (gud-menu-map): Use it.
14961
14962 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14963
14964 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14965 that works correctly for Custom and that does not override a user
14966 who disables it.
14967
14968 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14969 (help-xref-interned, help-follow): Make hyperlinks for variables
14970 that are unbound, but have a non-nil variable-documentation property.
14971
14972 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14973 mode hook. (It conflicted with defcustoms for some mode hooks.)
14974 Use the `variable-documentation' property to give the mode hook a
14975 docstring and expand that docstring.
14976
14977 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14978
14979 * savehist.el (savehist-mode): Don't bother with
14980 `custom-set-minor-mode'.
14981 (savehist-coding-system): Check XEmacs version.
14982 (history-length): Declare also at run time.
14983 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14984 Don't set the customize state.
14985 (savehist-minibuffer-hook): Special case for when
14986 minibuffer-history-variable is equal to t.
14987
14988 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * files.el (write-file): Refresh VC status.
14991
14992 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14993 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14994 than fundamental-mode to see if the mode was set.
14995
14996 2005-11-14 Romain Francoise <romain@orebokech.com>
14997
14998 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14999 dummy function in `eval-when-compile' to avoid compiler warning.
15000 Require `man' at compile time.
15001
15002 2005-11-14 Jay Belanger <belanger@truman.edu>
15003
15004 * calc-alg.el (calcFunc-write-out-power): Rename it to
15005 calcFunc-powerexpand.
15006 (math-write-out-power): Rename it to math-powerexpand; have it
15007 handle negative exponents.
15008 (calc-writeoutpower): Rename it to calc-powerexpand.
15009
15010 * calc-ext.el: Change calcFunc-writeoutpower and
15011 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15012 autoloads.
15013 Add calcFunc-ldiv to autoloads.
15014
15015 * calc-arith.el (calcFunc-ldiv): New function.
15016
15017 * calc.el (calc-left-divide): New function.
15018
15019 2005-11-14 Juri Linkov <juri@jurta.org>
15020
15021 * cus-edit.el (custom-variable-prompt): Set the default value arg
15022 of completing-read.
15023
15024 * cus-dep.el (custom-make-dependencies): Reverse the list of
15025 found dependencies.
15026
15027 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15028
15029 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15030 Highlighting" entry, it is on by default now.
15031 (menu-bar-options-save): Do not save global-font-lock-mode.
15032
15033 2005-11-13 Richard M. Stallman <rms@gnu.org>
15034
15035 * textmodes/flyspell.el (flyspell-large-region):
15036 Call flyspell-accept-buffer-local-defs.
15037
15038 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
15039
15040 * textmodes/flyspell.el (flyspell-notify-misspell):
15041 Fix misspelling of "Misspelling".
15042 (flyspell-process-localwords): New function.
15043 (flyspell-large-region): Call flyspell-process-localwords and
15044 flyspell-delete-region-overlays.
15045 (flyspell-delete-region-overlays): New function.
15046 (flyspell-delete-all-overlays): Call that.
15047
15048 2005-11-13 Richard M. Stallman <rms@gnu.org>
15049
15050 * help.el (help-for-help-internal): Improve doc of C-h a.
15051 (describe-key): Improve prompt; doc fix.
15052
15053 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * vc-svn.el (vc-svn-registered): Catch all errors.
15056
15057 * cus-dep.el (custom-make-dependencies): Typo.
15058
15059 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15060
15061 * net/tramp-util.el (top): Fix compilation warning.
15062
15063 2005-11-13 Kim F. Storm <storm@cua.dk>
15064
15065 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15066
15067 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15068
15069 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15070 (gud-speedbar-buttons): Match on "const char *" too.
15071
15072 * progmodes/gdb-ui.el (gdb-var-create-handler)
15073 (gdb-var-list-children-handler): Match on "const char *" too.
15074 (gdb-var-evaluate-expression-handler): Match on empty string.
15075 (gdb-var-update-handler): Only call
15076 gdb-var-evaluate-expression-handler when required.
15077
15078 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15079
15080 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15081 selected window. This still doesn't work for speedbar.
15082 (gud-speedbar-buttons): Handle string expressions properly.
15083
15084 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15085 (gdb-var-create-handler): Handle string expressions properly.
15086 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15087 Handle string expressions properly. Move "type" field into regexp.
15088
15089 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15090
15091 * bookmark.el (bookmark-maybe-message): New function to reduce
15092 code duplication: invokes `message' iff baud-rate is high enough.
15093 (bookmark-write-file): Use above instead of an inline conditional.
15094 (bookmark-load): Same.
15095
15096 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15097
15098 * bookmark.el (bookmark-write-file): Don't visit the destination
15099 file, just write the data to it using write-region. This is
15100 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15101 change to avoid visiting the file in the first place.
15102
15103 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15104
15105 * hi-lock.el (hi-lock-mode): Set the default value of
15106 font-lock-defaults.
15107
15108 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15109
15110 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15111 arg to `file-attributes'.
15112 (find-lisp-format): The UID and GID can now be strings.
15113
15114 2005-11-12 Kim F. Storm <storm@cua.dk>
15115
15116 * help.el (help-map): Bind C-h d to apropos-documentation.
15117
15118 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15119 when point is at end-of-buffer.
15120
15121 * apropos.el (apropos-match-face): Doc fix.
15122 (apropos-sort-by-scores): Add new choice `verbose'.
15123 (apropos-documentation-sort-by-scores): New defcustom.
15124 (apropos-pattern): Now contains the pattern entered by the user.
15125 (apropos-pattern-quoted): New defvar.
15126 (apropos-regexp): New defvar, containing the regexp corresponding
15127 to apropos-pattern.
15128 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15129 (apropos-read-pattern): New defun. Use it to read pattern arg in
15130 interactive calls; returns list of words for a word list, and
15131 string for a regexp.
15132 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15133 parses a list of words or regexp as returned by apropos-read-pattern.
15134 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15135 (apropos-score-doc): Return a very high score if the string
15136 entered by the user matches literally.
15137 (apropos-variable): Doc fix. Use apropos-read-pattern.
15138 (apropos-command): Doc fix. Use apropos-read-pattern and
15139 apropos-parse-pattern. Call apropos-print with nosubst=t.
15140 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15141 apropos-parse-pattern.
15142 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15143 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15144 apropos-documentation-sort-by-scores. Call apropos-print with
15145 nosubst=t.
15146 (apropos-documentation-internal): Pass doc string through
15147 substitute-key-definition before adding text properties.
15148 Highlight substring matching literal user input if possible.
15149 (apropos-documentation-check-doc-file): Remove locals beg and end.
15150 Fix calculation of score (as added twice). Pass doc string through
15151 substitute-key-definition before adding text properties.
15152 (apropos-documentation-check-elc-file): Pass doc string through
15153 substitute-key-definition before adding text properties.
15154 Highlight substring matching literal user input if possible.
15155 (apropos-print): Add new arg NOSUBST; if set, command and variable
15156 doc strings have already been passed through substitute-key-definition.
15157 Add code to handle apropos-accumulator items without score element
15158 for backwards compatibility (e.g. with woman package).
15159 Only show scores if apropos-sort-by-scores is `verbose'.
15160
15161 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15164 Add jka-compr-load-suffixes to load-suffixes.
15165
15166 * jka-compr.el: Require jka-cmpr-hook.
15167 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15168 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15169 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15170 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15171 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15172 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15173 (jka-compr-uninstall): Remove entries from
15174 jka-compr-added-to-file-coding-system-alist after they are used.
15175 (jka-compr-error): Remove unused var `curbuf'.
15176 (jka-compr-file-local-copy): Remove unused var `notfound'.
15177
15178 2005-11-10 Romain Francoise <romain@orebokech.com>
15179
15180 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15181
15182 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15183
15184 * progmodes/gud.el (gud-menu-map): Move parentheses.
15185 (gdb): New command gud-pv.
15186
15187 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * tar-mode.el: Remove spurious or unnecessary leading stars
15190 in docstrings.
15191 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15192 (tar-parse-octal-integer-safe): Use mapc.
15193 (tar-header-block-summarize): Remove unused var `ck'.
15194 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15195 cleared before. Obey default-enable-multibyte-characters.
15196 Use mapconcat. Simplify setting of tar-header-offset.
15197 (tar-mode-map): Move initialization inside delcaration.
15198 (tar-flag-deleted): Use `abs'.
15199 (tar-expunge-internal): Remove unused var `line'.
15200 (tar-expunge-internal): Don't hardcode point-min==1.
15201 (tar-expunge): Widen while doing set-buffer-multibyte.
15202 (tar-rename-entry): Use file-name-coding-system.
15203 (tar-alter-one-field): Don't hardcode point-min==1.
15204 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15205 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15206
15207 2005-11-10 Masatake YAMATO <jet@gyve.org>
15208
15209 * add-log.el (add-log-current-defun): Handle class::method
15210 notation of c++. Fix incorrect comment.
15211
15212 2005-11-10 Alan Mackenzie <acm@muc.de>
15213
15214 * help-fns.el (describe-variable): Make C-h v work when a variable
15215 has variable documentation yet is unbound.
15216
15217 2005-11-10 Masatake YAMATO <jet@gyve.org>
15218
15219 * man.el (Man-highlight-references): Set an empty
15220 string to `Man-arguments' if it is nil.
15221 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15222
15223 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15226 commenting conventions.
15227
15228 * cus-dep.el (custom-make-dependencies): Simplify.
15229 Better follow the commenting conventions.
15230
15231 2005-11-09 Richard M. Stallman <rms@gnu.org>
15232
15233 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15234 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15235 All uses changed.
15236 (apropos-rewrite-regexp): Doc fix.
15237 (apropos-variable, apropos-command, apropos, apropos-value):
15238 Change prompt; carry through the argument renaming.
15239
15240 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15241
15242 * find-lisp.el: Require dired.
15243 (find-lisp-find-dired-internal): Do not call
15244 `abbreviate-file-name' on DIR.
15245
15246 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15247
15248 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15249
15250 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15251
15252 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15253 when using the speedbar.
15254 (gdb): New command gud-pp.
15255 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15256
15257 2005-11-09 Juri Linkov <juri@jurta.org>
15258
15259 * replace.el (occur-excluded-properties): New defcustom.
15260 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15261
15262 2005-11-08 Jay Belanger <belanger@truman.edu>
15263
15264 * calc/calc-units.el (math-convert-units): Replace any composite
15265 unit by its definition.
15266
15267 2005-11-08 Lars Hansen <larsh@soem.dk>
15268
15269 * emacs-lisp/autoload.el (update-directory-autoloads):
15270 Add obsolete function alias.
15271
15272 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15275 comment-indent-function.
15276 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15277
15278 * reveal.el (reveal-post-command): Rework the handling of
15279 reveal-open-spots, so as to be more reliable. There were several
15280 tricky corner cases where an open spot might be lost, or where
15281 a closed spot might end up on the list of open spots.
15282 Only reveal text that's ellipsised.
15283
15284 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15285
15286 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15287
15288 2005-11-07 John Paul Wallington <jpw@gnu.org>
15289
15290 * ibuffer.el (ibuffer): Search iconified frames too when
15291 getting Ibuffer buffer's window.
15292
15293 2005-11-06 Richard M. Stallman <rms@gnu.org>
15294
15295 * progmodes/compile.el (compilation-internal-error-properties):
15296 save-excursion around the computation of MARKER.
15297
15298 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15299
15300 * textmodes/flyspell.el (flyspell-external-point-words):
15301 flyspell-get-word returns a list, not just a string.
15302
15303 2005-11-06 John Paul Wallington <jpw@pobox.com>
15304
15305 * ibuffer.el (ibuffer): Search all visible frames when getting
15306 Ibuffer buffer's window.
15307
15308 2005-11-07 Masatake YAMATO <jet@gyve.org>
15309
15310 * man.el (Man-reference-regexp): Accept spaces between
15311 `Man-name-regexp' and `Man-section-regexp'.
15312 (Man-apropos-regexp): New variable.
15313 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15314 if available.
15315 (Man-highlight-references, Man-highlight-references0):
15316 Handle the case when `Man-arguments' includes "-k".
15317 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15318 `TARGET'. `TARGET' can be a number, function or nil.
15319
15320 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15321
15322 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15323 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15324 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15325 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15326 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15327 (gdb-send-item): Use buffer-local-value and simplify.
15328
15329 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15330
15331 * startup.el (command-line): Use `custom-reevaluate-setting' for
15332 `global-font-lock-mode'.
15333
15334 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15335 by default, except in batch mode or when the -D option is given.
15336
15337 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15338 specified keyword args on to `define-minor-mode'. Update docstring.
15339
15340 2005-11-05 Romain Francoise <romain@orebokech.com>
15341
15342 * replace.el (occur-engine): Add marker at end of line, too.
15343
15344 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15345
15346 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15347 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15348 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15349 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15350 argument to all these routines, so the passphrase can be managed
15351 externally and passed in to the system.
15352 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15353 pgg-add-passphrase-to-cache function.
15354
15355 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15356 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15357 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15358 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15359 argument to all these routines, so the passphrase can be managed
15360 externally and passed in to the system.
15361 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15362 function.
15363
15364 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15365
15366 * font-lock.el: Don't deal with font-lock-face-attributes here,
15367 move the code ...
15368
15369 * startup.el (command-line): ... here. Use face-spec-set instead
15370 of custom-declare-face.
15371
15372 * faces.el (face-spec-set): Reset the face if spec is not nil.
15373
15374 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * newcomment.el (comment-region-internal): Box more tightly in the
15377 common case where there's no TAB in the boxed text.
15378
15379 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15380
15381 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15382 up-node.
15383
15384 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15385
15386 * newsticker.el: Commentary updated. Code formatting changed.
15387 (newsticker-version): Change to "1.9".
15388 (newsticker, newsticker-feed): Doc fix.
15389 (newsticker-url-list): Doc fix. Add option "Weekly".
15390 (newsticker-retrieval-interval): Add option "Weekly".
15391 (newsticker-headline-processing): Doc fix.
15392 (newsticker-auto-mark-filter): Remove.
15393 (newsticker-auto-mark-filter-list): New.
15394 (newsticker-layout, newsticker-sort-method): Doc fix.
15395 (newsticker-hide-old-items-in-newsticker-buffer)
15396 (newsticker-heading-format, newsticker-item-format)
15397 (newsticker-desc-format): Doc fix.
15398 (newsticker-show-all-rss-elements): Remove.
15399 (newsticker-show-all-news-elements): New.
15400 (newsticker-faces, newsticker-ticker): Doc fix.
15401 (remove-from-invisibility-spec): Code formatting.
15402 (newsticker--process-ids): New.
15403 (newsticker-mode): Doc fix.
15404 (newsticker-mode): Change mode-line-format.
15405 (newsticker-start): Remove debug output.
15406 (newsticker-start-ticker): Doc fix. Add autoload cookie.
15407 (newsticker-w3m-show-inline-images): Code formatting.
15408 (newsticker-next-item): Call `force-mode-line-update'.
15409 (newsticker-previous-item): Call `force-mode-line-update'.
15410 (newsticker-next-feed): Call `force-mode-line-update'.
15411 (newsticker-previous-feed): Call `force-mode-line-update'.
15412 (newsticker-mark-all-items-at-point-as-read): Code formatting.
15413 (newsticker-show-old-items): Do not show descs.
15414 (newsticker-hide-entry): Hide too much.
15415 (newsticker-hide-entry, newsticker-show-entry)
15416 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
15417 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
15418 (newsticker-toggle-auto-narrow-to-item): Code formatting.
15419 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
15420 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
15421 (newsticker-get-news): Call `force-mode-line-update'.
15422 Collect process ids.
15423 (newsticker--sentinel): Change coding system handling.
15424 Move image retrieval to new functions newsticker--get-logo-url-*.
15425 Move feed parsing to new functions newsticker--parse-*.
15426 Update list of process ids.
15427 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
15428 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
15429 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
15430 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
15431 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
15432 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
15433 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
15434 (newsticker--decode-coding-string): Remove.
15435 (newsticker--decode-numeric-entities): Check input. Format code.
15436 (newsticker--remove-whitespace): Check input.
15437 (newsticker--do-forget-preformatted): Doc fix.
15438 (newsticker--decode-rfc822-date): Allow for missing time.
15439 (newsticker--update-process-ids): New.
15440 (newsticker--image-sentinel): Change comment.
15441 (newsticker--image-read): Change error message.
15442 (newsticker--imenu-goto): Doc fix. Show headline title.
15443 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
15444 (newsticker--buffer-do-insert-text): Clean whitespace in
15445 html-rendered headline title. Code formatting.
15446 Call `newsticker--buffer-print-extra-elements'.
15447 (newsticker--buffer-print-extra-element): Remove.
15448 (newsticker--buffer-print-extra-elements): New.
15449 (newsticker--buffer-do-print-extra-element): New.
15450 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
15451 large sizes.
15452 (newsticker--run-auto-mark-filter)
15453 (newsticker--do-run-auto-mark-filter):
15454 Use `newsticker-auto-mark-filter-list'.
15455
15456 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
15457
15458 * net/rcirc.el: Use split-string OMIT-NULLS argument.
15459 (rcirc-print): Force redisplay before running hooks. Do long
15460 buffer truncation after making new text read-only. Deal with nil
15461 text when decoding strings. If TARGET is nil, use either the
15462 currently selected buffer, if it is an rcirc buffer and of the
15463 same process or the process buffer.
15464 (rcirc-mode): Remove header-line. Recompute short buffer names.
15465 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
15466 (rcirc-short-buffer-name): Add variable.
15467 (rcirc-kill-buffer-hook): Recompute short buffer names.
15468 Remove nick from private channel.
15469 (rcirc-send-input): Send command text to current-buffer.
15470 Don't clear overlay arrow here.
15471 (rcirc-short-buffer-name): Return a short buffer name.
15472 (rcirc-update-short-buffer-names, rcirc-abbreviate)
15473 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
15474 buffer-name abbreviations.
15475 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
15476 Do not touch nick-table when killing a parted channel.
15477 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
15478 Clear arrow from current buffer if it is now hidden.
15479 (rcirc-current-buffer): Add variable.
15480 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15481 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
15482 Remove -face from names.
15483 (rcirc-update-activity-string): Print "DND" when globally ignoring
15484 activity.
15485 (rcirc-ignore-buffer-activity-flag): Rename from
15486 rcirc-ignore-channel-activity.
15487 (rcirc-ignore-all-activity-flag): Doc fix.
15488 (rcirc-channels): Remove variable.
15489 (rcirc-kill-buffer-hook):
15490 (rcirc-get-buffer-create): Add nick to private channel.
15491 (rcirc-multiline-edit-submit): Remove tabs.
15492 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
15493 folded.
15494 (rcirc-remove-nick-channel): Bug fix.
15495 (rcirc-toggle-ignore-buffer-activity): Rename from
15496 rcirc-toggle-ignore-channel-activity.
15497 (rcirc-record-activity): Add buffers to the front of the list.
15498 (rcirc-update-activity): Remove killed buffers from list.
15499 (rcirc-process-server-response-1): Remove last argument if it is
15500 null before calling handler.
15501 (rcirc): Add "rcirc" defcustom prefix.
15502 (rcirc-prompt): Simplify default prompt.
15503 Use custom-initialize-default.
15504 (rcirc-private-chats): Remove variable.
15505 (rcirc-prompt): Change initialization.
15506 (rcirc-version): Remove function.
15507 (rcirc-id-string): Add constant.
15508 (rcirc-last-buffer): Remove variable.
15509 (rcirc-buffer-alist): Add variable.
15510 (rcirc-connect): Update variable setup.
15511 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
15512 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
15513 default.
15514 (rcirc-handler-generic): Trigger activity.
15515 (rcirc-send-message): Create the buffor of the target.
15516 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
15517 (rcirc-get-buffer): Just return nil if there is no matching buffer.
15518 (rcirc-multiline-edit-cancel): Remove function.
15519 (rcirc-set-last-buffer): Remove function.
15520 (rcirc-get-any-buffer): Add function.
15521 (rcirc-join-channels): Don't print /join text.
15522 (rcirc-toggle-ignore-channel-activity): Add and update echo area
15523 messages.
15524 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
15525 (rcirc-handler-NOTICE): Recognize CTCP responses.
15526 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
15527 constructing TOPIC string for buffers we are not JOINed.
15528 (rcirc-handler-CTCP-response): Add handler.
15529 (rcirc-multiline-edit-submit): Restore the window-configuration
15530 before adjusting point.
15531 (rcirc): Add customization group.
15532 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
15533 (rcirc-user-full-name, rcirc-startup-channels-alist)
15534 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
15535 (rcirc-ignore-all-activity-flag, rcirc-time-format)
15536 (rcirc-input-ring-size, rcirc-read-only-flag)
15537 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
15538 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
15539 Change defvar to defcustom.
15540 (rcirc-update-prompt): Add optional ALL arg, which will update
15541 prompts in all rcirc buffers. Regexp quote replacement text.
15542 (rcirc-fill-column): Accept frame-width as a value.
15543 (rcirc-set-changed): Add function.
15544 (rcirc-next-active-buffer): Write more meaningful messages.
15545 (rcirc-faces): Add customization group.
15546 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
15547 (rcirc-nick-in-message-face, rcirc-prompt-face)
15548 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
15549 (with-rcirc-process-buffer): Move before first usage.
15550 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
15551 (rcirc-debug-flag): Rename from `rcirc-log-p'.
15552 (rcirc-debug): Rename from `rcirc-log'.
15553 (rcirc-format-response-string): Do not print `-' chars for a
15554 NOTICE with no sender. Simplify output of server responses.
15555
15556 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15557
15558 (rcirc-browse-url-map, rcirc-browse-url-at-point)
15559 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
15560 Make urls mouse and RET clickable.
15561
15562 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
15563
15564 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
15565
15566 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15567
15568 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15569 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15570 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15571 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15572 argument to all these routines, so the passphrase can be managed
15573 externally and passed in to the system.
15574 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15575 pgg-add-passphrase-to-cache function.
15576
15577 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15578 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15579 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15580 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15581 argument to all these routines, so the passphrase can be managed
15582 externally and passed in to the system.
15583 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15584 function.
15585
15586 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
15587
15588 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
15589 from goto-address-url-regexp.
15590
15591 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
15592
15593 * textmodes/org.el (org-read-date, org-goto-calendar)
15594 (org-recenter-calendar, org-agenda-goto-calendar):
15595 Temporarily clear `calendar-move-hook'.
15596
15597 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
15598
15599 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
15600 merging.
15601
15602 * ediff-util.el (ediff-previous-difference): Don't skip regions that
15603 have merge clashes.
15604
15605 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15606
15607 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15608 Undo previous change.
15609
15610 * startup.el (command-line): Use `custom-reevaluate-setting' for
15611 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
15612 tty-register-default-colors on Mac.
15613
15614 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15615
15616 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15617 (gdb-buffer-type): Make it automatically buffer local...
15618 (gdb-get-create-buffer): ...and set it accordingly.
15619 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15620 actually work.
15621
15622 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
15623
15624 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15625 not red.
15626
15627 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
15628
15629 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15630 case GUD buffer is not visible.
15631 (gdb-goto-breakpoint): Try to force display in source buffer.
15632 (gdb-frame-gdb-buffer): Copy other similar functions.
15633 (gdb-restore-windows): Don't display source if not asked for.
15634 (gdb-assembler-buffer-name): Don't capitalise.
15635
15636 2005-11-03 Richard M. Stallman <rms@gnu.org>
15637
15638 * wid-edit.el (key-sequence): New widget type.
15639
15640 * simple.el (set-mark-command-repeat-pop): New variable.
15641 (set-mark-command): Only interpret plan C-@ after a pop as a pop
15642 if set-mark-command-repeat-pop is true.
15643
15644 * info.el (Info-fontify-node): Don't display extra "see" if there
15645 already is one here.
15646
15647 * mouse.el: Fix special handling of DEL after dragging a region:
15648 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15649 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
15650
15651 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15652
15653 * textmodes/ispell.el (ispell-command-loop): Change `i' description
15654 not to assume it pertains to an affix.
15655
15656 * textmodes/flyspell.el (flyspell-post-command-hook):
15657 Bind deactivate-mark to prevent deactivation.
15658
15659 2005-11-03 Lars Hansen <larsh@soem.dk>
15660
15661 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15662 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15663 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15664
15665 2005-11-03 Romain Francoise <romain@orebokech.com>
15666
15667 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
15668 Update copyright years.
15669
15670 2005-11-03 Sam Steingold <sds@gnu.org>
15671
15672 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15673 Use system-type instead of window-system because window-system is not
15674 correctly defined during loadup.
15675
15676 2005-11-02 Mark A. Hershberger <mah@everybody.org>
15677
15678 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15679 (xml-parse-tag): Join strings separated by a comment properly.
15680
15681 2005-11-02 Andreas Schwab <schwab@suse.de>
15682
15683 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15684
15685 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15688 (byte-optimize-pure-func): Quote the eval'd value.
15689
15690 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15691 Rename from perl-font-lock-syntactic-face-function.
15692 Change the calling convention so it can be used as a font-lock MATCHER.
15693 Do the parse-partial-sexp loop outselves.
15694 (perl-font-lock-syntactic-keywords): Use it.
15695 (perl-mode): Don't set font-lock-syntactic-face-function any more.
15696
15697 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
15698
15699 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15700 disassembly buffer too.
15701 (gdb-exited): Remove overlay arrows when execution has finished.
15702 (gdb-info-frames-custom, gdb-info-threads-custom)
15703 (gdb-info-registers-custom): Don't add inappropriate text
15704 properties if inferior is not active.
15705
15706 2005-11-02 Glenn Morris <rgm@gnu.org>
15707
15708 * progmodes/fortran.el (fortran-blink-match):
15709 Use `blink-matching-delay'.
15710
15711 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
15712
15713 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15714
15715 2005-11-02 Lars Hansen <larsh@soem.dk>
15716
15717 * net/tramp.el (tramp-action-out-of-band): Handle scp message
15718 "Permission denied".
15719
15720 2005-11-01 Richard M. Stallman <rms@gnu.org>
15721
15722 * textmodes/flyspell.el (flyspell-external-point-words):
15723 Pass nil to flyspell-get-word.
15724
15725 2005-11-02 Kim F. Storm <storm@cua.dk>
15726
15727 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15728 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15729
15730 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15733 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15734 (calendar-mouse-print-dates): Add optional `event' argument.
15735 Update interactive-spec.
15736 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15737 Use `calendar-event-to-date' instead of `event'.
15738
15739 2005-11-02 Masatake YAMATO <jet@gyve.org>
15740
15741 * progmodes/ld-script.el (ld-script-builtins):
15742 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15743 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15744 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15745
15746 2005-11-01 Romain Francoise <romain@orebokech.com>
15747
15748 * vc-sccs.el: Update copyright year.
15749 * ezimage.el: Likewise.
15750
15751 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15752
15753 * info.el (Info-fontify-node): Use `string-width' for fontifying
15754 underlined titles.
15755
15756 2005-11-01 Juri Linkov <juri@jurta.org>
15757
15758 * info.el (Info-fontify-node): Downcase node header keywords Node,
15759 Prev, Next, Up before comparison.
15760 (Info-history): Insert absolute directory name, and put invisible
15761 property on it.
15762
15763 2005-11-01 Juri Linkov <juri@jurta.org>
15764
15765 * info.el (Info-file-supports-index-cookies): New variable.
15766 (Info-find-node-2): Check makeinfo version for index cookie support.
15767 (Info-index-nodes): Search for nodes with index cookies only when
15768 Info-file-supports-index-cookies is t. Otherwise, search nodes
15769 with "Index" in the node name.
15770 (Info-index-node): Search index cookie in the current node only when
15771 Info-file-supports-index-cookies is t. Otherwise, check the word
15772 "Index" in the node name.
15773 (Info-find-emacs-command-nodes): Remove code that searches nodes
15774 with "Index" node name in the top menu.
15775
15776 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15777
15778 * progmodes/scheme.el (scheme-mode-variables): Use the default
15779 comment-indent-function.
15780
15781 * faces.el (face-attribute): Handle the case where a face inherits from
15782 a non-existent face.
15783
15784 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15785 for octal and hexa output, and merge the char into the paren.
15786 (kill-new): Use push.
15787 (copy-to-buffer): Use with-current-buffer.
15788 (completion-setup-function): Move code in loop to remove redundancy.
15789 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15790 those inherited from minibuffer-local-completion-map.
15791
15792 * savehist.el (savehist-mode) <defcustom>:
15793 Use custom-set-minor-mode if available.
15794 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15795 and emit a message if applicable.
15796
15797 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15798
15799 * savehist.el: Sync up to version 19.
15800 (savehist-mode): New minor mode.
15801 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15802 (savehist-length): Remove (use history-length instead).
15803 (savehist-file-modes): Rename from savehist-modes.
15804 (savehist-save-hook, savehist-loaded): New vars.
15805 (savehist-load): Use savehist-mode. Try to smooth up transition from
15806 old format to new format.
15807 (savehist-install): Allow savehist-autosave-interval to be nil.
15808 (savehist-save): Run the new hook. Be more careful to only trim the
15809 history variables.
15810 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15811 (savehist-printable): Print into a buffer rather than char-by-char.
15812
15813 2005-11-01 John Wiegley <johnw@newartisans.com>
15814
15815 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15816 toggle-ignore keybinding (C-a). The author said it had been
15817 disabled much earlier due to a possible incompatibility, but after
15818 many months of usage I have encountered no problems (and it is a
15819 rather useful option, especially for switching to " *temp*").
15820
15821 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15822 support for OS/X's AddressBook, by calling out to the open source
15823 program "contacts" (installable through Fink).
15824
15825 * net/eudc.el (eudc-expand-inline): If the
15826 `eudc-multiple-match-handling-method' is set to `all', delete the
15827 query string before inserting the query result.
15828
15829 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15830 flag, to prevent Eshell from using the system ls when
15831 `eshell-ls-insert-directory' is in used.
15832 (eshell-ls-insert-directory): Disable font-lock in directory
15833 buffer so that Eshell's own fontification is seen. This broke
15834 recently due to changes in font-lock, so this goes back to version
15835 21 behavior.
15836
15837 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15838
15839 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15840 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15841 (gdb-many-windows): Doc fix.
15842
15843 2005-10-31 Romain Francoise <romain@orebokech.com>
15844
15845 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15846
15847 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15848
15849 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15850 that global-font-lock-mode can be enabled by default.
15851
15852 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15853 (font-lock-add-keywords, font-lock-remove-keywords)
15854 (font-lock-fontify-buffer): Remove autoload cookies.
15855
15856 * jit-lock.el (jit-lock-register): Likewise.
15857
15858 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15859
15860 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15861
15862 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15863 intact if there is no gud-comint-buffer.
15864
15865 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15866
15867 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15868 old prompt comint-prompt-read-only is t and GDB commands are
15869 issued from tool bar etc.
15870
15871 2005-10-31 Masatake YAMATO <jet@gyve.org>
15872
15873 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15874
15875 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15876
15877 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15878 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15879
15880 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15881
15882 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15883 starting at beginning of line. Fontification is messed up when
15884 `open-paren-in-column-0-is-defun-start' set to t.
15885 Reported by John Paul Wallington <jpw@pobox.com>.
15886
15887 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15888
15889 * comint.el (comint-send-input): Call `comint-update-fence' when
15890 `comint-process-echoes' and `comint-prompt-read-only' are both
15891 non-nil, to avoid leftover read-only newline.
15892
15893 2005-10-30 Richard M. Stallman <rms@gnu.org>
15894
15895 * textmodes/flyspell.el (flyspell-external-point-words):
15896 Detect when WORD can't be checked properly because
15897 flyspell-get-word finds just part of it, and move on.
15898
15899 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15900 boundarychar for Polish.
15901 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15902 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15903
15904 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15905
15906 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15907 (gdb-registers-font-lock-keywords): Delete.
15908 (gdb-registers-mode): Don't fontify.
15909 (gdb-info-registers-custom): Use text properties instead as, in
15910 future, changed register values will use font-lock-warning-face.
15911 (gdb-local-font-lock-keywords): Rename to...
15912 (gdb-locals-font-lock-keywords): ...for consistency.
15913
15914 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15915
15916 * vc.el (vc-switch-backend): Better error message if the buffer is
15917 not visiting a file under version control.
15918
15919 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15920
15921 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15922
15923 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15924 ~/.emacs.d/.emacs.
15925
15926 2005-10-29 Richard M. Stallman <rms@gnu.org>
15927
15928 * replace.el (occur-mode-mouse-goto): Always go to other window.
15929 (occur-mode-goto-occurrence): Always switch in same window.
15930
15931 * simple.el (undo): Display message at end, not at start.
15932
15933 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15934 New arg REUSE-CELL.
15935 (cancel-timer-internal): New function.
15936 (timer-event-handler): Use cancel-timer-internal,
15937 and pass the cell it returns to timer-activate...
15938
15939 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15940 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15941 (jit-lock-after-change): Test memory-full.
15942
15943 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15944
15945 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15946 part of the decoded armor to find the key-identifier.
15947 (pgg-gpg-lookup-key-owner): New function to return the
15948 human-readable identifier of a key owner.
15949 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15950 key itself.
15951 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15952 the key value) if we have a key and can match it against a secret
15953 key. Also, added a note pointing out fact that the prompt only
15954 indicates the first matching key.
15955
15956 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15957 pgg-decrypt-region.
15958 (pgg-pending-timers): A new hash for tracking the passphrase cache
15959 timers, so that new ones supercede old ones.
15960 (pgg-add-passphrase-to-cache): Rename from
15961 `pgg-add-passphrase-cache' to reduce confusion (all callers
15962 changed). Modified to cancel old timers when new ones are added.
15963 (pgg-remove-passphrase-from-cache): Rename from
15964 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15965 changed). Modified to cancel old timers when their keys are
15966 removed from the cache.
15967 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15968 XEmacs, an indirection to delete-itimer.
15969 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15970 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15971 users can only check cache without risk of prompting. Correct bug in
15972 notruncate behavior.
15973 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15974 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15975 Add informative docstrings.
15976 (pgg-decrypt): Convey provided passphrase in subordinate call to
15977 pgg-decrypt-region.
15978
15979 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15980 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15981 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15982 `passphrase' argument, so the passphrase can be managed externally
15983 and then passed in to the system.
15984
15985 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15986 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15987 so the passphrase cache can be used reliably with identifiers
15988 besides a pgp packet's key id.
15989
15990 * pgg-gpg.el (pgg-pgp-encrypt-region)
15991 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15992 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15993 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15994 argument to all these routines, so the passphrase can be managed
15995 externally and passed in to the system.
15996
15997 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15998 `notruncate' argument, so the passphrase cache can be used
15999 reliably with identifiers besides a pgp packet's key id.
16000
16001 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16002
16003 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16004 symmetric encryption.
16005 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16006 encrypted session key.
16007 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16008 message ask for the passphrase in a proper way.
16009
16010 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16011 New user commands for symmetric encryption.
16012
16013 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
16014
16015 * textmodes/conf-mode.el (conf-assignment-sign)
16016 (conf-assignment-regexp): Fix docstrings.
16017 (conf-mode-initialize): New function.
16018 (conf-mode): Remove optional args. Use delay-mode-hooks to
16019 recognize recursive calls.
16020 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16021 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16022 (conf-xdefaults-mode): Use define-derived-mode and
16023 conf-mode-initialize.
16024
16025 2005-10-29 Romain Francoise <romain@orebokech.com>
16026
16027 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16028
16029 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16030
16031 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16032 part of the decoded armor to find the key-identifier.
16033 (pgg-gpg-lookup-key-owner): New function to return the
16034 human-readable identifier of a key owner.
16035 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16036 key itself.
16037 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16038 the key value) if we have a key and can match it against a secret
16039 key. Also, added a note pointing out fact that the prompt only
16040 indicates the first matching key.
16041
16042 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16043 pgg-decrypt-region.
16044 (pgg-pending-timers): A new hash for tracking the passphrase cache
16045 timers, so that new ones supercede old ones.
16046 (pgg-add-passphrase-to-cache): Rename from
16047 `pgg-add-passphrase-cache' to reduce confusion (all callers
16048 changed). Modified to cancel old timers when new ones are added.
16049 (pgg-remove-passphrase-from-cache): Rename from
16050 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16051 changed). Modified to cancel old timers when their keys are
16052 removed from the cache.
16053 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16054 XEmacs, an indirection to delete-itimer.
16055 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16056 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16057 users can only check cache without risk of prompting. Correct bug in
16058 notruncate behavior.
16059 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16060 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16061 Add informative docstrings.
16062 (pgg-decrypt): Convey provided passphrase in subordinate call to
16063 pgg-decrypt-region.
16064
16065 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16066
16067 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16068 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16069 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16070 `passphrase' argument, so the passphrase can be managed externally
16071 and then passed in to the system.
16072
16073 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16074 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16075 so the passphrase cache can be used reliably with identifiers
16076 besides a pgp packet's key id.
16077
16078 * pgg-gpg.el (pgg-pgp-encrypt-region)
16079 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16080 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16081 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16082 argument to all these routines, so the passphrase can be managed
16083 externally and passed in to the system.
16084
16085 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16086 `notruncate' argument, so the passphrase cache can be used
16087 reliably with identifiers besides a pgp packet's key id.
16088
16089 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16090
16091 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16092 symmetric encryption.
16093 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16094 encrypted session key.
16095 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16096 message ask for the passphrase in a proper way.
16097
16098 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16099 New user commands for symmetric encryption.
16100
16101 2005-10-28 Bill Wohler <wohler@newt.com>
16102
16103 * help-mode.el (help-url): New button type. Calls browse-url.
16104 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16105 Similar to Info nodes: URL `url'.
16106 (help-make-xrefs): Create help-url buttons for
16107 help-xref-url-regexp matches.
16108
16109 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16110
16111 * tool-bar.el (tool-bar-add-item-from-menu)
16112 (tool-bar-local-item-from-menu): Fix doc strings.
16113
16114 2005-10-28 Romain Francoise <romain@orebokech.com>
16115
16116 * ldefs-boot.el: Update.
16117
16118 * subr.el (locate-library): Move from help-fns.el.
16119 * help-fns.el (locate-library): Move to subr.el.
16120
16121 2005-10-28 Richard M. Stallman <rms@gnu.org>
16122
16123 * net/tramp.el (tramp-completion-mode): defvar moved up.
16124
16125 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16126
16127 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16128
16129 * files.el (find-file-noselect): Use %d to format large file size.
16130
16131 * bindings.el (mode-line-format): Add %e.
16132
16133 * loadup.el ("facemenu"): Load unconditionally.
16134 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16135 ("x-dnd"): Load, when appropriate.
16136
16137 * startup.el (command-line): Call before-init-hook earlier.
16138 Warn about some bad characters in -u user name.
16139
16140 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16141 (flyspell-external-point-words): Error if misspelled word is not found.
16142 Set flyspell-large-region-beg at end of word.
16143
16144 2005-10-28 Andreas Schwab <schwab@suse.de>
16145
16146 * view.el (View-revert-buffer-scroll-page-forward):
16147 Use view-page-size-default.
16148
16149 2005-10-28 Juri Linkov <juri@jurta.org>
16150
16151 * international/quail.el (quail-get-current-str): Translate last
16152 raw character for deterministic input methods.
16153
16154 2005-10-27 Jay Belanger <belanger@truman.edu>
16155
16156 * calc/calc-ext.el: Add functions to autoloads.
16157 (math-identity-matrix-p, math-ident-row-p): New functions.
16158
16159 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16160 multiplication by an identity matrix; don't turn multiplication by
16161 an inverse matrix into division.
16162 (math-div-symbol-fancy): Replace division by matrices with
16163 multiplication by inverse.
16164
16165 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16166
16167 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16168 (calc-writeoutpower): New functions.
16169
16170 2005-10-27 Romain Francoise <romain@orebokech.com>
16171
16172 * replace.el (occur-engine): Include colon in mouse-face highlight.
16173
16174 * dired-x.el: Change Maintainer field.
16175
16176 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16177
16178 * longlines.el (longlines-mode): Bind after-change-functions to
16179 nil during initial decoding and final encoding.
16180
16181 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16182
16183 * term.el (term-emulate-terminal, term-handle-colors-array)
16184 (term-handle-ansi-escape): Specify the terminfo capabilities
16185 implemented.
16186
16187 2005-10-26 Richard M. Stallman <rms@gnu.org>
16188
16189 * info.el (Info-fontify-node): Fix detection of sentence-break
16190 before *Note.
16191
16192 2005-10-26 Romain Francoise <romain@orebokech.com>
16193
16194 * smerge-mode.el: Add `tools' to file keywords.
16195
16196 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16197
16198 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16199 when the fringe is not available.
16200
16201 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16202 (def-gdb-auto-update-trigger): Simplify construction.
16203 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16204 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16205 defined explicitly.
16206 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16207 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16208 defined explicitly.
16209 (gdb-info-locals-custom): Remove as it's a no-op.
16210
16211 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16212
16213 * longlines.el (longlines-mode): Remove narrowing before
16214 performing the initial decoding or final encoding.
16215
16216 2005-10-25 Romain Francoise <romain@orebokech.com>
16217
16218 * emacs-lisp/find-func.el (find-library-name): Also strip
16219 extension if library name ends in .el, to take advantage of
16220 `find-library-suffixes'.
16221
16222 2005-10-25 Richard M. Stallman <rms@gnu.org>
16223
16224 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16225
16226 2005-10-25 Juri Linkov <juri@jurta.org>
16227
16228 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16229 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16230
16231 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16234 (blackbox-redefine-key): Add argument `map'.
16235
16236 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16237 regions when moving the jit-lock-context-unfontify-pos boundary.
16238
16239 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16240
16241 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16242
16243 2005-10-25 Masatake YAMATO <jet@gyve.org>
16244
16245 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16246
16247 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16248
16249 * play/blackbox.el (blackbox-redefine-key): New function.
16250 (blackbox-mode-map): Use it to remap existing bindings for cursor
16251 motion instead of binding literal keys.
16252
16253 2005-10-25 Glenn Morris <rgm@gnu.org>
16254
16255 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16256 diary does not end in a newline. Do not assume a blank line at
16257 the start of the diary file.
16258
16259 2005-10-25 Kenichi Handa <handa@m17n.org>
16260
16261 * international/quail.el (quail-translate-key): If the input
16262 method is deterministic and failed to handle the last key, restart
16263 the key handling loop from an appropriate key.
16264
16265 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16266
16267 * vc.el (vc-dired-mode): Extend comment for binding of
16268 `directory-listing-before-filename-regexp'.
16269
16270 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * textmodes/texinfo.el (texinfo-mode):
16273 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16274 not to unnecessarily expose emacs-mule's internal char codes.
16275
16276 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16277
16278 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16279 Display hand pointer and help-echo on disabled icon too.
16280 (gdb-mouse-until): New function.
16281 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16282
16283 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16284
16285 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16286 with 2005-10-23 change to doctor.el.
16287
16288 * finder.el (finder-mode-map): Add follow-link binding.
16289
16290 2005-10-25 Kim F. Storm <storm@cua.dk>
16291
16292 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16293 to gdb-mouse-toggle-breakpoint-fringe.
16294 (gdb-mouse-toggle-breakpoint-margin): Rename from
16295 gdb-mouse-toggle-breakpoint. Fix doc.
16296 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16297 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16298 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16299 string properties also for fringe breakpoint bitmaps.
16300
16301 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16302
16303 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16304
16305 2005-10-25 Masatake YAMATO <jet@gyve.org>
16306
16307 * simple.el (completion-common-substring):
16308 Use `completion-common-substring' prior to `completion-base-size'.
16309
16310 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16311
16312 * savehist.el: Require CL while compiling.
16313 (savehist-history-variables): Remove.
16314 (savehist-save-minibuffer-history, savehist-additional-variables)
16315 (savehist-minibuffer-history-variables): New vars.
16316 (savehist-save): Use them.
16317 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16318 (savehist-install): New fun, extracted from savehist-load.
16319 (savehist-load): Use them.
16320
16321 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16324 a dummy doc-string-elt property.
16325 (defalias, defvaralias, define-category): Add a docstring property.
16326
16327 * image.el (defimage):
16328 * widget.el (define-widget):
16329 * custom.el (defface, defcustom): Add `doc-string' declaration.
16330
16331 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16332 (defadvice): Add `doc-string' declaration.
16333
16334 * emacs-lisp/byte-run.el (macro-declaration-function):
16335 Handle `doc-string' declarations.
16336 (define-obsolete-function-alias, define-obsolete-variable-alias):
16337 Add `doc-string' declaration.
16338
16339 2005-10-24 Kenichi Handa <handa@m17n.org>
16340
16341 * international/utf-7.el (utf-7): Add autoload cookie.
16342
16343 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16344
16345 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16346
16347 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16348 list of directories passed to batch-update-autoloads. Add "." to
16349 the list of the echoed directories.
16350
16351 * pgg-def.el:
16352 * pgg-gpg.el:
16353 * pgg-parse.el:
16354 * pgg-pgp.el:
16355 * pgg-pgp5.el:
16356 * pgg.el: Moved here from the gnus subdirectory.
16357
16358 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16359
16360 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16361 in case comint-prompt-read-only is set to t.
16362
16363 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16364 in case comint-prompt-read-only is set to t.
16365
16366 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16367
16368 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16369 Now a string.
16370 (icalendar-import-format): Handle CLASS, STATUS, URL.
16371 Rename `subject' to `summary'.
16372 (icalendar-import-format-summary): Rename from
16373 `icalendar-import-format-subject'.
16374 (icalendar-import-format-url, icalendar-import-format-status)
16375 (icalendar-import-format-class): New variables.
16376 (icalendar--rris): Take variable argument list.
16377 (icalendar--datestring-to-isodate): Remove unnecessary
16378 calendar-style check when converting dates with explicit month names.
16379 (icalendar-export-region): Change return type of conversion
16380 subroutines. Bury current buffer unless error occurred.
16381 (icalendar--convert-to-ical)
16382 (icalendar--parse-summary-and-rest): New functions.
16383 (icalendar--convert-ordinary-to-ical)
16384 (icalendar--convert-weekly-to-ical)
16385 (icalendar--convert-yearly-to-ical)
16386 (icalendar--convert-block-to-ical)
16387 (icalendar--convert-cyclic-to-ical)
16388 (icalendar--convert-anniversary-to-ical): Change return type.
16389 Strip trailing blanks from subject.
16390 (icalendar--convert-sexp-to-ical): Change return type.
16391 Strip trailing blanks from subject. Handle simple sexp
16392 entries as generated by icalendar.el.
16393 (icalendar--convert-float-to-ical)
16394 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
16395 (icalendar-import-file): Doc fix.
16396 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
16397 Correct call to icalendar--rris.
16398 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
16399 `summary'.
16400 (icalendar--add-diary-entry): Rename `subject' to `summary'.
16401
16402 2005-10-24 Romain Francoise <romain@orebokech.com>
16403
16404 * server.el (server-sentinel): Set query-on-exit flag to nil on
16405 new client processes (it isn't inherited from the server process).
16406
16407 * replace.el (occur-engine): Rearrange text properties.
16408
16409 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
16412 case-fold-search is nil.
16413 (debug-help-follow): Use help-xref-interned directly.
16414
16415 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16416
16417 * thumbs.el (thumbs-image-type): Add .pbm.
16418
16419 2005-10-23 Richard M. Stallman <rms@gnu.org>
16420
16421 * faces.el (inhibit-face-set-after-frame-default): New variable.
16422 (set-face-attribute): Bind it.
16423 (face-set-after-frame-default): Test it.
16424
16425 * help-fns.el (describe-simplify-lib-file-name): New function.
16426 (describe-function-1, describe-variable): Use it.
16427
16428 * faces.el (describe-face): Use describe-simplify-lib-file-name.
16429
16430 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
16431 Eliminate nil as possible value.
16432 (tooltip-hide-delay): Reduce internal-border-width.
16433
16434 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
16435 (menu-bar-file-menu) <new-file>: Likewise.
16436
16437 * simple.el (line-move-finish): Ignore fields computing LINE-END.
16438
16439 * international/mule.el (load-with-code-conversion):
16440 Pass full file name to `eval-buffer' unless preloading.
16441
16442 * textmodes/flyspell.el (flyspell-large-region):
16443 Call ispell-check-version.
16444
16445 * textmodes/ispell.el (ispell-local-dictionary-overridden):
16446 Fix the make-variable-buffer-local call that was supposed
16447 to be for this variable.
16448 (ispell-aspell-supports-utf8): Doc fix.
16449 (ispell-find-aspell-dictionaries): Preserve elements of
16450 ispell-dictionary-alist for dictionaries that aspell doesn't report.
16451 (ispell-aspell-find-dictionary): Return nil on error.
16452
16453 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
16454 (doctor-symptoms): Likewise.
16455
16456 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
16457
16458 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16459
16460 * cus-edit.el (custom-button, custom-button-pressed): New vars.
16461 (custom-raised-buttons): Add :set spec.
16462 (custom-button-unraised, custom-button-pressed-unraised):
16463 New faces, so that custom-raised-buttons actually does something.
16464 (custom-mode): Use custom-button and custom-button-pressed.
16465
16466 * wid-edit.el (widget-specify-button): Don't ignore
16467 widget-mouse-face on graphic terminals.
16468 (widget-move-and-invoke): Cleanup.
16469
16470 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
16471
16472 * whitespace.el (whitespace-cleanup): Doc fix.
16473
16474 2005-10-23 Romain Francoise <romain@orebokech.com>
16475
16476 * emulation/viper.el (viper-set-hooks): Quote forms passed to
16477 `eval-after-load' to avoid evaluating their result.
16478
16479 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
16480
16481 * files.el (directory-listing-before-filename-regexp):
16482 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
16483
16484 * dired.el (dired-move-to-filename-regexp): Remove.
16485 All occurences replaced by `directory-listing-before-filename-regexp'.
16486
16487 * dired-x.el, locate.el, vc.el:
16488 Replace `dired-move-to-filename-regexp' by
16489 `directory-listing-before-filename-regexp'. In vc.el it is
16490 overwritten locally; maybe this can be handled in files.el too.
16491
16492 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
16493 replaced by `directory-listing-before-filename-regexp'.
16494
16495 2005-10-23 Andreas Schwab <schwab@suse.de>
16496
16497 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
16498 and eval-next-after-load.
16499
16500 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
16501
16502 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
16503 exist, create it.
16504
16505 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
16506
16507 * allout.el: Remove autoloads for mailcrypt and crypt++.
16508 Require pgg, pgg-gpg during compilation.
16509 (allout-version): Increment version number to 2.1, and use a literal
16510 rather than RCS Id.
16511 (allout-default-encryption-scheme): Remove.
16512 (allout-passphrase-verifier-handling)
16513 (allout-passphrase-verifier-string)
16514 (allout-file-passphrase-verifier-string)
16515 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
16516 (allout-passphrase-hint-handling): Rename and simplify.
16517 (allout-init): Use `find-file-hook' if available, otherwise
16518 `find-file-hooks'.
16519 (allout-mode): Use `write-file-functions' if available, otherwise
16520 `local-write-file-hooks' and, instead of making auto-save-hook
16521 buffer local, make the write-file-hook activity contingent to
16522 allout-mode.
16523 (allout-mode): Use key-binding substitution in the docstring.
16524 (allout-kill-line): Spell-out kill ring data structure mutation
16525 instead of using byte-compiler-complaint-provoking `pop'.
16526 (allout-insert-listified): Use `insert' rather than `insert-string'
16527 (allout-toggle-current-subtree-encryption): Update docstring, adjust
16528 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
16529 (allout-encrypt-string): Totally revamped vis new underlying
16530 encryption facilities.
16531 (allout-mc-activate-passwd): Remove.
16532 (allout-obtain-passphrase): New, more or less replaces
16533 allout-mc-activate-passwd.
16534 (allout-encrypted-key-info): More or less replaces
16535 allout-encrypted-text-type.
16536 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
16537 (my-mark-marker): Use `(featurep 'xemacs)'.
16538
16539 2005-10-23 Lars Hansen <larsh@soem.dk>
16540
16541 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
16542 (byte-compile-file-form-defmumble, byte-compile-defun)
16543 (byte-compile-defmacro): Use it.
16544 (byte-compile-form): Don't call byte-compile-set-symbol-position
16545 when a byte-compile handler is called.
16546
16547 2005-10-22 Romain Francoise <romain@orebokech.com>
16548
16549 * savehist.el (savehist-history-variables): Add `grep-find-history'.
16550
16551 * subr.el (eval-after-load): Convert library name to an absolute
16552 file name using locate-library, since load-history no longer has
16553 library names in it.
16554
16555 2005-10-22 Richard M. Stallman <rms@gnu.org>
16556
16557 * files.el (make-temp-file): Move from subr.el.
16558 * subr.el (make-temp-file): Move to files.el.
16559
16560 * window.el (get-buffer-window-list): Move from subr.el.
16561 * subr.el (get-buffer-window-list): Move to window.el.
16562
16563 * image.el (image-load-path): Use eval-at-startup to initialize.
16564
16565 * subr.el (eval-at-startup): New macro.
16566
16567 * subr.el: Much rearrangement of functions and division
16568 into pages. No code changes.
16569
16570 2005-10-22 Kenichi Handa <handa@m17n.org>
16571
16572 * tar-mode.el (tar-extract): Be sure to call
16573 find-operation-coding-system if set-auto-coding doesn't find a
16574 coding system.
16575
16576 2005-10-22 Kim F. Storm <storm@cua.dk>
16577
16578 * image.el (image-type-header-regexps): Rename from image-type-regexps.
16579 Change users.
16580 (image-type-file-name-regexps): New defconst.
16581 (image-type-from-data): Simplify loop.
16582 (image-type-from-buffer): New defun.
16583 (image-type-from-file-header): Use it instead of image-type-from-data.
16584 Use image-search-load-path instead of only looking in data-directory.
16585 (image-type-from-file-name): New defun.
16586 (image-search-load-path): Change `pathname' to `filename'.
16587 Make PATH arg optional, default to image-load-path.
16588
16589 2005-10-21 Richard M. Stallman <rms@gnu.org>
16590
16591 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
16592
16593 * textmodes/paragraphs.el (sentence-end-base): New variable.
16594 (sentence-end): Use sentence-end-base.
16595
16596 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * font-lock.el (font-lock-default-fontify-region): Check the multiline
16599 property independently from the font-lock-multiline variable.
16600
16601 2005-10-21 Richard M. Stallman <rms@gnu.org>
16602
16603 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16604
16605 * startup.el (command-line): Convert library names
16606 in `load-history' to absolute file names.
16607
16608 * subr.el (symbol-file): Doc fix.
16609
16610 * loadhist.el (file-loadhist-lookup): Call locate-library
16611 instead of find-library-name. Don't try converting
16612 abs file names to library names, since load-history no longer
16613 has library names in it.
16614 (file-dependents, file-provides, file-requires): Doc fixes.
16615
16616 2005-10-21 Juri Linkov <juri@jurta.org>
16617
16618 * progmodes/etags.el (tags-table-mode): New function.
16619 (tags-verify-table): Replace initialize-new-tags-table with
16620 tags-table-mode.
16621
16622 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16623 default value.
16624 (desktop-modes-not-to-save): Add tags-table-mode to the
16625 default value.
16626
16627 * info.el (Info-index-next): Add total number of index
16628 alternatives to the message.
16629
16630 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16631 backward only space (instead of space and period) before looking
16632 at sentence end.
16633
16634 * simple.el (set-variable): Use user-variable-p instead of symbolp.
16635 Add the old variable value as 4th default-value arg of read-string.
16636
16637 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16638
16639 * cus-face.el (custom-declare-face): Make face from X resources
16640 also on Mac.
16641
16642 * disp-table.el (standard-display-g1, standard-display-graphic):
16643 Refuse to use string glyphs also on Mac.
16644 (standard-display-european): Don't set terminal coding system also
16645 on Mac.
16646
16647 * frame.el (display-screens): Use x-display-screens also on Mac.
16648
16649 2005-10-21 Romain Francoise <romain@orebokech.com>
16650
16651 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
16652
16653 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16656 and $? into sexps.
16657
16658 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16659 warning face on open-paren-in-column-0.
16660
16661 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16662 boundary case. Fix typo.
16663 Suggested by Martin Rudalics <rudalics@gmx.at>.
16664
16665 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
16666
16667 * textmodes/org.el (org-combined-agenda-icalendar-file)
16668 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16669 (org-export-icalendar-this-file)
16670 (org-export-icalendar-all-agenda-files)
16671 (org-export-icalendar-combine-agenda-files): New commands.
16672 (org-export-icalendar, org-print-icalendar-entries)
16673 (org-start-icalendar-file, org-finish-icalendar-file)
16674 (org-ical-ts-to-string): New functions.
16675 (org-read-date, org-goto-calendar)
16676 (org-agenda-goto-calendar): Inhibit displaying diary entries by
16677 call to `calendar'.
16678 (orgtbl-setup): Remove the :keys arguments from the menu description.
16679 (org-after-save-iCalendar-file-hook): New variable.
16680
16681 2005-10-21 Kenichi Handa <handa@m17n.org>
16682
16683 * language/vietnamese.el (tcvn-5712): Make it an alias of
16684 vietnamese-tcvn coding-system.
16685
16686 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
16687
16688 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16689 group id is given.
16690
16691 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16692
16693 * progmodes/sh-script.el (sh-escaped-line-re): New var.
16694 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16695 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16696 whose line is either continued or ends with a comment.
16697
16698 2005-10-20 Romain Francoise <romain@orebokech.com>
16699
16700 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16701
16702 * replace.el (occur-engine): Add follow-link property.
16703
16704 * font-core.el (font-lock-mode): Doc fix.
16705
16706 2005-10-20 Richard M. Stallman <rms@gnu.org>
16707
16708 * net/rcirc.el: New file.
16709
16710 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
16711
16712 * term.el (term-term-name): Initialize to "eterm-color".
16713
16714 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
16715
16716 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16717 for encryption functionality.
16718 Move allout customization subgroup from `editing' to `outlines' group.
16719 Fix commentary keywords to legitimate ones.
16720 Update author info (using my current email address, obscurified).
16721 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16722 (allout-encrypted-topic-p, allout-encrypted-text-type)
16723 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16724 (allout-situate-encryption-key-verifier)
16725 (allout-get-encryption-key-verifier, allout-verify-key)
16726 (allout-next-topic-pending-encryption)
16727 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16728 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16729 (outline-key-verifier-handling, outline-key-hint-handling)
16730 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16731 (allout-file-key-verifier-string, allout-encryption-scheme)
16732 (allout-key-verifier-string, allout-key-hint-string)
16733 (allout-after-save-decrypt): New variables.
16734 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16735 (allout-after-saves-handler): New hook functions.
16736 (allout-post-command-business): Do allout-after-save-decrypt.
16737 (allout-enable-file-variable-adjustment): Custom var to enable
16738 mechanism for adding and adjusting settings of Emacs file variables.
16739 (allout-adjust-file-variable, allout-file-vars-section-data):
16740 New functions, implement the mechanism.
16741 (outlineify-sticky): Use the file vars mechanism.
16742 (allout-inhibit-protection, allout-during-write-cue)
16743 (allout-override-protect, allout-before-change-protect): Remove.
16744 (allout-flag-region, allout-open-topic): Adjust read-only text.
16745 (allout-open-line-not-read-only): Add to facilitate read-only
16746 text based protection.
16747 (allout-kill-line): Revise to adjust read-only text, clue the
16748 user about the inhibition.
16749 (allout-unprotected): Use unwind-protect.
16750 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16751 topic deeper than the offspring depth of the previous topic -
16752 avoiding confusing "containment discontinuities".
16753 (allout-reindent-bodies): Fix retention of body relative hanging
16754 indent during promotion of collapsed bodies.
16755 (allout-open-topic): Make it easy to open new topic with same
16756 bullet as current topic - topic creation functions provided with
16757 any universal argument provokes now prompt for bullet, defaulting
16758 to the bullet of the previous topic.
16759 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16760 Plain bullet alternates `.' period and `,' comma only. All other
16761 bullets are relegated to special status (but customizable).
16762 (allout-end-of-entry): Rename from allout-end-of-current-entry
16763 since it actually operates w.r.t. most immediately containing
16764 entry, visible or not.
16765 (allout-hide-current-entry, allout-show-current-entry): Use the
16766 revised version.
16767 (allout-old-expose-topic): Solidify deprecation.
16768 (allout-end-of-subtree): Add so we can span concealed as well
16769 as visible topics.
16770 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16771 (allout-end-of-current-heading): Tweak to just respect the first line.
16772 (allout-get-body-text): Add.
16773 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16774 when invoked interactively.
16775 (allout-up-current-level): Use `interactive-p'.
16776 (allout-mode, allout-init): Miscellaneous docstring and
16777 operational refinements, as well as hookups of new encryption stuff.
16778 (allout-beginning-of-current-entry): Now works as advertised.
16779 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16780 (allout-isearch-rectification): Refine condition for isearching.
16781 (allout-isearch-abort, allout-enwrap-isearch)
16782 (allout-flag-region, my-region-active-p): Relocate some macros.
16783 (allout-title): Fallback title is (buffer-name), not
16784 non-existing (current-buffer-name).
16785 (subst-char-in-string): Define if absent (for some XEmacs versions).
16786
16787 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16788
16789 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16790 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16791 (mail-citation-prefix-regexp, mail-signature-file)
16792 (mail-default-headers, mail-bury-selects-summary)
16793 (mail-send-nonascii): Add autoload cookies.
16794
16795 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16796
16797 * frame.el (blink-cursor-mode): Add `mac' to the list of
16798 window-system's that support blinking cursor.
16799
16800 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16801
16802 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16803
16804 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16805
16806 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16807 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16808 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16809
16810 2005-10-20 Kim F. Storm <storm@cua.dk>
16811
16812 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16813 (ido-set-current-directory): Don't add / after final @.
16814 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16815 Explicitly handle ange-ftp completion oddities.
16816 (ido-make-file-list): Don't rotate list at tramp root to avoid
16817 triggering tramp file handler for expand-file-name via get-file-buffer.
16818
16819 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16822
16823 2005-10-19 Jay Belanger <belanger@truman.edu>
16824
16825 * calc/calc-units.el (math-standard-units): Add units, adjust
16826 symbols and update values.
16827 (math-unit-prefixes): Add more prefixes.
16828
16829 2005-10-19 Romain Francoise <romain@orebokech.com>
16830
16831 * bookmark.el (bookmark-menu-heading): New face.
16832 (bookmark-bmenu-list): Use it.
16833 Don't fiddle with `baud-rate' at top-level.
16834
16835 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16836
16837 * image.el (create-image, find-image): Mention max-image-size in
16838 docstring.
16839
16840 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * savehist.el (savehist-load): Revert to checking XEmacs.
16843
16844 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16845 Various docstring and line-width fixups.
16846 (conf-mode): Use cond.
16847 Set font-lock-defaults. Don't set comment-use-syntax.
16848
16849 2005-10-18 David Ponce <david@dponce.com>
16850
16851 * tree-widget.el (tree-widget-button-click): New function.
16852 (tree-widget-button-keymap): Use it.
16853
16854 2005-10-18 Romain Francoise <romain@orebokech.com>
16855
16856 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16857 (bookmark-bmenu-hide-filenames): Add follow-link property.
16858 Improve help-echo text.
16859
16860 * ffap.el (find-file-at-point): Doc fix.
16861
16862 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16863
16864 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16865
16866 2005-10-18 Masatake YAMATO <jet@gyve.org>
16867
16868 Install to the CVS repository what I forgot to install in my
16869 2005-10-16 changes.
16870
16871 * progmodes/python.el (python-complete-symbol): Pass the common
16872 prefix substring of completion to `display-completion-list'.
16873
16874 * textmodes/org.el (org-complete): Ditto.
16875
16876 2005-10-18 Masatake YAMATO <jet@gyve.org>
16877
16878 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16879
16880 * woman.el (WoMan-xref-man-page): New button type derived
16881 from `Man-abstract-xref-man-page'.
16882 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16883
16884 * man.el (Man-abstract-xref-man-page): New button type.
16885 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16886 (Man-highlight-references): Add new optional argument `xref-man-type'.
16887
16888 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16889
16890 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16891
16892 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16893
16894 * cus-edit.el (Custom-move-and-invoke): Delete.
16895 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16896
16897 * wid-edit.el (widget-move-and-invoke): New function, from
16898 Custom-move-and-invoke.
16899
16900 2005-10-17 Bill Wohler <wohler@newt.com>
16901
16902 Move all remaining images from lisp/toolbar to etc/images, move
16903 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16904 the low resolution images in their own directory (low-color).
16905
16906 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16907 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16908 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16909 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16910 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16911 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16912 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16913
16914 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16915 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16916 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16917 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16918 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16919 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16920 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16921 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16922 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16923 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16924 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16925 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16926 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16927 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16928 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16929
16930 To conform with convention, replace the underscore (_) in the
16931 following image names with dash (-) or (/) as appropriate.
16932
16933 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16934 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16935 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16936 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16937 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16938 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16939 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16940 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16941 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16942 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16943 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16944 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16945 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16946 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16947 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16948
16949 * info.el (info-tool-bar-map): Replace underscores in image names
16950 with dashes.
16951
16952 * makefile.w32-in (WINS): Remove toolbar.
16953
16954 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16955
16956 * tool-bar.el: Move to lisp from toolbar. Now that
16957 toolbar is empty, it should be deleted when folks run "cvs up -P".
16958
16959 2005-10-18 Jay Belanger <belanger@truman.edu>
16960
16961 * calc/calc-store.el (calc-store-into): Get the proper variable name
16962 to display in message.
16963
16964 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16965
16966 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16967 expressions display in speedbar for all buffers when debugging.
16968 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16969
16970 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16971 (speedbar-insert-button, speedbar-make-button):
16972 Use add-text-properties.
16973 (speedbar-update-localized-contents)
16974 (speedbar-update-directory-contents)
16975 (speedbar-update-special-contents): Use dolist.
16976 (speedbar-buffer-easymenu-definition): Add a menu separator.
16977
16978 2005-10-17 Jason Rumney <jasonr@gnu.org>
16979
16980 * makefile.w32-in: Use $(lisp) consistently.
16981 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16982 for shell specific generation of mh-autoloads.
16983
16984 2005-10-17 Richard M. Stallman <rms@gnu.org>
16985
16986 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16987
16988 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * jit-lock.el (jit-lock-fontify-now):
16991 Move jit-lock-context-unfontify-pos to avoid wasted work.
16992
16993 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
16994
16995 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16996 `tramp-completion-mode' for checking if we are in completion mode.
16997 (tramp-completion-handle-file-name-all-completions): Reorder code
16998 in order to complete for file names only in case there are no
16999 method/user/host completions. This is necessary for cooperation
17000 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17001
17002 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17003
17004 * longlines.el (longlines-search-forward)
17005 (longlines-search-backward): Match any number of spaces.
17006
17007 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17008
17009 * diff-mode.el (diff-mode): Doc fix.
17010
17011 2005-10-16 David Reitter <david.reitter@gmail.com>
17012
17013 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17014 as default on darwin and windows systems.
17015
17016 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
17017
17018 * arc-mode.el (archive-zip-extract): Doc fix.
17019
17020 2005-10-16 Romain Francoise <romain@orebokech.com>
17021
17022 * mouse.el (mouse-1-click-follows-link): Doc fix.
17023
17024 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * savehist.el: Don't require CL at runtime.
17027 (savehist-xemacs): Remove.
17028 (savehist-coding-system): Use utf-8 if present, regardless of religion.
17029 (savehist-no-conversion): Use (featurep 'xemacs).
17030 (savehist-load): Check existence of start-itimer rather than XEmacs.
17031 Use an idle timer.
17032 (savehist-process-for-saving): Replace use of CL funs `subseq' and
17033 `delete-if-not'.
17034
17035 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17036
17037 * savehist.el: Newer version.
17038 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17039 (savehist-last-checksum, savehist-no-conversion): New vars.
17040 (savehist-autosave, savehist-process-for-saving, savehist-printable):
17041 New functions.
17042 (savehist-load, savehist-save): Use them.
17043 (savehist-delimit): Remove.
17044
17045 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * progmodes/compile.el (compilation-goto-locus): Display the
17048 compilation buffer first and the source buffer second, in case they're
17049 in overlapping frames. Don't raise the compilation frame if it was the
17050 selected window upon entry. Pass the `other-window' arg to
17051 pop-to-buffer.
17052
17053 * info.el (Info-fontify-node): Use dolist.
17054 Change add-text-properties to put-text-property.
17055
17056 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17057
17058 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17059 bound of search.
17060
17061 2005-10-16 Masatake YAMATO <jet@gyve.org>
17062
17063 * dabbrev.el (dabbrev-completion): Pass the common
17064 prefix substring of completion to `display-completion-list'.
17065
17066 * filecache.el (file-cache-minibuffer-complete)
17067 (file-cache-complete): Ditto.
17068
17069 * tempo.el (tempo-display-completions): Ditto.
17070
17071 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17072
17073 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17074
17075 * eshell/em-hist.el (eshell-list-history): Ditto.
17076
17077 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17078
17079 * mail/mailalias.el (mail-complete): Ditto.
17080
17081 * progmodes/etags.el (complete-tag): Ditto.
17082
17083 * progmodes/make-mode.el (makefile-complete): Ditto.
17084
17085 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17086
17087 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17088
17089 * progmodes/pascal.el (pascal-complete-word)
17090 (pascal-show-completions): Ditto.
17091
17092 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17093
17094 * simple.el (completion-common-substring): New variable.
17095 (completion-setup-function): Use `completion-common-substring'
17096 to put faces.
17097
17098 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17099
17100 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17101 (x-get-selection, mac-select-convert-to-string): Convert from/to
17102 UTF-16 clipboard data as in native byte order, no BOM.
17103
17104 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17105
17106 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17107 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17108 (gud-sentinel): Use speedbar-frame to check for speedbar.
17109
17110 2005-10-15 Richard M. Stallman <rms@gnu.org>
17111
17112 * savehist.el: New file.
17113
17114 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17115
17116 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17117 Fix bug in \bf fontification.
17118
17119 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * pcvs.el (cvs-edit-log-files): New var.
17122 (cvs-mode-edit-log): New arg `file'.
17123 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17124 Instead force the use of the original file and nothing else.
17125 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17126 the cvs-minor-wrap-function is set.
17127 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17128
17129 2005-10-14 Bill Wohler <wohler@newt.com>
17130
17131 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17132 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17133 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17134 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17135 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17136 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17137 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17138 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17139 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17140 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17141 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17142 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17143 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17144 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17145 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17146
17147 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17148 appropriately (for example, gud-break to gud/break).
17149
17150 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17151
17152 * longlines.el (longlinges-search-function)
17153 (longlines-search-forward, longlines-search-backward): New functions.
17154 (longlines-mode): Set isearch-search-fun-function to
17155 longlinges-search-function.
17156
17157 * mouse.el (mouse-drag-region-1): Handle the case where a
17158 double-click event is bound to an arbitrary function.
17159
17160 2005-10-14 David Ponce <david@dponce.com>
17161
17162 * recentf.el (recentf-track-opened-file)
17163 (recentf-track-closed-file, recentf-update-menu)
17164 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17165 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17166 mouse-1-click-follows-link.
17167
17168 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17169
17170 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17171 Gnome file-manager.png. Suggested by
17172 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17173
17174 * toolbar/README: Add diropen.xpm.
17175
17176 2005-10-13 Bill Wohler <wohler@newt.com>
17177
17178 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17179 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17180
17181 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17184 Don't waste the byte-compiler's time on constant data.
17185
17186 2005-10-13 Kenichi Handa <handa@m17n.org>
17187
17188 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17189 byte with `escape-glyph' face.
17190
17191 * international/fontset.el (ccl-encode-unicode-font):
17192 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17193 Handle the case that ucs-mule-to-mule-unicode translates a character to
17194 ASCII (usually for IPA characters).
17195
17196 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17199 Don't hide the underline of titles if font-lock-mode is disabled.
17200
17201 2005-10-12 Bill Wohler <wohler@newt.com>
17202
17203 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17204 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17205 files in MH-E-SRC have been updated.
17206 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17207
17208 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17211 (mixal-mode-syntax-table): Add \n as end-comment.
17212 (mixal-operation-codes-alist): Immediately initialize to full value.
17213 (mixal-add-operation-code): Remove.
17214 (mixal-describe-operation-code): Make the arg non-optional.
17215 Use the interactive spec instead.
17216 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17217 (mixal-font-lock-keywords): Don't highlight comments here any more.
17218 (mixal-font-lock-syntactic-keywords): New var.
17219 (mixal-mode): Use it. Fix comment-start-skip.
17220
17221 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17222
17223 * startup.el (command-line-x-option-alist): -nb => -nbi
17224
17225 2005-10-12 Kim F. Storm <storm@cua.dk>
17226
17227 * startup.el (fancy-splash-default-action): Discard mouse click in
17228 the splash screen window, as it has no sensible meaning in the
17229 next window to be selected. Fixes error reported by Jan D.
17230
17231 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17232
17233 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17234
17235 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17238 Try to fix up minor layout issues like indentation, line break, etc...
17239 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17240 because it doesn't work.
17241 (mixal-operation-codes): Add some more codes.
17242 (mixal-font-lock-keywords): Process comments here.
17243 (mixal-mode): mixasm no longer needs -g option.
17244
17245 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17246
17247 * progmodes/sh-script.el (sh-tmp-file):
17248 Use mktemp -t. Finish support for es and rc shells.
17249
17250 2005-10-11 Jay Belanger <belanger@truman.edu>
17251
17252 * calc/calcalg2.el (calc-integral): With an argument, compute the
17253 definite integral.
17254
17255 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17256
17257 * mouse.el (mouse-drag-region-1): Don't try to catch a
17258 double-click when doing follow-link (it's overridden anyway).
17259
17260 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17261
17262 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17263 (autoload-print-form-outbuf): Add docstring.
17264
17265 2005-10-11 Juri Linkov <juri@jurta.org>
17266
17267 * info.el (Info-mode-menu): Delete menu item "Edit".
17268 (Info-mode): Delete description of Info-edit from docstring,
17269 and rearrange descriptions of Info commands in the order
17270 they are documented in the Info manual.
17271
17272 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17273
17274 * calendar/appt.el (appt-check): Use diary-selective-display var.
17275
17276 2005-10-10 Richard M. Stallman <rms@gnu.org>
17277
17278 * net/newsticker.el (newsticker-start, newsticker-show-news):
17279 Add autoload cookies.
17280
17281 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17282
17283 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17284
17285 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17286
17287 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17288
17289 2005-10-10 Jay Belanger <belanger@truman.edu>
17290
17291 * calc/calc-arith.el (math-check-known-scalarp)
17292 (math-check-known-matrixp): Check the values of arguments that are
17293 variables.
17294 (math-check-known-square-matrixp): New function.
17295 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17296 (math-super-types): Add sqmatrix type.
17297
17298 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17299 mode name `square' to `sqmatrix'.
17300
17301 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17302 mode name `square' to `sqmatrix'.
17303
17304 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * progmodes/etags.el (select-tags-table-mode): Don't use
17307 selective-display.
17308 (tags-select-tags-table): Pass `button' to the action function.
17309 (select-tags-table): Place the side-info on button properties rather
17310 than in hidden text. Abbreviate file names.
17311 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17312 (select-tags-table-select): Add `button' argument.
17313 Get side-info from the button property rather than from hidden text.
17314
17315 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17316
17317 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17318 (gud-speedbar-buttons): Preserve point if possible.
17319 (gud-sentinel): Restore previous speedbar display type.
17320
17321 * progmodes/gdb-ui.el (gdba): Improve diagram.
17322 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17323 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17324 Call get-buffer-window once.
17325
17326 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17329 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17330 (pascal-indent-command): Remove unused var `ind'.
17331 (pascal-indent-case): Remove unused var `oldpos'.
17332 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17333 since it's now used as a proper minor mode map.
17334 (pascal-outline): Rename to pascal-outline-mode.
17335 (pascal-outline-mode): Use define-minor-mode.
17336 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17337 selective-display.
17338
17339 2005-10-10 Andreas Schwab <schwab@suse.de>
17340
17341 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17342 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17343
17344 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17345 outside source directory.
17346
17347 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17348
17349 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17350 C-x' as a prefix.
17351 (orgtbl-mode-map): Full keymap instead of sparse, because all
17352 `self-insert-command' keys are redefined in this map.
17353 (org-export-as-html): Specify charset for HTML file, by taking it
17354 from the coding system.
17355
17356 2005-10-10 Kenichi Handa <handa@m17n.org>
17357
17358 * textmodes/flyspell.el (flyspell-check-word-p):
17359 If unread-command-events is non-empty, don't call sit-for.
17360
17361 2005-10-09 Richard M. Stallman <rms@gnu.org>
17362
17363 * font-lock.el (font-lock-syntactic-keywords)
17364 (font-lock-keywords): Doc fixes.
17365
17366 * textmodes/flyspell.el (flyspell-external-point-words):
17367 Simplify logic, and don't try to check for consecutive appearances
17368 of one incorrect word.
17369
17370 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17371
17372 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17373 separator.
17374
17375 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17376 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17377 (gud-expansion-speedbar-buttons): New function.
17378 (gud-speedbar-buttons): Check for gud-comint-buffer.
17379
17380 2005-10-09 Bill Wohler <wohler@newt.com>
17381
17382 * Makefile.in (updates): Add mh-loaddefs dependency.
17383
17384 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17385
17386 * speedbar.el (speedbar-file-key-map): Fix typo.
17387
17388 2005-10-09 Daniel Brockman <daniel@brockman.se>
17389
17390 * cus-start.el (line-spacing): Add custom spec.
17391
17392 2005-10-09 Romain Francoise <romain@orebokech.com>
17393
17394 * textmodes/ispell.el (ispell-check-version): Fix last change.
17395
17396 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17397
17398 * term/x-win.el: Remove -i, --icon-type from comment.
17399
17400 * startup.el (command-line-x-option-alist): Remove options -i,
17401 -itype, --icon-type, added -nb, --no-bitmap-icon
17402
17403 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
17404
17405 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
17406 instead of :active.
17407
17408 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
17409
17410 * textmodes/ispell.el (ispell-check-version):
17411 Ignore hyphen, and all that follows, in aspell's version text.
17412
17413 2005-10-08 Jay Belanger <belanger@truman.edu>
17414
17415 * calc/calc-arith.el (math-known-square-matrixp): New function.
17416 (math-pow-fancy): Check for matrices before distributing exponent
17417 across products.
17418
17419 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
17420 fullscreen keypad. Suggested by Luc Teirlinck.
17421 (calc-keypad-show-input): Add space for formatting.
17422
17423 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
17424 Add square matrix option.
17425
17426 * calc/calc-poly.el (math-expand-term): Check for matrices instead
17427 of checking calc-matrix-mode when deciding how to expand.
17428
17429 * calc/calc.el (calc-set-mode-line): Add square matrix option.
17430
17431 2005-10-08 Lars Hansen <larsh@soem.dk>
17432
17433 * net/tramp.el (tramp-perl-directory-files-and-attributes):
17434 Add error handling.
17435 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
17436
17437 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
17438
17439 Sync with Tramp 2.0.51.
17440
17441 * net/tramp.el (tramp-handle-set-visited-file-modtime)
17442 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17443 Insert special handling for `last-coding-system-used', again
17444 it still seems to be necessary (unlike stated before).
17445 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
17446 (tramp-password-prompt-regexp): There might be other words before
17447 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
17448 (tramp-chunksize): Improve docstring.
17449 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
17450 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
17451 Christian Joergensen <bugs@razor.dk>.
17452
17453 2005-10-07 Glenn Morris <rgm@gnu.org>
17454
17455 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
17456 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
17457 precision'.
17458
17459 2005-10-07 Romain Francoise <romain@orebokech.com>
17460
17461 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
17462 (ibuffer-do-shell-command-pipe-replace)
17463 (ibuffer-do-shell-command-file, ibuffer-do-eval)
17464 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
17465 (ibuffer-do-revert, ibuffer-do-replace-regexp)
17466 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
17467 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
17468 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
17469 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
17470 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
17471 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
17472 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
17473 Autoload file sans suffix.
17474
17475 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
17476
17477 2005-10-07 David Ponce <david@dponce.com>
17478
17479 * recentf.el (recentf-menu-open-all-flag): New option.
17480 (recentf-digit-shortcut-command-name): New function.
17481 (recentf--shortcuts-keymap): New variable.
17482 (recentf-menu-shortcuts): New variable.
17483 (recentf-make-menu-items): Initialize it. Replace the "More..."
17484 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
17485 (recentf-menu-value-shortcut): New function.
17486 (recentf-make-menu-item): Use it. No more in-lined.
17487 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
17488 (recentf-open-most-recent-file): Rename from
17489 `recentf-open-file-with-key'. Don't depend on key binding.
17490 (recentf-mode-map): New variable.
17491 (recentf-mode): Use it.
17492
17493 2005-10-06 Bill Wohler <wohler@newt.com>
17494
17495 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
17496
17497 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
17498 (MH-E-SRC): New. Used by mh-autoloads.
17499 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17500 files in MH-E-SRC have been updated.
17501 (compile, recompile, bootstrap): Depend on mh-autoloads.
17502
17503 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
17504
17505 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
17506 gud-break and gud-remove icons when the fringe is not available.
17507
17508 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
17509 Typo.
17510
17511 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17512
17513 * play/zone.el (zone): Wrap body with save-window-excursion.
17514
17515 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
17516
17517 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
17518 Use the new `list-only' arg to diary-list-entries.
17519
17520 * calendar/diary-lib.el: Use overlays rather than selective-display.
17521 (diary-selective-display): New var.
17522 (diary-header-line-format): Use it.
17523 (diary-list-entries): Add argument `list-only'.
17524 Put the buffer in diary-mode. Don't add \^M at beg and end.
17525 Replace \^M by invisible overlays.
17526 (diary-unhide-everything): Replace \^M by invisible overlays.
17527 (print-diary-entries): Look for overlays rather than \^M.
17528 Add a space to the temp buffer name.
17529 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
17530 Put the buffer in diary-mode.
17531 (list-sexp-diary-entries): Replace \^M by invisible overlays.
17532 (diary-anniversary): Make the year arg optional.
17533 (diary-time-regexp): New const.
17534 (diary-font-lock-keywords): Use it to accept a few more time formats.
17535
17536 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
17537
17538 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
17539
17540 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
17541 Fix bug introduced 2005-07-03: Use (car (last ...))
17542 to faithfully reproduce replaced artist-last.
17543 (artist-set-arrow-points-for-poly): Likewise.
17544 Suggested by Johan Bockg\e,Ae\e(Brd.
17545
17546 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
17547
17548 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
17549 * wid-edit.el (widget):
17550 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
17551 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
17552
17553 2005-10-06 Kenichi Handa <handa@m17n.org>
17554
17555 * international/mule-cmds.el (set-language-environment):
17556 Fix setting up of case-table for unibyte mode.
17557
17558 * simple.el (what-cursor-position): If the character is displayed
17559 by some `display' text property, show that. Don't use
17560 single-key-description for eight-bit characters in multibyte mode.
17561
17562 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
17563
17564 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
17565 (gdb-ann3): Set it.
17566 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
17567 (gdb-info-frames-custom): Use inverse-video for first five
17568 characters of selected frame only.
17569 (gdb-get-frame-number): Select frame even when point is on frame
17570 number.
17571
17572 2005-10-06 Masatake YAMATO <jet@gyve.org>
17573
17574 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
17575 Put `font-lock-function-name-face'.
17576 (gdb-info-frames-custom): Put `font-lock-function-name-face'
17577 and `font-lock-variable-name-face'
17578 (gdb-registers-font-lock-keywords): New font lock keywords definition.
17579 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
17580 (gdb-memory-font-lock-keywords): New font lock keywords definition.
17581 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
17582 (gdb-local-font-lock-keywords): New font lock keywords definition.
17583 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
17584 (gdb-threads-font-lock-keywords): New font lock keywords definition.
17585 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
17586
17587 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
17588
17589 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
17590 (ediff-merge-region-is-non-clash-to-skip): Previously called
17591 ediff-merge-region-is-non-clash.
17592
17593 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
17594 Use insert-buffer-substring.
17595
17596 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
17597 selecting files to patch. Also bug fixes.
17598
17599 * ediff-util.el (ediff-setup): Bug fix.
17600 (ediff-next-difference): Never skip clashes that differ in white
17601 space only.
17602
17603 * ediff-wind.el (ediff-setup-control-frame)
17604 (ediff-destroy-control-frame): Check the menubar feature.
17605
17606 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
17607 (viper-refresh-mode-line): Use make-local-variable to localize
17608 some vars instead of make-variable-buffer-local. Suggested by
17609 Stefan Monnier.
17610
17611 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17612 (viper-restore-cursor-type, viper-set-insert-cursor-type):
17613 Use make-local-variable instead of make-variable-buffer-local.
17614 Suggested by Stefan Monnier.
17615
17616 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17617 (viper-comint-mode-hook): Use make-local-variable on
17618 require-final-newline.
17619 (viper-non-hook-settings): Don't use make-variable-buffer-local.
17620
17621 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17622
17623 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17624 also the second char of a comment-start sequence.
17625 (scheme-sexp-comment-syntax-table): New var.
17626 (lambda, define): Set their scheme-doc-string-elt property.
17627 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17628 Use lisp-font-lock-syntactic-face-function now that it properly
17629 handles |...| symbols.
17630 (scheme-mode-variables): Set lisp-doc-string-elt-property,
17631 parse-sexp-lookup-properties and font-lock-extra-managed-props.
17632
17633 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17634 bit from # to |.
17635 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17636
17637 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17638 (lisp-doc-string-elt-property): New var.
17639 (lisp-font-lock-syntactic-face-function): Use it.
17640 Rewrite to recognize docstrings even for forms not at toplevel.
17641
17642 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17643 annotation on the | part of #| rather than on the # part.
17644 (scheme-font-lock-syntactic-face-function): New function, to
17645 distinguish strings from |...| symbols.
17646 (scheme-mode-variables): Use it. Also fix up the font-lock-time
17647 syntax-table so that #|...|# is properly highlighted.
17648
17649 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17650 Don't mark as docstring the 3rd elem of an unknown toplevel form.
17651
17652 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17655 and C-e.
17656
17657 * emacs-lisp/eldoc.el: Move comments into docstrings.
17658 (eldoc-message-commands): Initialize in its declaration.
17659 Add move-beginning-of-line and move-end-of-line.
17660 (eldoc-add-command, eldoc-add-command-completions)
17661 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17662
17663 * outline.el (outline-mark-subtree): Activate the mark.
17664
17665 * calendar/appt.el (appt-time-regexp): New var.
17666 (appt-add, appt-make-list): Use it.
17667 (appt-convert-time): Clean up.
17668
17669 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17670 Don't set any syntax-table property here.
17671 (tex-font-lock-verb): New function. Do it here.
17672 (tex-font-lock-syntactic-keywords): Use it.
17673
17674 2005-10-04 Richard M. Stallman <rms@gnu.org>
17675
17676 * wid-edit.el (widget-file-complete): Get the widget start point
17677 the right way. Default directory to `/' if file has none.
17678
17679 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17680
17681 * textmodes/flyspell.el (flyspell-mode-on):
17682 Call ispell-maybe-find-aspell-dictionaries.
17683
17684 * textmodes/ispell.el (ispell-word, ispell-region):
17685 Call ispell-maybe-find-aspell-dictionaries.
17686 (ispell-accept-buffer-local-defs):
17687 Don't call ispell-maybe-find-aspell-dictionaries
17688
17689 2005-10-04 Richard M. Stallman <rms@gnu.org>
17690
17691 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17692
17693 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
17694
17695 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17696 instead of `fboundp' in order to allow for anonymous functions.
17697
17698 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
17699
17700 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17701 case the user clicks on the link while another window is selected.
17702 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17703
17704 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17705 functionality.
17706 (dframe-help-echo): Save point in case mouse tracking is off.
17707
17708 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
17709
17710 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17711
17712 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17713
17714 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17715 not change the global value of those vars.
17716
17717 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17718 make-local-variable which we do not need any more.
17719
17720 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17721
17722 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17723 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17724 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17725 (speedbar-path-line): Define obsolete aliases.
17726 (speedbar-line-directory): Doc fix.
17727
17728 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17729 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17730 instead of speedbar-line-path.
17731
17732 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17733
17734 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17735 to nil if dropping on a window. Handle dropping on a minibuffer window
17736 like dropping on a non-window part of Emacs.
17737
17738 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * net/ange-ftp.el: Use with-current-buffer.
17741 (ange-ftp-insert-directory): Do not follow symlinks any more.
17742
17743 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17744 Remove interactive spec.
17745
17746 2005-10-03 Kim F. Storm <storm@cua.dk>
17747
17748 * ido.el (ido-mode): Use custom-initialize-set.
17749
17750 2005-10-02 Richard M. Stallman <rms@gnu.org>
17751
17752 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17753 Use insert-buffer-substring.
17754
17755 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17756 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17757
17758 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17759
17760 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17761 in last change.
17762 (ange-ftp-insert-directory): Fix up the search for the case where
17763 `file' is absolute.
17764
17765 2005-10-02 Romain Francoise <romain@orebokech.com>
17766
17767 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17768
17769 2005-10-02 Andreas Schwab <schwab@suse.de>
17770
17771 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17772 directory component in the session info.
17773
17774 2005-10-01 Richard M. Stallman <rms@gnu.org>
17775
17776 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17777
17778 * simple.el (next-error-internal): New function.
17779
17780 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17781 (compilation-start): Pass new arg to compilation-buffer-name.
17782 (compile-goto-error): Use next-error-internal.
17783
17784 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17785
17786 * speedbar.el: Remove RCS tag.
17787 (speedbar-check-read-only): Handle non-existent files.
17788
17789 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17790
17791 * info.el (Info-speedbar-hierarchy-buttons)
17792 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17793
17794 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17795
17796 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17797 Do not match newline.
17798 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17799 (bibtex-summary): Remove unnecessary save-excursion.
17800 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17801
17802 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17803
17804 * term/mac-win.el: Add charset info for "iso10646-1".
17805 Modify default fontset to use ATSUI-compatible fonts for some charsets
17806 if available.
17807
17808 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17809
17810 * speedbar.el: Re-apply arch tag.
17811 (speedbar-version): Rename to version 1.0. Suggested by Eric
17812 M. Ludlam.
17813 Reapply two changes from Emacs CVS' version of speedbar lost
17814 during the merge:
17815 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17816 (speedbar-frame-parameters): Improve customize type.
17817
17818 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17819
17820 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17821 (ange-ftp-file-directory-p): Fix the symlink case.
17822 (ange-ftp-insert-directory): When listing a single file, get a list of
17823 the parent buffer and extract the relevant line. Inspired from a patch
17824 by Katsumi Yamaoka <yamaoka@jpl.org>.
17825 (ange-ftp-file-name-sans-versions): Simplify.
17826
17827 2005-09-30 Bill Wohler <wohler@newt.com>
17828
17829 Move MH-E image files from toolbar and mail directories into
17830 etc/images.
17831
17832 * mail/reply2.*: Move to etc/images/mail/reply*.
17833
17834 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17835 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17836 etc/images.
17837
17838 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17839 * toolbar/reply*: Move to etc/images/mail.
17840
17841 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17842
17843 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17844
17845 * speedbar.el: New version 1.0pre3.
17846
17847 Frame management code (including timer, and mouse click specifics)
17848 moved to dframe.el:
17849 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17850 (speedbar-timer): Removed. Use dframe-timer.
17851 (speedbar-close-frame): Removed. Use dframe-close-frame.
17852 (speedbar-activity-change-focus-flag): Removed. Use
17853 dframe-activity-change-focus-flag.
17854 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17855 dframe-update-speed.
17856
17857 (speedbar-current-frame): New macro. Use this instead of the
17858 variable speedbar-frame.
17859
17860 (speedbar-use-images, speedbar-expand-image-button-alist)
17861 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17862
17863 (speedbar-find-image-on-load-path): Removed. Replaced by
17864 defezimage in ezimage.el.
17865 (speedbar-expand-image-button-alist): Removed. Replaced by
17866 ezimage-expand-image-button-alist in ezimage.el.
17867
17868 (speedbar-ignored-directory-regexp)
17869 (speedbar-add-ignored-directory-regexp)
17870 (speedbar-ignored-directory-expressions)
17871 (speedbar-line-directory, speedbar-buffers-line-directory)
17872 (speedbar-directory-line, speedbar-buffers-line-directory):
17873 Renamed, replacing `path' with `directory'.
17874
17875 (speedbar-create-directory, speedbar-expand-line-descendants)
17876 (speedbar-toggle-line-expansion)
17877 (speedbar-contract-line-descendants): New commands.
17878
17879 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17880 (speedbar-use-tool-tips-flag): New options.
17881
17882 (speedbar-check-read-only, speedbar-require-version)
17883 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17884 (speedbar-handle-delete-frame, speedbar-try-completion)
17885 (speedbar-update-localized-contents): New functions.
17886
17887 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17888 (speedbar-object-read-only-indicator): New variables.
17889
17890 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17891 New hooks.
17892
17893 (speedbar-separator-face): New face.
17894
17895 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17896 (speedbar-ignored-modes): Add fundamental-mode.
17897 (speedbar-directory-unshown-regexp): Add . directories.
17898
17899 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17900 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17901 `]' for full expand/close.
17902 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17903
17904 (speedbar-check-vc): Support hidden files.
17905 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17906 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17907 state is nil, it is not checked out.
17908
17909 (speedbar-line-text, speedbar-line-token): Support expand buttons
17910 with no text.
17911 (speedbar-refresh): Universal argument acts as power-click.
17912 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17913 that buffer to get variable values.
17914
17915 And many other bugfixes.
17916
17917 * dframe.el, ezimage.el, sb-image.el: New files.
17918
17919 * sb-*.xpm: Remove files. New image files installed into
17920 etc/images/ezimage.
17921
17922 2005-09-30 Kenichi Handa <handa@m17n.org>
17923
17924 * ps-mule.el (ps-mule-show-warning): If a character is in
17925 ps-print-translation-table, don't treat it as non-printable.
17926
17927 2005-09-30 David Ponce <david@dponce.com>
17928
17929 * tree-widget.el (tree-widget-themes-load-path): New variable.
17930 (tree-widget-themes-directory): Doc fix.
17931 (tree-widget-image-formats) [Emacs]: Doc fix.
17932 (tree-widget--locate-sub-directory): New function.
17933 (tree-widget-themes-directory): Use it.
17934
17935 * recentf.el (recentf-filename-handlers): Rename from
17936 `recentf-filename-handler'. Allow a list of functions.
17937 (recentf-menu-items-for-commands): Fix :help strings.
17938 (recentf-apply-filename-handlers): New function.
17939 (recentf-expand-file-name): Use it.
17940 (recentf-cleanup): Remove duplicates too.
17941
17942 2005-09-29 Juri Linkov <juri@jurta.org>
17943
17944 * faces.el: Rearrange face definitions to be in the same order as
17945 their face descriptions in "(emacs)Standard Faces".
17946
17947 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17948
17949 * tooltip.el (tooltip): Add group `basic-faces'.
17950
17951 * buff-menu.el (Buffer-menu-buffer): Remove group
17952 `font-lock-highlighting-faces'.
17953
17954 * progmodes/compile.el (compilation-error, compilation-warning)
17955 (compilation-info, compilation-line-number, compilation-column-number):
17956 Change group from `font-lock-highlighting-faces' to `compilation'.
17957
17958 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17959 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17960 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17961 (vhdl-font-lock-reserved-words-face)
17962 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17963 `font-lock-highlighting-faces'.
17964
17965 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17966
17967 2005-09-28 Kim F. Storm <storm@cua.dk>
17968
17969 * emulation/cua-base.el: Set CUA move property on additional commands:
17970 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17971 forward-sexp, backward-sexp, forward-list, backward-list.
17972
17973 2005-09-28 Romain Francoise <romain@orebokech.com>
17974
17975 * comint.el (comint-show-output): Really set point at the
17976 beginning of the output when not using `comint-use-prompt-regexp'.
17977
17978 2005-09-27 Jay Belanger <belanger@truman.edu>
17979
17980 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17981 in TeX mode.
17982
17983 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
17984
17985 * textmodes/org.el (org-table-sum): Fix format string.
17986
17987 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17988 Quote face names.
17989
17990 2005-09-26 Romain Francoise <romain@orebokech.com>
17991
17992 * isearch.el (isearch-forward-regexp): Close doc string.
17993
17994 2005-09-25 Richard M. Stallman <rms@gnu.org>
17995
17996 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17997
17998 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17999
18000 * progmodes/compile.el (compilation-error-properties):
18001 When getting the file from the previous error message,
18002 correctly decode the new data format.
18003
18004 * progmodes/cc-cmds.el (c-electric-paren):
18005 Call old-blink-paren only for close-paren.
18006
18007 2005-09-24 Andreas Schwab <schwab@suse.de>
18008
18009 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18010 condition.
18011
18012 2005-09-25 Romain Francoise <romain@orebokech.com>
18013
18014 * dired-aux.el (dired-copy-file-recursive):
18015 * dired.el (dired-delete-file):
18016 * ediff-mult.el (ediff-dir-diff-copy-file):
18017 * ediff-util.el (ediff-test-save-region):
18018 * forms.el (forms-mode):
18019 * ido.el (ido-file-internal, ido-delete-file-at-head):
18020 * log-edit.el (log-edit-done):
18021 * ses.el (ses-yank-resize):
18022 * play/gomoku.el (gomoku-human-plays, gomoku)
18023 (gomoku-human-resigns, gomoku-prompt-for-other-game)
18024 (gomoku-offer-a-draw):
18025 * play/landmark.el (lm-human-resigns, lm):
18026 * net/eudcb-ldap.el (eudc-ldap-check-base):
18027 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18028 * progmodes/ebrowse.el (ebrowse-find-pattern):
18029 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18030 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18031 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18032
18033 * vc.el (vc-delete-file):
18034 * play/gomoku.el (gomoku-terminate-game, gomoku)
18035 (gomoku-prompt-for-move, gomoku-human-takes-back):
18036 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18037 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18038
18039 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18040
18041 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18042 color rxvt terminals by using the code xterm.el used to use before
18043 2005-04-09 in order to match the colors used by rxvt.
18044
18045 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18046
18047 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18048 colors rxvt-unicode terminals by using the same code as xterm.el.
18049
18050 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18051
18052 * textmodes/tex-mode.el (tex-font-lock-append-prop)
18053 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18054 new symbol used for the tex-verbatim face.
18055
18056 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18057
18058 * woman.el (woman-file-name):
18059 * wid-edit.el (widget-file-prompt-value)
18060 (widget-coding-system-prompt-value):
18061 * w32-fns.el (set-w32-system-coding-system):
18062 * vc.el (vc-version-diff, vc-annotate):
18063 * textmodes/reftex-auc.el (reftex-arg-cite)
18064 (reftex-arg-index-tag):
18065 * textmodes/refer.el (refer-get-bib-files):
18066 * textmodes/artist.el (artist-figlet-choose-font):
18067 * terminal.el (terminal-emulator):
18068 * replace.el (occur-read-primary-args):
18069 * rect.el (string-rectangle, string-insert-rectangle):
18070 * ps-print.el (ps-print-preprint):
18071 * progmodes/pascal.el (pascal-goto-defun):
18072 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18073 * progmodes/compile.el (compilation-find-file):
18074 * printing.el (pr-interactive-n-up):
18075 * play/animate.el (animate-birthday-present):
18076 * net/rcompile.el (remote-compile):
18077 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18078 * mail/rmailsum.el (rmail-summary-search-backward)
18079 (rmail-summary-search):
18080 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18081 (rmail-output-read-file-name):
18082 * mail/rmail.el (rmail-search, rmail-search-backwards):
18083 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18084 * locate.el (locate):
18085 * international/quail.el (quail-show-keyboard-layout):
18086 * international/mule.el (set-buffer-file-coding-system)
18087 (revert-buffer-with-coding-system, set-file-name-coding-system)
18088 (set-terminal-coding-system, set-keyboard-coding-system)
18089 (set-next-selection-coding-system):
18090 * international/mule-diag.el (describe-coding-system)
18091 (describe-font, describe-fontset):
18092 * international/mule-cmds.el (universal-coding-system-argument)
18093 (search-unencodable-char, describe-input-method)
18094 (set-language-environment, describe-language-environment):
18095 * international/codepage.el (codepage-setup):
18096 * international/code-pages.el (codepage-setup):
18097 * info.el (Info-search, Info-follow-reference)
18098 (Info-search-backward):
18099 * emacs-lisp/advice.el (ad-read-advised-function)
18100 (ad-read-advice-class, ad-clear-cache, ad-activate)
18101 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18102 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18103 (ad-read-regexp):
18104 * ediff-util.el (ediff-toggle-regexp-match):
18105 * ediff-ptch.el (ediff-prompt-for-patch-file):
18106 * dired-aux.el (dired-diff):
18107 * diff.el (diff):
18108 * cus-edit.el (custom-variable-prompt):
18109 * calendar/timeclock.el (timeclock-ask-for-project):
18110 * calc/calcalg3.el (calc-get-fit-variables):
18111 * calc/calc-store.el (calc-edit-variable)
18112 (calc-permanent-variable):
18113 * vc-mcvs.el (vc-mcvs-register):
18114 * shadowfile.el (shadow-define-literal-group):
18115 * woman.el (woman-file-name):
18116 * vc.el (vc-version-diff, vc-merge):
18117 * textmodes/reftex-index.el (reftex-index-complete-tag):
18118 * format.el (format-decode-buffer, format-decode-region):
18119 * emulation/viper-cmd.el (viper-read-string-with-history):
18120 * emacs-lisp/debug.el (cancel-debug-on-entry):
18121 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18122 * ediff.el (ediff-merge-revisions)
18123 (ediff-merge-revisions-with-ancestor, ediff-revision):
18124 * completion.el (interactive-completion-string-reader):
18125 * calc/calc-prog.el (calc-user-define-formula):
18126 Follow convention for reading with the minibuffer.
18127
18128 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18129
18130 * progmodes/python.el (python-describe-symbol): Add globals() and
18131 locals() to the arguments of emacs.ehelp.
18132
18133 2005-09-24 Magnus Henoch <mange@freemail.hu>
18134
18135 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18136 New function, code extracted from ispell-valid-dictionary-list.
18137 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18138 Call it.
18139
18140 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18141
18142 * subr.el (version-regexp-alist): Extend valid syntax for version
18143 strings: allow any of the characters -,_,+ to separate the
18144 alpha/beta/rc part from the version part. Doc fix.
18145 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18146
18147 2005-09-23 David Reitter <david.reitter@gmail.com>
18148
18149 * mail/mailclient.el: New file.
18150
18151 2005-09-23 Richard M. Stallman <rms@gnu.org>
18152
18153 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18154 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18155 Doc fixes.
18156
18157 * progmodes/cc-mode.el (c-font-lock-init):
18158 Specify font-lock-lines-before.
18159
18160 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18163 whole conflict.
18164
18165 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18166
18167 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18168 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18169 of `remap' feature when available. Additional key bindings for
18170 better tty support.
18171 (org-mode-restart, org-force-self-insert): New commands.
18172 (org-time-stamp-inactive): New command.
18173 (org-remap): New function.
18174 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18175 (org-enable-fixed-width-editor): Move to `org-structure'
18176 customization group.
18177 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18178 blank field after field motion commands.
18179
18180 2005-09-23 Kenichi Handa <handa@m17n.org>
18181
18182 * international/mule-cmds.el (set-language-environment):
18183 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18184 have to call utf-translate-cjk-load-tables.
18185
18186 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * mouse.el (mouse-move-drag-overlay): Fix last change.
18189
18190 2005-09-22 David Ponce <david@dponce.com>
18191
18192 * tree-widget.el (tree-widget-value-create): Fix previous change.
18193
18194 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18195
18196 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18197
18198 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18199
18200 * mouse.el (mouse-move-drag-overlay): New function.
18201 (mouse-drag-region-1): Use it.
18202 Try to simplify a bit the state handling. Handle clicks on links
18203 inside intangible areas.
18204 (mouse-save-then-kill): Minor simplification.
18205 (mouse-secondary-overlay): Make it always non-nil instead of
18206 recreating it each time.
18207 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18208 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18209 Simplify accordingly.
18210
18211 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18212
18213 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18214
18215 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18216
18217 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18218 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18219 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18220 to patch.
18221
18222 * ediff-util.el: Use insert-buffer-substring.
18223
18224 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18225
18226 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18227 field boundaries in the minibuffer.
18228 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18229 (viper-minibuffer-post-command-hook): New hook.
18230 (viper-line): Don't move cursor at bolp.
18231
18232 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18233
18234 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18235 avoid compiler warnings.
18236
18237 * emulation/viper-macs.el (ex-map): Better messages.
18238
18239 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18240
18241 * emulation/viper.el: Replace make-variable-buffer-local with
18242 viper-make-variable-buffer-local everywhere, to avoid warnings.
18243
18244 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18245
18246 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18247 Delete unused var `old-selected-window'.
18248 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18249 (mouse-drag-secondary): Delete unused var `start-frame'.
18250
18251 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18252
18253 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18254
18255 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18256
18257 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18258 Re-indent within 80 columns. Use inhibit-read-only.
18259
18260 2005-09-19 Romain Francoise <romain@orebokech.com>
18261
18262 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18263
18264 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18267 unconditionally, since the after-change-function already did it.
18268
18269 2005-09-19 Miles Bader <miles@gnu.org>
18270
18271 * net/newsticker.el: Get rid of CVS keyword.
18272
18273 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18274
18275 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18276 The prompt is formatted later.
18277
18278 2005-09-19 David Ponce <david@dponce.com>
18279
18280 * tree-widget.el (tree-widget-value-create): Save the converted
18281 tree :node widget.
18282
18283 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18284
18285 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18286 variable `message'.
18287
18288 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18289
18290 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18291 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18292 <slawomir.nowaczyk.847@student.lu.se>.
18293
18294 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18295
18296 * image.el (image-load-path): Use symbol `data-directory' instead
18297 of its value, for backward compatibility with packages that bind
18298 it during `find-image'. Suggested by Katsumi Yamaoka.
18299 (image-search-load-path): Handle symbols whose values are strings.
18300
18301 2005-09-18 Romain Francoise <romain@orebokech.com>
18302
18303 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18304 with-current-buffer form in save-excursion.
18305
18306 2005-09-18 Deepak Goel <deego@gnufans.org>
18307
18308 * apropos.el (apropos-command): Fix `message' call: first arg
18309 should be a format spec. In this and all other cases that appear
18310 below and elsewhere in the source code, I made a change only when
18311 two conditions were satisfied: [1] I can think of a possibility
18312 that the arguments would cause an error, for example, the code in
18313 question relies on external variables such as filenames. [2] I
18314 was sure that the arg to `message' could not have been nil in the code.
18315
18316 * textmodes/tildify.el (tildify-region): Ditto.
18317
18318 * textmodes/reftex-index.el (reftex-index-change-entry)
18319 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18320 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18321 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18322 (org-priority, org-table-sum):
18323 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18324 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18325 (flyspell-word, flyspell-display-next-corrections):
18326 * textmodes/bibtex.el (bibtex-print-help-message):
18327 * textmodes/artist.el (artist-key-set-point-poly):
18328 * term/mac-win.el (mac-services-insert-text):
18329 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18330 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18331 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18332 (vhdl-compose-configuration):
18333 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18334 (sh-set-indent, sh-learn-line-indent):
18335 * progmodes/ps-mode.el (ps-mode-target-column):
18336 * progmodes/idlwave.el (idlwave-make-tags)
18337 (idlwave-scan-library-catalogs):
18338 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18339 * progmodes/gud.el (gud-jdb-analyze-source):
18340 * progmodes/flymake.el (flymake-log):
18341 * progmodes/ebnf2ps.el (ebnf-generate-region):
18342 * progmodes/cmacexp.el (c-macro-expansion):
18343 * progmodes/ada-xref.el (ada-treat-cmd-string):
18344 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18345 (ada-justified-indent-current, ada-batch-reformat):
18346 * play/zone.el (zone):
18347 * play/landmark.el (lm-move):
18348 * play/decipher.el (decipher-show-alphabet):
18349 * net/newsticker.el (newsticker--display-jump)
18350 (newsticker--display-scroll):
18351 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18352 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18353 * mail/feedmail.el (feedmail-dump-message-to-queue):
18354 * eshell/esh-proc.el (eshell-remove-process-entry):
18355 * emulation/ws-mode.el (ws-last-error):
18356 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18357 (viper-record-kbd-macro):
18358 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18359 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18360 * emacs-lisp/find-func.el (find-function-noselect):
18361 * calendar/timeclock.el (timeclock-status-string)
18362 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18363 (timeclock-when-to-leave-string):
18364 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18365 * calc/calc-units.el (calc-enter-units-table):
18366 * calc/calc-mode.el (calc-mode-record-mode):
18367 * woman.el (woman-mini-help):
18368 * wdired.el (wdired-change-to-wdired-mode):
18369 * vc.el (vc-retrieve-snapshot):
18370 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18371 * startup.el (display-startup-echo-area-message):
18372 * simple.el (set-goal-column):
18373 * ses.el (ses-command-hook, ses-recalculate-cell):
18374 * server.el (server-process-filter):
18375 * printing.el (pr-interface-txt-print, pr-interface-printify)
18376 (pr-interface-ps):
18377 * pcvs.el (cvs-help):
18378 * log-edit.el (log-edit, log-edit-mode-help):
18379 * iswitchb.el (iswitchb-possible-new-buffer):
18380 * isearch.el (isearch-edit-string):
18381 * image-mode.el (image-mode, image-minor-mode):
18382 * ibuf-macs.el (define-ibuffer-filter):
18383 * hi-lock.el (hi-lock-find-patterns):
18384 * files.el (toggle-read-only):
18385 * ediff-util.el (ediff-copy-diff)
18386 (ediff-write-merge-buffer-and-maybe-kill):
18387 * echistory.el (Electric-history-undefined):
18388 * dnd.el (dnd-insert-text):
18389 * dired-aux.el (dired-query):
18390 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
18391 * bookmark.el (bookmark-bmenu-locate):
18392 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
18393 Fix `message' calls to ensure first arg is a format string.
18394 The change was made only when these two conditions were satisfied:
18395 [1] when there is a possibility that the arguments would cause an error
18396 for example, if the code in question relies on external variables
18397 such as filenames, and
18398 [2] if the arg to `message' could not have been nil in the code.
18399
18400 * pcomplete.el (pcomplete--help): Fix `message' format spec.
18401 Not having a %s would be weird, though not technically wrong.
18402
18403 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18404
18405 * term/mac-win.el (mac-add-charset-info): Doc fix.
18406
18407 2005-09-17 Romain Francoise <romain@orebokech.com>
18408
18409 * shell.el (shell-resync-dirs): Handle echoing processes more
18410 reliably. Don't insert resync command if `comint-process-echoes'
18411 is non-nil.
18412
18413 2005-09-17 Magnus Henoch <mange@freemail.hu>
18414
18415 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
18416 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
18417 aspell versions >= 0.60.
18418 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
18419 only if ispell-aspell-supports-utf8 is non-nil.
18420
18421 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18422
18423 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
18424 buffer-local value to lisp-indent-function.
18425
18426 2005-09-17 Milan Zamazal <pdm@zamazal.org>
18427
18428 * progmodes/glasses.el (glasses-make-readable): If
18429 glasses-separator differs from underscore, put appropriate
18430 overlays over underscore characters.
18431 (glasses-convert-to-unreadable): If glasses-separator differs from
18432 underscore, try to convert glasses-separator characters to
18433 underscores.
18434
18435 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18436
18437 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
18438 Use with-syntax-table and dolist.
18439
18440 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
18441
18442 * textmodes/reftex-auc.el:
18443 * textmodes/reftex-cite.el:
18444 * textmodes/reftex-dcr.el:
18445 * textmodes/reftex-global.el:
18446 * textmodes/reftex-parse.el:
18447 * textmodes/reftex-ref.el:
18448 * textmodes/reftex-sel.el:
18449 * textmodes/reftex-toc.el:
18450 * textmodes/reftex-vars.el:
18451 * textmodes/reftex.el: Small changes to remove compiler warnings.
18452
18453 * textmodes/reftex-index.el: Likewise.
18454 (reftex-query-index-phrase): More efficient use of markers.
18455
18456 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18457
18458 * image.el (image-load-path): New variable.
18459 (image-search-load-path): New function.
18460 (find-image): Search for images in `image-load-path'.
18461
18462 2005-09-15 Richard M. Stallman <rms@gnu.org>
18463
18464 * follow.el: Change Maintainer field.
18465
18466 2005-09-15 David Ponce <david@dponce.com>
18467
18468 * recentf.el (recentf-save-file-modes): New option.
18469 (recentf-save-list): Use it.
18470
18471 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
18472
18473 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
18474 (mode-line-mule-info, mode-line-modified): Move bindings from
18475 mouse-3 to mouse-1.
18476
18477 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
18478
18479 * simple.el (sendmail-user-agent-compose): Revert last change.
18480
18481 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
18484 Use with-current-buffer.
18485 (ange-ftp-gwp-start): Remove unused var `gw-user'.
18486 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
18487 (ange-ftp-insert-directory): Remove unused var `short'.
18488 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
18489
18490 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
18491 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
18492
18493 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
18494 (check-calendar-holidays, diary-list-entries): Autoload.
18495 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
18496 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
18497
18498 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
18499 which mistakenly removed a call to display-buffer.
18500
18501 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
18502
18503 * obsolete/iso-insert.el: Move to obsolete/ from international/.
18504
18505 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
18506
18507 * progmodes/hideshow.el
18508 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
18509 (hs-allow-nesting): New user var.
18510 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
18511 (hs-hide-block-at-point): When nesting allowed,
18512 if there is already an overlay in place, delete it.
18513 (hs-safety-is-job-n): Delete func; remove call sites.
18514 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
18515 (hs-overlay-at): New func.
18516 (hs-already-hidden-p, hs-show-block): Use it.
18517 (hs-hide-all): Don't pre-clean if nesting allowed.
18518 (hs-show-all): Temporarily disallow
18519 nesting around call to `hs-discard-overlays'.
18520
18521 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
18522
18523 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
18524 Delete unused local var.
18525
18526 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
18527
18528 * help-fns.el (describe-categories): "?\ " -> "?\s".
18529 (help-do-arg-highlight): Recognize also ARG-n, as in
18530 `move-to-left-margin' (ARG+n is already recognized). Simplify.
18531
18532 * international/codepage.el (dos-unsupported-char-glyph):
18533 * net/newsticker.el (tool-bar-map, w3-mode-map)
18534 (w3m-minor-mode-map):
18535 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
18536 (ent-alist):
18537 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
18538
18539 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
18540
18541 * custom.el (custom-push-theme): Handle the case where a symbol is
18542 bound but face properties have not yet been assigned.
18543
18544 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
18545 Fix behavior if noerase is `t' and there is no mail buffer.
18546
18547 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
18548 if `continue' is nil, rather than signal an error.
18549
18550 2005-09-12 Richard M. Stallman <rms@gnu.org>
18551
18552 * font-lock.el (font-lock-keywords): Add autoload.
18553
18554 * help-fns.el (describe-variable): Rearrange to put source link
18555 in a predictable place.
18556
18557 * net/newsticker.el: New file.
18558
18559 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18560
18561 * calendar/calendar.el (calendar-for-loop): Add edebug info.
18562 (calendar-basic-setup): Use the new nil arg.
18563 (number-of-diary-entries): Move to diary-lib.el.
18564
18565 * calendar/diary-lib.el: Use with-current-buffer, match-string.
18566 (diary-list-entries): Use with-syntax-table and dolist.
18567 Rename from list-diary-entries.
18568 Use number-of-diary-entries if `number' is nil.
18569 (diary, diary-view-entries): Use this new name and new nil arg value.
18570 (number-of-diary-entries): Move from calendar.el.
18571 (diary-unhide-everything): New function.
18572 (include-other-diary-files, fancy-diary-display)
18573 (diary-show-all-entries, make-diary-entry): Use it.
18574 (diary-mail-entries): Use buffer-string.
18575 (mark-diary-entries): Fix long standing paren typo.
18576 (diary-sexp-entry): Use count-lines.
18577 (make-diary-entry): Avoid `previous-line'.
18578 (diary-mode-map): New var.
18579 (diary-mode): Redraw cal after saving. Setup header-line.
18580 (fancy-diary-display-mode): Use local-set-key.
18581
18582 * startup.el (command-line): Try calling various terminal-init-foo-bar
18583 functions by stripping hyphenated suffixes from $TERM.
18584
18585 * files.el (normal-mode): Check boundness of font-lock-keywords.
18586
18587 2005-09-12 Richard M. Stallman <rms@gnu.org>
18588
18589 * progmodes/compile.el: Don't decide a file's directory
18590 until the user actually tries to go there.
18591 (compilation-next-error-function):
18592 Pass compilation-find-file the directory from the file-struct.
18593 (compilation-internal-error-properties): Separate local FILE-STRUCT
18594 from FILE. Doc the args better. Rename arg FMT to FMTS.
18595 (compilation-find-file): Arg DIR renamed to DIRECTORY.
18596 Expand it, and if nil, use default-directory.
18597 (compilation-get-file-structure): Don't mix specified directory
18598 with default directory. Put specified directory into
18599 file-struct. Don't make the file name absolute.
18600
18601 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18602 (compile-command): Add autoload.
18603 (compilation-disable-input): Add autoload.
18604
18605 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
18606
18607 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
18608 strings of the variables it can override.
18609 (time-stamp): New (as yet undocumented) time-stamp-format escapes
18610 %Q and %q, for fully-qualified domain name and unqualified host name.
18611
18612 2005-09-11 Kim F. Storm <storm@cua.dk>
18613
18614 * emacs-lisp/authors.el (authors-aliases): Update list.
18615 (authors-fixed-entries): Update mldrag.el entry.
18616
18617 2005-09-10 Alan Mackenzie <acm@muc.de>
18618
18619 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18620 from the region narrowed to.
18621
18622 2005-09-10 Magnus Henoch <mange@freemail.hu>
18623
18624 * textmodes/ispell.el (ispell-check-version): Signal an error if
18625 aspell version is less than 0.60.
18626
18627 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
18628
18629 * progmodes/octave-inf.el (inferior-octave-startup):
18630 Resync current dir at the end.
18631
18632 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
18633
18634 * woman.el (woman-topic-at-point-default):
18635 Rename to woman-use-topic-at-point-default.
18636 (woman-topic-at-point): Rename to woman-use-topic-at-point.
18637 (woman-file-name): Reflect renames above. Automatically use the
18638 word at point as topic if woman-use-topic-at-point is non-nil.
18639 Otherwise offer it as default but don't insert it in the
18640 minibuffer. Also use `test-completion' instead of `assoc' as
18641 suggested by Stefan Monnier.
18642
18643 2005-09-10 Andre Spiegel <spiegel@gnu.org>
18644
18645 * vc.el (vc-directory, vc-update-change-log): Throw an error on
18646 the attempt to do it over Tramp. This is not yet supported.
18647
18648 2005-09-10 Eli Zaretskii <eliz@gnu.org>
18649
18650 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18651 (menu-bar-non-minibuffer-window-p): New functions.
18652 ("Split Window", "Save As..."): Use them.
18653 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18654 ("Print Buffer", "Truncate Long Lines in this Buffer"):
18655 Use menu-bar-menu-frame-live-and-visible-p.
18656 ("Save Buffer", "Insert File", "Open Directory...")
18657 ("Open File...", "Visit New File..."):
18658 Use menu-bar-non-minibuffer-window-p.
18659 (kill-this-buffer-enabled-p, dired <menu-enable>):
18660 Use menu-bar-non-minibuffer-window-p.
18661
18662 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18663
18664 * cus-start.el (all): Don't complain about fringe-related
18665 built-ins if fringes are not supported. Ditto about
18666 selection-related built-ins. Fix the test for GTK-related built-ins.
18667
18668 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18669 ("Postscript Print Buffer", "Print Region", "Save As...")
18670 ("Save", "Insert File...", "Open Directory...")
18671 ("Open File...", "Visit New File..."")
18672 ("Truncate Long Lines in this Buffer"): Don't look at
18673 menu-updating-frame if this display does not support multiple frames.
18674
18675 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18676
18677 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18678
18679 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
18680
18681 * woman.el: Format- and whitespace-related changes.
18682
18683 2005-09-09 Eli Zaretskii <eliz@gnu.org>
18684
18685 * woman.el: Fix my email address.
18686
18687 2005-09-08 Richard M. Stallman <rms@gnu.org>
18688
18689 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18690 (sh-mode): Locally set skeleton-pair-default-alist.
18691
18692 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18693
18694 * progmodes/flymake.el: Require `compile' unconditionally.
18695
18696 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18697
18698 * woman.el (woman-file-name): Provide a default, not initial input.
18699
18700 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18701
18702 * font-lock.el (font-lock-support-mode): Doc fix.
18703
18704 * descr-text.el (describe-property-list): Handle non-symbol prop names.
18705
18706 2005-09-08 Richard M. Stallman <rms@gnu.org>
18707
18708 * simple.el (blink-matching-open): Get rid of text props from
18709 the string shown in echo area. Don't permanently set point.
18710 Some rearrangements.
18711
18712 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18713
18714 * recentf.el (recentf-filename-handler): Add custom choice
18715 `abbreviate-file-name'.
18716
18717 * msb.el (msb--very-many-menus): Fix typo.
18718
18719 * disp-table.el (standard-display-european): Don't set
18720 enable-multibyte-characters to nil.
18721
18722 2005-09-08 David Ponce <david@dponce.com>
18723
18724 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18725 (recentf-expand-file-name): Doc fix.
18726 (recentf-dialog-mode-map): Define digit shortcuts.
18727 (recentf--files-with-key): New variable.
18728 (recentf-show-digit-shortcut-filter): New function.
18729 (recentf-open-files-items): New function.
18730 (recentf-open-files): Use it.
18731 (recentf-open-file-with-key): New command.
18732
18733 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18734
18735 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18736 Suggested by Kim F. Storm.
18737 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18738 (Buffer-menu-make-sort-button): Use global keymap.
18739
18740 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18741
18742 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18743 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18744 necessary any longer with the remapped command.
18745 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18746 formatting time only.
18747
18748 * net/tramp.el (tramp-action-password)
18749 (tramp-multi-action-password): Compile the password prompt from
18750 `method', `user' and `host'. Sometimes it isn't obvious which
18751 password to enter, for example with remote files offered by
18752 recentf.el, or with multiple steps. Suggested by Robert Marshall
18753 <robert@chezmarshall.freeserve.co.uk>.
18754
18755 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18758 Fix regexp for when "s///" is at the beginning of line.
18759
18760 2005-09-07 Jay Belanger <belanger@truman.edu>
18761
18762 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18763 when in matrix mode.
18764
18765 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18766
18767 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18768 non-anonymous functions.
18769
18770 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18771
18772 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18773 when using a header line. Otherwise, use mouse-1-click-follows-link.
18774
18775 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18776 can't be moved; don't signal an error.
18777
18778 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18779
18780 * cus-theme.el (custom-theme-write-faces): Save the current face
18781 spec, not the defface spec.
18782
18783 * custom.el (custom-known-themes): Clarify meaning of "standard".
18784 (custom-push-theme): Save old values in the standard theme.
18785 (disable-theme): Correct typo.
18786 (custom-face-theme-value) Deleted unused function.
18787 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18788
18789 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18790
18791 * progmodes/compile.el (compilation-goto-locus): Take into account
18792 iconified frames when determining whether the buffer is
18793 already visible.
18794 Don't reset window height if the window already existed.
18795
18796 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18797
18798 * custom.el (load-theme): Rename from require-theme.
18799 Add interactive spec.
18800 (enable-theme): Rename from custom-enable-theme.
18801 Add interactive spec.
18802 (disable-theme): Rename from custom-disable-theme.
18803 Add interactive spec.
18804 (custom-make-theme-feature): Doc fix.
18805 (custom-theme-directory): Doc fix.
18806 (provide-theme): Call enable-theme.
18807
18808 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * obsolete/lazy-lock.el (lazy-lock-mode):
18811 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18812 font-lock-mode if it's off. Print a warning instead.
18813
18814 * progmodes/compile.el (compilation-start): Ignore errors if the
18815 process died before we get to send-eof.
18816
18817 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18818 Undo last change. Enclosing the result in quotes broke things on Unix
18819 since tex-send-command passes it through shell-quote-argument.
18820 (tex-send-command): Pass `file' through convert-standard-filename
18821 when possible.
18822 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18823 info in a transcript.
18824
18825 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18826
18827 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18828 fix compilation warning. Reorder the key definitions to group
18829 together keys emitted by the current version of xterm.
18830
18831 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18832 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18833 Reorder predicates to correct min-color usage.
18834
18835 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18836
18837 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18838 Kill local variables when longlines-mode is turned off.
18839
18840 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18841
18842 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18843
18844 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18845
18846 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18847
18848 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18849 (font-lock-lines-before): Change default to being inactive.
18850 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18851 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18852
18853 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18854
18855 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18856 Deactivate temporarily advice if active (not needed for Emacs 22,
18857 but for backwards compatibility).
18858 (tramp-exists-file-name-handler): Rewrite. First implementation
18859 was too simple.
18860 (tramp-advice-make-auto-save-file-name):
18861 Call `tramp-handle-make-auto-save-file-name' (again, just for
18862 backwards compatibility).
18863
18864 2005-08-31 Reto Zimmermann <reto@gnu.org>
18865
18866 * progmodes/vhdl-mode.el
18867 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18868 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18869 (vhdl-set-default-project): New function (easier setting of default).
18870 (vhdl-port-copy): Handle extended identifiers for generics.
18871 (vhdl-compiler-alist): Better description for error message regexp.
18872 (vhdl-make): Query for target, use previous as default.
18873 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18874 (vhdl-font-lock-keywords-2): Fix fontification for record
18875 el. assign.
18876 (vhdl-speedbar-make-subpack-line): Add package body link.
18877 (vhdl-generate-makefile-1): Not include itself as dependency.
18878 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18879 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18880 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18881 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18882 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18883 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18884 (vhdl-import-project): Add string argument for `error'.
18885 (vhdl-compose-configuration)
18886 (vhdl-compose-configuration-architecture): Add configuration
18887 declaration generation.
18888 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18889 (vhdl-trailer-re): Add "record" keyword (better indentation).
18890 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18891 "[^ \t-\"]+".
18892 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18893 (vhdl-testbench-entity-file-name)
18894 (vhdl-testbench-architecture-file-name): Allow separate
18895 customization of testbench file names.
18896 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18897 (vhdl-get-visible-signals): Allow newline within alias declaration.
18898 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18899 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18900 (member-ignore-case): Alias for missing function in XEmacs.
18901 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18902 (vhdl-update-sensitivity-list): Ignore case on read signals.
18903 (vhdl-replace-string): Adjust case only for file names.
18904 (vhdl-update-sensitivity-list): Fix search for read signals.
18905 (vhdl-update-sensitivity-list): Exclude formal parameters.
18906 (vhdl-get-visible-signals): Include aliases of signals.
18907 (vhdl-get-visible-signals): Fix signal name searching.
18908 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18909 (vhdl-fixup-whitespace-region): Fix for character
18910 literals (e.g. `:').
18911
18912 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18913
18914 * ansi-color.el (comint-last-output-start):
18915 * bs.el (font-lock-verbose):
18916 * diff-mode.el (add-log-buffer-file-name-function):
18917 * dired-x.el (vm-folder-directory):
18918 * faces.el (help-xref-stack-item):
18919 * files.el (font-lock-keywords):
18920 * find-lisp.el (dired-buffers, dired-subdir-alist):
18921 * ido.el (cua-inhibit-cua-keys):
18922 * log-view.el (cvs-minor-wrap-function):
18923 * outline.el (font-lock-warning-face):
18924 * simple.el (compilation-current-error):
18925 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18926 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18927 * tooltip.el (comint-prompt-regexp):
18928 * w32-fns.el (explicit-shell-file-name):
18929 * term/mac-win.el (mac-charset-info-alist)
18930 (mac-services-selection, mac-system-script-code):
18931 * term/tty-colors.el (msdos-color-values):
18932 * term/w32-win.el (xlfd-regexp-registry-subnum):
18933 * term/x-win.el (x-keysym-table, x-selection-timeout)
18934 (x-session-id, x-session-previous-id):
18935 * textmodes/ispell.el (mail-yank-prefix):
18936 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18937 * textmodes/org.el (calc-embedded-close-formula)
18938 (calc-embedded-open-formula)
18939 (font-lock-unfontify-region-function):
18940 * textmodes/reftex-global.el (isearch-next-buffer-function)
18941 (TeX-master):
18942 * textmodes/reftex.el (font-lock-keywords):
18943 * textmodes/tex-mode.el (font-lock-comment-face)
18944 (font-lock-doc-face):
18945 * textmodes/texinfo.el (outline-heading-alist):
18946 Add defvars.
18947
18948 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18949 (artist-spray-chars, artist-mode-init, artist-replace-string)
18950 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18951 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18952 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18953
18954 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18955 (conf-align-assignments): "?\ " -> "?\s".
18956
18957 * textmodes/reftex-index.el (TeX-master): Add defvar.
18958 (reftex-index-phrases-marker): Move up defvar.
18959
18960 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18961 (reftex-toc-include-labels-indicator)
18962 (reftex-toc-include-index-indicator)
18963 (reftex-toc-max-level-indicator): Move up declarations.
18964
18965 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18966 of args to `tramp-run-real-handler', even if it's empty in this case.
18967
18968 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18969
18970 * dired.el (dired-move-to-filename-regexp): Add date format for
18971 Mac OS X 10.3 in East Asian locales.
18972
18973 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18974
18975 * files.el (make-auto-save-file-name): Add file name handler call
18976 if applicable.
18977
18978 * net/tramp.el (tramp-file-name-handler-alist)
18979 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18980 (tramp-handle-make-auto-save-file-name): Rename from
18981 `tramp-make-auto-save-file-name'.
18982 (tramp-exists-file-name-handler): New defun.
18983 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18984 `make-auto-save-file-name' is not a magic file name operation.
18985
18986 2005-08-30 Richard M. Stallman <rms@gnu.org>
18987
18988 * files.el (risky-local-variable-p):
18989 Match `-predicates' and `-commands.
18990
18991 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18992 (custom-save-all): Visit the file if necessary;
18993 kill the buffer if we created it.
18994 (custom-save-delete): Don't visit file or kill buffer here.
18995
18996 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
18997
18998 * textmodes/org.el (org-special-keyword): New face.
18999 (org-table-copy-down, org-table-eval-formula)
19000 (org-table-recalculate, org-init-section-numbers):
19001 Use `string-to-number' instead of `string-to-int'.
19002 (org-get-location): Use `insert-buffer-substring' instead of
19003 `insert-buffer'.
19004 (org-modify-diary-entry-string): New function.
19005 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19006 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19007 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19008 active region.
19009 (org-export-as-html): Handle QUOTE keyword.
19010 (org-quote-string): New option.
19011 (org-bookmark-jump-unhide): New function, used for
19012 `bookmark-after-jump-hook'.
19013 (org-diary-default-entry): Apply only when not called through
19014 `org-agenda'.
19015
19016 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
19017
19018 * net/eudc.el (mode-popup-menu):
19019 * play/handwrite.el (ps-printer-name, ps-lpr-command):
19020 * progmodes/ada-mode.el (compile-auto-highlight)
19021 (skeleton-further-elements):
19022 * progmodes/autoconf.el (font-lock-syntactic-keywords):
19023 * progmodes/cmacexp.el (msdos-shells):
19024 * progmodes/compile.el (font-lock-extra-managed-props)
19025 (font-lock-keywords, font-lock-maximum-size)
19026 (font-lock-support-mode):
19027 * progmodes/grep.el (font-lock-lines-before):
19028 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19029 * progmodes/mixal-mode.el (compile-command):
19030 * progmodes/perl-mode.el (font-lock-comment-face)
19031 (font-lock-doc-face, font-lock-string-face):
19032 * progmodes/prolog.el (comint-prompt-regexp):
19033 * progmodes/sh-script.el (font-lock-comment-face)
19034 (font-lock-set-defaults, font-lock-string-face):
19035 * progmodes/sql.el (font-lock-keyword-face)
19036 (font-lock-set-defaults, font-lock-string-face):
19037 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19038 (itimer-version, lazy-lock-defer-contextually)
19039 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19040 Add defvars.
19041
19042 * progmodes/cperl-mode.el (cperl-electric-lbrace)
19043 (cperl-electric-keyword, cperl-electric-pod)
19044 (cperl-electric-backspace, cperl-forward-re)
19045 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19046 (vc-rcs-header, vc-sccs-header): Add defvars.
19047
19048 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19049 (font-lock-syntactic-keywords, gud-find-expr-function):
19050 Add defvars.
19051
19052 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19053 (gdb-frame-parameters): Declare before use.
19054
19055 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19056 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19057 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19058 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19059
19060 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19061 (idlwave-help-with-source): Use `insert-buffer-substring', not
19062 `insert-buffer'.
19063
19064 2005-08-29 Juri Linkov <juri@jurta.org>
19065
19066 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19067 Put outline-back-to-heading function call inside save-excursion.
19068
19069 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * man.el (Man-init-defvars, Man-translate-references)
19072 (Man-support-local-filenames, Man-highlight-references):
19073 * progmodes/sql.el (sql-interactive-mode):
19074 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19075
19076 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19077 (compilation-mode-font-lock-keywords): Add defvars.
19078 (checkdoc-interactive-loop): "?\ " -> "?\s".
19079
19080 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19081 (font-lock-doc-face, font-lock-string-face)
19082 (font-lock-keywords-case-fold-search): Add defvars.
19083 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19084
19085 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19086 Don't pass X and Y (they are ignored anyway).
19087 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19088 (mouse-delete-window): Make arguments optional.
19089
19090 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19091 (caesar-translate-table, minor-modes, news-buffer-save)
19092 (news-group-name, news-minor-modes): Add defvars.
19093
19094 * emacs-lisp/lselect.el (mouse-highlight-priority)
19095 (x-lost-selection-functions, zmacs-regions):
19096 * emacs-lisp/pp.el (font-lock-verbose):
19097 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19098 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19099 (ses-mode-map):
19100 * emacs-lisp/tcover-unsafep.el (safe-functions):
19101 * international/mule-cmds.el (mac-system-coding-system)
19102 (mac-system-locale):
19103 * language/ethio-util.el (rmail-current-message)
19104 (rmail-message-vector):
19105 * language/thai-util.el (thai-auto-composition-mode):
19106 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19107 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19108 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19109 (vm-primary-inbox, vm-spool-files):
19110 * mail/rmail.el (deleted-head, font-lock-fontified)
19111 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19112 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19113 (total-messages):
19114 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19115 (rmail-summary-mode-map):
19116 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19117 (rmail-last-label, rmail-last-multi-labels)
19118 (rmail-summary-vector, rmail-total-messages):
19119 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19120 * mail/rmailsum.el (msgnum):
19121 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19122 (rmail-current-message):
19123 * obsolete/fast-lock.el (font-lock-face-list):
19124 * obsolete/rnewspost.el (mail-reply-buffer):
19125 * obsolete/scribe.el (compile-command):
19126 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19127
19128 2005-08-28 John Paul Wallington <jpw@gnu.org>
19129
19130 * ibuf-ext.el (ibuffer-auto-update-changed):
19131 Use `frame-or-buffer-changed-p' to check whether we need to update.
19132 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19133 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19134 as a `frame-or-buffer-changed-p' state vector instead.
19135
19136 2005-08-27 Romain Francoise <romain@orebokech.com>
19137
19138 * textmodes/makeinfo.el (makeinfo-compile):
19139 Use `compilation-start'. Set `next-error-function' according to
19140 `disable-errors'.
19141 (makeinfo-next-error): New function.
19142 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19143 (makeinfo-buffer): Likewise.
19144
19145 * progmodes/compile.el (compilation-start): Add autoload cookie.
19146
19147 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19148 * textmodes/sgml-mode.el: Likewise.
19149 * progmodes/python.el: Likewise.
19150
19151 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19152
19153 * simple.el (blink-matching-paren-distance): Document the meaning
19154 of nil value, and allow to customize to nil.
19155
19156 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19157 command.com, not command.exe.
19158
19159 2005-08-26 John Wiegley <johnw@newartisans.com>
19160
19161 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19162 code around a bit so that an extraneous nil argument is not added
19163 to a command when no args are given.
19164
19165 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19166 double-quoted argument resolves to nil, return it as an empty
19167 string rather than as nil. This made it impossible to pass "" to
19168 a shell script as a null string argument.
19169
19170 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * outline.el (outline-invent-heading): New fun.
19173 (outline-promote, outline-demote): Use it.
19174 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19175 (outline-end-of-subtree): Remove unused var `opoint'.
19176
19177 2005-08-26 David Reitter <david.reitter@gmail.com>
19178
19179 * menu-bar.el (truncate-lines, write-file, print-buffer)
19180 (ps-print-buffer-faces, ps-print-buffer, split-window):
19181 Disable menu items when the frame they refer to is invisible, or when
19182 they refer to a buffer and the minibuffer is selected.
19183
19184 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19185
19186 * progmodes/flymake.el (flymake-highlight-err-lines):
19187 Use save-excursion around flymake-highlight-line to preserve point.
19188
19189 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19190
19191 * progmodes/octave-mod.el: Change Author and Maintainer address.
19192 (octave-maintainer-address): Change Kurt's email address.
19193 * progmodes/octave-inf.el: Change Author and Maintainer address.
19194 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19195
19196 2005-08-26 Kim F. Storm <storm@cua.dk>
19197
19198 * subr.el (version-list-<, version-list-<=, version-list-=):
19199 Rename from integer-list-*.
19200 (version-list-not-zero): Likewise. Fix while loop.
19201 (version=): Use version-list-= instead of string-equal.
19202
19203 2005-08-26 Richard M. Stallman <rms@gnu.org>
19204
19205 * outline.el (outline-promote): Try shortening the heading.
19206 As last resort, read the heading to use.
19207 (outline-demote): As last resort, read the heading to use.
19208
19209 2005-08-26 Romain Francoise <romain@orebokech.com>
19210
19211 * progmodes/compile.el (compilation-start): Doc fix.
19212
19213 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19214 (antlr-font-lock-additional-keywords): Fix reference to
19215 `antlr-font-lock-literal-regexp' erroneously changed during the
19216 mass face rename.
19217 (antlr-run-tool): Use `compilation-start'.
19218
19219 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19220 instead of the obsolete `compile-internal'.
19221
19222 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19223
19224 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19225 (number, original-date):
19226 * calendar/cal-china.el (date):
19227 * calendar/cal-coptic.el (date):
19228 * calendar/cal-french.el (date):
19229 * calendar/cal-hebrew.el (date, entry, number, original-date):
19230 * calendar/cal-islam.el (date, number, original-date):
19231 * calendar/cal-iso.el (date):
19232 * calendar/cal-julian.el (date):
19233 * calendar/cal-mayan.el (date):
19234 * calendar/cal-menu.el (date, event):
19235 * calendar/cal-persia.el (date):
19236 * calendar/lunar.el (date):
19237 * calendar/solar.el (date): Add defvars.
19238
19239 * emerge.el:
19240 * ibuffer.el:
19241 * info-xref.el:
19242 * obsolete/bg-mouse.el:
19243 * obsolete/sun-curs.el:
19244 * obsolete/swedish.el: Move the `defvar's to the top level.
19245
19246 * smerge-mode.el (smerge-refined-change): Add :group.
19247
19248 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19249
19250 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19251 (smerge-keep-n): Remove props.
19252 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19253 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19254 now that it's done in smerge-keep-n.
19255 (smerge-refined-change): New face.
19256 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19257 (smerge-refine): New funs.
19258 (smerge-basic-map): Bind smerge-refine.
19259
19260 2005-08-25 Juri Linkov <juri@jurta.org>
19261
19262 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19263 compilation-process-setup-function and compilation-disable-input
19264 in grep-mode instead of let-bindings in grep.
19265
19266 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19267 Delete "Automatic File De/compression" (auto-compression-mode).
19268
19269 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19270
19271 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19272 Silence warning about non-existent variable.
19273
19274 2005-08-25 Richard M. Stallman <rms@gnu.org>
19275
19276 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19277 Rename "Describe Key" to "Describe Key or Mouse Operation".
19278
19279 * mail/mailalias.el (build-mail-aliases): Delete comments
19280 from the contents before processing them.
19281
19282 * isearch.el (isearch-edit-string): Erase the Search prompt
19283 if user enters an empty string and there is no default.
19284
19285 * comint.el (comint-file-name-prefix): Add autoload.
19286
19287 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19288
19289 * subr.el (play-sound): Rearrange to avoid warning.
19290
19291 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19292
19293 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19294 New hook.
19295 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19296
19297 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19300
19301 * custom.el (custom-theme-set-variables): Sort minor modes last.
19302
19303 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19304
19305 * subr.el (version-separator, version-regexp-alist): New vars used by
19306 version comparison funs.
19307 (integer-list-<, integer-list-=, integer-list-<=)
19308 (integer-list-not-zero): New funs for integer list comparison.
19309 (version-to-list, version=, version<, version<=): New funs for version
19310 comparison.
19311
19312 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19315 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19316 time to silence the byte-compiler.
19317
19318 * ibuffer.el (ibuffer-compile-make-eliding-form)
19319 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19320 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19321 so it's silly to get warnings for it).
19322 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19323 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19324 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19325 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19326 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19327 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19328 Defvar at compile time.
19329 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19330 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19331 Declare them before use.
19332
19333 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19334 (info-xref-good, info-xref-bad): Defvar at compile time.
19335
19336 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19337 Use `let*' instead of `let'.
19338
19339 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19340 (*mouse-y*, menu, char): Defvar at compile time.
19341 (sc::menu): Declare it before use.
19342 (sc::pack-one-line): Use `let', not `let*'.
19343
19344 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19345 (mail-send-hook): Defvar at compile time.
19346
19347 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19348 Defvar at compile time.
19349
19350 * term/sun-mouse.el (current-global-mousemap)
19351 (current-local-mousemap): Declare them before use.
19352
19353 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19354
19355 * bookmark.el (bookmark-after-jump-hook): New hook.
19356 (bookmark-jump): Run `bookmark-after-jump-hook'.
19357
19358 2005-08-23 Juri Linkov <juri@jurta.org>
19359
19360 * faces.el (minibuffer-prompt): Doc fix.
19361
19362 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19363
19364 * progmodes/xscheme.el: Trivial changes to silence warnings.
19365 (xscheme-previous-mode, xscheme-previous-process-state):
19366 Add defvars.
19367 (xscheme-last-input-end, xscheme-process-command-line)
19368 (xscheme-process-name, xscheme-buffer-name)
19369 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19370 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19371 (xscheme-control-g-synchronization-p)
19372 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19373 (default-xscheme-runlight, xscheme-runlight)
19374 (xscheme-runlight-string, xscheme-process-filter-state)
19375 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19376 Move to beginning of file.
19377 (scheme-interaction-mode-commands-alist)
19378 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19379 Declare them before use. Note: the initialization code for the
19380 variables has not been moved because it uses functions that reference
19381 the variables.
19382 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19383 (xscheme-prompt-for-expression-map): Declare them before use.
19384 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19385
19386 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
19387
19388 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
19389
19390 2005-08-22 Juri Linkov <juri@jurta.org>
19391
19392 * faces.el (set-face-underline): Delete this duplicate function
19393 and make an obsolete alias to set-face-underline-p.
19394 (set-face-underline-p): Use docstring of set-face-underline.
19395 (describe-face): Create hyperlink to parent face.
19396
19397 * info.el (Info-insert-dir): Use save-excursion around
19398 insert-buffer-substring.
19399 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
19400 (Info-escape-percent): Delete function.
19401 (Info-fontify-node): Replace Info-escape-percent by
19402 replace-regexp-in-string with REP arg set to lambda that
19403 duplicates `%' and preserves text properties.
19404
19405 * progmodes/compile.el (compilation-disable-input): Doc fix.
19406 (define-compilation-mode): Doc fix and refill.
19407 (kill-compilation): Use `mode-name' in the error message.
19408 (compilation-find-file): Use `compilation-error' in the
19409 read-file-name's prompt.
19410
19411 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
19414 (smerge-auto-leave): Make undo re-enable the mode.
19415 (debug-ignored-errors): Add the user-error of impossible resolution.
19416 (smerge-resolve): Move things around a bit, in preparation for later.
19417 (smerge-diff): Don't fail if the buffer has no associated file.
19418 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
19419 (smerge-conflict-overlay): New function.
19420 (smerge-match-conflict): Don't add text properties here.
19421 (smerge-find-conflict): Instead, add an overlay here.
19422 Also check for the case where we're inside a conflict already, so as to
19423 obviate the need for font-lock-multiline, which is unbearably slow with
19424 large conflicts and ciomplex font-lock patterns.
19425 (smerge-remove-props): Remove overlay rather than text-properties.
19426 (smerge-mode): Don't set font-lock-multiline.
19427 Remove overlays when turned off.
19428
19429 2005-08-21 Kim F. Storm <storm@cua.dk>
19430
19431 * ido.el (ido-ignore-item-p): Use save-match-data.
19432 Bind case-fold-search to ido-case-fold locally.
19433
19434 2005-08-20 Richard M. Stallman <rms@gnu.org>
19435
19436 * files.el (normal-mode): If font lock is on, turn it off and on.
19437
19438 * subr.el (replace-regexp-in-string): Doc fix.
19439
19440 * startup.el (command-line-1): Don't suppress startup screen
19441 due to existing processes.
19442
19443 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
19444
19445 * progmodes/compile.el (compilation-disable-input): Default to nil.
19446
19447 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19448
19449 * progmodes/compile.el (compilation-disable-input): New defcustom.
19450 (compilation-start): If compilation-disable-input is non-nil, send
19451 EOF to the compilation process.
19452
19453 2005-08-20 Eli Zaretskii <eliz@gnu.org>
19454
19455 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
19456 Run the argument of tex-shell-cd-command through
19457 convert-standard-filename, to get the correct style of slashes on
19458 Windows, and enclose the result in quotes, in case the file name
19459 includes whitespace or other special characters.
19460
19461 2005-08-19 Andreas Schwab <schwab@suse.de>
19462
19463 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
19464 process.
19465
19466 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
19467
19468 * cus-start.el (minibuffer-prompt-properties): Correct typo.
19469
19470 2005-08-18 Kim F. Storm <storm@cua.dk>
19471
19472 * scroll-lock.el: Fix errors due to incorrect line wrapping.
19473
19474 2005-08-18 Richard M. Stallman <rms@gnu.org>
19475
19476 * scroll-lock.el: New file.
19477
19478 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
19479
19480 * dired.el (dired-move-to-end-of-filename):
19481 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
19482
19483 2005-08-18 Kim F. Storm <storm@cua.dk>
19484
19485 * ido.el (ido-everywhere): Fix defcustom :set function to disable
19486 rather than toggle mode when custom value is nil.
19487 (ido-everywhere): Fix defun doc string.
19488
19489 2005-08-17 Richard M. Stallman <rms@gnu.org>
19490
19491 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
19492 as tag instead of "Inviolable".
19493
19494 2005-08-17 Kim F. Storm <storm@cua.dk>
19495
19496 * windmove.el (windmove-coordinates-of-position): Remove.
19497 (windmove-coordinates-of-window-position): Remove.
19498 (windmove-reference-loc): Use posn-at-point instead.
19499
19500 * subr.el (insert-for-yank-1): Doc fix.
19501
19502 * ido.el (ido-enter-matching-directory): Rename from
19503 ido-enter-single-matching-directory. Change `slash' choice to
19504 `only'. Add `first' choice.
19505 (ido-exhibit): Adapt to above changes.
19506
19507 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
19508
19509 * Makefile.in: Expand comment about building loaddefs.el.
19510
19511 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
19512
19513 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
19514 Comment use of defadvice.
19515
19516 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
19517
19518 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
19519
19520 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
19521 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
19522 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
19523 * progmodes/idlw-shell.el, progmodes/ld-script.el,
19524 * progmodes/which-func.el, ruler-mode.el, strokes.el,
19525 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
19526 for backward compatibility for faces that did not appear in the
19527 previous Emacs release.
19528
19529 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
19530
19531 2005-08-15 Kim F. Storm <storm@cua.dk>
19532
19533 * emulation/cua-base.el (cua-delete-region): Return t if
19534 deleted region was non-empty.
19535 (cua-replace-region): Inhibit overwrite-mode for
19536 self-insert-command if replaced region was non-empty.
19537 (cua--explicit-region-start, cua--status-string): Make them
19538 buffer-local at top-level...
19539 (cua-mode): ...rather than when mode is enabled.
19540
19541 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
19542
19543 * progmodes/vhdl-mode.el (vhdl-emacs-21):
19544 Set t for Emacs 21, 22, and so on.
19545
19546 2005-08-15 David Ponce <david@dponce.com>
19547
19548 * tree-widget.el: Update Commentary header.
19549 (tree-widget-theme): Doc fix.
19550 (tree-widget-space-width): New option.
19551 (tree-widget-image-properties): Look up in the default theme too.
19552 (tree-widget--cursors): Only for images with arrow pointer shape.
19553 (tree-widget-lookup-image): Pointer shape is hand by default.
19554 (tree-widget-icon): Rename generic icon widget from
19555 `tree-widget-control'.
19556 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
19557 derive from `tree-widget-icon'.
19558 (tree-widget-handle): Improve default look and feel of the text
19559 representation.
19560 (tree-widget): Rename :*-control properties to :*-icon properties.
19561 Add :action and :help-echo properties.
19562 (tree-widget-after-toggle-functions): Move.
19563 (tree-widget-close-node, tree-widget-open-node): Remove.
19564 (tree-widget-before-create-icon-functions): New hook.
19565 (tree-widget-value-create): Update to allow customization of icons
19566 and nodes at run-time via that new hook.
19567 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
19568 (tree-widget-icon-action, tree-widget-icon-help-echo)
19569 (tree-widget-action, tree-widget-help-echo): New functions.
19570
19571 2005-08-15 Kim F. Storm <storm@cua.dk>
19572
19573 * ido.el (ido-buffer-internal): Use with-no-warnings.
19574 (ido-make-merged-file-list): Use while-no-input.
19575
19576 2005-08-15 Richard M. Stallman <rms@gnu.org>
19577
19578 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
19579 (flyspell-large-region): Fix doc and custom type.
19580
19581 2005-08-14 Richard M. Stallman <rms@gnu.org>
19582
19583 * files.el (interpreter-mode-alist): Doc fix.
19584
19585 * mail/rmail.el (rmail-nonignored-headers): New variable.
19586 (rmail-clear-headers): Use it.
19587 (rmail-reply): Better handling of mail-followup-to header.
19588
19589 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19590 Rename variable from sh-font-lock-keywords. In the `shell' entry,
19591 don't try to refer to executable-font-lock-keywords.
19592 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
19593 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
19594 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
19595 (sh-mode): Set comment-start-skip, local-abbrev-table,
19596 imenu-case-fold-search.
19597 (sh-set-shell): Don't set them here.
19598 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
19599 Don't cache the results in the original alist; don't ever modify
19600 that alist.
19601
19602 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
19603
19604 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
19605 empty.
19606
19607 2005-08-15 Andreas Schwab <schwab@suse.de>
19608
19609 * desktop.el: Put autoload cookie at risky-local-variable declarations.
19610
19611 * dired.el, info.el, mail/rmail.el: Revert last change.
19612
19613 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
19614
19615 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19616 modification in `eval-after-load' form.
19617 * info.el: Likewise.
19618 * mail/rmail.el: Likewise.
19619
19620 2005-08-14 Juri Linkov <juri@jurta.org>
19621
19622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19623 Remove highlighting of "Compilation started". Highlight only
19624 the word "finished" in "Compilation finished". Add highlighting
19625 of "interrupt", "killed", "terminated" and the exit code.
19626 (compilation-start): Add newline after header. Use exactly the
19627 same time stamp format as the finishing message.
19628 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19629
19630 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19631 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19632 Add highlighting of "interrupt", "killed", "terminated".
19633
19634 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19635 enabled and the current command is self-insert-command, call it
19636 explicitly with overwrite-mode bound to nil, to not allow it
19637 to delete the character after the selected region.
19638
19639 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
19640
19641 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19642 move-end-of-line, end-of-line, and beginning-of-line to the list
19643 of commands after which the echo area is updated.
19644
19645 2005-08-12 Eli Zaretskii <eliz@gnu.org>
19646
19647 * cus-edit.el (custom-save-all, custom-save-delete):
19648 Bind recentf-exclude to exclude custom-file.
19649
19650 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
19651
19652 * mail/rmailsum.el (rmail-summary-end-of-message): New command
19653 to go to the bottom of the mail message. Added to
19654 `rmail-summary-mode-map' with key "/".
19655 (rmail-summary-show-message): New (internal) function for use by
19656 both `rmail-summary-beginning/end-of-message'.
19657 (rmail-summary-beginning-of-message): Change to use
19658 rmail-summary-show-message.
19659
19660 * mail/rmail.el (rmail-end-of-message): New command to go to the
19661 end of the current message. Added to `rmail-mode-map' with key "/".
19662 (rmail-beginning-of-message): Fix to work as documented.
19663 (rmail-mode): Change documentation.
19664
19665 * progmodes/compile.el (compilation-start): Add the line
19666 "Compilation started" with compilation start time.
19667 (compilation-mode-font-lock-keywords): Add `started' to keywords.
19668
19669 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
19670
19671 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19672 of menu items.
19673
19674 2005-08-11 Richard M. Stallman <rms@gnu.org>
19675
19676 * simple.el (pop-global-mark): Reverse test of widen-automatically.
19677
19678 * battery.el (battery-status-function): Don't use ignore-errors.
19679
19680 2005-08-11 Lute Kamstra <lute@gnu.org>
19681
19682 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19683 define-obsolete-variable-alias.
19684
19685 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
19686
19687 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19688 (ange-ftp-send-cmd): Revert last change, and expand
19689 the comment explaining the problem.
19690
19691 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
19692
19693 * ldefs-boot.el: Update.
19694
19695 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19696 item to "Time, Load and Mail". Change help echo text.
19697
19698 * time.el (display-time-use-mail-icon, display-time-format)
19699 (display-time-string-forms): Shorten first line of docstrings.
19700
19701 2005-08-10 Lars Hansen <larsh@soem.dk>
19702
19703 * desktop.el (desktop-buffer-mode-handlers):
19704 Make non-customizable. Add autoload cookie. Change initial value to
19705 nil; add elements in respective modules instead. Fix doc string.
19706 (desktop-load-file): New function.
19707 (desktop-minor-mode-handlers): New autoloaded variable.
19708 (desktop-create-buffer): Call minor mode handlers.
19709 Use desktop-load-file to load major and minor mode modules prior to
19710 checking for a handler.
19711 (desktop-save): Don't add nil to desktop-minor-modes for minor
19712 modes with nil function in desktop-minor-mode-table. Don't delete
19713 desktop file before rewriting it.
19714 (desktop-locals-to-save): Add autoload cookie. Don't make
19715 automatically buffer-local. Add variables column-number-mode,
19716 size-indication-mode, indent-tabs-mode,
19717 indicate-buffer-boundaries, indicate-empty-lines and
19718 show-trailing-whitespace.
19719 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19720 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19721 (desktop-clear-preserve-buffers-regexp): Delete.
19722 (desktop-clear-preserve-buffers): Update initial value and docstring.
19723 (desktop-save-buffer): Fix doc string.
19724
19725 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19726 (hilit-chg-desktop-restore): New function.
19727 (highlight-changes-mode): Add highlight-changes-mode to
19728 desktop-locals-to-save.
19729
19730 * dired.el: Add handler to desktop-buffer-mode-handlers.
19731 (dired-restore-desktop-buffer): Remove autoload cookie.
19732 (dired-mode): Add autoload cookie.
19733
19734 * info.el: Add handler to desktop-buffer-mode-handlers.
19735 (Info-restore-desktop-buffer): Remove autoload cookie.
19736 (Info-mode): Add autoload cookie.
19737
19738 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19739 (mh-restore-desktop-buffer): Remove autoload cookie.
19740 (mh-folder-mode): Add autoload cookie.
19741
19742 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19743 (rmail-restore-desktop-buffer): Remove autoload cookie.
19744
19745 2005-08-11 Masatake YAMATO <jet@gyve.org>
19746
19747 * hexl.el (hexl-address-region):
19748 (hexl-ascii-region, hexl-font-lock-keywords):
19749 (hexl-highlight-line-range): Use the term "region"
19750 instead of "area" for consistency with the other symbols
19751 defined in hexl.el.
19752
19753 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19754
19755 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19756 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19757 out by Juri Linkov). Add `display-battery-mode'.
19758
19759 2005-08-09 Juri Linkov <juri@jurta.org>
19760
19761 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19762 Remove `-text' from face variable names.
19763 (compilation-error-file-name, compilation-warning-file-name)
19764 (compilation-info-file-name): Delete faces.
19765 (compilation-line-number, compilation-column-number):
19766 Remove face underlining.
19767 (compilation-message-face): Set to `underline' value by default.
19768 (compilation-error-face, compilation-warning-face)
19769 (compilation-info-face): Remove `-file-name' from face names.
19770 (compilation-error-text-face, compilation-warning-text-face)
19771 (compilation-info-text-face): Delete face variables.
19772 (compilation-text-face): Delete function.
19773
19774 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19775 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19776 (grep-error-face): Set to `compilation-error' instead of
19777 `compilation-error-face' (which is redefined to `grep-hit-face' in
19778 grep buffers).
19779 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19780 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19781
19782 * dired-aux.el (dired-do-query-replace-regexp):
19783 Use `query-replace-read-args'.
19784
19785 * replace.el (query-replace-read-from, query-replace-read-to)
19786 (query-replace-read-args): Rename arg `string' to `prompt'.
19787
19788 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19789
19790 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19791
19792 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19793 uploading files.
19794 (ange-ftp-canonize-filename): Handle file names beginning with ~
19795 correctly.
19796
19797 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19798
19799 * textmodes/fill.el (canonically-space-region)
19800 (fill-context-prefix, fill-french-nobreak-p)
19801 (fill-delete-newlines, fill-comment-paragraph)
19802 (justify-current-line): "?\ " -> "?\s".
19803
19804 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19805
19806 * textmodes/fill.el (fill-nonuniform-paragraphs):
19807 Improve argument/docstring consistency.
19808
19809 2005-08-09 Richard M. Stallman <rms@gnu.org>
19810
19811 * textmodes/ispell.el (ispell-word): More fboundp checks.
19812
19813 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19814 (find-file-noselect-1): Call it here, only if RAWFILE.
19815 (normal-mode): Always set some major mode.
19816 (save-some-buffers-action-alist): Change some explanation strings.
19817 (file-name-non-special): In the `quote' method, use unwind-protect.
19818
19819 2005-08-09 Magnus Henoch <mange@freemail.hu>
19820
19821 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19822 (ispell-have-aspell-dictionaries): New variable.
19823 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19824 (ispell-get-aspell-config-value): New function.
19825 (ispell-aspell-find-dictionary): New function.
19826 (ispell-aspell-add-aliases): New function.
19827 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19828 appropriate. Don't look for ispell dictionaries if we use aspell.
19829 (ispell-menu-map): Don't build a submenu of dictionaries.
19830
19831 2005-08-09 Richard M. Stallman <rms@gnu.org>
19832
19833 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19834 (sql-read-passwd): Use read-passwd.
19835
19836 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19837 (idlwave-toolbar-is-possible): Add defvars.
19838
19839 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19840 Avoid warnings.
19841
19842 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19843 (idlwave-system-class-info, idlwave-executive-commands-alist):
19844 Use defvar.
19845
19846 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19847
19848 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19849 Avoid warnings.
19850
19851 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19852 and content-type: headers.
19853
19854 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19855
19856 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19857 and rename some of them to be more self-explanatory.
19858
19859 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19860
19861 * startup.el (command-line-1): Implement -scriptload.
19862
19863 * replace.el (occur-engine): Initial *Occur* output not undoable.
19864
19865 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19866 and improve help strings.
19867
19868 * isearch.el (isearch-repeat): When changing direction,
19869 mark search successful.
19870
19871 * ediff-init.el: Use (featurep 'xemacs).
19872
19873 * comint.el (send-invisible): Identify buffer, if not selected.
19874
19875 * align.el: Delete autoload for c-guess-basic-syntax.
19876
19877 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19878
19879 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19880 Improve argument/docstring consistency. Doc fixes.
19881 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19882 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19883 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19884 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19885 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19886 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19887 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19888 Defvar at compile time.
19889
19890 2005-08-09 Juri Linkov <juri@jurta.org>
19891
19892 * info.el: Replace `info' with upper-case `Info' where appropriate.
19893 (info-title-1, info-title-2, info-title-3, info-title-4)
19894 (info-menu-header): Move up face definitions.
19895 (info-menu-star): Rename from `info-menu-5'.
19896 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19897 (Info-fontify-visited-nodes): Fix docstring.
19898 (Info-hide-note-references): Fix docstring.
19899 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19900 menu items in the same way as on cross-references.
19901 (info-apropos): Fix sorting order and formatting to be like in the
19902 stand-alone Info browser. Display error messages for 1 sec.
19903 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19904 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19905 from the menu bar.
19906 (Info-insert-dir): Restore point after calling
19907 `insert-buffer-substring'.
19908
19909 2005-08-08 Richard M. Stallman <rms@gnu.org>
19910
19911 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19912 (recompute-lucid-menubar): Add defvars.
19913
19914 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19915
19916 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19917
19918 * net/net-utils.el (run-dig): Rename from `dig'.
19919
19920 * play/gametree.el (gametree-mode): Use make-local-variable,
19921 not make-variable-buffer-local.
19922
19923 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19924
19925 * ansi-color.el (ansi-color-make-extent)
19926 (ansi-color-set-extent-face): Use fboundp, not functionp.
19927
19928 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19929 not make-variable-buffer-local.
19930
19931 * bookmark.el (Info-current-file): Add defvar.
19932 (bookmark-jump-noselect): Use with-no-warnings.
19933
19934 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19935
19936 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19937
19938 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19939
19940 * find-file.el (ada-procedure-start-regexp)
19941 (ada-package-start-regexp): Add defvars.
19942
19943 * info.el (Info-insert-dir): Use insert-buffer-substring.
19944
19945 * xml.el (xml-att-def-re): Add defvar.
19946
19947 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19948 calling convention.
19949
19950 * subr.el (while-no-input): Return t if there is input.
19951
19952 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19953
19954 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19955
19956 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19957
19958 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19959 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19960
19961 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19962
19963 * cmuscheme.el (scheme-start-file): Replace reference to
19964 `user-emacs-directory' by "~/.emacs.d/".
19965
19966 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19967
19968 * info.el (Info-dir-remove-duplicates): Avoid case folding
19969 in loop; instead, keep downcased strings for comparison.
19970 Suggested by Helmut Eller.
19971
19972 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
19973
19974 Sync with Tramp 2.0.50.
19975
19976 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19977 XEmacs case; not necessary anymore.
19978 (tramp-user-regexp): Allow "@" as part of user name.
19979 (tramp-handle-set-visited-file-modtime)
19980 (tramp-handle-insert-file-contents)
19981 (tramp-handle-write-region): No special handling for
19982 `last-coding-system-used, because this is done in
19983 `tramp-accept-process-output' now.
19984 (tramp-accept-process-output): New defun.
19985 (tramp-process-one-action, tramp-process-one-multi-action)
19986 (tramp-wait-for-regexp, tramp-wait-for-output)
19987 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19988 Howells <dhowells@redhat.com>.
19989 (clear-visited-file-modtime): Defadvice removed. The check for
19990 unset buffer's modtime does not need to be based on
19991 `tramp-buffer-file-attributes'. Suggested by RMS.
19992 (tramp-message): Insert "\n" if not being at beginning of line.
19993 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19994 sequence with same logic.
19995 (tramp-completion-handle-expand-file-name): Discard call of
19996 `tramp-drop-volume-letter'. It is not necessary, and there have
19997 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19998 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19999 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20000 should always be visible.
20001 (tramp-handle-insert-directory, tramp-setup-complete)
20002 (tramp-set-process-query-on-exit-flag)
20003 (tramp-append-tramp-buffers): Pacify byte-compiler.
20004 (tramp-bug): Delete non-existing variables from list.
20005 Apply `tramp-load-report-modules' as pre-hook.
20006 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20007 `shell-prompt-pattern' because of non-7bit characters.
20008 Reported by Sebastian Luque <sluque@mun.ca>.
20009 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20010 (tramp-match-string-list): Remove function.
20011 (tramp-wait-for-regexp): Remove call of that function.
20012 Suggested by Kim F. Storm <storm@cua.dk>.
20013 (tramp-set-auto-save-file-modes): Use octal integer code #o600
20014 instead of octal character code ?\600. The latter resulted in a
20015 syntax error with XEmacs.
20016
20017 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20018 XEmacs case; not necessary anymore.
20019 (tramp-smb-handle-write-region): No special handling for
20020 `last-coding-system-used, because this is done in
20021 `tramp-accept-process-output' now.
20022 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20023
20024 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
20025
20026 * wid-edit.el (widget-choice-value-create):
20027 Unconditionally respect user choice. Set :explicit-choice back to nil
20028 when no longer needed.
20029 (widget-choice-action): Unconditionally respect user choice.
20030 Eliminate :explicit-choice-value.
20031
20032 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20033
20034 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20035 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20036 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20037 running new function `toggle-indicate-empty-lines'.
20038 Rename "Customize" item to "Customize fringe".
20039 Rename "Indicators" item to "Buffer boundaries" and change help echo.
20040 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20041 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20042 Delete "Empty lines only" item.
20043 (menu-bar-showhide-fringe-ind-customize): New function.
20044 (menu-bar-showhide-fringe-ind-mixed)
20045 (menu-bar-showhide-fringe-ind-box)
20046 (menu-bar-showhide-fringe-ind-right)
20047 (menu-bar-showhide-fringe-ind-left)
20048 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20049 instead of `fringe-indicators'.
20050
20051 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20052
20053 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20054 Change the date of last update.
20055
20056 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20057
20058 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20059 (viper-exec-yank, viper-put-back): Don't display modification msg
20060 if in the minibuffer.
20061
20062 * viper-init.el (viper-replace-overlay-cursor-color)
20063 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20064 Make variables frame local.
20065
20066 * viper-util.el (viper-append-filter-alist): Use append instead of
20067 nconc.
20068
20069 * viper.el (viper-vi-state-mode-list)
20070 (viper-emacs-state-mode-list): Move help-mode and
20071 completion-list-mode from the first list to the second.
20072 (viper-mode): Docstring.
20073 (viper-go-away, viper-non-hook-settings): Don't localize
20074 minor-mode-alist in newer Emacsen. Add advice to
20075 set-cursor-color. Don't bind "\C-c\\".
20076
20077 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20078
20079 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20080 (scheme-macro-expand-command): New user options.
20081 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20082 (scheme-form-at-point, scheme-start-file)
20083 (scheme-interactively-start-process): New functions.
20084 (scheme-get-process): New function, extracted from `scheme-proc'.
20085 (run-scheme): Call `scheme-start-file' to get start file, and pass
20086 it to `make-comint'.
20087 (switch-to-scheme, scheme-proc):
20088 Call `scheme-interactively-start-process' if no Scheme buffer/process
20089 is available.
20090
20091 2005-08-06 Juri Linkov <juri@jurta.org>
20092
20093 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20094 Use `compilation-text-face', `compilation-info-text-face' and
20095 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20096 (compilation-error): New face.
20097 (compilation-error-file-name): Inherit from
20098 `compilation-error' instead of `font-lock-warning-face'.
20099 (compilation-warning-file-name): Inherit from
20100 `compilation-warning' instead of `font-lock-warning-face'.
20101 (compilation-info, compilation-error-file-name)
20102 (compilation-warning-file-name, compilation-info-file-name)
20103 (compilation-line-number, compilation-column-number): Doc fix.
20104 (compilation-error-text-face, compilation-warning-text-face)
20105 (compilation-info-text-face): New face variables.
20106 (compilation-line-face, compilation-column-face)
20107 (compilation-enter-directory-face)
20108 (compilation-leave-directory-face): Doc fix.
20109 (compilation-text-face): New function.
20110
20111 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20112 instead of 1 to display binary file names as info file links.
20113 (grep-error-face): Use `compilation-error-face' instead of
20114 `font-lock-keyword-face'.
20115 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20116 and `compilation-warning-text-face' instead of
20117 `font-lock-keyword-face'. Use `compilation-error-text-face'
20118 instead of `grep-error-face'.
20119
20120 2005-08-05 Kenichi Handa <handa@m17n.org>
20121
20122 * international/code-pages.el: Add autoload cookies for all coding
20123 systems.
20124
20125 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20126
20127 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20128
20129 2005-08-04 Juri Linkov <juri@jurta.org>
20130
20131 * progmodes/compile.el (compilation-mode-map):
20132 * progmodes/grep.el (grep-mode-map):
20133 Bind TAB to `compilation-next-error' and [backtab] to
20134 `compilation-previous-error'.
20135
20136 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20137 matching line numbers, column numbers and their ranges with regexp
20138 matching only line numbers.
20139 (grep-context-face): New face variable.
20140 (grep-mode-font-lock-keywords): Use it.
20141
20142 * faces.el (read-face-name): Delete duplicate faces.
20143
20144 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20145
20146 * thumbs.el (thumbs-find-image): Don't make variables
20147 automatically buffer local.
20148 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20149 (thumbs-image-num): Make automatically buffer local.
20150 (thumbs-show-thumbs-list): Use `make-local-variable', not
20151 `make-variable-buffer-local'.
20152 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20153
20154 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20155 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20156 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20157 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20158 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20159 (feelings-about, foullst, found, hello, history, howareyoulst)
20160 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20161 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20162 (neglst, obj, object, owner, please, problems, qlist)
20163 (random-adjective, relation, remlst, repetitive-shortness)
20164 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20165 (shortlst, something, sportslst, stallmanlst, states, subj)
20166 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20167 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20168 Defvar at compile time.
20169
20170 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20171 not `make-variable-buffer-local'.
20172
20173 2005-08-02 Kim F. Storm <storm@cua.dk>
20174
20175 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20176 rectangle overlay in selected window.
20177
20178 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20179
20180 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20181 instead of display group. Make `indicate-buffer-boundaries'
20182 customizable through Custom.
20183
20184 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20185
20186 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20187 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20188 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20189 (gdb-put-string): Fix typos in docstrings.
20190
20191 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20192
20193 Update copyright notices of files in progmodes directory for
20194 release of Emacs 22.1.
20195
20196 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20197
20198 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20199 Don't barf if the GUD buffer has been killed.
20200
20201 2005-08-01 Kim F. Storm <storm@cua.dk>
20202
20203 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20204
20205 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20206
20207 * simple.el (next-error-follow-minor-mode):
20208 make-variable-buffer-local -> make-local-variable.
20209
20210 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20211
20212 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20213 (byte-compile-form-make-variable-buffer-local): New functions to warn
20214 about misuses of make-variable-buffer-local where make-local-variable
20215 was meant.
20216
20217 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20218
20219 * bs.el (bs-attributes-list): Doc fix.
20220 (bs): Update url-link.
20221
20222 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20223 (desktop-load-default): Simplify.
20224
20225 * ibuffer.el (ibuffer-columnize-and-insert-list)
20226 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20227 (ibuffer-unmark-all, ibuffer-toggle-marks)
20228 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20229 (ibuffer-compile-make-format-form, ibuffer-format-column)
20230 (ibuffer-current-buffers-with-marks)
20231 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20232 (ibuffer): Doc fix.
20233 (ibuffer-mode): Fix typo in docstring.
20234 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20235 with `define-obsolete-variable-alias'.
20236 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20237
20238 2005-07-29 Kenichi Handa <handa@m17n.org>
20239
20240 * international/mule-cmds.el (select-message-coding-system):
20241 Be sure to use LF for end-of-line. If no coding system is decided,
20242 return iso-8859-1-unix.
20243
20244 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20247 (ange-ftp-pending-error-line): New vars.
20248 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20249 to handle the non-fatal no-route-to-host messages.
20250 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20251
20252 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20253
20254 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20255 (isearch-quote-char, isearch-printing-char)
20256 (isearch-text-char-description): "?\ " -> "?\s".
20257 (isearch-lazy-highlight-cleanup)
20258 (isearch-lazy-highlight-initial-delay)
20259 (isearch-lazy-highlight-interval)
20260 (isearch-lazy-highlight-max-at-a-time)
20261 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20262 Declare with define-obsolete-*-alias macros.
20263 (isearch-forward): Fix typo in docstring.
20264 (search-invisible, search-ring-yank-pointer)
20265 (regexp-search-ring-yank-pointer): Doc fixes.
20266
20267 * recentf.el (recentf-menu-append-commands-p): Declare with
20268 `define-obsolete-variable-alias'.
20269 (recentf-max-saved-items, recentf-menu-filter)
20270 (recentf-arrange-by-rule-subfilter): Doc fixes.
20271 (recentf-menu-append-commands-flag)
20272 (recentf-initialize-file-name-history, recentf-expand-file-name)
20273 (recentf-clear-data): Fix typos in docstrings.
20274
20275 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20276
20277 * progmodes/gdb-ui.el: Smarten comments.
20278 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20279
20280 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20281
20282 * term/apollo.el (terminal-init-apollo): New function containing
20283 all former top level forms in the file.
20284 * term/bobcat.el (terminal-init-bobcat):
20285 * term/cygwin.el (terminal-init-cygwin):
20286 * term/iris-ansi.el (terminal-init-iris-ansi):
20287 * term/linux.el (terminal-init-linux):
20288 * term/news.el (terminal-init-news):
20289 * term/rxvt.el (terminal-init-rxvt):
20290 * term/sun.el (terminal-init-sun):
20291 * term/tvi970.el (terminal-init-tvi970):
20292 * term/vt100.el (terminal-init-vt100):
20293 * term/vt102.el (terminal-init-vt102):
20294 * term/vt125.el (terminal-init-vt125):
20295 * term/vt200.el (terminal-init-vt200):
20296 * term/vt201.el (terminal-init-vt201):
20297 * term/vt220.el (terminal-init-vt220):
20298 * term/vt240.el (terminal-init-vt240):
20299 * term/vt300.el (terminal-init-vt300):
20300 * term/vt320.el (terminal-init-vt320):
20301 * term/vt400.el (terminal-init-vt400):
20302 * term/vt420.el (terminal-init-vt420):
20303 * term/wyse50.el (terminal-init-wyse50):
20304 * term/xterm.el (terminal-init-xterm): Likewise.
20305
20306 * term/README: Describe the terminal-init-* functionality.
20307
20308 * startup.el (command-line): After loading the terminal initialization
20309 file call the corresponding terminal initialization function.
20310
20311 2005-07-27 Kenichi Handa <handa@m17n.org>
20312
20313 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20314 negative.
20315
20316 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20317 (ps-mule-composition-prologue): Fix for the case that
20318 RelativeCompose is false.
20319
20320 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20321
20322 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20323
20324 * descr-text.el (describe-char): Handle the case where the list of
20325 chars is displayed in a separate frame.
20326 Be a bit more discriminating when looking for the char.
20327
20328 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20329
20330 * bookmark.el (bookmark-automatically-show-annotations)
20331 (bookmark-read-annotation-text-func): Doc fixes.
20332 (bookmark-save): Improve argument/docstring consistency.
20333 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20334 (bookmark-alist-from-buffer)
20335 (bookmark-upgrade-file-format-from-0)
20336 (bookmark-grok-file-format-version)
20337 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20338 (bookmark-read-annotation-mode)
20339 (bookmark-insert-current-bookmark, bookmark-jump)
20340 (bookmark-exit-hook): Fix typos in docstrings.
20341 (bookmark-exit-hooks): Define as obsolete alias.
20342 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20343 not `bookmark-exit-hooks'. Fix docstring.
20344 (bookmark-bmenu-select): "?\ " -> "?\s".
20345
20346 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20347
20348 * startup.el (command-line): Fix typo.
20349
20350 2005-07-24 Richard M. Stallman <rms@gnu.org>
20351
20352 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20353 not emacs-quick-startup.
20354
20355 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20356
20357 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20358 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20359 instead of `reb-with-current-window'.
20360 (reb-prev-match): Likewise. Also, don't move left if the search
20361 was unsuccessful.
20362 (reb-initialize-buffer): New function.
20363 (re-builder, reb-change-syntax): Use it.
20364
20365 * man.el (Man-goto-page): Make second argument NOERROR optional.
20366
20367 2005-07-23 Richard M. Stallman <rms@gnu.org>
20368
20369 * man.el (Man-bgproc-sentinel): Check here for failure to find
20370 any man page in the output, and report the error here.
20371 (Man-arguments): Make it permanent local.
20372 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20373 (Man-mode): Pass t for NOERROR.
20374
20375 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20376 (grep-mode-font-lock-keywords):
20377 Don't use compilation-...-face for messages that are not file names.
20378
20379 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20380 Don't use compilation-...-face for messages that are not file names.
20381
20382 2005-07-22 Juri Linkov <juri@jurta.org>
20383
20384 * startup.el (normal-splash-screen): Update menu name.
20385
20386 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
20387
20388 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20389
20390 * term/xterm.el: Load term/rxvt if the terminal is actually an
20391 rxvt terminal.
20392 (xterm-rxvt-set-background-mode): Remove, not used anymore.
20393
20394 * term/rxvt.el (function-key-map): Use substitute-key-definition
20395 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
20396
20397 * term/cygwin.el: New file.
20398
20399 2005-07-22 Kim F. Storm <storm@cua.dk>
20400
20401 * image-file.el (insert-image-file, image-file-yank-handler):
20402 Fix last change to maintain a (unique) yank-handler on yanked images.
20403
20404 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
20405
20406 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20407 of the file size (as in "177B" for 177 bytes). This happens with
20408 "ls -lh" on FreeBSD.
20409
20410 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
20411
20412 * hilit-chg.el (highlight-changes-global-initial-state)
20413 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
20414 (hilit-chg-fixup, highlight-changes-mode):
20415 Fix typos in docstrings.
20416 (highlight-changes-global-modes, highlight-changes-rotate-faces):
20417 Doc fixes.
20418
20419 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
20420
20421 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
20422 mode function using `eval-after-load'.
20423
20424 2005-07-21 Kim F. Storm <storm@cua.dk>
20425
20426 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
20427 included when reporting an Emacs crash, and tell about the DEBUG file.
20428
20429 * image-file.el (insert-image-file): Add yank-handler.
20430 (image-file-yank-handler): Yank handler to make unique copies of
20431 images when they are yanked into a buffer next to each other.
20432
20433 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
20434
20435 * comint.el (comint-use-prompt-regexp, comint-send-input)
20436 (comint-source-default, comint-extract-string)
20437 (comint-get-source, comint-word, comint-completion)
20438 (comint-source, comint-prompt-read-only, comint-update-fence):
20439 Fix typos in docstrings.
20440 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
20441 Declare with define-obsolete-*-alias macros.
20442 (comint-previous-matching-input-from-input)
20443 (comint-next-matching-input-from-input)
20444 (comint-previous-matching-input, comint-next-matching-input)
20445 (comint-forward-matching-input):
20446 Improve argument/docstring consistency.
20447
20448 * desktop.el (desktop-clear-preserve-buffers-regexp):
20449 Also preserve the *server* buffer.
20450
20451 * simple.el (clone-indirect-buffer): Doc fix.
20452 (fixup-whitespace, just-one-space)
20453 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
20454 (next-error, next-error-highlight)
20455 (next-error-highlight-no-select, next-error-last-buffer)
20456 (next-error-buffer-p, next-error-find-buffer, next-error)
20457 (previous-error, next-error-no-select, previous-error-no-select)
20458 (open-line, split-line, minibuffer-prompt-width, kill-new)
20459 (binary-overwrite-mode): Fix typos in docstrings.
20460 (set-fill-column): Fix typo in message.
20461
20462 * skeleton.el (skeleton-proxy-new): Doc fix.
20463
20464 * strokes.el (strokes-load-hook): Doc fix.
20465 (strokes-grid-resolution, strokes-get-grid-position)
20466 (strokes-renormalize-to-grid, strokes-read-stroke)
20467 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20468 (strokes-global-map): Fix typos in docstrings.
20469 (strokes-help): Doc fix. Fix help message and pass it through
20470 `substitute-command-keys'.
20471
20472 * tempo.el (tempo-insert-prompt, tempo-interactive)
20473 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
20474 (tempo-insert-string-functions, tempo-local-tags)
20475 (tempo-define-template, tempo-insert-template)
20476 (tempo-insert-prompt-compat, tempo-is-user-element)
20477 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
20478 Fix typos in docstrings.
20479
20480 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
20481 (vcursor-key-bindings, vcursor-use-vcursor-map)
20482 (vcursor-find-window, vcursor-scroll-down)
20483 (vcursor-disable, vcursor-beginning-of-buffer)
20484 (vcursor-end-of-buffer): Fix typos in docstrings.
20485 (vcursor-relative-move, vcursor-get-char-count):
20486 Improve argument/docstring consistency.
20487
20488 * version.el: "?\ " -> "?\s".
20489
20490 * wid-edit.el (widget-default-create, widget-after-change)
20491 (widget-default-format-handler, widget-checklist-add-item)
20492 (widget-radio-add-item, widget-choose, widget-specify-secret)
20493 (widget-field-value-create, widget-field-value-get)
20494 (widget-editable-list-format-handler)
20495 (widget-editable-list-entry-create, widget-group-value-create)
20496 (widget-documentation-link-add)
20497 (widget-documentation-string-value-create): "?\ " -> "?\s".
20498 (widget-convert-text): Doc fix.
20499 (widget-narrow-to-field, widget-field-find)
20500 (widget-url-link-action, widget-emacs-library-link-action)
20501 (widget-color-notify): Fix typos in docstrings.
20502
20503 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
20504 (x-select-text, set-w32-system-coding-system)
20505 (w32-add-charset-info): Fix typos in docstrings.
20506
20507 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
20508 (cua-enable-cua-keys, cua-use-hyper-key)
20509 (cua-virtual-rectangle-edges): Fix typos in docstrings.
20510 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
20511
20512 * net/tramp.el (tramp-handle-load): Fix typo in error message.
20513
20514 * emacs-lisp/re-builder.el (regexp-builder): Declare with
20515 `defalias' instead of faking it.
20516
20517 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
20518 (eshell-ls-missing, eshell-ls-dired-initial-args)
20519 (eshell-ls-use-in-dired): Fix typos in docstrings.
20520
20521 2005-07-20 Kim F. Storm <storm@cua.dk>
20522
20523 * emulation/cua-base.el (cua-mode): Improve doc string.
20524
20525 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
20526
20527 * abbrev.el (expand-region-abbrevs): Doc fix.
20528 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
20529 Improve argument/docstring consistency.
20530
20531 * arc-mode.el (archive-get-descr, archive-alternate-display):
20532 Doc fixes.
20533 (archive-l-e): Improve argument/docstring consistency.
20534 (archive-tmpdir, archive-unixdate, archive-unixtime)
20535 (archive-chmod-entry): Fix typos in docstrings.
20536 (archive-unflag, archive-unflag-backwards)
20537 (archive-unmark-all-files): "?\ " -> "?\s".
20538
20539 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20540 (Buffer-menu-not-modified, Buffer-menu-execute)
20541 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
20542 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
20543
20544 * composite.el (compose-string, encode-composition-rule)
20545 (compose-last-chars): Fix typos in docstrings.
20546
20547 * desktop.el (desktop-enable, desktop-basefilename):
20548 Declare with `define-obsolete-variable-alias'.
20549 (desktop-internal-v2s): Don't quote keywords.
20550 (desktop-clear): "?\ " -> "?\s".
20551
20552 * dired.el (dired-align-file, dired-flag-backup-files)
20553 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
20554 (dired-listing-switches, dired-ls-F-marks-symlinks)
20555 (dired-dwim-target, dired-load-hook, dired-mode-hook)
20556 (dired-directory, dired-faces, dired, dired-revert)
20557 (dired-mode, dired-summary, dired-view-file)
20558 (dired-copy-filename-as-kill, dired-delete-file)
20559 (dired-no-confirm, dired-unmark-all-marks)
20560 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
20561 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
20562 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
20563 Fix typos in message strings.
20564
20565 * dired-x.el (virtual-dired): Declare with `defalias'.
20566 (dired-mark-unmarked-files, dired-local-variables-file)
20567 (dired-omit-here-always): Doc fix.
20568 (dired-omit-mode, dired-find-subdir)
20569 (dired-enable-local-variables, dired-clean-up-buffers-too)
20570 (dired-extra-startup, dired-mark-extension, dired-jump)
20571 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
20572 (dired-smart-shell-command, dired-guess-shell-alist-user)
20573 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
20574 (dired-x-bind-find-file, dired-x-submit-report):
20575 Fix typos in docstrings.
20576 (dired-mark-unmarked-files): "?\ " -> "?\s".
20577
20578 * dirtrack.el (dirtrack-list): Fix typos in docstring.
20579
20580 * faces.el (describe-face): "?\ " -> "?\s".
20581 (read-all-face-attributes, read-face-font, modify-face)
20582 (face-attr-construct, italic): Fix typos in docstrings.
20583 (frame-update-face-colors): Declare with
20584 `define-obsolete-function-alias'.
20585
20586 * files.el (find-file-noselect, recode-file-name): Doc fixes.
20587 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
20588 (magic-mode-alist, buffer-file-numbers-unique)
20589 (write-file-functions, get-free-disk-space):
20590 Fix typos in docstrings.
20591 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
20592 (write-contents-hooks, write-file-hooks):
20593 Declare with `define-obsolete-variable-alias'.
20594
20595 * forms-d2.el (arch-rj): Fix typo in docstrings.
20596 (arch-tocol): Likewise. "?\ " -> "?\s".
20597
20598 * frame.el (set-frame-font, cursor-in-non-selected-windows):
20599 Fix typo in docstring.
20600 (set-screen-width, set-screen-height): Delete redundant info in
20601 doctrings.
20602 (new-frame, screen-height, screen-width): Declare with
20603 `define-obsolete-function-alias'.
20604 (delete-frame-hook, blink-cursor): Declare with
20605 `define-obsolete-variable-alias'.
20606
20607 * paths.el (prune-directory-list): Fix typos in docstring.
20608
20609 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
20610 (cvs-prefix-get): Fix typos in docstrings.
20611
20612 * ps-print.el (ps-extend-face-list, ps-extend-face)
20613 (ps-print-background-image): Fix typos in docstrings.
20614 (ps-default-fg, ps-default-bg): Doc fixes.
20615
20616 * s-region.el (s-region-bind): Doc fix.
20617 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20618
20619 * textmodes/org.el (org-table-formula-substitute-names)
20620 (org-table-get-vertical-vector): Doc fixes.
20621 (org-table-recalculate): Remove unused argument to `message'.
20622
20623 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
20624
20625 * textmodes/org.el (org-table-column-names)
20626 (org-table-column-name-regexp)
20627 (org-table-named-field-locations): New variables.
20628 (org-archive-subtree): Protect `this-command' when calling
20629 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20630 the kill buffer.
20631 (org-complete): Remove fixed-formula completion.
20632 (org-edit-formulas-map): New variable.
20633 (org-table-edit-formulas): New command.
20634 (org-finish-edit-formulas, org-abort-edit-formulas)
20635 (org-show-variable, org-table-get-vertical-vector): New functions.
20636 (org-table-maybe-eval-formula): Handle `:=' fields.
20637 (org-table-get-stored-formulas, org-table-store-formulas)
20638 (org-table-get-formula, org-table-modify-formulas)
20639 (org-table-replace-in-formulas): Handle named field formulas.
20640 (org-table-get-specials): Store locations of named fields.
20641
20642 2005-07-19 Juri Linkov <juri@jurta.org>
20643
20644 * progmodes/grep.el (grep-regexp-alist)
20645 (grep-mode-font-lock-keywords, grep-process-setup):
20646 Use default GNU grep match color "01;31m" instead of "01;41m".
20647 (grep-regexp-alist, grep-mode-font-lock-keywords):
20648 Use `\\[[0-9]*m' instead of `\\[00m'.
20649 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20650 sgr_start where its handling is more important. Use the real
20651 length of sgr_start instead of constant 8.
20652 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20653 specially. Delete all remaining escape sequences.
20654 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20655 (grep-regexp-alist): Make hyperlink only for binary file name
20656 instead of the whole line.
20657 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20658 (grep-mode): Add autoload.
20659
20660 * emacs-lisp/find-func.el (find-function-regexp):
20661 Add `define-compilation-mode'.
20662
20663 2005-07-19 Juri Linkov <juri@jurta.org>
20664
20665 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20666 (compare-windows-sync-string-size, compare-windows-recenter)
20667 (compare-windows-highlight, compare-windows): Add version 22.1.
20668 (compare-windows) <defface>: Inherit from lazy-highlight instead
20669 of duplicating its default value.
20670
20671 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20672 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20673
20674 * descr-text.el (describe-char): Create link buttons for `charset'
20675 and `code point'. Add the current input method name with a link
20676 button to `to input' field. Print face names of display table
20677 characters in `The display table entry is displayed by' section
20678 instead of printing face-id in the `display' field.
20679 Guess hardcoded faces and create a link button for them.
20680 Skip empty fields when calculating max-width.
20681 Treat `widget-create' specially while inserting strings from the
20682 collected field list.
20683 (describe-char-after): Made obsolete in version 22.1, not 21.5.
20684
20685 * diff-mode.el (diff-file-header): Change foreground color from
20686 yellow to green on light backgrounds.
20687 (diff-context): Inherit from `shadow' only for color/grayscale
20688 with more than 88 colors.
20689 (diff-indicator-removed, diff-indicator-added)
20690 (diff-indicator-changed): New faces.
20691 (diff-font-lock-keywords): Use new faces. Regroup rules.
20692 Add "^---$" for `normal' diff format. Fontify `#' lines with
20693 font-lock-comment-delimiter-face and font-lock-comment-face.
20694 Add `#' to ^[^...] in the rule for `diff-context-face'.
20695
20696 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20697 a button-like box. Inherit from `highlight' on low colors.
20698 (shadow): Use shades of gray only for color/grayscale with
20699 more than 88 colors. Use green for light backgrounds with
20700 8 colors, and yellow for dark backgrounds with 8 colors.
20701
20702 * font-lock.el (font-lock-regexp-grouping-backslash):
20703 Don't inherit from escape-glyph (use bold for all cases).
20704
20705 * info.el (info-xref-visited): Use light foreground color `violet'
20706 for dark backgrounds instead of dark color `magenta3'.
20707 (info-title-1): Use `yellow' color for dark backgrounds.
20708
20709 * isearch.el (isearch): Use not-too-dark magenta3 instead of
20710 too-light magenta2.
20711
20712 * replace.el (match): Use slightly more light RoyalBlue3 instead
20713 of dark RoyalBlue4.
20714
20715 * wid-edit.el (widget-inactive): Inherit from `shadow'.
20716
20717 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
20718
20719 * novice.el (disabled-command-hook): Declare it with
20720 `define-obsolete-variable-alias'.
20721
20722 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20723 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20724 (desktop-load-default): Add release to obsolescence info.
20725 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20726 (desktop-append-buffer-args, desktop-read):
20727 Fix typos in docstrings.
20728 (desktop-kill): Fix typo in message.
20729 (desktop-save): Doc fix.
20730
20731 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20732
20733 * viper-cmd.el (viper-escape-to-state): Bug fix.
20734 (viper-envelop-ESC-key): Change the definition of fast
20735 keysequence so it'll work with keyboard macros.
20736
20737 * ediff.el (ediff-patch-buffer): Change the docstring.
20738
20739 2005-07-19 Kenichi Handa <handa@m17n.org>
20740
20741 * international/mule-cmds.el (select-safe-coding-system): Try to
20742 use an auto-coding (if any) before anything else. If the found
20743 auto-coding is invalid, show a warning message.
20744
20745 * international/mule.el (find-auto-coding): New function created
20746 by modifying the body of set-auto-coding.
20747 (set-auto-coding): Use find-auto-coding to find a coding.
20748
20749 2005-07-18 Richard M. Stallman <rms@gnu.org>
20750
20751 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20752 not isearch-mode-end-hook-error.
20753 (allout-before-change-protect): Fix error message.
20754
20755 2005-07-18 Juri Linkov <juri@jurta.org>
20756
20757 * allout.el (allout-mode):
20758 * calculator.el (calculator-copy):
20759 * custom.el (custom-known-themes):
20760 * dired.el (dired-desktop-buffer-misc-data)
20761 (dired-restore-desktop-buffer):
20762 * dired-x.el (dired-omit-marker-char):
20763 * files.el (basic-save-buffer):
20764 * font-core.el (font-lock-mode):
20765 * calendar/calendar.el (calendar-goto-hebrew-date)
20766 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20767 (calendar-goto-persian-date):
20768 * language/ethio-util.el (ethio-sera-to-fidel-region):
20769 * textmodes/picture.el (picture-mode):
20770 Delete duplicate duplicate words.
20771
20772 2005-07-18 Juri Linkov <juri@jurta.org>
20773
20774 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20775 chars * ? } |.
20776 (isearch-fallback): Don't call `isearch-process-search-char'.
20777 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20778 (isearch-process-search-char): Call `isearch-fallback' for regexp
20779 chars * ? } |.
20780 (isearch-return-char): Make obsolete with `make-obsolete' instead
20781 of simply documenting it as obsolete in the docstring.
20782 (isearch-fallback): Refill docstring.
20783
20784 * international/isearch-x.el
20785 (isearch-process-search-multibyte-characters): Remove unneeded
20786 `concat'. Add intermediate values to `junk-hist' instead of
20787 `minibuffer-history'. Test the length of `str'.
20788
20789 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20790
20791 * allout.el (allout-resolve-xref): Fix typos in error strings.
20792 (allout-before-change-protect): Remove unneeded `concat'.
20793
20794 * array.el (array-mode, array-reconfigure-rows)
20795 (untabify-backward): Fix typos in docstrings.
20796 (array-reconfigure-rows): Use `insert-buffer-substring', not
20797 `insert-buffer'.
20798
20799 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20800 * progmodes/ada-mode.el (ada-make-body):
20801 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20802
20803 * dired.el (dired-log):
20804 * tar-mode.el (tar-subfile-save-buffer):
20805 * play/zone.el (zone-pgm-stress-destress):
20806 Use `insert-buffer-substring', not `insert-buffer'.
20807
20808 2005-07-17 Simon Josefsson <jas@extundo.com>
20809
20810 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20811
20812 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20813
20814 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20815 Add plain auth method.
20816 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20817
20818 2005-07-17 Kim F. Storm <storm@cua.dk>
20819
20820 * ido.el (dired-other-window): Add ido property.
20821
20822 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20823
20824 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20825 Fix typo in docstring.
20826 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20827 `insert-file-literally'.
20828
20829 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20830 info and delete redundant message. Doc fix.
20831 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20832 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20833
20834 2005-07-16 Richard M. Stallman <rms@gnu.org>
20835
20836 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20837 (byte-compile-and): Use byte-compile-and-recursion.
20838 (byte-compile-or-recursion): New function.
20839 (byte-compile-or): Use that.
20840 (byte-compile-if): Guard the else-clause too.
20841 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20842
20843 * isearch.el (isearch-mode-end-hook-quit): New variable.
20844 (isearch-done): Bind it.
20845 (isearch-mode-end-hook): Doc fix.
20846
20847 * allout.el (allout-isearch-did-quit): Variable deleted.
20848 (allout-real-isearch-abort): Function name no longer used.
20849 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20850 (allout-isearch-rectification): isearch-mode always exists.
20851 Don't set allout-isearch-did-quit.
20852 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20853 allout-isearch-did-quit.
20854 (allout-enwrap-isearch): Just add the hook.
20855 (allout-isearch-abort): Function deleted.
20856 (allout-pre-command-business): Avoid warning.
20857
20858 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20859 Correctly avoid warnings.
20860 (pascal-outline): Likewise.
20861
20862 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20863
20864 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20865
20866 * play/tetris.el (tetris-mode): Avoid warning.
20867
20868 * play/snake.el (snake-mode): Avoid warning.
20869
20870 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20871 (gamegrid-set-display-table): Avoid warning.
20872 (gamegrid-set-timer): Likewise.
20873 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20874 (gamegrid-add-score-with-update-game-score-1): Take FILE
20875 as argument.
20876 (gamegrid-add-score-with-update-game-score): Pass that argument.
20877 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20878
20879 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20880
20881 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20882 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20883
20884 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20885 and insert-file.
20886
20887 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20888 (sc-ask): Avoid warnings.
20889
20890 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20891 (eshell-hist-initialize): Use that var the natural way.
20892
20893 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20894
20895 * emacs-lisp/re-builder.el (reb-cook-regexp):
20896 Avoid warning calling lre-compile-string.
20897 (reb-color-display-p): Avoid warning.
20898
20899 * calculator.el (calculator-last-input): Guard uses
20900 of event-key and key-press-event-p.
20901 (event-key, key-press-event-p): Delete definitions.
20902
20903 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20904 (find-gc-source-directory, find-gc-subrs-callers)
20905 (find-gc-noreturn-list, find-gc-source-files)
20906 (find-gc-subrs-called): Vars renamed and defvar'd.
20907
20908 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20909 (checkdoc-overlay-put, checkdoc-delete-overlay)
20910 (checkdoc-overlay-start, checkdoc-overlay-end)
20911 (checkdoc-mode-line-update, checkdoc-char=):
20912 Define such that compiler knows they are defined.
20913 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20914 (checkdoc-read-event): Delete. Use read-event directly.
20915
20916 * whitespace.el (whitespace-make-overlay)
20917 (whitespace-overlay-put, whitespace-delete-overlay)
20918 (whitespace-overlay-start, whitespace-overlay-end):
20919 Define such that compiler knows they are defined.
20920 (whitespace): Move conditional inside.
20921
20922 * tempo.el (tempo-insert-template): Suppress warning.
20923
20924 * ediff-diff.el (longlines-mode): Add defvar.
20925
20926 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20927
20928 * server.el: Bind "C-x #" in a way that works even if C-x is
20929 redefined to a command key, not a prefix key.
20930
20931 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20932
20933 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20934 cl-make-type-test till execution time.
20935
20936 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20937
20938 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20939 arg ARG and use it.
20940
20941 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
20942
20943 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20944
20945 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20946
20947 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20948 a defcustom with two :set or :type keywords.
20949
20950 2005-07-15 Richard M. Stallman <rms@gnu.org>
20951
20952 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20953 Don't give ^M comment-end syntax.
20954
20955 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20956
20957 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20958 Don't consider gdbmi (gdb-mi.el has its own update functions).
20959 (gdb-var-delete): Make it work for gdbmi as well.
20960 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20961
20962 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20963 (gud-speedbar-menu-items): Correct logic for enabling items.
20964
20965 2005-07-15 Kim F. Storm <storm@cua.dk>
20966
20967 * ido.el: Fix commentary.
20968 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20969 Use with-no-warnings around ffap-guesser.
20970 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20971 Let bind minibuffer-completing-file-name to t.
20972
20973 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20974
20975 * startup.el (site-run-file, keyboard-type): Doc fixes.
20976 (command-line): Check for "--basic-display" argument; also for
20977 "--quick", not "--bare-bones" (which was renamed).
20978 (fancy-splash-text): Add missing item "Getting New Versions".
20979 (normal-splash-screen): Fix typos and improve consistency with
20980 `fancy-splash-text'. Update copyright year.
20981
20982 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20983 valid binding for `help-char'.
20984
20985 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20986
20987 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20988
20989 * term.el (term-mode): Disable cua-mode for term buffers.
20990
20991 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
20992
20993 * add-log.el (add-log-mailing-address, change-log-merge):
20994 Doc fixes.
20995 (change-log-get-method-definition): Fix typo in docstring.
20996
20997 2005-07-14 Kim F. Storm <storm@cua.dk>
20998
20999 * emulation/cua-base.el:
21000 (cua--pre-command-handler-1, cua--pre-command-handler)
21001 (cua--post-command-handler-1, cua--post-command-handler):
21002 Split in two. Check (buffer local) value of cua-mode.
21003 (cua-selection-mode): New command.
21004
21005 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21006
21007 * custom.el (custom-initialize-safe-set)
21008 (custom-initialize-safe-default): Doc fixes.
21009
21010 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21011 and simplify :init-value again.
21012
21013 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21014 and simplify :init-value again. Delete autoload.
21015
21016 * startup.el (command-line): Use `custom-reevaluate-setting' again
21017 for tooltip-mode.
21018
21019 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21020 a defcustom with two :initialize keywords.
21021
21022 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
21023
21024 * allout.el (my-mark-marker, allout-isearch-prior-pos)
21025 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21026 (allout-post-command-business, allout-flag-region)
21027 (isearch-reenable-font-lock, allout-yank)
21028 (allout-insert-latex-header, allout-insert-latex-trailer)
21029 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21030 (allout-latex-verb-quote): Fix typos in docstrings.
21031 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21032 (allout-unprotected, allout-prefix-data):
21033 Improve argument/docstring consistency.
21034 (allout-chart-subtree): Fix argument spec.
21035 (allout-open-topic): Rename `use_sib_bullet' argument to
21036 `use-sib-bullet'. Doc fix.
21037
21038 * whitespace.el (whitespace-check-buffer-leading)
21039 (whitespace-check-buffer-trailing)
21040 (whitespace-check-buffer-indent)
21041 (whitespace-check-buffer-spacetab)
21042 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21043 (whitespace-check-leading-whitespace)
21044 (whitespace-check-trailing-whitespace)
21045 (whitespace-check-spacetab-whitespace)
21046 (whitespace-check-indent-whitespace)
21047 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21048 (whitespace-modes): Fix typos in docstrings.
21049 (defgroup, defcustom): Doc fixes.
21050
21051 * winner.el (winner-mode, winner-boring-buffers)
21052 (winner-pending-undo-ring): Doc fixes.
21053 (winner-ring): Remove unneeded `progn'.
21054 (winner-equal): `defsubst' it.
21055 (winner-redo): Fix message.
21056
21057 2005-07-13 Kim F. Storm <storm@cua.dk>
21058
21059 * simple.el (line-move-1): Always use vertical-motion to
21060 do the last (or only) line move to ensure some movement.
21061 Undo 2005-06-23 change--don't check for overlays.
21062
21063 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21064
21065 * term/mac-win.el (ccl-encode-mac-roman-font)
21066 (ccl-encode-mac-centraleurroman-font)
21067 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21068 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21069 Change charset-id boundary of dimension to ?\xef.
21070 (mac-char-fontspec-list): New constant.
21071 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21072 argument. Nil uses itself as family in font-spec. Previous
21073 behavior for nil is now provided by non-nil non-string argument.
21074 All callers changed. Add font-specs for Mac fonts to
21075 "fontset-default" unless iso8859-1 fonts are installed.
21076
21077 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21078
21079 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21080 a continuation line if the \ is preceded by SPC or TAB.
21081 (sh-get-indent-info): Simplify.
21082 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21083 Use with-current-buffer.
21084
21085 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21086 when the matched text is empty.
21087
21088 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21089
21090 * startup.el (command-line): Revert to previous handling of
21091 tooltip-mode. Explain in comment why the complexity is needed.
21092
21093 * tooltip.el (tooltip-mode): Revert to previous implementation of
21094 its defcustom.
21095
21096 * frame.el (blink-cursor-mode): Revert to previous implementation
21097 of its defcustom. Update comment.
21098
21099 2005-07-12 Lars Hansen <larsh@soem.dk>
21100
21101 * desktop.el: Update e-mail address.
21102
21103 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21104
21105 * term/mac-win.el (mac-services-mail-selection)
21106 (mac-services-mail-to): New functions.
21107 (mac-application-menu-map): Bind them.
21108
21109 2005-07-12 wulei <milton@wulei.net> (tiny change)
21110
21111 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21112
21113 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21114
21115 * custom.el (custom-reevaluate-setting): Doc fix.
21116
21117 2005-07-11 Jay Belanger <belanger@truman.edu>
21118
21119 * calc/calc.el (calc-embedded-announce-formula-alist)
21120 (calc-embedded-open-close-plain-alist)
21121 (calc-embedded-open-close-mode-alist): Add checks for additional
21122 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21123
21124 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21125
21126 * custom.el (custom-enable-theme): Don't add theme to
21127 `custom-enabled-themes' with `push' because there is no
21128 setf-method for `delq'.
21129
21130 2005-07-11 Richard M. Stallman <rms@gnu.org>
21131
21132 * custom.el (custom-declare-variable): Doc fix.
21133
21134 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21135 from the alists.
21136
21137 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21138 Do nothing if edebug-active.
21139
21140 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21141 (edebug-display): Do it here instead.
21142
21143 2005-07-10 Richard M. Stallman <rms@gnu.org>
21144
21145 * cus-face.el (custom-theme-set-faces): Make it work.
21146 (custom-reset-faces): Doc fix.
21147 (custom-theme-reset-internal-face, custom-theme-face-value):
21148 Functions deleted.
21149
21150 * custom.el (custom-push-theme): Maintain list of the settings
21151 of a given theme in its theme-settings property.
21152 Maintain position of old settings in the theme-value
21153 or theme-face property.
21154 (custom-enabled-themes): New variable.
21155 (custom-theme-enabled-p): New function.
21156 (provide-theme): Update custom-enabled-themes.
21157 Disable and reenable the `user' theme.
21158 (require-theme): Doc fix.
21159 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21160 (custom-theme-value, custom-theme-variable-value): Likewise.
21161 (custom-theme-reset-internal): Likewise.
21162 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21163 (custom-enable-theme, custom-disable-theme): New functions.
21164 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21165 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21166 (custom-theme-reset-variables): Simplify.
21167 (deftheme, custom-declare-theme, custom-make-theme-feature):
21168 Definitions moved.
21169
21170 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21171
21172 * longlines.el (longlines-show-region)
21173 (longlines-unshow-hard-newlines): Recognize hard newlines by
21174 non-nil hard property, instead of t.
21175
21176 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21177
21178 * viper-cmd.el (viper--key-maps): New variable.
21179 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21180 emulation-mode-map-alists.
21181 (viper-envelop-ESC-key): Use viper-subseq.
21182 (viper-search-forward/backward/next): Disable debug-on-error.
21183
21184 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21185 (viper-ESC-key): New defcustoms.
21186
21187 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21188
21189 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21190 (viper-subseq): Copy of subseq from cl.el.
21191
21192 * viper.el (viper-go-away, viper-set-hooks): Use
21193 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21194
21195 * viper-mous.el (viper-current-frame-saved): Use defvar.
21196
21197 * viper-init.el: Get rid of -face in face names.
21198
21199 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21200 Make it work with longlines mode
21201
21202 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21203
21204 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21205
21206 * ediff-init.el: Get rid of -face in face names.
21207
21208 2005-07-10 Richard M. Stallman <rms@gnu.org>
21209
21210 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21211 and with-timeout-unsuspend.
21212
21213 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21214 and with-timeout-unsuspend.
21215
21216 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21217 (with-timeout): Bind that variable to record timers.
21218 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21219
21220 * emacs-lisp/debug.el (debug-help-follow): New function.
21221 (debugger-mode-map): Use that instead of help-follow.
21222 (debugger-setup-buffer): Use eval-buffer-list
21223 to handle eval-buffer frames.
21224
21225 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21226
21227 * timezone.el (timezone-parse-date): Change first regexp
21228 so it will not mistakenly match dates with no time zone.
21229
21230 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21231
21232 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21233
21234 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21235
21236 * custom.el (custom-initialize-safe-set)
21237 (custom-initialize-safe-default): New functions.
21238
21239 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21240 and simplify :init-value.
21241
21242 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21243 and simplify :init-value. Delete obsolete comment.
21244
21245 * startup.el (command-line): Use `custom-reevaluate-setting' to
21246 handle `tooltip-mode'. Delete obsolete comment.
21247
21248 * files.el (set-visited-file-name): Avoid calling
21249 `file-name-nondirectory' with a nil argument.
21250
21251 2005-07-09 Richard M. Stallman <rms@gnu.org>
21252
21253 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21254 was called with nil for the buffer, handle the read position right.
21255 Handle read position for eval-region, too.
21256
21257 2005-07-09 Juri Linkov <juri@jurta.org>
21258
21259 * fringe.el (fringe-mode): Add period in docstring.
21260 (fringe-query-style): Build prompt depending on `all-frames' arg.
21261
21262 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21263 to not create links to unrelated functions in the Help buffer.
21264
21265 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21266 Doc fix.
21267
21268 * simple.el (next-error-hook): New variable.
21269 (next-error): Use it. Doc fix.
21270
21271 * textmodes/ispell.el (ispell-command-loop): Add current
21272 dictionary name and program name to mode-line-format.
21273 (ispell-region, ispell-process-line): Add current dictionary name
21274 and program name to messages.
21275
21276 2005-07-08 Jay Belanger <belanger@truman.edu>
21277
21278 * calc/calc.el (calc-embedded-announce-formula-alist)
21279 (calc-embedded-open-close-formula-alist)
21280 (calc-embedded-open-close-word-alist)
21281 (calc-embedded-open-close-plain-alist)
21282 (calc-embedded-open-close-new-formula-alist)
21283 (calc-embedded-open-close-mode-alist)
21284 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21285 (calc-embedded-mode-hook): New variables.
21286
21287 * calc/calc-embed.el (calc-embedded-firsttime)
21288 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21289 New variables.
21290 (calc-do-embedded): Use calc-embedded-firsttime,
21291 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21292 determine whether or not to run hooks.
21293 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21294 calc-embedded-firsttime-formula appropriately.
21295 Set calc-embedded delimiter variables according to mode.
21296
21297 2005-07-08 Richard M. Stallman <rms@gnu.org>
21298
21299 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21300 Check for "emacs", etc., as entire symbol, not just as word.
21301 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21302
21303 * files.el (set-visited-file-name): Report the error
21304 for "empty filename" earlier.
21305 (kill-some-buffers): Ignore buffers already dead.
21306
21307 * fringe.el (fringe-mode): Doc fix.
21308
21309 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21310 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21311 Use unwind-protect to ensure byte-compile-unresolved-functions
21312 is updated.
21313
21314 * whitespace.el (whitespace-buffer-leading-cleanup):
21315 Simplify w/ skip-chars-forward.
21316 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21317
21318 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21319 Unconditionally try to leave point at the same old place.
21320
21321 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21322
21323 * comint.el (comint-postoutput-scroll-to-bottom)
21324 (comint-show-maximum-output): Take scroll-margin into consideration.
21325
21326 2005-07-08 Kim F. Storm <storm@cua.dk>
21327
21328 * ido.el (ido-use-filename-at-point): New choice `guess'.
21329 (ido-file-internal): Try ffap-guesser if selected.
21330
21331 * ido.el (ido-before-fallback-functions): New hook.
21332 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21333 (ido-read-file-name): Run it.
21334
21335 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21336
21337 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21338 strings rather than a list of symbols to the completion function.
21339
21340 2005-07-07 Jay Belanger <belanger@truman.edu>
21341
21342 * calc/calc-units.el (math-apply-units): Change the places in
21343 which units are simplified.
21344
21345 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21346
21347 * cus-edit.el (customize-option, customize-option-other-window):
21348 Make them handle aliases.
21349
21350 * custom.el (custom-variable-p): Make it recursively follow
21351 aliases. Mention that in the docstring.
21352
21353 2005-07-07 Richard M. Stallman <rms@gnu.org>
21354
21355 * cus-start.el (exec-path): Use `directory' instead of `file'.
21356 Fix tag for nil.
21357
21358 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21359
21360 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21361 when called non-interactively. Doc fix.
21362
21363 2005-07-07 Lute Kamstra <lute@gnu.org>
21364
21365 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21366 new address as well.
21367
21368 2005-07-07 Kenichi Handa <handa@m17n.org>
21369
21370 * international/mule.el (make-coding-system):
21371 Describe `ascii-incompatible' property in the docstring.
21372 (set-file-name-coding-system): Signal an error if coding-system is
21373 ascii-incompatible.
21374 (set-keyboard-coding-system): Likewise.
21375
21376 * international/mule-cmds.el (set-default-coding-systems):
21377 Don't set default-file-name-coding-system and
21378 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21379
21380 * international/utf-16.el: Declare that all UTF-16-based coding
21381 systems are ASCII-incompatible.
21382
21383 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21384
21385 * progmodes/gud.el: Require font-lock for displaying errors.
21386 Used by gdb-ui.el.
21387
21388 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21389
21390 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
21391 values for the pattern lists which are `read'able but not
21392 `append'able (like symbols).
21393
21394 2005-07-06 Richard M. Stallman <rms@gnu.org>
21395
21396 * progmodes/flymake.el (flymake-float-time): Instead of
21397 with-no-warnings, test for XEmacs.
21398 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
21399 to avoid warning.
21400
21401 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
21402
21403 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
21404
21405 2005-07-05 Lute Kamstra <lute@gnu.org>
21406
21407 * battery.el: Add support for Darwin (with much debugging help
21408 from Samuel Lauber <sam124@operamail.com>).
21409 (battery-status-function, battery-echo-area-format)
21410 (battery-mode-line-format): Add support for pmset on Darwin.
21411 (battery-load-low, battery-load-critical): New user options.
21412 (battery-pmset): New function.
21413
21414 2005-07-05 Lute Kamstra <lute@gnu.org>
21415
21416 Update FSF's address in GPL notices.
21417
21418 * textmodes/page-ext.el: Update FSF's address.
21419
21420 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
21423 filling from using prefix when filling a single-line docstring.
21424
21425 * progmodes/flymake.el: Remove useless eval-when-compile.
21426
21427 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
21428
21429 2005-07-04 Richard M. Stallman <rms@gnu.org>
21430
21431 * textmodes/org.el (org-file-apps-defaults-gnu):
21432 Rename from org-file-apps-defaults-linux.
21433 (org-default-apps): Don't test system-type for `linux'.
21434 (org-file-apps): Doc fix.
21435
21436 2005-07-04 David Ponce <david@dponce.com>
21437
21438 * tree-widget.el: Improve header Commentary section.
21439 (tree-widget) [defgroup]
21440 (tree-widget-image-enable, tree-widget-themes-directory)
21441 (tree-widget-theme, tree-widget-image-properties-emacs)
21442 (tree-widget-image-properties-xemacs, tree-widget-create-image)
21443 (tree-widget-image-formats, tree-widget-control)
21444 (tree-widget-empty-control, tree-widget-leaf-control
21445 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
21446 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
21447 (tree-widget-keep, tree-widget-after-toggle-functions)
21448 (tree-widget-open-node, tree-widget-close-node): Doc fix.
21449 (tree-widget-open-control, tree-widget-close-control): Fix doc and
21450 :help-echo message.
21451 (tree-widget-set-theme): Doc fix. Use `string-equal'.
21452 (tree-widget-image-properties): Doc fix. Clearer implementation.
21453 (tree-widget--cursors): New constant.
21454 (tree-widget-lookup-image): New function split from
21455 `tree-widget-find-image'. Clearer implementation.
21456 (tree-widget-find-image): Use it.
21457 (tree-widget-button-keymap): Use `set-keymap-parent'.
21458 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
21459 Define the sub-widgets here.
21460 (tree-widget-node): Check that :node is not a tree-widget.
21461 (tree-widget-get-super, tree-widget-open-control)
21462 (tree-widget-close-control, tree-widget-empty-control)
21463 (tree-widget-leaf-control, tree-widget-guide)
21464 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
21465 (tree-widget-no-handle, tree-widget-value-delete)
21466 (tree-widget-map): Remove.
21467 (tree-widget-children-value-save): Doc fix. Simplified.
21468 (tree-widget-value-create): Update according to previous changes.
21469
21470 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
21471
21472 * textmodes/org.el: Leading space replaced by TABS.
21473 (org-recalc-marks, org-table-rotate-recalc-marks)
21474 (org-table-get-specials): Treat "^" and "_" marks.
21475 (org-table-justify-field-maybe): Optional argument NEW.
21476 (org-table-eval-formula): Parsing of the format simplified.
21477 New modes C,I. Honor the %= parameter in the current table.
21478 Avoid unnecessary re-align by using the NEW argument to
21479 `org-table-justify-field-maybe'.
21480 (org-calc-default-modes): Default for date-format mimicks org-mode.
21481 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
21482
21483 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
21484
21485 * cus-face.el (custom-theme-set-faces): Make it handle face
21486 aliases whose alias declarations are pre- or autoloaded.
21487
21488 2005-07-04 Juri Linkov <juri@jurta.org>
21489
21490 * faces.el (read-face-name): Put the code for getting a face name
21491 from the buffer before adding the faces from the `face' property.
21492 Use `completing-read-multiple' instead of `completing-read'.
21493 Require `crm'. Add default value and post-process the returned
21494 list of faces.
21495
21496 * emacs-lisp/crm.el (crm-find-current-element)
21497 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
21498
21499 * emacs-lisp/lisp-mode.el (eval-defun-1):
21500 * emacs-lisp/edebug.el (edebug-eval-defun):
21501 Remove unnecessary quotes.
21502
21503 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
21504
21505 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
21506 (prolog-indent-level): Fix typo in docstring.
21507
21508 * info.el (Info-history, Info-history-forward)
21509 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
21510
21511 * add-log.el (add-change-log-entry):
21512 * comint.el (comint-dynamic-list-input-ring)
21513 (comint-dynamic-list-completions):
21514 * dabbrev.el (dabbrev-expand):
21515 * delim-col.el (delimit-columns-rectangle-line):
21516 * diff-mode.el (diff-context->unified, diff-reverse-direction)
21517 (diff-unified->context):
21518 * ediff-init.el (ediff-abbrev-jobname):
21519 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
21520 (ediff-replace-session-activity-marker-in-meta-buffer):
21521 * info.el (Info-summary):
21522 * lpr.el (printify-region):
21523 * printing.el (pr-create-interface):
21524 * ps-print.el (ps-print-quote):
21525 * ses.el (ses-column-widths, ses-print-cell)
21526 (ses-adjust-print-width, ses-center):
21527 * shell.el (shell-file-name-quote-list):
21528 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
21529 (strokes-fill-current-buffer-with-whitespace)
21530 (strokes-xpm-for-stroke, strokes-list-strokes)
21531 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
21532 * term.el (term-dynamic-list-input-ring)
21533 (term-dynamic-list-completions):
21534 * calc/calc.el (math-format-stack-value):
21535 * emacs-lisp/edebug.el (edebug-display-freq-count):
21536 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
21537 (delphi-new-comment-line):
21538 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
21539 * progmodes/executable.el (executable-set-magic):
21540 * progmodes/python.el (inferior-python-mode):
21541 * progmodes/scheme.el (scheme-mode-syntax-table):
21542 * progmodes/sh-script.el (sh-maybe-here-document):
21543 * progmodes/sql.el (sql-copy-column):
21544 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
21545 * textmodes/bibtex.el (bibtex-mode):
21546 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
21547 (sgml-auto-attributes):
21548 * textmodes/table.el (table-insert, table-shorten-cell)
21549 (table--generate-source-scan-lines, table-delete-row)
21550 (*table--cell-delete-char, table--spacify-frame)
21551 (table--horizontally-shift-above-and-below)
21552 (table--cell-insert-char, table--cell-blank-str)
21553 (table--fill-region-strictly):
21554 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
21555 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
21556
21557 * add-log.el (change-log):
21558 * apropos.el (apropos):
21559 * comint.el (comint-completion, comint-source):
21560 * dabbrev.el (dabbrev):
21561 * delim-col.el (columns):
21562 * diff-mode.el (diff-mode):
21563 * ediff.el (ediff):
21564 * ediff-diff.el (ediff-diff):
21565 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
21566 * ediff-mult.el (ediff-mult):
21567 * ediff-ptch.el (ediff-ptch):
21568 * ediff-wind.el (ediff-window):
21569 * facemenu.el (facemenu):
21570 * indent.el (indent):
21571 * info.el (info):
21572 * jka-cmpr-hook.el (compression, jka-compr):
21573 * lpr.el (lpr):
21574 * outline.el (outlines):
21575 * pcmpl-cvs.el (pcmpl-cvs):
21576 * pcmpl-rpm.el (pcmpl-rpm):
21577 * printing.el (printing):
21578 * ps-print.el (postscript, ps-print, ps-print-horizontal)
21579 (ps-print-vertical, ps-print-headers, ps-print-font)
21580 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
21581 (ps-print-background, ps-print-printer, ps-print-page)
21582 (ps-print-miscellany):
21583 * ses.el (ses):
21584 * shell.el (shell, shell-directories, shell-faces):
21585 * startup.el (initialization):
21586 * strokes.el (strokes):
21587 * term.el (term):
21588 * uniquify.el (uniquify):
21589 * w32-vars.el (w32):
21590 * calc/calc.el (calc):
21591 * emacs-lisp/bytecomp.el (bytecomp):
21592 * emacs-lisp/cl-indent.el (lisp-indent):
21593 * emacs-lisp/edebug.el (edebug):
21594 * emacs-lisp/elp.el (elp):
21595 * emacs-lisp/testcover.el (testcover):
21596 * emacs-lisp/trace.el (trace):
21597 * emulation/viper-ex.el (viper-ex):
21598 * emulation/viper-mous.el (viper-mouse):
21599 * mail/mailalias.el (mailalias):
21600 * mail/supercite.el (supercite, supercite-frames)
21601 (supercite-attr, supercite-cite, supercite-hooks):
21602 * net/rcompile.el (remote-compile):
21603 * net/rlogin.el (rlogin):
21604 * obsolete/ooutline.el (outlines):
21605 * progmodes/delphi.el (delphi):
21606 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
21607 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
21608 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
21609 (ebnf-optimization):
21610 * progmodes/etags.el (etags):
21611 * progmodes/executable.el (executable):
21612 * progmodes/idlwave.el (idlwave):
21613 * progmodes/pascal.el (pascal):
21614 * progmodes/prolog.el (prolog):
21615 * progmodes/python.el (python):
21616 * progmodes/scheme.el (scheme):
21617 * progmodes/sh-script.el (sh, sh-script):
21618 * progmodes/sql.el (SQL):
21619 * progmodes/tcl.el (tcl):
21620 * textmodes/bibtex.el (bibtex, bibtex-autokey):
21621 * textmodes/enriched.el (enriched):
21622 * textmodes/makeinfo.el (makeinfo):
21623 * textmodes/sgml-mode.el (sgml):
21624 * textmodes/table.el (table-hooks):
21625 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21626 * textmodes/texinfo.el (texinfo):
21627 * textmodes/two-column.el (two-column):
21628 Finish `defgroup' description with period.
21629
21630 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21631 * eshell/esh-var.el (eshell-var):
21632 * progmodes/vhdl-mode.el (vhdl-testbench):
21633 * textmodes/org.el (org): Fix typos in docstrings.
21634
21635 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21636 consistency.
21637
21638 * progmodes/flymake.el (flymake-find-file): Remove.
21639 (flymake-float-time): Use `with-no-warnings'.
21640 (flymake-check-start-time, flymake-check-was-interrupted)
21641 (flymake-err-info, flymake-is-running, flymake-last-change-time)
21642 (flymake-new-err-info): `defvar' at compile time.
21643
21644 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
21645
21646 * replace.el (occur-hook): Doc fix.
21647 (occur-1): Don't call `occur-hook' if there are no matches.
21648
21649 2005-07-03 Richard M. Stallman <rms@gnu.org>
21650
21651 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21652 global-map, save the same map.
21653 (global-map): Don't alter it at top level.
21654 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21655 Then alter it here instead.
21656 (tpu-edt-off): Set global-map to the saved one.
21657
21658 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21659 All references simplified.
21660 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
21661 (zmacs-regions): Add defvar.
21662 (repeat-complex-command-map): Everything about that deleted.
21663
21664 * textmodes/artist.el (artist-key-is-drawing)
21665 (artist-key-endpoint1, artist-key-poly-point-list)
21666 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21667 (artist-key-compl-table, artist-rb-save-data)
21668 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21669 Don't put them in eval-when-compile.
21670 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21671
21672 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21673 Use with-no-warnings.
21674
21675 * net/browse-url.el (dos-windows-version): Add defvar.
21676
21677 * mail/supercite.el (filladapt-prefix-table): Add defvar.
21678
21679 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21680 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21681 (rmail-new-summary-line-count): Rename from new-summary-line-count.
21682 Add defvar.
21683 (rmail-summary-beginning-of-message): Use with-no-warnings.
21684 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21685
21686 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21687 Use with-no-warnings.
21688
21689 * emulation/vi.el (vi-mark-region): Use c-mark-function.
21690 (c-mark-function): Add point-moving-unit property.
21691 (vi-goto-line): Use with-no-warnings.
21692
21693 * emulation/edt.el (edt-last-copied-word): Add defvar.
21694 (zmacs-region-stays): Likewise.
21695 (edt-mark-section-wisely): Use c-mark-function for C.
21696 Use makr-defun for Fortran.
21697 (time-string): defvar deleted.
21698 (edt-display-the-time): Don't set time-string.
21699
21700 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21701
21702 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21703 Don't warn when name is not constant
21704 or for defining the group `emacs'.
21705
21706 * tooltip.el (gud-tooltip-mode): Add defvar.
21707
21708 * startup.el (default-frame-background-mode): Add defvar.
21709
21710 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21711
21712 * info.el (tool-bar-map): Add defvar.
21713
21714 * dired.el (dnd-protocol-alist): Add defvar.
21715
21716 * dired-aux.el (dired-query): Display question with answer, when
21717 the user answers.
21718
21719 * custom.el (custom-add-option): Doc fix.
21720
21721 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21722
21723 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21724
21725 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21726 bogus name from the last change.
21727
21728 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21729
21730 * custom.el (custom-declare-variable): Fix typos in comment.
21731 (custom-known-themes): Doc fix.
21732 (custom-theme-directory): New defcustom.
21733 (require-theme): Make it check `custom-theme-directory'.
21734
21735 * cus-theme.el (custom-new-theme-mode): New function.
21736 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21737 (custom-theme-description): Add compiler defvars.
21738 (customize-create-theme): Add doc to the "*New Custom Theme*"
21739 buffer. Use `custom-new-theme-mode'.
21740 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21741 and save it to the `custom-theme-directory'. Make this the
21742 default directory of the buffer.
21743
21744 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21745
21746 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21747 Fix unbalanced parentheses.
21748
21749 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21752 into flymake-mode and delegate to flymake-mode.
21753
21754 * find-file.el (ff-which-function-are-we-in): Clean up.
21755
21756 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21757
21758 * replace.el (occur-rename-buffer): Fix docstring.
21759
21760 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21761 (edt-last-copied-word, edt-learn-macro-count)
21762 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21763 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21764 (time-string, zmacs-region-stays):
21765 * emulation/edt-mapper.el (edt-save-function-key-map)
21766 (EDT-key-name): `defvar' to silence the byte-compiler.
21767
21768 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21769
21770 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21771 font-lock-regexp-backslash. Doc fix.
21772 (font-lock-regexp-backslash-grouping-construct): Rename from
21773 font-lock-regexp-backslash-construct. Doc fix.
21774 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21775 grouping constructs.
21776
21777 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21778
21779 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21780 updating all the prerequisites.
21781
21782 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21783
21784 * textmodes/org.el (org-agenda-start-on-weekday)
21785 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21786 (org-agenda-use-time-grid, org-archive-location)
21787 (org-allow-space-in-links, org-usenet-links-prefer-google)
21788 (org-enable-table-editor, org-export-default-language)
21789 (org-export-html-show-new-buffer, org-fill-paragraph)
21790 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21791 (org-goto-quit, org-occur, org-eval-in-calendar)
21792 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21793 (org-agenda-diary-entry, org-remember-help)
21794 (org-table-convert-region, org-at-table-p)
21795 (org-table-move-row-down, org-table-move-row-up)
21796 (org-table-copy-region, org-table-toggle-vline-visibility)
21797 (org-table-get-stored-formulas, org-table-get-specials)
21798 (org-recalc-commands, org-table-eval-formula)
21799 (org-table-formula-substitute-names, orgtbl-make-binding)
21800 (org-format-org-table-html, org-format-table-table-html)
21801 (org-format-table-table-html-using-table-generate-source)
21802 (org-customize): Fix typos in docstrings.
21803 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21804 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21805 (org-back-to-heading): Doc fixes.
21806 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21807 (org-agenda-change-all-lines, org-get-header):
21808 Improve argument/docstring consistency.
21809 (orgtbl-error): Fix error message.
21810
21811 * progmodes/flymake.el (flymake-find-possible-master-files)
21812 (flymake-master-file-compare, flymake-get-line-err-count)
21813 (flymake-highlight-line, flymake-gui-warnings-enabled):
21814 Fix typos in docstrings.
21815 (flymake-parse-line, flymake-get-project-include-dirs-function)
21816 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21817 Doc fixes.
21818 (flymake-get-project-include-dirs-function)
21819 (flymake-make-err-menu-data):
21820 Improve argument/docstring consistency.
21821
21822 2005-07-01 Lute Kamstra <lute@gnu.org>
21823
21824 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21825 Catch errors with ignore-errors. Use temporary buffer.
21826 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21827
21828 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21829 background color faces.
21830 (facemenu-set-foreground, facemenu-set-background):
21831 Use facemenu-set-face-from-menu.
21832 (facemenu-set-face-from-menu): Treat face names that start with
21833 "fg:" or "bg:" as special.
21834 (facemenu-add-new-color): Don't create faces. Simplify.
21835
21836 2005-06-30 Richard M. Stallman <rms@gnu.org>
21837
21838 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21839 (crm-find-current-element): Likewise.
21840
21841 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21842
21843 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21844
21845 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21848 (archive-mouse-extract): Make it an obsolete alias.
21849 (archive-mode-map): Don't use archive-mouse-extract any more.
21850 (archive-mode, archive-extract): write-contents-hooks ->
21851 write-contents-functions.
21852 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21853 first arg.
21854 (archive-rename-entry): Update the call.
21855 (archive-zip-summarize): Remove unused var `method'.
21856 (archive-lzh-summarize): Remove unused var `creator'.
21857
21858 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21859 dedicated frame upon exit.
21860
21861 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21862 (archive-zip-extract, archive-zip-expunge)
21863 (archive-zip-update, archive-zip-update-case): Use executable-find.
21864 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21865 Use restore-buffer-modified-p.
21866 (archive-extract, archive-add-new-member, archive-write-file-member):
21867 Use with-current-buffer.
21868 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21869
21870 2005-06-30 Andreas Schwab <schwab@suse.de>
21871
21872 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21873
21874 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21875
21876 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21877
21878 2005-06-30 Juri Linkov <juri@jurta.org>
21879
21880 * faces.el (vertical-border): Inherit from mode-line-inactive
21881 only on tty.
21882
21883 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21884
21885 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21886 example, -NLINES in the `occur' docstring).
21887
21888 * replace.el (occur-1): When no matches are found, do not set the
21889 `buffer-read-only' and modified flags for the occur buffer,
21890 because it is deleted.
21891
21892 * emulation/cua-base.el (cua-check-pending-input)
21893 (cua-repeat-replace-region, cua-mode, cua-debug)
21894 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21895 Fix typos in docstrings.
21896
21897 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21898 (cua-cut-region-to-global-mark)
21899 (cua--cut-rectangle-to-global-mark):
21900 Remove period from end of messages.
21901
21902 * emulation/cua-rect.el (cua-do-rectangle-padding):
21903 Remove period from end of messages.
21904 (cua--rectangle-seq-format): Fix typo in docstring.
21905 (cua-sequence-rectangle, cua-fill-char-rectangle):
21906 Improve argument/docstring consistency.
21907
21908 2005-06-29 Juri Linkov <juri@jurta.org>
21909
21910 * faces.el (default-frame-background-mode): New internal variable.
21911 (frame-set-background-mode): Use it.
21912
21913 * startup.el (normal-top-level): Set default-frame-background-mode
21914 instead of frame-background-mode. Before setting it, test for its
21915 nil value. Remove tests for frame-background-mode and frame
21916 parameter `reverse'. Add test for "unspecified-fg".
21917
21918 * term/xterm.el (xterm-rxvt-set-background-mode):
21919 * term/rxvt.el (rxvt-set-background-mode):
21920 Set default-frame-background-mode instead of frame-background-mode.
21921
21922 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21923
21924 * simple.el (set-variable): Warn about obsolete user variables.
21925
21926 * imenu.el (imenu--completion-buffer):
21927 * mouse.el (mouse-buffer-menu-alist):
21928 * msb.el (msb-invisible-buffer-p):
21929 * calendar/diary-lib.el (diary-header-line-format):
21930 * emacs-lisp/pp.el (pp-buffer):
21931 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21932 * textmodes/picture.el (picture-replace-match):
21933 Change space constants followed by a sexp to "?\s ".
21934
21935 * play/decipher.el (decipher-loop-with-breaks):
21936 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21937 constants "protected" from end of line by a comment to "?\s".
21938
21939 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21940
21941 * font-lock.el (save-buffer-state): Use `declare'.
21942
21943 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21944 reset the syntax-table to cperl-mode-syntax-table.
21945 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21946 "foo_print_bar" is not matched as a reserved keyword.
21947
21948 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21949
21950 * textmodes/org.el (orgtbl-setup): New function, for delayed
21951 setup for the orgtbl commands.
21952 (org-calc-default-modes): New option.
21953 (orgtbl-make-binding): Use `defun' to get better help display.
21954 (org-diary): Call `org-compile-prefix-format'.
21955 (org-table-formula-substitute-names): New function.
21956 (org-agenda-day-view, org-agenda-week-view): New commands.
21957 (org-agenda-toggle-week-view): Command removed.
21958 (org-tbl-menu): Split off from org-org-menu.
21959 (org-mode): Move removal of outline-mode menus to here.
21960 (org-table-formula-debug): New option.
21961 (org-table-insert-row): Keep first field if just "#" or "*".
21962 (org-mode): Paragraph regexps fixed.
21963 (org-table-recalculate-regexp): New constant.
21964 (org-table-justify-field-maybe): Avoid replace if not necessary.
21965 (org-copy-special, org-cut-special): Use `call-interactively'.
21966 (org-table-copy-region): Take region from `interactive' call.
21967 (org-trim): Return string even if no match.
21968 (org-formula): New face.
21969 (org-set-font-lock-defaults): No longer highlight "FIXME".
21970 But highlight formula-related fields in table.
21971 (org-table-p): Use regexp, not fontification.
21972 (org-table-align): Handle white space at end of line.
21973 (org-table-formula-evaluate-inline): New option.
21974 (org-mode): Auto-wrapping in comment lines turned off.
21975 (org-table-copy-down): Evaluate only in copied field, not in
21976 destination.
21977 (org-table-current-formula): Variable removed.
21978 (org-table-store-formulas, org-table-get-stored-formulas)
21979 (org-table-modify-formulas, org-table-replace-in-formulas)
21980 (org-table-maybe-eval-formula): New functions.
21981 (org-table-get-formula): Modify to use stored formulas.
21982 (org-table-insert-column, org-table-delete-column)
21983 (org-table-move-column): Call `org-table-modify-formulas'.
21984 (org-complete): Add completion for keyword formulas.
21985 (orgtbl-mode): Pull orgtbl-mode-map to start of
21986 minor-mode-map-alist.
21987
21988 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21989
21990 * progmodes/python.el (python-check): Require `compile' before
21991 modifying its variables.
21992
21993 * newcomment.el (comment-indent-default): Don't get fooled by an early
21994 end of buffer.
21995
21996 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21997
21998 * ps-print.el (ps-print-version): Fix version number.
21999
22000 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22001
22002 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22003
22004 2005-06-28 Richard M. Stallman <rms@gnu.org>
22005
22006 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22007 (flyspell-local-mouse-map): Declaration deleted.
22008 (flyspell-mouse-map): Bind only mouse-2.
22009 (flyspell-mode-map): Don't test flyspell-use-local-map.
22010 (flyspell-overlay-keymap-property-name): Var deleted.
22011 (flyspell-mode-on): Don't make local bindings for
22012 flyspell-mouse-map and flyspell-mode-map.
22013 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22014
22015 * textmodes/ispell.el (ispell-word): Do not ignore short words.
22016
22017 * progmodes/compile.el (compilation-next-error-function):
22018 Don't switch buffers; operate on the current buffer.
22019
22020 * progmodes/compile.el (compilation-error-file-name)
22021 (compilation-warning-file-name, compilation-info-file-name)
22022 (compilation-line-number, compilation-column-number): New faces.
22023 (compilation-error-face, compilation-warning-face)
22024 (compilation-info-face, compilation-line-face)
22025 (compilation-column-face): Use them.
22026
22027 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22028
22029 * comint.el (comint-password-prompt-regexp): Accept ", try again".
22030
22031 * bindings.el (global-map): Bind insertchar and its variants.
22032
22033 2005-06-27 Richard M. Stallman <rms@gnu.org>
22034
22035 * textmodes/artist.el (artist-text-overwrite)
22036 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22037
22038 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22039
22040 * ps-print.el: It was not working the page selection for printing.
22041 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22042 (ps-print-version): New version 6.6.7.
22043 (ps-end-sheet): New fun.
22044 (ps-header-sheet, ps-end-job): Call it.
22045
22046 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
22047
22048 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22049
22050 2005-06-27 Lute Kamstra <lute@gnu.org>
22051
22052 * facemenu.el (facemenu-unlisted-faces): Add foreground and
22053 background color faces.
22054 (facemenu-get-face): Delete function.
22055 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22056 (facemenu-add-new-color): Make second argument mandatory.
22057 Create the appropriate face and return it. Simplify.
22058 (facemenu-set-foreground, facemenu-set-background): Don't check if
22059 color is defined. Use return value of facemenu-add-new-color.
22060
22061 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22062
22063 * progmodes/gud.el (gud-filter): Add missing argument to
22064 with-selected-window.
22065
22066 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22067
22068 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22069 a :require to the defcustom.
22070
22071 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22072 defcustoms corresponding to minor modes.
22073
22074 2005-06-26 David Ponce <david@dponce.com>
22075
22076 * recentf.el: Require tree-widget instead of wid-edit.
22077 (recentf-filename-handler): Fix widget :type.
22078 (recentf-cancel-dialog, recentf-open-more-files)
22079 (recentf-open-files-action): Doc fix.
22080 (recentf-dialog-goto-first): New function.
22081 (recentf-dialog-mode-map): Set parent keymap first.
22082 (recentf-dialog-mode): Define with define-derived-mode.
22083 Don't display continuation lines in dialogs.
22084 (recentf-edit-list): Rename from recentf-edit-selected-items.
22085 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22086 Simplify.
22087 (recentf-edit-list-validate): New function.
22088 (recentf-edit-list): Update accordingly.
22089 (recentf-open-files-item-shift): Remove.
22090 (recentf-open-files-item): Convert menu elements into tree and
22091 link widgets. Don't create the widgets.
22092 (recentf-open-files): Update accordingly.
22093 (recentf-save-list): Untabify.
22094
22095 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22096
22097 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22098 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22099 partially contained in the active region. Do not take active
22100 region into account when called from Lisp, unless INTERACTIVE arg
22101 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22102 avoid trouble with fields. Make marker point nowhere when no
22103 longer used. Always return nil. Doc fix.
22104 (flush-lines): Add INTERACTIVE arg. Do not take active region
22105 into account when called from Lisp, unless INTERACTIVE arg is
22106 non-nil. Use `forward-line' instead of `beginning-of-line' to
22107 avoid trouble with fields. Make marker point nowhere when no
22108 longer used. Always return nil. Doc fix.
22109 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22110 interchangeable. Do not take active region into account when
22111 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22112 message in echo area when called from Lisp, unless INTERACTIVE arg
22113 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22114 Return the number of matches. Doc fix.
22115 (occur): Doc fix.
22116 (perform-replace): Make comment follow double space convention for
22117 the sake of `outline-minor-mode'.
22118
22119 * faces.el (facep): Doc fix.
22120
22121 2005-06-25 Richard M. Stallman <rms@gnu.org>
22122
22123 * facemenu.el (facemenu-enable-faces-p): New function.
22124 (facemenu-background-menu, facemenu-foreground-menu)
22125 (facemenu-face-menu): Add menu-enable property.
22126
22127 * jka-compr.el (jka-compr-insert-file-contents):
22128 Special handling if cannot find the uncompression program.
22129
22130 * cus-face.el (custom-face-attributes): Add autoload.
22131
22132 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22133 Bind comment-indent-function locally.
22134
22135 * window.el (save-selected-window): Use save-current-buffer.
22136
22137 * subr.el (with-selected-window): Use save-current-buffer.
22138
22139 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22140 and with-current-buffer.
22141
22142 2005-06-24 Richard M. Stallman <rms@gnu.org>
22143
22144 * simple.el (line-move-1): Fix previous change.
22145
22146 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22147
22148 * replace.el (occur-1): Set `buffer-read-only' and the
22149 buffer-modified flag before running `occur-hook' to protect
22150 against unintentional buffer switches that can lead to data loss.
22151
22152 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22153
22154 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22155 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22156 initial error.
22157
22158 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22159 after fresh input.
22160 (gdb-var-create-handler): Put name of expression in quotes.
22161
22162 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22163
22164 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22165 elements of RING in order, and without bogus nil elements.
22166
22167 2005-06-23 Richard M. Stallman <rms@gnu.org>
22168
22169 * simple.el (set-variable): Args renamed; doc fix.
22170 (line-move-1): When there are overlays around, use vertical-motion.
22171
22172 * faces.el (escape-glyph): Use brown against light background.
22173 (nobreak-space): Rename from no-break-space.
22174 Fix previous change.
22175
22176 * dired-aux.el (dired-do-copy): Fix arg prompt.
22177
22178 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22179
22180 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22181
22182 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22183 rather than "Distributor".
22184
22185 2005-06-23 Lute Kamstra <lute@gnu.org>
22186
22187 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22188 (debug-on-entry): Use it. New interactive declaration that uses
22189 function-called-at-point.
22190
22191 2005-06-23 Kim F. Storm <storm@cua.dk>
22192
22193 * subr.el (save-match-data): Add comment about using evaporate arg
22194 to set-match-data.
22195
22196 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22197
22198 * cus-edit.el (customize-face)
22199 (customize-face-other-window): Handle face aliases.
22200
22201 * faces.el (face-documentation, set-face-attribute)
22202 (face-spec-set): Handle face aliases.
22203
22204 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22205
22206 * help-mode.el (help-make-xrefs): If a symbol representing a face
22207 name is not followed by the word "face", it could still be a
22208 function or variable name, so don't bypass other checks.
22209
22210 2005-06-22 Juri Linkov <juri@jurta.org>
22211
22212 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22213 Replace aliased functions with calls where second arg `inherit' is t.
22214
22215 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22216
22217 * progmodes/gdb-ui.el (gdb-error): New variable.
22218 (gdb-error): New function.
22219 (gdb-annotation-rules): Act on error-begin and error annotations.
22220 (gdb-concat-output): Use font-lock-warning-face for errors.
22221
22222 2005-06-22 Miles Bader <miles@gnu.org>
22223
22224 * bindings.el (propertized-buffer-identification): Use renamed
22225 `Buffer-menu-buffer' face.
22226
22227 * faces.el (vertical-border): Rename from `vertical-divider'.
22228 (escape-glyph): Change dark-background color back to `cyan'.
22229
22230 2005-06-21 Juri Linkov <juri@jurta.org>
22231
22232 * faces.el (face-user-default-spec): Try getting `customized-face'
22233 prior to `saved-face'.
22234 (frame-background-mode): Refill docstring.
22235
22236 * emacs-lisp/lisp-mode.el (eval-defun-1):
22237 * emacs-lisp/edebug.el (edebug-eval-defun):
22238 Set `saved-face' temporarily to nil before calling form.
22239 Set `customized-face' to the new spec after that.
22240
22241 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22242
22243 * subr.el (1value, lambda, key-substitution-in-progress):
22244 Doc fixes.
22245
22246 * autoinsert.el (auto-insert-alist):
22247 * ses.el (ses-call-printer):
22248 * subr.el (noreturn):
22249 * emacs-lisp/lisp.el (check-parens):
22250 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22251 * net/browse-url.el (browse-url-mosaic):
22252 * progmodes/cc-defs.el (c-safe-scan-lists):
22253 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22254 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22255 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22256 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22257 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22258 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22259
22260 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22261
22262 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22263
22264 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22265
22266 * calendar/appt.el (appt-make-list): Activate the package, if
22267 not already active (for backwards compatibility).
22268
22269 2005-06-20 Kim F. Storm <storm@cua.dk>
22270
22271 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22272
22273 2005-06-20 Miles Bader <miles@gnu.org>
22274
22275 * faces.el (vertical-divider): New face.
22276
22277 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22278
22279 * simple.el (kill-whole-line): Doc fix.
22280 (next-error-buffer-p, next-error-find-buffer)
22281 (clone-indirect-buffer): Fix typos in docstrings.
22282 (comment-line-break-function): Doc fix: don't say variable
22283 is automatically buffer-local (it isn't).
22284
22285 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22286
22287 * net/tramp-ftp.el (top):
22288 * net/tramp-smb.el (top):
22289 * net/tramp-util.el (top):
22290 * net/tramp-uu.el (top):
22291 * net/tramp-vc.el (top):
22292 * net/tramp.el (top): Revert copyright years back to original
22293 ones. Tramp has a life outside GNU Emacs.
22294
22295 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22296
22297 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22298
22299 2005-06-18 Juri Linkov <juri@jurta.org>
22300
22301 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22302 end of first regexp to limit the match to the position between
22303 line number and source line with same separator character as used
22304 between file name and line number. In the second regexp limit
22305 mouse-face area to file name and line number by adding new group
22306 for them and referring it in HYPERLINK arg.
22307 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22308 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22309 previous line where grep markers may be already removed.
22310
22311 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22312
22313 * progmodes/ps-mode.el: Update version and maintainer's email address.
22314
22315 2005-06-18 Steve Youngs <steve@xemacs.org>
22316
22317 * net/browse-url.el (browse-url-browser-function)
22318 (browse-url-default-browser): Add firefox.
22319 (browse-url-firefox-program, browse-url-firefox-arguments)
22320 (browse-url-firefox-startup-arguments)
22321 (browse-url-firefox-new-window-is-tab): New defcustoms.
22322 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22323
22324 2005-06-17 Richard M. Stallman <rms@gnu.org>
22325
22326 * startup.el (command-line): Warn if specified user name has
22327 no home directory.
22328
22329 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22330 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22331
22332 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22333 Doc fixes.
22334
22335 * faces.el (underline): Try bold if terminal doesn't support underline.
22336
22337 * mail/sendmail.el (mail-setup-with-from): New variable.
22338 (mail-insert-from-field): New function.
22339 (sendmail-send-it): Call it.
22340 (mail-setup): Optionally call it here.
22341
22342 * term/linux.el: Call tty-no-underline.
22343
22344 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22345
22346 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22347
22348 2005-06-17 Miles Bader <miles@gnu.org>
22349
22350 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22351 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22352 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22353 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22354 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22355 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22356 Remove "-face" suffix from face names.
22357 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22358 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22359 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22360 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22361 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22362 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22363 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22364 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22365 New backward-compatibility aliases for renamed faces.
22366 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22367 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22368 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22369 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22370 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22371 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22372 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22373 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22374 Use renamed ediff faces.
22375
22376 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22377 Remove "-face" suffix from face names.
22378 (eshell-test-ok-face, eshell-test-failed-face):
22379 New backward-compatibility aliases for renamed faces.
22380 (eshell-run-test): Use renamed eshell-test faces.
22381
22382 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22383 face name.
22384 (eshell-prompt-face): New backward-compatibility alias for renamed
22385 face.
22386 (eshell-emit-prompt): Use renamed eshell-prompt face.
22387
22388 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
22389 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
22390 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
22391 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
22392 Remove "-face" suffix from face names.
22393 (eshell-ls-directory-face, eshell-ls-symlink-face)
22394 (eshell-ls-executable-face, eshell-ls-readonly-face)
22395 (eshell-ls-unreadable-face, eshell-ls-special-face)
22396 (eshell-ls-missing-face, eshell-ls-archive-face)
22397 (eshell-ls-backup-face, eshell-ls-product-face)
22398 (eshell-ls-clutter-face):
22399 New backward-compatibility aliases for renamed faces.
22400 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
22401
22402 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
22403 Remove "-face" suffix from face name.
22404 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
22405 instead of literal face.
22406
22407 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
22408
22409 * emacs-lisp/warnings.el (display-warning, lwarn)
22410 (warning-minimum-log-level): Doc fixes.
22411 (warning-minimum-level, warning-minimum-log-level):
22412 Add :debug to :type choices.
22413
22414 * progmodes/ada-mode.el (ada-format-paramlist)
22415 (ada-get-indent-case, ada-check-matching-start)
22416 (ada-check-defun-name, ada-goto-matching-decl-start)
22417 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
22418 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
22419 (ada-make-subprogram-body): Follow error conventions.
22420 (ada-case-exception-file, ada-indent-comment-as-code)
22421 (ada-indent-handle-comment-special, ada-indent-renames)
22422 (ada-indent-return, ada-search-directories-internal)
22423 (ada-tab-policy, ada-case-exception-substring)
22424 (ada-other-file-alist, ada-matching-start-re)
22425 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
22426 (ada-imenu-generic-expression, ada-compile-goto-error)
22427 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
22428 (ada-popup-menu, ada-add-extensions, ada-mode)
22429 (ada-region-selected, ada-create-case-exception)
22430 (ada-create-case-exception-substring, ada-after-keyword-p)
22431 (ada-activate-keys-for-case, ada-adjust-case-region)
22432 (ada-adjust-case-buffer, ada-format-paramlist)
22433 (ada-scan-paramlist, ada-insert-paramlist)
22434 (ada-indent-newline-indent)
22435 (ada-indent-newline-indent-conditional)
22436 (ada-justified-indent-current, ada-goto-previous-word)
22437 (ada-indent-current, ada-get-indent-open-paren)
22438 (ada-get-indent-paramlist, ada-get-indent-end)
22439 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
22440 (ada-get-indent-block-start, ada-get-indent-subprog)
22441 (ada-get-indent-noindent, ada-get-indent-label)
22442 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
22443 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
22444 (ada-goto-stmt-end, ada-goto-next-word)
22445 (ada-check-matching-start, ada-check-defun-name)
22446 (ada-goto-matching-decl-start, ada-goto-matching-start)
22447 (ada-goto-matching-end, ada-search-ignore-string-comment)
22448 (ada-in-decl-p, ada-looking-at-semi-or)
22449 (ada-looking-at-semi-private, ada-in-paramlist-p)
22450 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
22451 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
22452 (ada-next-procedure, ada-previous-procedure, ada-next-package)
22453 (ada-previous-package, ada-create-menu)
22454 (ada-fill-comment-paragraph-justify)
22455 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
22456 (ada-other-file-name, ada-last-which-function-line)
22457 (ada-last-which-function-subprog, ada-which-function)
22458 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
22459 (ada-gen-treat-proc, ada-check-emacs-version)
22460 (ada-continuation-indent, ada-align-region-separate):
22461 Fix typos in docstrings.
22462 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
22463
22464 2005-06-16 Lute Kamstra <lute@gnu.org>
22465
22466 * simple.el (fundamental-mode): Run after-change-major-mode-hook
22467 conditionally.
22468
22469 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
22470
22471 * comint.el (comint-replace-by-expanded-filename)
22472 (comint-prompt-regexp, comint-delimiter-argument-list)
22473 (comint-preinput-scroll-to-bottom):
22474 * info.el (Info-hide-cookies-node):
22475 * ls-lisp.el (ls-lisp-classify):
22476 * find-file.el (ff-search-directories, ff-special-constructs)
22477 (ff-find-other-file):
22478 * font-lock.el (font-lock-keywords):
22479 * shell.el (shell-prompt-pattern)
22480 (shell-dynamic-complete-functions, shell-mode)
22481 (shell-delimiter-argument-list):
22482 * term.el (term-replace-by-expanded-filename)
22483 (term-prompt-regexp, term-delimiter-argument-list):
22484 * woman.el (woman-ignore, woman0-if):
22485 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
22486 * emacs-lisp/elint.el (elint-init-env):
22487 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
22488 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
22489 * language/ethio-util.el (ethio-tilde-escape)
22490 (ethio-use-three-dot-question):
22491 * net/zone-mode.el (zone-mode-load-time-setup):
22492 * progmodes/cc-align.el (c-lineup-argcont):
22493 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
22494 * progmodes/cperl-mode.el (cperl-set-style-back):
22495 * progmodes/inf-lisp.el (inferior-lisp-prompt):
22496 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
22497 Fix spellings in docstrings.
22498
22499 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
22500 * progmodes/modula2.el (m2-for): Fix spellings.
22501
22502 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
22503
22504 * simple.el (undo-more): Don't use `format' on `error' arguments.
22505 Improve argument/docstring consistency.
22506 (pending-undo-list): Doc fix.
22507
22508 * smerge-mode.el (smerge-ensure-match):
22509 * emulation/vip.el (vip-ex):
22510 * net/zone-mode.el (zone-mode-update-serial):
22511 * progmodes/idlwave.el (idlwave-complete):
22512 * progmodes/vhdl-mode.el (vhdl-visit-file)
22513 (vhdl-compose-wire-components):
22514 Don't use `format' on `error' arguments.
22515
22516 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
22517 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
22518 (tooltip-help-tips): Fix typos in docstrings.
22519
22520 2005-06-16 David Ponce <david@dponce.com>
22521
22522 * tree-widget.el (tree-widget-value-create): Simplify last change.
22523
22524 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
22525
22526 * ido.el (ido-incomplete-regexp): New variable.
22527 (ido-set-matches-1): Handle invalid-regexp error and set
22528 ido-incomplete-regexp.
22529 (ido-incomplete-regexp): New face.
22530 (ido-completions): Use it.
22531 (ido-complete, ido-exit-minibuffer, ido-completions):
22532 Handle incomplete regexps.
22533 (ido-completions): Add check for complete match when entering a regexp.
22534
22535 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22536
22537 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
22538
22539 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22540
22541 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
22542 by field delimiters.
22543
22544 2005-06-15 David Ponce <david@dponce.com>
22545
22546 * tree-widget.el: eval-and-compile inlined functions so they will
22547 be available at run-time too.
22548 (tree-widget-super-format-handler)
22549 (tree-widget-format-handler): Remove.
22550 (tree-widget-value-create): Handle the :indent property.
22551
22552 2005-06-15 Miles Bader <miles@gnu.org>
22553
22554 * progmodes/which-func.el (which-func): Only inherit
22555 `font-lock-function-name-face' when that makes sense against the
22556 default mode-line face, otherwise set the face color explicitly.
22557
22558 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
22559 faces instead of (non-existent) variables.
22560
22561 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22562
22563 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
22564 (iswitchb-get-matched-buffers): Likewise. Simplify.
22565
22566 2005-06-14 Miles Bader <miles@gnu.org>
22567
22568 * progmodes/ld-script.el (ld-script-location-counter):
22569 Remove "-face" suffix from face name.
22570 (ld-script-location-counter-face):
22571 New backward-compatibility alias for renamed face.
22572 (ld-script-location-counter-face): Use renamed face.
22573
22574 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
22575 (cperl-hash): Remove "-face" suffix from face names.
22576 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
22577 New backward-compatibility aliases for renamed faces.
22578 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
22579 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
22580
22581 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
22582 name.
22583 (which-func-face): New backward-compatibility alias for renamed face.
22584 (which-func-format): Use renamed which-func face.
22585
22586 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
22587 (vhdl-function, vhdl-directive, vhdl-reserved-word)
22588 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
22589 names.
22590 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
22591 (vhdl-speedbar-configuration, vhdl-speedbar-package)
22592 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
22593 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
22594 (vhdl-speedbar-architecture-selected)
22595 (vhdl-speedbar-configuration-selected)
22596 (vhdl-speedbar-package-selected)
22597 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
22598 names.
22599 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
22600 Use renamed faces.
22601 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
22602 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
22603 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
22604 Use renamed faces.
22605 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
22606 names.
22607 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
22608 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
22609 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
22610 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22611 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22612 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22613
22614 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22615 face name.
22616 (sh-heredoc-face): New backward-compatibility alias for renamed face.
22617 (sh-heredoc-face): Use renamed sh-heredoc face.
22618
22619 * progmodes/idlw-help.el (idlwave-help-link):
22620 Remove "-face" suffix from face name.
22621 (idlwave-help-link-face):
22622 New backward-compatibility alias for renamed face.
22623 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22624
22625 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22626 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22627 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22628 New backward-compatibility aliases for renamed faces.
22629 (idlwave-shell-disabled-breakpoint-face)
22630 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22631
22632 * progmodes/flymake.el (flymake-errline, flymake-warnline):
22633 Remove "-face" suffix from face names.
22634 (flymake-errline-face, flymake-warnline-face):
22635 New backward-compatibility aliases for renamed faces.
22636 (flymake-highlight-line): Use renamed flymake faces.
22637
22638 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22639 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22640 (ebrowse-member-class, ebrowse-progress):
22641 Remove "-face" suffix from face names.
22642 (ebrowse-tree-mark-face, ebrowse-root-class-face)
22643 (ebrowse-file-name-face, ebrowse-default-face)
22644 (ebrowse-member-attribute-face, ebrowse-member-class-face)
22645 (ebrowse-progress-face):
22646 New backward-compatibility aliases for renamed faces.
22647 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22648 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22649 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22650 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22651
22652 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22653 antlr-syntax)
22654 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22655 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22656 names.
22657 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22658 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22659 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22660 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22661 backward-compatibility aliases for renamed faces.
22662 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22663 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22664 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22665 remove "font-lock-". Use renamed antlr-mode faces.
22666 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
22667 literal face-names with face variable references.
22668
22669 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22670 face name.
22671 (Buffer-menu-buffer-face): New backward-compatibility alias for
22672 renamed face.
22673 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22674
22675 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
22676
22677 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22678 Eliminate "-face" suffix.
22679 (makefile-targets): Inherit from font-lock-function-name-face and
22680 eliminate "-face" suffix.
22681 (makefile-shell): Remove attributes and eliminate "-face" suffix.
22682 (makefile-*-font-lock-keywords): Append makefile-targets in rule
22683 actions, instead of prepending, to make it less visible.
22684 (makefile-previous-dependency, makefile-match-dependency):
22685 Don't match a target on a continuation line.
22686
22687 * files.el (auto-mode-alist): Put Makefile in gmake mode.
22688
22689 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
22690
22691 * progmodes/gdb-ui.el (menu): Re-order menu items.
22692 (gdb-tooltip-print): Respect tooltip-use-echo-area.
22693
22694 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22695 Define in tooltip.el.
22696 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22697 (gud-tooltip-tips): Respect tooltip-use-echo-area and
22698 gud-tooltip-echo-area.
22699
22700 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22701 backward compatibility and make obsolete.
22702 (tooltip-help-tips): Use tooltip-use-echo-area.
22703 (tooltip-show-help-function): Rename to...
22704 (tooltip-show-help): ...this, because it is a function.
22705 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22706
22707 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
22708
22709 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22710 (edebug-print-length, edebug-print-level, edebug-print-circle)
22711 (edebug-modify-breakpoint, edebug-eval-last-sexp)
22712 (edebug-eval-print-last-sexp): Doc fixes.
22713
22714 2005-06-14 Kim F. Storm <storm@cua.dk>
22715
22716 * ido.el (ido-mode): Make a new keymap every time we enable ido,
22717 as the coverage buffer/file/both may change.
22718
22719 2005-06-14 Lute Kamstra <lute@gnu.org>
22720
22721 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22722 and run-mode-hooks. Simplify.
22723
22724 * mail/rmailedit.el (rmail-edit-mode):
22725 * progmodes/octave-inf.el (inferior-octave-mode):
22726 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22727
22728 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22729 and run-mode-hooks.
22730 (recentf-edit-list, recentf-open-files): Don't call
22731 kill-all-local-variables directly.
22732
22733 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22734
22735 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22736
22737 * emacs-lisp/byte-run.el (make-obsolete)
22738 (define-obsolete-function-alias): Rename arguments FUNCTION and
22739 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22740 (make-obsolete-variable, define-obsolete-variable-alias):
22741 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22742 respectively.
22743
22744 * isearchb.el (isearchb-activate):
22745 * pcvs.el (cvs-mode):
22746 * ses.el (ses-load):
22747 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22748 * net/tramp.el (tramp-find-file-exists-command)
22749 (tramp-find-shell):
22750 * progmodes/ada-mode.el (ada-create-case-exception)
22751 (ada-create-case-exception-substring, ada-make-subprogram-body):
22752 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22753 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22754 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22755 * textmodes/org.el (org-promote, org-evaluate-time-range)
22756 (org-agenda-next-date-line, org-agenda-previous-date-line)
22757 (org-agenda-error, org-open-at-point, org-table-move-row)
22758 (org-format-table-table-html-using-table-generate-source)
22759 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22760 * textmodes/reftex.el (reftex-access-scan-info):
22761 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22762 (reftex-toc-promote-prepare): Follow error conventions.
22763
22764 * diff-mode.el (diff-mode): Fix typo in docstring.
22765
22766 * forms.el (forms--intuit-from-file): Fix reference to
22767 `forms-number-of-fields' in error message.
22768 (forms-print): Fix quoting in error message.
22769
22770 * forms.el (forms-mode):
22771 * emulation/vi.el (vi-goto-insert-state):
22772 * progmodes/flymake.el (flymake-new-err-info)
22773 (flymake-start-syntax-check-for-current-buffer)
22774 (flymake-simple-cleanup):
22775 * eshell/esh-var.el (eshell/export):
22776 * progmodes/gud.el (xdb):
22777 * textmodes/flyspell.el (flyspell-incorrect-hook)
22778 (flyspell-maybe-correct-transposition)
22779 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22780
22781 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22782
22783 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22784 minibuffer prompt.
22785
22786 2005-06-13 Kim F. Storm <storm@cua.dk>
22787
22788 * subr.el (add-to-ordered-list): New defun.
22789
22790 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22791 add cua--keymap-alist to emulation-mode-map-alists.
22792
22793 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22794
22795 * subr.el (complete-in-turn): New macro.
22796 (dynamic-completion-table, lazy-completion-table): Add debug info.
22797
22798 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22799 in preference to face aliases.
22800
22801 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22802 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22803 Remove unused vars `start' and `firstline'.
22804 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22805 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22806
22807 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22808
22809 * cus-start.el (all): Don't complain about missing GTK-related
22810 variables, unless either `gtk' is boundp or this isn't a
22811 `windows-nt' build.
22812
22813 2005-06-13 Lute Kamstra <lute@gnu.org>
22814
22815 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22816 run-mode-hooks.
22817
22818 * ediff-mult.el (ediff-meta-mode):
22819 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22820
22821 * ledit.el (ledit-mode): Use delay-mode-hooks.
22822
22823 * woman.el (woman-mode-line-format): Delete constant.
22824 (woman-mode-map): Initialize it properly.
22825 (woman-mode): Set mode-class property to special.
22826 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22827 Set major-mode and mode-name. Don't set mode-line-format directly.
22828 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22829
22830 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22831 string argument obsolete.
22832
22833 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22834
22835 * textmodes/org.el (org-CUA-compatible): New option.
22836 (org-disputed-keys): New variable.
22837 (org-key): New function.
22838 (orgtbl-make-binding): Add docstring to the created function.
22839 (org-mode): Set paragraph start/separate regexps.
22840 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22841 (org-archive-location, org-archive-mark-done)
22842 (org-archive-stamp-time): New options.
22843 (org-archive-subtree): New command.
22844 (org-fill-paragraph): New function.
22845 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22846 (org-fake-empty-table-line): Function removed.
22847 (org-format-org-table-html): Do not create empty table lines at
22848 separator lines. Improved table header treatment.
22849 (org-link-format): New option.
22850 (org-make-link): New function.
22851 (org-insert-link, org-store-link): Use org-make-link.
22852 (org-open-file): Quote file name for shell command, to allow
22853 spaces in file names.
22854 (org-link-regexp): Fix bug with mailto link.
22855 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22856 New constants.
22857 (org-export-as-html): Deal with the optional angles around a link.
22858 Better treatment of file: links.
22859 (org-open-at-point): Replace @{ and @} with < and >.
22860 (org-run-mode-hooks): Function removed.
22861 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22862
22863 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22864
22865 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22866 MI command -data-list-register-values.
22867 (gdb-post-prompt): Indent properly.
22868
22869 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22870
22871 * hilit-chg.el (highlight-changes-colors): Rename from
22872 `highlight-changes-colours'.
22873 (highlight-changes-colours): Keep as obsolete alias.
22874 (highlight-changes-face-list): Doc fix.
22875 (hilit-chg-make-list): Use `highlight-changes-colors'.
22876
22877 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22878
22879 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22880 defun-prompt-regexp.
22881
22882 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22883
22884 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22885 and cygwin.
22886
22887 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22888 Don't use an old loaddefs.el, as in Makefile.in.
22889
22890 2005-06-12 Lute Kamstra <lute@gnu.org>
22891
22892 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22893
22894 * man.el (Man-mode-map): Initialize it properly.
22895 (Man-mode): Set mode-class property to special.
22896
22897 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22898
22899 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22900
22901 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22902 A newline is needed in the docstring there.
22903
22904 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22905 Doc fixes.
22906
22907 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22908
22909 * printing.el: Doc fix. The menubar is no more changed when printing
22910 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22911 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22912 (pr-version): New version number (6.8.4).
22913 (pr-menu-bind): New command.
22914 (pr-update-menus): Docstring and code fix.
22915 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22916 Docstring fix.
22917 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22918 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22919
22920 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22921
22922 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22923 "Returns" to "return", document useful return values, etc.
22924
22925 2005-06-11 Alan Mackenzie <acm@muc.de>
22926
22927 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22928 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22929 (adaptive-file-function): Minor amendment to doc-string.
22930
22931 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22932
22933 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22934 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22935 Fix :type--it is `integer', not `string'.
22936
22937 * faces.el (modeline-highlight): Rename from (the erroneous)
22938 `modeline-higilight'.
22939
22940 2005-06-11 Lute Kamstra <lute@gnu.org>
22941
22942 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22943 lisp-interaction-mode-map but make it the parent.
22944 (edebug-eval-mode): Use define-derived-mode.
22945
22946 2005-06-11 Andreas Schwab <schwab@suse.de>
22947
22948 * bindings.el: Add binding of `ESC functionkey' for every
22949 `M-functionkey'.
22950 * hexl.el (hexl-mode-map): Likewise.
22951
22952 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22953
22954 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22955 [msft]: update regexp for newer msft compilers.
22956
22957 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22958
22959 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22960 ATTLIST portions of included DTDs.
22961 (xml-parse-dtd): Eliminate use of inefficient match-data.
22962
22963 2005-06-10 Miles Bader <miles@gnu.org>
22964
22965 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22966 (mpuz-text): Remove "-face" suffix from face names.
22967 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22968 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22969 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22970
22971 * play/gomoku.el (gomoku-O, gomoku-X):
22972 Remove "-face" suffix from face names.
22973 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22974 New backward-compatibility aliases for renamed faces.
22975 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22976
22977 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22978
22979 * thumbs.el: Fixes for changes of 2005-06-09.
22980 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22981 as a directory.
22982 (thumbs-thumbname): Remove directory separator from format string;
22983 `thumbs-thumbsdir' now returns a valid directory name.
22984 (thumbs-temp-dir): New defsubst.
22985 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22986 Use it.
22987
22988 * cus-edit.el (minibuffer):
22989 * files.el (make-backup-file-name-function):
22990 * filesets.el (filesets-external-viewers):
22991 * hilit-chg.el (highlight-changes-colours)
22992 (highlight-changes-face-list, highlight-changes-rotate-faces):
22993 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22994 * kmacro.el (kmacro-call-macro):
22995 * log-edit.el (log-edit-changelog-full-paragraphs):
22996 * mouse.el (mouse-1-click-follows-link):
22997 * skeleton.el (skeleton-autowrap):
22998 * subr.el (insert-for-yank-1):
22999 * tempo.el (tempo-insert-region):
23000 * terminal.el (terminal-emulator):
23001 * time.el (display-time-mail-face):
23002 * vc.el (vc-annotate):
23003 * vcursor.el (vcursor-copy-line):
23004 * woman.el (woman-bold-headings, woman-ignore)
23005 (woman-default-faces, woman-monochrome-faces):
23006 * calendar/todo-mode.el (todo-insert-threshold):
23007 * emulation/pc-select.el (pc-select-selection-keys-only)
23008 (pc-selection-mode):
23009 * emulation/vip.el (vip-find-char-forward):
23010 * emulation/viper-cmd.el (viper-find-char-forward):
23011 * international/mule-cmds.el
23012 (select-safe-coding-system-accept-default-p)
23013 (input-method-exit-on-invalid-key):
23014 * international/mule-diag.el (describe-coding-system):
23015 * international/ucs-tables.el (unify-8859-on-encoding-mode):
23016 * net/browse-url.el (browse-url-xterm-program):
23017 * obsolete/lazy-lock.el (lazy-lock-mode):
23018 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23019 (cperl-mode):
23020 * progmodes/cpp.el (cpp-face-light-name-list)
23021 (cpp-face-dark-name-list):
23022 * progmodes/delphi.el (delphi-newline-always-indents):
23023 Fix spellings in docstrings.
23024
23025 * ido.el (ido-mode, ido-file-extensions-order)
23026 (ido-default-file-method, ido-default-buffer-method)
23027 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23028 (ido-decorations, ido-read-file-name-as-directory-commands)
23029 (ido-read-file-name-non-ido, ido-work-directory-list)
23030 (ido-ignore-item-temp-list, ido-current-directory)
23031 (ido-magic-forward-char, ido-enter-find-file)
23032 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23033 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23034
23035 2005-06-10 Lute Kamstra <lute@gnu.org>
23036
23037 * play/dunnet.el (dun-mode): Use define-derived-mode.
23038 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
23039 obsolete alias.
23040
23041 * play/doctor.el (doctor-mode-map): Remove defvar.
23042 (doctor-mode): Use define-derived-mode.
23043
23044 * mail/mspools.el (mspools-mode):
23045 * net/eudc-hotlist.el (eudc-hotlist-mode):
23046 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23047
23048 2005-06-10 Miles Bader <miles@gnu.org>
23049
23050 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23051 Remove "-face" suffix from face names.
23052 (flyspell-incorrect-face, flyspell-duplicate-face):
23053 New backward-compatibility aliases for renamed faces.
23054 (flyspell-mode-on, make-flyspell-overlay)
23055 (flyspell-highlight-incorrect-region)
23056 (flyspell-highlight-duplicate-region)
23057 (flyspell-display-next-corrections)
23058 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23059
23060 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23061 from face name.
23062 (texinfo-heading-face): New backward-compatibility alias for
23063 renamed face.
23064 (texinfo-heading-face): Use renamed texinfo-heading face.
23065
23066 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23067 suffix from face names.
23068 (tex-math-face, tex-verbatim-face):
23069 New backward-compatibility aliases for renamed faces.
23070 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23071 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23072 literal face name.
23073
23074 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23075 name.
23076 (table-cell-face): New backward-compatibility alias for renamed face.
23077 (table--put-cell-face-property, table--update-cell-face):
23078 Use renamed table-cell face.
23079
23080 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23081 from face name.
23082 (sgml-namespace-face): New backward-compatibility alias for
23083 renamed face.
23084 (sgml-namespace-face): Use renamed sgml-namespace face.
23085
23086 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23087 (org-level-4, org-level-5, org-level-6, org-level-7)
23088 (org-level-8, org-warning, org-headline-done)
23089 (org-deadline-announce, org-scheduled-today)
23090 (org-scheduled-previously, org-link, org-done, org-table)
23091 (org-time-grid): Remove "-face" suffix from face names.
23092 (org-level-1-face, org-level-2-face, org-level-3-face)
23093 (org-level-4-face, org-level-5-face, org-level-6-face)
23094 (org-level-7-face, org-level-8-face, org-warning-face)
23095 (org-headline-done-face, org-deadline-announce-face)
23096 (org-scheduled-today-face, org-scheduled-previously-face)
23097 (org-link-face, org-done-face, org-table-face)
23098 (org-time-grid-face):
23099 New backward-compatibility aliases for renamed faces.
23100 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23101 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23102 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23103 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23104
23105 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23106 (viper-minibuffer-emacs, viper-minibuffer-insert)
23107 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23108 (viper-search-face, viper-replace-overlay-face)
23109 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23110 (viper-minibuffer-vi-face):
23111 New backward-compatibility aliases for renamed faces.
23112 (viper-search-face, viper-replace-overlay-face)
23113 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23114 (viper-minibuffer-vi-face): Use renamed viper faces.
23115
23116 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23117 Remove "-face" suffix from face names.
23118 (testcover-nohits-face, testcover-1value-face):
23119 New backward-compatibility aliases for renamed faces.
23120 (testcover-mark): Use renamed testcover faces.
23121
23122 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23123 face name.
23124 (diary-button-face): New backward-compatibility alias for renamed face.
23125 (diary-entry): Use renamed diary-button face.
23126
23127 * calendar/calendar.el (diary, calendar-today, holiday)
23128 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23129 (diary-face, calendar-today-face, holiday-face):
23130 New backward-compatibility aliases for renamed faces.
23131 (eval-after-load "facemenu", diary-entry-marker)
23132 (calendar-today-marker, calendar-holiday-marker, diary-face):
23133 Use renamed calendar faces.
23134
23135 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23136 (compare-windows-face): New backward-compatibility alias for
23137 renamed face.
23138 (compare-windows-highlight): Use renamed compare-windows face.
23139
23140 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23141 (strokes-char-face): New backward-compatibility alias for renamed face.
23142 (strokes-encode-buffer): Use renamed strokes-char face.
23143
23144 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23145 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23146 Remove "-face" suffix from face names.
23147 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23148 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23149 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23150 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23151 Use renamed pcvs faces.
23152 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23153 * pcvs-defs.el (cvs-mode-map): Likewise.
23154 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23155
23156 * info.el (info-title-1, info-title-2, info-title-3)
23157 (info-title-4): Remove "-face" suffix from and downcase face names.
23158 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23159 (Info-title-4-face):
23160 New backward-compatibility aliases for renamed faces.
23161 (Info-fontify-node): Use renamed info faces.
23162
23163 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23164 Remove "-face" suffix from face names.
23165 (highlight-changes-face, highlight-changes-delete-face):
23166 New backward-compatibility aliases for renamed faces.
23167 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23168 (hilit-chg-make-list): Use renamed highlight-changes faces.
23169
23170 * generic-x.el (show-tabs-tab, show-tabs-space):
23171 Remove "-face" suffix from face names.
23172 (show-tabs-tab-face, show-tabs-space-face):
23173 New backward-compatibility aliases for renamed faces.
23174 (show-tabs-generic-mode-font-lock-defaults-1)
23175 (show-tabs-generic-mode-font-lock-defaults-2):
23176 Use renamed show-tabs faces.
23177
23178 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23179 (smerge-markers): Remove "-face" suffix from face names.
23180 (smerge-mine-face, smerge-other-face, smerge-base-face)
23181 (smerge-markers-face):
23182 New backward-compatibility aliases for renamed faces.
23183 (smerge-mine-face, smerge-other-face, smerge-base-face)
23184 (smerge-markers-face): Use renamed smerge faces.
23185
23186 * log-view.el (log-view-file, log-view-message): Remove "-face"
23187 suffix from face names.
23188 (log-view-file-face, log-view-message-face):
23189 New backward-compatibility aliases for renamed faces.
23190 (log-view-file-face, log-view-message-face): Use renamed log-view
23191 faces.
23192
23193 * paren.el (show-paren-match, show-paren-mismatch):
23194 Remove "-face" suffix from face names.
23195 (show-paren-match-face, show-paren-mismatch-face):
23196 New backward-compatibility aliases for renamed faces.
23197 (show-paren-function): Use renamed show-paren faces.
23198
23199 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23200 (ruler-mode-margins, ruler-mode-fringes)
23201 (ruler-mode-column-number, ruler-mode-fill-column)
23202 (ruler-mode-comment-column, ruler-mode-goal-column)
23203 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23204 suffix from face names.
23205 (ruler-mode-default-face, ruler-mode-pad-face)
23206 (ruler-mode-margins-face, ruler-mode-fringes-face)
23207 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23208 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23209 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23210 New backward-compatibility aliases for renamed faces.
23211 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23212 (ruler-mode-column-number, ruler-mode-fill-column)
23213 (ruler-mode-comment-column, ruler-mode-goal-column)
23214 (ruler-mode-tab-stop, ruler-mode-current-column)
23215 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23216 faces.
23217
23218 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23219 face name.
23220 (whitespace-highlight-the-space): Use renamed face.
23221 (whitespace-highlight-face): New backward-compatibility alias for
23222 renamed face.
23223
23224 * woman.el (woman-italic, woman-bold, woman-unknown)
23225 (woman-addition, woman-symbol-face):
23226 Remove "-face" suffix from face names.
23227 (woman-italic-face, woman-bold-face, woman-unknown-face)
23228 (woman-addition-face):
23229 New backward-compatibility aliases for renamed faces.
23230 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23231 (woman-decode-region, woman-replace-match)
23232 (woman-display-extended-fonts, woman-special-characters)
23233 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23234 Use renamed woman faces.
23235
23236 * longlines.el (longlines-visible-face): Face removed.
23237
23238 * diff-mode.el (diff-header, diff-file-header, diff-index)
23239 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23240 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23241 suffix from face names.
23242 (diff-header-face, diff-file-header-face, diff-index-face)
23243 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23244 (diff-changed-face, diff-function-face, diff-context-face)
23245 (diff-nonexistent-face): New backward-compatibility aliases for
23246 renamed faces.
23247 (diff-header-face, diff-file-header-face)
23248 (diff-index, diff-index-face, diff-hunk-header)
23249 (diff-hunk-header-face, diff-removed, diff-removed-face)
23250 (diff-added, diff-added-face, diff-changed-face, diff-function)
23251 (diff-function-face, diff-context-face, diff-nonexistent)
23252 (diff-nonexistent-face): Use renamed diff-mode faces.
23253
23254 * progmodes/compile.el (compilation-warning-face)
23255 (compilation-info-face): Remove "-face" suffix from face names.
23256 (compilation-warning-face, compilation-info-face):
23257 New backward-compatibility aliases for renamed faces.
23258 (compilation-warning-face, compilation-info-face):
23259 Use renamed compilation faces.
23260
23261 * add-log.el (change-log-date, change-log-name)
23262 (change-log-email, change-log-file, change-log-list)
23263 (change-log-conditionals, change-log-function)
23264 (change-log-acknowledgement): Remove "-face" suffix from face names.
23265 (change-log-date-face, change-log-name-face)
23266 (change-log-email-face, change-log-file-face)
23267 (change-log-list-face, change-log-conditionals-face)
23268 (change-log-function-face, change-log-acknowledgement-face):
23269 New backward-compatibility aliases for renamed faces.
23270 (change-log-font-lock-keywords): Use renamed change-log faces.
23271
23272 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23273 (custom-set, custom-changed, custom-saved, custom-button)
23274 (custom-button-pressed, custom-documentation, custom-state)
23275 (custom-comment, custom-comment-tag, custom-variable-tag)
23276 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23277 (custom-group-tag): Remove "-face" suffix from face names.
23278 (custom-magic-alist, custom-magic-value-create)
23279 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23280 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23281 (custom-set-face, custom-changed-face, custom-saved-face)
23282 (custom-button-face, custom-button-pressed-face)
23283 (custom-documentation-face, custom-state-face)
23284 (custom-comment-face, custom-comment-tag-face)
23285 (custom-variable-tag-face, custom-variable-button-face)
23286 (custom-face-tag-face, custom-group-tag-face-1)
23287 (custom-group-tag-face):
23288 New backward-compatibility aliases for renamed faces.
23289
23290 * wid-edit.el (widget-documentation, widget-button)
23291 (widget-field, widget-single-line-field, widget-inactive)
23292 (widget-button-pressed): "-face" suffix removed from face names.
23293 (widget-documentation-face, widget-button-face)
23294 (widget-field-face, widget-single-line-field-face)
23295 (widget-inactive-face, widget-button-pressed-face):
23296 New backward-compatibility aliases for renamed faces.
23297 (widget-documentation-face, widget-button-face)
23298 (widget-button-pressed-face, widget-specify-field)
23299 (widget-specify-inactive): Use renamed widget faces.
23300
23301 2005-06-10 Kenichi Handa <handa@m17n.org>
23302
23303 * term/x-win.el (x-clipboard-yank): Remove condition-case
23304 wrapping.
23305
23306 2005-06-11 Kenichi Handa <handa@m17n.org>
23307
23308 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23309 date lines stricter.
23310
23311 2005-06-10 Zhang Wei <id.brep@gmail.com>
23312
23313 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23314 of x-get-selection.
23315
23316 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23317
23318 * comint.el (comint-mode, comint-snapshot-last-prompt):
23319 * frame.el (frame-current-scroll-bars):
23320 * term.el (term-mode, term-check-proc, term-input-sender)
23321 (term-simple-send, term-extract-string, term-word)
23322 (term-match-partial-filename):
23323 * window.el (window-current-scroll-bars):
23324 * emulation/cua-base.el (cua-normal-cursor-color)
23325 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23326 (cua-global-mark-cursor-color):
23327 * mail/undigest.el (rmail-forward-separator-regex):
23328 Fix typos in docstrings.
23329
23330 * comint.el (comint-check-proc, make-comint-in-buffer)
23331 (comint-source-default): Doc fixes.
23332
23333 * term.el (term-send-string): Improve argument/docstring consistency.
23334
23335 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23336
23337 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23338 call to `delete-region'.
23339 (comint-mode-hook): Do not enable Font Lock by default.
23340
23341 2005-06-09 Lute Kamstra <lute@gnu.org>
23342
23343 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23344 could be void.
23345
23346 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23347
23348 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23349 (debug): Use it.
23350 (debugger-step-through, debugger-continue, debugger-jump)
23351 (debugger-return-value): Set it when needed.
23352 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23353 Use inhibit-read-only.
23354
23355 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23356
23357 * window.el (shrink-window-if-larger-than-buffer)
23358 (window-size-fixed): Fix typo in docstring.
23359
23360 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23361 thumbnails directory on loading.
23362 (thumbs-conversion-program): Use `eq' to check the system type,
23363 not `equal'.
23364 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23365 not "/tmp". Fix docstring.
23366 (thumbs-thumbsdir): New function to return the thumbnails
23367 directory, creating it if needed.
23368 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23369 (thumbs-temp-file): Delete variable and make it into a function.
23370 (thumbs-resize-image, thumbs-modify-image): Use it.
23371 (thumbs-kill-buffer): Simplify.
23372 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23373 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23374 docstrings.
23375
23376 2005-06-09 Kim F. Storm <storm@cua.dk>
23377
23378 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23379 set-match-data to free markers in match-data.
23380
23381 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23382 match-data to unchain markers in match-data.
23383
23384 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23385
23386 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
23387 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
23388 unnecessary now.
23389
23390 2005-06-08 Richard M. Stallman <rms@gnu.org>
23391
23392 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
23393 give the variable a doc string that doesn't say don't set it directly.
23394
23395 * textmodes/ispell.el (ispell-check-version):
23396 Use match-string-no-properties.
23397 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
23398 (ispell-buffer-local-words): Likewise.
23399
23400 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
23401 except on terminals with enough colors to really display it.
23402 (makefile-dependency-regex): Delete spurious `bb'.
23403
23404 * faces.el (escape-glyph): Use blue once again in last case.
23405 (no-break-space): Redefine so that it isn't invisible on a tty.
23406
23407 2005-06-08 Kim F. Storm <storm@cua.dk>
23408
23409 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
23410 also when reading directory name.
23411
23412 2005-06-08 Lute Kamstra <lute@gnu.org>
23413
23414 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
23415 (flyspell-mode-line-string): Remove autoload cookie.
23416 (flyspell-mode): Remove defvar.
23417
23418 2005-06-07 Lute Kamstra <lute@gnu.org>
23419
23420 * textmodes/org.el (org-run-mode-hooks): New function.
23421 (org-agenda-mode): Use it.
23422
23423 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
23424
23425 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
23426
23427 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23428
23429 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
23430
23431 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
23432
23433 * font-lock.el (font-lock-add-keywords): Doc fix.
23434
23435 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
23436
23437 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
23438 (tex-compile-default): In the absence of any history, use the order in
23439 tex-compile-alist to choose the preferred command.
23440 (tex-compile-commands): Reorder a bit.
23441
23442 * textmodes/flyspell.el (flyspell-auto-correct-binding)
23443 (flyspell-incorrect-face, flyspell-duplicate-face):
23444 Use (X)Emacs-agnostic code.
23445 (flyspell-mode-map): Don't overwrite at each load. Remove code
23446 redundant with the subsequent add-minor-mode. Merge Emacs and
23447 XEmacs code.
23448 (flyspell-word): Minor simplification.
23449 (flyspell-math-tex-command-p): Quieten the byte-compiler.
23450 (flyspell-external-point-words): Remove unused vars `size' and `start'.
23451 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
23452 Merge the corresponding Emacs code.
23453 (flyspell-correct-word, flyspell-xemacs-popup):
23454 Use flyspell-do-correct.
23455
23456 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
23457 a dedicated window.
23458
23459 * international/latexenc.el (latexenc-find-file-coding-system):
23460 Undo part of last patch, to turn off a compiler warning.
23461
23462 2005-06-06 Juri Linkov <juri@jurta.org>
23463
23464 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
23465 Rename `tmm-inactive-face' to `tmm-inactive'.
23466
23467 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
23468
23469 * iswitchb.el: Rename faces.
23470
23471 2005-06-06 Kim F. Storm <storm@cua.dk>
23472
23473 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
23474 (cua-global-mark): Remove -face suffix from face names.
23475
23476 * emulation/cua-gmrk.el (cua--init-global-mark):
23477 Remove cua-global-mark face setup.
23478
23479 2005-06-06 Richard M. Stallman <rms@gnu.org>
23480
23481 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
23482 just like other allowed characters.
23483 (makefile-match-dependency): Exclude leading and training whitespace
23484 from the range of regexp subexp 1.
23485 (makefile-macroassign-regex): Don't try to match the body,
23486 just the name of the macro being defined.
23487
23488 * info.el (Info-read-node-name-2): New function.
23489 (Info-read-node-name-1): Use that.
23490 Add a completion-base-size-function property.
23491
23492 * simple.el (completion-setup-function): Look for
23493 completion-base-size-function property of minibuffer-completion-table.
23494
23495 * files.el (locate-file-completion): Doc fix.
23496
23497 * printing.el: Don't call pr-update-menus; user must do that.
23498
23499 * emacs-lisp/debug.el (debugger-window): New variable.
23500 (debug): Use debugger-window if it is set and still alive.
23501 Record debugger-window for next entry.
23502
23503 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
23504
23505 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
23506
23507 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
23508 (hack-one-local-variable, hack-local-variables)
23509 (hack-local-variables-prop-line): Pass that arg.
23510
23511 2005-06-06 Kim F. Storm <storm@cua.dk>
23512
23513 * ido.el (ido-first-match, ido-only-match, ido-subdir)
23514 (ido-indicator): Remove -face suffix from face names.
23515
23516 2005-06-06 Juri Linkov <juri@jurta.org>
23517
23518 * font-lock.el (font-lock-regexp-backslash)
23519 (font-lock-regexp-backslash-construct): New faces.
23520 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
23521 after `('. Add `while-no-input' to control structures.
23522
23523 * faces.el (no-break-space, shadow): New faces.
23524 (escape-glyph): Use less loud colors pink2 and red4.
23525
23526 * diff-mode.el (diff-context-face)
23527 * dired.el (dired-ignored)
23528 * rfn-eshadow.el (file-name-shadow)
23529 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
23530
23531 * info.el (Info-title-1-face): Use green instead of yellow because
23532 bold yellow is not readable on light backgrounds.
23533
23534 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
23535 before selecting the desired mode to not spend time fontifying
23536 old contents.
23537
23538 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
23539
23540 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
23541 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
23542
23543 * ps-print.el (ps-default-fg, ps-default-bg):
23544 Fix typos in docstrings.
23545
23546 * isearchb.el (isearchb): Don't pass a spurious second argument to
23547 `iswitchb-completions'.
23548
23549 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
23550
23551 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
23552 to preserve point.
23553 (gdb-find-file-hook): Add doc string.
23554
23555 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
23556 C dereferenced pointer expression.
23557 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
23558
23559 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
23560
23561 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
23562 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
23563 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
23564 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
23565 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23566 Make background transparent.
23567
23568 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
23569
23570 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
23571 (font-lock-remove-keywords): Doc fix.
23572 (font-lock-mode-major-mode): Compiler defvar.
23573 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
23574
23575 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
23576 (font-lock-mode): Update `font-lock-mode-major-mode'.
23577 (font-lock-set-defaults): Compiler defvar.
23578 (font-lock-default-function): Take `font-lock-mode-major-mode'
23579 into account.
23580
23581 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
23582 keep track of which major mode it enabled the minor mode for.
23583 Use find-file-hook again. Update docstring.
23584
23585 * simple.el (eval-expression-print-level)
23586 (eval-expression-print-length, eval-expression-debug-on-error):
23587 Doc fixes.
23588
23589 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
23590
23591 * iswitchb.el (iswitchb-single-match-face)
23592 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
23593 (iswitchb-invalid-regexp-face): New faces.
23594 (iswitchb-completions): Use them.
23595 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
23596 now marked as an obsolete alias.
23597 (iswitchb-read-buffer): Remove check for bound font variables.
23598 (iswitchb-invalid-regexp): New free variable.
23599 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
23600 set iswitchb-invalid-regexp.
23601 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
23602 invalid regexps.
23603 (iswitchb-completions): Add check for complete match when entering
23604 a regexp.
23605 (iswitchb-completions): Remove require-match argument.
23606 (iswitchb-exhibit): Fix caller.
23607 (iswitchb-common-match-inserted): New variable.
23608 (iswitchb-complete, iswitchb-completion-help): Use it.
23609
23610 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
23611
23612 * url-http.el (url-http-chunked-encoding-after-change-function):
23613 Use `url-http-debug' instead of `message'.
23614
23615 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
23616
23617 * url-http.el (url-http-parse-headers): Pass redirected URL as a
23618 callback argument.
23619
23620 2005-06-04 Kim F. Storm <storm@cua.dk>
23621
23622 * simple.el (line-move): Only call sit-for when moving backwards.
23623
23624 * ido.el (ido-make-merged-file-list-1): New defun split from
23625 ido-make-merged-file-list.
23626 (ido-make-merged-file-list): Bind throw-on-input around call to
23627 ido-make-merged-file-list-1. Return input-pending-p if
23628 interrupted by more input available.
23629 (ido-read-internal): Handle input-pending-p return value from
23630 ido-make-merged-file-list.
23631
23632 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
23633
23634 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23635 compatibility code.
23636
23637 * international/latexenc.el (latexenc-find-file-coding-system):
23638 Don't inherit the EOL part of the coding-system from the
23639 tex-main buffer. Fit within 80 columns.
23640
23641 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
23642
23643 * tmm.el (tmm-inactive-face): New face.
23644 (tmm-remove-inactive-mouse-face): New function.
23645 (tmm-prompt, tmm-add-one-shortcut)
23646 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23647 but not selectable.
23648
23649 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
23650
23651 * faces.el (face-equal): Improve argument/docstring consistency.
23652
23653 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
23654
23655 * progmodes/make-mode.el (makefile-targets-face)
23656 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23657 (makefile-bsdmake-dependency-regex)
23658 (makefile-makepp-rule-action-regex)
23659 (makefile-bsdmake-rule-action-regex): New constants.
23660 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23661
23662 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23663 Allow (...) within `...' for makepp messages.
23664
23665 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
23666
23667 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23668
23669 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23670 "." files are deleted from all file lists before comparison.
23671
23672 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23673 (viper-ESC-key): Made them customizable.
23674
23675 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23676
23677 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
23678
23679 * autorevert.el (auto-revert-buffers): Use save-match-data.
23680
23681 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23682
23683 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23684 menu items with a nil command binding.
23685
23686 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
23687
23688 * emacs-lisp/cl-macs.el (defsetf):
23689 Improve argument/docstring consistency.
23690
23691 * faces.el (list-faces-display): Improve the formatting by
23692 computing the maximum length required for any face-name (reworked
23693 patch of 1999-01-11, accidentally deleted on 1999-07-21).
23694 (internal-find-face): Remove redundant info in docstring.
23695
23696 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
23697
23698 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23699 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23700 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23701 (gdb-assembler-custom): Improve regexps.
23702 (def-gdb-auto-update-handler): Use window point to preserve point.
23703
23704 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23705
23706 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23707
23708 2005-05-31 Jay Belanger <belanger@truman.edu>
23709
23710 * calc/calc-embed.el (calc-embedded-word): Change argument passed
23711 to calc-embedded.
23712 (calc-embedded-make-info): Have plain prefix argument select
23713 entire line.
23714
23715 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
23716
23717 * faces.el (list-faces-display): Signal error if passed a regexp
23718 that matches no face name.
23719
23720 * simple.el (filter-buffer-substring): Fix typo in docstring.
23721
23722 2005-05-31 Richard M. Stallman <rms@gnu.org>
23723
23724 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23725 (vhdl-emacs-21): Doc fix.
23726 (vhdl-mode): Unconditionally set comment-padding.
23727 (vhdl-fixup-whitespace-region): Insert spaces only where
23728 there are none.
23729 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23730
23731 2005-05-30 John Wiegley <johnw@newartisans.com>
23732
23733 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23734 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23735 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23736 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23737 `string-to-number'.
23738
23739 2005-05-30 Jay Belanger <belanger@truman.edu>
23740
23741 * calc/calc.el (calc-bug-address): Fix docstring.
23742 (calc-window-hook, calc-trail-window-hook): New variables.
23743 (calc-trail-display): Restore use of calc-trail-window-hook.
23744 (calc): Restore use of calc-window-hook.
23745
23746 2005-05-31 Masatake YAMATO <jet@gyve.org>
23747
23748 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23749
23750 * help-fns.el (help-C-file-name): Add autoload mark for
23751 `find-function-noselect'.
23752
23753 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23754
23755 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23756 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23757
23758 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23759
23760 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23761 included diary buffer if it was not already being visited.
23762 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23763
23764 * calendar/icalendar.el (top-level): Do not require appt.
23765
23766 * mail/supercite.el (sc-select-attribution): Only use a list
23767 element from sc-attrib-selection-list if it returns a string.
23768 Reported by Davide G. M. Salvetti <salve@debian.org>.
23769
23770 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23771
23772 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23773 includes a hash value to improve its uniqueness, and has a ".jpg"
23774 extension. Also, it is now a valid filename on all systems.
23775 (thumbs-make-thumb): Use `let', not `let*'.
23776 (thumbs-show-thumbs-list): Check for JPEG availability.
23777
23778 2005-05-30 Richard M. Stallman <rms@gnu.org>
23779
23780 * filesets.el (filesets-menu-ensure-use-cached):
23781 Prevent warning when emacs-version>= is undefined.
23782
23783 * printing.el (pr-interactive-n-up): Use string-to-number.
23784
23785 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23786
23787 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23788 Warn only when name to be defined is quoted.
23789
23790 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23791
23792 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23793 Make regexp more robust.
23794 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23795 Force regeneration of disassembly.
23796
23797 2005-05-29 Jay Belanger <belanger@truman.edu>
23798
23799 * calc/calc.el (calc-user-invocation): Check if
23800 calc-invocation-macro is non-nil.
23801
23802 2005-05-29 Juri Linkov <juri@jurta.org>
23803
23804 * add-log.el (change-log-font-lock-keywords):
23805 Add `+' to e-mail regexp to accept mail address with keywords.
23806
23807 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23808
23809 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23810
23811 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23812
23813 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23814
23815 2005-05-29 Richard M. Stallman <rms@gnu.org>
23816
23817 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23818 Undo the change that moves to end of the current word.
23819
23820 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23821
23822 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23823 Throw error when count <= 0 to ensure input is a number.
23824 (gdb-read-memory-custom): Pick up address from buffer.
23825 (gdb-memory-mode): Allow user to increment and decrement
23826 memory address from header line.
23827
23828 2005-05-29 Richard M. Stallman <rms@gnu.org>
23829
23830 * flyspell.el (flyspell-version): Function deleted.
23831 (flyspell-auto-correct-previous-hook): Doc fix.
23832
23833 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23834 Do nothing if memory is full.
23835
23836 * font-lock.el (font-lock-fontify-syntactically-region):
23837 Pass t for GREEDY to looking-back.
23838
23839 * saveplace.el (save-place-alist-to-file): Write the file
23840 using write-region.
23841
23842 * subr.el (looking-back): New argument GREEDY.
23843
23844 * progmodes/compile.el (compilation-start): Set the mode
23845 before inserting the initial text.
23846
23847 * progmodes/which-func.el (which-func-update-1): Turn the mode
23848 off in case of error by setting which-func-mode.
23849
23850 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23851
23852 * flyspell.el (flyspell-auto-correct-previous-word):
23853 Narrow down to what's on the screen, and recenter overlays
23854 at the end of the next word.
23855
23856 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23857
23858 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23859 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23860 (flyspell-abbrev-p): Default to nil.
23861 (flyspell-use-global-abbrev-table-p): Doc fix.
23862 (flyspell-large-region): Allow nil as value.
23863 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23864
23865 (mail-mode-flyspell-verify): More robust handling
23866 of `mail-header-separator'. More efficient signature detection.
23867 Allow for regexp metacharacters in message-header-separator.
23868 Adding `To' not to be checked in mail-mode-flyspell-verify.
23869
23870 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23871 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23872 Bind flyspell-auto-correct-binding.
23873 Bind C-. and C-, .
23874 (flyspell-mode-map): Likewise.
23875 (flyspell-mode): Doc fix.
23876 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23877 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23878 (flyspell-word-cache-result): New var, always local.
23879 (flyspell-check-pre-word-p): Doc fix.
23880 (flyspell-check-changed-word-p): Handle spc like newline.
23881 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23882 (flyspell-word-search-backward, flyspell-word-search-forward):
23883 New functions.
23884 (flyspell-word): Return t if nothing to check.
23885 When parsing TeX code, check for after } or \.
23886 Use flyspell-word-search-backward to find previous word.
23887 Return nil if duplicated word.
23888 For word already checked, return same value as last time.
23889 Set flyspell-word-cache-result after checking.
23890 Don't clobber the return value.
23891 (flyspell-get-word): Major rewrite.
23892 (flyspell-external-point-words): New locals pword, pcount.
23893 Fix size used in progress message.
23894 Find the proper corresponding word in flyspell-large-region-buffer.
23895 (flyspell-region): Check for flyspell-large-region = nil.
23896 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23897 (flyspell-auto-correct-word): Check that WORD is a cons.
23898 (flyspell-correct-word): Likewise.
23899
23900 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23901
23902 * progmodes/make-mode.el (makefile-rule-action-regex)
23903 (makefile-macroassign-regex, makefile-makepp-mode)
23904 (makefile-bsdmake-mode): Continuation lines may be empty.
23905 Reported by Joshua Varner.
23906 (makefile-makepp-font-lock-keywords): Add $(stem).
23907
23908 2005-05-28 Karl Berry <karl@gnu.org>
23909
23910 * textmodes/tex-mode.el: Now that tex-send-command calls
23911 shell-quote-argument (2005-03-31 change), remove all calls to
23912 shell-quote-argument; they all end up invoking tex-send-command.
23913 The double quoting loses on filenames with non-safe characters,
23914 such as "@". Reported by Frederik Fouvry.
23915
23916 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23917
23918 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23919 about preserving point.
23920
23921 2005-05-27 Jay Belanger <belanger@truman.edu>
23922
23923 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23924 Info-goto-node.
23925
23926 * calc/calc-embed.el (calc-embed-arg): New variable.
23927 (calc-do-embedded-activate, calc-embedded-activate-formula)
23928 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23929 variable by new variable.
23930 (calc-embedded-make-info): Replace undeclared variable by new
23931 variable. When selecting region with positive prefix
23932 argument, use end of previous line instead of beginning of line.
23933
23934 * calc/calc-aent.el (calc-arg-values): Declare it.
23935
23936 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23937 Declare them.
23938
23939 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23940
23941 * calc/calc.el (calc-alg-map): Declare it.
23942
23943 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23944
23945 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23946
23947 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23948 (gdb-registers-buffer, toggle-gdb-all-registers):
23949 Toggle display of floating point registers.
23950 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23951
23952 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23953 (toggle-gud-tooltip-dereference):
23954 Rename from gud-toggle-tooltip-dereference.
23955
23956 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23959
23960 2005-05-27 Jay Belanger <belanger@truman.edu>
23961
23962 * calc/calc-prog.el (calc-kbd-report): Remove.
23963 (calc-kbd-query): Rewrite.
23964
23965 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
23966
23967 * image.el (image-library-alist): Move to image.c.
23968 (image-type-available-p): Doc fix.
23969
23970 2005-05-27 Lute Kamstra <lute@gnu.org>
23971
23972 * calc/calc.el (calc):
23973 * outline.el (outline-1, outline-2, outline-3, outline-4)
23974 (outline-5, outline-6, outline-7, outline-8):
23975 * textmodes/dns-mode.el (dns-mode):
23976 * textmodes/sgml-mode.el (sgml-namespace-face):
23977 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23978 (tex-verbatim-face, tex-use-reftex):
23979 * textmodes/texinfo.el (texinfo-heading-face):
23980 Specify customization group.
23981
23982 * longlines.el: Don't require easy-mmode.
23983 (longlines-visible-face): Specify customization group.
23984
23985 2005-05-27 Kenichi Handa <handa@m17n.org>
23986
23987 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23988 encoding table of windows-1251.
23989
23990 * international/ucs-tables.el (ucs-set-table-for-input):
23991 If translation-table-for-input of a coding system is a symbol, get
23992 its translation-table property.
23993
23994 * international/code-pages.el: Don't register a coding system into
23995 non-iso-charset-alist more than once.
23996 (cp-make-coding-system): Likewise.
23997
23998 2005-05-26 John Wiegley <johnw@newartisans.com>
23999
24000 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24001 `eshell-resume-eval' is wrapped in a list, it indicates that the
24002 command was run asynchronously. In that case, unwrap the value
24003 before checking the delimiter value.
24004
24005 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24006 character before a space at the end of a line is \, assume the space
24007 is part of the last argument rather than a final argument separator.
24008
24009 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24010 is in use, and the target is `t' or `nil' (which are the most common
24011 values), don't assume that the symbol target is a buffer.
24012
24013 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
24014
24015 * calendar/calendar.el (calendar-mode-line-format):
24016 Use mode-line-highlight as mouse-face.
24017
24018 * time.el (display-time-string-forms, display-time-update):
24019 Use mode-line-highlight as mouse-face.
24020
24021 2005-05-26 Jay Belanger <belanger@truman.edu>
24022
24023 * calc/calc.el (calc-language-alist): Remove extra defvar.
24024
24025 2005-05-26 Lute Kamstra <lute@gnu.org>
24026
24027 * arc-mode.el (archive-mode):
24028 * bookmark.el (bookmark-read-annotation-mode)
24029 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24030 * bs.el (bs-mode):
24031 * calc/calc-yank.el (calc-edit-mode):
24032 * calc/calc.el (calc-mode, calc-trail-mode):
24033 * calculator.el (calculator-mode):
24034 * chistory.el (command-history-mode):
24035 * comint.el:
24036 * cus-edit.el (custom-mode):
24037 * descr-text.el (describe-text-mode):
24038 * ebuff-menu.el (Electric-buffer-menu-mode):
24039 * ediff-util.el (ediff-mode):
24040 * emacs-lisp/re-builder.el (reb-mode):
24041 * emulation/vi.el (vi-mode-setup):
24042 * emulation/ws-mode.el (wordstar-mode):
24043 * eshell/esh-mode.el (eshell-mode):
24044 * forms.el (forms-mode):
24045 * help-mode.el (help-mode):
24046 * hexl.el (hexl-mode):
24047 * ibuffer.el (ibuffer-mode):
24048 * ielm.el (inferior-emacs-lisp-mode):
24049 * info.el (Info-mode, Info-edit-mode):
24050 * international/swedish.el:
24051 * ledit.el (ledit-from-lisp-mode):
24052 * locate.el (locate-mode):
24053 * mail/rmail.el (rmail-mode):
24054 * mail/rmailedit.el (rmail-edit-mode):
24055 * mail/rmailsum.el (rmail-summary-mode):
24056 * mail/supercite.el (sc-electric-mode):
24057 * net/eudc.el (eudc-mode):
24058 * net/quickurl.el (quickurl-list-mode):
24059 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24060 * obsolete/ooutline.el (outline-mode):
24061 * obsolete/options.el (Edit-options-mode):
24062 * obsolete/rnews.el (news-mode):
24063 * obsolete/rnewspost.el (news-reply-mode):
24064 * play/5x5.el (5x5-mode):
24065 * play/decipher.el (decipher-mode, decipher-stats-mode):
24066 * play/gomoku.el (gomoku-mode):
24067 * play/snake.el (snake-mode):
24068 * play/solitaire.el (solitaire-mode):
24069 * play/tetris.el (tetris-mode):
24070 * progmodes/ada-mode.el (ada-mode):
24071 * progmodes/antlr-mode.el (antlr-mode):
24072 * progmodes/autoconf.el (autoconf-mode):
24073 * progmodes/dcl-mode.el (dcl-mode):
24074 * progmodes/delphi.el (delphi-mode):
24075 * progmodes/ebrowse.el (ebrowse-tree-mode)
24076 (ebrowse-electric-list-mode, ebrowse-member-mode)
24077 (ebrowse-electric-position-mode):
24078 * progmodes/f90.el (f90-mode):
24079 * progmodes/fortran.el (fortran-mode):
24080 * progmodes/icon.el (icon-mode):
24081 * progmodes/idlw-help.el (idlwave-help-mode):
24082 * progmodes/idlw-shell.el (idlwave-shell-mode):
24083 * progmodes/idlwave.el (idlwave-mode):
24084 * progmodes/inf-lisp.el (inferior-lisp-mode):
24085 * progmodes/m4-mode.el (m4-mode):
24086 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24087 * progmodes/modula2.el (modula-2-mode):
24088 * progmodes/octave-inf.el (inferior-octave-mode):
24089 * progmodes/octave-mod.el (octave-mode):
24090 * progmodes/pascal.el (pascal-mode):
24091 * progmodes/sh-script.el (sh-mode):
24092 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24093 * progmodes/vhdl-mode.el (vhdl-mode):
24094 * progmodes/xscheme.el (scheme-interaction-mode):
24095 * replace.el (occur-mode):
24096 * ses.el (ses-mode):
24097 * simple.el (completion-list-mode):
24098 * skeleton.el:
24099 * speedbar.el (speedbar-mode):
24100 * term.el (term-mode):
24101 * terminal.el (terminal-edit-mode):
24102 * textmodes/reftex-index.el (reftex-index-mode)
24103 (reftex-index-phrases-mode):
24104 * textmodes/reftex-sel.el (reftex-select-label-mode)
24105 (reftex-select-bib-mode):
24106 * textmodes/reftex-toc.el (reftex-toc-mode):
24107 * wdired.el (wdired-change-to-wdired-mode):
24108 * wid-browse.el (widget-browse-mode):
24109 Use run-mode-hooks.
24110
24111 * array.el (array-mode):
24112 * calendar/todo-mode.el (todo-mode):
24113 * man.el (Man-mode):
24114 * play/landmark.el (lm-mode):
24115 * play/mpuz.el (mpuz-mode):
24116 Use kill-all-local-variables and run-mode-hooks.
24117
24118 * subr.el (delay-mode-hooks): Specify indentation.
24119
24120 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24121
24122 * xml.el (xml-substitute-special): Don't die for undefined xml
24123 entities.
24124
24125 2005-05-26 Jay Belanger <belanger@truman.edu>
24126
24127 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24128 of nil.
24129
24130 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24131
24132 * progmodes/gdb-ui.el (gdb-frame-address):
24133 Rename from gdb-current-address.
24134 (gdb-previous-frame-address): Rename from gdb-previous-address.
24135 (gdb-selected-frame): Rename from gdb-current-frame.
24136 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24137 (gdb-frame-number): Rename from gdb-current-stack-level.
24138 (gdb-ann3): Match new mode-name for disassembly buffer.
24139 Extend initialization of variables.
24140 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24141 (gdb-memory-mode): Use mouse-face in header line.
24142 (gdb-assembler-buffer-name): Call it disassembly and give frame
24143 in mode line.
24144 (gdb-source-spec-regexp, gdb-assembler-custom)
24145 (gdb-invalidate-assembler, gdb-frame-handler):
24146 Make robust to leading zeroes in address format.
24147
24148 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24149
24150 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24151 define `org-mode'.
24152 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24153
24154 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24155
24156 * log-edit.el (log-edit-changelog-entries): Distinguish between
24157 filenames like xfns.c and fns.c.
24158
24159 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24160
24161 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24162 point after reverting.
24163 (Buffer-menu-make-sort-button): Handle the case where
24164 `Buffer-menu-use-header-line' is nil.
24165
24166 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24167
24168 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24169 New funcs. In minibuffer-local-completion-map bind `]', `/'
24170 and `:' to them.
24171
24172 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24173
24174 * startup.el (normal-top-level): Allow modification of load-path while
24175 we're iterating over it.
24176
24177 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24178
24179 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24180 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24181 (thumbs-resize-interactive, thumbs-insert-image)
24182 (thumbs-insert-thumb, thumbs-dired-show-marked)
24183 (thumbs-find-image-at-point, thumbs-delete-images)
24184 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24185 (thumbs-increment-image-size, thumbs-decrement-image-size):
24186 Fix typos in docstrings.
24187
24188 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24189
24190 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24191 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24192 (cperl-mode): Use them.
24193
24194 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24195
24196 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24197 Doc fixes.
24198
24199 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24200
24201 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24202 Bind C-d to gdb-inferior-io-eof.
24203
24204 * dired.el (dired-dnd-popup-notice): Use message-box.
24205
24206 2005-05-23 Masatake YAMATO <jet@gyve.org>
24207
24208 * bindings.el (mode-line-major-mode-keymap):
24209 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24210
24211 * faces.el (mode-line-highlight): New face.
24212
24213 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24214 as mouse-face.
24215
24216 * bindings.el (top-level, help-echo, mode-line-modified)
24217 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24218 as mouse-face.
24219
24220 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24221
24222 * progmodes/cc-engine.el (c-guess-basic-syntax):
24223 Remove spurious call to `zerop'.
24224
24225 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24226
24227 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24228
24229 CC Mode update to 5.30.10:
24230
24231 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24232 could go past the limit in decoration level 2, thereby causing
24233 errors during interactive fontification.
24234
24235 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24236 the file is evaluated interactively.
24237
24238 * cc-engine.el (c-guess-basic-syntax): Handle operator
24239 declarations somewhat better in C++.
24240
24241 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24242 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24243 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24244 (awk-mode): Use it.
24245 (make-local-hook): Suppress warning about obsoleteness.
24246
24247 * cc-engine.el, cc-align.el, cc-cmds.el
24248 (c-append-backslashes-forward, c-delete-backslashes-forward)
24249 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24250 Compensate for return value from `forward-line' when it has moved
24251 but not to a different line due to eob.
24252
24253 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24254 `objc-method-intro' and `objc-method-args-cont'.
24255
24256 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24257
24258 CC Mode update to 5.30.10:
24259
24260 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24261 in the copyright statement. Incidentally, change "along with GNU
24262 Emacs" to "along with this program" where it occurs.
24263
24264 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24265 so that it is interactive, hence can be found by M-x awk-mode
24266 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24267 <gmorris+emacs@ast.cam.ac.uk>.
24268
24269 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24270 Mode's regexps.
24271
24272 2005-05-23 Kevin Ryde <user42@zip.com.au>
24273
24274 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24275 c-parse-state, to avoid a lisp error (on bad code).
24276
24277 2005-05-23 Lute Kamstra <lute@gnu.org>
24278
24279 * subr.el (font-lock-defaults): Remove defvar as it's already
24280 defined in font-core.el.
24281
24282 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24283
24284 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24285
24286 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24287 more general and work when GDB variable "print pretty" is on,
24288 as with Emacs, for example.
24289
24290 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24291
24292 * font-core.el: Update comment.
24293
24294 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24295 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24296
24297 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24298
24299 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24300
24301 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24302 and `yank-handler' in the doc strings.
24303
24304 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24305
24306 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24307
24308 2005-05-22 Richard M. Stallman <rms@gnu.org>
24309
24310 * help.el (describe-key): Move print-help-return-message call
24311 out of conditional.
24312
24313 * progmodes/etags.el (list-tags): Use with-no-warnings.
24314
24315 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24316 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24317 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24318
24319 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24320
24321 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24322 Add defvar.
24323
24324 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24325 Use defvar, not defconst.
24326
24327 * hexl.el (hexl-follow-line): Use with-no-warnings.
24328
24329 * emulation/tpu-extras.el: Use write-file-functions instead of
24330 write-file-hooks.
24331
24332 * dired.el (dired-font-lock-keywords): Fontify files with junk
24333 extensions even if marked by -F.
24334
24335 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24336
24337 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24338 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24339 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24340 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24341 (concatenate, list-length, get*, getf, cl-remprop):
24342 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24343 (etypecase, progv, lexical-let, lexical-let*)
24344 (multiple-value-bind, multiple-value-setq, shiftf):
24345 Improve argument/docstring consistency.
24346
24347 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24348
24349 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24350
24351 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24352 doesn't exist.
24353
24354 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24355 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24356
24357 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24358
24359 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24360 already deleted variables: auto-fill-hook, blink-paren-hook,
24361 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24362 suspend-hooks, comment-indent-hook, meta-flag,
24363 before-change-function, after-change-function,
24364 font-lock-doc-string-face.
24365
24366 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24367
24368 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24369
24370 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24371
24372 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24373 rmail-dont-reply-to.
24374
24375 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24376
24377 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24378 literal blank when splitting new-header-values.
24379
24380 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24381
24382 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24383 string so that tmm doesn't create a completion entry for it.
24384
24385 * textmodes/table.el (table-disable-menu): Ditto.
24386
24387 2005-05-21 Richard M. Stallman <rms@gnu.org>
24388
24389 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
24390
24391 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
24392
24393 * net/rcompile.el (remote-compile): Use compilation-start.
24394
24395 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
24396
24397 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
24398
24399 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
24400 Default to makefile-bsdmake-mode on BSD systems.
24401
24402 * imenu.el (imenu-generic-expression, imenu--generic-function'):
24403 REGEXP may also be a search function now. The part of doc-string
24404 for describing the structure was 95% identical to that of
24405 `imenu--generic-function'. Unify it there.
24406
24407 * progmodes/make-mode.el (makefile-imenu-generic-expression):
24408 Use function to find dependencies, because regexp alone is so complex,
24409 it easily goes into an endless loop.
24410 (makefile-makepp-mode): Also add submenu for Perl functions
24411 defined in the makefile.
24412 (makefile-bsdmake-mode): Special imenu-generic-expression no
24413 longer needed, due to function call.
24414 (makefile-match-dependency): Take BOUND into account when checking
24415 if we're through.
24416
24417 2005-05-20 Jay Belanger <belanger@truman.edu>
24418
24419 * calc/calc-units.el (calc-invalidate-units-table):
24420 Use inhibit-read-only.
24421 (math-build-units-table-buffer): Use view-mode.
24422
24423 2005-05-20 David Kastrup <dak@gnu.org>
24424
24425 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
24426 easy-menu-add is not a nop on Emacs; and clarify when to call it.
24427
24428 2005-05-20 Lute Kamstra <lute@gnu.org>
24429
24430 * diff-mode.el (diff-header-face, diff-file-header-face)
24431 (diff-index-face, diff-hunk-header-face, diff-removed-face)
24432 (diff-added-face, diff-changed-face, diff-function-face)
24433 (diff-context-face, diff-nonexistent-face): Put them in the
24434 diff-mode customization group.
24435
24436 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
24437
24438 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
24439
24440 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
24441
24442 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
24443 Minor regexp-optimization.
24444
24445 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
24446
24447 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
24448 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
24449 (org-agenda-add-time-grid-maybe): New function.
24450 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
24451 (org-table-create): `dotimes' instead of `mapcar'.
24452 (org-xor): Simplify implementation.
24453 (org-agenda): `inhibit-redisplay' turned on.
24454 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
24455 a consistent line after a state change.
24456 (org-agenda-remove-times-when-in-prefix): New option.
24457 (org-prefix-has-time): New variable.
24458 (org-parse-time-string): Optional argument NODEFAULT.
24459 (org-format-agenda-item): Parse items for time-of-day
24460 specifications and move these into the prefix if possible.
24461 (org-agenda-priority): Get current heading, not previous heading
24462 during agenda remote editing.
24463
24464 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
24465
24466 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
24467 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
24468 (remove-duplicates, delete-duplicates, substitute)
24469 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
24470 (nsubstitute-if-not, find, find-if, find-if-not, position)
24471 (position-if, position-if-not, count, count-if, count-if-not)
24472 (mismatch, search, sort*, stable-sort, merge, member*)
24473 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
24474 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
24475 (intersection, nintersection, set-difference, nset-difference)
24476 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
24477 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
24478 (nsublis, tree-equal): Improve argument/docstring consistency.
24479
24480 * subr.el (send-string, send-region): Remove obsolescence declaration.
24481 (window-dot, set-window-dot, read-input, show-buffer)
24482 (eval-current-buffer, string-to-int):
24483 Add release number to obsolescence declarations.
24484
24485 2005-05-19 Kim F. Storm <storm@cua.dk>
24486
24487 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
24488 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
24489
24490 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
24491
24492 * faces.el (list-faces-display): Make back button respect optional
24493 regexp arg.
24494
24495 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
24496
24497 * calculator.el (calculator-radix-grouping-mode)
24498 (calculator-radix-grouping-digits, calculator-displayer)
24499 (calculator-radix-grouping-separator, calculator-copy-displayer):
24500 * dabbrev.el (dabbrev-search-these-buffers-only):
24501 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
24502 (diff-advance-after-apply-hunk, diff-mode-hook)
24503 (diff-minor-mode-prefix):
24504 * imenu.el (imenu-use-popup-menu):
24505 * jit-lock.el (jit-lock-context-time):
24506 * newcomment.el (comment-fill-column, comment-column)
24507 (comment-style, comment-padding, comment-multi-line)
24508 (comment-empty-lines, comment-auto-fill-only-comments):
24509 * reveal.el (reveal-around-mark):
24510 * uniquify.el (uniquify-buffer-name-style)
24511 (uniquify-after-kill-buffer-p)
24512 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
24513 (uniquify-min-dir-content, uniquify-separator)
24514 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
24515 * w32-vars.el (w32-fixed-font-alist):
24516 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
24517 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
24518 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
24519 * progmodes/perl-mode.el (perl-indent-level)
24520 (perl-continued-statement-offset, perl-continued-brace-offset)
24521 (perl-brace-offset, perl-brace-imaginary-offset)
24522 (perl-label-offset, perl-indent-continued-arguments)
24523 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
24524 * progmodes/tcl.el (tcl-indent-level)
24525 (tcl-continued-indent-level, tcl-auto-newline)
24526 (tcl-tab-always-indent, tcl-electric-hash-style)
24527 (tcl-help-directory-list, tcl-use-smart-word-finder)
24528 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
24529 (inferior-tcl-source-command):
24530 * textmodes/fill.el (enable-kinsoku):
24531 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
24532 * textmodes/table.el (table-yank-handler):
24533 Specify missing group (and type, if simple) in defcustom.
24534
24535 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
24536
24537 * progmodes/compile.el (compilation-finish-function): Fix defvar.
24538
24539 2005-05-19 Richard M. Stallman <rms@gnu.org>
24540
24541 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
24542
24543 * subr.el (event-basic-type): Don't get an error.
24544 (left-fringe-p): Function deleted.
24545
24546 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
24547 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
24548
24549 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
24550 in recursive copy.
24551
24552 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
24553
24554 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
24555
24556 * emacs-lisp/bytecomp.el
24557 (byte-compile-file-form-custom-declare-variable):
24558 Call byte-compile-nogroup-warn if appropriate.
24559
24560 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
24561 (compilation-set-window): Don't call left-fringe-p; do it directly.
24562
24563 2005-05-19 Jay Belanger <belanger@truman.edu>
24564
24565 * calc/calc-graph.el (calc-graph-format-data): Make sure
24566 var-PlotRejects is bound before trying to check its value.
24567
24568 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
24569
24570 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
24571 definition of this variable from reftex-global.el to reftex.el,
24572 because it is needed in the menu.
24573
24574 2005-05-19 Lute Kamstra <lute@gnu.org>
24575
24576 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
24577 years are fixed. Don't insert a space after a dash.
24578
24579 2005-05-19 Kim F. Storm <storm@cua.dk>
24580
24581 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
24582
24583 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
24584
24585 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
24586 strings, because (eq ... ?\\) is fairly frequent.
24587
24588 * progmodes/make-mode.el (makefile-add-this-line-targets):
24589 Simplify and integrate into `makefile-pickup-targets'.
24590 (makefile-add-this-line-macro): Simplify and integrate into
24591 `makefile-pickup-macros.
24592 (makefile-pickup-filenames-as-targets): Simplify.
24593 (makefile-previous-dependency, makefile-match-dependency):
24594 Don't stumble over `::'.
24595
24596 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
24597
24598 * subr.el (post-command-idle-hook, post-command-idle-delay):
24599 Remove obsoletion of post-command-idle-hook and
24600 post-command-idle-delay.
24601
24602 * faces.el (list-faces-display): Provide button when describe-face
24603 is called to take user back to the list of faces.
24604
24605 * help-fns.el (describe-variable): Remove hyperlinks in a
24606 variable's value as these are quite frequently inappropriate.
24607
24608 * follow.el (follow-submit-feedback, follow-mode):
24609 Remove references to post-command-idle-hook.
24610
24611 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
24612
24613 * progmodes/make-mode.el (makefile-previous-dependency)
24614 (makefile-match-dependency): Check for := (and in bsd mode also
24615 !=) to give a better result, even when font-lock is not on.
24616
24617 2005-05-18 Jay Belanger <belanger@truman.edu>
24618
24619 * calc/calc-help.el (calc-s-prefix-help):
24620 Add `calc-copy-special-constant' to help string.
24621
24622 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
24623
24624 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24625
24626 2005-05-18 Jay Belanger <belanger@truman.edu>
24627
24628 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24629 in linear factors are in proper order.
24630
24631 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
24632
24633 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24634 Support for jurabib.
24635
24636 * textmodes/reftex.el (featurep): Define aliases for overlay
24637 commands, for XEmacs compatibility, and use these aliases in
24638 overlay initializations.
24639 (reftex-highlight): Use `reftex-move-overlay'.
24640 (reftex-unhighlight): Use `reftex-delete-overlay'.
24641 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
24642 (reftex-access-search-path): Use `reftex-uniquify' instead of
24643 `reftex-uniq'
24644
24645 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24646 `before-string' property modification enables for Emacs as well.
24647 (reftex-select-item): Use `reftex-delete-overlay'.
24648 (reftex-select-mark): Use `reftex-make-overlay' and
24649 `reftex-overlay-put'.
24650 (reftex-select-unmark): Use `reftex-delete-overlay' and
24651 `reftex-overlay-put'.
24652
24653 2005-05-18 Lute Kamstra <lute@gnu.org>
24654
24655 * emacs-lisp/lisp.el (check-parens): Fix docstring.
24656
24657 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
24658
24659 * add-log.el (add-change-log-entry):
24660 * array.el (array-make-template, array-reconfigure-rows)
24661 (array-init-max-row, array-init-max-column)
24662 (array-init-columns-per-line, array-init-field-width):
24663 * replace.el (replace-match-maybe-edit, perform-replace):
24664 * textmodes/spell.el (spell-region):
24665 Replace `read-input' by `read-string'.
24666
24667 * forms.el (forms-mode):
24668 * finder.el (finder-compile-keywords):
24669 * shadowfile.el (shadow-read-files):
24670 Replace `eval-current-buffer' by `eval-buffer'.
24671
24672 * terminal.el (te-pass-through):
24673 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24674 (ange-ftp-raw-send-cmd):
24675 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24676 (send-process-next-char, telnet-initial-filter, telnet):
24677 Replace `send-string' by `process-send-string'.
24678
24679 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24680 (prolog-consult-region): Replace `send-string' by
24681 `process-send-string'; replace `send-region' by `process-send-region'.
24682
24683 * progmodes/delphi.el (delphi-log-msg):
24684 Replace `set-window-dot' by `set-window-point'.
24685
24686 * subr.el (window-dot, set-window-dot, read-input, send-string)
24687 (send-region, show-buffer, eval-current-buffer):
24688 Make really obsolete, as the comment says.
24689
24690 2005-05-17 Kim F. Storm <storm@cua.dk>
24691
24692 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24693 (cua--init-keymaps): Bind C-return instead of S-return to set
24694 rectangle mark.
24695
24696 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24697 instead of S-return to toggle/clear rectangle mark.
24698
24699 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
24700
24701 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24702 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24703 Also fontify plain strings assigned to variables, mostly so that a
24704 colon has a face and is thus not taken as a dependency separator.
24705 (makefile-previous-dependency): Inline the new matcher, because it
24706 is too complex to work in both directions.
24707 (makefile-match-dependency): Eliminate `backward' arg (see above).
24708 Completely reimplemented so as to not sometimes go into an endless
24709 loop. It should also be more efficient, because first it only
24710 searches for `:', instead of applying the very complex regexp.
24711 (makefile-mode): Cancel `font-lock-support-mode', because blocks
24712 to be fontified in one piece can be too long for JIT.
24713 Makefiles are never *that* big.
24714
24715 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
24716
24717 * dired.el (dired-mode): Simplify.
24718
24719 2005-05-17 Lute Kamstra <lute@gnu.org>
24720
24721 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24722 defcustom for the mode hook variable.
24723
24724 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24725 Emacs Lisp Reference Manual.
24726
24727 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24728
24729 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24730 (evenp, list*):
24731 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24732 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24733
24734 * net/tramp-smb.el (tramp-smb-open-connection):
24735 Pass `tramp-chunksize' as fifth (required) argument.
24736
24737 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24738
24739 * font-lock.el (lisp-font-lock-keywords-1):
24740 Set `font-lock-negation-char-face' for [^...] char group.
24741 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24742
24743 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24744 a var, and refine it to mask one more level of nested vars.
24745 (makefile-rule-action-regex): Turn it into a var, and refine it so
24746 it recognizes backslashed continuation lines as belonging to the
24747 same command.
24748 (makefile-macroassign-regex): Refine it so it recognizes
24749 backslashed continuation lines as belonging to the same command.
24750 (makefile-var-use-regex): Don't look at the next char, because it
24751 might be the same one to be skipped by the initial [^$], leading
24752 to an overlooked variable use.
24753 (makefile-make-font-lock-keywords): Remove two parameters, which
24754 are now variables that some of the modes set locally.
24755 Handle dependency and rule action matching through functions, because
24756 regexps alone match too often. Dependency matching now comes
24757 last, so it can check, whether a colon already matched something else.
24758 (makefile-mode): Inform that font-lock improves makefile parsing
24759 capabilities.
24760 (makefile-match-dependency, makefile-match-action): New functions.
24761
24762 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24763
24764 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24765
24766 * align.el (align-regexp):
24767 * ansi-color.el (ansi-color-get-face):
24768 * array.el (array-reconfigure-rows, array-init-max-row)
24769 (array-init-max-column, array-init-columns-per-line)
24770 (array-init-field-width):
24771 * dired-aux.el (dired-trample-file-versions):
24772 * dired-x.el (dired-mark-sexp):
24773 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24774 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24775 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24776 * faces.el (face-read-integer):
24777 * files.el (backup-extract-version, insert-directory):
24778 * hexl.el (hexl-insert-decimal-char):
24779 * server.el (server-process-filter):
24780 * shell.el (shell-extract-num):
24781 * startup.el (command-line-1):
24782 * term.el (term-command-hook):
24783 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24784 (time-stamp-do-number):
24785 * time.el (display-time-update):
24786 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24787 (timezone-fix-time):
24788 * vms-patch.el (vms-suspend-resume-hook):
24789 * calendar/appt.el (appt-convert-time):
24790 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24791 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24792 * calendar/cal-islam.el (mark-islamic-diary-entries):
24793 * calendar/calendar.el (calendar-cursor-to-date)
24794 (calendar-star-date):
24795 * calendar/diary-lib.el (diary-attrtype-convert)
24796 (mark-diary-entries, diary-entry-time):
24797 * calendar/solar.el (solar-get-number):
24798 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24799 * emacs-lisp/re-builder.el (reb-display-subexp):
24800 * emulation/edt.el (edt-set-scroll-margins):
24801 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24802 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24803 (vip-get-ex-count):
24804 * emulation/viper-ex.el (viper-get-ex-token)
24805 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24806 * international/fontset.el (fontset-plain-name):
24807 * mail/feedmail.el (feedmail-look-at-queue-directory):
24808 * mail/mailalias.el (mail-get-names):
24809 * mail/rmail.el (rmail-convert-to-babyl-format):
24810 * mail/rmailsum.el (rmail-make-basic-summary-line)
24811 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24812 (rmail-summary-goto-msg):
24813 * mail/smtpmail.el (smtpmail-read-response):
24814 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24815 (ange-ftp-vms-add-file-entry):
24816 * play/gametree.el (gametree-looking-at-ply)
24817 (gametree-current-branch-score):
24818 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24819 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24820 * progmodes/cperl-mode.el (condition-case):
24821 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24822 (ebrowse-set-member-buffer-column-width)
24823 (ebrowse-select-1st-to-9nth):
24824 * progmodes/etags.el (etags-snarf-tag):
24825 * progmodes/flymake.el (flymake-parse-line):
24826 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24827 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24828 (idlwave-shell-menu-def):
24829 * progmodes/ps-mode.el (ps-run-goto-error):
24830 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24831 (vhdl-speedbar-contract-level):
24832 * term/mac-win.el (x-handle-numeric-switch):
24833 * term/sun-mouse.el (sun-get-frame-data):
24834 * term/w32-win.el (x-handle-numeric-switch):
24835 * term/x-win.el (x-handle-numeric-switch):
24836 * textmodes/ispell.el (ispell-parse-output):
24837 * textmodes/nroff-mode.el (nroff-outline-level):
24838 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24839 (reftex-bib-sort-year-reverse, reftex-format-citation):
24840 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24841 (reftex-section-number):
24842 * textmodes/texinfmt.el (texinfo-paragraphindent):
24843 Replace `string-to-int' by `string-to-number'.
24844
24845 * international/latexenc.el: Add page marker to force the "Local
24846 Variables:" string out of the last page.
24847
24848 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24849
24850 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24851 tooltip-change-major-mode.
24852 (gud-tooltip-print-command): Remove case where gud-minor-mode
24853 is gdb ("--fullname").
24854 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24855 explain to user.
24856
24857 2005-05-16 Jay Belanger <belanger@truman.edu>
24858
24859 * calc/calc-store.el (calc-copy-special-constant): New function.
24860
24861 * calc/calc-ext.el (calc-init-extensions): Add binding for
24862 `calc-copy-special-constant'.
24863
24864 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24865 for the `calc-copy-special-constant' command.
24866
24867 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24868
24869 * subr.el (left-fringe-p): New function.
24870
24871 * progmodes/compile.el (compilation-setup): Set local value of
24872 overlay-arrow-string to "" always.
24873 (compilation-set-window): Left fringe then don't scroll.
24874 No left fringe then no arrow and scroll message to top.
24875 (compilation-context-lines): Adjust doc string accordingly.
24876
24877 2005-05-16 Kim F. Storm <storm@cua.dk>
24878
24879 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24880 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24881 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24882 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24883 (ido-read-file-name): Handle commands with ido property value
24884 equal to find-file as reading a file name, to allow C-d to enter dired.
24885 (ibuffer-find-file): Add ido property with value find-file.
24886
24887 2005-05-15 Kim F. Storm <storm@cua.dk>
24888
24889 * subr.el (open-network-stream-nowait): Remove.
24890 (open-network-stream-server): Remove.
24891
24892 2005-05-15 Richard M. Stallman <rms@gnu.org>
24893
24894 * faces.el (describe-face): Output a definition link button.
24895
24896 * help-mode.el (help-face-def): New button type.
24897
24898 * emacs-lisp/copyright.el (copyright-fix-years):
24899 Match properly if the first year is 2-digit.
24900 Don't mess up the whitespace after the years by filling.
24901
24902 * dired-aux.el (dired-mark-confirm):
24903 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24904
24905 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24906 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24907 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24908
24909 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24910 Set font-lock-comment-start-skip.
24911
24912 * font-lock.el (font-lock-comment-start-skip): New variable.
24913 (font-lock-comment-end-skip): New variable.
24914 (font-lock-fontify-syntactically-region): Use them if non-nil.
24915
24916 2005-05-15 Jay Belanger <belanger@truman.edu>
24917
24918 * calc/calc-store.el (calc-store-value): Return a string rather
24919 than display it as a message.
24920 Use calc-var-name for variable name.
24921 (calc-store-into): Add the result of calc-store-value to message.
24922 (calc-copy-variable): Add a message.
24923 (calc-store-exchange): Improve error messages.
24924 (calc-store-binary, calc-store-map): Don't reset the values of
24925 special constants.
24926
24927 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24928
24929 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24930 manual to docstring.
24931
24932 * files.el (hack-local-variables-confirm): Add STRING argument.
24933 Make the function handle non file visiting buffers correctly.
24934 (hack-local-variables-prop-line, hack-local-variables)
24935 (hack-one-local-variable): Use STRING arg of
24936 `hack-local-variables-confirm'.
24937
24938 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24939
24940 Sync with Tramp 2.0.49.
24941
24942 * net/tramp.el (tramp-handle-dired-call-process)
24943 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24944 because the contents of the Tramp buffer is changed before
24945 insertion (`expand-file' and alike).
24946 (tramp-handle-insert-directory): If `localname' has an empty
24947 nondirectory name, it must not be quoted.
24948 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24949 variable `tramp-chunksize'. Change callees.
24950 (tramp-open-connection-setup-interactive-shell): Check remote host
24951 for buggy `send-process-string' implementation.
24952 Set `tramp-chunksize' if found. Reported by Michael Kifer
24953 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24954 (tramp-handle-shell-command): `insert-buffer' cannot be used
24955 because the contents of the Tramp buffer is changed before
24956 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24957 <frederic.bothamy@free.fr>.
24958 (tramp-set-auto-save): Actions should be done for Tramp file name
24959 handler only. Ange-FTP has its own auto-save mechanism.
24960 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24961 (tramp-set-auto-save-file-modes): Set file modes of
24962 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24963 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24964 (tramp-bug): Remove obsolete variable.
24965 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24966 for presence of `mml-mode'. Make it running for older Emacsen as well.
24967
24968 2005-05-14 John Paul Wallington <jpw@pobox.com>
24969
24970 * ibuf-ext.el (define-ibuffer-filter filename):
24971 If `dired-directory' is a list, use its car.
24972
24973 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24974
24975 * ibuffer.el (define-ibuffer-column filename):
24976 If `dired-directory' is a list, use its car.
24977
24978 2005-05-14 Richard M. Stallman <rms@gnu.org>
24979
24980 * subr.el (symbol-file): Doc fix.
24981
24982 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24983 (byte-compile-form): Call byte-compile-nogroup-warn.
24984 (byte-compile-warning-types): Doc fix.
24985
24986 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24987
24988 * progmodes/cc-engine.el (c-literal-faces):
24989 Add font-lock-comment-delimiter-face.
24990
24991 * net/net-utils.el (dig): Use with-no-warnings.
24992
24993 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24994 (sc-recite-frame-alist, sc-default-cite-frame)
24995 (sc-default-uncite-frame, sc-default-recite-frame)
24996 (sc-attrib-selection-list, sc-rewrite-header-list):
24997 Mark as risky-local-variable.
24998
24999 * international/ogonek.el (ogonek-jak, ogonek-how):
25000 Don't use beginning-of-buffer.
25001
25002 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25003
25004 * calendar/solar.el (solar-data-list): Move definition up.
25005
25006 * dnd.el (dnd-protocol-alist): Add autoload.
25007
25008 * progmodes/sh-script.el: Many doc usage fixes.
25009 (sh-indent-after-do): Change default to match common styles.
25010
25011 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
25012
25013 * files.el (interpreter-mode-alist)
25014 (auto-mode-interpreter-regexp): Doc fixes.
25015
25016 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
25017
25018 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25019
25020 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25021
25022 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25023
25024 * dired.el (dired-mode): make-variable-buffer-local =>
25025 make-local-variable.
25026
25027 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25028
25029 * term/mac-win.el (mac-select-convert-to-string): Try coding
25030 systems in mac-script-code-coding-systems if specified one cannot
25031 encode string for `com.apple.traditional-mac-plain-text'.
25032
25033 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
25034
25035 * progmodes/make-mode.el (makefile-targets-face)
25036 (makefile-shell-face, makefile-makepp-perl-face): New faces.
25037 (makefile-dependency-regex): Fix it to not make the colon in
25038 $(var:a=b) special.
25039 (makefile-rule-action-regex): New regexp for highlighting embedded
25040 Shell strings.
25041 (makefile-macroassign-regex): Handle != for highlighting as
25042 embedded Shell strings.
25043 (makefile-var-use-regex): New const.
25044 (makefile-statements, makefile-automake-statements)
25045 (makefile-gmake-statements, makefile-makepp-statements)
25046 (makefile-bsdmake-statements): New consts.
25047 (makefile-make-font-lock-keywords): New function.
25048 (makefile-automake-font-lock-keywords)
25049 (makefile-gmake-font-lock-keywords)
25050 (makefile-makepp-font-lock-keywords)
25051 (makefile-bsdmake-font-lock-keywords): New consts.
25052 (makefile-mode-map): Add switchers between the various submodes.
25053 (makefile-mode): Document the availability of the variants.
25054 (makefile-automake-mode, makefile-gmake-mode)
25055 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25056
25057 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25058 new variants of makefile-mode.
25059
25060 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25061
25062 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25063 the inheritance.
25064
25065 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25066
25067 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25068 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25069
25070 * files.el (normal-mode): Extend the scope of the
25071 `enable-local-variables' binding to include the `set-auto-mode' call.
25072 (magic-mode-alist): Doc fix.
25073
25074 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25075
25076 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25077 font-lock-comment-face rather than copying its setting.
25078
25079 2005-05-12 Andreas Schwab <schwab@suse.de>
25080
25081 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25082
25083 2005-05-12 Lute Kamstra <lute@gnu.org>
25084
25085 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25086 defcustom for the mode hook variable. Delete the last argument.
25087 * generic-x.el: Fix callers of define-generic-mode.
25088 (generic-x-modes): Delete group.
25089 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25090 generic-x customization group.
25091
25092 2005-05-12 Kim F. Storm <storm@cua.dk>
25093
25094 * font-lock.el (font-lock-negation-char-face): Default to "off".
25095
25096 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25097 font-lock-negation-char-face to ! in !=.
25098
25099 2005-05-12 Masatake YAMATO <jet@gyve.org>
25100
25101 * add-log.el (find-change-log): Fix typos in the docstring
25102 of function.
25103
25104 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25105
25106 * international/latexenc.el (latexenc-find-file-coding-system):
25107 Avoid `re-search-forward' when looking for input encoding because
25108 of speed and safety. Better regular expressions for recognizing
25109 input encoding. Limit a search for TeX-master/tex-main-file to
25110 the local variable section.
25111
25112 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25113
25114 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25115 syntax of $ to "'" (quote).
25116
25117 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25118
25119 * dnd.el (dnd-protocol-alist): Improve custom type.
25120
25121 * dired.el (dired-dnd-protocol-alist): New variable.
25122 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25123 `dired-mode-hook' to the end.
25124
25125 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25126
25127 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25128 comment-end if comment-start-skip is not set.
25129 Obey the font-lock-comment-delimiter-face variables.
25130
25131 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25132
25133 * files.el (executable-find): Move from executable.el. Use
25134 locate-file.
25135 * progmodes/executable.el (executable-find): Move to files.el.
25136
25137 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25138 when trying to ensure forward progress.
25139
25140 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25141
25142 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25143 (mouse-select, mouse-select-internal, mouse-extend-internal):
25144 Use it to implement mouse-1-click-follows-link functionality.
25145
25146 2005-05-11 Richard M. Stallman <rms@gnu.org>
25147
25148 * font-lock.el (font-lock-fontify-syntactically-region):
25149 Use font-lock-comment-delimiter-face for comment delimiters.
25150
25151 2005-05-10 Jay Belanger <belanger@truman.edu>
25152
25153 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25154 preserving embedded modes.
25155
25156 2005-05-10 Richard M. Stallman <rms@gnu.org>
25157
25158 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25159
25160 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25161 Move from ada-stmt.el.
25162 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25163
25164 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25165 Move to ada-mode.el.
25166 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25167
25168 * cus-edit.el (custom-file): Call file-chase-links.
25169
25170 * files.el (read-directory-name): Fix previous change.
25171 (hack-local-variables-confirm): New function.
25172 (hack-local-variables-prop-line, hack-local-variables)
25173 (hack-one-local-variable): Use it.
25174
25175 2005-05-10 Lute Kamstra <lute@gnu.org>
25176
25177 * font-lock.el (font-lock-keywords-alist)
25178 (font-lock-removed-keywords-alist): Clarify docstrings.
25179
25180 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25181
25182 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25183 (gdb-source-info): Check for preprocessor info.
25184 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25185 a macro for a function.
25186 (gdb-info-breakpoints-custom): Try to find file again if not already
25187 found (user might have used GDB dir command).
25188 (gdb-get-location): Update gdb-location-alist correctly for change
25189 to gdb-info-breakpoints-custom.
25190
25191 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25192 (gud-tooltip-print-command): Add gdbmi case.
25193 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25194 preprocessor info.
25195
25196 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25197
25198 * startup.el (fancy-splash-insert): Fix typo in doc string.
25199
25200 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25201
25202 * obsolete/float.el (string-to-float):
25203 * obsolete/hilit19.el (hilit-add-pattern):
25204 * obsolete/rnews.el (news-parse-range, news-select-message)
25205 (news-get-pruned-list-of-files): Replace `string-to-int' by
25206 `string-to-number'.
25207
25208 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25209 `find-file-not-found-hooks'; use `add-hook'.
25210 (uncompress-while-visiting): Set `write-file-functions', not
25211 `write-file-hooks'; use `add-hook'.
25212
25213 2005-05-09 Kim F. Storm <storm@cua.dk>
25214
25215 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25216 (cua-paste): Handle clipboard action.
25217 (cua--init-keymaps): Remap clipboard-kill-region and
25218 clipboard-kill-ring-save.
25219
25220 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25221
25222 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25223 Improve commentary.
25224
25225 * simple.el (next-error-overlay-arrow-position): Revert the change
25226 made on 2005-04-30.
25227
25228 2005-05-07 Jay Belanger <belanger@truman.edu>
25229
25230 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25231 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25232 `calc-sel-reselect'.
25233
25234 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25235 Calc is in embedded mode.
25236
25237 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25238
25239 * progmodes/compile.el (compilation-setup):
25240 Set overlay-arrow-string to an empty string on text terminals.
25241
25242 * textmodes/ispell.el (ispell-program-name): Try looking for
25243 "aspell" along exec-path, and if found, use it as the default
25244 speller program.
25245
25246 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25247
25248 * international/mule.el (sgml-xml-auto-coding-function):
25249 Recognize encoding='FOO' in single quotes as well as in double quotes.
25250
25251 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25252
25253 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25254 as well as `interactive', so that defmacro* would recognize
25255 `declare' forms.
25256
25257 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25258
25259 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25260 Explain more about the LIGHTER arg's usage in the doc string.
25261 Add commentary to clarify what the code does. Fix the regexp that
25262 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25263 since it could have characters special to regular expressions.
25264
25265 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25266
25267 * replace.el (occur-1): Bind inhibit-read-only so that
25268 erase-buffer doesn't barf on read-only text properties (likewise
25269 for add-text-properties in occur-engine). Mark buffer as unmodified.
25270 (occur-engine): Don't set buffer-read-only here.
25271
25272 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25273
25274 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25275 list-buffers-directory. This caused the *cvs-commit* buffer to be
25276 sometimes mistakenly reused as a *cvs* buffer.
25277
25278 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25279
25280 * tooltip.el: Move code for GUD tooltips into gud.el.
25281 (require): CL no longer needed to compile case.
25282 (tooltip-mode): Do not toggle functions for GUD tooltips.
25283 (tooltip-gud-tips-p): Remove. Replace with minor mode
25284 gud-tooltip-mode in gud.el.
25285 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25286 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25287 tooltip-gud prefix with gud-tooltip and obsolete.
25288 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25289 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25290 (tooltip-mouse-motion): Mouse movement functions/variable.
25291 Rename in gud.el by adding gud prefix.
25292 (tooltip-gud-original-filter, tooltip-gud-dereference)
25293 (tooltip-gud-event, tooltip-toggle-gud-tips)
25294 (tooltip-gud-process-output, tooltip-gud-print-command)
25295 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25296 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25297 (gdb-tooltip-print): Move to gdb-ui.el.
25298
25299 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25300 (require): CL needed to compile case.
25301 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25302 tooltip-gud-tips-p. Make it a minor-mode.
25303 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25304 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25305 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25306 (gud-tooltip-change-major-mode)
25307 (gud-tooltip-activate-mouse-motions-if-enabled)
25308 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25309 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25310 (gud-tooltip-original-filter, gud-tooltip-dereference)
25311 (gud-tooltip-event, tooltip-toggle-gud-tips)
25312 (gud-tooltip-process-output, gud-tooltip-print-command)
25313 (gud-tooltip-tips): Move from tooltip.el.
25314
25315 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25316 (gdb-cpp-define-alist-flags): Doc fix.
25317 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25318 gud-tooltip-mode is t.
25319
25320 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25321
25322 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25323 evaporate if their text is deleted.
25324 (goto-address-at-point): Make it work as a mouse binding as well.
25325 (goto-address-at-mouse): Obsolete it. Update users.
25326
25327 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25328
25329 * calendar/appt.el (top-level): No longer activate on load.
25330
25331 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25332
25333 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25334 * net/webjump.el (webjump):
25335 * progmodes/idlw-help.el (idlwave-do-context-help1)
25336 (idlwave-highlight-linked-completions):
25337 * textmodes/po.el (po-find-file-coding-system-guts):
25338 Replace `assoc-ignore-case' by `assoc-string'.
25339
25340 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25341
25342 * files.el (locate-file): Doc fix.
25343
25344 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25345 Remove the redundant test for ms-dos.
25346
25347 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25348 look for the preprocessor with exec-suffixes. If not found in
25349 standard places, look in exec-path. Remove most of the tests that
25350 used system-type.
25351
25352 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25353
25354 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25355
25356 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25357 file-name clash with jka-compr.el on 8+3 filesystems.
25358
25359 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25360
25361 * term/mac-win.el: Don't define or bind scroll bar functions if
25362 x-toolkit-scroll-bars is t.
25363 (x-select-text, x-get-selection-value): Clear
25364 x-last-selected-text-clipboard if x-select-enable-clipboard is
25365 nil.
25366 (PRIMARY): Put mac-scrap-name property.
25367 (mac-select-convert-to-file-url): New function.
25368 (public.file-url): New selection target type. Add to
25369 selection-converter-alist.
25370 (x-get-selection, x-selection-value): Handle it.
25371 (x-cut-buffer-or-selection-value): New alias.
25372
25373 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25374
25375 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25376 entry to avoid calling bibtex-find-entry with arg global
25377 being t. Remove arg key.
25378 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25379 (bibtex-copy-summary-as-kill): Change accordingly.
25380
25381 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25382
25383 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25384 (org-agenda-date-later): Use with-current-buffer.
25385
25386 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
25387
25388 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
25389 (define-obsolete-variable-alias): Doc Fixes.
25390
25391 2005-05-06 Kim F. Storm <storm@cua.dk>
25392
25393 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
25394 vertical-motion when selective-display is active.
25395
25396 * ido.el (ido-setup-hook): New hook.
25397 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
25398 (ido-input-stack): New var.
25399 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
25400 ido-next-work-file binding to M-O.
25401 Bind M-f to ido-wide-find-file-or-pop-dir.
25402 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
25403 (ido-read-internal): Run ido-setup-hook.
25404 Catch quit in read-file-name and read-string to cancel edit.
25405 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
25406 Automatically pop-all when completing a directory name (RET).
25407 (ido-file-internal): Add with-no-warnings around ffap and dired code.
25408 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
25409 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
25410 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
25411 New functions for M-b/M-f to move among the directory components.
25412 (ido-make-merged-file-list): Catch quit to cancel merge.
25413 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
25414 (ido-completion-help): No warnings for ido-completion-buffer-full.
25415
25416 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
25417
25418 * font-lock.el (font-lock-negation-char-face): New face and variable.
25419 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
25420 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
25421 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
25422 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
25423
25424 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
25425
25426 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
25427 Fix typo in docstring.
25428
25429 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
25430 (ebrowse-print-statistics-line)
25431 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
25432
25433 * term/w32-win.el (image-library-alist): Add additional name for
25434 Xpm library.
25435
25436 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
25437
25438 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
25439 use gcc instead of cpp.
25440
25441 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
25442 (gdb-create-define-alist): Use it.
25443 (gdb-cpp-define-alist-program): Update for MS-DOS.
25444
25445 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
25446
25447 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
25448
25449 2005-05-04 Richard M. Stallman <rms@gnu.org>
25450
25451 * help.el (describe-key): No error when UNTRANSLATED is nil.
25452
25453 * simple.el (line-move-1): Fix previous change to signal errors
25454 appropriately.
25455
25456 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
25457
25458 * calendar/icalendar.el (icalendar-version): Now at 0.12.
25459 (icalendar-duration-correction): Remove.
25460 (icalendar--get-event-properties): Split result at commas.
25461 (icalendar--decode-isoduration): New optional argument
25462 DURATION-CORRECTION.
25463 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
25464 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
25465 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
25466 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
25467 (icalendar--convert-anniversary-to-ical): New functions, extracted
25468 from icalendar-export-region, with bug fixes.
25469 (icalendar-export-region): Use the above functions.
25470 (icalendar-import-buffer): Check before saving diary file.
25471 (icalendar--convert-recurring-to-diary)
25472 (icalendar--convert-non-recurring-all-day-to-diary)
25473 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
25474 extracted from icalendar--convert-ical-to-diary, with bug fixes.
25475 (icalendar--convert-ical-to-diary): Use the above functions.
25476
25477 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
25478
25479 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
25480 Remove these recent additions.
25481 (c-mode): Restore to before 2005-04-28.
25482
25483 * progmodes/cc-vars.el (cc-define-list-program): Remove this
25484 recent addition.
25485
25486 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
25487 (gdb-define-alist): New variables.
25488 (gdb-create-define-alist): New function.
25489 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
25490 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
25491 with string-to-number.
25492 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
25493
25494 * progmodes/gud.el: Replace string-to-int with string-to-number.
25495 (gud-find-file): Handle gdb-define-alist.
25496
25497 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
25498
25499 2005-05-02 Jay Belanger <belanger@truman.edu>
25500
25501 * calc/calc-aent.el (math-read-token):
25502 * calc/calc-bin.el (calc-word-size):
25503 * calc/calc-ext.el (calc-read-number-fancy):
25504 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
25505 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
25506 * calc/calc-frac.el (calc-over-notation):
25507 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
25508 (calc-graph-num-points, calc-graph-init):
25509 * calc/calc-prog.el (calc-read-parse-table-part)
25510 (calc-edit-macro-repeats):
25511 * calc/calc-yank.el (calc-do-grab-rectangle):
25512 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
25513 Replace `string-to-int' by `string-to-number'.
25514
25515 2005-05-02 Kim F. Storm <storm@cua.dk>
25516
25517 * kmacro.el: Use executing-kbd-macro-index variable.
25518
25519 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
25520
25521 * net/rlogin.el (rlogin-parse-words): Delete func.
25522 (rlogin): Use split-string, not rlogin-parse-words.
25523 Also, if there are option-like elements in the parsed args,
25524 take the host to be the first arg immediately following them.
25525 Suggested by Michael Mauger.
25526
25527 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25528
25529 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
25530
25531 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25532
25533 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
25534 (cc-mode-cpp-program): Rename to cc-define-list-program and
25535 move to cc-vars.el.
25536
25537 * progmodes/cc-vars.el (cc-define-list-program):
25538 Change to "gcc -E -dM -". Make customizable.
25539
25540 2005-05-02 Kim F. Storm <storm@cua.dk>
25541
25542 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
25543
25544 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
25545
25546 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
25547
25548 * international/mule-util.el (truncate-string): Remove alias and
25549 obsolete declaration.
25550
25551 * international/mule-cmds.el (update-iso-coding-systems):
25552 Remove alias and obsolete declaration.
25553
25554 * international/mule.el (coding-system-parent): Remove alias and
25555 obsolete declaration.
25556
25557 * subr.el (define-function, sref): Remove aliases and obsolete
25558 declarations.
25559 (chars-in-region): Remove obsolete declaration.
25560
25561 2005-05-01 Richard M. Stallman <rms@gnu.org>
25562
25563 * info.el (Info-mode): Set widen-automatically to nil, locally.
25564
25565 * simple.el (widen-automatically): New variable.
25566 (pop-global-mark): Obey widen-automatically.
25567
25568 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
25569
25570 * term/xterm.el (function-key-map): Call substitute-key-definition
25571 before the keymap size is increased by a lot of define-key calls.
25572
25573 2005-05-01 Richard M. Stallman <rms@gnu.org>
25574
25575 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
25576 Rename ARG to ELEMENT. Doc fix.
25577
25578 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25579
25580 * allout.el (allout-exposure): Remove macro and obsolete declaration.
25581 Remove references to allout-exposure/change to allout-new-exposure.
25582
25583 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
25584 bytecode symbols.
25585
25586 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
25587 (compiled-function-p, focus-frame, unfocus-frame):
25588 Remove aliases and obsolete declarations.
25589 Back out inadvertent changes from previous commit.
25590
25591 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
25592
25593 * files.el (require-final-newline): Make Custom tags consistent
25594 with mode-require-final-newline.
25595 (mode-require-final-newline): Doc fix.
25596
25597 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
25598
25599 * international/latexenc.el (latexenc-find-file-coding-system):
25600 Fix regular expressions.
25601
25602 2005-05-01 David Kastrup <dak@gnu.org>
25603
25604 * international/latexenc.el (latexenc-find-file-coding-system):
25605 Fix regular expressions.
25606
25607 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
25608
25609 * subr.el (string-to-int): Make obsolete.
25610
25611 2005-04-30 Richard M. Stallman <rms@gnu.org>
25612
25613 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25614
25615 * loadup.el: load jka-comp-hook.
25616
25617 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25618 (jka-compr-handler): Add autoload. `put' calls moved
25619 to jka-comp-hook.el.
25620 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25621 (jka-compr-inhibit): Autoload.
25622
25623 * jka-comp-hook.el: New file.
25624 Enable the mode by default.
25625
25626 * files.el (backup-buffer-copy): Use copy-file instead
25627 of write-region, and put back the 'excl.
25628
25629 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
25630
25631 * progmodes/flymake.el (flymake-split-string)
25632 (flymake-split-string, flymake-log, flymake-pid-to-names)
25633 (flymake-reg-names, flymake-get-source-buffer-name)
25634 (flymake-unreg-names, flymake-add-line-err-info)
25635 (flymake-add-err-info): Clarify docstrings.
25636 (flymake-popup-menu, flymake-make-emacs-menu)
25637 (flymake-make-xemacs-menu): Add docstrings.
25638 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25639 Set variables directly throughout.
25640
25641 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
25642
25643 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25644 exists. Initialize cc-define-alist.
25645 (c-mode): Add cc-create-define-alist locally to after-save-hook.
25646 If there is no file (Macroexpansion) don't create an alist.
25647
25648 2005-04-29 Sam Steingold <sds@gnu.org>
25649
25650 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25651 (cc-create-define-alist): Use it instead of the hard-coded string.
25652
25653 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
25654
25655 * international/mule-conf.el (file-coding-system-alist): Fix regexp
25656 for latexenc.
25657
25658 2005-04-29 Lute Kamstra <lute@gnu.org>
25659
25660 * emacs-lisp/generic.el: Improve commentary section.
25661 (define-generic-mode): Improve docstring.
25662
25663 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
25664
25665 * textmodes/org.el (many places): Change to quiet the byte compiler.
25666 (org-prefix-format-compiled): New variable.
25667 (org-compile-prefix-format): New function.
25668 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25669 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25670 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25671 (org-get-entries-from-diary): Use `org-get-time-of-day' for
25672 consistency with entries from `org-mode' files.
25673 (org-get-time-of-day): Fix bug with partial matches early in a line.
25674 (org-non-link-chars): New constant.
25675 (org-link-regexp): Respect `org-non-link-chars'.
25676 (org-agenda-day-view): Remove command.
25677 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25678 (org-follow-bbdb-link, org-store-link): Search also company field.
25679 (org-highlight-overlay): New variable.
25680 (org-highlight, org-unhighlight): New functions.
25681 (org-agenda-mode): Add pre-command-hook to remove highlight.
25682 (org-evaluate-time-range): Behavior depends upon whether time stamp
25683 contains a time or not.
25684 (org-show-subtree, org-show-entry): New functions.
25685 (org-agenda-cleanup-fancy-diary): Remove empty lines.
25686
25687 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
25688
25689 * comint.el (comint-output-filter-functions): Add autoload cookie.
25690
25691 2005-04-28 Kim F. Storm <storm@cua.dk>
25692
25693 * ido.el (ido-everywhere): Fix last change.
25694
25695 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25696
25697 * international/latexenc.el: New file.
25698 * international/mule-conf.el (file-coding-system-alist): For .tex,
25699 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25700
25701 2005-04-28 Lute Kamstra <lute@gnu.org>
25702
25703 * font-lock.el (font-lock-add-keywords)
25704 (font-lock-remove-keywords): Clarify docstring.
25705 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25706 Don't start docstrings with a `*'.
25707 (font-lock-update-removed-keyword-alist): Give it a docstring.
25708
25709 * generic-x.el: Update commentary section.
25710 Only require font-lock when compiling.
25711 Define all modes conditionally.
25712 Place all generic modes in the generic-x-modes customization group.
25713 (generic-x-modes): New customization group.
25714 (generic-default-modes, generic-mswindows-modes)
25715 (generic-unix-modes, generic-other-modes): New constants.
25716 (generic-define-mswindows-modes, generic-define-unix-modes):
25717 Update docstrings. Make them obsolete.
25718 (generic-extras-enable-list): New default value. Update docstring.
25719 Improve :type. Change :set function.
25720 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25721 Fix docstring.
25722
25723 * emacs-lisp/generic.el (generic-mode-internal):
25724 Simplify font-lock-defaults.
25725 (define-generic-mode): Fix docstring.
25726
25727 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25728
25729 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25730 font-lock-face property to highlight matches.
25731
25732 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25733
25734 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25735 (cc-define-alist): New variable.
25736 (c-mode): Make it local and initialize it.
25737
25738 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25739 (gdb-exited): New function.
25740 (gdb-annotation-rules): Use it.
25741 (gdb-starting): Set gdb-active-process to t.
25742 (gdb-stopping): Amend doc string.
25743 (gdb-reset): Set gdb-active-process to nil.
25744
25745 * tooltip.el (tooltip-gud-tips): Show the associated #define
25746 directives when a C program under GDB is not executing.
25747
25748 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25749
25750 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25751 font-lock-fontify-syntactic-keywords.
25752
25753 * font-lock.el (font-lock-default-fontify-region): Don't force
25754 parse-sexp-lookup-properties to nil.
25755
25756 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25757
25758 * man.el (man-mode-syntax-table): Set up `:' to have
25759 word-constituent syntax.
25760
25761 2005-04-27 Lute Kamstra <lute@gnu.org>
25762
25763 * novice.el (disable-command): Don't add spurious newlines to the
25764 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25765
25766 2005-04-26 Jay Belanger <belanger@truman.edu>
25767
25768 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25769 than one window before deleting window.
25770
25771 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25772
25773 * shell.el (shell-prompt-pattern): Doc fix.
25774 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25775
25776 * comint.el (comint-prompt-regexp, comint-get-old-input)
25777 (comint-use-prompt-regexp)
25778 (comint-use-prompt-regexp-instead-of-fields)
25779 (comint-replace-by-expanded-history, comint-send-input)
25780 (comint-output-filter, comint-get-old-input-default)
25781 (comint-line-beginning-position, comint-bol, comint-show-output)
25782 (comint-backward-matching-input, comint-forward-matching-input)
25783 (comint-next-prompt, comint-previous-prompt):
25784 Rename `comint-use-prompt-regexp-instead-of-fields' to
25785 `comint-use-prompt-regexp'. Keep old name as alias and declare
25786 obsolete.
25787 (comint-use-prompt-regexp): Shorten first line of doc string.
25788
25789 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25790 Set paragraph-separate buffer locally to "\\'".
25791
25792 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25793 Adapt to above name change.
25794
25795 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25796 (smbclient-prompt-regexp): Ditto.
25797
25798 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25799
25800 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25801
25802 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25803 gdb-location-list.
25804 Break lines that are over 80 characters wide.
25805
25806 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25807
25808 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25809 New fun and var, to preserve compatibility.
25810
25811 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25812
25813 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25814
25815 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25816 name to file-newer-than-file-p.
25817
25818 2005-04-26 Richard M. Stallman <rms@gnu.org>
25819
25820 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25821
25822 * progmodes/python.el (python-mode):
25823 Use new name eldoc-documentation-function.
25824
25825 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25826
25827 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25828 (eldoc-documentation-function):
25829 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25830
25831 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25832
25833 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25834
25835 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25836
25837 * term/xterm.el (function-key-map): Fix strings for
25838 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25839 {C,S,A,C-S}-{f1-f12}.
25840
25841 2005-04-26 Kenichi Handa <handa@m17n.org>
25842
25843 * international/mule-cmds.el (select-safe-coding-system):
25844 Fix previous change.
25845
25846 2005-04-26 Lute Kamstra <lute@gnu.org>
25847
25848 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25849
25850 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25851 (font-lock-comment-delimiter-face): Ditto.
25852
25853 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25854
25855 2005-04-25 Jay Belanger <belanger@truman.edu>
25856
25857 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25858 to t while inserting information; use help-mode.
25859
25860 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25861
25862 * term.el (ansi-term-color-vector): Use the xterm colors.
25863 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25864
25865 2005-04-25 Lute Kamstra <lute@gnu.org>
25866
25867 * font-core.el (font-lock-defaults): Fix docstring.
25868
25869 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25870
25871 2005-04-25 Kenichi Handa <handa@m17n.org>
25872
25873 * international/mule-cmds.el (select-safe-coding-system):
25874 Don't check consistency with coding: spec, etc if raw-text or
25875 no-conversion was found to be safe.
25876
25877 2005-04-24 Richard M. Stallman <rms@gnu.org>
25878
25879 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25880 citation markers at start of each line.
25881
25882 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25883 citation markers at start of each line.
25884
25885 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25886
25887 * files.el (mode-require-final-newline): Fix previous change.
25888 (require-final-newline): Fix type label.
25889
25890 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25891
25892 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25893 statement in buffer (broken by 2004-11-24 change).
25894
25895 2005-04-24 Kim F. Storm <storm@cua.dk>
25896
25897 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25898 and read-file-name-function values. Don't overwrite existing
25899 non-nil values if ido-mode is enabled without ido-everywhere.
25900
25901 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25902
25903 * files.el (mode-require-final-newline): Minor doc fix.
25904
25905 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25906
25907 * subr.el (syntax-after): Doc fix.
25908 (syntax-class): If argument is nil, return nil. Mask off upper 16
25909 bits, not 8 bits.
25910
25911 * files.el (mode-require-final-newline): Doc fix.
25912 (backup-buffer-copy): Fix last change.
25913
25914 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25915
25916 * term/mac-win.el: Require select. Set selection-coding-system to
25917 mac-system-coding-system. Call menu-bar-enable-clipboard.
25918 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25919 (x-select-enable-clipboard): New variables.
25920 (x-select-text, x-get-selection, x-selection-value)
25921 (x-get-selection-value, mac-select-convert-to-string)
25922 (mac-services-open-file, mac-services-open-selection)
25923 (mac-services-insert-text): New functions.
25924 (CLIPBOARD, FIND): Put mac-scrap-name property.
25925 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25926 (public.tiff): Put mac-ostype property.
25927 (selection-converter-alist): Add entries for them.
25928 (mac-application-menu-map): New keymap.
25929 (interprogram-cut-function, interprogram-paste-function): Set to
25930 x-select-text and x-get-selection-value, respectively.
25931 (split-window-keep-point): Set to t.
25932
25933 2005-04-23 Richard M. Stallman <rms@gnu.org>
25934
25935 * files.el (read-directory-name): Always pass non-nil
25936 DEFAULT-FILENAME arg to read-file-name.
25937 (backup-buffer-copy, basic-save-buffer-2): Take care against
25938 writing thru an unexpected existing symlink.
25939 (revert-buffer): In indirect buffer, revert the base buffer.
25940 (magic-mode-alist): Doc fix.
25941 (buffer-stale-function): Doc fix.
25942 (minibuffer-with-setup-hook): Avoid warning.
25943 (mode-require-final-newline): Doc and custom fix.
25944
25945 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25946
25947 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25948 use the default appearance.
25949 (font-lock-comment-delimiter-face): New face, new variable.
25950
25951 * imenu.el (imenu--generic-function): The official position of a
25952 definition is the start of the line that BEG is in.
25953
25954 * midnight.el (midnight-timer): Move defvar up.
25955
25956 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25957
25958 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25959
25960 * startup.el (command-line): Use with-no-warnings.
25961
25962 * window.el (window-size-fixed): New defvar.
25963
25964 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25965
25966 * mail/rmail.el (rmail-font-lock-keywords):
25967 Use font-lock-comment-delimiter-face.
25968
25969 * mail/sendmail.el (mail-font-lock-keywords):
25970 Use font-lock-comment-delimiter-face.
25971
25972 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25973
25974 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25975
25976 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25977 Specify t for LAXMATCH when matching directories.
25978 Save match data around compilation-compat-error-properties form.
25979
25980 2005-04-23 David Kastrup <dak@gnu.org>
25981
25982 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25983 Mention that the autoloaded aliases should be kept for AUCTeX.
25984
25985 2005-04-23 Andreas Schwab <schwab@suse.de>
25986
25987 * isearch.el (isearch-forward): Doc fix.
25988
25989 2005-04-23 Eli Zaretskii <eliz@gnu.org>
25990
25991 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25992 (jit-lock-stealth-nice): Change default value to 0.5.
25993
25994 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25995
25996 * abbrev.el (write-abbrev-file): Write table entries in
25997 alphabetical order by table name.
25998
25999 2005-04-22 Kim F. Storm <storm@cua.dk>
26000
26001 * ido.el (ido-read-internal): Fix `list' completion.
26002
26003 2005-04-22 Kenichi Handa <handa@m17n.org>
26004
26005 * recentf.el (recentf-save-file-coding-system): New variable.
26006 (recentf-save-list): Encode the file by
26007 recentf-save-file-coding-system and add coding: tag.
26008
26009 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26010
26011 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26012
26013 2005-04-21 Lute Kamstra <lute@gnu.org>
26014
26015 * loadhist.el (unload-feature): Don't remove a function from hooks
26016 if it is about to be restored to an autoload . Remove functions
26017 that will become unbound from auto-mode-alist. Simplify the code.
26018
26019 * subr.el (assq-delete-all): New implementation that is linear,
26020 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
26021 (rassq-delete-all): New function.
26022
26023 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26024 Add size-indication-mode.
26025
26026 2005-04-21 Kenichi Handa <handa@m17n.org>
26027
26028 * international/mule-cmds.el: Add autoload for widget-value in
26029 eval-when-compile.
26030
26031 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
26032
26033 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26034 Add tooltip-mode.
26035
26036 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26037
26038 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
26039
26040 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26041 (inferior-lisp-filter-regexp, inferior-lisp-program)
26042 (inferior-lisp-load-command, inferior-lisp-prompt)
26043 (inferior-lisp-mode-hook, lisp-source-modes)
26044 (inferior-lisp-load-hook): defvar->defcustom.
26045 (inferior-lisp-program, inferior-lisp-prompt)
26046 (inferior-lisp-load-hook): Doc fixes.
26047 (inferior-lisp-install-letter-bindings): Small change in
26048 introductory comment.
26049
26050 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
26051
26052 * vc.el (vc-annotate-color-map): Change some colors so that text
26053 using them as foreground is readable on both white and black
26054 backgrounds.
26055
26056 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26057
26058 * international/mule-conf.el (translation-table-for-input):
26059 Remove redundant declaration.
26060
26061 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26062
26063 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26064
26065 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26066 (tooltip-toggle-gud-tips): New function.
26067
26068 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26069
26070 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26071 right angle brackets.
26072
26073 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26074
26075 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26076
26077 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26078
26079 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26080 Remove. Update callers to use expand-file-name instead.
26081
26082 * subr.el (syntax-class): New function.
26083
26084 * simple.el (blink-matching-open): Use it.
26085
26086 * paren.el (show-paren-function): Use it to recognize parens that are
26087 also used in 2-char comment markers.
26088
26089 2005-04-19 Lute Kamstra <lute@gnu.org>
26090
26091 * loadhist.el (unload-feature): Update for new format of
26092 load-history. Simplify the code.
26093
26094 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26095
26096 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26097 (mac-add-charset-info): New function. Initialize variable
26098 mac-charset-info-alist using it.
26099 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26100 for translation.
26101 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26102 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26103 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26104 New CCL programs.
26105
26106 2005-04-19 Kim F. Storm <storm@cua.dk>
26107
26108 * simple.el (next-buffer, prev-buffer, next-error)
26109 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26110 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26111
26112 * bindings.el (next-buffer, prev-buffer, next-error)
26113 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26114 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26115 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26116 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26117
26118 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26119
26120 * isearch.el (isearch-edit-string): Make the search-ring available for
26121 minibuffer history commands.
26122 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26123 the default history commands now work just as well.
26124 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26125
26126 2005-04-18 Kim F. Storm <storm@cua.dk>
26127
26128 * emulation/cua-base.el (cua--pre-command-handler): Add more
26129 elaborate check for shift modifier on non-window systems.
26130
26131 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26132
26133 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26134
26135 2005-04-18 Kim F. Storm <storm@cua.dk>
26136
26137 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26138 and make it optional. Don't test tooltip-gud-echo-area here.
26139 (tooltip-gud-process-output, gdb-tooltip-print):
26140 Pass tooltip-gud-echo-area to tooltip-show.
26141 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26142
26143 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26144
26145 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26146 `display-graphic-p' may not be bound yet.
26147
26148 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26149
26150 * startup.el (command-line): No longer enable Xterm Mouse mode by
26151 default in terminals compatible with xterm.
26152
26153 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26154
26155 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26156
26157 * tooltip.el (tooltip-gud-echo-area): Rename from
26158 tooltip-use-echo-area.
26159 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26160 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26161 area independently of where help tooltips are displayed.
26162
26163 2005-04-17 David Kastrup <dak@gnu.org>
26164
26165 * cus-theme.el (custom-theme-write-variables): Quote variables
26166 where necessary.
26167
26168 2005-04-17 Richard M. Stallman <rms@gnu.org>
26169
26170 * simple.el (yank-excluded-properties): Add follow-link to value.
26171
26172 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26173
26174 * startup.el (fancy-splash-max-time): Just 30 seconds.
26175 (fancy-splash-delay): Just 7.
26176 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26177
26178 * loadhist.el (unload-feature): Update for new format of load-history.
26179 Simplify the code.
26180
26181 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26182 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26183
26184 * mail/sendmail.el (mail-font-lock-keywords):
26185 Don't fontify subject text.
26186 Don't fontify the text of a citation.
26187
26188 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26189
26190 * comint.el (comint-output-filter): Run comint-output-filter-functions
26191 with point where the user had it.
26192
26193 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26194
26195 * international/ucs-tables.el (ucs-set-table-for-input):
26196 Disable when using unify-on-decoding.
26197
26198 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26199
26200 * emulation/cua-base.el (cua-global-mark-face): Add special case
26201 for displays supporting a high number of colors.
26202
26203 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26204
26205 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26206
26207 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26208
26209 * filesets.el (filesets-add-buffer): If user supplies a name of a
26210 non-existing fileset, create a new fileset.
26211
26212 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26213
26214 * textmodes/org.el (org-up-heading-all): Fix bug with
26215 `outline-up-heading-all'.
26216
26217 2005-04-16 Andreas Schwab <schwab@suse.de>
26218
26219 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26220 /etc/permissions.d/* and /etc/aliases.d/*.
26221
26222 2005-04-16 Kenichi Handa <handa@m17n.org>
26223
26224 * international/code-pages.el (cp-make-coding-system):
26225 Set `translation-table-for-input' property value to the symbol
26226 ucs-mule-to-mule-unicode, not to that value.
26227 (pt154): Escape guillemet by `\'.
26228
26229 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26230
26231 * loadup.el: Load tooltip if x-show-tip is fboundp.
26232
26233 * startup.el (command-line): Add comment.
26234
26235 * tooltip.el (tooltip-mode): Specify correct standard value for
26236 Custom in init-value.
26237
26238 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26239
26240 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26241 possible.
26242
26243 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26244
26245 * textmodes/org.el (org-agenda-date-prompt): Rename from
26246 `org-agenda-date-today'.
26247 (org-evaluate-time-range): Insert at point instead of directly
26248 after time range.
26249 (org-first-headline-recenter, org-subtree-end-visible-p)
26250 (org-optimize-window-after-visibility-change): New functions
26251 (org-agenda-post-command-hook): Don't allow point at end of line,
26252 to make sure it always hits the text properties.
26253 (org-agenda-next-date-line, org-agenda-previous-date-line):
26254 New commands.
26255 (org-set-regexps-and-options): Category may contain white space.
26256 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26257 Improve marker positions.
26258 (org-agenda-new-marker): Argument POS made optional.
26259 (org-agenda-get-timestamps): Deadlines which are done are listed
26260 in org-done-face now.
26261 (org-agenda-get-todos, org-agenda-get-timestamps)
26262 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26263 Set `undone-face' and `done-face' properties.
26264 (org-last-todo-state-is-todo): New variable.
26265 (org-todo): Set `org-last-todo-state-is-todo'.
26266 (org-agenda-todo): Change face according to
26267 `org-last-todo-state-is-todo'. And change other lines referring to
26268 the same entry.
26269 (org-calendar-goto-agenda): New command.
26270 (org-calendar-to-agenda-key): New option.
26271 (org-startup-folded): New allowed value `content'.
26272 (org-set-regexps-and-options): Accept new value `content' for
26273 `org-startup-folded'.
26274 (org-get-current-options): Handle new value `content' for
26275 `org-startup-folded'.
26276 (org-insert-todo-heading): New command.
26277 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26278 interactively in empty file and option
26279 `org-insert-mode-line-in-empty-file' has been set.
26280 (org-agenda-todo, org-agenda-priority): Modify to use
26281 `org-agenda-change-all-lines'.
26282 (org-warning-face): Change color on dark background
26283
26284 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26285
26286 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26287 use preferences AppleLocale and AppleLanguages, and variable
26288 mac-system-locale for default locale. On Mac OS Classic, use
26289 mac-system-coding-system for default coding systems.
26290
26291 * term/mac-win.el: Don't set file-name-coding-system.
26292 Decode variables system-name, emacs-build-system, user-login-name, and
26293 user-full-name by mac-system-coding-system on Mac OS Classic.
26294 (mac-system-coding-system): New variable.
26295
26296 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26297
26298 * startup.el (command-line): Handle `xterm-mouse-mode' before
26299 reading init file.
26300
26301 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26302
26303 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26304
26305 * progmodes/sh-script.el (sh-here-document-word): Make it a
26306 defcustom. Doc fix.
26307 (sh-add): Bash uses $(( )) for arithmetic.
26308 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26309 (sh-maybe-here-document): Remove quotes and leading whitespace
26310 from heredoc word when closing. Indent heredoc with tabs if word
26311 starts with "-".
26312
26313 2005-04-13 Richard M. Stallman <rms@gnu.org>
26314
26315 * simple.el (undo): Fix previous change.
26316
26317 * custom.el (defface): Doc fix.
26318
26319 2005-04-13 Lute Kamstra <lute@gnu.org>
26320
26321 * Makefile.in (DONTCOMPILE): Remove list.
26322 (compile, compile-always): Don't use DONTCOMPILE.
26323 (update-authors): Load the library in which batch-update-authors
26324 is defined.
26325 * makefile.w32-in (DONTCOMPILE): Remove list.
26326 (compile, compile-always): Fix comments.
26327 (update-authors): Load the library in which batch-update-authors
26328 is defined.
26329
26330 * generic-x.el (generic-mode-ini-file-find-file-hook):
26331 Rename to ini-generic-mode-find-file-hook.
26332 Keep generic-mode-ini-file-find-file-hook as an alias.
26333 (ini-generic-mode-find-file-hook): Rename from
26334 generic-mode-ini-file-find-file-hook. Fix docstring.
26335 (ini-generic-mode): Docstring change.
26336 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26337
26338 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26339 called from lisp.
26340
26341 * generic.el: Move to the emacs-lisp subdir.
26342
26343 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26344
26345 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26346 and C-S- function and cursor motion keys.
26347
26348 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26349
26350 * startup.el (command-line): Enable Xterm Mouse mode by default.
26351 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26352 for Custom. No longer show "Mouse" in mode line when enabled.
26353 Doc fix.
26354
26355 2005-04-12 Kim F. Storm <storm@cua.dk>
26356
26357 * emulation/cua-base.el (cua-rectangle-face)
26358 (cua-rectangle-noselect-face): Define face attributes here.
26359
26360 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26361
26362 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26363
26364 * startup.el (command-line): Turn off blinking cursor if
26365 cursorBlink in resources is off or false.
26366
26367 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26368
26369 * term/mac-win.el (dnd): Require dnd.
26370 (mac-drag-n-drop): Call dnd-handle-one-url.
26371 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26372 (kTextEncodingISOLatin2): Remove constants.
26373 (mac-script-code-coding-systems): New constant.
26374 (mac-handle-language-change): New function.
26375 (special-event-map): Bind it to `language-change' event.
26376 (mac-centraleurroman, mac-cyrillic): New coding systems.
26377 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26378 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26379 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26380 encode-mac-cyrillic, respectively.
26381
26382 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26383
26384 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26385 Don't set overlay-arrow-string to "=>" as this is done
26386 globally in C now.
26387
26388 2005-04-12 Lute Kamstra <lute@gnu.org>
26389
26390 * generic-x.el (rc-generic-mode, rul-generic-mode):
26391 Fix auto-mode-alist entries.
26392 (etc-fstab-generic-mode): Tweak fontification.
26393
26394 * generic.el (generic-make-keywords-list): Fix docstring.
26395 (generic-mode-internal): Simplify generic-font-lock-keywords.
26396
26397 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26398
26399 * whitespace.el (whitespace-buffer-leading)
26400 (whitespace-buffer-trailing): Revert the incorrect test inversion.
26401 However, fix the highlight area for the leading and
26402 trailing whitespaces to show space.
26403
26404 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
26405
26406 * whitespace.el (whitespace-version): Bump to 3.5
26407
26408 (whitespace-buffer-leading, whitespace-buffer-trailing):
26409 Invert sense of the test to highlight the whitespace.
26410
26411 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26412
26413 * progmodes/gud.el (gud-display-line): GUD uses its own
26414 overlay arrow now so don't set overlay-arrow-string.
26415 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
26416
26417 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
26418
26419 * term.el (term-ansi-current-bold, term-ansi-current-underline)
26420 (term-ansi-current-reverse, term-ansi-current-invisible)
26421 (term-ansi-face-already-done): Change to boolean.
26422 (term-reset-terminal, term-handle-colors-array): Handle the above
26423 vars accordingly.
26424 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
26425 (term-emulate-terminal): Use the new name.
26426
26427 * faces.el (secondary-selection): Use yellow1, not yellow.
26428 (trailing-whitespace): Use red1, not red.
26429
26430 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26431
26432 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
26433 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
26434 (dired-dnd-handle-file): Call dnd-get-local-file-uri
26435
26436 * cus-edit.el (dnd): New group.
26437
26438 * term/w32-win.el (dnd): Require dnd
26439 (w32-drag-n-drop): Call dnd-handle-one-url.
26440
26441 * x-dnd.el: Require dnd.
26442 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
26443 Call dnd-handle-one-url.
26444 (x-dnd-types-alist, x-dnd-insert-utf8-text)
26445 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
26446 to dnd-insert-text.
26447 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
26448 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
26449 (x-dnd-get-local-file-name, x-dnd-open-local-file)
26450 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
26451
26452 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
26453
26454 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26455
26456 * wdired.el: Doc fixes.
26457 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
26458 (wdired-use-dired-vertical-movement): Rename from
26459 wdired-always-move-to-filename-beginning.
26460 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
26461 (wdired-change-to-wdired-mode): Change mode name.
26462 (wdired-newline): Delete.
26463
26464 2005-04-11 Richard M. Stallman <rms@gnu.org>
26465
26466 * whitespace.el (whitespace-highlight-the-space):
26467 Don't call whitespace-unhighlight-the-space here.
26468
26469 * simple.el (undo): Record t in undo-equiv-table
26470 for the redo record made by an undo-in-region.
26471
26472 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26473
26474 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
26475 (gdb-frame-inferior-io-buffer): New Functions to control
26476 display of separate IO buffer.
26477 (menu): Add them to menu-bar.
26478 (gdb-display-buffer): Check for buffer another frame.
26479 Protect GUD buffer.
26480 (gdb-setup-windows): Create IO buffer if not already there.
26481 (gdb-memory-mode): Remove purecopy noops.
26482
26483 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26484
26485 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
26486 and pass to self-insert-command.
26487
26488 2005-04-11 Lute Kamstra <lute@gnu.org>
26489
26490 * generic.el: Commentary section cleanup.
26491 (generic): Delete.
26492 (generic-use-find-file-hook, generic-lines-to-scan)
26493 (generic-find-file-regexp, generic-ignore-files-regexp)
26494 (default-generic-mode, generic-mode-find-file-hook)
26495 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
26496 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
26497 (generic-use-find-file-hook, generic-lines-to-scan)
26498 (generic-find-file-regexp, generic-ignore-files-regexp)
26499 (default-generic-mode, generic-mode-find-file-hook)
26500 (generic-mode-ini-file-find-file-hook): Move from generic.el.
26501
26502 2005-04-10 Karl Fogel <kfogel@red-bean.com>
26503
26504 * bookmark.el (bookmark-write-file): Catch errors writing file.
26505 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
26506
26507 2005-04-10 Richard M. Stallman <rms@gnu.org>
26508
26509 * startup.el (fancy-splash-tail): Update copyright year.
26510 (command-line): Split part of -Q into -D.
26511 (emacs-basic-display): New defvar.
26512 (fancy-splash-text): Correct name of menu item.
26513
26514 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
26515
26516 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
26517 lines in one node.
26518
26519 * comint.el (comint-send-input): New arg ARTIFICIAL.
26520 Callers in this file changed.
26521
26522 * abbrev.el (define-abbrevs): Read system abbrevs properly.
26523
26524 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
26525
26526 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
26527
26528 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
26529 `ldap-search-internal'.
26530
26531 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26532
26533 * files.el (set-auto-mode-1): Use line-end-position.
26534
26535 * international/latin-1.el:
26536 * international/latin-2.el:
26537 * international/latin-3.el:
26538 * international/latin-4.el:
26539 * international/latin-5.el:
26540 * international/latin-8.el:
26541 * international/latin-9.el: Give punctuation syntax to NBSP.
26542
26543 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
26544 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
26545 Use char-classes to accept non-ascii letters, accepted in some recent
26546 bibtex implementations.
26547
26548 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
26549
26550 * custom.el (custom-set-minor-mode): Any non-nil value for the
26551 variable should enable the mode when set through Custom.
26552
26553 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
26554
26555 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
26556 TAB binding so tab-always-indent is obeyed.
26557 (vhdl-minibuffer-local-map): Move initialization into declaration.
26558 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
26559 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
26560 (vhdl-hooked-abbrev): Avoid test for XEmacs.
26561 (vhdl-current-line): Use line-beginning-position.
26562 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
26563 with-output-to-temp-buffer, so the current position can be recorded.
26564
26565 2005-04-10 Masatake YAMATO <jet@gyve.org>
26566
26567 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26568 Add regexp for gcov.
26569
26570 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
26571
26572 * calendar/time-date.el (time-to-seconds, seconds-to-time)
26573 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
26574 syntax which Emacs 20 doesn't support.
26575
26576 2005-04-09 Richard M. Stallman <rms@gnu.org>
26577
26578 * help.el (describe-key-briefly, describe-key):
26579 Replace strings as event types with "(any string)".
26580
26581 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
26582
26583 * arc-mode.el (archive-mode-map): Move initialization into
26584 the declaration. Override *all* bindings of `undo'.
26585 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
26586
26587 2005-04-09 Jay Belanger <belanger@truman.edu>
26588
26589 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
26590
26591 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
26592
26593 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
26594 (xterm-register-default-colors): Update color values computation
26595 to match xterm-200.
26596
26597 2005-04-09 Kenichi Handa <handa@m17n.org>
26598
26599 * international/code-pages.el (iso-latin-7): Fix the map.
26600
26601 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
26602
26603 * emacs-lisp/lisp.el (defun-prompt-regexp)
26604 (parens-require-spaces, buffer-end, end-of-defun)
26605 (insert-parentheses): Doc fixes.
26606
26607 2005-04-08 Kim F. Storm <storm@cua.dk>
26608
26609 * comint.el (comint-highlight-prompt): Fix face spec.
26610 * hi-lock.el (hi-green): Likewise.
26611
26612 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26613
26614 * cus-edit.el (custom-modified-face):
26615 * comint.el (comint-highlight-input): Fix previous changes.
26616 * term.el (term-handle-ansi-escape): Add a comment.
26617
26618 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
26619
26620 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26621 in the buffer and in whitespace-highlighted-space.
26622 (whitespace-unhighlight-the-space): Simplify.
26623 (whitespace-buffer): Simplify.
26624
26625 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
26626
26627 * textmodes/table.el (table-cell-face): Add special case for
26628 displays supporting a high number of colors.
26629 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26630 (vhdl-font-lock-reserved-words-face)
26631 (vhdl-speedbar-architecture-face)
26632 (vhdl-speedbar-instantiation-face)
26633 (vhdl-speedbar-architecture-selected-face)
26634 (vhdl-speedbar-instantiation-selected-face): Likewise.
26635 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26636 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26637 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26638 (ebrowse-root-class-face, ebrowse-member-attribute-face)
26639 (ebrowse-progress-face): Likewise.
26640 * progmodes/compile.el (compilation-info-face): Likewise.
26641 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26642 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26643 * calendar/calendar.el (diary-face): Likewise.
26644 * woman.el (woman-italic-face, woman-bold-face)
26645 (woman-unknown-face): Likewise.
26646 * wid-edit.el (widget-button-pressed-face): Likewise.
26647 * whitespace.el (whitespace-highlight-face): Likewise.
26648 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26649 * pcvs-info.el (cvs-marked-face): Likewise.
26650 * info.el (info-xref): Likewise.
26651 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26652 * hilit-chg.el (highlight-changes-face)
26653 (highlight-changes-delete-face): Likewise.
26654 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26655 (hi-red-b): Likewise.
26656 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26657 * font-lock.el (font-lock-keyword-face)
26658 (font-lock-function-name-face, font-lock-warning-face): Likewise.
26659 * cus-edit.el (custom-invalid-face, custom-modified-face)
26660 (custom-set-face, custom-changed-face, custom-variable-tag-face)
26661 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26662 * comint.el (comint-highlight-prompt): Likewise.
26663
26664 2005-04-08 Lute Kamstra <lute@gnu.org>
26665
26666 * font-lock.el (font-lock-keywords): Docstring fixes.
26667
26668 2005-04-08 Kenichi Handa <handa@m17n.org>
26669
26670 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26671 chars are more than a limit, print " and more..." at the tail.
26672
26673 2005-04-08 Kim F. Storm <storm@cua.dk>
26674
26675 * emacs-lisp/authors.el (authors-aliases): Update list.
26676 (authors-ignored-files): New list.
26677 (authors-fixed-entries): Fix typo.
26678 (authors-renamed-files-alist): Update list.
26679 (authors-add): Check authors-ignored-files.
26680
26681 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
26682
26683 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26684 optional, to ensure backward compatibility.
26685
26686 2005-04-08 Stephen Eglen <stephen@gnu.org>
26687
26688 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26689
26690 2005-04-08 Kim F. Storm <storm@cua.dk>
26691
26692 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26693
26694 * mouse.el (mouse-on-link-p): Doc fix.
26695
26696 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
26697
26698 * ielm.el (ielm-prompt-read-only): Doc fix.
26699
26700 * comint.el (comint-prompt-read-only): Doc fix.
26701
26702 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
26703
26704 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26705 ensure dired always handles wildcards passed to ffap.
26706 (find-file-at-point): Use it.
26707 (ffap-dired-wildcards): Doc fix.
26708
26709 2005-04-07 Juri Linkov <juri@jurta.org>
26710
26711 * simple.el (next-error-overlay-arrow-position): New defvar.
26712 Put "=>" on its property `overlay-arrow-string'. Add it to
26713 `overlay-arrow-variable-list'.
26714
26715 * progmodes/compile.el (compilation-setup):
26716 Set `next-error-overlay-arrow-position' to nil. Also set it to
26717 nil in the local hook `kill-buffer-hook'. Make local variable
26718 `overlay-arrow-string' and set it to "=>".
26719 (compilation-goto-locus): Set BOL position to
26720 `next-error-overlay-arrow-position' instead of
26721 `overlay-arrow-position'.
26722
26723 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26724 locally instead of adding it to the global hook.
26725 (Info-kill-buffer): Move up.
26726
26727 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26728
26729 * term/xterm.el (xterm-standard-colors): Update color values from
26730 xterm-200.
26731
26732 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26733
26734 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26735
26736 * fast-lock.el:
26737 * lazy-lock.el: Move them to the obsolete subdir.
26738
26739 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26740
26741 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26742 (wdired-add-replace-advice): Remove.
26743 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26744
26745 2005-04-06 Kim F. Storm <storm@cua.dk>
26746
26747 * startup.el (command-line): Add --bare-bones alias for -Q.
26748
26749 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26750
26751 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26752 create the startup fontset if a font specification ends with
26753 `mac-roman'.
26754
26755 2005-04-06 Lute Kamstra <lute@gnu.org>
26756
26757 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26758 change.
26759
26760 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26761 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26762
26763 2005-04-05 Lute Kamstra <lute@gnu.org>
26764
26765 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26766 (define-generic-mode): Ditto. Fix debug declaration.
26767
26768 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26769 Put them in the generic-x group.
26770
26771 * calendar/timeclock.el (timeclock): Doc fix.
26772
26773 * generic.el (define-generic-mode): Don't use custom-current-group.
26774 Document default :group value.
26775 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26776 (define-global-minor-mode): Don't use custom-current-group.
26777
26778 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26779
26780 * startup.el (command-line-1): Display startup-echo-area-message
26781 when fancy splash screen is in use.
26782
26783 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26784 (sh-escaped-newline): New face.
26785 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26786 newline, and use sh-escaped-newline face.
26787
26788 * progmodes/tcl.el (tcl-escaped-newline): New face.
26789 (tcl-builtin-list): New variable.
26790 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26791 newlines. Fix keywords subexpression number.
26792
26793 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26794
26795 * textmodes/org.el (org-diary-default-entry): Fix call to
26796 `add-to-diary-entry'.
26797
26798 2005-04-05 Kim F. Storm <storm@cua.dk>
26799
26800 * ediff-init.el: Use (featurep 'xemacs).
26801
26802 2005-04-05 David Ponce <david@dponce.com>
26803
26804 * cus-edit.el (face): Derive from symbol widget. Display sample
26805 of the current face on the fly.
26806 (widget-face-sample-face-get, widget-face-notify): New functions.
26807 (widget-face-value-create): Remove.
26808
26809 * wid-edit.el (widget-field-end): Temporarily remove field
26810 narrowing before to call `get-char-property'.
26811
26812 2005-04-04 Jay Belanger <belanger@truman.edu>
26813
26814 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26815 (math-read-subscripts): New variable.
26816 (math-read-preprocess-string): Process subscripts.
26817
26818 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26819
26820 * comint.el (comint-prompt-read-only): Doc fix.
26821
26822 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26823 `-1'. Doc fix.
26824
26825 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26826
26827 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26828 Change default value to nil.
26829
26830 2005-04-04 Lute Kamstra <lute@gnu.org>
26831
26832 * autorevert.el (auto-revert-mode): Specify :group.
26833 * battery.el (display-battery-mode): Specify :group.
26834 * diff-mode.el (diff-minor-mode): Specify :group.
26835 * font-core.el (font-lock-mode): Specify :group.
26836 * hl-line.el (hl-line-mode): Specify :group.
26837 * iimage.el (iimage): New customization group.
26838 (iimage-mode): Specify :group.
26839 * longlines.el (longlines-mode): Specify :group.
26840 * master.el: Don't require easy-mmode.
26841 (master): New customization group.
26842 (master-mode): Specify :group.
26843 * msb.el (msb-mode): Specify :group.
26844 * reveal.el (reveal-mode): Specify :group.
26845 * simple.el (next-error-follow-minor-mode): Specify :group.
26846 * smerge-mode.el (smerge-mode): Specify :group.
26847 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26848 * emulation/cua-base.el (cua-mode): Specify :group.
26849 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26850 * language/thai-util.el (thai-auto-composition-mode)
26851 (thai-word-mode): Specify :group.
26852 * mail/supercite.el (sc-minor-mode): Specify :group.
26853 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26854 * progmodes/flymake.el (flymake-mode): Specify :group.
26855 * progmodes/glasses.el (glasses-mode): Specify :group.
26856 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26857 * textmodes/enriched.el (enriched-mode): Specify :group.
26858 * textmodes/refill.el (refill-mode): Specify :group.
26859
26860 * add-log.el (change-log-font-lock-keywords): Names in
26861 parenthesized lists can contain spaces.
26862
26863 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26864
26865 * startup.el (fancy-splash-text): Shorten default text of
26866 "Emacs Tutorial" line. Also, if the current language env
26867 indicates an available tutorial file other than TUTORIAL,
26868 extract its title and append it to the line in parentheses.
26869 (fancy-splash-insert): If arg is a thunk, funcall it.
26870
26871 2005-04-04 Jay Belanger <belanger@truman.edu>
26872
26873 * calc.el (calc-language-alist): Add tags to customization type.
26874
26875 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26876
26877 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26878 Doc fix.
26879
26880 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26881
26882 * add-log.el (change-log-font-lock-keywords): The manual
26883 describing a Change Log entry, says: (...) "Aside from these
26884 header lines, every line in the change log starts with a space or
26885 a tab.". The font-lock was not highlighting lines started with
26886 spaces, added support for it.
26887
26888 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26889
26890 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26891 (bibtex-generate-url-list): Update docstring accordingly. Put the
26892 complex example in the docstring.
26893 (bibtex-font-lock-url): Use pop.
26894
26895 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26896
26897 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26898
26899 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26900
26901 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26902
26903 * filesets.el (filesets-set-default): Doc fix.
26904
26905 2005-04-03 Lute Kamstra <lute@gnu.org>
26906
26907 * generic.el (define-generic-mode): Add argument to specify
26908 keywords for defcustom.
26909 (default-generic-mode): Specify :group.
26910
26911 * generic-x.el: Specify :group for all generic modes.
26912
26913 * desktop.el (desktop-no-desktop-file-hook)
26914 (desktop-after-read-hook): Doc fix.
26915
26916 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26917
26918 * simple.el (visible-mode): Use explicit :group keyword.
26919 This changes the group of `visible-mode-hook' from paren-blinking
26920 to editing-basics.
26921
26922 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26923
26924 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26925 mailbox specifications as well as URLs.
26926 (rmail-insert-inbox-text): Remove unused conditional branches.
26927
26928 2005-04-01 Jay Belanger <belanger@truman.edu>
26929
26930 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26931 (calc-gnuplot-print-command): Move definitions to calc.el.
26932
26933 * calc/calc-embed.el (calc-embedded-announce-formula)
26934 (calc-embedded-open-formula, calc-embedded-close-formula)
26935 (calc-embedded-open-word, calc-embedded-close-word)
26936 (calc-embedded-open-plain, calc-embedded-close-plain)
26937 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26938 (calc-embedded-open-mode, calc-embedded-close-mode):
26939 Move definitions to calc.el.
26940
26941 * calc/calc.el (calc-settings-file, calc-language-alist):
26942 Make customizable.
26943 (calc-embedded-announce-formula, calc-embedded-open-formula)
26944 (calc-embedded-close-formula, calc-embedded-open-word)
26945 (calc-embedded-close-word, calc-embedded-open-plain)
26946 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26947 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26948 (calc-embedded-close-mode, calc-gnuplot-name)
26949 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26950 from other files and make customizable.
26951
26952 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26953
26954 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26955 Use buffer-live-p.
26956 (cvs-mode-run): Don't call cvs-update-header here.
26957 (cvs-run-process): Call cvs-update-header.
26958 Use process properties for cvs-postprocess and cvs-buffer so that
26959 the sentinel can behave better if the temp buffer is killed.
26960 Use a pipe rather than a tty, to better handle unexpected prompts.
26961 (cvs-sentinel): Rewrite. Call cvs-update-header.
26962
26963 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26964
26965 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26966 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26967
26968 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26969
26970 * generic.el (define-generic-mode): Add indentation rule.
26971
26972 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26973
26974 * files.el (mode-require-final-newline): Make Custom correctly
26975 report a nil value and allow to set it to nil via Custom.
26976 Doc fix.
26977
26978 2005-04-01 Kenichi Handa <handa@m17n.org>
26979
26980 * international/characters.el: Enable the correct case setting for
26981 dotless-i and dotted-I.
26982
26983 2005-04-01 Kim F. Storm <storm@cua.dk>
26984
26985 * ido.el (ido-file-internal): Fall back to non-ido command if
26986 initial directory is on slow ftp (or tramp) host.
26987
26988 2005-03-31 Richard M. Stallman <rms@gnu.org>
26989
26990 * emacs-lisp/autoload.el (make-autoload):
26991 Handle define-global-minor-mode.
26992
26993 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26994 Rename from easy-mmode-define-global-mode.
26995 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26996
26997 * progmodes/scheme.el (scheme-mode-syntax-table):
26998 Update syntax of | and # for two-character comment syntax.
26999
27000 2005-03-31 Lute Kamstra <lute@gnu.org>
27001
27002 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27003 (define-minor-mode): Call custom-current-group at load-time.
27004
27005 * generic.el (define-generic-mode): Add debug declaration.
27006 Add defcustom for the mode hook.
27007 (generic-mode-internal): Use run-mode-hooks.
27008
27009 2005-03-31 Kim F. Storm <storm@cua.dk>
27010
27011 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27012 (mouse-fixup-help-message): New defun called by show_help_echo
27013 to fixup mouse-2 prefix in help messages when applicable.
27014
27015 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27016
27017 2005-03-31 Kenichi Handa <handa@m17n.org>
27018
27019 * language/thai-word.el (thai-find-word-ends): Pay attention to
27020 the case that we reach the end of buffer.
27021
27022 * textmodes/fill.el (fill-text-properties-at): New function.
27023 (fill-newline): Use fill-text-properties-at instead of
27024 text-properties-at.
27025
27026 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27027
27028 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27029 not comint-quote-filename.
27030
27031 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
27032
27033 * help-fns.el (help-with-tutorial): Revert last change.
27034
27035 2005-03-31 Kim F. Storm <storm@cua.dk>
27036
27037 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27038
27039 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
27040
27041 * calendar/cal-china.el: Update reference to "Calendrical
27042 Calculations" book; there's a new edition.
27043 * calendar/cal-coptic.el: Likewise.
27044 * calendar/cal-french.el: Likewise.
27045 * calendar/cal-hebrew.el: Likewise.
27046 * calendar/cal-islam.el: Likewise.
27047 * calendar/cal-iso.el: Likewise.
27048 * calendar/cal-julian.el: Likewise.
27049 * calendar/cal-mayan.el: Likewise.
27050 * calendar/cal-persia.el: Likewise.
27051 * calendar/calendar.el: Likewise.
27052 * calendar/holidays.el: Likewise.
27053 * calendar/lunar.el: Likewise.
27054 * calendar/solar.el: Likewise.
27055
27056 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27057 white space from doc string.
27058
27059 2005-03-30 Jay Belanger <belanger@truman.edu>
27060
27061 * calc/calc-help.el (calc-full-help): Remove email address.
27062
27063 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27064
27065 * help-fns.el (help-with-tutorial): Delete title line.
27066
27067 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27068
27069 * calendar/cal-x.el (calendar-one-frame-setup)
27070 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27071 rather than `symbol' for set-window-dedicated-p.
27072
27073 * calendar/appt.el (appt-buffer-name): Make it a constant.
27074 (appt-add): Doc fix.
27075
27076 * filesets.el (filesets-menu-path, filesets-menu-before)
27077 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27078 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27079 (filesets-add-submenu): Delete and use add-submenu instead.
27080
27081 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27082
27083 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27084 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27085 (org-diary-default-entry): New function.
27086 (org-get-entries-from-diary): Better parsing of diary entries.
27087 (org-agenda-check-no-diary): New function.
27088 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27089 linking to diary entries.
27090 (org-agenda-execute-calendar-command): New function.
27091 (org-agenda): Improve visible section in window.
27092 Use `org-fit-agenda-window'.
27093 (org-fit-agenda-window): New option.
27094 (org-move-subtree-down): Better handling of empty lines
27095 at end of subtree.
27096 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27097 levels up.
27098 (org-fontify-done-headline): New option.
27099 (org-headline-done-face): New face.
27100 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27101 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27102 When current field is non-empty, it is copied to next row.
27103 (org-table-copy-from-above): Fix bug which made it
27104 impossible to copy fields containing only a single non-white character.
27105
27106 2005-03-30 Kim F. Storm <storm@cua.dk>
27107
27108 * kmacro.el (kmacro-end-macro): Isearch may store this command
27109 into the macro -- so ignore it when executing keyboard macro.
27110
27111 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27112
27113 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27114
27115 2005-03-29 Kenichi Handa <handa@m17n.org>
27116
27117 * language/thai.el ("Thai"): Set setup-function and exit-function
27118 for Thai language environment.
27119
27120 * language/thai-util.el: Require thai-word.
27121 (thai-word-mode-map): New variable.
27122 (thai-word-mode): New minor mode.
27123 (setup-thai-language-environment-internal): New function.
27124 (exit-thai-language-environment-internal): New function.
27125
27126 * language/thai-word.el (thai-word-table): Declare it by defvar,
27127 use dolist to initialize it.
27128 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27129 (thai-fill-find-break-point): New functions.
27130
27131 2005-03-29 Richard M. Stallman <rms@gnu.org>
27132
27133 * simple.el (idle-update-delay): Move definition up.
27134 (set-mark): Doc fix.
27135
27136 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27137
27138 * longlines.el: New file.
27139
27140 * simple.el (buffer-substring-filters): New variable.
27141 (filter-buffer-substring): New function.
27142 (kill-region, copy-region-as-kill): Use it.
27143
27144 * register.el (copy-to-register, append-to-register)
27145 (prepend-to-register): Use filter-buffer-substring.
27146
27147 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27148
27149 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27150 (gud-filter-pending-text): Move in front of gdb.
27151 (gud-overlay-arrow-position): New variable.
27152 (gud-sentinel, gud-display-line): Use it in place of
27153 overlay-arrow-position.
27154
27155 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27156
27157 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27158 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27159 (fortran-font-lock-keywords-4): New variable.
27160 (fortran-blocks-re, fortran-end-block-re)
27161 (fortran-start-block-re): New constants, for hideshow.
27162 (hs-special-modes-alist): Add a Fortran entry.
27163 (fortran-mode-map): Bind fortran-end-of-block,
27164 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27165 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27166 (fortran-looking-at-if-then, fortran-end-of-block)
27167 (fortran-beginning-of-block): New functions, for hideshow.
27168
27169 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27170 Doc fix. Tweak regexp.
27171 (f90-beginning-of-block): Push mark first.
27172
27173 2005-03-29 Jay Belanger <belanger@truman.edu>
27174
27175 * calc/calc.el: Update copyright date.
27176 (calc-version): Increase to 2.1.
27177 (calc-version-date): Remove.
27178
27179 * calc/calc-help.el: Update copyright date.
27180 (calc-full-help): Remove reference to calc-version-date.
27181 Update copyright date.
27182
27183 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27184
27185 * vc.el (vc-do-command): Use a pipe for async processes, so password
27186 prompts don't show up at places where the user can't reply.
27187
27188 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27189
27190 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27191 on the file name we pass to the inferior shell.
27192
27193 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27194
27195 * progmodes/which-func.el (which-function): Be robust in the face of an
27196 imenu--make-index-alist failure.
27197
27198 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27201
27202 * progmodes/python.el (python-preoutput-filter): Fix last change.
27203
27204 2005-03-29 Lute Kamstra <lute@gnu.org>
27205
27206 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27207 functions and compiled macros.
27208 (debug-convert-byte-code): Handle macros too.
27209 (debug-on-entry-1): Don't signal an error when trying to clear a
27210 function that is not set to debug on entry.
27211
27212 2005-03-29 Jay Belanger <belanger@truman.edu>
27213
27214 * calc/calc-lang.el: Add functions to math-function-table
27215 properties of tex and math.
27216
27217 2005-03-29 Kenichi Handa <handa@m17n.org>
27218
27219 * ps-mule.el (ps-mule-plot-string): Translate characters by
27220 ps-print-translation-table.
27221 (ps-mule-begin-job): Call find-charset-region/string with
27222 ps-print-translation-table.
27223 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27224
27225 * ps-print.el (ps-print-translation-table): New variable.
27226 (ps-plot-region): Translate characters by ps-print-translation-table.
27227
27228 2005-03-29 Juri Linkov <juri@jurta.org>
27229
27230 * simple.el (next-error-highlight-timer): New variable.
27231
27232 * progmodes/compile.el (compilation-goto-locus):
27233 Use `next-error-highlight-timer' instead of `sit-for'.
27234
27235 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27236
27237 * mail/supercite.el (sc-mail-field): Use assoc-string.
27238 (sc-get-address): Simplify regexps.
27239
27240 * files.el (minibuffer-with-setup-hook): New macro.
27241 (find-file-read-args): Use it to avoid let-binding
27242 minibuffer-with-setup-hook (which breaks turning on/off
27243 file-name-shadow-mode while in the prompt).
27244
27245 * complete.el (PC-read-include-file-name-internal):
27246 Use test-completion.
27247
27248 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27249
27250 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27251
27252 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27253
27254 * window.el (window-buffer-height): Use count-screen-lines.
27255
27256 * progmodes/python.el (python-preoutput-leftover): New var.
27257 (python-preoutput-filter): Use it.
27258 (python-send-receive): Loop until all the result has been received.
27259
27260 2005-03-28 Juri Linkov <juri@jurta.org>
27261
27262 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27263
27264 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27265 "Recover Crashed Session".
27266 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27267 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27268 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27269 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27270 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27271 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27272 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27273 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27274
27275 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27276 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27277 Ediff Sessions", "Toggle use of separate control buffer frame",
27278 "Use separate frame for Ediff control buffer".
27279
27280 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27281 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27282 "Rename Bookmark", "Delete Bookmark".
27283
27284 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27285 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27286 Add `:active Info-index-alternatives' to "Next Matching Item".
27287
27288 * wdired.el (wdired-change-to-wdired-mode):
27289 Mention `wdired-abort-changes' key in the initial message.
27290
27291 * international/mule.el (auto-coding-alist): Associate non-ascii
27292 image filename extensions with `no-conversion'.
27293
27294 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27295
27296 * international/iso-acc.el:
27297 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27298
27299 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27300
27301 * textmodes/sgml-mode.el (html-mode): Doc update.
27302
27303 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27304
27305 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27306
27307 * term.el (term-move-columns): Fix face after extending a line.
27308 (term-insert-spaces): Likewise.
27309 (term-reset-terminal): Fix off by one error.
27310
27311 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27312
27313 * international/mule.el (auto-coding-alist): Add .xpi files.
27314
27315 * files.el (auto-mode-alist): Add .xpi files.
27316
27317 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27318
27319 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27320
27321 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27322
27323 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27324
27325 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27326
27327 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27328 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27329
27330 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27331 cursor to Jan 1 when needed.
27332 (calendar-end-of-year): Fix -/+ typo.
27333 Reported by Chong Yidong <cyd@stupidchicken.com>.
27334
27335 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27336
27337 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27338
27339 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27340 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27341
27342 2005-03-25 Richard M. Stallman <rms@gnu.org>
27343
27344 * filesets.el (filesets-init): Add autoload.
27345
27346 * mail/mailalias.el (mail-directory): Doc fix.
27347
27348 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27349
27350 * mail/mailalias.el (mail-directory-process): Do nothing if
27351 mail-directory-process is an atom.
27352 (mail-get-names): Ignore mail-directory-names if it is an atom.
27353 (mail-directory-process defvar): Doc fix.
27354 (mail-names): Doc fix.
27355
27356 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27357
27358 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27359
27360 2005-03-26 Kenichi Handa <handa@m17n.org>
27361
27362 * international/mule-util.el (detect-coding-with-priority):
27363 Call update-coding-systems-internal before detect-coding-region.
27364
27365 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27366
27367 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27368 (gdb-frames-mode-map): Add follow-link property.
27369
27370 2005-03-25 Jay Belanger <belanger@truman.edu>
27371
27372 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27373 for variables.
27374
27375 2005-03-25 Juri Linkov <juri@jurta.org>
27376
27377 * image-mode.el: Optimize image filename extension regexps in
27378 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27379 in `auto-mode-alist'.
27380 (image-mode): Add `image-toggle-display-text' to local hook
27381 `change-major-mode-hook'. Display the image as an image by
27382 default. Set `cursor-type' and `truncate-lines' if the image
27383 is already displayed. Take into account the current mode (image
27384 or text) in message.
27385 (image-minor-mode): New minor mode.
27386 (image-mode-maybe, image-toggle-display-text): New functions.
27387 (image-toggle-display): Use called-interactively-p.
27388 Let-bind `inhibit-read-only' to t.
27389
27390 * image-mode.el (image-minor-mode): Set `cursor-type' and
27391 `truncate-lines' if the image is already displayed. Add turning
27392 image-minor-mode off to `change-major-mode-hook'. Add message.
27393 Call `image-toggle-display-text' after turning image-minor-mode off.
27394
27395 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
27396
27397 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
27398 Terminal.app, use utf-8.
27399 (set-display-table-and-terminal-coding-system): Add coding-system arg.
27400 (set-locale-environment): Use it.
27401
27402 * term/xterm.el: Undo last change, better done in mule-cmds.el.
27403
27404 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
27405
27406 * progmodes/python.el (python-close-block-statement-p)
27407 (python-outdent-p, python-current-defun): Use symbol-end.
27408
27409 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27410
27411 * files.el (save-some-buffers): Doc fix.
27412
27413 2005-03-25 Werner Lemberg <wl@gnu.org>
27414
27415 * complete.el, thumbs.el: Replace `legal' with `valid'.
27416 * calendar/calendar.el: Replace `legal' with `valid'.
27417 * emacs-lisp/advice.el: Replace `legal' with `valid'.
27418 * mail/supercite.el: Replace `legal' with `valid'.
27419 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
27420 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
27421 Replace `legal' with `valid'.
27422 * textmodes/reftex-vars.el, textmodes/reftex.el:
27423 Replace `legal' with `valid'.
27424
27425 2005-03-25 Werner Lemberg <wl@gnu.org>
27426
27427 * calc/calc-forms.el, calc/calc-sel.el
27428 * midnight.el, vc-cvs.el
27429 * emacs-lisp/cl-macs.el
27430 * emulation/vip.el
27431 * eshell/esh-io.el, eshell/esh-var.el
27432 * mail/supercite.el
27433 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
27434 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
27435 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
27436 * progmodes/sh-script.el, progmodes/xscheme.el
27437 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
27438 * textmodes/reftex-index.el, textmodes/reftex-parse.el
27439 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
27440 * textmodes/reftex.el, textmodes/org.el:
27441 Replace `illegal' with `invalid'.
27442
27443 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27444
27445 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
27446 (flymake-find-buildfile, flymake-find-possible-master-files)
27447 (flymake-check-include, flymake-parse-line): Replace loops over the
27448 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
27449
27450 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
27451 Substitute file-name-as-directory in the rest of the file.
27452 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
27453 (flymake-replace-region): Remove unused arg `buffer'.
27454 (flymake-check-patch-master-file-buffer): Update calls to it.
27455 (flymake-add-err-info): Remove unused var `count'.
27456 (flymake-mode): Use define-minor-mode.
27457
27458 * progmodes/flymake.el: Use with-current-buffer.
27459 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
27460 flymake-replace-regexp-in-string, flymake-line-beginning-position)
27461 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
27462 Avoid testing for `xemacs'.
27463 (flymake-nop): Move.
27464 (flymake-region-has-flymake-overlays): Return the computed value.
27465 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
27466 Remove unused var `endline'.
27467 (flymake-get-line-count): Remove unused function.
27468 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
27469
27470 * emulation/vi.el:
27471 * generic.el:
27472 * hilit-chg.el (global-highlight-changes):
27473 * hi-lock.el (hi-lock-mode):
27474 * follow.el: find-file-hooks -> find-file-hook.
27475
27476 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
27477
27478 2005-03-24 Juri Linkov <juri@jurta.org>
27479
27480 * dired.el (dired-mode-map): Add menu item "Compare directories"
27481 for dired-compare-directories.
27482
27483 * dired-aux.el (dired-compare-directories): Add autoload cookie.
27484 Doc fix. Replace `read-file-name' with `read-directory-name'.
27485
27486 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27487
27488 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
27489
27490 2005-03-24 Jay Belanger <belanger@truman.edu>
27491
27492 * calc/calc-embed.el (calc-embedded-mode-change): Save all
27493 relevant mode settings in calc-embedded-original-modes when modes
27494 are permanently changed.
27495
27496 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27497
27498 * autoinsert.el: find-file-hooks -> find-file-hook.
27499
27500 2005-03-24 Lute Kamstra <lute@gnu.org>
27501
27502 * generic.el (generic-font-lock-defaults): Make it obsolete.
27503 (generic-font-lock-keywords): New variable to replace
27504 generic-font-lock-defaults.
27505 (generic-mode-set-font-lock): Delete it.
27506 (generic-mode-internal): Don't call generic-mode-set-font-lock.
27507 (generic-bracket-support): Add docstring.
27508
27509 * generic-x.el: Rename generic-font-lock-defaults to
27510 generic-font-lock-keywords throughout.
27511 (mailagent-rules-setup-function): Delete it.
27512 (mailagent-rules-generic-mode): Use anonymous function instead.
27513 (show-tabs-generic-mode-font-lock-defaults-1)
27514 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
27515 Quote faces.
27516 (show-tabs-tab-face, show-tabs-space-face): Specify background,
27517 not foreground.
27518
27519 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
27520 Recognize define-generic-mode.
27521
27522 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
27523
27524 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
27525 if there's no completion table.
27526
27527 2005-03-23 Miles Bader <miles@gnu.org>
27528
27529 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27530 Remove tty-specific variants, as they're no longer needed.
27531
27532 2005-03-23 Lute Kamstra <lute@gnu.org>
27533
27534 * generic-x.el: Code cleanup: make args constant whenever possible.
27535 (installshield-statement-keyword-list)
27536 (installshield-system-functions-list)
27537 (installshield-system-variables-list, installshield-types-list)
27538 (installshield-funarg-constants-list): Make them constants.
27539
27540 * generic.el (generic-make-keywords-list): Add autoload cookie.
27541
27542 * calendar/time-date.el: Add comment on time value formats.
27543 Don't require parse-time.
27544 (with-decoded-time-value): New macro.
27545 (encode-time-value): New function.
27546 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
27547 (days-to-time): Return a valid time value when arg is huge.
27548 (time-since): Use time-subtract.
27549 (time-to-number-of-days): Use time-to-seconds.
27550
27551 2005-03-23 David Ponce <david@dponce.com>
27552
27553 * recentf.el (recentf-keep): New option.
27554 (recentf-menu-action): Default to `find-file'.
27555 (recentf-keep-non-readable-files-flag)
27556 (recentf-keep-non-readable-files-p)
27557 (recentf-file-readable-p, recentf-find-file)
27558 (recentf-cleanup-remote): Remove.
27559 (recentf-include-p): More robust.
27560 (recentf-keep-p): New function.
27561 (recentf-remove-if-non-kept): Rename from
27562 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
27563 All callers updated.
27564 (recentf-menu-items-for-commands): Fix help string.
27565 (recentf-track-closed-file): Update. Doc fix.
27566 (recentf-cleanup): Update. Count removed files. Doc fix.
27567
27568 2005-03-23 Kim F. Storm <storm@cua.dk>
27569
27570 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27571 Don't inherit from fringe face (now happens automatically).
27572
27573 2005-03-22 Kim F. Storm <storm@cua.dk>
27574
27575 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
27576 position values.
27577
27578 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
27579
27580 * menu-bar.el (showhide-date-time): Remove.
27581 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
27582 (menu-bar-make-mm-toggle): Simplify.
27583
27584 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27585
27586 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
27587 Accept qualified variable and function names.
27588
27589 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
27590
27591 * bindings.el (completion-ignored-extensions):
27592 Remove ".lis" for `vax-vms'.
27593
27594 2005-03-22 Andreas Schwab <schwab@suse.de>
27595
27596 * generic-x.el: Revert last change.
27597 * ldefs-boot.el: Update.
27598
27599 2005-03-22 Jay Belanger <belanger@truman.edu>
27600
27601 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
27602 (calc-embedded-save-original-modes)
27603 (calc-embedded-restore-original-modes): New functions.
27604 (calc-do-embedded): Save original modes when entering embedded mode
27605 and restore when leaving embedded mode.
27606 (calc-embedded-modes-change): Change the value of
27607 calc-embedded-original-modes to reflect permanent changes.
27608
27609 2005-03-22 Lute Kamstra <lute@gnu.org>
27610
27611 * generic-x.el: Require generic again.
27612
27613 2005-03-22 Miles Bader <miles@gnu.org>
27614
27615 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27616 Tweak details to look good on both ttys and bitmap displays, light
27617 or dark background, etc.
27618
27619 2005-03-21 Kim F. Storm <storm@cua.dk>
27620
27621 * tooltip.el (tooltip-show-help-function): Check car and cdr of
27622 mouse position.
27623
27624 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27625
27626 * icomplete.el: Don't forcibly turn on the mode upon load.
27627 (icomplete-mode): Use define-minor-mode.
27628 (icomplete-eoinput): Default to nil.
27629 (icomplete-minibuffer-setup): Remove autoload.
27630 (icomplete-tidy): Simplify.
27631 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27632 in the initial state or if the user has modified the field.
27633 Fix handling of icomplete-max-delay-chars.
27634 Remove code that handles the oddball case where
27635 minibuffer-completion-table is an integer.
27636 Wrap icomplete-completions in while-no-input in case building
27637 completions takes more time than expected.
27638 (icomplete-completions): Simplify.
27639
27640 2005-03-21 Richard M. Stallman <rms@gnu.org>
27641
27642 * jka-compr.el (jka-compr-really-do-compress):
27643 Make variable buffer-local.
27644
27645 * image-mode.el: Handle .xpm files too.
27646 (image-toggle-display): Preserve modification flag.
27647
27648 * help.el (where-is): Don't mention aliases with no key bindings.
27649
27650 2005-03-21 Lute Kamstra <lute@gnu.org>
27651
27652 * generic.el: Fix commentary section. Don't require cl for
27653 compilation.
27654 (generic-mode-list): Add autoload cookie.
27655 (generic-use-find-file-hook, generic-lines-to-scan)
27656 (generic-find-file-regexp, generic-ignore-files-regexp)
27657 (generic-mode, generic-mode-find-file-hook)
27658 (generic-mode-ini-file-find-file-hook): Fix docstrings.
27659 (define-generic-mode): Make it a defmacro. Fix docstring.
27660 (generic-mode-internal): Code cleanup. Add autoload cookie.
27661 (generic-mode-set-comments): Code cleanup.
27662 * generic-x.el: Don't prevent compilation. Don't require generic.
27663 Follow coding conventions. Minor code cleanup.
27664 (etc-fstab-generic-mode): Add some keywords.
27665 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27666 define-generic-mode like a function declaration.
27667
27668 2005-03-21 Jay Belanger <belanger@truman.edu>
27669
27670 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27671 changing modes.
27672
27673 2005-03-21 Sam Steingold <sds@gnu.org>
27674
27675 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27676
27677 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
27678
27679 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27680 Add underscore to "f$ lexicals" regexp.
27681
27682 2005-03-20 Juri Linkov <juri@jurta.org>
27683
27684 * subr.el (progress-reporter-do-update): When `min-value' is equal
27685 to `max-value', set `percentage' to 0 and prevent division by zero.
27686
27687 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
27688
27689 Sync with Tramp 2.0.48.
27690
27691 * net/tramp.el (all): Change all addresses to .gnu.org.
27692 (tramp-append-tramp-buffers): New defun.
27693 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27694 Catch `dont-send' signal.
27695 (tramp-set-auto-save-file-modes): Set always permissions, because
27696 there might be an old auto-saved file belonging to another
27697 original file. This could be a security threat. Reported by
27698 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27699 Check for Emacs 21.3.50 removed.
27700
27701 * net/tramp-smb.el (all): Remove debug construct for
27702 `with-parsed-tramp-file-name'.
27703 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27704 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27705 No error message if DIRECTORY or FILENAME doesn't exist.
27706 (tramp-smb-open-connection): Check existence of
27707 `tramp-smb-program'.
27708
27709 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
27710
27711 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27712 Properly handle the case where the `m' or `s' command's argument is not
27713 yet terminated.
27714 (perl-indent-new-calculate): New function.
27715 (perl-indent-line): Use it.
27716
27717 2005-03-20 Miles Bader <miles@gnu.org>
27718
27719 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27720 in text-mode too. Change to new face names.
27721 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27722 Add `:weight bold' attribute.
27723 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27724
27725 2005-03-19 Juri Linkov <juri@jurta.org>
27726
27727 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27728
27729 * international/mule.el (auto-coding-alist): Sync with
27730 `auto-mode-alist' by adding upper case archive file extensions
27731 and adding ear/war to jar extension.
27732
27733 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27734
27735 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27736 running, restart it.
27737
27738 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27739
27740 * finder.el (finder-current-item): Throw an error on an empty line.
27741
27742 * man.el (Man-follow-manual-reference): If current-word returns
27743 nil, use "".
27744
27745 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27746
27747 * simple.el (goto-line): Doc fix.
27748
27749 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27750
27751 * files.el (save-buffer): Doc fix.
27752
27753 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27754
27755 * recentf.el (recentf-cleanup-remote): New variable.
27756 (recentf-cleanup): Use it to conditionally check availability of
27757 remote files.
27758
27759 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27760
27761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27762 function names.
27763
27764 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27765
27766 * language/thai-word.el: New file.
27767
27768 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27769
27770 * files.el (backup-buffer): If the file's directory is not
27771 writable, use copy instead of move to backup the file.
27772
27773 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27774
27775 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27776
27777 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27778
27779 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27780 Use functionp instead of symbolp and fboundp. Reported by Drkm
27781 <darkman_spam@yahoo.fr>.
27782 (ps-print-version): New version 6.6.6.
27783
27784 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27785
27786 * textmodes/table.el (table--line-column-position): New idiom.
27787 (table--row-column-insertion-point-p): New function to test
27788 validity of row and column insertion operation at a location.
27789 (table-global-menu, table-cell-menu): Use above functions for
27790 deterministic test operation.
27791 (table--editable-cell-p): Behave in deterministic fashion.
27792
27793 2005-03-18 Juri Linkov <juri@jurta.org>
27794
27795 * isearch.el (isearch-lazy-highlight-new-loop):
27796 Make arguments beg and end optional.
27797 (isearch-update): Remove optional arguments nil from
27798 isearch-lazy-highlight-new-loop.
27799 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27800 isearch-lazy-highlight-case-fold-search instead of
27801 isearch-case-fold-search, and let-bind isearch-regexp to
27802 isearch-lazy-highlight-regexp.
27803 Use isearch-lazy-highlight-last-string instead of isearch-string.
27804
27805 * replace.el (perform-replace): Remove bindings of global
27806 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27807 Add three new arguments to `replace-highlight'.
27808 (replace-highlight): Add arguments string, regexp, case-fold.
27809 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27810 to allow isearch-lazy-highlight-new-loop to use these values
27811 to set corresponding isearch-lazy-highlight-* internal
27812 variables whose values lazy highlighting will use regardless of
27813 changes to global variables isearch-string, isearch-regexp,
27814 isearch-case-fold-search during lazy highlighting loop.
27815 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27816 to `lazy-highlight-cleanup'.
27817
27818 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27819 (ispell-highlight-face): Set default face to `isearch' when
27820 lazy highlighting is enabled.
27821 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27822 priority to 1. Add lazy highlighting.
27823 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27824 from `isearch-dehighlight'.
27825
27826 2005-03-18 David Ponce <david@dponce.com>
27827
27828 * files.el (hack-local-variables): Do a case-insensitive search
27829 for End.
27830
27831 2005-03-18 Juri Linkov <juri@jurta.org>
27832
27833 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27834 `isearch-lazy-highlight-cleanup', add alias to old name and
27835 declare obsolete. Add release numbers to other obsolete vars.
27836 (isearch-done, isearch-lazy-highlight-new-loop):
27837 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27838 (lazy-highlight-cleanup) <variable>: Doc fix.
27839 (isearch-lazy-highlight-update): Rename obsolete
27840 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27841
27842 2005-03-18 Kenichi Handa <handa@m17n.org>
27843
27844 * language/thai-util.el: Fix categorization of Thai characters in
27845 thai-category-table.
27846 (thai-composition-pattern): Adjust it for the above change.
27847 (thai-self-insert-command, thai-compose-syllable): New functions.
27848 (thai-compose-region): Use thai-compose-syllable.
27849 (thai-compose-string): Likewise.
27850 (thai-composition-function): Likewise.
27851 (thai-auto-composition): New function.
27852 (thai-auto-composition-mode): New minor mode.
27853
27854 * language/thai.el: Fix patterns to be registered in
27855 composition-function-table.
27856
27857 * international/quail.el (quail-input-method): Locally bind
27858 inhibit-modification-hooks to t.
27859
27860 2005-03-17 Richard M. Stallman <rms@gnu.org>
27861
27862 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27863 (perl-mode): Use run-mode-hooks.
27864
27865 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27866 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27867 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27868
27869 * mail/sendmail.el (sendmail-send-it): Reenable the code
27870 to compute resend-to-address and use it.
27871
27872 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27873
27874 * image-mode.el: New file.
27875
27876 * image.el (insert-sliced-image): Add autoload cookie.
27877
27878 * font-lock.el (font-lock-lines-before): New user option.
27879 (font-lock-after-change-function): Obey it.
27880
27881 * bindings.el (esc-map): Make M-g a prefix.
27882 Bind M-g g and M-g M-g to goto-line.
27883
27884 * faces.el (face-id): Doc fix.
27885
27886 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27887
27888 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27889 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27890 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27891
27892 * mail/sendmail.el (mail-yank-ignored-headers)
27893 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27894 Add Mail-Followup-To and Mail-Reply-To headers.
27895 (mail-citation-hook): Add autoload cookie.
27896 (mail-mode): Doc fix.
27897 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27898 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27899 (mail-mode-fill-paragraph): Handle those headers.
27900 (mail-mailing-lists): New variable.
27901 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27902
27903 2005-03-17 Juri Linkov <juri@jurta.org>
27904
27905 * isearch.el (isearch-fallback): Check for `(car previous)'
27906 before calling `isearch-other-end-state'.
27907
27908 2005-03-17 Kim F. Storm <storm@cua.dk>
27909
27910 * simple.el (move-beginning-of-line): Move to beginning of buffer
27911 line, as well as beginning of screen line.
27912
27913 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27914
27915 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27916 argument REDRAW rather than calendar-redrawing variable.
27917 * calendar/calendar.el (calendar-redrawing): Delete.
27918 (redraw-calendar): Do not bind calendar-redrawing.
27919
27920 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27921
27922 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27923 diary-file buffer.
27924
27925 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27926
27927 * help.el (describe-mode): Allow a :minor-mode-function property to
27928 specify a different minor mode toggle function than the variable.
27929 * simple.el (auto-fill-function):
27930 * subr.el (add-minor-mode): Use it.
27931
27932 2005-03-16 Kenichi Handa <handa@m17n.org>
27933
27934 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27935 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27936 (ethio-fidel-to-sera-buffer): Likewise.
27937
27938 2005-03-16 Juri Linkov <juri@jurta.org>
27939
27940 * emacs-lisp/find-func.el (find-function-regexp):
27941 Add defun-emitting macro `menu-bar-make-toggle'.
27942
27943 * isearch.el: Put `isearch-scroll' property to
27944 `split-window-horizontally'.
27945
27946 * info.el: Update error messages for `debug-ignored-errors'.
27947 (Info-isearch-search): Doc fix.
27948 (Info-find-node): Move up code to go into info buffer before
27949 recording the node to the history.
27950 (Info-fontify-node): Fontify titles only if the next line
27951 has two or more `*', `=', `-', `.'.
27952 Display "go to this node" for empty (match-string 3).
27953
27954 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27955
27956 * term/mac-win.el: Add mouse pointer shape constants.
27957
27958 2005-03-15 Kim F. Storm <storm@cua.dk>
27959
27960 * simple.el (move-beginning-of-line): Use vertical-motion.
27961
27962 2005-03-15 Juri Linkov <juri@jurta.org>
27963
27964 * isearch.el (isearch-error): New variable.
27965 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27966 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27967 (isearch-within-brackets-state): Remove.
27968 (isearch-case-fold-search-state, isearch-pop-fun-state):
27969 Decrease frame index.
27970 (isearch-mode, isearch-top-state, isearch-push-state)
27971 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27972 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27973 (isearch-search, isearch-lazy-highlight-new-loop):
27974 Replace `isearch-invalid-regexp' with `isearch-error'.
27975 Remove `isearch-within-brackets'.
27976 (isearch-search): Add `search-failed' handler to `condition-case'.
27977 (isearch-lazy-highlight-search): Add `condition-case' to catch
27978 errors and allow `isearch-lazy-highlight-update' to try
27979 highlighting from the beginning of the window.
27980 (isearch-repeat): Move up code to set isearch-wrapped to t
27981 before calling isearch-wrap-function.
27982
27983 * info.el (Info-isearch-initial-node): New internal variable.
27984 (Info-search): Signal an error in isearch mode when search leaves
27985 the initial node. Signal an error when `bound' is non-nil and
27986 nothing was found in the current subfile.
27987 (Info-isearch-search): Remove `condition-case'.
27988 (Info-isearch-wrap): Don't wrap when search failed during leaving
27989 the initial node. If `Info-isearch-search' is nil, wrap around
27990 the current node.
27991 (Info-isearch-start): New fun.
27992 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27993 `isearch-mode-hook'.
27994
27995 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27996
27997 * simple.el (normal-erase-is-backspace): Set default to t if
27998 running on Mac.
27999
28000 * term/mac-win.el (function-key-map): Sync with x-win.el.
28001
28002 2005-03-15 Kenichi Handa <handa@m17n.org>
28003
28004 * international/mule-cmds.el (locale-language-names): Modify the
28005 format of elements and add more entries.
28006 (locale-preferred-coding-systems): Add more entries.
28007 (set-locale-environment): Adjust for the change of
28008 locale-language-names.
28009
28010 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28011
28012 * pcvs.el (smerge-ediff): Remove bogus autoload.
28013
28014 2005-03-14 Lute Kamstra <lute@gnu.org>
28015
28016 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28017 Ignore a `*' at the beginning of a line.
28018
28019 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28020 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28021 subr.el.
28022 (dont-compile, eval-when-compile, eval-and-compile): Use declare
28023 to specify indentation.
28024
28025 * generic.el (define-generic-mode): Let generic-mode-list be a
28026 list of strings; test membership with equal.
28027
28028 2005-03-14 Kim F. Storm <storm@cua.dk>
28029
28030 * simple.el (next-line, previous-line): Add optional try-vscroll
28031 arg to recognize interactive use. Pass it on to line-move.
28032 (line-move): Don't perform auto-window-vscroll when defining or
28033 executing keyboard macro to ensure consistent behavior.
28034
28035 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
28036
28037 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28038
28039 2005-03-13 Lute Kamstra <lute@gnu.org>
28040
28041 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28042 debugger-setup-buffer so that backtrace marks the frames set to
28043 debug-on-exit and we don't have to do it manually. Set an extra
28044 debug-on-exit for macro's.
28045 (debugger-setup-buffer): Don't mark the top frame manually.
28046
28047 2005-03-12 Lute Kamstra <lute@gnu.org>
28048
28049 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28050 lisp-indent-function throughout.
28051 (with-no-warnings): Set lisp-indent-function property.
28052
28053 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
28054
28055 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28056 Add entry for backslash.
28057
28058 2005-03-12 Juri Linkov <juri@jurta.org>
28059
28060 * info.el (Info-search): Four fixes for backward search.
28061
28062 2005-03-11 Jay Belanger <belanger@truman.edu>
28063
28064 * calc/calc.el (calc-language-alist): New variable.
28065 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28066 (calc-embedded-find-modes): Use calc-language-alist instead of
28067 calc-embedded-language-alist.
28068
28069 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28070
28071 * calendar/calendar.el (calendar-redrawing): New internal
28072 variable.
28073 (redraw-calendar): Remove bogus save-excursion from previous
28074 change. Bind calendar-redrawing to t for mark-diary-entries.
28075 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28076 calendar if that is why we were called.
28077
28078 2005-03-11 Kenichi Handa <handa@m17n.org>
28079
28080 * international/mule.el (make-coding-system): Set property
28081 coding-system-define-form to nil.
28082 (define-coding-system-alias): Likewise.
28083
28084 2005-03-11 Kenichi Handa <handa@m17n.org>
28085
28086 These changes are suggested by Dave Love <fx@gnu.org>.
28087
28088 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28089 coding: tag.
28090 (adaptive-fill-regexp): Add more bullets.
28091 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28092 regexps.
28093
28094 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28095
28096 * help.el (describe-mode): Properly handle non-trivial lighters.
28097 Don't ignore minor modes that are not listed in minor-mode-list.
28098
28099 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28100 feature ON when the user requests to turn it OFF.
28101
28102 2005-03-10 Lute Kamstra <lute@gnu.org>
28103
28104 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28105 (implement-debug-on-entry): New function to replace debug-entry-code.
28106 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28107 second argument as the 2005-03-07 change makes it obsolete.
28108 (debug-on-entry, cancel-debug-on-entry): Update call to
28109 debug-on-entry-1.
28110 (debug, debugger-setup-buffer): Comment update.
28111 (debugger-frame-number): Update to work with implement-debug-on-entry.
28112
28113 2005-03-10 Jay Belanger <belanger@truman.edu>
28114
28115 * calc/calc-embed.el (math-ms-args): Declare it.
28116 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28117 math-ms-args.
28118 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28119 variables.
28120
28121 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28122
28123 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28124 Use message-box.
28125
28126 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28127 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28128 (tooltip-gud-tips): Simplify.
28129 (tooltip-gud-tips-p): Remove superfluous :set.
28130 (tooltip-gud-modes): Add fortran-mode.
28131 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28132
28133 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28134
28135 2005-03-09 Kim F. Storm <storm@cua.dk>
28136
28137 * play/animate.el (animate-place-char): Use forward-line instead
28138 of next-line to improve performance.
28139
28140 2005-03-09 Simon Josefsson <jas@extundo.com>
28141
28142 * net/browse-url.el (browse-url-default-browser): Doc fix.
28143
28144 2005-03-09 Miles Bader <miles@gnu.org>
28145
28146 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28147 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28148
28149 2005-03-09 Kenichi Handa <handa@m17n.org>
28150
28151 * international/latin-1.el: Set case and syntax for 255 only if
28152 set-case-syntax-set-multibyte is nil.
28153
28154 * textmodes/ispell.el (ispell-insert-word): New function.
28155 (ispell-word): Use ispell-insert-word to insert a new word.
28156 (ispell-process-line): Likewise.
28157 (ispell-complete-word): Likewise.
28158
28159 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28160
28161 * calendar/calendar.el (redraw-calendar): Preserve point.
28162 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28163 (calendar-week-start-day): Move after definition of
28164 redraw-calendar. Delete buffer test, since redraw-calendar has
28165 that now.
28166
28167 * calendar/diary-lib.el (mark-diary-entries): Only call
28168 redraw-calendar in the first of any recursive calls.
28169 Reported by Alan Shutko <ats@acm.org>.
28170
28171 2005-03-08 Juri Linkov <juri@jurta.org>
28172
28173 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28174 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28175 (html-radio-buttons): Add a space before the trailing `/>' where
28176 sgml-xml-mode is non-nil.
28177 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28178 the subsequent tag of the empty XML tag.
28179 (html-href-anchor): Don't set initial input to "http:".
28180 (html-image): Ask for the image URL and set point inside alt="".
28181 (html-name-anchor): Duplicate the name in the `id' attribute when
28182 sgml-xml-mode is non-nil.
28183 (html-paragraph): Remove \n before <p>.
28184 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28185 instead of `checked' when sgml-xml-mode is non-nil.
28186
28187 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28188 Remove 1 space before #RRGGBB to not truncate it on terminal
28189 windows w/o fringes. Remove 1 space between bg and fg examples
28190 to get more space.
28191 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28192 avoid byte-compile warnings.
28193
28194 * image-file.el (image-file-handler): Put `safe-magic' property to
28195 `image-file-handler'.
28196
28197 * info.el (Info-isearch-search): Emulate word search in
28198 isearching through multiple Info nodes with Info-search.
28199 (Info-isearch-wrap): Allow isearch-word.
28200
28201 2005-03-08 Lute Kamstra <lute@gnu.org>
28202
28203 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28204 stepping into the debugger's code is not possible.
28205 (debugger-jumping-flag): Docstring update.
28206
28207 2005-03-08 Jay Belanger <belanger@truman.edu>
28208
28209 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28210 embedded mode begins.
28211 (calc-embedded-language-alist): New variable.
28212 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28213 set default language mode.
28214
28215 2005-03-08 Kenichi Handa <handa@m17n.org>
28216
28217 * international/ccl.el (define-ccl-program): Fix docstring about
28218 extra 256 bytes assured for the output buffer.
28219
28220 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28221 Fix BUFFER_MAGNIFICATION to 2.
28222 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28223
28224 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28225
28226 * align.el (align-rules-list): Added an alignment rule for CSS
28227 declarations (applies to css-mode and html-mode buffers).
28228
28229 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28230
28231 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28232
28233 2005-03-07 Kim F. Storm <storm@cua.dk>
28234
28235 * simple.el (move-beginning-of-line): New command.
28236
28237 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28238
28239 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28240
28241 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28242 and move-beginning-of-line.
28243
28244 * apropos.el (apropos-print): Omit command from M-x ... RET.
28245
28246 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28247
28248 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28249 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28250
28251 2005-03-06 Richard M. Stallman <rms@gnu.org>
28252
28253 * bindings.el (esc-map): Bind M-g to goto-line.
28254
28255 * facemenu.el (global-map): Bind M-o, not M-g.
28256
28257 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28258
28259 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28260 "Open Directory" as for "Open File".
28261
28262 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28263
28264 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28265 (push-mark-command): Run activate-mark-hook.
28266
28267 2005-03-06 Richard M. Stallman <rms@gnu.org>
28268
28269 * help-mode.el (help-mode-finish): Don't alter the element
28270 in view-return-to-alist if there already is one.
28271
28272 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28273 make sure the current buffer is the expected one.
28274
28275 * novice.el (disabled-command-function): Output in *Disabled Command*.
28276 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28277
28278 * textmodes/flyspell.el (flyspell-large-region):
28279 Pass args differently for aspell.
28280
28281 * files.el (mode-require-final-newline): Doc fix.
28282
28283 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28284
28285 * progmodes/which-func.el (which-function):
28286 Specify NOERROR when calling imenu--make-index-alist.
28287
28288 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28289
28290 * simple.el (normal-erase-is-backspace): Define default value.
28291
28292 * custom.el (custom-theme-set-variables): Remove unused var
28293 `immediate'.
28294 (custom-reevaluate-setting): Simple function to handle variables
28295 that are defined before their default value can really be
28296 computed.
28297
28298 * startup.el (command-line): Use it for temporary-file-directory,
28299 small-emporary-file-directory, auto-save-file-name-transforms,
28300 blink-cursor-mode, and normal-erase-is-backspace.
28301
28302 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28303 progress, even with buggy anchored keywords.
28304
28305 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28306
28307 * simple.el (goto-line): Remove unbalanced final parenthesis.
28308
28309 2005-03-05 Richard M. Stallman <rms@gnu.org>
28310
28311 * simple.el (goto-line): Use a number at point as the default.
28312 With C-u as arg, switch buffers.
28313
28314 2005-03-05 Juri Linkov <juri@jurta.org>
28315
28316 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28317 with `no-blinking-cursor'.
28318
28319 * startup.el (no-blinking-cursor): New defvar.
28320 (command-line): Add `--no-blinking-cursor' to longopts.
28321 Set `no-blinking-cursor' to t for command line arguments
28322 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28323 with `no-blinking-cursor' in the condition for calling
28324 `blink-cursor-mode'.
28325
28326 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28327
28328 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28329 (menu-bar-options-save): Add blink-cursor-mode.
28330 (menu-bar-options-menu): Add blink-cursor-mode.
28331
28332 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28333
28334 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28335 (icalendar-export-file, icalendar-export-region)
28336 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28337 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28338
28339 2005-03-04 Lute Kamstra <lute@gnu.org>
28340
28341 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28342 (debug-function-list): Ditto.
28343
28344 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28345
28346 * textmodes/texinfmt.el (texinfo-append-refill):
28347 Redefine the types of line to which @refill
28348 is not appended by replacing a search for `@refill\\|@bye' with
28349 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28350 itemize@refill' bug and the unfilled long lines bug.
28351 (texinfmt-version): Update number and date.
28352
28353 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28354
28355 * international/code-pages.el (windows-1250, windows-125[2-8])
28356 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28357
28358 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28359
28360 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28361 bound yet.
28362
28363 2005-03-02 Romain Francoise <romain@orebokech.com>
28364
28365 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28366 buffer after removing limits.
28367 (ibuffer-pop-filter): Ditto.
28368 Update copyright.
28369
28370 2005-03-02 Miles Bader <miles@gnu.org>
28371
28372 * button.el (make-text-button): If the user doesn't specify a
28373 type, use the default. Rewrite to use `add-text-properties' and
28374 plist functions.
28375
28376 2005-03-01 Lute Kamstra <lute@gnu.org>
28377
28378 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28379 (debugger-jumping-flag): New var.
28380 (debug-entry-code): Use it.
28381 (debugger-jump): Use debugger-jumping-flag and add
28382 debugger-reenable to post-command-hook.
28383 (debugger-reenable): Use debugger-jumping-flag and remove itself
28384 from post-command-hook.
28385 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28386 debugger-reenable.
28387
28388 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
28389
28390 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
28391 inclusion of "itemize\\|", which may be unnecessary, is certainly
28392 inelegant, and stops refilling in itemize lists when formatting
28393 Japanese Texinfo files to Info.
28394 Update copyright to 2005.
28395
28396 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
28397
28398 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
28399 of an error if GDB can't find the source file.
28400
28401 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
28402
28403 * calendar/calendar.el (redraw-calendar): Work from any buffer,
28404 not just the calendar.
28405
28406 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
28407 first.
28408 (diary-redraw-calendar): New function.
28409 (make-diary-entry): Add diary-redraw-calendar to local
28410 write-contents-functions. Turn off selective display before
28411 inserting in diary.
28412
28413 2005-03-01 Kim F. Storm <storm@cua.dk>
28414
28415 * emacs-lisp/copyright.el (copyright-fix-years): New command.
28416
28417 2005-03-01 Lute Kamstra <lute@gnu.org>
28418
28419 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
28420 that debug-entry-code can be safely removed from a function while
28421 this code is being evaluated. Revert the 2005-02-27 change as the
28422 new implementation no longer requires it. Make sure that a
28423 function body containing just a string is not mistaken for a docstring.
28424 (debug): Skip one more frame in case of debug on entry.
28425 (debugger-setup-buffer): Delete one more frame line in case of
28426 debug on entry.
28427 (debugger-frame-number): Update to use the new text introduced by
28428 the 1999-11-03 change. Skip one more frame in case of debug on entry.
28429
28430 2005-02-28 Kim F. Storm <storm@cua.dk>
28431
28432 * double.el (double-translate-key): Call force-window-update after
28433 read-event to avoid crash in redisplay.
28434
28435 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
28436
28437 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
28438 (debug): Use it. Move the inhibit-trace earlier.
28439 (debug-entry-code): New const.
28440 (debug-on-entry-1): Use it.
28441
28442 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
28443
28444 * international/utf-16.el (ccl-encode-mule-utf-16le):
28445 Fix BUFFER_MAGNIFICATION to 2.
28446 (ccl-encode-mule-utf-16be): Likewise.
28447
28448 2005-02-28 Kenichi Handa <handa@m17n.org>
28449
28450 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28451 Fix BUFFER_MAGNIFICATION to 4.
28452 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28453
28454 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
28455
28456 * speedbar.el (speedbar-update-flag): Doc fix.
28457 (speedbar-show-info-under-mouse): Give set-mouse-position the right
28458 argument.
28459
28460 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
28461
28462 * reveal.el (reveal-post-command): Don't try to reveal overlays which
28463 have a non-nil `invisible' property but are actually visible.
28464
28465 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
28466 for perldoc sections.
28467 (perl-outline-regexp, perl-outline-level): New var and function.
28468 (perl-mode): Use them.
28469
28470 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
28471
28472 * calendar/diary-lib.el (diary-remind): Discard any mark portion
28473 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
28474
28475 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
28476
28477 * cus-edit.el: Comment change.
28478 (custom-buffer-create-internal): Slightly reword text at top of
28479 Custom buffers. Mention there that saving an option edits the
28480 init file. Add link to Emacs manual node on `custom-file'.
28481 (custom-magic-alist): Rewrite individual State messages to use
28482 capitalized keywords. Doc fix.
28483
28484 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
28485
28486 * calendar/calendar.el (calendar-buffer): Move above
28487 calendar-week-start-day.
28488 (calendar-week-start-day): Doc fix. Add :set function.
28489 (calendar-minimum-window-height): New variable.
28490 (generate-calendar-window): Only resize window if selected-window
28491 is displaying the calendar buffer. Use new variable
28492 calendar-minimum-window-height.
28493 (generate-calendar): Reword error message.
28494 (calendar-mode-map): Bind DEL to scroll-other-window-down.
28495
28496 2005-02-27 Andreas Schwab <schwab@suse.de>
28497
28498 * vc.el (vc-do-command): Don't run command asynchronously when
28499 operating in a remote directory.
28500
28501 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
28502 change from sync with Tramp 2.0.47.
28503
28504 2005-02-27 Richard M. Stallman <rms@gnu.org>
28505
28506 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
28507
28508 * textmodes/flyspell.el (flyspell-mode-on):
28509 Call ispell-change-dictionary only if necessary.
28510
28511 * emacs-lisp/re-builder.el (regexp-builder): New function.
28512
28513 * register.el (describe-register-1): Explicitly handle
28514 yank-excluded-properties = t.
28515
28516 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
28517 (custom-magic-alist): Change the status descriptions again.
28518 (face widget-type): Total rewrite based on `restricted-sexp'
28519 to eliminate the confusing double hiding levels.
28520
28521 * emacs-lisp/debug.el (debug-on-entry-1):
28522 If function body is empty, add nil as body form.
28523
28524 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
28525
28526 * emacs-lisp/trace.el (inhibit-trace): New var.
28527 (trace-make-advice): Use it.
28528
28529 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
28530
28531 2005-02-26 Kim F. Storm <storm@cua.dk>
28532
28533 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
28534 (mouse-on-link-p, mouse-drag-region-1): Use it.
28535
28536 2005-02-25 Lute Kamstra <lute@gnu.org>
28537
28538 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
28539
28540 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
28541
28542 * frame.el (blink-cursor-mode): Add :group keyword.
28543
28544 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
28545
28546 * calendar/icalendar.el (icalendar--decode-isodatetime):
28547 New optional argument DAY-SHIFT.
28548 (icalendar-export-region): Fix coding-system-for-write.
28549 (icalendar--convert-ical-to-diary): Shift end-day of all-day
28550 events by one.
28551
28552 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
28553
28554 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
28555
28556 2005-02-24 Kim F. Storm <storm@cua.dk>
28557
28558 * international/iso-acc.el (iso-accents-compose): Fix crash
28559 during redisplay. Call force-window-update after read-event
28560 and delete-region to signal that window is not accurate.
28561
28562 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
28563
28564 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
28565 Remove unused and inexistent var `inhibit-trace'.
28566 (debugger-mode): Use run-mode-hooks.
28567 (debugger-list-functions): Add buttons; setup xref stack.
28568
28569 2005-02-23 Richard M. Stallman <rms@gnu.org>
28570
28571 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
28572 appointment says it was explicitly made.
28573 (appt-add): Set the 3rd element.
28574 (appt-make-list): Preserve explicit appointments.
28575
28576 * subr.el (find-tag-default): Catch errors in forward-sexp.
28577
28578 2005-02-23 Juri Linkov <juri@jurta.org>
28579
28580 * info.el (Info-isearch-search): New defcustom.
28581 (Info-isearch-search): Call the default isearch function
28582 when Info-isearch-search is nil.
28583 (Info-isearch-wrap): Use variable Info-isearch-search.
28584
28585 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
28586
28587 * cus-edit.el: Comment change.
28588
28589 2005-02-22 Kim F. Storm <storm@cua.dk>
28590
28591 * progmodes/hideif.el (hide-ifdef-use-define-alist):
28592 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
28593
28594 2005-02-22 Simon Josefsson <jas@extundo.com>
28595
28596 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
28597 New variable.
28598 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
28599 Oskarsson" <myrkraverk@users.sourceforget.net>.
28600
28601 2005-02-22 Kim F. Storm <storm@cua.dk>
28602
28603 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
28604 check that window of that event is the selected window.
28605 (mouse-drag-region-1): Compare mouse event window to selected
28606 window before setting point.
28607
28608 * tooltip.el (tooltip-show-help-function): Pass event to
28609 mouse-on-link-p so it can check selected window.
28610
28611 2005-02-22 Kenichi Handa <handa@m17n.org>
28612
28613 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28614 (ps-mule-show-warning): New function.
28615 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28616 characters are found.
28617
28618 * ps-print.el (ps-header-footer-string): Return a list of header
28619 and footer strings.
28620
28621 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
28622
28623 * pcvs.el (cvs-retrieve-revision): Fix thinko.
28624
28625 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
28626
28627 * frame.el (blink-cursor-mode): Use define-minor-mode.
28628
28629 * term/mac-win.el (function-key-map): Use char-names more consistently.
28630 (file-name-coding-system): Only set it for MacOS-9. The other case is
28631 already handled in mule-cmds.el (where it also works when mac-win.el
28632 is not used).
28633
28634 2005-02-21 Kenichi Handa <handa@m17n.org>
28635
28636 * international/mule.el (ctext-pre-write-conversion): Always use
28637 " *code-converting-work*" buffer for work.
28638
28639 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28640
28641 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
28642
28643 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28644
28645 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
28646
28647 * ses.el (undo-more): Restore defadvice, but only the part that
28648 allows changes outside the restricted area of the buffer.
28649
28650 2005-02-20 Kim F. Storm <storm@cua.dk>
28651
28652 * simple.el (line-move): Add fourth optional arg try-vscroll which
28653 must be set to perform auto-window-vscroll.
28654 When moving backwards and doing auto-window-vscroll, automatically
28655 vscroll to the last part of lines which are taller than the window.
28656 (next-line, previous-line): Set try-vscroll arg on line-move.
28657
28658 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
28659
28660 * replace.el (query-replace, query-replace-regexp)
28661 (replace-string, replace-regexp): When operating on region, make
28662 the minibuffer prompt say so.
28663
28664 * isearch.el (isearch-forward): Document isearch-query-replace and
28665 isearch-query-replace-regexp keybindings.
28666
28667 2005-02-19 Jay Belanger <belanger@truman.edu>
28668
28669 * calc/calc-aent.el (math-read-token): Add local variable.
28670
28671 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28672 (calc-edit-top): Move declaration to earlier in file.
28673 (calc-edit-macro-repeats): Add local variables.
28674
28675 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28676 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28677 calcFunc-tanh.
28678 Adjust integration rule for calcFunc-tan.
28679
28680 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28681
28682 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28683 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28684 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28685 (viper-skip-separators): Bug fix.
28686 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28687 particular major mode.
28688 (viper-del-backward-char-in-replace): Don't put deleted char on the
28689 kill ring.
28690
28691 * viper-ex.el (viper-color-display-p): New function.
28692 (viper-has-face-support-p): Use viper-color-display-p.
28693
28694 * viper-keym.el (viper-gnus-modifier-map): New keymap.
28695
28696 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28697
28698 * viper-util.el (viper-glob-unix-files): Fix shell status check.
28699 (viper-file-remote-p): Make equivalent to file-remote-p.
28700
28701 * viper.el (viper-major-mode-modifier-list):
28702 Use viper-gnus-modifier-map.
28703
28704 2005-02-19 David Kastrup <dak@gnu.org>
28705
28706 * subr.el (subregexp-context-p): Fix garbled doc string by adding
28707 quoting.
28708
28709 2005-02-19 Jay Belanger <belanger@truman.edu>
28710
28711 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28712 Remove extra definitions.
28713 (calc-coth): New function.
28714 (calcFunc-cot): Fix `let'.
28715
28716 2005-02-19 Eli Zaretskii <eliz@gnu.org>
28717
28718 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28719 the reasons we use "type pc" in these faces.
28720
28721 * button.el (button): Ditto.
28722
28723 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28724
28725 * replace.el (query-replace-read-from): Set the value of
28726 query-replace-from-history-variable to handle the case of an empty
28727 string entered to accept the suggested default.
28728
28729 * net/tramp.el (tramp-file-name-for-operation):
28730 Use dired-call-process instead of dired-call-process-command.
28731
28732 2005-02-19 Jay Belanger <belanger@truman.edu>
28733
28734 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28735 (math-div-non-trig): New variables.
28736 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28737 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28738 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28739 trig expressions.
28740
28741 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28742
28743 * progmodes/gdb-ui.el (gdb-var-update-handler)
28744 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28745 for watch expressions,
28746 (gdb-var-create-handler): Don't set speedbar-update-flag.
28747 (gdb-post-prompt): Simplify test for speedbar.
28748
28749 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28750
28751 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28752 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28753 we use the syntax table of the correct buffer.
28754 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28755 Felix Gatzemeier.
28756
28757 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28758 (ediff-file-remote-p): Make synonymous with file-remote-p.
28759 In all deffaces ediff-*-face-*, use min-colors.
28760
28761 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28762 ediff-recurse-to-subdirectories.
28763 (ediff-mark-if-equal): Check that the arguments are strings, use
28764 ediff-same-contents (after to Felix Gatzemeier).
28765
28766 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28767 nil.
28768
28769 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28770
28771 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28772
28773 2005-02-18 David Kastrup <dak@gnu.org>
28774
28775 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28776 use `mark-active' when defined.
28777
28778 2005-02-18 Kenichi Handa <handa@m17n.org>
28779
28780 * ps-print.el (ps-font-info-database): New entry
28781 ZapfChancery-MediumItalic with correct font name. Fix font name
28782 of the entry Zapf-Chancery-MediumItalic.
28783
28784 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28785
28786 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28787
28788 2005-02-16 Kim F. Storm <storm@cua.dk>
28789
28790 * ido.el (ido-fallback-command): Pass user input to fallback command.
28791
28792 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28793
28794 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28795 (gdb-find-file-hook): Add server prefix.
28796
28797 2005-02-16 Richard M. Stallman <rms@gnu.org>
28798
28799 * replace.el (perform-replace): Pass new args to replace-highlight.
28800 (replace-highlight): Take region args,
28801 and pass them to isearch-lazy-highlight-new-loop.
28802
28803 * novice.el (disabled-command-hook): Autoload the defalias
28804 and the make-obsolete-variable call.
28805
28806 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28807
28808 * isearch.el (isearch-lazy-highlight-start-limit)
28809 (isearch-lazy-highlight-end-limit): New variables limit
28810 the region for highlighting.
28811 (isearch-lazy-highlight-new-loop): New args BEG and END.
28812 (isearch-lazy-highlight-search): Use the new vars.
28813 (isearch-lazy-highlight-update): Likewise.
28814
28815 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28816
28817 * cus-start.el (all): Use default-boundp.
28818
28819 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28820
28821 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28822
28823 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28824
28825 * autorevert.el (auto-revert-stop-on-user-input)
28826 (auto-revert-verbose): Doc fixes.
28827
28828 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28829
28830 * international/mule-cmds.el (set-locale-environment): Remove call
28831 to set-selection-coding-system on Windows.
28832
28833 2005-02-15 Jay Belanger <belanger@truman.edu>
28834
28835 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28836 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28837 calcFunc-coth.
28838 (math-simplify-sqrt): Add simplifications.
28839
28840 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28841 to list.
28842
28843 * calc/calc-ext.el: Add functions to autoloads.
28844
28845 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28846 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28847 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28848 (math-csc-raw, math-cot-raw): New functions.
28849
28850 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28851
28852 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28853 the variable name in a message.
28854
28855 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28856 calcFunc-csc, calcFunc-cot.
28857
28858 * calc/calcalg2.el: Add derivative and integration rules for
28859 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28860 calcFunc-csch, calcFunc-coth.
28861 (math-do-integral-methods): Add to checks for when to use
28862 substitutions.
28863
28864 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28865
28866 2005-02-15 Lute Kamstra <lute@gnu.org>
28867
28868 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28869 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28870 <monnier@iro.umontreal.ca>.
28871 (lisp-outline-level): Improve efficiency. Suggested by David
28872 Kastrup <dak@gnu.org>.
28873
28874 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28875
28876 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28877 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28878 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28879 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28880 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28881
28882 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28883
28884 * cus-start.el (all): Comment change.
28885
28886 2005-02-14 Lute Kamstra <lute@gnu.org>
28887
28888 * cus-start.el (all): Check if symbol is void.
28889
28890 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28891
28892 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28893 optional argument to \cite.
28894
28895 2005-02-14 Richard M. Stallman <rms@gnu.org>
28896
28897 * cus-edit.el (custom-buffer-create-internal): Update help message.
28898 (custom-magic-alist): Update help messages.
28899
28900 * cus-start.el (all): Allow a var to specify a standard value.
28901
28902 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28903
28904 * custom.el (custom-theme-set-variables): Handle variable aliases.
28905
28906 * frame.el (blink-cursor-timer): Doc fix.
28907 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28908 declare obsolete.
28909 (blink-cursor-mode): Define with defcustom and use correct
28910 standard expression in that defcustom.
28911 * startup.el (command-line): Adapt to above changes in frame.el.
28912
28913 2005-02-11 Lute Kamstra <lute@gnu.org>
28914
28915 * apropos.el (apropos-score-doc): Prevent division by zero.
28916
28917 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28918
28919 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28920 (icalendar--get-event-property-attributes)
28921 (icalendar--get-event-properties)
28922 (icalendar--datetime-to-diary-date): New functions.
28923 (icalendar--split-value): Doc fix.
28924 (icalendar--datetime-to-noneuropean-date)
28925 (icalendar--datetime-to-european-date): New optional argument
28926 SEPARATOR. Return result as a string instead of a list.
28927 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28928 (icalendar--convert-string-for-export): Rename arg S to STRING.
28929 (icalendar-export-region): Doc fix. Change name of error buffer.
28930 Save output buffer.
28931 (icalendar-import-file): Add blank at end of prompt.
28932 (icalendar-import-buffer): Doc fix. Do not switch to error
28933 buffer. Indicate status in return value.
28934 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28935 buffer. Save output buffer. Handle exception from recurrence
28936 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28937 events. Fix problems with weekly all-day events.
28938
28939 2005-02-10 Richard M. Stallman <rms@gnu.org>
28940
28941 * simple.el (eval-expression-print-format):
28942 Avoid warning about edebug-active.
28943
28944 * help.el (help-for-help-internal): Rename from help-for-help.
28945 (help-for-help): Define with defalias.
28946
28947 * font-core.el (font-lock-default-function): Use with-no-warnings.
28948
28949 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28950
28951 * custom.el (defface): Doc fix.
28952
28953 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28954
28955 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28956 width 0" to prevent word wrapping problems.
28957
28958 2005-02-09 Kim F. Storm <storm@cua.dk>
28959
28960 * ido.el (ido-file-extensions-order): New defcustom.
28961 (ido-file-extension-lessp, ido-file-extension-aux)
28962 (ido-file-extension-order): New advanced file ordering.
28963 (ido-file-lessp): New simple file ordering.
28964 (ido-sort-list): Remove.
28965 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28966 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28967
28968 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28969
28970 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28971 that some versions of grep produce.
28972 (grep-mode-font-lock-keywords): Likewise.
28973
28974 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
28975
28976 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28977 (gdb-cdir): Delete.
28978 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28979 (gdb-source-info): Treat case when source file is in another
28980 directory properly.
28981 (gdb-get-location): New function.
28982
28983 2005-02-07 Jay Belanger <belanger@truman.edu>
28984
28985 * calc/calc-prog.el (calc-write-parse-table-part)
28986 (calc-fix-token-name): Fix a check for language type.
28987
28988 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28989
28990 2005-02-07 Andre Spiegel <spiegel@gnu.org>
28991
28992 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28993 as directory not writable.
28994
28995 2005-02-07 Kim F. Storm <storm@cua.dk>
28996
28997 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28998 (cua--standard-movement-commands): Remove list.
28999 Instead, set CUA property value to move for movement commands.
29000 (cua-movement-commands): Remove. Users must set CUA prop instead.
29001 (cua--pre-command-handler): Check CUA property.
29002 (cua--init-keymaps): Don't remap undo commands.
29003 (cua-mode): Don't call cua--rectangle-on-off.
29004
29005 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29006 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29007 (cua--rect-undo-set-point): New var.
29008 (cua--rectangle-undo-boundary): Setup undo apply entry.
29009 (cua--rect-undo-handler): New function for rectangle undo.
29010 (cua--rect-start-position, cua--rect-end-position): Add.
29011 (cua--rectangle-post-command): Call cua--rectangle-set-corners
29012 for restored rectangle. Set point if cua--rect-undo-set-point.
29013
29014 2005-02-06 Jay Belanger <belanger@truman.edu>
29015
29016 * calc/calc-lang.el (calc-tex-language): Display more information
29017 in messages.
29018
29019 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29020 in TeX mode.
29021
29022 2005-02-06 Richard M. Stallman <rms@gnu.org>
29023
29024 * emacs-lisp/lisp.el (buffer-end): Doc fix.
29025
29026 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
29027
29028 * net/ldap.el (ldap-search-internal): Support attributes with
29029 optional descriptions separated by a semi-colon, as in
29030 "userCertificate;binary".
29031
29032 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29033
29034 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29035 isn't a cons (i.e. the version is 0).
29036
29037 2005-02-05 Eli Zaretskii <eliz@gnu.org>
29038
29039 * help.el (help-for-help): Doc fix.
29040
29041 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
29042
29043 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
29044 GDB-Windows on the menu-bar as this works better.
29045
29046 2005-02-04 Jay Belanger <belanger@truman.edu>
29047
29048 * calc/calc-embed.el (calc-embedded-update): Don't put in
29049 unnecessary newlines. Adjust the end of formula marker.
29050
29051 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29052 (math-latex-parse-two-args): New function.
29053
29054 2005-02-03 Lute Kamstra <lute@gnu.org>
29055
29056 * help-fns.el (help-with-tutorial): Make sure that users cannot
29057 remove the entire text of the tutorial by means of `undo'.
29058
29059 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29060
29061 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29062 in recent changes, where the ispell process was repeatedly
29063 killed & restarted.
29064
29065 * international/mule-cmds.el (set-locale-environment): Set file-name
29066 coding system to utf-8 on Darwin systems.
29067 (set-default-coding-systems): Don't set default-file-name-coding-system
29068 on Darwin systems.
29069
29070 2005-02-03 Richard M. Stallman <rms@gnu.org>
29071
29072 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29073
29074 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29075
29076 * faces.el (list-faces-display): Add optional argument.
29077
29078 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29079
29080 * font-core.el (font-lock-default-function): Handle the rare case where
29081 only font-lock-keywords is set.
29082
29083 2005-02-02 Kenichi Handa <handa@m17n.org>
29084
29085 * international/characters.el: Cancel previous change for
29086 I-WITH-DOT-ABOVE and DOTLESS-i.
29087
29088 * international/latin-5.el: Cancel previous change.
29089
29090 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29091
29092 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29093
29094 2005-02-02 Kenichi Handa <handa@m17n.org>
29095
29096 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29097 DOTLESS-i.
29098
29099 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29100 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29101
29102 * case-table.el (get-upcase-table): New function.
29103 (copy-case-table): Copy upcaes table too if non-nil.
29104 (set-case-syntax-delims): Maintain upcase table too.
29105 (set-case-syntax-pair): Likewise.
29106 (set-upcase-syntax, set-downcase-syntax): New functions.
29107 (set-case-syntax): Maintain upcase table too.
29108
29109 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29110
29111 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29112
29113 * progmodes/gud.el (gud-goto-info): New function.
29114 (gud-tool-bar-map): Use correct icon.
29115
29116 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29117
29118 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29119 When delegating, order args in the funcall correctly.
29120
29121 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29122
29123 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29124
29125 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29126
29127 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29128 buffer not visiting a file.
29129
29130 2005-01-31 Jay Belanger <belanger@truman.edu>
29131
29132 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29133 bound on the line with the formula.
29134
29135 2005-01-31 Kim F. Storm <storm@cua.dk>
29136
29137 * ses.el (ses-create-cell-variable-range)
29138 (ses-destroy-cell-variable-range, ses-reset-header-string)
29139 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29140 (ses-insert-row): Fix format of apply undo entries.
29141
29142 2005-01-31 Jay Belanger <belanger@truman.edu>
29143
29144 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29145 parts.
29146
29147 * calc/calc-embed.el (calc-embedded-open-formula)
29148 (calc-embedded-close-formula): Ignore matrix environments.
29149
29150 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29151 TeX mode.
29152
29153 * calc/calc-lang.el (math-function-table, math-oper-table)
29154 (math-variable-table): Adjust the LaTeX portions.
29155
29156 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29157 (math-latex-ignore-words): New constant.
29158
29159 2005-01-31 Richard M. Stallman <rms@gnu.org>
29160
29161 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29162 (ispell-local-dictionary): Doc fix.
29163 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29164 Don't reinitialize at run time. Don't defcustom.
29165 All uses changed to append ispell-local-dictionary-alist,
29166 or check it first.
29167 (ispell-current-dictionary): New variable for dictionary in use.
29168 (ispell-dictionary): Now used only for global default.
29169 (ispell-start-process): Set ispell-current-dictionary,
29170 not ispell-dictionary.
29171 (ispell-change-dictionary): Use this only for setting
29172 user preferences.
29173 (ispell-internal-change-dictionary): New function
29174 to change the current dictionary in use.
29175 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29176 Use ispell-current-dictionary.
29177 Handle ispell-local-dictionary-overridden.
29178 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29179
29180 2005-01-31 Jay Belanger <belanger@truman.edu>
29181
29182 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29183
29184 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29185 (calc-mode-map): Add calc-latex-language.
29186
29187 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29188 (math-latex-print-frac): New functions.
29189 (math-oper-table, math-function-table, math-variable-table)
29190 (math-complex-format, math-input-filter): Add latex properties.
29191 (calc-set-language): Set math-expr-special-function-mapping.
29192
29193 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29194 (calc-write-parse-table-part): Add LaTeX support.
29195
29196 * calc/calc.el (calc-language): Adjust docstring.
29197 (calc-set-mode-line): Add LaTeX support.
29198 (math-expr-special-function-mapping): New variable.
29199 (math-tex-ignore-words): Add to list.
29200
29201 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29202 Add LaTeX support.
29203 (math-compose-expr): Add support for special functions.
29204
29205 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29206
29207 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29208
29209 * progmodes/gdb-ui.el (gdb-memory-address)
29210 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29211 (gdb-memory-mode-map, gdb-memory-format-keymap)
29212 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29213 (gdb-memory-unit-menu): New variables for a buffer
29214 that lets the user examine program memory.
29215 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29216 (gdb-memory-format-binary, gdb-memory-format-octal)
29217 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29218 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29219 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29220 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29221 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29222 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29223 (gdb-memory-mode, gdb-memory-buffer-name)
29224 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29225 New functions for above buffer.
29226
29227 2005-01-30 Richard M. Stallman <rms@gnu.org>
29228
29229 * cus-edit.el (custom-bury-buffer): Function deleted.
29230 (custom-buffer-done-function): Option deleted.
29231 (custom-buffer-done-kill): New replacement option.
29232 (Custom-buffer-done): Call quit-window.
29233 (custom-buffer-create-internal): Update for above changes.
29234
29235 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29236
29237 * simple.el (undo-ask-before-discard): New var.
29238 (undo-outer-limit-truncate): Implement it.
29239 (undo-extra-outer-limit): Doc update.
29240
29241 2005-01-29 Richard M. Stallman <rms@gnu.org>
29242
29243 * ses.el (undo-more): Delete defadvice.
29244 (ses-begin-change): Doc fix.
29245
29246 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29247 instead of rebinding C-x u and C-_.
29248
29249 * files.el (normal-backup-enable-predicate): Return nil for files
29250 in /tmp, regardless of temporary-file-directory.
29251
29252 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29253
29254 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29255 (open-rectangle, delete-whitespace-rectangle-line)
29256 (clear-rectangle-line): If FILL, pass t instead of FILL
29257 for move-to-column's 2nd arg.
29258
29259 * simple.el (undo): Fix the test for continuing a series of undos.
29260 (undo-more): Set pending-undo-list to t when we reach end.
29261 (pending-undo-list): Move up defvar.
29262
29263 * wid-edit.el (widget-button-click):
29264 Shorten the range of the track-mouse binding.
29265
29266 * comint.el (comint-insert-input): Undo previous changes;
29267 use last-input-event in interactive spec.
29268
29269 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29270
29271 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29272 to nil before invoking call-process. Reset buffer's modified flag
29273 after fontifying it in the no-async branch.
29274
29275 * wid-edit.el (widget-specify-button): If mouse pointer shape
29276 cannot be changed, use mouse face instead.
29277
29278 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29279
29280 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29281 (gdb-goto-breakpoint): Make breakpoint handling work on template
29282 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29283 (gdb-assembler-custom): Update to recognize breakpoint information
29284 added on 2005-01-19.
29285
29286 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29287
29288 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29289 (dsssl-mode): Use define-derived-mode.
29290 (scheme-mode-initialize): Remove.
29291 (scheme-mode): Use run-mode-hooks.
29292
29293 * cus-edit.el (customize-group-other-window)
29294 (custom-buffer-create-other-window): Don't override special-display-*.
29295 (custom-mode-map): Make it dense.
29296
29297 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29298 sets the default value.
29299
29300 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29301
29302 * descr-text.el: Add more keywords.
29303
29304 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29305
29306 * speedbar.el: Avoid unnecessary use of locate-library.
29307
29308 * international/mule-cmds.el (standard-display-european-internal):
29309 Don't fiddle with latin-1 non-break space any more since it's now
29310 special cased in the C code.
29311 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29312
29313 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29314
29315 * cus-start.el (all): Add `undo-outer-limit'.
29316
29317 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29318
29319 * textmodes/bibtex.el (bibtex-format-entry):
29320 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29321 field lines.
29322 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29323 not on part of a buffer.
29324
29325 2005-01-25 Lute Kamstra <lute@gnu.org>
29326
29327 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29328 nonempty field text strings like "{letters\\macro{}more letters}".
29329 Clarify docstring.
29330 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29331 (bibtex-entry-offset, bibtex-parse-association)
29332 (bibtex-parse-field-name): Fix typos in docstrings.
29333 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29334
29335 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29336
29337 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29338 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29339 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29340 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29341
29342 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29343 isearch minor mode.
29344
29345 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29346
29347 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29348
29349 2005-01-24 Lute Kamstra <lute@gnu.org>
29350
29351 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29352 CASECHARS and NOT-CASECHARS regular expressions of the
29353 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29354 striding over charsets" error.
29355
29356 2005-01-24 Jay Belanger <belanger@truman.edu>
29357
29358 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29359 display variable name.
29360
29361 2005-01-24 Kenichi Handa <handa@m17n.org>
29362
29363 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29364 Fix setting of the element of encoded-kbd-iso2022-invocations.
29365
29366 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29367
29368 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29369 (gdb-threads-select): Change to also accept mouse events.
29370 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29371 (gdb-threads-mouse-select): Delete.
29372
29373 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29374
29375 * files.el (insert-directory): Take care of empty directory,
29376 listed without -a switch.
29377
29378 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29379
29380 * textmodes/refill.el (refill-post-command-function):
29381 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29382 to the list of functions that we should be careful not to undo.
29383 (refill-late-fill-paragraph-function): Remove.
29384 (refill-saved-state): New var.
29385 (refill-mode): Use it to save fill-paragraph-function.
29386 Save also the value of auto-fill-function.
29387
29388 * term/w32-win.el: Simplify code.
29389
29390 2005-01-23 Kim F. Storm <storm@cua.dk>
29391
29392 * simple.el (line-move): Adapt to new return value from
29393 pos-visible-in-window-p.
29394
29395 * simple.el (line-move): Fix last change. Check partial
29396 visibility at point rather than at window-start.
29397
29398 2005-01-22 Jason Rumney <jasonr@gnu.org>
29399
29400 * term/w32-win.el (xw-defined-colors): Remove debug-message.
29401
29402 2005-01-22 David Kastrup <dak@gnu.org>
29403
29404 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
29405
29406 2005-01-22 Eli Zaretskii <eliz@gnu.org>
29407
29408 * type-break.el (type-break-mode): Add a test for
29409 type-break-file-name being non-nil.
29410
29411 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
29412
29413 * net/eudc.el (top level): Call (message "") via progn, so that
29414 eudc-options-file is loaded.
29415
29416 2005-01-22 Kim F. Storm <storm@cua.dk>
29417
29418 * simple.el (line-move-1): Rename from line-move.
29419 (line-move): New function that adjusts vscroll for partially
29420 visible rows, and calls line-move-1 otherwise.
29421
29422 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
29423
29424 * pcomplete.el: Define pcomplete-read-event instead of read-event,
29425 since it's not a complete read-event implementation
29426
29427 2005-01-20 Jay Belanger <belanger@truman.edu>
29428
29429 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
29430 for called function.
29431
29432 2005-01-20 Steven Tamm <steventamm@mac.com>
29433
29434 * term/mac-win.el (process-connection-type): Remove.
29435 Controlled now by s/darwin.h:PTY_ITERATION.
29436
29437 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
29438
29439 * window.el (handle-select-window): Don't switch window when we're
29440 in the minibuffer.
29441
29442 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
29443
29444 * subr.el (dotimes-with-progress-reporter): New macro.
29445
29446 * ses.el (ses-dotimes-msg): Remove macro.
29447 Use `dotimes-with-progress-reporter' instead.
29448
29449 2005-01-19 Steven Tamm <steventamm@mac.com>
29450
29451 * term/mac-win.el (process-connection-type): Use new
29452 operating-system-release variable to use ptys on Darwin 7 (OS X
29453 10.3) when using carbon build.
29454
29455 2005-01-19 Jay Belanger <belanger@truman.edu>
29456
29457 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
29458 flags if the last command was a tab or M-tab.
29459
29460 * calc/calc-prog.el (calc-user-define-edit): Put original formula
29461 in formula editing buffer.
29462
29463 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29464
29465 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
29466 breakpoint image symbol in margin.
29467
29468 2005-01-19 Jay Belanger <belanger@truman.edu>
29469
29470 * calc/calc-prog.el (calc-execute-kbd-macro):
29471 Ignore calc-keep-arg-flag.
29472
29473 2005-01-19 Kenichi Handa <handa@m17n.org>
29474
29475 * textmodes/ispell.el (ispell-looking-at): New function.
29476 (ispell-process-line): Use ispell-looking-at to compare the ispell
29477 output and the buffer contents.
29478
29479 2005-01-18 Jay Belanger <belanger@truman.edu>
29480
29481 * calc/calc.el (calc-display-raw): Fix docstring.
29482
29483 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
29484
29485 * simple.el (blink-matching-open): Strip extra info from syntax.
29486
29487 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
29488 funny chars in the end-of-here-doc marker.
29489
29490 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
29491
29492 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
29493 that enable/disabled state of breakpoints is shown correctly in
29494 fringe and on ttys.
29495 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
29496 Add breakpoint information as text properties.
29497 (gdb-mouse-toggle-breakpoint):
29498 Rename to gdb-mouse-set-clear-breakpoint.
29499 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
29500 breakpoints in the margin.
29501 (gdb-remove-strings): Simplify.
29502
29503 2005-01-17 Jay Belanger <belanger@truman.edu>
29504
29505 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
29506 erasing buffer.
29507
29508 2005-01-17 Richard M. Stallman <rms@gnu.org>
29509
29510 * progmodes/grep.el (grep-find): Copy from `grep' the condition
29511 for calling grep-compute-defaults.
29512
29513 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
29514 if buffer is empty.
29515
29516 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
29517
29518 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
29519
29520 * hilit-chg.el (highlight-changes-mode): Don't autoload.
29521
29522 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
29523 non-preloaded variables.
29524
29525 2005-01-17 Steven Tamm <steventamm@mac.com>
29526
29527 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
29528 tex-shell cause to force interactivity when using pipes.
29529
29530 2005-01-17 Kim F. Storm <storm@cua.dk>
29531
29532 * simple.el (just-one-space): Make arg optional.
29533
29534 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
29535
29536 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
29537 posn-at-x-y to t to access left-margin.
29538
29539 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
29540
29541 Sync with Tramp 2.0.47.
29542
29543 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
29544 catching keep-date problems in cp/scp operations.
29545 (tramp-handle-copy-file): Don't call `set-file-modes'
29546 unconditionally. Specialized functions should know better what is
29547 necessary. This improves performance a little bit, and the
29548 functions could catch errors with `cp -p' and `scp -p'.
29549 (tramp-do-copy-or-rename-file-via-buffer)
29550 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
29551 when appropriate.
29552 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
29553 Call `set-file-modes' when appropriate.
29554 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
29555 Johnsson <isak@hypergene.com>.
29556 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
29557 of both Tramp buffer and debug buffer. Reported by Joakim Verona
29558 <joakim@verona.se>.
29559 (tramp-file-name-for-operation): Mark `shell-command' as magic for
29560 Emacs only.
29561
29562 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
29563 `find-file-hooks' and `dired-mode-hook'.
29564 (tramp-minor-mode-map): Respective map. Add remapping for
29565 `compile' and `recompile'.
29566 (tramp-remap-command, tramp-recompile): New defuns.
29567 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
29568 in buffer "*Compilation*". Call the commands asynchronously.
29569
29570 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
29571 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
29572 `shell-command', because it isn't magic in XEmacs. Reported by
29573 Adrian Aichner <adrian@xemacs.org>.
29574
29575 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
29576 `substitute-in-file-name.
29577 (tramp-smb-handle-substitute-in-file-name): New defun.
29578 (tramp-smb-advice-PC-do-completion): Delete advice.
29579
29580 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
29581
29582 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
29583 Fix error in deleting region.
29584
29585 2005-01-15 Richard M. Stallman <rms@gnu.org>
29586
29587 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
29588 In non-temp buffer, switch syntax table temporarily.
29589
29590 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
29591
29592 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
29593
29594 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
29595
29596 * imenu.el (imenu--split-menu): Copy menulist before sorting.
29597 (imenu--generic-function): Use START, not BEG, as pos of definition.
29598
29599 * simple.el (just-one-space): Argument specifies number of spaces.
29600
29601 * simple.el (eval-expression-print-format): Avoid warning
29602 about edebug-active.
29603
29604 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
29605
29606 * progmodes/sh-script.el: Code copied from make-mode.el
29607 with small changes,
29608 (sh-mode-map): Bind C-c C-\.
29609 (sh-backslash-column, sh-backslash-align): New variables.
29610 (sh-backslash-region, sh-append-backslash): New functions.
29611
29612 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29613
29614 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29615 (rmail-pop-password, rmail-pop-password-required): Move to
29616 rmail-obsolete group.
29617 (rmail-set-pop-password): Rename to rmail-set-remote-password.
29618 All callers updated.
29619 (rmail-get-pop-password): Rename to rmail-get-remote-password.
29620 Take an argument specifying whether it is POP or IMAP mailbox we
29621 are using. All callers updated.
29622 (rmail-pop-password-error): Rename to
29623 rmail-remote-password-error. Added mailutils-specific error message.
29624 (rmail-movemail-search-path)
29625 (rmail-movemail-variant-in-use): New variables.
29626 (rmail-remote-password, rmail-remote-password-required):
29627 New customization variables.
29628 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29629 (rmail-parse-url): New function.
29630 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29631 with GNU mailutils movemail.
29632
29633 2005-01-15 Kevin Ryde <user42@zip.com.au>
29634
29635 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29636 suffix to space, $ or '$, to correctly position point when going
29637 to @table style constants like DBL_MAX.
29638
29639 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
29640
29641 * type-break.el (type-break-mode, type-break-file-time)
29642 (type-break-file-keystroke-count, type-break-choose-file):
29643 Don't store data in or load data from the file if type-break-file-name
29644 is nil.
29645 (type-break-file-name): Doc update as per the above.
29646
29647 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
29648
29649 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29650 lookup-key might return nil; handle that.
29651
29652 2005-01-15 Alan Mackenzie <acm@muc.de>
29653
29654 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29655 rather than the element found, thus enabling the tree to be setcar'd.
29656
29657 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29658
29659 * textmodes/org.el (org-show-following-heading): New option.
29660 (org-show-hierarchy-above): Use `org-show-following-heading'.
29661 (org-cycle): Documentation fix.
29662
29663 * textmodes/org.el (orgtbl-optimized): New option
29664 (orgtbl-mode): New command, a minor mode.
29665 (orgtbl-mode-map): New variable.
29666 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29667 (orgtbl-error, orgtbl-self-insert-command)
29668 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29669
29670 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29671 a local variable in each org-mode buffer.
29672
29673 * textmodes/org.el (org-set-regexps-and-options): Rename from
29674 `org-set-regexps'. Added checking for STARTUP keyword.
29675 (org-get-current-options): Add STARTUP options.
29676 (org-table-insert-row): Make mode intelligent about when
29677 realignment is needed.
29678 (org-self-insert-command, org-delete-backward-char, org-delete-char):
29679 New commands.
29680 (org-enable-table-editor): New default value `optimized'.
29681 (org-table-blank-field): Support blanking regions if active.
29682
29683 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
29684
29685 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29686 if the year is not given.
29687
29688 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29689 Add new escapes %m and %M, fixed bug with %F by adding
29690 save-match-data.
29691 (reftex-reference): Remove ?. from list of spaces.
29692 (reftex-label-info): Add automatic label prefix recognition.
29693
29694 * textmodes/reftex-index.el (reftex-index-next-phrase):
29695 Add slave parameter to call of `reftex-index-this-phrase'.
29696 (reftex-index-this-phrase): New optional argument.
29697 (reftex-index-region-phrases): Add slave parameter to call of
29698 `reftex-index-this-phrase'.
29699 (reftex-display-index): New argument redo.
29700 (reftex-index-rescan): Add `redo' to arguments of
29701 `reftex-display-index'.
29702 (reftex-index-Rescan, reftex-index-revert)
29703 (reftex-index-switch-index-tag): Add `redo' to arguments of
29704 `reftex-display-index'.
29705 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29706 indexing. Fix bug with matching is there is a quote before or
29707 after the word.
29708
29709 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29710 Fix bug when collecting citation keys in lines with comments.
29711 (reftex-citation): Prefix argument no longer rescans the document,
29712 but forces prompting for optional arguments of cite macros.
29713 (reftex-do-citation): Prompting for optional arguments implemented.
29714
29715 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29716 Add optional arguments to most cite commands.
29717 (reftex-cite-cleanup-optional-args): New option
29718 (reftex-cite-prompt-optional-args): New option.
29719 (reftex-trust-label-prefix): New option.
29720
29721 * textmodes/reftex-toc.el (reftex-toc-find-section):
29722 Add push-mark before changing the position in the buffer.
29723
29724 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29725 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29726
29727 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29728
29729 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29730 more carefully.
29731
29732 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29733
29734 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29735 (sgml-mode): Use it.
29736 (sgml-get-context): Better keep track of implicitly closed tags.
29737
29738 2005-01-13 Kenichi Handa <handa@m17n.org>
29739
29740 * textmodes/ispell.el: These changes are to fix misalignment error
29741 caused by equivalent characters of different Emacs charsets.
29742 (ispell-unified-chars-table): New variable.
29743 (ispell-get-decoded-string): New function.
29744 (ispell-get-casechars, ispell-get-not-casechars)
29745 (ispell-get-otherchars): Call ispell-get-decoded-string.
29746
29747 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29748
29749 * custom.el (custom-declare-variable): Just put symbol instead
29750 of (defvar . symbol) in `current-load-list'.
29751
29752 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29753
29754 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29755
29756 2005-01-12 Jay Belanger <belanger@truman.edu>
29757
29758 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29759 to create a Calc summary.
29760
29761 2005-01-12 Kim F. Storm <storm@cua.dk>
29762
29763 * mouse.el (mouse-on-link-p): Change functionality and doc
29764 string to comply with latest description in lisp ref.
29765
29766 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29767
29768 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29769 Enable mouse clicks on mode-line, header-line and margin.
29770 (event-type): Give mouse event symbols an `event-kind' property
29771 with value `mouse-click'.
29772
29773 2005-01-12 Juri Linkov <juri@jurta.org>
29774
29775 * facemenu.el (list-colors-display): Add new arg buffer-name.
29776 Use it. Fix docstring. Replace code for identifying duplicate
29777 colors by the name with call to `list-colors-duplicates' which
29778 identifies duplicate colors by the value unless the color
29779 is one of special Windows colors. Set truncate-lines to t.
29780 Print sorted duplicate color names on each line. Indent to 22
29781 \(the longest color name in rgb.txt) instead of 20. Optimize.
29782 (list-colors-duplicates): New function.
29783 (facemenu-color-name-equal): Delete function.
29784
29785 * facemenu.el (list-colors-print): New function created from code
29786 in list-colors-display. Print #RRGGBB at the window right edge.
29787 (list-colors-display): When temp-buffer-show-function is not
29788 defined, call list-colors-print from temp-buffer-show-hook
29789 to get the right value of window-width in list-colors-print
29790 after the buffer is displayed.
29791
29792 * simple.el (pop-mark): Move deactivate-mark out of conditional
29793 part to deactivate the active mark regardless of the state of the
29794 mark ring.
29795
29796 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29797 variables line in desktop files.
29798
29799 2005-01-12 Juri Linkov <juri@jurta.org>
29800
29801 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29802 Bring together isearch highlight related options.
29803 (lazy-highlight): Replace group `replace' by `matching'.
29804 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29805 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29806 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29807 and declare them obsolete.
29808 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29809 (isearch-faces): Remove defgroup.
29810 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29811 Move isearch highlighting code closer to lazy highlighting code.
29812
29813 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29814 (query-replace-highlight, query-replace-lazy-highlight)
29815 (query-replace): Move definitions to the beginning of the file.
29816
29817 2005-01-11 Juri Linkov <juri@jurta.org>
29818
29819 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29820 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29821 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29822
29823 * info.el (Info-history-forward): New variable.
29824 (Info-select-node): Reset Info-history-forward to nil.
29825 (Info-last): Turn into defalias.
29826 (Info-history-back): Rename from Info-last.
29827 Add current node to Info-history-forward.
29828 (Info-history-forward): New fun.
29829 (Info-mode-map): Replace Info-last by Info-history-back.
29830 Bind Info-history-forward to "r".
29831 (Info-mode-menu): Replace Info-last by Info-history-back.
29832 Fix menu item text. Add menu item for Info-history-forward.
29833 (info-tool-bar-map): Replace Info-last by Info-history-back.
29834 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29835 for Info-history-forward.
29836 (Info-mode): Replace Info-last by Info-history-back in docstring.
29837 Add local variable Info-history-forward.
29838 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29839
29840 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29841
29842 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29843 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29844 Ignore select-window events rather than fiddle with
29845 mouse-autoselect-window.
29846
29847 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29848
29849 * type-break.el (type-break-mode): Fix previous change.
29850
29851 2005-01-10 Jay Belanger <belanger@truman.edu>
29852
29853 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29854 calculator; only reset when point is inside a calculator.
29855 Don't adjust the window height if the window takes up the whole height
29856 of the frame.
29857
29858 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29859
29860 * ebuff-menu.el (Electric-buffer-menu-mode):
29861 Preserve value of buffer-local var header-line-format.
29862
29863 2005-01-09 Jay Belanger <belanger@truman.edu>
29864
29865 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29866 Make sure settings file exists before accessing it.
29867
29868 * calc/calc-embed.el (calc-embedded-subst):
29869 Replace math-multi-subst-rec, which is only supposed to be called
29870 by math-multi-subst, by math-multi-subst.
29871
29872 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29873
29874 * vc.el (vc-allow-async-revert): New user option.
29875 (vc-disable-async-diff): New internal variable.
29876 (vc-revert-buffer): Use them to disable asynchronous diff.
29877
29878 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29879 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29880 asynchronously if vc-disable-async-diff is t.
29881
29882 2005-01-09 Jay Belanger <belanger@truman.edu>
29883
29884 * calc/calc.el (defcalcmodevar): New macro.
29885 (calc-mode-var-list-restore-default-values)
29886 (calc-mode-var-list-restore-saved-values): New functions.
29887 (calc-mode-var-list): Use defcalcmodevar to define it.
29888 (calc-always-load-extensions, calc-line-numbering)
29889 (calc-line-breaking, calc-display-just, calc-display-origin)
29890 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29891 (calc-group-char, calc-point-char, calc-frac-format)
29892 (calc-prefer-frac, calc-hms-format, calc-date-format)
29893 (calc-float-format, calc-full-float-format, calc-complex-format)
29894 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29895 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29896 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29897 (calc-matrix-brackets, calc-language, calc-language-option)
29898 (calc-left-label, calc-right-label, calc-word-size)
29899 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29900 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29901 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29902 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29903 (calc-window-height, calc-display-trail, calc-show-selections)
29904 (calc-use-selections, calc-assoc-selections)
29905 (calc-display-working-message, calc-auto-why, calc-timing)
29906 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29907 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29908 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29909 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29910 (calc-gnuplot-geometry, calc-graph-default-resolution)
29911 (calc-graph-default-resolution-3d, calc-invocation-macro)
29912 (calc-show-banner): Use defcalcmodevar to declare them and set
29913 their default values.
29914
29915 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29916 instead of default values (but restore default values if there is
29917 an argument of 0).
29918
29919 2005-01-09 David Kastrup <dak@gnu.org>
29920
29921 * desktop.el (desktop-restore-eager): Fix typo in type.
29922
29923 2005-01-08 Richard M. Stallman <rms@gnu.org>
29924
29925 * cus-edit.el (customize): Delete :link.
29926
29927 2005-01-08 Jay Belanger <belanger@truman.edu>
29928
29929 * calc/calc.el (calc-mode): Remove the extension from the
29930 `calc-settings-file' file name when loading it.
29931
29932 2005-01-08 Kim F. Storm <storm@cua.dk>
29933
29934 * info.el (Info-mode-map, Info-next-link-keymap)
29935 (Info-prev-link-keymap, Info-up-link-keymap):
29936 Map follow-link to mouse-face.
29937 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29938
29939 2005-01-08 Jay Belanger <belanger@truman.edu>
29940
29941 * calc/calc.el (calc-settings-file): Change default value.
29942 Suggested by cgw in a comment in calc-mode.el.
29943
29944 * calc/calc-mode.el (calc-settings-file-name):
29945 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29946 Replace ~/.emacs in a prompt by calc-settings-file.
29947
29948 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29949
29950 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29951 (desktop-lazy-idle-delay): New customizable variables.
29952 (desktop-buffer-args-list): New variable.
29953 (desktop-append-buffer-args): New function.
29954 (desktop-save): Call desktop-append-buffer-args for some buffers.
29955 (desktop-lazy-create-buffer): New function.
29956 (desktop-idle-create-buffers): New function.
29957 (desktop-read): Add message about buffers to restore lazily.
29958 (desktop-lazy-abort): New command.
29959 (desktop-clear): Call desktop-lazy-abort.
29960 (desktop-lazy-complete): New command.
29961
29962 2005-01-06 Richard M. Stallman <rms@gnu.org>
29963
29964 * emacs-lisp/find-func.el (find-face-definition):
29965 Rename from find-face.
29966
29967 2005-01-06 Kim F. Storm <storm@cua.dk>
29968
29969 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29970
29971 * man.el (Man-xref-man-page, Man-xref-header-file)
29972 (Man-xref-normal-file): Add follow-link property.
29973
29974 2005-01-06 Jay Belanger <belanger@truman.edu>
29975
29976 * calc/calc-units.el: Make sure the proper macro definitions are
29977 available when compiling.
29978
29979 2005-01-06 Juri Linkov <juri@jurta.org>
29980
29981 * isearch.el (isearch-lazy-highlight-update):
29982 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29983
29984 2005-01-06 Miles Bader <miles@gnu.org>
29985
29986 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29987 (isearch-lazy-highlight-face): Use new name.
29988
29989 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29990
29991 * uniquify.el (uniquify-rationalize-file-buffer-names):
29992 Re-add an interactive spec.
29993 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29994 to the same name.
29995
29996 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29997 (isearch-update, isearch-done): Adjust calls accordingly.
29998
29999 2005-01-05 Richard M. Stallman <rms@gnu.org>
30000
30001 * custom.el (custom-set-variables, custom-theme-set-variables):
30002 Clarify documentation.
30003
30004 * emacs-lisp/find-func.el (find-variable)
30005 (find-variable-other-window, find-variable-other-frame):
30006 Fix the TYPE args to find-function-read and find-function-do-it.
30007 (find-function): Doc fix.
30008 (find-function-at-point): Replace function-at-point alias.
30009
30010 2005-01-04 Richard M. Stallman <rms@gnu.org>
30011
30012 * cus-face.el (custom-declare-face):
30013 Record defface in current-load-list.
30014
30015 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30016
30017 * emacs-lisp/find-func.el: Doc fixes.
30018 (find-face-regexp): New variable.
30019 (find-function-regexp-alist): New variable.
30020 (find-function-C-source): Third arg is now TYPE.
30021 (find-function-search-for-symbol): Handle general TYPE.
30022 (find-function-read, find-function-do-it): Handle general TYPE.
30023 (find-definition-noselect, find-face): New functions.
30024 (function-at-point): Alias deleted.
30025
30026 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
30027
30028 * battery.el (display-battery-mode): Rename from display-battery.
30029 Handle the case where it gets turned off.
30030
30031 2005-01-04 Richard M. Stallman <rms@gnu.org>
30032
30033 * cus-edit.el (customize): Make :link point to user doc.
30034
30035 * man.el (Man-fontify-manpage): Turn off undo generation.
30036
30037 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30038
30039 2005-01-04 Andreas Schwab <schwab@suse.de>
30040
30041 * files.el (insert-directory): Only look for error lines in
30042 inserted text. Don't move too far after processing --dired markers.
30043
30044 2005-01-04 Richard M. Stallman <rms@gnu.org>
30045
30046 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30047 Don't expand if the character is @, period, dash, etc.
30048 (define-mail-abbrev): Quote names that contain problem characters.
30049
30050 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
30051
30052 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30053
30054 2005-01-03 Richard M. Stallman <rms@gnu.org>
30055
30056 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30057 (query-replace-highlight, query-replace-lazy-highlight)
30058 (query-replace): Definitions moved up. Doc fix.
30059
30060 2005-01-03 Richard M. Stallman <rms@gnu.org>
30061
30062 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30063 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30064 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30065 (lazy-highlight-face): Rename from isearch-lazy-...
30066 Change all references to them.
30067
30068 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30069
30070 * cus-edit.el (custom-file): Doc fix for defcustom.
30071 (custom-file): The function no longer sets the variable
30072 `custom-file' to its return value.
30073
30074 * startup.el (command-line): No longer load `custom-file'.
30075
30076 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30077
30078 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30079
30080 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30081 Don't confuse module-prefixed identifiers for labels.
30082 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30083
30084 2005-01-02 Richard M. Stallman <rms@gnu.org>
30085
30086 * files.el (basic-save-buffer-1): Fix previous change.
30087
30088 * loadhist.el (file-loadhist-lookup): New function.
30089 (file-provides, file-requires): Use it.
30090
30091 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30092 instead of calculating the right size.
30093
30094 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30095
30096 * vc-svn.el (vc-svn-diff): Stay local if possible.
30097
30098 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30099
30100 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30101
30102 * files.el (hack-local-variables): Fix last change.
30103
30104 2005-01-02 Jay Belanger <belanger@truman.edu>
30105
30106 * calc/calc-yank.el (calc-edit-top): New variable.
30107 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30108 object. Change header properties.
30109 (calc-edit-finish, calc-edit-finish-stack-object)
30110 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30111 edited object.
30112 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30113 for the beginning of the edited object.
30114 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30115 for the beginning of the edited object.
30116 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30117 (calc-finish-formula-edit, calc-macro-repeats)
30118 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30119 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30120 beginning of the edited object.
30121 (calc-user-define-edit): Change the header for editing macros.
30122 Remove unnecessary variable.
30123
30124 2005-01-01 Jay Belanger <belanger@truman.edu>
30125
30126 * calc/calc-yank.el (calc-edit-mode): Change default header.
30127 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30128 * calc/calc-store.el (calc-edit-variable): Change title to match new
30129 header.
30130 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30131 mode to match new header.
30132 (calc-user-define-edit): Change titles to include names of commands.
30133 (calc-finish-formula-edit): Adjust to handle new header.
30134 (calc-finish-macro-edit): Remove.
30135 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30136 (calc-edit-macro-command, calc-edit-macro-command-type)
30137 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30138 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30139 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30140 (calc-edit-macro-finish-edit): New functions.
30141 (calc-user-define-edit): Use new functions to edit named calc macros.
30142
30143 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30144
30145 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30146
30147 * ses.el (copy-region-as-kill): Deactivate mark.
30148
30149 2005-01-01 Richard M. Stallman <rms@gnu.org>
30150
30151 * replace.el (occur-1): If the output buffer is also an input,
30152 don't kill it, rename it.
30153
30154 * faces.el (set-face-background, set-face-foreground): Doc fix.
30155
30156 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30157 for :foreground and :background.
30158
30159 * dired.el (dired-view-command-alist): Variable deleted.
30160 (dired-view-file, dired-mouse-find-file-other-window):
30161 Delete the code to use it.
30162
30163 2005-01-01 Kim F. Storm <storm@cua.dk>
30164
30165 * image.el (insert-sliced-image): Use t for line-height property.
30166
30167 See ChangeLog.11 for earlier changes.
30168
30169 ;; Local Variables:
30170 ;; coding: iso-2022-7bit
30171 ;; add-log-time-zone-rule: t
30172 ;; End:
30173
30174 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30175 Copying and distribution of this file, with or without modification,
30176 are permitted provided the copyright notice and this notice are preserved.
30177
30178 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1